.profile {
    padding: 0 0 50px
}

.profile_main-content {
    position: relative;
    padding-left: 200px
}

@media screen and (max-width: 991.9px) {
    .profile {
        padding-top: 0
    }

    .profile_title, .profile h1 {
        text-align: center
    }

    .profile_title {
        margin-bottom: 20px
    }
}

.profile-settings {
    position: relative;
    padding-left: 200px
}

.profile-settings_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile-settings_delete-profile,
.profile-settings_edit-profile-btn,
.profile-settings_exit-btn {
    font-size: 12px;
}

.my-class-show-more,
.profile-settings_delete-profile {
    padding-right: 17px;
    padding-left: 17px;
}

.profile-settings_exit-btn {
    padding-right: 37px;
    padding-left: 37px
}

.profile-settings_avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: auto;
    padding-top: 170px;
    background-image: url(/doc/img/avatar-placeholder_170x170.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain
}

.profile-settings_avatar > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 50%
}

.profile-settings_avatar form {
    width: 100%;
    margin-top: 10px
}

.profile-settings_avatar label {
    font-family: Montserrat;
    display: block;
    width: 100%;
    text-align: center;
    color: #0c6db6
}

.profile-settings_avatar label:hover {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #ec008c
}

.profile-settings_section {
    margin-top: 20px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ededed
}

.profile-settings_section-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 21px;
    margin-bottom: 26px
}

