/* ===== MOBILE.CSS ===== */
/* Адаптив для экранов до 767px */

@media (max-width: 767px) {
    .navv {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        position: relative;
    }

    .logo {
        width: 70px;
        height: 90px;
    }

    .leftlogo {
        margin-top: 0;
        margin-left: 2px;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .logo2 {
        width: 50px;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .name2 {
        font-size: 20px;
        font-family: k2d;
    }
    /*Иконка переключения темы*/
    .floating-theme-icon {
        position: fixed;
        top: 60px;
        height: 100px;
        cursor: pointer;
        z-index: 9999;
    }
    /*Бургер*/
    .burger-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 1002;
        flex-shrink: 0;
        background: none;
    }

    .burger-icon img {
        width: 70%;
        height: 70%;
        object-fit: contain;
        display: block;
    }

    #menuPanel {
        position: fixed;
        top: 0;
        right: -100%;
        width: 60%;
        max-width: 300px;
        height: 100vh;
        background-color: #FFF9F0;
        transition: right 0.3s ease;
        z-index: 1001;
        padding-top: 70px;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.25);
        overflow-y: auto;
        display: block;
        left: auto;
        transform: none;
        visibility: visible;
        opacity: 1;
    }

    #menuPanel.open {
        right: 0;
    }

    #menuPanel ul {
        list-style: none;
        padding: 0 20px;
        margin: 0;
    }

    #menuPanel ul li {
        margin-bottom: 25px;
    }

    #menuPanel ul li a {
        text-decoration: none;
        color: #1E2A2E;
        font-size: 18px;
        font-family: jost;
        display: block;
        text-align: center;
        padding: 8px 0;
    }

    /* Скрываем десктопное меню на мобильном */
    .navv-menu,
    .navv-menu2 {
        display: none;
    }

    /* ===== ОСТАЛЬНЫЕ СТИЛИ (БЕЗ !important) ===== */
    .lakrica {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .lakrica img {
        width: 30px;
    }

    .name1 {
        font-size: 18px;
        font-family: k2d;
    }

    .hheadeer {
        width: 100%;
        height: 600px;
        margin: 0;
        padding: 15px 0;
        border-radius: 25px;
        box-sizing: border-box;
    }

    .centcont {
        margin-top: 10px;
    }

    .g {
        font-size: 18px;
        line-height: 1.4;
        font-family: jost;
        text-align: center;
    }

    .poprob {
        padding: 8px 28px;
        font-size: 16px;
        background-color: #B85D3F;
        color: #EAEAEA;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        font-family: jost;
    }

    .langform {
        position: relative;
        width: 300px;
        max-width: 100%;
        margin: 110px 30px;
        border-radius: 25px;
        background: white;
        box-shadow: 0 5px 15px rgba(132, 71, 17, 0.884);
    }

    .langform h4 {
        margin-right: 30px;
        font-size: 15px;
        text-align: center;
        font-family: jost;
        color: #2B3732;
    }

    .langform .subtitle {
        font-size: 10px;
        text-align: center;
        font-family: jost;
        color: #6B6B6B;
    }

    .langrid {
        margin-right: 50px;
        justify-content: center;
        gap: 12px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        margin-left: -10px;
        flex-wrap: wrap;
    }
    .checkboxx {
        font-size: 14px;
        width: calc(50% - 6px);
        gap: 8px;
        display: flex;
        align-items: center;
        font-family: jost;
        color: #1E2A2E;
    }

    .checkboxx input {
        width: 16px;
        height: 16px;
        accent-color: #B85D3F;
    }

    .next {
        padding: 12px;
        font-size: 16px;
        border-radius: 25px;
        background-color: #B85D3F;
        color: #EAEAEA;
        border: none;
        width: 100%;
        cursor: pointer;
        font-family: jost;
    }

    .maraf {
        margin: 0px 5px;
        gap: 15px;
        flex-direction: column;
        display: flex;
    }

    .lefttxt {
        font-size: 16px;
        width: 100%;
        margin: 60px 5px;
        margin-left: 0;
        text-align: center;
        font-family: jost;
    }

    .h4mar {
        font-size: 24px;
        text-align: center;
        font-family: jost;
    }

    .textt {
        margin-left: 15%;
        text-align: left;
    }

    .textt p {
        font-size: 14px;
        font-family: jost;
    }

    .marafon1 {
        width: 100%;
        max-width: 100%;
        min-height: 100px;
        margin-top: 0;
        position: relative;
        border-radius: 25px;
        background-color: #FFFFFF;
        background-image: url('../img/flowii.png');
        background-size: cover;
        background-position: center;
    }

    .marafon2 {
        display: none;
    }

    .marafon-text {
        
        max-width: 85%;
        top: 15px;
        left: 15px;
        position: absolute;
    }

    .marafon-text p {
        text-align: center;
        font-size: 18px;
        font-family: jost;
        color: #1E2A2E;
    }

    .kartt {
        font-size: 24px;
        margin-top: 80px;
        text-align: center;
        font-family: jost;
    }

    .kartochk {
        padding: 0 30px;
        margin-top: 20px;
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    .detikart1,
    .vzroslkart2 {
        width: 100%;
        min-width: auto;
        height: 350px;
        padding: 15px;
        background-color: #FFFFFF;
        border-radius: 25px;
        position: relative;
    }

    .deti,
    .vzrosly {
        font-size: 22px;
        font-family: jost;
        color: #2B3732;
    }

    .txtdeti p,
    .txtvz p {
        font-size: 14px;
        font-family: jost;
        margin-top: 8px;
    }

    .intprice {
        font-size: 20px;
        font-weight: bold;
        font-family: jost;
        color: #2B3732;
    }

    .urok {
        font-size: 14px;
        font-family: jost;
        color: #85ACB9;
    }

    .zach {
        font-size: 14px;
        text-decoration: line-through;
        font-family: jost;
        color: #B85D3F;
        display: block;
        margin-top: 15px;
    }

    .detikart1 button,
    .vzroslkart2 button {
        padding: 12px;
        font-size: 14px;
        background-color: #8CBAA8;
        color: #FFF9F0;
        border: none;
        border-radius: 20px;
        width: 100%;
        cursor: pointer;
        margin-top: 12px;
    }

    .fott p {
        font-size: 14px;
        font-family: jost;
    }

    .gift {
        width: 40px;
        height: 40px;
        background-image: url('../img/giftt.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .tittleprep {
        font-size: 24px;
        margin-top: 60px;
        text-align: center;
        font-family: jost;
        color: #1E2A2E;
    }

    .prepsection {
        margin-top: 35px;
        overflow-x: auto;
        background-color: #2B3732;
    }

    .prepsection-track {
        display: flex;
        gap: 12px;
        width: fit-content;
    }

    .prepkard {
        width: 260px;
        background-color: #FFFFFF;
        border-radius: 25px;
        padding: 0 12px 12px 12px;
        flex-shrink: 0;
    }

    .prepname {
        font-size: 18px;
        font-family: jost;
        color: #2B3732;
    }

    .prepnote {
        font-size: 14px;
        font-family: jost;
        color: #6B6B6B;
    }

    .preprating {
        font-size: 15px;
        font-family: jost;
        color: #B85D3F;
        background-color: #FFF9F0;
        display: inline-block;
        padding: 4px 10px;
        border-radius: 20px;
    }

    footer {
        height: 500px;
        background-color: #C95E3A;
    }

    .titlefoot {
        font-size: 20px;
        margin-bottom: 10px;
        font-family: k2d;
        text-align: center;
        color: #EAEAEA;
    }

    .footer-content p {
        font-size: 16px;
        margin-bottom: 6px;
        font-family: jost;
        color: #EAEAEA;
        margin-left: 10px;
        text-align: left;
    }

    .lenta {
        width: 60%;
        height: auto;
        padding: 0px 5px;
        flex-wrap: wrap;
        background-color: #FFF9F0;
        display: flex;
        align-items: center;
        gap: 10px;
        bottom: 13px;
        border-radius: 0 20px 20px 0;
    }

    .VK {
        width: 35px;
        height: 35px;
        background-image: url('../img/icons/VK.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .Max {
        width: 28px;
        height: 28px;
        background-image: url('../img/icons/icon-max.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .odnokl {
        width: 32px;
        height: 32px;
        background-image: url('../img/icons/odnokl.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .rejim {
        text-align: left;
    }

    .adress,
    .info {
        margin-top: 3px;
        text-align: left;
    }
    .copyright {
        font-size: 16px;
        margin-left: 10px;
    }

    /*Конец Главной*/
    /*Общая шапка*/
    .header2 {
        padding: 25px 10px;
        width: 100%;
        background: url('../img/landishy.jpeg');
        background-size: cover;
    }

    .header2 .navv2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header2 .logo2 {
        width: 50px;
        height: 50px;
    }

    .header2 .name2 {
        font-size: 18px;
    }

    .navv-menu2 ul {
        gap: 8px;
        flex-wrap: wrap;
        display: flex;
        list-style: none;
    }

    .navv-menu2 ul li a {
        font-size: 11px;
        text-decoration: none;
        color: #EAEAEA;
        font-family: jost;
    }

     .coursses {
        margin: 60px 15px;
    }
    .tittlecours {
        font-size: 22px;
        font-family: jost;
        color: #2B3732;
    }

    .courssub {
        font-size: 14px;
        font-family: jost;
        color: #6B6B6B;
    }

    .cursk {
        flex-direction: column;
        gap: 20px;
        display: flex;
    }

    .karddcore {
        min-width: auto;
        min-height: auto;
        padding: 20px;
        border-radius: 25px;
        position: relative;
        background-size: cover;
        box-shadow: 0 10px 30px rgba(67, 33, 22, 0.84);
    }

    .langcore {
        font-size: 22px;
        font-family: jost;
        color: #1E2A2E;
    }

    .lvlcore {
        font-size: 18px;
        font-family: jost;
        color: #B85D3F;
    }

    .notecore p {
        font-size: 13px;
        font-family: jost;
        color: #1E2A2E;
    }

    .droburok {
        font-size: 14px;
        font-family: jost;
        color: #6B6B6B;
    }

    .zapissbtn {
        position: static;
        width: 100%;
        padding: 12px;
        font-size: 16px;
        margin-top: 15px;
        background-color: #B85D3F;
        color: #EAEAEA;
        border: none;
        border-radius: 40px;
        cursor: pointer;
    }

    .chinaas {
        padding: 20px 15px;
        background-color: #8CBAA8;
    }

    .tittlechina {
        font-size: 22px;
        font-family: jost;
        color: #EAEAEA;
    }

    .whynote {
        font-size: 15px;
        font-family: jost;
        color: #EAEAEA;
    }

    .chiness {
        flex-direction: column;
        gap: 20px;
        display: flex;
    }
    /*Страница О нас*/
    .aboutpage {
        margin: 50px 30px;
    }

    .tittleabout {
        font-size: 28px;
        font-family: jost;
        color: #2B3732;
    }

    .aboutsub {
        font-size: 15px;
        font-family: jost;
        color: #6B6B6B;
    }

    .tittlewhy {
        font-size: 24px;
        margin-bottom: 25px;
        font-family: jost;
        color: #2B3732;
        text-align: center;
    }

    .prosss {
        gap: 25px;
        flex-direction:column;
        display: flex;
    }

    .proscard {
        min-width: auto;
        padding: 20px;
        background-color: #FFFFFF;
        border-radius: 30px;
        text-align: center;
    }

    .prostittle {
        font-size: 18px;
        font-family: jost;
        color: #2B3732;
    }

    .kardtxt {
        font-size: 13px;
        font-family: jost;
        color: #6B6B6B;
    }

    .scrollotsuvy {
        padding: 30px 10px;
        background-color: #8CBAA8;
        margin: 0px 0;
    }

    .tittleotsuvy {
        font-size: 24px;
        font-family: jost;
        color: #EAEAEA;
        text-align: center;
    }

    .contscroll {
        overflow-x: auto;
    }

    .conttrakt {
        display: flex;
        gap: 15px;
        width: fit-content;
    }

    .kardots {
        width: 270px;
        padding: 20px;
        background-color: #FFFFFF;
        border-radius: 30px;
    }

    .otsname h3 {
        font-size: 18px;
        font-family: jost;
        color: #2B3732;
    }

    .txtots {
        font-size: 12px;
        font-family: jost;
        color: #1E2A2E;
    }
    /*Страница Контакты*/
    .contactpage {
        padding: 30px 0 0;
    }

    .contactboxx {
        flex-direction: column;
        gap: 30px;
        padding: 0 15px;
        display: flex;
    }

    .conttittle {
        font-size: 28px;
        font-family: jost;
        color: #2B3732;
    }

    .contsub {
        font-size: 14px;
        font-family: jost;
        color: #6B6B6B;
    }

    .infoval {
        font-size: 14px;
        font-family: jost;
        color: #1E2A2E;
    }

    .contactform {
        padding: 25px;
        background-color: #FFFFFF;
        border-radius: 30px;
    }

    .formtittle {
        font-size: 22px;
        font-family: jost;
        color: #2B3732;
    }

    .forminput,
    .formtxtt {
        width: 100%;
        padding: 12px;
        margin-bottom: 15px;
        border-radius: 20px;
        background-color: #FFF9F0;
        font-family: jost;
    }

    .formbtn {
        background-color: #B85D3F;
        color: #EAEAEA;
        border: none;
        padding: 12px;
        border-radius: 40px;
        width: 100%;
        cursor: pointer;
        font-family: jost;
    }
    /*Страница Личный кабинет*/
    .person {
        padding: 50px 15px;
    }

    .forms-container {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .logcard,
    .regcard {
        padding: 25px;
        background-color: #FFFFFF;
        border-radius: 30px;
    }

    .tittlecardlog,
    .tittlecardreg {
        font-size: 24px;
        font-family: jost;
        color: #2B3732;
        text-align: center;
    }

    .loginput,
    .reginput {
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        border-radius: 20px;
        background-color: #FFF9F0;
        font-family: jost;
    }

    .submitlog,
    .submitreg {
        padding: 10px;
        font-size: 14px;
        background-color: #B85D3F;
        color: #EAEAEA;
        border: none;
        border-radius: 40px;
        width: 100%;
        cursor: pointer;
        margin-top: 10px;
    }

   
}