#awwwards{
position: fixed;
    background: white;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 30px;
    text-indent: -666em;
    z-index: 998;    
	-webkit-transition: all 1s ease;
    transition: all 1s ease; 
	
}
#awwwards.top{
	top: 20px;
}
#awwwards.left{
	left: 0;
}
#awwwards.right{
	right: 0;
}

#awwwards a{
    position: absolute;
    top: 4px;
    left: 20%;
    display: block;
    width: 61%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-decoration: auto;
    color: black;
    font: 21px/8px 'Roboto';
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 997;
    text-align: center;
    box-shadow: 0px -1px 0px #2aca2a;
	/* SOTD */
}
@media screen and (min-width:769px){
    #awwwards.sotd.black.right a{display:none;}
    #awwwards{z-index: 0;}
.t830__burger.t830__burger_mobile {
        position: absolute;
    width: 28px;
    height: 20px;
    left: 10px;
    top: 20px;
}    

@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* Укажи цвет скроллбара */
        background: #3aad00;
        /* Укажи радиус скругления скроллбара */
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        /* Укажи ширину вертикального скроллбара */
        width: 3px;
        /* Укажи высоту горизонтального скроллбара */
        height: 4px;
        /* Укажи цвет фона под скроллбаром */
        background: white;
    }
}




[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 0 !important;
    /* цвет ссылки до наведения */
    color: #bdbdbd !important;
    /* толщина и цвет подчеркивания до наведения */
    border-bottom: 1px solid transparent !important;
    /* отступ между ссылкой и подчеркиванием до наведения */
    padding-bottom: 2px !important; 
}
/* убрал перенос */
.t-rec {
    word-break: normal !important;
}




#allrecords a {
    display: inline-block;
    color: #3aad00;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}
#allrecords a:after {
    background-color: #3aad00;
    display: block;
    content: "";
    height: 1px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
#allrecords a:hover:after,
#allrecords a:focus:after {
    width: 100%;
}