/*цвет текста в раскрытом аккордеоне для ЧАВО*/

#rec856334474 .t668__text{
    font-size: 20px;
    color: #e8e8e8 !important;
}

#rec907471831 .t668__text {
    font-size: 16px;
    color: #e8e8e8 !important;
}

/*цвет фона в аккордеоне для программы*/
.t1119__textwrapper{
    padding-top:20px !important;
   
}

/*Отступ снизу под заголовком модуля и описанием в программе*/

@media screen and (max-width: 960px) {
    .t1119 .t-col+.t-col {
        margin-top: 30px;
    }
}

.t1119__image{
    
    border-radius:10px;
}

.t1119__trigger-button{
    background-color:#24222E !important;
    border-radius:10px;
    
}

.t1119__icon{
    right:2% !important;
}

.t1119__header-title{
    padding-left:15px;
}

.t1119__text{
    padding-left:15px;}
    

    
/*цвет вкладок для блока "Чему ты научишься в Рыцаре"*/


#rec856440775 .t908__item{
    background-color:#1a191f;
    border:none;
}

#rec856440775 .t908__item_active {
    background-color:#24222E !important;
}

/*Цвет текста для аккордеона в "материалы курса"*/
#rec856576421 .t668__text, #rec865156815 .t668__text, #rec866365607 .t668__text{
    font-size: 16px !important;
    color: #cacaca !important;
}

/*Цвет точек в отзывах*/
.t958__more-dot {
    width: 4px !important;
    height: 4px !important;
    margin: 0 2px;
    border-radius: 50%;
    background: #a9cb20 !important;
    display: inline-block;
}

/*Выравнивание блока "Что ты получишь после курса" вертикально посередине*/
.t1115__textwrapper+.t1115__features{
    margin-top: 0px !important;
}

/*Картинка посередине в блоке "За 1 неделю ты изучишь" для курса по Домику и цвет вкладок*/
#rec865156809 .t908__textwrapper{
    padding: 20px 47px 19px 30px !important;
}

#rec865156809 .t908__item{
    background-color:#201a20;
    border:none;
}

#rec865156809 .t908__item_active {
    background-color:#192C3A !important;
}

/*Цвет вкладок в блоке "За 1 неделю ты изучишь" для курса по Курьеру*/

#rec866365601 .t908__item{
    background-color:#292429;
    border:none;
}

#rec866365601 .t908__item_active {
    background-color:#282049 !important;
}

#rec866365601 .t908__textwrapper{
    padding: 30px 47px 30px 30px !important;
}

.t858__img{
    padding-bottom:30px !important;
}

/*Бордюр в "Автор и менторы*/

@media screen and (max-width: 960px) {
    
.t422__col_8{
    border-radius:0 0 10px 10px !important;
}

.t422__img-mobile{
    border-radius: 10px 10px 0 0;
}
}

@media screen and (min-width: 960px){
.t422__img {
    border-radius: 10px 0 0 10px;
}

.t422__col_8{
    border-radius: 0 10px 10px 0;
}
}



/*Логотипы софта в Изи в ряд на мобильном*/

@media screen and (max-width: 440px) {
    .t594__item_3-in-row, .t594__item_4-in-row, .t594__item_5-in-row, .t594__item_6-in-row {
        width: 30% !important;
    }
}

@media screen and (max-width: 440px) {
    .t594__item {
        padding: 3px;
    }
}

/*Кнопки в таблице на мобильной версии, для Изи*/
@media screen and (max-width: 960px) {
    .t613__btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*Убрать кружок в мобильной версии для аккордеона*/
@media screen and (max-width: 440px) {
.t668__circle{
    display:none;
}
}

@media screen and (max-width: 440px) {
    .t1119__icon {
    fill: #24222E !important;}
}


