﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 100%;
    width: 1216px;
    margin: auto;
}

svg {
    height: 30px;
    width: 30px;
}

html,body {
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}


.teaching_history {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(212,222,236);
}

.teaching_history::before {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    opacity: 0.12;
    background: 
        linear-gradient(135deg, rgb(169,190,217,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(123,158,198,0.5) 0px, rgb(123,158,198,0.5) 1px, transparent 1px, transparent 10px);
    content: "";
}

.teaching_history .edu_ratings {
    background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.98) 100%);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-left: 5px solid rgb(169,190,217);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 5px rgba(0,0,0,0.02);
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    position: relative;
}

.teaching_history .edu_ratings:hover::after {
    opacity: 0.15;
    transform: rotate(30deg) scale(1.2);
}

.teaching_history .img_rounded_box::before {
    z-index: 1;
    background: linear-gradient(to top right, rgb(169,190,217,0.5), transparent 70%);
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.5;
    transition: opacity 0.4s ease;
}

.teaching_history .edu_ratings:hover .img_rounded_box {
    border-radius: 30% 50% 70% 90%;
    transform: scale(1.05) rotate(-2deg);
}

.teaching_history .name {
    font-size: calc(23px * 1.1);
    position: relative;
    margin: 0 0 0.5rem;
    color: #000000;
    display: inline-block;
    transition: transform 0.4s ease;
    font-weight: 700;
}

.teaching_history .edu_ratings > div:nth-child(2) div {
    font-weight: 600;
    color: rgb(123,158,198);
    transition: transform 0.4s ease;
    letter-spacing: 0.5px;
    position: relative;
    transform: translateX(0);
    margin-bottom: 0.8rem;
    font-size: calc(13px * 0.95);
}

.teaching_history .work_view::before {
    position: absolute;
    content: "";
    left: 0.3rem;
    font-size: 2.5rem;
    color: rgb(169,190,217);
    top: -0.5rem;
    transition: transform 0.5s ease;
    opacity: 0.3;
}

header::before {
    top: 0;
    opacity: 0.1;
    width: 100%;
    position: absolute;
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    content: "";
    left: 0;
}

header .header_sitebar .site_prime {
    position: relative;
    z-index: 2;
    margin-right: 40px;
}

header .header_sitebar .site_prime .head_nav::before {
    bottom: -5px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    z-index: -1;
    top: -5px;
    left: -5px;
    transform: scale(0.9);
    position: absolute;
    right: -5px;
    content: "";
}

header .header_sitebar .head_expert .nav_base {
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
}

header .header_sitebar .head_expert .nav_base a {
    transition: color 0.3s ease, transform 0.3s ease;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    transform-style: preserve-3d;
    padding: 12px 20px;
    display: block;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    background: linear-gradient(to bottom, transparent, transparent);
    font-size: 15px;
}

header .header_sitebar .head_expert .nav_base a::after {
    transform-origin: bottom center;
    background: linear-gradient(to top, rgb(123,158,198,0.5), transparent);
    transform: translateZ(-2px) rotateX(-10deg);
    opacity: 0;
}

header .header_sitebar .head_expert .nav_base:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

.thanks_id {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(212,222,236), #ffffff);
}

.thanks_id::after {
    z-index: 0;
    opacity: 0.1;
    height: 200%;
    transform: rotate(25deg);
    content: "";
    right: -20%;
    width: 70%;
    position: absolute;
    top: -50%;
    background: linear-gradient(120deg, rgb(169,190,217,0.5) 10%, transparent 80%);
}

.thanks_id .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    perspective: 1000px;
    transform-style: preserve-3d;
    padding: 0 20px;
    position: relative;
}

.thanks_id h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(169,190,217), rgb(123,158,198));
    height: 3px;
    transform-origin: left;
    width: 80px;
    animation: expandLine 0.6s 0.4s forwards ease-out;
    bottom: -16px;
    left: 0;
    transform: scaleX(0);
}

.thanks_id .proof_stats::before {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    content: "";
    top: 20px;
    height: 100px;
    transform: translateZ(-5px);
    background: linear-gradient(135deg, rgb(123,158,198,0.5) 30%, transparent 70%);
    right: 20px;
    opacity: 0.15;
}

.thanks_id ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thanks_id li span {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    display: block;
}

.training_structure {
    padding: 8rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(169,190,217,0.5), rgb(123,158,198,0.5), rgb(212,222,236));
    overflow: hidden;
    position: relative;
}

.training_structure::after {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.3;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(169,190,217,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 60%, rgb(123,158,198,0.5) 0%, transparent 60%);
    pointer-events: none;
}

