    .t702 .t-input {
        font-family: 'Roboto';
    }
    
    .t-descr {
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 20px;
    }
    
    .t-menu__link-item::after {
     border-bottom: none; !important 
    }
    
    .t280__menu__item.t-active {
     border-bottom: none;  !important  
        
    }
    
    .t-store__filter__item-title {
     font-size: 16px;
    }
    
    .t-store__filter__item .t-checkbox__control {
        font-size: 14px;
        font-weight: 400;
    }
    
    .t-store__filter__custom-sel {
        font-size: 14px;
        font-weight: 400;
    }
    
    .t-checkbox__indicator {
        border: 1px solid;
    }
    
    .t951 .t-store__filter__chosen-bar { 
        background-color: #141E2C;
        border-radius: 0px;
    }
    
    .t-descr {
        font-size: 14px;
        font-weight: 500;
    }
    
    .t-store__filter__chosen-val {
        background-color: #1B2636;
    }
    
    .js-store-prod-text a {
    display: inline-block;
    background-color: #486BC4;
    border-color: #486BC4;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 0px;
    font-weight: 600;
    }

 
 
 /* из магистратур
 
    .t-title {
    font-family: 'ChevinPro'; 
    font-size: 42px;
}

.t-text {
    font-family: 'Roboto';
    font-size: 16px;
}

.t-checkbox__indicator {
    border: 1px solid;
}

.t-store .t-popup .t-slds__bgimg, .t-store .t-store__product-snippet .t-slds__bgimg {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

 .t-slds__bgimg-contain {
     background-color: #FFFFFF;
 }
 

 
 .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 1000px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #f42e5d;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #1a1e31;
    color: #ffffff !important;
}