/*фон поп-апа*/
.t706__cartwin-content {
    background: #CDFD51;
}

/*сумма в поп-апе*/
.t706__cartwin-prodamount-label, .t706__cartwin-prodamount-price, .t706__cartwin-prodamount-currency {
    text-transform: none;
    font-family: Manrope;
    font-weight:semi-bold;
    font-size: 18px;
    letter-spacing: -1px;
}



/*текст в кнопке в поп-апе*/
.t-form__submit .t-submit {
    padding-left: 0 !important;
    padding-right: 0 !important;    
}

/*Скругление в поп-апе суперсилы*/
.t-popup__container {
    border-radius: 30px !important;
}

/*Выравнивание текста в поп-апе суперсилы*/
.t390__descr {
    margin-top: 0px !important;
}

/*Межстрочка в поп-апе суперсилы*/
.t-popup__container p {
    line-height: 1;
}

/*Размер шрифта в поп-апе суперсилы*/
@media screen and (min-width: 641px) and (max-width: 1200px) {
    .t-popup__container p {
        font-size: 23px !important;
    }
}

/*Скругление в поп-апе суперсилы*/
@media screen and (min-width: 641px) and (max-width: 960px) {
    .t-popup__container {
        border-radius: 20px !important;
    }
}

@media screen and (max-width: 640px) {
    /*Скругление в поп-апе суперсилы*/
    .t-popup__container {
        border-radius: 10px !important;
    }
    /*Размер шрифта в поп-апе суперсилы*/
    .t-popup__container p {
        font-size: 18px !important;
    }
    /*Цвет фона крестика закрытия в поп-апе суперсилы*/
    .t390 .t-popup__close {
        background-color: transparent !important;
    }
    /*Цвет крестика закрытия в поп-апе суперсилы*/
    .t390 .t-popup__close g {
        fill: #b5ff00 !important;
    }
}

@media screen and (max-width: 560px) {
    .t706__cartwin-close, .t-popup__close {
        background-color: #FF81AB !important;
    /*Popup фон полоски*/
    }
    


    .t706__cartwin-close g, .t-popup__close g {
        fill: #151515 !important;
    /*Popup цвет крестика*/
    }

    .t-menu__link-item {
        letter-spacing: -0.8px;
    }
}



    
/* личный кабинет */
.tlk-lectures {
    background-color: #151515;
    color: #9EDA0B;
}

.tlk-lectures__header::after {
background-color: #9EDA0B;
}

#app .tlk-lectures__course-card-link {
    color: #9EDA0B;
}

.tlk-lectures__course-card {
    border-top: 1px solid #9EDA0B;
}

#app .tlk-lectures__course-card-link:hover {
    color: #EE79E7;
}

#app .tlk-courses {
    background-color: #151515 !important; 
}

    .tlk-lecture__title {
    color: #9EDA0B;
}

    .tlk-lecture__text-top {
    color: #9EDA0B;
}
