.uc-faq .t585__accordion {
    padding: 0 20px;
    margin-bottom: 20px;
    background: #edf0f0;
    border-radius: 20px;
}
.uc-nap .t817__content {
    background-color: #ffffff;
    border-radius: 16px;
    border-width: 1px;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-color: #fff;
}
#allrecords .t817__wrapper {
    margin-bottom: 15px;
}
.uc-nap .t817__tab {
    border-radius: 50px;
    border: 1px solid #008d9e;
    margin: 0 10px 0 0;
}
.uc-nap #rec2156090991 .t817__tab_active {
    border: 1px solid #008d9e;
}
#rec2156090991 .t817__tab_active:before,
#rec2156090991 .t817__tab_active:after {
    display: none;
}
.t817__select {
    padding: 0 0 15px 0 !important;
    font-family: 'Onest', Arial, sans-serif !important;
}
/**
* @section telegram
*/
.telegram-link {
	display: flex;
	align-items: center;
    justify-content: center;
    position: fixed;
    left: 57px;
    bottom: 110px;
    z-index: 9999;
}
.telegram-button {
	display: flex;
	align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    background: #399fea;
    border-radius: 50%;
    width: 56px;
    height: 56px;
}
.telegram-button svg {
	width: 30px;
	height: 30px;
}
/* Устройства X-Small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
    .uc-faq .t585__accordion {
        border-radius: 10px;
    }
}