* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'k2d';
    src: url('../fonts/k2d-semibold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'jost';
    src: url('../fonts/jost-semibold.ttf') format('truetype');
    font-display: swap;
}

body {
    background-color: #FFF9F0;
    color: #1E2A2E;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

/* ===== ЛОГОТИПЫ И ОБЩИЕ ЭЛЕМЕНТЫ ===== */
.logo {
    background-image: url("../img/icons/logosv.svg");
    width: 150px;
    height: 170px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.navv-menu img,
.navv-menu2 img {
    width: 40px;
    height: auto;
    display: block;
    object-fit: contain;
}

/* ===== ОДИНАКОВАЯ ШАПКА ===== */
.header2 {
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.458), rgba(255, 255, 255, 0.501)), url('../img/landishy.jpeg');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.header2 .navv2 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.leftlogo2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo2 {
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    background-size: contain;
}

.name2 {
    font-size: 32px;
    font-family: k2d;
    color: #2B3732;
}

.navv-menu2 ul {
    list-style: none;
    display: flex;
    gap: 25px;
    font-size: 20px;
    font-family: jost;
    padding: 0;
    margin: 0;
}

.navv-menu2 li {
    display: flex;
    align-items: center;
}

.navv-menu2 a {
    text-decoration: none;
    color: #1E2A2E;
}

.search-icon {
    width: 40px;
    height: 40px;
    background-image: url('../img/icons/search.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.user-icon {
    width: 40px;
    height: 40px;
    background-image: url('../img/icons/user.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ===== ГЛАВНАЯ СТРАНИЦА ===== */
.lakrica {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 75px;
}

.lakrica img {
    width: 90px;
}

.name1 {
    font-family: k2d, jost;
    color: #2B3732;
    font-size: 40px;
    margin-top: 5px;
}

.hheadeer {
    box-shadow: 0 10px 30px rgba(132, 71, 17, 0.884);
    background-image: url('../img/flowwii.png');
    height: 800px;
    width: 90%;
    margin: 55px auto;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

.navv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px 30px 0 30px;
    flex-wrap: wrap;
}

.leftlogo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    margin-left: 30px;
}

.navv-menu ul {
    list-style: none;
    display: flex;
    gap: 15px;
    font-size: 27px;
    font-family: jost;
    margin-top: 10px;
    margin-right: 30px;
    padding: 0;
}

.navv-menu li {
    display: flex;
    align-items: center;
}

.navv-menu a {
    text-decoration: none;
    color: #1E2A2E;
}

.centcont {
    text-align: center;
    width: 70%;
    margin: 50px auto 0;
}

.g {
    font-size: 30px;
    font-family: jost;
    line-height: 1.2;
    margin-bottom: 15px;
}

.poprob {
    background-color: #B85D3F;
    color: white;
    border: none;
    padding: 20px 50px;
    margin-top: 5px;
    font-size: 24px;
    font-family: jost;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 0 10px 30px rgba(132, 71, 17, 0.884);
}

.poprob:hover {
    background-color: #9A4A32;
}

.langform {
    position: absolute;
    left: 5%;
    bottom: 8%;
    width: 40%;
    max-width: 400px;
    min-width: 200px;
    background: white;
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(132, 71, 17, 0.884);
}
.langform h3 {
    font-family: jost;
    text-align: center;
}
.langform h4 {
    font-family: jost;
    font-size: 20px;
    color: #2B3732;
    text-align: center;
    margin-top: 10px;
}

.langform .subtitle {
    font-family: jost;
    font-size: 15px;
    color: #6B6B6B;
    margin-bottom: 5px;
    margin-left: 30px;
}

.langrid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.checkboxx {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: jost;
    font-size: 18px;
    color: #1E2A2E;
    cursor: pointer;
    width: calc(50% - 10px);
}

.checkboxx input {
    margin-left: 40px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    accent-color: #B85D3F;
}

.next {
    background-color: #B85D3F;
    color: white;
    border: none;
    padding: 18px 20px;
    margin-top: 10px;
    font-size: 21px;
    font-family: jost;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

.next:hover {
    background-color: #9A4A32;
}

.maraf {
    margin: 125px auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
    justify-content: center;
}

.lefttxt {
    margin-left: 5%;
    margin-top: 125px;
    font-size: 20px;
    font-family: jost;
}

.h4mar {
    font-size: 36px;
}

.textt {
    margin-top: 40px;
}

.marafon1 {
    position: relative;
    background-color: #FFFFFF;
    background-image: url('../img/flowii.png');
    border-radius: 60px;
    width: 1000px;
    height: 400px;
    margin-right: 50px;
    margin-top: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 10px 30px rgba(132, 71, 17, 0.884);
}

.marafon1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    border-radius: 60px;
    pointer-events: none;
}

.marafon2 {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
    background-image: url('../img/phonemar.png');
    box-shadow: 0 10px 30px rgba(132, 71, 17, 0.884);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    pointer-events: none;
    z-index: 2;
    width: 250px;
    height: 500px;
}

.marafon-text {
    position: absolute;
    top: 40px;
    left: 40px;
    max-width: 300px;
    z-index: 30;
}

.marafon-text p {
    font-family: jost;
    font-size: 20px;
    color: #1E2A2E;
    line-height: 1.3;
    text-align: left;
    word-wrap: break-word;
}

.kartochk {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.kartt {
    font-size: 35px;
    text-align: center;
    font-family: jost;
    margin-top: 175px;
}

.detikart1,
.vzroslkart2 {
    background-color: #FFFFFF;
    border: 5px solid #8CBAA8;
    border-radius: 50px;
    padding: 20px;
    width: 550px;
    height: 560px;
    box-shadow: 0 10px 30px rgba(132, 71, 17, 0.884);
    position: relative;
    display: flex;
    flex-direction: column;
}

.flagg {
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: #E67E5A;
    color: white;
    padding: 4px 12px;
    border-radius: 40px;
    font-family: jost;
    font-size: 14px;
}

.deti,
.vzrosly {
    font-family: jost;
    font-size: 40px;
    color: #2B3732;
    margin-top: 0px;
    margin-left: 0;
    text-align: left;
}

.txtdeti p,
.txtvz p {
    font-family: jost;
    font-size: 24px;
    margin-top: 24px;
    line-height: 1.0;
    display: flex;
    align-items: center;
}

.zach {
    text-decoration: line-through;
    font-size: 22px;
    font-family: jost;
    color: #B85D3F;
    display: block;
    margin-top: 40px;
}

.price-group {
    display: flex;
    align-items: baseline;
}

.price {
    font-family: jost;
    font-size: 30px;
    font-weight: bold;
    color: #2B3732;
}

.urok {
    font-family: jost;
    font-size: 22px;
    color: #85ACB9;
}

.detikart1 button,
.vzroslkart2 button {
    background-color: #8CBAA8;
    color: white;
    border: none;
    padding: 20px 30px;
    font-size: 18px;
    font-family: jost;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
    margin-top: 20px;
}

.detikart1 button:hover,
.vzroslkart2 button:hover {
    background-color: #7AA896;
}

.fott {
    margin-top: 15px;
    padding-top: 5px;
    border-top: 3px solid #8CBAA8;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.gift {
    background-image: url('../img/icons/giftt.png');
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
}

.fott p {
    font-size: 20px;
    font-family: jost;
    flex: 1;
}

.prepsection {
    margin: 75px 0;
    width: 100%;
    height: 800px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    background-color: #8CBAA8;
    padding: 30px 0 30px 20px;
    box-shadow: 0 10px 30px rgba(132, 71, 17, 0.884);
}

.tittleprep {
    font-size: 25px;
    text-align: center;
    font-family: jost;
    margin-top: 175px;
}

.prepsection-track {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: fit-content;
    padding-right: 20px;
}

.prepkard {
    flex-shrink: 0;
    width: 400px;
    height: 700px;
    background-color: #FFFFFF;
    border-radius: 40px;
    padding: 0 25px 25px 25px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.prepphoto1,.prepphoto2,.prepphoto3,.prepphoto4,.prepphoto5 {
    width: calc(100% + 50px);
    height: 400px;
    margin: 0 -25px 20px -25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px 40px 0 0;
    flex-shrink: 0;
}

.prepphoto1 { background-image: url('../img/prepod1.jpg'); }
.prepphoto2 { background-image: url('../img/prepod2.jpg'); }
.prepphoto3 { background-image: url('../img/prepod3.jpg'); }
.prepphoto4 { background-image: url('../img/prepod4.jpg'); }
.prepphoto5 { background-image: url('../img/prepod5.jpg'); }

.prepname {
    font-family: jost;
    font-size: 18px;
    color: #2B3732;
    margin-bottom: 15px;
    line-height: 1.3;
    padding: 0 10px;
}

.prepnote {
    font-family: jost;
    font-size: 12px;
    color: #6B6B6B;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: left;
    padding: 0 10px;
    flex: 1;
}

.preprating {
    font-family: jost;
    font-size: 14px;
    color: #B85D3F;
    background-color: #FFF9F0;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 30px;
    align-self: center;
}

/* ===== СТРАНИЦА КУРСЫ ===== */
.coursses {
    max-width: none;
    margin: 80px auto;
}

.startsect {
    text-align: center;
    margin-bottom: 60px;
}

.tittlecours {
    font-family: jost;
    font-size: 54px;
    color: #2B3732;
    margin-bottom: 15px;
}

.courssub {
    font-family: jost;
    font-size: 30px;
    color: #6B6B6B;
}
.cursk {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 80px;
    overflow: visible;
    padding: 20px 40px;
}

.karddcore {
    flex: 1 1 0;
    min-width: 280px;
    max-width: 380px;
    border-radius: 40px;
    padding: 40px;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 10px 30px rgba(132, 71, 10, 0.84);
    height: auto;
    min-height: 500px;
}

.karddcore:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(132, 71, 10, 0.9);
}

.eng1 { background: linear-gradient(rgba(224,255,252,0.5), rgba(210,234,255,0.5)), url(../img/english.png); background-size: cover; background-position: center; background-repeat: no-repeat; }
.eng2 { background: linear-gradient(rgba(224,255,252,0.5), rgba(210,234,255,0.5)), url(../img/eng2.png); background-size: cover; background-position: center; background-repeat: no-repeat; }
.eng3 { background: linear-gradient(rgba(224,255,252,0.5), rgba(210,234,255,0.5)), url(../img/eng3.png); background-size: cover; background-position: center; background-repeat: no-repeat; }
.chin1 { background: linear-gradient(rgba(224,255,252,0.5), rgba(210,234,255,0.5)), url(../img/chin1.avif); background-size: cover; background-position: center; background-repeat: no-repeat; }
.chin2 { background: linear-gradient(rgba(224,255,252,0.5), rgba(210,234,255,0.5)), url(../img/chin2.avif); background-size: cover; background-position: center; background-repeat: no-repeat; }
.chin3 { background: linear-gradient(rgba(224,255,252,0.5), rgba(210,234,255,0.5)), url(../img/chin3.avif); background-size: cover; background-position: center; background-repeat: no-repeat; }
.deutsch { background: linear-gradient(rgba(224,255,252,0.5), rgba(210,234,255,0.5)), url(../img/deutsch.avif); background-size: cover; background-position: center; background-repeat: no-repeat; }
.france { background: linear-gradient(rgba(224,255,252,0.5), rgba(210,234,255,0.5)), url(../img/france.avif); background-size: cover; background-position: center; background-repeat: no-repeat; }
.korea { background: linear-gradient(rgba(224,255,252,0.5), rgba(210,234,255,0.5)), url(../img/korea.avif); background-size: cover; background-position: center; background-repeat: no-repeat; }

.langcore {
    font-family: jost;
    font-size: 30px;
    color: #2B3732;
}

.lvlcore {
    font-family: jost;
    font-size: 20px;
    margin-top: -6px;
    color: #B85D3F;
}

.notecore p {
    font-family: jost;
    font-size: 22px;
    color: #243829;
    line-height: 1.1;
}

.pricecore {
    margin: 20px 0 20px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.intprice {
    font-family: jost;
    font-size: 32px;
    font-weight: bold;
    color: #1a0b70;
}

.droburok {
    font-family: jost;
    font-size: 24px;
    color: #6B6B6B;
}

.zapissbtn {
    background-color: #B85D3F;
    color: white;
    border: none;
    padding: 20px 20px;
    font-size: 28px;
    font-family: jost;
    border-radius: 40px;
    cursor: pointer;
    width: 90%;
    display: block;
    position: absolute;
    bottom: 50px;
    left: 30px;
}

.zapissbtn:hover {
    background-color: #9A4A32;
}

/* ===== ШИРОКИЙ БЛОК КИТАЙСКОГО ===== */
.chinaas {
    background: linear-gradient(135deg, #8CBAA8 0%, #6B9A86 100%);;
    padding: 60px 40px;
}
.contchina {
    max-width: 1400px;
    text-align: center;
}
.tittlechina {
    font-family: jost;
    font-size: 42px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.whynote {
    font-family: jost;
    font-size: 30px;
    color: #FFF9F0;
    max-width: 1200px;
    margin: 0 auto 50px;
    line-height: 1.5;
}
.chiness {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    padding: 40px;
    max-width: none;
}

/* ===== КОНТАКТЫ ===== */
.contactpage {
    padding: 60px 0 0 0;
}
.contactboxx {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    padding: 0 20px;
}
.continfo {
    flex: 1;
    min-width: 280px;
}
.conttittle {
    font-family: jost;
    font-size: 48px;
    color: #2B3732;
    margin-bottom: 15px;
}
.contsub {
    font-family: jost;
    font-size: 18px;
    color: #6B6B6B;
    margin-bottom: 40px;
}
.infocont {
    margin-bottom: 40px;
}
.infotxt {
    margin-bottom: 25px;
}
.infolablee {
    font-family: jost;
    font-size: 14px;
    color: #85ACB9;
    margin-bottom: 5px;
}
.infoval {
    font-family: jost;
    font-size: 18px;
    color: #1E2A2E;
    margin-bottom: 5px;
}
.contactform {
    flex: 1;
    min-width: 280px;
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(132, 71, 17, 0.1);
    border: 1px solid #E0D6C8;
}
.formtittle {
    font-family: jost;
    font-size: 32px;
    color: #2B3732;
    margin-bottom: 25px;
}
.forminput, .formtxtt {
    width: 100%;
    padding: 14px 18px;
    margin-bottom: 20px;
    font-family: jost;
    font-size: 16px;
    border: 1px solid #E0D6C8;
    border-radius: 20px;
    background-color: #FFF9F0;
    transition: border-color 0.3s;
}

.formbtn {
    background-color: #B85D3F;
    color: white;
    border: none;
    padding: 14px 28px;
    font-size: 18px;
    font-family: jost;
    border-radius: 40px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}
.formbtn:hover {
    background-color: #9A4A32;
}

/* ===== О НАС ===== */
.aboutpage {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 20px;
}

.aboutblock1 {
    text-align: center;
    margin-bottom: 80px;
}

.tittleabout {
    font-family: jost;
    font-size: 52px;
    color: #2B3732;
    margin-bottom: 20px;
}

.aboutsub {
    font-family: jost;
    font-size: 20px;
    color: #6B6B6B;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

.whysec {
    margin-bottom: 80px;
}

.tittlewhy {
    font-family: jost;
    font-size: 42px;
    color: #2B3732;
    text-align: center;
    margin-bottom: 50px;
}

.prosss {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.proscard {
    flex: 1;
    min-width: 280px;
    max-width: 380px;
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(132, 71, 10, 0.84);
    transition: transform 0.3s;
}

.proscard:hover {
    transform: translateY(-5px);
}

.iconpros {
    font-size: 52px;
    margin-bottom: 20px;
}

.prostittle {
    font-family: jost;
    font-size: 24px;
    color: #2B3732;
    margin-bottom: 15px;
}

.kardtxt {
    font-family: jost;
    font-size: 16px;
    color: #6B6B6B;
    line-height: 1.5;
}

/* ===== ОТЗЫВЫ ===== */
.scrollotsuvy {
    margin: 80px 0;
    background-color: #8CBAA8;
    padding: 60px 20px;
}

.tittleotsuvy {
    font-family: jost;
    font-size: 42px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
}

.contscroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.contscroll::-webkit-scrollbar {
    height: 8px;
}

.contscroll::-webkit-scrollbar-track {
    background: #FFF9F0;
    border-radius: 10px;
}

.contscroll::-webkit-scrollbar-thumb {
    background: #6B9A86;
    border-radius: 10px;
}

.conttrakt {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: fit-content;
    padding: 0 20px;
}

.kardots {
    flex-shrink: 0;
    max-width: 400px;
    min-width: 350px;
    width: 350px;
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(132, 71, 10, 0.84);
}

.cardhead {
    margin-bottom: 15px;
}

.iconuskard {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background-image: url('../img/icons/user.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.otsname h3 {
    font-family: jost;
    font-size: 22px;
    color: #2B3732;
    margin-bottom: 10px;
}

.txtots {
    font-family: jost;
    font-size: 14px;
    color: #1E2A2E;
    line-height: 1.5;
    margin-bottom: 15px;
}

.ratots {
    font-family: jost;
    font-size: 16px;
    color: #B85D3F;
}

/* ===== ЛИЧНЫЙ КАБИНЕТ ===== */
.person {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.forms-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.formlogin, .formregister {
    flex: 2;
    min-width: 300px;
}

.logcard, .regcard {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(132, 71, 10, 0.84);
    height: 100%;
}
.tittlelog, .tittlereg {
     font-family: jost;
    font-size: 32px;
    color: #2B3732;
    text-align: center;
    margin-bottom: 10px;
}
.tittlecardlog, .tittlecardreg {
    font-family: jost;
    font-size: 32px;
    color: #2B3732;
    text-align: center;
    margin-bottom: 10px;
}

.allinputlog, .allinputreg {
    margin-bottom: 20px;
}

.allinputlog label, .allinputreg label {
    display: block;
    font-family: jost;
    font-size: 14px;
    color: #2B3732;
    margin-bottom: 6px;
}

.loginput, .reginput {
    width: 100%;
    padding: 12px 16px;
    font-family: jost;
    font-size: 15px;
    border: 1px solid #E0D6C8;
    border-radius: 20px;
    background-color: #FFF9F0;
    color: #1E2A2E;
    transition: border-color 0.3s;
}

.loginput:focus, .reginput:focus {
    outline: none;
    border-color: #B85D3F;
}

.submitlog, .submitreg {
    background-color: #B85D3F;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    font-family: jost;
    border-radius: 40px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
    margin-top: 10px;
}

.submitlog:hover, .submitreg:hover {
    background-color: #9A4A32;
}

.ssilkreg, .ssilklog {
    text-align: center;
    font-family: jost;
    font-size: 14px;
    color: #6B6B6B;
    margin-top: 20px;
}

.ssilkreg a, .ssilklog a {
    color: #B85D3F;
    text-decoration: none;
}

.ssilkreg a:hover, .ssilklog a:hover {
    text-decoration: underline;
}

/* ===== ФУТЕР ===== */
footer {
    background-color: #C95E3A;
    color: #FFFFFF;
    width: 100%;
    margin-top: 80px;
    padding: 30px 0;
    position: relative;
}

.lenta {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #FFF9F0;
    width: 50%;
    height: 60px;
    border-radius: 0 40px 40px 0;
    padding: 0 20px;
    position: absolute;
    bottom: 140px;
    left: 0;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

footer .titlefoot {
    font-size: 20px;
    font-family: k2d, jost;
    margin-top: 10px;
    text-align: center;
}
footer .info {
    font-size: 20px;
    font-family: jost;
    margin: 0 10px;
    min-width: 50px;
    line-height: 1.4;
}

.VK {
    background-image: url('../img/icons/VK.png');
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.Max {
    background-image: url('../img/icons/icon-max.png');
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.odnokl {
    background-image: url('../img/icons/odnokl.png');
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

footer p {
    font-size: 20px;
    font-family: jost;
    margin-bottom: 15px;
    margin-left: 60px;
    line-height: 1.4;
}

.rejim {
    text-align: right;
    margin-right: 60px;
    font-family: jost;
}
.adress {
    margin-top: 30px;
}

.info {
    margin-top: 20px;
}
.copyright {
    text-align: center;
    margin-top: 80px;
}

/* ===== ОБЩИЕ ЭЛЕМЕНТЫ И АДАПТИВ ===== */
.floating-theme-icon {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99999;
    transition: transform 0.3s ease;
    background: transparent;
    border: none;
    box-shadow: none;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
}

.floating-theme-icon:hover {
    transform: scale(1.2);
}

.burger-icon {
    display: none;
}

.navv-menu img,
.navv-menu2 img {
    width: 40px;
    height: auto;
    display: block;
    object-fit: contain;
}

.navv {
    position: relative;
}
.burger-icon {
    display: none;
}
#menuPanel {
    display: none;
}
.navv-menu ul {
    display: flex;
}

/* Блок розыгрыша */
.rosygrysh {
    margin: 60px auto;
    max-width: 900px;
    padding: 0 20px;
}

.rosygryshcard {
    background: #FFF9F0;
    border-radius: 48px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(97, 50, 8, 0.614);
    
}

.rosygryshphoto {
    margin-bottom: 24px;
}

.rosygryshimg {
    max-width: 180px;
    border-radius: 32px;
}

.rosygryshtitle {
    font-family: k2d, jost;
    font-size: 28px;
    font-weight: 500;
    color: #B85D3F;
    margin-bottom: 20px;
}

.rosygryshmaintext {
    font-family: jost;
    font-size: 16px;
    color: #1E2A2E;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.rosygryshcondition {
    font-family: jost;
    font-size: 15px;
    color: #6B6B6B;
    margin-bottom: 30px;
}

.rosygryshbutton {
    background-color: #B85D3F;
    color: white;
    border: none;
    padding: 12px 32px;
    font-size: 18px;
    font-family: jost;
    font-weight: 500;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rosygryshbutton:hover {
    background-color: #9A4A32;
    transform: scale(1.02);
}

.rosygryshdate {
    font-family: jost;
    font-size: 13px;
    color: #999;
    margin-top: 20px;
}

/* Блок про корейский язык */
.korean {
    max-width: 1200px;
    margin: 120px auto;
    padding: 0 20px;
}

.koreaninner {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.koreantext {
    flex: 1;
    min-width: 280px;
}

.koreantitle {
    font-family: k2d, jost;
    font-size: 32px;
    font-weight: 500;
    color: #1E2A2E;
    margin-bottom: 24px;
}

.koreanp {
    font-family: jost;
    font-size: 16px;
    color: #2c2c2e;
    line-height: 1.5;
    margin-bottom: 20px;
}

.koreanbtn {
    display: inline-block;
    background-color: #B85D3F;
    color: white;
    padding: 12px 28px;
    font-family: jost;
    font-size: 16px;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.koreanimage {
    flex: 1;
    min-width: 280px;
    text-align: center;
}
.koreanimage img {
    box-shadow: 0 10px 30px rgba(132, 71, 17, 0.884);
}
.koreanimg {
    max-width: 100%;
    border-radius: 32px;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.1);
}
/* Соцсети на странице контактов */
.soclinks {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
    align-items: center;
}

.soclink {
    display: inline-block;
    transition: all 0.3s ease;
    line-height: 0;
}

.soclink img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 8px;
}

.soclink:hover {
    transform: scale(1.15);
}

.soclink.maxx img {
    width: 50px;
    height: 50px;
}
/* Блок про эстетику занятий */
.studyblock {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
    animation: sixseven 0.7s ease forwards;
}

.studycontent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.studyimages {
    flex: 1;
    min-width: 300px;
}

.studyimg {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    border-radius: 32px;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.422);
}

.studytext {
    flex: 1;
    min-width: 280px;
    max-width: 600px;
}

.studytitle {
    font-family: 'k2d', 'jost', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color:#538b73;
;
    margin-bottom: 24px;
    text-align: center;
}

.studydesc {
    font-family: 'jost', sans-serif;
    font-size: 16px;
    color: #1E2A2E;
    line-height: 1.5;
    margin-bottom: 16px;
    text-align: left;
}

.studydesc strong {
    color: #538b73;
    font-weight: 600;
}

@keyframes sixseven {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.microrsm_foot {
    font-size: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
}