.training_structure .proof_stats {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
    z-index: 2;
}

.training_structure h2::after {
    left: 0;
    transform: scaleX(0.8);
    width: 60%;
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    background: linear-gradient(90deg, rgb(169,190,217), rgb(123,158,198));
    bottom: -12px;
    content: "";
}

.training_structure .text_clip::before {
    content: "";
    height: 100%;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.training_structure .text_clip:hover {
    transform: translateZ(15px);
    box-shadow: 
        0 15px 35px -20px rgba(0, 0, 0, 0.2),
        0 5px 15px -10px rgba(0, 0, 0, 0.1);
}

.statistical_details {
    z-index: 1;
    background: rgb(212,222,236);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.statistical_details::after {
    z-index: -1;
    top: 0;
    background-image: 
        linear-gradient(90deg, #ffffff 2px, transparent 2px),
        linear-gradient(0deg, #ffffff 2px, transparent 2px);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.03;
    left: 0;
    background-size: 40px 40px;
}

.statistical_details .growth_track {
    left: 50%;
    background: #ffffff;
    text-align: center;
    display: flex;
    z-index: 2;
    align-items: center;
    transform: translate(-50%, -50%);
    justify-content: center;
    padding: 30px;
    width: 350px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    height: 350px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    flex-direction: column;
}

.statistical_details .edu_statistics::after {
    transform: translateX(-50%);
    background: rgb(123,158,198);
    position: absolute;
    content: "";
    left: 50%;
    width: 50px;
    border-radius: 2px;
    height: 3px;
    bottom: -8px;
}

.statistical_details .statistics_pros {
    width: 100%;
    height: 300px;
    position: relative;
}

.statistical_details .statistics_pros:has(.knowledge_boosters:nth-child(7)) {
    height: 460px;
}

.statistical_details .knowledge_boosters:nth-child(1) {
    transform: translate(10%, -50%);
    top: 35%;
    left: 0;
}

.statistical_details .knowledge_boosters:nth-child(3) {
    transform: translate(10%, -50%);
    top: 65%;
    left: 0;
}

.statistical_details .knowledge_boosters:nth-child(2) {
    right: 0;
    transform: translate(-10%, -50%);
    top: 35%;
}

.statistical_details .knowledge_boosters:nth-child(4) {
    right: 0;
    top: 65%;
    transform: translate(-10%, -50%);
}

.statistical_details .knowledge_boosters:nth-child(5) {
    top: 95%;
    transform: translate(10%, -50%);
    left: 0;
}

.statistical_details .knowledge_boosters:nth-child(7) {
    transform: translate(10%, -50%);
    left: 0;
    top: 5%;
}

.statistical_details .knowledge_boosters::before {
    content: "";
    height: 60%;
    top: 0;
    transition: height 0.4s ease;
    border-top-left-radius: 11px;
    background: linear-gradient(to bottom, rgb(169,190,217), rgb(123,158,198));
    border-bottom-left-radius: 11px;
    width: 6px;
    left: 0;
    position: absolute;
}

.statistical_details .knowledge_boosters:nth-child(2):hover,
.statistical_details .knowledge_boosters:nth-child(4):hover,
.statistical_details .knowledge_boosters:nth-child(6):hover,
.statistical_details .knowledge_boosters:nth-child(8):hover {
    transform: translate(-5%, -50%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.statistical_details .knowledge_boosters span {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    max-width: 160px;
}

.statistical_details svg path {
    fill: inherit;
}

.statistical_details .knowledge_boosters:hover svg {
    transform: rotate(15deg) scale(1.2);
    fill: rgb(169,190,217);
}

.course_program::before {
    top: 0;
    background: linear-gradient(135deg, 
                rgba(0, 0, 0, 0.8) 0%,
                rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    content: '';
    position: absolute;
}

.course_program .proof_stats {
    gap: 20px;
    grid-row: 2;
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.course_program .learn_path {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.course_program .pro_skills {
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    display: flex;
    width: 500%;
}

.course_program .pro_skills {
    animation-duration: 20s;
    width: 600%;
}

.course_program .learn_path:hover .pro_skills {
    animation-play-state: paused;
}

.course_program .education {
    width: 20%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.course_program .education {
    width: 16.6667%;
}

.course_program .education:hover img {
    filter: grayscale(0) brightness(1);
    transform: scale(1);
}

.course_program .knowledge_path:hover {
    transform: translateY(-10px);
}

.course_program .knowledge_path::before,
.course_program .knowledge_path::after {
    background: rgb(169,190,217);
    position: absolute;
    transition: all 0.5s ease;
    content: '';
}

.course_program .knowledge_path::before {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(169,190,217) 50%,
                transparent 100%);
    transform: scaleX(0);
    top: 0;
    height: 2px;
}




.course_program .knowledge_path::before {
    transition: transform 0.5s ease;
    right: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: 0 0;
    position: absolute;
    content: '';
    background: linear-gradient(to right, 
                transparent, 
                rgb(169,190,217), 
                transparent);
    top: 0;
    left: 0;
}

.course_program .knowledge_path h3 {
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 37px;
    text-transform: uppercase;
    padding-left: 20px;
}

.course_program .knowledge_path h3 {
    font-size: calc(37px * 0.9);
}

.course_program .knowledge_path p {
    margin-bottom: 2.5rem;
    position: relative;
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    border-left: 1px solid rgba(rgb(123,158,198), 0.3);
    padding-left: 20px;
}

.course_program .knowledge_path .support_info::before {
    transition: all 0.3s ease;
    background: rgb(169,190,217);
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    height: 100%;
    z-index: -1;
}

.course_program .knowledge_path .support_info:hover {
    color: #ffffff;
    border-color: rgb(169,190,217);
}

.our_team {
    position: relative;
    background-color: rgb(212,222,236);
    overflow: hidden;
    padding: 150px 0;
    isolation: isolate;
}

.our_team::after {
    z-index: -1;
    background-size: 20px 20px;
    opacity: 0.03;
    content: "";
    height: 100%;
    top: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    width: 100%;
}

.our_team .container {
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}

.our_team .container::after {
    content: "";
    z-index: -1;
    width: 150px;
    position: absolute;
    background-repeat: no-repeat;
    animation: pulseCircles 8s infinite alternate-reverse ease-in-out;
    background-size: 150px 150px;
    height: 150px;
    background: 
        radial-gradient(circle, transparent 30%, rgb(123,158,198,0.5) 30%, rgb(123,158,198,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(123,158,198,0.5) 36%, rgb(123,158,198,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(123,158,198,0.5) 43%, rgb(123,158,198,0.5) 45%, transparent 45%);
    opacity: 0.3;
    bottom: -100px;
    left: -70px;
}

.our_team .proof_stats::before,
.our_team .proof_stats::after {
    transform: translate(-50%, -50%);
    top: 50%;
    content: "";
    opacity: 0.05;
    position: absolute;
    left: 50%;
    height: 500px;
    z-index: 0;
    background: conic-gradient(
        transparent 0deg,
        transparent 30deg,
        rgb(169,190,217,0.5) 40deg,
        rgb(169,190,217,0.5) 60deg,
        transparent 70deg,
        transparent 120deg,
        rgb(123,158,198,0.5) 130deg,
        rgb(123,158,198,0.5) 150deg,
        transparent 160deg,
        transparent 210deg,
        rgb(169,190,217,0.5) 220deg,
        rgb(169,190,217,0.5) 240deg,
        transparent 250deg,
        transparent 300deg,
        rgb(123,158,198,0.5) 310deg,
        rgb(123,158,198,0.5) 330deg,
        transparent 340deg
    );
    border-radius: 50%;
    width: 500px;
}

.our_team .proof_stats::before {
    animation: rotateConic 60s linear infinite;
}

.our_team .success_story::after {
    opacity: 0.6;
    border-bottom: 2px solid rgb(169,190,217,0.5);
    height: 60px;
    width: 60px;
    right: 30px;
    position: absolute;
    z-index: 1;
    border-right: 2px solid rgb(169,190,217,0.5);
    content: "";
    bottom: 30px;
}

.our_team .success_story .img_rounded_box::before {
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.4) 100%
    );
    z-index: 1;
    position: absolute;
    content: "";
}



.our_team .success_story:hover .img_rounded_box {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}

.our_team .knowledge_space {
    position: relative;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgb(169,190,217);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-30px) translateX(40px);
    padding: 20px 30px;
    color: #ffffff;
    z-index: 3;
}

.our_team .success_story:hover .knowledge_space {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-35px) translateX(30px);
}

.our_team .learning_corner {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
    position: relative;
}

.our_team .text_clip {
    background: linear-gradient(
        45deg, 
        rgba(255, 255, 255, 0.03) 0%, 
        transparent 50%, 
        rgba(255, 255, 255, 0.02) 100%
    );
    width: 65%;
    position: relative;
    padding: 60px;
    z-index: 2;
}

.our_team .text_clip::after {
    transform: translateY(120px);
    width: 80%;
    position: absolute;
    content: "";
    top: 50%;
    opacity: 0.2;
    background: linear-gradient(
        to right,
        transparent,
        rgb(123,158,198,0.5) 50%,
        transparent
    );
    right: 0;
    height: 1px;
}

.our_team .learning_dna svg {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    margin-right: 15px;
    width: 45px;
    height: 45px;
    fill: rgb(169,190,217);
}

.our_team .learning_dna:hover svg {
    transform: translateY(-5px) rotate(10deg);
}

.our_team .learning_dna svg path {
    fill: rgb(169,190,217);
    transition: fill 0.3s ease;
}

.our_team h2 {
    margin: 0 0 30px 0;
    font-weight: 700;
    font-size: 29px;
    position: relative;
    padding-bottom: 15px;
    color: #000000;
}

.our_team h2::after {
    width: 60px;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(169,190,217) 0%,
        rgb(123,158,198) 100%
    );
    height: 3px;
    transition: width 0.3s ease;
    border-radius: 3px;
    content: "";
    bottom: 0;
    left: 0;
}

.our_team p::before {
    top: 0;
    content: "";
    height: 100%;
    width: 2px;
    left: 0;
    opacity: 0.3;
    background: linear-gradient(
        to bottom,
        rgb(169,190,217,0.5),
        rgb(123,158,198,0.5)
    );
    position: absolute;
}

.get_in_touch {
    position: relative;
    padding: 100px 0;
    background: rgb(212,222,236);
    overflow: hidden;
}

.get_in_touch::after {
    height: 100%;
    background: linear-gradient(135deg, rgb(169,190,217,0.5) 0%, transparent 70%);
    width: 100%;
    content: "";
    z-index: 0;
    right: -50%;
    position: absolute;
    top: -50%;
    transform: rotate(45deg);
}

.get_in_touch .img_rounded_box {
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    width: 100%;
    height: 100%;
    filter: saturate(0.5) brightness(1.2);
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
}

.get_in_touch h3 {
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: rgb(169,190,217);
    margin-bottom: 50px;
    text-transform: uppercase;
}

.get_in_touch h3::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: -25px;
    position: absolute;
    background: rgb(123,158,198);
    width: 40px;
    content: "";
    height: 2px;
}

.get_in_touch .feedback_info {
    flex: 1 1 60%;
    position: relative;
    padding: 50px;
}

.get_in_touch .feedback_info::before {
    content: "";
    width: 1px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(212,222,236), transparent);
    top: 0;
    right: 0;
    height: 100%;
}

.get_in_touch .feedback_info h3::before {
    transform: none;
    width: 50px;
    bottom: -10px;
    left: 0;
}

.get_in_touch .feedback_info input[type="text"],
.get_in_touch .feedback_info textarea {
    border-radius: 10px;
    font-size: 18px;
    border: 2px solid rgb(212,222,236);
    padding: 15px 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: #ffffff;
    width: 100%;
    color: #000000;
}

.get_in_touch .feedback_info .support_list input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.get_in_touch .feedback_info .support_list label::before {
    height: 18px;
    content: "";
    border-radius: 2px;
    transition: all 0.3s ease;
    top: 3px;
    left: 0;
    width: 18px;
    border: 2px solid rgb(212,222,236);
    position: absolute;
}

.get_in_touch .feedback_info .support_list input[type="checkbox"]:checked + label::after {
    top: 8px;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 6px;
    content: "";
    transform: rotate(45deg);
    width: 6px;
    height: 10px;
    border: solid #ffffff;
}

.get_in_touch .feedback_info .support_list a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.get_in_touch .feedback_info .support_info {
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
    font-size: 20px;
    padding: 15px 35px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 10px;
    background: rgb(169,190,217);
    position: relative;
    letter-spacing: 1px;
}

.get_in_touch .feedback_info .support_info:hover::before {
    width: 100%;
}

.get_in_touch .reach_widget {
    padding: 50px;
    position: relative;
    flex-direction: column;
    flex: 1 1 35%;
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom right, rgb(212,222,236), #ffffff);
}

.get_in_touch .reach_widget h4 {
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-size: 18px;
}

.get_in_touch .reach_widget h4::after {
    content: "";
    width: 40px;
    bottom: -10px;
    position: absolute;
    background: rgb(169,190,217);
    left: 0;
    height: 2px;
}

.get_in_touch .reach_widget .support_section {
    margin: 0;
    list-style: none;
    padding: 0;
}

.get_in_touch .reach_widget .support_section li:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.get_in_touch .reach_widget .support_section li svg {
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
    margin-right: 15px;
}

.get_in_touch .reach_widget .support_section li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.get_in_touch .reach_widget .support_section li:hover svg path {
    fill: rgb(123,158,198);
}

.get_in_touch .reach_widget .support_section li a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}

.greeting_page .main_front {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 100vh;
    padding: 3rem 1.5rem;
}

.greeting_page .main_front::after {
    opacity: 0.15;
    animation: float 12s ease-in-out infinite;
    position: absolute;
    content: "";
    right: -5%;
    width: 50%;
    background: linear-gradient(to bottom right, rgb(123,158,198) 10%, transparent 70%);
    transform: rotate(-15deg);
    height: 70%;
    z-index: 2;
    top: -10%;
}

.greeting_page .knowledge_sessions:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.greeting_page .knowledge_sessions::before {
    content: "";
    opacity: 0.6;
    background: linear-gradient(45deg, 
    rgb(169,190,217), 
    transparent, 
    rgb(123,158,198));
    right: -2px;
    position: absolute;
    left: -2px;
    top: -2px;
    animation: borderGlow 6s linear infinite;
    z-index: -1;
    bottom: -2px;
}

.greeting_page h3 {
    font-size: clamp(1.2rem, 3vw, 19px);
    line-height: 1.4;
    transform: translateY(20px);
    color: #ffffff;
    animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.5s;
    font-weight: 600;
    margin-bottom: 1.5rem;
    opacity: 0;
}

.greeting_page p::before {
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    height: 2px;
    position: absolute;
    top: 0.5rem;
    content: "";
    animation: lineGrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 1s;
    background-color: rgb(123,158,198);
    width: 1.5rem;
}

.program_results::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    content: "";
    background: radial-gradient(circle at 20% 30%, rgb(123,158,198,0.5) 0%, transparent 40%);
    left: 0;
}

.program_results .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

.program_results .img_rounded_box {
    transition: all 0.5s ease;
    position: relative;
    z-index: 1;
    max-width: 42%;
    flex: 0 0 42%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.program_results .text_clip {
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 20px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    padding: 40px;
    flex: 0 0 52%;
    background: rgba(255, 255, 255, 0.9);
}

.program_results h3 {
    margin-bottom: 35px;
    font-size: 33px;
    position: relative;
    font-weight: 700;
    color: #000000;
}

.program_results ul {
    gap: 16px;
    display: flex;
    list-style: none;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.program_results li {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.program_results li:hover {
    transform: translateX(10px);
}

.program_results li:hover::before {
    opacity: 0.3;
}

.program_results li p {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    display: flex;
    border-radius: 12px;
    z-index: 1;
    transition: all 0.3s ease;
    align-items: center;
    margin: 0;
    backdrop-filter: blur(5px);
    gap: 16px;
    padding: 16px 20px;
}

.program_results svg path {
    fill: rgb(169,190,217);
    transition: fill 0.3s ease;
}

.program_results li:hover svg path {
    fill: rgb(123,158,198);
}

.give_it_a_try {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(123,158,198) 0%, rgb(169,190,217) 100%);
}

.give_it_a_try::after {
    opacity: 0.2;
    z-index: 1;
    right: -50px;
    content: "";
    background: rgb(169,190,217);
    border-radius: 50%;
    height: 200px;
    width: 200px;
    position: absolute;
    bottom: -50px;
}

.give_it_a_try .container {
    position: relative;
    display: flex;
    z-index: 2;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
    flex-direction: column;
    max-width: 1200px;
}

.give_it_a_try h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.give_it_a_try .proof_stats {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    border-radius: 30px;
    overflow: hidden;
    justify-content: center;
    background: #ffffff;
    padding: 30px 50px;
    gap: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
    position: relative;
    display: flex;
    align-items: center;
}

.give_it_a_try svg {
    transform: rotate(-5deg);
    height: 48px;
    transition: transform 0.3s ease;
    width: 48px;
}

.give_it_a_try .proof_stats:hover svg path {
    fill: rgb(123,158,198);
}

.give_it_a_try .support_info::before {
    left: -100%;
    transition: left 0.7s ease;
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}

.give_it_a_try .support_info:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.give_it_a_try .support_info:active {
    transform: translateY(1px);
}

.give_it_a_try .proof_stats div::after {
    background: rgb(123,158,198);
    bottom: -10px;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    width: 0;
}

.footer_subscribe::after {
    animation: shiftGradient 15s infinite linear;
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgb(169,190,217,0.5) 70%, transparent 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    pointer-events: none;
}

footer .ask_for_help {
    padding: 25px;
    gap: 20px;
    flex-wrap: wrap;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
}

footer .info_item:hover svg {
    transform: scale(1.1);
}

footer .info_item p, footer .info_item a {
    display: flex;
    font-weight: 400;
    text-decoration: none;
    align-items: center;
    font-size: 18px;
    transition: color 0.3s ease;
    color: #ffffff;
}

footer .site_prime {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    flex-direction: column;
}

footer .site_prime:hover svg {
    filter: drop-shadow(0 0 8px rgb(169,190,217));
}

footer .grant_info {
    opacity: 0.8;
    line-height: 1.5;
    max-width: 300px;
    color: #ffffff;
    font-size: 16px;
}

footer .head_expert:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .head_expert::before {
    content: "";
    z-index: -1;
    bottom: -2px;
    opacity: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(169,190,217), transparent, rgb(123,158,198), transparent);
    left: -2px;
    right: -2px;
    top: -2px;
    border-radius: calc(14px + 2px);
    transition: opacity 0.5s ease;
}

footer .head_expert h5::after {
    width: 50px;
    left: 0;
    background: rgb(169,190,217);
    height: 2px;
    transition: width 0.3s ease;
    bottom: -1px;
    content: "";
    position: absolute;
}

footer .main_pagewrap a {
    font-weight: 400;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
    color: #ffffff;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: calc(18px - 1px);
}

footer .main_pagewrap a:hover {
    padding-left: 20px;
    color: rgb(169,190,217);
}

footer .main_pagewrap a:hover::before {
    opacity: 1;
    background-color: rgb(169,190,217);
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 5px rgb(169,190,217), 0 0 10px rgb(169,190,217,0.5);
}

footer .subscribe_holder::before {
    position: absolute;
    top: -50%;
    left: -50%;
    animation: pulseBackground 10s infinite ease-in-out;
    width: 200%;
    z-index: -1;
    content: "";
    height: 200%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
}

footer .subscribe_holder p {
    font-size: 18px;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ffffff;
}

footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(169,190,217,0.5);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgb(169,190,217);
}

footer .sub_bonus {
    border: none;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    background: rgb(169,190,217);
    color: #ffffff;
    display: inline-block;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
}

footer .sub_bonus:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(123,158,198);
}

footer .green_edu {
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.privacy_unit h1 {
    border-bottom: 2px solid rgb(123,158,198);
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #ffffff;
    margin-top: 30px;
    font-weight: 700;
    font-size: 41px;
    text-shadow: 0 0 8px rgb(169,190,217);
}

.privacy_unit h3, .privacy_unit h4, .privacy_unit h5, .privacy_unit h6 {
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 24px;
    text-shadow: 0 0 5px rgb(169,190,217,0.5);
}

.privacy_unit li {
    margin-bottom: 10px;
    line-height: 1.6;
    padding-left: 20px;
    color: #ffffff;
    position: relative;
    font-size: 17px;
}

.privacy_unit p, .privacy_unit span, .privacy_unit div {
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 300;
    background-color: rgb(169,190,217,0.5);
    border-radius: 10px;
    color: #ffffff;
    border-left: 3px solid rgb(169,190,217);
    font-size: 17px;
    box-shadow: 0 0 8px rgb(169,190,217,0.5);
    padding: 5px 10px;
}

.tariff_item .container {
    z-index: 2;
    position: relative;
    max-width: 1320px;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.tariff_item .cert_plans {
    display: flex;
    gap: 2.5rem;
    flex-direction: column-reverse;
}

.tariff_item .price_schemes {
    background: rgba(#ffffff, 0.9);
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    max-width: 600px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    margin: 0 auto;
    padding: 2rem;
}

.tariff_item .price_schemes:hover h2::after {
    transform: scaleX(1.5);
}

.tariff_item .pricing_offers {
    max-width: 100%;
    font-size: 12px;
    word-break: break-word;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
}

.tariff_item .learning_rates {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.tariff_item .learning_rates:hover .payment_scheme {
    box-shadow: 0 15px 35px rgba(rgb(169,190,217,0.5), 0.15);
}

.tariff_item .learning_fee {
    min-height: 280px;
    padding: 2rem;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.tariff_item .trial_offers {
    color: rgb(169,190,217);
    margin: 0.5rem 0 1.25rem;
    font-weight: 700;
    font-size: calc(18px + 0.3rem);
    position: relative;
    display: block;
}

.tariff_item .learning_fee p {
    margin-top: 1.5rem;
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
    font-size: 12px;
    word-break: break-word;
    color: #000000;
}

.tariff_item .img_rounded_box::after {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
}

.cookie_popup_display .tracking_policy {
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    margin-right: 20px;
    transform-origin: center;
}

.cookie_popup_display .tracking_policy svg {
    fill: rgb(169,190,217);
    height: 60px;
    width: 60px;
}

.cookie_popup_display .cookie_tips p {
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
    color: #000000;
}

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

.cookie_popup_display .safe_cookies:active {
    transform: translateY(1px);
    box-shadow: none;
}


#panelPrivacyPolicy {
    display: none;
}

#panelPrivacyPolicy:checked ~ .cookie_popup_display {
    opacity: 0;
    visibility: hidden;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.teaching_history .container {
    transform: perspective(1500px) rotateY(3deg);
}.teaching_history .edu_ratings {
    gap: 3rem;
    padding: 4rem;
}.teaching_history .img_rounded_box {
    height: 220px;
    width: 220px;
}.teaching_history .work_view {
    padding-left: 0;
    column-gap: 2.5rem;
    column-count: 2;
    border-left: none;
}.teaching_history .work_view::before {
    font-size: 4rem;
    left: -1rem;
}
}



@media (max-width: 767px) {.teaching_history {
    padding: 4rem 0;
}.teaching_history .container {
    transform: none;
}.teaching_history .edu_ratings {
    padding: 2rem;
}.teaching_history .edu_ratings > div:first-child {
    margin-bottom: 1rem;
    justify-content: center;
    display: flex;
}.teaching_history .edu_ratings > div:nth-child(2) {
    text-align: center;
}.teaching_history .name::after {
    transform: translateX(-50%);
    left: 50%;
}.teaching_history .work_view {
    text-align: left;
    padding-left: 1rem;
}}



@media (max-width: 767px) {header .header_sitebar .head_expert .nav_base a {
    font-size: calc(15px - 2px);
    padding: 8px 12px;
}}



@media (max-width: 1200px) {.thanks_id {
    padding: 100px 0;
}.thanks_id h2 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 992px) {.thanks_id {
    padding: 80px 0;
}.thanks_id h2 {
    font-size: calc(28px * 0.85);
}.thanks_id::after {
    width: 100%;
    right: -50%;
}.thanks_id .proof_stats {
    padding: 30px 35px 25px;
}
}



@media (max-width: 576px) {.thanks_id {
    padding: 50px 0;
}.thanks_id h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 25px;
}.thanks_id .proof_stats {
    padding: 20px 25px 15px;
    border-left-width: 3px;
}.thanks_id li {
    padding-left: 20px;
}.thanks_id li::before {
    height: 6px;
    top: 8px;
    width: 6px;
}.thanks_id li span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.thanks_id::before {
    background-size: 40px 40px;
}
}



@media (min-width: 992px) {.training_structure {
    padding: 10rem 0;
}.training_structure .proof_stats {
    gap: 3rem;
    grid-template-columns: 1fr;
}.training_structure h2 {
    font-size: calc(30px * 1.4);
    margin-bottom: 1rem;
}.training_structure h2::after {
    height: 4px;
    bottom: -15px;
}.training_structure .text_clip {
    padding: 3.5rem 4rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 92%);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.training_structure p {
    font-size: calc(12px * 1.1);
    transform: translateX(0);
    max-width: 80%;
}.training_structure .text_clip:hover p {
    transform: translateX(10px);
}
}



@media (max-width: 480px) {.training_structure {
    padding: 4rem 0;
}.training_structure .proof_stats {
    padding: 0 1rem;
}.training_structure h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.5rem;
}.training_structure .text_clip {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
}.training_structure p {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 768px) {.statistical_details {
    padding: 200px 0 50px;
}.statistical_details .growth_track {
    height: 260px;
    margin-top: 100px;
    width: 260px;
}.statistical_details .edu_statistics {
    font-size: calc(35px - 0.25rem);
}.statistical_details .statistics_advances {
    font-size: calc(14px - 0.1rem);
}.statistical_details .statistics_pros {
    margin-top: 100px;
}.statistical_details .knowledge_boosters {
    height: 180px;
}.statistical_details .knowledge_boosters h4 {
    font-size: 35px;
}
}



@media (max-width: 576px) {.statistical_details {
    padding: 180px 0 40px;
}.statistical_details .growth_track {
    margin-top: 80px;
    height: 240px;
    width: 240px;
}.statistical_details .statistics_pros {
    grid-template-columns: 1fr;
    margin-top: 80px;
}.statistical_details .knowledge_boosters {
    height: 160px;
}}



@media (max-width: 1024px) {.our_team {
    padding: 100px 0;
}.our_team .proof_stats {
    flex-direction: column;
}.our_team .success_story,
    .our_team .text_clip {
    padding: 40px;
    width: 100%;
}.our_team .success_story {
    justify-content: center;
    flex-direction: row;
    gap: 30px;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
}.our_team .success_story .img_rounded_box {
    width: 180px;
    height: 240px;
    margin-bottom: 0;
}.our_team .knowledge_space {
    transform: translateY(0) translateX(0);
    flex: 1;
}.our_team .success_story:hover .knowledge_space {
    transform: translateY(0) translateX(0);
}.our_team .text_clip::before {
    height: 1px;
    background: linear-gradient(
            to right,
            transparent,
            rgb(169,190,217,0.5),
            rgb(123,158,198,0.5),
            transparent
        );
    width: 100%;
}
}



@media (max-width: 480px) {.our_team {
    padding: 60px 0;
}.our_team .container {
    padding: 0 20px;
}.our_team .success_story {
    padding-bottom: 50px;
    padding: 25px;
}.our_team .success_story .img_rounded_box {
    width: 160px;
    height: 220px;
}.our_team .knowledge_space {
    width: 100%;
    padding: 15px 20px;
}.our_team .text_clip {
    padding: 25px 20px;
}.our_team h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.85);
}.our_team .learning_dna {
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}.our_team .learning_dna svg {
    margin-right: 0;
    margin-bottom: 10px;
}}



@media (max-width: 768px) {.get_in_touch {
    padding: 50px 0;
}.get_in_touch h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.8);
}.get_in_touch .feedback_info h3,
    .get_in_touch .reach_widget h4 {
    font-size: calc(18px * 0.9);
}.get_in_touch .feedback_info,
    .get_in_touch .reach_widget {
    padding: 30px;
}.get_in_touch .feedback_info input[type="text"],
    .get_in_touch .feedback_info textarea {
    padding: 12px 15px;
}.get_in_touch .feedback_info .support_info {
    padding: 12px 25px;
}
}



