* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Manrope', 'Montserrat', sans-serif;
    background: #ffffff;
}
.my-container {
    max-width: 1508px;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
}

.bgGBlock {
    background-color: #f6f6fa;
    padding: 0 60px;
}
.bgWBlock {
    background-color: #ffffff;
    padding: 0 60px;
}
.bgTBlock {
    background: #F9FAFE;
    padding: 0 60px;
}
.case-block-pic {
    padding-top: 40px;
}
.case-block-pic > img {
    width: 72%;
}
.teacherBlockInner {
    display: flex;
    align-items: center;
    gap: 30px;
}
.teacherRightBlock {
    text-align: center;
}
.teacherRightBlock > h3 {
    font-size: 22px;
}
.teacherBlockInner > div:first-child {
    flex: 1;
    border-right: 1px solid #ffffff;
}
.teacherNumberBlock {
    display: flex;
    justify-content: space-between;
    padding: 25px 25px 20px 0;
}
.teacherNumberBlock > div {
    flex: 1;
}
.teacherNumberText {
    margin-top: 20px;
}
.calculate-image-img {
    margin-top: 23px;
}
.teacherNumberBlockInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.teacherNumber {
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    border: 1px solid white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background: #1b50e6;
}
.case-item-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.steps-bottom-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background: #F4F6FB;
    padding: 40px 25px;
    gap: 22px;
}
.steps-bottom-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.rBS {
    border-right: 1px solid #082655;
}
.bg-light { background: #f6f6fa; }
.bg-slate { background: #f8fafc; }
.bg-red { background: #c80000; }
.bg-deep-blue { background: #001354; }
.bg-dark-blue { background: #081494; }
.bg-bright-blue { background: #1648d5; }
.bg-gray-placeholder { background: #e5e7eb; }
.bg-gray-card { background: #d9d9d9; }
.bg-white-custom { background: #ffffff; }
.text-red { color: #c80000; }
.text-dark-blue { color: #081494; }
.text-deep-blue { color: #001354; }
.text-blue { color: #1648d5; }
.text-white { color: #ffffff; }
.text-black { color: #000000; }
.text-16 { font-size: 14px; }
.text-17 { font-size: 15px; }
.text-18 { font-size: 16px; }
.text-20 { font-size: 17px; }
.text-22 { font-size: 18px; }
.text-24 { font-size: 20px; }
.text-25 { font-size: 21px; }
.text-26 { font-size: 22px; }
.text-27 { font-size: 20px; }
.text-28 { font-size: 24px; }
.text-30 { font-size: 25px; }
.text-35 { font-size: 29px; }
.text-40 { font-size: 33px; }
.text-45 { font-size: 37px; }
.text-48 { font-size: 33px; }
.text-50 { font-size: 41px; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.p-20 { padding: 20px !important; }
.p-24 { padding: 24px !important; }
.p-30 { padding: 30px !important; }
.p-40 { padding: 40px !important; }
.pt-60 { padding-top: 60px !important; }
.pb-60 { padding-bottom: 60px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mb-30 { margin-bottom: 30px !important; }
.gap-20 { gap: 20px !important; }
.gap-24 { gap: 24px !important; }
.gap-30 { gap: 30px !important; }
.gap-40 { gap: 40px !important; }
.flex { display: flex; }
.grid { display: grid; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.flex-1 { flex: 1; }
.flex-col { flex-direction: column; }
.w-full { width: 100%; }
.rounded-30 { border-radius: 30px; }
.rounded-20 { border-radius: 20px; }
.rounded-16 { border-radius: 16px; }
.rounded-12 { border-radius: 12px; }
.rounded-full { border-radius: 50%; }
.section { padding: 40px 0; }
.brandLine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 10px 0;
}
.brandLine img {
    max-height: 120px;
    object-fit: contain;
    flex: 1 1 0;
    width: 0;
}
.reviewBlockFirstLine h3 {
    font-weight: 400;
    padding-top: 10px;
}
.reviewButton {
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    background: #081494;
    padding: 11px 163px;
    border-radius: 30px;
}
.redLineBlock {
    text-align: center;
    padding: 20px 0;
}
.reviewBlockSecondLine {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.reviewBlockFirstLine {
    display: flex;
    align-items: center;
    gap: 26px;
}
.reviewBlock {
    background: #fff;
    border-radius: 30px;
    padding: 20px 10px;
}
.CB100Block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 75%;
    margin: 0 auto;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 20px;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 24px;
}
.header-callback {
    background: #c80000;
    border: none;
    border-radius: 30px;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: 'Manrope', 'Montserrat', sans-serif;
}
.header-callback:hover {
    background: #a00000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(200, 0, 0, 0.3);
}
.header-callback:active {
    transform: translateY(0);
}
.header-phone {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    text-align: right;
    line-height: 1.4;
}
.logo {
    display: flex;
    align-items: center;
    gap: 16px;
}
.logo-icon {
    width: 207px;
    height: 91px;
}
.logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.logo-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}
.hero {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px 0;
    align-items: start;
}
.hero-content {
    flex: 1;
    min-width: 300px;
}
.hero-title {
    font-size: 39px;
    font-weight: 700;
    line-height: 47px;
    font-family: 'Manrope', sans-serif;
}
.hero-title .highlight {
    color: #1648d5;
}
.hero-sub {
    font-size: 21px;
    font-weight: 500;
    margin: 20px 0;
}
.hero-sub .dot {
    color: #1648d5;
}
.hero-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    white-space: pre-wrap;
}
.hero-image {
    flex: 0 0 493px;
    height: 616px;
    border-radius: 30px;
}
.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.banner {
    background: radial-gradient(ellipse 106.32% 713.81% at 8.21% 100%, rgba(0,47,187,0.35) 0%, rgba(42,96,255,0.35) 100%), linear-gradient(#081494, #081494);
    border-radius: 30px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    max-width: 615px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}
.banner-text {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.service-item-image-wrap {
    width: 100%;
    height: 340px;
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-line {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch;
    margin-bottom: 30px;
}
.service-item {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px;
}
.service-item-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    gap: 12px;
}
.service-item-title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #082655;
}
.service-item-picture {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}
.stat-item-picture {
    max-height: 120px;
}
.service-item p {
    font-size: 16px;
    font-weight: 500;
    color: #082655;
    line-height: 20px;
    margin-top: 17px;
    min-height: 44px;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 30px 0;
}
.stat-item {
    text-align: center;
    background: #fff;
    border-radius: 30px;
    padding: 20px 10px;
}
.stat-number {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.stat-label {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 21.86px;
    margin-top: 8px;
}
.progress-pic-block {
    flex: 1;
    height: auto;
    min-height: 550px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.process-line-wrapper {
    flex: 0 0 40px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 20px 0;
}
.progress-pic-block > img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.process-grid > div:first-child {
    flex: 0 0 45%;
    max-width: 45%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}
.process-grid > div:last-child {
    flex: 1;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}
.case-top-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.process-steps-pic-line {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
    margin-left: 18px;
}
.teacher-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.teacher-card {
    background: #fff;
    border-radius: 30px;
    padding: 24px;
    text-align: center;
}
.teacher-card .avatar {
    width: 100%;
    height: 213px;
    border-radius: 30px;
    margin: 0 auto 16px;
    position: relative;
}
.teacher-card-icon {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 53px;
}
.teacher-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #081494;
    margin-top: 32px;
}
.teacher-card p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-top: 8px;
}
.process-grid {
    display: flex;
    gap: 0;
    align-items: stretch;
}
.process-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: space-between;
}
.step {
    background: #fff;
    border-radius: 30px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}
.step-icon {
    width: 89px;
    height: 88px;
    background: #e5e7eb;
    border-radius: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.step h4 {
    font-size: 21px;
    font-weight: 700;
    color: #081494;
}
.step p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.case-block {
    margin: 30px 0;
}
.case-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.case-item {
    padding: 20px;
    background: #fff;
    border-radius: 30px;
}
.case-item .num {
    font-size: 39px;
    font-weight: 600;
    color: #c80000;
    font-family: 'Roboto', sans-serif;
}
.case-item h4 {
    font-size: 24px;
    font-weight: 800;
    color: #082655;
}
.case-item ul {
    list-style: none;
    margin-top: 16px;
}
.case-item ul li {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #000;
    padding: 10px 0;
}
.case-item ul li::before {
    content: "✓ ";
    color: #c80000;
    font-weight: 700;
}
.founder-section {
    display: flex;
    gap: 40px;
    align-items: start;
}
.founder-image {
    position: relative;
}
.founder-content {
    flex: 1;
    padding-top: 40px;
}
.founder-stats {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}
.founder-stats-img {
    width: 90px;
}
.founder-image-img {
    height: 630px;
    border-radius: 30px;
}
.founder-information {
    background: #001354;
    border-radius: 30px;
    padding: 22px;
    width: 313px;
    color: #ffffff;
    margin-top: -100px;
    margin-left: 25px;
    position: relative;
}
.wText {
    color: #ffffff;
}
.calculateBlock h2 {
    font-size: 28px;
}
.calculateBlock p {
    font-size: 17px;
}
.calculateBlock {
    background: #1648D5;
    padding: 35px;
    border-radius: 30px;
}
.calculateBlockInner {
    display: flex;
    align-items: center;
    gap: 30px;
}
.calculateButton {
    background: #ffffff;
    border-radius: 30px;
    padding: 17px 67px;
    width: fit-content;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-top: -41px;
}
.calculateButton2 {
    background: #ffffff;
    border-radius: 30px;
    padding: 17px 67px;
    width: fit-content;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
}
.calculateButtonBlock {
    display: flex;
    justify-content: end;
}
.calculateButtonBlock2 {
    margin-top: 12px;
}
.calculateButton > img,
.calculateButton2 > img {
    width: 29px;
    margin-top: 4px;
}
.founder-information > h3 {
    font-size: 17px;
}
.founder-information > h4 {
    font-size: 14px;
    font-weight: 400;
}
.founder-information-bottom-icon {
    width: 160px;
}
.founder-information-bottom-block {
    display: flex;
    gap: 20px;
    padding-top: 10px;
    justify-content: space-between;
    align-items: center;
}
.founder-information-bottom-block h5 {
    color: #c80000;
    font-size: 17px;
}
.founder-stats .founder-stats-item .number {
    font-size: 17px;
    font-weight: 700;
    color: #c80000;
}
.founder-stats .founder-stats-item .label {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
}
.founder-stats-item {
    background: #ffffff;
    border-radius: 30px;
    padding: 20px 30px;
    flex: 1;
    text-align: center;
}
.grid-clients {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}
.grid-clients .bg-gray-placeholder {
    height: 100px;
    border-radius: 16px;
    background: #e5e7eb;
}
.consult-block {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: start;
}
.consult-content {
    flex: 1;
    min-width: 280px;
    margin-top: 30px;
}
.consult-form {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border-radius: 30px;
    padding: 40px;
}
.sInformation {
    color: #7a7a7a;
    text-align: center;
    padding-top: 26px;
}
.lang-list {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 42px;
}
.lang-list .check {
    color: #c80000;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    font-size: 18px;
    font-weight: 700;
    color: #082655;
    display: block;
    margin-bottom: 8px;
}
.form-group input {
    width: 100%;
    padding: 14px 20px;
    border: 2px solid #082655;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
}
.form-group input::placeholder {
    color: #999;
    font-weight: 400;
}
.btn-red {
    background: #c80000;
    border-radius: 30px;
    padding: 20px 40px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    border: none;
    cursor: pointer;
}
.consult-form .btn-red {
    width: 100%;
    margin-top: 20px;
}
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.faq-item {
    background: #fff;
    border-radius: 20px;
    padding: 24px 30px;
    display: flex;
    align-items: start;
    gap: 16px;
}
.faq-item .q {
    width: 59px;
    height: 59px;
    background: rgba(22, 72, 213, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    flex-shrink: 0;
}
.faq-item h4 {
    font-size: 21px;
    font-weight: 700;
    color: #082655;
}
.footer-cta {
    background: #001354;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.footer-cta .left {
    display: flex;
    align-items: center;
    gap: 24px;
}
.left {
    border-right: 1px solid #fff;
}
.afterConsultationItem {
    text-align: center;
}
.afterConsultationBorder {
    padding-right: 25px;
    border-right: 2px solid #ececfa;
}
.afterConsultationH4 {
    display: flex;
    align-items: center;
}
.afterConsultationBlock {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background: #ffffff;
    padding: 40px 25px;
    gap: 22px;
}
.footer-cta .left .icon {
    width: 107px;
    height: 110px;
    background: #e5e7eb;
    border-radius: 50%;
    flex-shrink: 0;
}
.footer-cta .left h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.footer-cta .left p {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.footer-cta .right {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-cta .right .phone {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}
.faq-item {
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    height: fit-content;
}
.faq-item.active {
    border-color: #1648d5;
    box-shadow: 0 4px 20px rgba(22, 72, 213, 0.12);
}
.faq-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 30px;
    cursor: pointer;
    border-radius: 20px;
    width: 100%;
    user-select: none;
    transition: background 0.25s ease;
}
.faq-header:hover {
    background: #f8f9ff;
}
.faq-item .q {
    width: 59px;
    height: 59px;
    background: rgba(22, 72, 213, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    flex-shrink: 0;
    transition: background 0.3s ease;
}
.faq-item.active .q {
    background: #1648d5;
}
.faq-header h4 {
    font-size: 21px;
    font-weight: 700;
    color: #082655;
    flex: 1;
    margin: 0;
    line-height: 1.3;
}
.faq-arrow {
    font-size: 20px;
    color: #082655;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: auto;
}
.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 30px;
}
.faq-item.active .faq-content {
    max-height: 3000px;
    padding: 0 30px 24px 30px;
}
.faq-content p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin: 0;
}
.reviewBlock {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.reviewBlockFirstLine {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.reviewBlockFirstLine h2 {
    font-size: 26px;
    font-weight: 700;
    color: #082655;
    margin-bottom: 10px;
}
.reviewBlockFirstLine h3 {
    font-size: 17px;
    font-weight: 400;
    color: #555;
}
.stat-item-picture {
    max-height: 94px;
    width: auto;
}
.reviewBlockSecondLine {
    display: flex;
    justify-content: center;
}
.reviewButton {
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    background: #081494;
    padding: 15px 60px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: inline-block;
    user-select: none;
}
.reviewButton:hover {
    background: #1648d5;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(8, 20, 148, 0.3);
}
.reviewButton:active {
    transform: translateY(0);
}
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}
.modal-overlay.active {
    display: flex;
}
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}
.modal-content {
    background: #ffffff;
    border-radius: 30px;
    max-width: 1100px;
    width: 100%;
    max-height: 100vh;
    padding: 40px;
    position: relative;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 40px;
    color: #999;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.modal-close:hover {
    color: #c80000;
    background: rgba(200, 0, 0, 0.08);
    transform: rotate(90deg);
}
.modal-title {
    font-size: 26px;
    font-weight: 700;
    color: #082655;
    text-align: center;
    margin-bottom: 30px;
}
.carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
.carousel-track-wrapper {
    flex: 1;
    overflow: hidden;
    border-radius: 16px;
}
.carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.carousel-slide {
    min-width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-slide img {
    max-width: 100%;
    max-height: 65vh;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
}
.carousel-slide img:hover {
    transform: scale(1.02);
}
.carousel-btn {
    background: #081494;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 10;
}
.carousel-btn:hover {
    background: #1648d5;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(8, 20, 148, 0.3);
}
.carousel-btn:active {
    transform: scale(0.95);
}
.carousel-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: none;
}
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}
.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}
.carousel-dot.active {
    background: #081494;
    width: 35px;
    border-radius: 6px;
}
.carousel-dot:hover {
    background: #1648d5;
}
.modal-footer-text {
    text-align: center;
    color: #999;
    font-size: 16px;
    margin-top: 20px;
}
.image-preview-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    padding: 40px;
}
.image-preview-overlay.active {
    display: flex;
}
.image-preview-overlay img {
    max-width: 95%;
    max-height: 95vh;
    object-fit: contain;
    border-radius: 8px;
    animation: fadeIn 0.3s ease;
}
.image-preview-close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: none;
    border: none;
}
.image-preview-close:hover {
    transform: rotate(90deg);
    color: #c80000;
}
.faq-intro {
    font-size: 16px;
    font-weight: 500;
    color: #082655;
    line-height: 1.6;
    margin-bottom: 16px;
}
.faq-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #082655;
    line-height: 1.6;
    margin: 16px 0 12px 0;
}
.faq-example {
    font-size: 15px;
    font-weight: 400;
    color: #1648d5;
    line-height: 1.6;
    margin-top: 12px;
    padding: 12px 16px;
    background: #f0f4ff;
    border-radius: 12px;
    border-left: 4px solid #1648d5;
}
.faq-content p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin: 0 0 12px 0;
}
.faq-content p:last-child {
    margin-bottom: 0;
}
.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.faq-list > li {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    padding: 8px 0 8px 28px;
    position: relative;
    border-bottom: 1px solid #f0f2f7;
}
.faq-list > li:last-child {
    border-bottom: none;
}
.faq-list > li::before {
    content: "•";
    color: #1648d5;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 6px;
}
.faq-list > li strong {
    color: #082655;
    font-weight: 600;
}
.faq-sublist {
    list-style: none;
    padding: 6px 0 0 24px;
    margin: 4px 0 0 0;
}
.faq-sublist li {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    padding: 2px 0 2px 18px;
    position: relative;
}
.faq-sublist li::before {
    content: "—";
    color: #999;
    position: absolute;
    left: 0;
    top: 2px;
}
.consult-form {
    position: relative;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-group label {
    font-size: 18px;
    font-weight: 700;
    color: #082655;
    display: block;
    margin-bottom: 8px;
}
.form-group input {
    width: 100%;
    padding: 14px 20px;
    border: 2px solid #082655;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    transition: all 0.3s ease;
}
.form-group input:focus {
    outline: none;
    border-color: #1648d5;
    box-shadow: 0 0 0 4px rgba(22, 72, 213, 0.1);
}
.form-group input::placeholder {
    color: #999;
    font-weight: 400;
}
.form-group.error input {
    border-color: #c80000;
    background: #fff5f5;
}
.form-group.error input:focus {
    box-shadow: 0 0 0 4px rgba(200, 0, 0, 0.1);
}
.form-group.success input {
    border-color: #00a854;
    background: #f5fff9;
}
.error-message {
    display: none;
    font-size: 14px;
    color: #c80000;
    margin-top: 6px;
    font-weight: 500;
    padding-left: 4px;
}
.form-group.error .error-message {
    display: block;
}
.btn-red {
    background: #c80000;
    border-radius: 30px;
    padding: 20px 40px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.btn-red:hover {
    background: #a00000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(200, 0, 0, 0.3);
}
.btn-red:active {
    transform: translateY(0);
}
.btn-red.loading {
    background: #999;
    cursor: not-allowed;
    pointer-events: none;
}
.btn-red.loading::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 30px;
    margin-top: -12px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.success-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    padding: 20px;
    animation: fadeInOverlay 0.3s ease;
}
.success-modal-overlay.active {
    display: flex;
}
@keyframes fadeInOverlay {
    from { opacity: 0; }
    to { opacity: 1; }
}
.success-modal {
    background: #fff;
    border-radius: 30px;
    max-width: 560px;
    width: 100%;
    padding: 50px 40px 40px;
    text-align: center;
    animation: slideUp 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
@keyframes slideUp {
    from { opacity: 0; transform: translateY(30px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.success-icon {
    width: 80px;
    height: 80px;
    background: #00a854;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s both;
}
@keyframes popIn {
    from { transform: scale(0); }
    to { transform: scale(1); }
}
.success-modal h2 {
    font-size: 26px;
    font-weight: 700;
    color: #082655;
    margin-bottom: 12px;
}
.success-modal p {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}
.success-modal-btn {
    background: #081494;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 16px 60px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.success-modal-btn:hover {
    background: #1648d5;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(8, 20, 148, 0.3);
}
.success-modal-btn:active {
    transform: translateY(0);
}
.banner.scroll-to-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse 106.32% 713.81% at 8.21% 100%, rgba(0,47,187,0.35) 0%, rgba(42,96,255,0.35) 100%), linear-gradient(#081494, #081494);
    border-radius: 30px;
    padding: 20px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    user-select: none;
    white-space: nowrap;
}
.banner.scroll-to-form:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 40px rgba(8, 20, 148, 0.4);
    border-color: rgba(255, 255, 255, 0.3);
}
.banner.scroll-to-form:active {
    transform: scale(0.97);
}
.banner-text {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease;
}
.banner.scroll-to-form:hover .banner-text {
    letter-spacing: 0.5px;
}
.calculateButton2.scroll-to-form {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border-radius: 30px;
    padding: 17px 67px;
    width: fit-content;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #1648d5;
    user-select: none;
    color: #1648d5;
    white-space: nowrap;
}
.calculateButton2.scroll-to-form:hover {
    background: #ffffff;
    border-color: #081494;
    color: #081494;
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(8, 20, 148, 0.15);
}
.calculateButton2.scroll-to-form:active {
    transform: translateY(0px);
    box-shadow: 0 5px 20px rgba(8, 20, 148, 0.1);
}
.calculateButton2.scroll-to-form img {
    width: 29px;
    transition: all 0.4s ease;
    filter: brightness(0) saturate(100%) invert(15%) sepia(89%) saturate(3141%) hue-rotate(220deg) brightness(92%) contrast(96%);
}
.calculateButton2.scroll-to-form:hover img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(89%) saturate(3141%) hue-rotate(220deg) brightness(92%) contrast(96%);
    transform: translateX(5px);
}
.calculateButton.scroll-to-form {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border-radius: 30px;
    padding: 17px 67px;
    width: fit-content;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #1648d5;
    user-select: none;
    color: #1648d5;
    white-space: nowrap;
}
.calculateButton.scroll-to-form:hover {
    background: #ffffff;
    border-color: #081494;
    color: #081494;
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(8, 20, 148, 0.15);
}
.calculateButton.scroll-to-form:active {
    transform: translateY(0px);
    box-shadow: 0 5px 20px rgba(8, 20, 148, 0.1);
}
.calculateButton.scroll-to-form img {
    width: 29px;
    transition: all 0.4s ease;
    filter: brightness(0) saturate(100%) invert(15%) sepia(89%) saturate(3141%) hue-rotate(220deg) brightness(92%) contrast(96%);
}
.calculateButton.scroll-to-form:hover img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(89%) saturate(3141%) hue-rotate(220deg) brightness(92%) contrast(96%);
    transform: translateX(5px);
}
img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1450px) {
    .faq-header h4 { font-size: 19px; }
    .faq-header { padding: 20px 24px; gap: 14px; }
    .faq-item .q { width: 52px; height: 52px; font-size: 32px; }
}
@media (max-width: 1310px) {
    .faq-header h4 { font-size: 18px; }
    .faq-header { padding: 20px 24px; gap: 14px; }
    .faq-item .q { width: 52px; height: 52px; font-size: 32px; }
}
@media (max-width: 1250px) {
    .calculateButton { margin-top: 38px; }
}
@media (max-width: 1240px) {
    .faq-header h4 { font-size: 18px; }
}
@media (max-width: 1210px) {
    .faq-header h4 { font-size: 17px; }
}
@media (max-width: 1180px) {
    .faq-header h4 { font-size: 16px; }
}
@media (max-width: 1140px) {
    .case-item h4 { font-size: 22px; }
    .case-item .num { font-size: 35px; }
    .case-item-num-img { width: 55px; }
}
@media (max-width: 1024px) {
    .brandLine { justify-content: center; }
    .stats-grid,
    .teacher-grid,
    .case-grid,
    .faq-grid {
        grid-template-columns: 1fr 1fr;
    }
    .hero { flex-direction: column; }
    .hero-image { flex: 0 0 auto; width: 100%; height: 400px; }
    .service-line { flex-direction: column; }
    .service-item { min-width: auto; }
    .faq-grid { grid-template-columns: 1fr 1fr; }
    .brandLine { flex-wrap: wrap; justify-content: center; gap: 15px; }
    .brandLine img { flex: 0 0 auto; width: auto; max-height: 80px; max-width: 120px; }
    .founder-section { flex-direction: column; align-items: center; }
    .founder-content { padding-top: 0; }
    .founder-image-img { width: 100%; object-fit: cover; }
    .founder-information { width: 90%; margin-top: -60px; margin-left: auto; margin-right: auto; padding: 18px; }
    .founder-stats { flex-wrap: wrap; gap: 16px; }
    .founder-stats-item { flex: 1 1 calc(50% - 16px); min-width: 200px; padding: 16px 20px; }
    .steps-bottom-block { flex-wrap: wrap; justify-content: center; padding: 24px 16px; gap: 16px; }
    .steps-bottom-item { flex: 1 1 calc(50% - 16px); min-width: 180px; }
    .rBS { border-right: none; }
    .teacherBlockInner { flex-direction: column; gap: 24px; }
    .teacherBlockInner > div:first-child { border-right: none; width: 100%; }
    .teacherNumberBlock { flex-wrap: wrap; justify-content: center; padding: 16px 0; gap: 12px; }
    .teacherNumberBlock > div { flex: 0 0 auto; }
    .teacherRightBlock { width: 100%; }
    .teacherRightBlock > h3 { font-size: 20px; }
    .afterConsultationBlock { flex-wrap: wrap; justify-content: center; padding: 24px 16px; gap: 12px; }
    .afterConsultationItem { flex: 1 1 calc(33.33% - 12px); min-width: 140px; }
    .afterConsultationBorder { border-right: none; }
    .footer-cta { flex-direction: column; text-align: center; padding: 30px 24px; }
    .footer-cta .left { flex-direction: column; text-align: center; border-right: none; }
    .footer-cta .left .icon { width: 80px; height: 80px; }
    .footer-cta .left h3 { font-size: 22px; }
    .footer-cta .left p { font-size: 19px; }
    .footer-cta .right { flex-direction: column; gap: 16px; }
    .footer-cta .right .phone { font-size: 22px; }
    .CB100Block { width: 90%; flex-direction: column; text-align: center; }
    .CB100Block p { font-size: 18px !important; }
}
@media (max-width: 1024px) {
    .bgWBlock .brandLine,
    .section .brandLine {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 16px 20px !important;
        padding: 12px 0 !important;
        justify-items: center !important;
        align-items: center !important;
    }
    .bgWBlock .brandLine img,
    .section .brandLine img {
        flex: 0 0 auto !important;
        width: auto !important;
        max-height: 80px !important;
        max-width: 140px !important;
        object-fit: contain;
    }
}
@media (max-width: 1024px) {
    .process-grid {
        flex-direction: column;
        gap: 30px;
    }
    .process-grid > div:first-child {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }
    .process-grid > div:last-child {
        flex: 0 0 auto;
        width: 100%;
        padding-left: 0;
    }
    .process-line-wrapper {
        display: none;
    }
    .progress-pic-block {
        min-height: 400px;
        height: auto;
    }
    .process-steps {
        flex: 0 0 auto;
    }
    .step {
        flex: 0 0 auto;
    }
}
@media (max-width: 768px) {
    .case-block-pic > img {
        width: 100%;
    }
    .process-steps-pic-line{
        display: none;
    }
    .bgGBlock,
    .bgWBlock,
    .bgTBlock {
        padding: 0 24px;
    }
    .my-container { padding: 0; }
    .stats-grid,
    .teacher-grid,
    .case-grid,
    .faq-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 16px 0;
    }
    .header .logo {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .header .logo-text {
        font-size: 14px;
        line-height: 16px;
        max-width: 180px;
    }
    .header-right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 12px 16px;
    }
    .header-callback {
        order: 1;
        padding: 8px 18px;
        font-size: 13px;
        white-space: nowrap;
    }
    .header-phone {
        order: 2;
        font-size: 15px !important;
        text-align: left !important;
        align-self: flex-start !important;
        line-height: 1.4;
    }
    .header-phone .phone-link {
        font-size: 15px !important;
        font-weight: 400 !important;
        color: #000000 !important;
        display: inline;
    }
    .header-phone-time {
        font-size: 13px !important;
        display: inline;
        margin-left: 4px;
    }

    .logo { flex-wrap: wrap; }
    .logo-icon { width: 120px; height: 53px; }
    .logo-text { font-size: 16px; line-height: 18px; }
    .hero {
        padding: 16px 0 0 0;
        gap: 16px;
    }
    .hero-content {
        min-width: auto;
        width: 100%;
    }
    .hero-title {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .hero-sub {
        font-size: 15px !important;
        margin: 12px 0;
        line-height: 1.5;
    }
    .hero-sub .dot {
        display: inline-block;
        margin: 0 4px;
    }
    .hero-desc {
        font-size: 14px !important;
        line-height: 22px !important;
        white-space: normal !important;
    }
    .hero-image {
        height: 200px !important;
        flex: 0 0 auto;
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
    }
    .hero-image img {
        height: 100% !important;
        width: 100%;
        object-fit: cover;
    }
    .banner {
        max-width: 100%;
        padding: 16px 24px;
        margin: 20px 0;
    }
    .banner.scroll-to-form {
        max-width: 100%;
        width: 100%;
        padding: 14px 20px;
        white-space: normal;
        text-align: center;
        margin: 16px 0 0 0;
        justify-content: center;
        border-radius: 20px;
    }
    .banner-text {
        font-size: 17px !important;
        text-align: center;
    }
    .stat-item { padding: 16px 10px; }
    .stat-number { font-size: 22px; }
    .stat-label { font-size: 14px; }
    .stat-item-picture { max-height: 80px; }
    .service-item { min-height: auto; padding: 20px; }
    .service-item-title h3 { font-size: 20px; }
    .service-item-picture,
    .service-item-image-wrap { height: 180px; }
    .service-item p { font-size: 15px; min-height: auto; }
    .teacher-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .teacher-card { padding: 16px; }
    .teacher-card .avatar { height: 160px; }
    .teacher-card-icon { width: 40px; bottom: -20px; left: 27px; }
    .teacher-card h4 { font-size: 16px; margin-top: 24px; }
    .teacher-card p { font-size: 14px; }
    .process-grid {
        flex-direction: column;
        gap: 24px;
    }
    .process-grid > div:first-child {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
        order: 1;
    }
    .process-grid > div:last-child {
        margin-top: 0;
        width: 100%;
        order: 2;
    }
    .progress-pic-block {
        min-height: 300px;
    }
    .progress-pic-block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .process-steps-pic-line {
        display: none !important;
    }
    .process-steps {
        gap: 14px;
    }
    .step {
        padding: 18px 20px;
        flex-direction: row;
        gap: 14px;
    }
    .step-icon {
        width: 64px;
        height: 64px;
    }
    .step-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .step h4 {
        font-size: 18px;
    }
    .step p {
        font-size: 14px;
    }
    .case-top-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 12px 0 !important;
    }
    .case-top-block h2 { font-size: 26px !important; }
    .case-top-block p { font-size: 18px !important; }
    .case-block-icon { max-width: 170px; }
    .case-grid { grid-template-columns: 1fr; gap: 16px; }
    .case-item { padding: 16px; }
    .case-item-top { flex-wrap: wrap; justify-content: flex-start; }
    .case-item .num { font-size: 32px; }
    .case-item h4 { font-size: 22px; }
    .case-item ul li { font-size: 15px; padding: 6px 0; }
    .case-item-num-img { max-width: 30px; }
    .bgWBlock .brandLine:first-of-type {
        padding-top: 12px;
        margin-top: 0;
    }
    .bgWBlock .brandLine {
        padding: 8px 0;
    }
    .bgWBlock .brandLine,
    .section .brandLine {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 14px 16px !important;
        padding: 10px 0 !important;
    }
    .bgWBlock .brandLine img,
    .section .brandLine img {
        max-height: 70px !important;
        max-width: 120px !important;
    }
    .consult-block { flex-direction: column; gap: 25px; }
    .consult-form { padding: 24px 20px; width: 100%; }
    .consult-content h2 { font-size: 26px !important; }
    .consult-content p { font-size: 17px !important; }
    .lang-list { font-size: 20px; line-height: 36px; }
    .form-group label { font-size: 17px; }
    .form-group input { padding: 12px 16px; font-size: 15px; }
    .btn-red { font-size: 19px; padding: 16px 30px; }
    .calculateBlock { padding: 24px 20px; }
    .calculateBlock h2 { font-size: 24px !important; }
    .calculateBlock p { font-size: 16px !important; }
    .calculateBlockInner { flex-direction: column; text-align: center; gap: 16px; }
    .calculate-image-img { max-width: 80px; margin-top: 0; transform: rotate(90deg); }
    .calculateButton,
    .calculateButton2 { padding: 14px 30px; font-size: 16px; width: 100%; justify-content: center; white-space: normal !important; }
    .calculateButtonBlock { justify-content: center; }
    .calculateButtonBlock2 { margin-top: 8px; }
    .reviewBlock { padding: 24px 16px; }
    .reviewBlockFirstLine { flex-direction: column; text-align: center; gap: 16px; }
    .reviewBlockFirstLine h2 { font-size: 22px; }
    .reviewBlockFirstLine h3 { font-size: 16px; }
    .reviewButton { font-size: 17px; padding: 12px 40px; }
    .faq-grid { grid-template-columns: 1fr; }
    .faq-header { padding: 16px 20px; gap: 12px; }
    .faq-item .q { width: 45px; height: 45px; font-size: 28px; }
    .faq-header h4 { font-size: 17px; }
    .faq-content p { font-size: 15px; }
    .faq-item.active .faq-content { padding: 0 20px 16px 20px; }
    .faq-intro,
    .faq-subtitle,
    .faq-example,
    .faq-content p { font-size: 15px; }
    .faq-list > li { font-size: 15px; padding: 6px 0 6px 24px; }
    .faq-sublist li { font-size: 14px; }
    .modal-content { padding: 20px; max-height: 95vh; }
    .modal-title { font-size: 22px; }
    .carousel-btn { width: 40px; height: 40px; font-size: 22px; }
    .carousel-slide img { max-height: 50vh; }
    .modal-close { top: 10px; right: 15px; font-size: 30px; }
    .success-modal { padding: 30px 24px; }
    .success-modal h2 { font-size: 24px; }
    .success-modal p { font-size: 15px; }
    .success-modal-btn { padding: 14px 40px; font-size: 17px; }
    .success-icon { width: 64px; height: 64px; font-size: 36px; }
    .banner.scroll-to-form { padding: 16px 30px; width: 100%; white-space: normal; }
    .banner-text { font-size: 22px; }
    .calculateButton.scroll-to-form,
    .calculateButton2.scroll-to-form { padding: 14px 30px; font-size: 16px; width: 100%; justify-content: center; white-space: normal; }
    .calculateButton.scroll-to-form img,
    .calculateButton2.scroll-to-form img { width: 24px; }
    .section { padding: 25px 0; }
    .pt-60 { padding-top: 30px !important; }
    .pb-60 { padding-bottom: 30px !important; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .teacher-grid { grid-template-columns: 1fr 1fr; }
    .case-grid { grid-template-columns: 1fr; }
    .faq-grid { grid-template-columns: 1fr; }
    .founder-information { width: 95%; margin-top: -40px; padding: 14px; }
    .founder-information > h3 { font-size: 17px; }
    .founder-information > h4 { font-size: 14px; }
    .founder-information-bottom-block { flex-direction: column; text-align: center; gap: 8px; }
    .founder-information-bottom-icon { width: 46px; }
    .founder-stats-item { flex: 1 1 100%; padding: 14px 16px; }
    .founder-stats-img { width: 64px; }
    .afterConsultationBlock { flex-direction: column; padding: 18px 14px; gap: 10px; }
    .afterConsultationItem { flex: 1 1 100%; display: flex; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 1px solid #f0f2f7; }
    .afterConsultationItem:last-child { border-bottom: none; }
    .afterConsultationItem p { font-size: 14px; margin: 0; }
    .afterConsultationH4 { border-bottom: 1px solid #f0f2f7; padding-bottom: 8px; }
    .afterConsultationH4 h4 { font-size: 16px; }
    .steps-bottom-icon { max-width: 28px; }
    .CB100Block { width: 100%; padding: 0 10px; }
    .CB100Block p { font-size: 16px !important; }
    .CB100Block img { max-width: 60px; }
    .text-50 { font-size: 23px !important; }
    .text-48 { font-size: 22px !important; }
    .text-45 { font-size: 21px !important; }
    .text-40 { font-size: 20px !important; }
    .text-35 { font-size: 18px !important; }
    .text-30 { font-size: 17px !important; }
    .text-28 { font-size: 16px !important; }
    .text-27 { font-size: 16px !important; }
    .text-26 { font-size: 15px !important; }
    .text-25 { font-size: 15px !important; }
    .text-24 { font-size: 14px !important; }
    .text-22 { font-size: 14px !important; }
    .text-20 { font-size: 13px !important; }
}
@media (max-width: 640px) {
    .process-steps-pic-line{
        display: none;
    }
    .brandLine { gap: 10px; padding: 8px 0; }
    .brandLine {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 8px 14px !important;
        padding: 6px 0 !important;
    }
    .brandLine img {
        flex: 0 0 auto !important;
        width: auto !important;
        max-height: 44px !important;
        max-width: 90px !important;
        object-fit: contain;
    }
    .hero-title { font-size: 24px; line-height: 30px; }
    .hero-sub {
        font-size: 14px !important;
        line-height: 1.6 !important;
        white-space: normal !important;
        word-break: break-word;
    }
    .hero-sub .dot {
        display: inline-block;
        margin: 0 2px;
    }
    .hero-sub br {
        display: none !important;
    }
    .hero-desc { font-size: 15px; line-height: 22px; }
    .hero-image { height: 200px; }
    .banner { padding: 14px 18px; }
    .banner-text { font-size: 18px; }
    .stats-grid { grid-template-columns: 1fr; gap: 12px; }
    .service-item { padding: 16px; }
    .service-item-title { flex-wrap: wrap; }
    .service-item-title h3 { font-size: 17px; }
    .service-item-picture,
    .service-item-image-wrap {
        height: 217px !important;
    }
    .service-item p { font-size: 14px; }
    .teacher-grid { grid-template-columns: 1fr; gap: 14px; }
    .teacher-card .avatar { height: 200px; }
    .step {
        flex-direction: column;
        text-align: center;
        padding: 16px;
    }
    .step-icon {
        width: 56px;
        height: 56px;
    }
    .step h4 {
        font-size: 17px;
    }
    .step p {
        font-size: 14px;
    }
    .progress-pic-block { height: 200px !important; }
    .case-top-block h2 { font-size: 22px !important; }
    .case-top-block p { font-size: 17px !important; }
    .case-item .num { font-size: 28px; }
    .case-item h4 { font-size: 19px; }
    .consult-form { padding: 18px 14px; }
    .consult-content h2 { font-size: 22px !important; }
    .consult-content p { font-size: 16px !important; }
    .lang-list { font-size: 18px; line-height: 34px; }
    .form-group label { font-size: 16px; }
    .btn-red { font-size: 17px; padding: 14px 20px; }
    .calculateBlock { padding: 18px 14px; }
    .calculateBlock h2 { font-size: 20px !important; }
    .calculateBlock p { font-size: 15px !important; }
    .calculateButton,
    .calculateButton2 { padding: 12px 20px; font-size: 15px; }
    .calculateButton > img,
    .calculateButton2 > img { width: 22px; }
    .teacherNumberBlock { flex-direction: column; align-items: center; gap: 8px; }
    .teacherNumberBlockInner { flex-direction: row; gap: 12px; align-items: center; width: 100%; justify-content: start; }
    .teacherNumber { width: 44px; height: 44px; font-size: 18px; padding: 6px; flex-shrink: 0; }
    .teacherNumberText { margin-top: 0; font-size: 15px; text-align: left; }
    .teacherRightBlock > h3 { font-size: 17px; }
    .steps-bottom-block { flex-direction: column; align-items: start; padding: 18px 14px; }
    .steps-bottom-item { flex: 1 1 100%; justify-content: center; padding: 8px 0; border-bottom: 1px solid #e5e7eb; }
    .steps-bottom-item:last-child { border-bottom: none; }
    .steps-bottom-item h4 { font-size: 16px; }
    .steps-bottom-item p { font-size: 14px; }
    .steps-bottom-icon { max-width: 32px; }
    .faq-header h4 { font-size: 16px; }
    .reviewBlock { padding: 18px 12px; }
    .reviewBlockFirstLine h2 { font-size: 20px; }
    .reviewBlockFirstLine h3 { font-size: 15px; }
    .reviewButton { font-size: 16px; padding: 10px 30px; }
    .section { padding: 18px 0; }
    .pt-60 { padding-top: 20px !important; }
    .pb-60 { padding-bottom: 20px !important; }
    .faq-header h4 { font-size: 16px; }
    .footer-cta { padding: 20px 16px; }
    .footer-cta .left h3 { font-size: 20px; }
    .footer-cta .left p { font-size: 17px; }
    .footer-cta .right .phone { font-size: 20px; }
}
@media (max-width: 480px) {
    .header-right {
        gap: 8px 12px;
    }
    .header-callback {
        padding: 6px 14px;
        font-size: 12px;
        border-radius: 20px;
    }
    .header-phone {
        font-size: 13px !important;
    }
    .header-phone .phone-link {
        font-size: 13px !important;
    }
    .header-phone-time {
        font-size: 12px !important;
    }
    .process-steps-pic-line{
        display: none;
    }
    .bgGBlock,
    .bgWBlock,
    .bgTBlock {
        padding: 0 16px;
    }
    .stats-grid,
    .teacher-grid,
    .case-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }
    .hero-title {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .hero-sub {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    .hero-sub .dot {
        margin: 0 1px;
    }
    .hero-desc {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    .banner.scroll-to-form {
        padding: 12px 16px;
    }
    .banner-text {
        font-size: 15px !important;
    }
    .hero-image {
        height: 229px !important;
    }
    .brandLine {
        gap: 8px 12px !important;
        padding: 4px 0 !important;
    }
    .brandLine img {
        max-height: 36px !important;
        max-width: 72px !important;
    }
    .bgWBlock .brandLine,
    .section .brandLine {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px 14px !important;
        padding: 8px 0 !important;
    }
    .bgWBlock .brandLine img,
    .section .brandLine img {
        max-height: 60px !important;
        max-width: 110px !important;
    }
    .progress-pic-block {
        min-height: 200px;
    }
    .step {
        padding: 14px 16px;
    }
    .step-icon {
        width: 48px;
        height: 48px;
    }
    .step h4 {
        font-size: 16px;
    }
    .step p {
        font-size: 13px;
    }
    .case-top-block {
        padding: 16px 0 !important;
        gap: 16px !important;
    }
    .banner-text { font-size: 18px; }
    .carousel-btn { width: 35px; height: 35px; font-size: 18px; }
    .carousel-slide img { max-height: 40vh; }
    .modal-title { font-size: 20px; }
}
@media (max-width: 1400px) {
    .hero-title {
        font-size: 37px;
    }
    .hero-sub {
        font-size: 20px;
    }
    .hero-desc {
        font-size: 17px;
    }
    .banner-text {
        font-size: 24px;
    }
    .hero-image img {
        height: 520px;
    }
    .hero {
        padding: 40px 0 0 0;
    }
    .consult-content > h2 {
        font-size: 32px !important;
    }
    .consult-content > p {
        font-size: 19px !important;
    }
    .lang-list {
        font-size: 20px;
        line-height: 38px;
    }
    .text-50 {
        font-size: 29px !important;
    }
}
.phone-link {
    color: inherit !important;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
}

.phone-link:hover,
.phone-link:active,
.phone-link:visited,
.phone-link:focus {
    color: inherit !important;
    text-decoration: none !important;
    outline: none !important;
}

a {
    -webkit-tap-highlight-color: transparent !important;
}

.header-phone {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    text-align: right;
    line-height: 1.4;
}

.header-phone .phone-link {
    display: block;
}

.header-phone-time {
    display: block;
}
@media (max-width: 1024px) {
    .header-callback {
        padding: 8px 20px;
        font-size: 14px;
    }
    .header-phone {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .header-phone {
        font-size: 16px !important;
        text-align: left !important;
        align-self: flex-start !important;
    }
    .header-phone .phone-link {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #000000 !important;
    }
    .header-phone-time {
        font-size: 14px !important;
    }
}

.footer-phone {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.footer-phone:hover,
.footer-phone:active,
.footer-phone:visited,
.footer-phone:focus {
    color: #ffffff !important;
}

@media (max-width: 1024px) {
    .footer-phone {
        font-size: 22px !important;
    }
}

@media (max-width: 768px) {
    .footer-phone {
        font-size: 20px !important;
    }
}

@media (max-width: 640px) {
    .footer-phone {
        font-size: 20px !important;
    }
}