/*изменила отступы в шапке*/
@media screen and (min-width: 961px){
    .t-menu-base__maincontainer {
    gap: 10px 20px !important;
    }
    
    .t-menu-base__mobile-menu .tmenu-mobile__container {
    padding: 0px 20px !important;
}

/*Сделала отступ в маркированном списке*/
.t-descr li,
.t-text li {
    margin-bottom: 4px;
}
}

/*Изменила отступы в вводной части на страницах курсов*/
   @media screen and (max-width: 650px){
.uc-vvod .t265__icon {
    display: none !important;
}

.uc-vvod .t-container {
    max-width: calc(100% - 40px);
}

.uc-vvod .t265__wrapper {
    padding-left: 20px !important;
}
}

/*Изменила отступы ниже иконки на десктопе в стоимости курсов*/
 @media screen and (min-width: 961px){
.uc-price .t858__img {
    padding-bottom: 30px !important;
}
}