@media (max-width: 768px) {.greeting_page .main_front {
    padding-top: 5rem;
    min-height: 80vh;
    align-items: flex-start;
}.greeting_page .knowledge_sessions {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
}.greeting_page .main_front::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.greeting_page h1 {
    margin-bottom: 1rem;
}.greeting_page h3 {
    font-size: clamp(1rem, 4vw, 19px);
}
}



@media (max-width: 992px) {.program_results {
    padding: 70px 0;
}.program_results .proof_stats {
    gap: 40px;
    flex-direction: column;
}.program_results .img_rounded_box {
    max-width: 60%;
    margin: 0 auto;
    flex: none;
}.program_results .text_clip {
    margin: 0 auto;
    flex: none;
    width: 90%;
}
}



@media (max-width: 991px) {.give_it_a_try {
    padding: 80px 0;
}.give_it_a_try h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}.give_it_a_try .proof_stats {
    padding: 25px 40px;
}
}



@media (max-width: 767px) {.give_it_a_try {
    padding: 60px 0;
}.give_it_a_try h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.8);
    transform: none;
}.give_it_a_try .proof_stats {
    flex-direction: column;
    padding: 25px;
    gap: 20px;
}.give_it_a_try .proof_stats::before {
    width: 100%;
    height: 5px;
}.give_it_a_try svg {
    width: 40px;
    height: 40px;
}.give_it_a_try .support_info {
    font-size: calc(20px * 0.9);
    padding: 12px 30px;
}
}



