.t898__btn_label {
    background: transparent !important;
    border-radius: 0;
    box-shadow: none;
    height: 70px;
    width: 70px;
}

.t898__btn_label:hover {
    box-shadow: none !important;
    filter: contrast(200%);
}

.t898__btn_input:checked+label {
    border-radius: 20px;
}

.t898__bgimg {
    background-size: contain;
}





/********** HEADER **********/
.uc-header {
    position: fixed !important;
    top: 8px;
    width: 100% !important;
    z-index: 100 !important;
}
    .nav {
        background: rgba(0,0,0,0.1);
        backdrop-filter: blur(40px);
        border-radius: 20px;
    }
        .nav a {
            background: rgba(255,255,255,0);
            border-radius: 16px;
            transition: all 0.2s ease-out;
        }
        
        .nav a:hover {
            background: rgba(255,255,255,1);
        }
        
        .nav a.nav__reg {
            background: #1e6692 !important;
        }
        
        .nav a.nav__reg:hover {
            background: #0A4569 !important;
        }
            .nav a.nav__reg div {
                color: #fff !important;
            }

.tmenu-mobile {
    backdrop-filter: blur(40px);
    background: rgba(255,255,255,0.2) !important;
}





#rec1349092001 .t-btn {
    font-family: 'Liter';
    text-transform: uppercase;
}

.t531 .t-persons-social-links__wrapper {
    justify-content: flex-start;
}

.t-persons-social-links__wrapper_round .t-persons-social-links__item svg {
    width: 40px;
    height: 40px;
}





/********** АДАПТИВ **********/
@media (max-width: 479px ) {
    .t-rec_pt_90 {
        padding-top: 40px !important;
    }
    
    .t-rec_pb_90 {
        padding-bottom: 40px !important;
    }
    
    #rec1305807741 .t230__title {
        line-height: 100% !important;
    }
        #rec1305807741 .t230__title em {
            font-size: 20px !important;
        }
    
    .t531 .t-persons-social-links__wrapper {
        justify-content: center;
    }
}





@media (min-width: 480px) and (max-width: 639px) {
    .t-rec_pt_90 {
        padding-top: 40px !important;
    }
    
    .t-rec_pb_90 {
        padding-bottom: 40px !important;
    }
    
    #rec1305807741 .t230__title {
        line-height: 100% !important;
    }
        #rec1305807741 .t230__title em {
            font-size: 20px !important;
        }
    
    .t531 .t-persons-social-links__wrapper {
        justify-content: center;
    }
}