/*Стиль кнопок при наведении*/
.uc-btn-shadow .t-btn:hover{
 box-shadow: 0px 0px 10px 6px #EFC57F;   
}
/*стиль плиток с названиями курсов */
.course-card .tn-atom:hover {
    box-shadow: 0px 0px 10px 6px #EFC57F;
}
.underlined-text{ padding-bottom: 5px;}
.underlined-text:hover {border-bottom: 2px solid #efc57e; cursor:pointer;}
/* стили для проигрывателя аудио на главном экране*/
div[class*="bgmusic"] { 
    cursor: pointer;
    z-index:99 !important;
}
.hide-btn{
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
}
/*Стиль фона для всех блоков*/
#rec1606125701,#rec1611656381,#rec1611674271,#rec1611985801,#rec1612231491,#rec1612025231,#rec1622972751,#rec1617426291,
#rec1637136361,#rec1617956191,#rec1637136991,#rec1618748081,#rec1637132921,#rec1623050171,#rec1633154781,#rec1634791401,
#rec1622816331,#rec1622623691,#rec1622840551,#rec1634744421,#rec1606428681,#rec1606510161,#rec1652185561,#rec1712816361{
 
    background-image: linear-gradient(to top, rgba(0, 0, 0, .60), rgba(0, 0, 0, .70)), url(https://static.tildacdn.com/tild3163-6664-4535-a235-316265336432/background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    
}
#rec1648515191,#rec1654216591{
    background-image: linear-gradient(to top, rgba(0, 0, 0, .60), rgba(0, 0, 0, .70)), url(https://static.tildacdn.com/tild3163-6664-4535-a235-316265336432/background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    background-size: cover;  
}
/*ширина текста в блоке лозунг и в блоке ханги*/
#rec1612025231 .t580__descr,#rec1712816361 .t795__descr {
    max-width:1200px!important;
}