@media (min-width: 992px) {footer .reward_sys {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .ask_for_help {
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
}footer .info_item {
    flex: 0 1 auto;
}
}



@media (max-width: 576px) {footer .footer_subscribe {
    padding: 40px 0 20px;
}footer .ask_for_help, footer .head_expert, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub_bonus {
    padding: 12px;
}footer .site_prime svg {
    height: 40px;
}footer .grant_info {
    font-size: calc(16px - 1px);
}}



@media (min-width: 768px) {.tariff_item .pro_fees {
    grid-template-columns: repeat(2, 1fr);
}.tariff_item .price_schemes {
    padding: 3rem;
}
}



@media (min-width: 992px) {.tariff_item .cert_plans {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.tariff_item .price_schemes {
    width: 35%;
    margin: 0;
}.tariff_item .pro_fees {
    width: 65%;
}
}



@media (max-width: 767px) {.tariff_item {
    padding: 4rem 0;
}.tariff_item .learning_fee {
    min-height: 240px;
    padding: 1.5rem;
}.tariff_item .img_rounded_box {
    height: 180px;
}.tariff_item .price_schemes {
    padding: 1.5rem;
}.tariff_item .price_schemes h2 {
    font-size: calc(28px - 0.2rem);
}.tariff_item .pricing_offers {
    font-size: calc(12px - 0.1rem);
}}



@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateZ(20px) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateZ(20px) translateY(0);
    }
}



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes rotate-reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@keyframes pulseCircles {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

@keyframes reflectionSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(500%);
    }
}



@keyframes fadeUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes borderGlow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
}



@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