.profile-settings_property {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.profile-settings_prop-name {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 700;
    width: 50%;
    text-transform: uppercase;
    color: #979797
}

.profile-settings_prop-value {
    font-family: Montserrat;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%
}

.profile-settings_prop-value ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.profile-settings_prop-value li {
    margin-bottom: 10px
}

.profile-settings_prop-action {
    font-size: 12px;
    margin-top: 2px;
    margin-left: auto;
    color: #0c6db6;
    border: none
}

.profile-settings_contact {
    margin-bottom: 25px
}

.profile-settings_contact a {
    color: #0c6db6
}

.profile-settings_contact a:hover {
    color: #ec008c
}

.profile-settings_form fieldset {
    margin-bottom: 22px;
    border-bottom: 1px solid #ededed
}

.profile-settings_form fieldset:last-of-type {
    margin-bottom: 0;
    border: none
}

.profile-settings_form .form-field {
    margin-bottom: 25px
}

.profile-settings_submit-slot {
    margin-top: 12px
}

@media screen and (max-width: 991.9px) {
    .profile-settings_avatar {
        width: 100px;
        padding-top: 100px
    }

    .profile-settings {
        padding-left: 130px
    }

    .profile-settings_submit-slot {
        text-align: center
    }
}

@media screen and (max-width: 991.9px) {
    .profile-settings {
        padding-left: 0
    }

    .profile-settings_avatar {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 22px;
        margin-bottom: 22px;
        padding: 170px 0 30px;
        border-bottom: 1px solid #ededed;
        background-position: top;
        background-size: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .profile-settings_avatar img {
        right: 0;
        left: 0;
        display: inline-block;
        width: auto;
        margin: 0 auto
    }
}

@media screen and (max-width: 767.9px) {
    .profile-settings_actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profile-settings_actions .btn {
        width: 100%;
        margin-bottom: 10px;
        text-align: center
    }

    .profile-settings_property {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profile-settings_prop-name {
        width: 100%;
        margin-bottom: 5px
    }

    .profile-settings_prop-value {
        width: 100%
    }
}

.profile-payments {
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: payment
}

.profile-payments_item {
    position: relative;
    padding-bottom: 36px;
    padding-left: 36px;
    border-bottom: 1px solid #ededed
}

.profile-payments_item:before {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 40px;
    left: 0;
    content: counter(payment);
    counter-increment: payment
}

.payment_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-top: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.payment_for {
    font-size: 18px;
    font-weight: 500
}

.payment_status {
    color: #979797
}

.payment_status__active {
    color: #093
}

.payment_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.payment_field {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 700;
    min-width: 34%;
    text-transform: uppercase;
    color: #979797
}

.payment_value {
    font-size: 14px
}

@media screen and (max-width: 767.9px) {
    .profile-payments_item {
        padding-left: 0
    }

    .payment_header {
        padding-left: 25px
    }

    .payment_status {
        font-size: 12px
    }

    .payment_field {
        min-width: 50%
    }
}

.edit-child_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.edit-child_avatar-slot {
    margin-right: 80px
}

.edit-child_avatar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.edit-child_avatar-form {
    position: absolute;
    right: 33px;
    bottom: -4px
}

.edit-child_upload-avatar-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: var(--size);
    height: var(--size);
    --size: 32px
}

.edit-child_upload-avatar-btn:after, .edit-child_upload-avatar-btn:before {
    position: absolute;
    display: block;
    width: var(--size);
    height: var(--size);
    content: "";
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.edit-child_upload-avatar-btn:before {
    background-color: #fff;
    -webkit-mask-image: url(/doc/img/icons/add-child-avatar-background.svg);
    mask-image: url(/doc/img/icons/add-child-avatar-background.svg);
    -webkit-mask-size: contain;
    mask-size: contain
}

.edit-child_upload-avatar-btn:after {
    background-color: #65c9ff;
    -webkit-mask-image: url(/doc/img/icons/plus.svg);
    mask-image: url(/doc/img/icons/plus.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.edit-child_upload-avatar-btn:hover:before {
    background-color: #ec008c
}

.edit-child_upload-avatar-btn:hover:after {
    background-color: #fff
}

.edit-child_info-form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.edit-child_info-form .form-field {
    margin-bottom: 20px
}

.edit-child_submit-slot {
    margin-top: 12px
}

.edit-child_required-sign {
    font-size: 12px;
    position: relative;
    margin-top: 10px;
    padding-left: 10px
}

.edit-child_required-sign:before {
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline;
    content: "*";
    color: #ec008c
}

.edit-child_avatar-img {
    width: 168px;
    height: 168px
}

@media screen and (max-width: 767.9px) {
    .edit-child_title {
        display: none
    }

    .edit-child_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .edit-child_avatar-slot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .edit-child_required-sign {
        font-size: 10px
    }

    .edit-child_avatar-form {
        right: 21px
    }

    .edit-child_avatar-img {
        width: 110px;
        height: 110px
    }

    .edit-child_upload-avatar-btn {
        --size: 21px
    }

    .edit-child_upload-avatar-btn:after {
        -webkit-mask-size: 10px 10px;
        mask-size: 10px 10px
    }
}

.childrens-list {
    margin: 0;
    padding: 0
}

.childrens-list_header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.childrens-list_header h1 {
    margin-bottom: 0;
}

.childrens-list {
    list-style: none
}

.childrens-list_header-actions {
    display: flex;
    align-items: center;
}


.childrens-list_add-child {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #0c6db6;
    border: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.4s;
    font-weight: 500;
}

.childrens-list_add-child svg path {
    transition: 0.4s;
}

.childrens-list_add-child:hover,
.childrens-list_add-child:focus {
    color: #EC008C;
}

.childrens-list_add-child:hover svg path,
.childrens-list_add-child:focus svg path {
    stroke: #EC008C;
}

.childrens-list_add-child span {

}

@media screen and (max-width: 767.9px) {
    .childrens-list_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .childrens-list_add-child span {
        display: none
    }
}


.child-card {
    display: flex;
    border-radius: 10px;
    background: #F2FAFF;
}

.child-card-action {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3px;
    position: absolute;
    bottom: 0;
}

.child-card-action_edit,
.child-card-action_delete {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    text-decoration: none;
    background: #C2D3DF;
    height: 68px;
    border: none;
    transition: 0.4s;
}

.child-card-action_edit:hover,
.child-card-action_edit:focus,
.child-card-action_delete:hover,
.child-card-action_delete:focus {
    background: #EC008C;
}

.child-card-action_edit {
    border-top-left-radius: 10px;
}

.child-card-action_delete {
    border-bottom-left-radius: 10px;
}

.child-card-personal-info {
    display: flex;
    padding: 20px 20px 20px 44px;
}

.child-card_info-wp {
    padding: 20px 20px 20px 0;
    width: 100%;
    display: flex;
}

.child-card-personal-info_child {
    width: 223px;
    min-width: 223px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border-right: 1px solid #C2D3DF;
}

.child-card-personal-info_child_avatar {
    display: block;
    width: 70px;
    height: 70px;
    min-width: 70px;
}

.child-card-personal-info_name {
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #121921;
}

.child-card_name {
    font-size: 18px;
    font-weight: 500;
    color: #121921;

}

.child-card_info-wp {
    width: 100%;
}

.child-card_info, .child-card_info-wp {
    display: flex;
    gap: 5px 10px;
    width: 100%;
}

.child-card_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.child-card_info-value {
    font-size: 24px;
    color: #ec008c;
    background: white;
    padding: 22px 27px;
    font-weight: 700;
    border-right: 5px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

.child-card_info-name {
    font-size: 14px;
    color: #121921;
}

.last-results_btn {
    background: transparent;
    border: none;
    text-decoration: none;

}

.last-results_btn svg path {
    transition: 0.4s;
}

.last-results_btn:hover svg path,
.last-results_btn:focus svg path {
    stroke: #ec008c;
}

.child-card_action-info {
    display: flex;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 991.9px) {
    .child-card-personal-info_child {
        width: 161px;
        min-width: 161px;
        gap:5px;
    }

    .child-card-personal-info_child_avatar {
        width: 50px;
        height: 50px;
        min-width: 50px;
      }

    .child-card-personal-info_name, .child-card_info-value {
        font-size: 16px;
    }

    .child-card_info-value{
        padding: 17.8px 27px;
    }

    .child-card_info-name{
        font-size: 12px;
    }

    .child-card-action_edit,
    .child-card-action_delete {
        height: 56px;
    }

    .last-results_title{
        font-size: 14px  !important;
    }

    .last-results_empty{
        font-size: 12px;
    }
}

@media screen and (max-width: 767.9px) {
    .child-card-action{
        position: inherit;
    }
    .child-card-action_edit, .child-card-action_delete {
      height: 24px;
      width: 24px;
    }

    .child-card-personal-info{
        width: 100%;
        padding: 0;
    }

    .child-card_info-name {
        font-size: 12px;
    }

    .child-card_info {
        gap: 5px;
    }

    .child-card_info-wp {
        padding: 20px 0 0 0;
    }

    

    .child-card {
        border-right: 0;
        padding: 19.5px 15px;
        margin: 0 -15px;
        flex-direction: column;
        border-radius: 0;
    }

    .child-card_info-value {
        padding: 10px 27px;
        font-size: 16px;
    }

    .child-card-action_edit, .child-card-action_delete {
        border-radius: 2px;
        padding: 5px;
    }

    .child-card-action_edit svg, .child-card-action_delete svg {
        height: 13px;
        width: 13px;
        min-width: 13px;
    }

    .child-card-personal-info_child_avatar {
        display: block;
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .child-card-personal-info_child {
        width: 100%;
        padding-left: 10px;
        border-right: 0;
        min-width: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
    }

    .child-card_action-info {
        padding-bottom: 20px;
        border-bottom: 1px solid #C2D3DF;
    }
}

.last-results {
    padding-bottom: 40px;
}

.last-results_title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.last-results_list {
    font-size: 14px;
    width: 100%;
    list-style-type: none;
    padding: 0;
}


.last-results_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #C7E8FF;
}

.last-results_task-name {
    flex-grow: 1
}

.last-results_task-name a {
    text-decoration: none;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 450px;
    display: block;
}


.last-results_result {
    position: relative;
    background: #F2FAFF;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    min-width: 115px;
    width: 115px;
    color: #0c6db6;
}

.last-results_result-action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
}

.last-results_show-more-btn-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.last-results_empty {
    font-size: 14px;
}

.last-results_show-more {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.last-results_row-result {
    display: flex;
    align-items: center;
    gap: 10px;
}

.last-results_result__error,
.last-results_result__star,
.last-results_result__score{
    color:  #0C6DB6;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.last-results_task-name{
    color:  #121921;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 991.9px) {
    .last-results_task-name {
        font-size: 12px;
    }
    .last-results_task-name a {
        display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: unset;
        max-width: unset;
    }
}

@media screen and (max-width: 767.9px) {
    .last-results_row {
        flex-direction: column;
        padding: 10px 0;
    }

    .last-results_result {
        min-width: 75px;
        width: 75px;
        padding: 10px 0;
    }

    .last-results_list {
        font-size: 12px;
    }

    .last-results_title {
        text-align: center;
        font-size: 14px;
    }

    .last-results_empty {
        text-align: center;
        margin-top: 0;
        font-size: 12px;
    }
    .last-results_task-name {
        text-align: center;
    }
    .last-results_task-name a {
        -webkit-line-clamp: 3;
        -webkit-box-orient: horizontal; 
    }
}

.detailed-results {
    padding: 0
}

.detailed-results_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.detailed-results_back,
.detailed-results_update {
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    border: 0;
    gap: 10px;
    color: #0C6DB6;
    transition: 0.4s;
    font-size: 14px;
    font-weight: 500;
}

.detailed-results_back svg path,
.detailed-results_update svg path {
    transition: 0.4s;
}

.detailed-results_back:hover,
.detailed-results_back:focus,
.detailed-results_update:hover,
.detailed-results_update:focus {
    color: #EC008C;
}

.detailed-results_back:hover svg path,
.detailed-results_back:focus svg path,
.detailed-results_update:hover svg path,
.detailed-results_update:focus svg path {
    stroke: #EC008C;
}

.detailed-results_child-name {
    font-size: 36px;
    font-weight: 700;
}

h1.detailed-results_title {
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

@media screen and (max-width: 1199.9px) {

}

@media screen and (max-width: 575.9px) {
    .detailed-results_back span,
    .detailed-results_update span {
        display: none;
    }
}

.attempt-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.attempt-list_item {
    margin-bottom: 20px
}

.attempt {
    padding: 0;
    margin-bottom: 40px;
}

.attempt_header {
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid #0C6DB6;
    background: #F2FAFF;
    align-items: baseline;
    gap: 10px;
    flex-wrap: nowrap;
}

.attempt_header-title {
    color: #0C6DB6;
    text-align: center;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.attempt_header-text {
    color: #0C6DB6;
    text-align: center;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
}


.attempt_table-header-line {
    padding: 20px 0 20px 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #C7E8FF;
    background: #F2FAFF;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.attempt_table-result-name__mobile {
    display: none;
}

.attempt_table-result-name,
.attempt_table-result-row-header {
    display: flex;
    align-items: center;
    color: #121921;
    text-align: center;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.attempt_table-task-name a {
    text-decoration: none;
    border: none;
}

.attempt_table-task-name a:hover,
.attempt_table-task-name a:focus {
    color: #EC008C;
}

.attempt_table_row-total,
.attempt_table_row {
    padding: 20px 0 20px 10px;
    gap: 10px;
    border-bottom: 1px solid #C7E8FF;

}

.attempt_table_row,
.attempt_table-result-row-header,
.attempt_table_row-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.attempt_table-result-row-header,
.attempt_table_row-result-wr {
    display: flex;
    align-items: center;
    width: 365px;
    max-width: 365px;
    justify-content: end;
}

.attempt_table-result-row-header{
    width: 370px;
    max-width: 370px;
}

.attempt_table_row-result-wr {
    gap: 10px;
}

.attempt_table_row-result__item {
    color: #0C6DB6;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #F2FAFF;
    border-radius: 5px;
    padding: 10px;
    min-width: 115px;
    width: 115px;
    display: flex;
    text-align: center;
    border: none;
    align-items: center;
    gap: 10px;
    justify-content: center;

}

.attempt_table-result__points,
.attempt_table-result__stars,
.attempt_table-result__attempts {
    border-left: 1px solid #C2D3DF;
    width: 100%;
    /* margin: 0 5px; */
}

.attempt_table-result__points{
    max-width: 120px;
}

.attempt_table_row-total {
    border-bottom: 1px solid #C2D3DF;
    border-top: 1px solid #0C6DB6;
}

.attempt_table-result-name__total {
    font-weight: bold;
    font-size: 18px;
}
.attempt.long-name{
    margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
    .attempt {
        margin: 0 -15px 40px;
    }

    .attempt.long-name {
        margin-bottom: 40px;
    }


    .attempt_table-header-line {
        padding: 20px 15px;
    }

    .attempt_header {
        gap: 8px;
        flex-wrap: wrap;
        border-radius: 0;
    }

    .attempt_header-title {
        overflow: auto;
        text-overflow: unset;
        white-space: normal;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .attempt_table_row-total,
    .attempt_table_row {
        padding: 20px 15px;
        /* margin: 0 10px; */
    }

    .attempt_table-result-name__desktop {
        display: none;
    }

    .attempt_table-result-name__mobile {
        display: block;
        width: 100%;
        text-align: left;
    }

    .attempt_table-result__points,
    .attempt_table-result__stars,
    .attempt_table-result__attempts {
        min-width: 91.66px;
        margin: 0;
    }

    .attempt_table-result__points{
        min-width: 81.66px;
    }

    .attempt_table_row-result__item {
        gap: 5px;
        min-width: 78.33px;
        width: 78.33px;
        padding: 10px 2px;
    }

    .attempt_table-result-name,
    .attempt_table-task-name {
        min-width: 25px;
        width: 25px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .attempt_table-result-row-header,
    .attempt_table_row-result-wr {
        width: 255px;
        min-width: 255px;
    }

    .attempt_table-result-name__total {
        font-size: 16px;
    }

    .my-class_add-header {
        text-align: center !important;
    }

}

@media screen and (max-width: 991.9px) {
    .attempt_table-result-name,
    .attempt_table-result-row-header,
    .attempt_table-task-name {
        font-size: 12px;
    }

    .attempt_header-title {
        font-size: 16px;
        line-height: 16px;
    }

    .detailed-results_child-name {
        font-size: 24px;
    }

    .attempt_header-text {
        font-size: 8px;
    }
    .attempt_table-result-name__total {
        font-size: 16px;
    }

}


.downloads {
    padding: 0
}

.downloads_view-box {
    overflow: hidden
}

.downloads_table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse
}

.downloads_table-cell {
    padding-top: 8px
}

.downloads_table-cell__ordinal-number {
    padding-right: 2px
}

.downloads_table-cell__test-name {
    font-size: 14px;
    width: 100%;
    border-bottom: 2px solid #ededed
}

.downloads_table-cell__date {
    font-size: 14px;
    padding-right: 18px;
    text-align: right;
    white-space: nowrap;
    border-bottom: 2px solid #ededed
}

.downloads_table-cell_link {
    padding-bottom: 1px;
    padding-left: 17.5px
}

.downloads_link {
    width: 35px
}

.downloads_link .btn_icon__pdf {
    width: 11px;
    height: 15px;
    margin: 0;
    -webkit-mask-size: contain;
    mask-size: contain
}

.downloads_show-more-btn-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 575.9px) {
    .downloads_title {
        text-align: center
    }

    .downloads_table-cell__ordinal-number, .downloads_table-cell__test-name {
        padding-bottom: 3px;
        vertical-align: top
    }

    .downloads_table-cell {
        font-size: 14px
    }

    .downloads_table-cell__date {
        display: none
    }

    .downloads_table-cell_link {
        vertical-align: bottom
    }

    .downloads_show-more-btn-wp {
        padding-top: 38px
    }
}

.profile-settings_property {
    border-bottom: 2px dashed #fff;
}

.profile-settings_property:hover {
    border-bottom: 2px dashed #eee;
}

.edit-child_avatar-img {
    border-radius: 50%;
}

#registration-code, #registration-code2 {
    text-transform: uppercase;
    text-align: center;
    max-width: 50%;
}

.img-registration-code {
    display: inline;
}

.img-registration-code img {
    margin: 15px;
    position: absolute;
    cursor: pointer;
}

.btn.btn__light {
  line-height: none;
  height: auto !important;
}
