/* EDI Рейтинги */
.rating-wrapper {
    background-color: #F2F8FF;
    padding-top: 70px;
    text-align: center;
    font-family: "SB", sans-serif;
}

.rating-wrapper h2 {
    padding: 0;
    margin: 0;
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #1F1F22;
    margin-bottom: 30px;
}

.rating-wrapper .conatiner {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}

.rating {
    padding: 36px;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(31, 31, 34, 0.25);
    border-radius: 16px;
    display: inline-block;
    margin-bottom: -64px;
}

.rating .col-4 {
    max-width: 326px;
}

.rating .col-6 {
    max-width: 504px;
}

.rating .col-10 {
    width: 100%;
}

.rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.rating .row__margin {
    margin-bottom: 30px;
}

.rating .col {
    width: 100%;
}

.rating-title {
    margin-bottom: 30px;
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1F1F22;
}

.rating .block {
    padding: 16px 18px;
    background: #FFFFFF;
    border: 1px solid #D0D7DD;
    border-radius: 8px;
    text-align: left;
}

.rating .block-title {
    margin-bottom: 12px;
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1F1F22;
}

.rating .block-content {
    display: flex;
    align-items: center;
}

.rating .block-value {
    margin-left: 12px;
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 46px;
    background: linear-gradient(90deg, #25BC98 0%, #2772F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.rating .block__big {
    padding: 24px;
    height: 242px;
    box-sizing: border-box;
}

.rating .block__big .block-title {
    margin-bottom: 24px;
}

.rating .block-bigvalue {
    margin-left: 50px;
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 120px;
    line-height: 120px;
    background: linear-gradient(90deg, #25BC98 0%, #2772F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.rating .value__yellow {
    margin-left: 0;
    color: #FF9900;
    background: initial;
    -webkit-text-fill-color: initial;
}

.rating .block-percent {
    font-size: 60px;
}

.rating .block-desc {
    margin-left: 24px;
}

.rating .block-info {
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1F1F22;
    margin-bottom: 6px;
}

.rating .block-link {
    display: inline-block;
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #1358BF !important;
    text-decoration: none;
    transition: ease-in 1.5s opacity;
}

.rating .block-link:hover{
    opacity: 0.7;
}


.rating .rating-content {
    margin: 0 auto;
    margin-top: 48px;
    margin-bottom: 24px;
}


/* Табы */
.rating .tabs {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.rating .tabs .tablink {
    padding: 12px 16px;
    cursor: pointer;
    /*font-family: 'SB Sans Interface', sans-serif;*/
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1F1F22;
}

.rating .tabs .tablink.active {
    background: linear-gradient(90deg, #25BC98 0%, #2772F5 100%);
    border-radius: 21px;
    color: #fff;
}

.rating .tabcontent {
    display: none;
}

/* Аккордион */
.rating .accordion {
    margin-bottom: 16px;
}

.rating .tabcontent .accordion:last-child {
    margin-bottom: 0;
}

.rating .accordion-header {
    padding: 20px 30px;
    background: #F2F4F7;
    border-radius: 16px;
    text-align: left;
    /*font-family: 'SB Sans Interface', sans-serif;*/
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1F1F22;
    cursor: pointer;
    user-select: none;
}

.rating .accordion-header::after {
    content: url('https://api.iconify.design/ep/arrow-down-bold.svg');
    color: #1F1F22;
    float: right;
}

.rating .accordion-header.active {
    border-radius: 16px 16px 0 0;
}

.rating .accordion-header.active::after {
    transform: rotateX(180deg);
}

.rating .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    background: #F2F4F7;
    border-radius: 0 0 16px 16px;
}

.rating .accordion-content.active {
    border-top: 1px solid #D0D7DD;
}

.rating .accordion-wrapper {
    padding: 30px;
}

/* Таблица */
.rating .table {
    width: 100%;
    text-align: left;
    border-collapse: separate;
    margin-top: -16px;
    margin-bottom: -16px;
    border-spacing: 0 16px;
}

.rating .table td{
    /*font-family: 'SB Sans Interface', sans-serif;*/
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.rating .table__analysis {
    border-spacing: 0 0;
    margin-top: -5px;
    margin-bottom: -5px;
}

.rating .table__analysis td {
    padding: 5px 10px;
}

.rating .table tr.active {
    background: #FFFFFF;
    border-radius: 8px;
}

.rating .table tr.active td {
    padding: 10px;
    margin: 5px 0;
}

.rating .table tr.active .table-label,
.rating .table tr.active .table-value {
    color: #107F8C;
}

.rating .table tr.active td:first-child .table-value {
    font-weight: 600;
}

.rating .table-label {

    font-size: 12px;
    color: #7D838A;
}

.rating .table-value {
    font-size: 14px;
    color: #1F1F22;
}

.rating .table-hidden{
    display: none;
}

.rating .value__red {
    color: #DB1237;
}

/* Поля */
.rating .field {
    text-align: left;
    margin-bottom: 16px;
    /*font-family: 'SB Sans Interface', sans-serif;*/
    font-family: 'SB', sans-serif;
    font-style: normal;
    line-height: 20px;
    font-size: 14px;
    color: #1F1F22;
}

.rating .field-title {
    font-weight: 600;
}

.rating .field-content {
    font-weight: 400;
}

.rating .value__blue {
    color: #107F8C;
}

.rating .value__bold {
    font-weight: 600;
}

.rating .select {
    background: #FFFFFF;
    border: 1px solid #D0D7DD;
    border-radius: 8px;
    padding: 8px 12px;
    text-align: left;
    /*font-family: 'SB Sans Interface', sans-serif;*/
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1F1F22;
    margin-bottom: 20px;
}

.rating .select::after {
    content: url('https://api.iconify.design/ep/arrow-down-bold.svg');
    color: #1F1F22;
    float: right;
}

.rating .select-placeholder {
    color: #7D838A;
}

.rating #rating-select{
    cursor: pointer;
}

.rating .empty-box {
    width: 100%;
    height: 326px;
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #7D838A;
}

.rating .report {
    text-align: left;
}

.rating .report-flex {
    display: flex;
}

.rating .report-label {
    width: 124px;
    margin-right: 10px;
    /*font-family: 'SB Sans Interface', sans-serif;*/
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1F1F22;
}

.rating .radio-field {
    margin-bottom: 8px;
}

.rating .radio-label {
    /*font-family: 'SB Sans Interface', sans-serif;*/
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1F1F22;
}

.rating .radio-input {
    margin: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    border-radius: 50%;
    cursor: pointer;
}

.rating .radio-input:checked {
    background-color: #107F8C;
    border-color: #107F8C;
}

.rating .report-dates {
    display: flex;
    align-items: center;
}

.rating .datepicker {
    background: #FFFFFF;
    border: 1px solid #D0D7DD;
    border-radius: 8px;
    /*font-family: 'SB Sans Interface', sans-serif;*/
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #7D838A;
    padding: 6px 14px;
    display: flex;
    justify-content: space-between;
}

.rating .datepicker-placeholder {
    margin-right: 10px;
}

.rating .report-dash {
    /*font-family: 'SB Sans Interface', sans-serif;*/
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #7D838A;
    margin-left: 10px;
    margin-right: 10px;
}

.rating .report__period {
    margin-top: 20px;
    align-items: center;
}

.rating .report-actions {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.rating .report-button {
    background: #D0D7DD;
    border-radius: 20px;
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 12px 30px;
    margin-right: 20px;
}

.rating .report-function {
    /*font-family: 'SB Sans Interface', sans-serif;*/
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    color: #7D838A;
}

.rating .btn-primary {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(270deg, #2772F5, #25BC98);
    background-size: 100% 100%;
    border-radius: 20px;
    font-family: 'SB', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF !important;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    transition: ease-in 1.5s background-size;
}

.rating .btn-primary:hover {
    background-size: 500% 100%;
}

.rating-white-block{
    width: 100%;
    background: #fff;
    height: 48px;
}

.uc-test-test {
    color: red;
}
}