.t1073__bgimg, .t503__img {
    border-radius: 16px;
}

.t830m {
    width: 300px;
}

.t830 .t830__input {
    height: 40px;
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 4px;
    padding-left:4px;
    margin-right: 8px;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #a77ecc;
    border-radius: 8px;
}

#rec676431171 .t-menusub__link-item {
    -webkit-transition: color 0s ease-in-out, opacity 0s ease-in-out !important;
    transition: color 0s ease-in-out, opacity 0s ease-in-out !important;
}

.t265__wrapper {
    border-radius: 16px;
}

/*Стилизация табов*/
.t397__wrapper {
    /*margin: 0 auto;*/
    width: auto;
    /*display: inline-block;*/
    padding: 4px 4px 4px 4px !important; 
    border-radius: 72px;
    border: 1px solid var(--Gray-200, #EDEDED);
}

.t397__wrapper li {
    width: auto;
    /*display: inline-block;*/
    border-bottom: 0px solid !important;
}

.t397__wrapper li button {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 72px;
    border: 1px solid #FFFFFF;
    background:#ffffff;
}

.t397__wrapper li button:hover {
    background:#F9F9FC;
}

.t397__tab_active .t397__title {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 72px;
    border: 1px solid #D7B7F4;
    background:#F6EEFF;
}

.t397__tab_active .t397__title:hover {
    background:#F6EEFF;
}


/*Стилизация селекта (табы) в мобильной версии*/
.t397__select {
    border-radius: 8px;
    border: 1px solid #EDEDED !important;
    background: #F9F9FC !important;
    color: #757575 !important;
}

.t397__firefoxfix {
    background: #F9F9FC !important;
}

.t-name {
    font-weight: 500;
}

/*Исправление оттображения цифр у шрифта Raleway*/
h1, h2, h3, h4, h5, p, a, li, span {
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}