

/* Тренинги - Режим поддержки */
.al_support {
    margin-bottom: 20px;

    background: #FFFFFF;
    border: 1px solid rgba(0,90,174,0.5);

    background: #FFFFFF;
    box-shadow: 0px 0px 22px rgba(1,86,183,0.1);
    border-radius: 10px;
}

.al_support .html-content {

    padding: 25px 25px 15px;
    
    text-align: left;
    color: #000;
    
    border-radius: 5px;
}

.al_s-heading {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}

.al_s-time {
    margin-bottom: 20px;
    
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #3f608a;
}

.al_s-msg {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
}

.al_s-btn a {
    display: block;
    margin: 40px 0 0;
    padding: 15px;
    
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
    text-align: center;
    
    background: #a6bdd7;
    border-radius: 5px; 
    
    transition: all .3s;
}

.al_s-btn a:hover {
    text-decoration: none;
    
    background: #3f608a;
}

.al_sb-heading {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #38393B;
    text-align: center;
}

.al_sb-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    padding: 25px 0;
}

.al_sb-btns img {
    margin: 0 10px;
    
    transition: all .3s;
}

.al_sb-btns img:hover {
    transform: translatey(-5px);
}

.page-menu {
    position: relative;
    z-index: 100;
}
