@keyframes danetka-success {
    0% {
        background-color: #b9f3c7;
    }
    100% {
        background-color: #fff;
    }
}
@keyframes danetka-error {
    0% {
        background-color: #f6c4ca;
    }
    100% {
        background-color: #fff;
    }
}
@keyframes danetka-1 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1);
    }
}
@keyframes danetka-2 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.danetka-list-wrapper {
    perspective: 50rem;
}
.danetka-list {
    width: 100%;
    max-width: 24rem;
    margin: auto;
    box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.125);
    border-radius: 10px;
}
.danetka-list_flip {
    height: 20rem;
    transform-style: preserve-3d;
}
.danetka-list_anim {
    transform: rotateY(180deg);
    transition: all 0.25s ease;
}
.danetka-list__front,
.danetka-list__back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backface-visibility: hidden;
}
.danetka-list__front {
    transform: rotateY(0deg);
}
.danetka-list__back {
    transform: rotateY(180deg);
}
.danetka-list__temp {
    position: absolute;
    width: 100%;
    z-index: 15;
    border-radius: 10px;
}
.danetka-list__temp_1 {
    animation: danetka-1 0.15s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.danetka-list__temp_2 {
    animation: danetka-2 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}
.danetka-list__item {
    width: 100%;
    flex: 1 1 auto;
}
.danetka {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 24rem;
    margin: auto;
    box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.125);
}
.danetka_success {
    background-color: #b9f3c7;
    animation: danetka-success 0.4s ease-in both;
}
.danetka_error {
    background-color: #f6c4ca;
    animation: danetka-error 0.4s ease-in both;
}
.danetka__body {
    padding: 3rem;
    text-align: center;
    color: var(--c-header);
}
.danetka__english {
    font-size: 200%;
    font-weight: 500;
}
.danetka__russian {
    font-size: 150%;
    margin-top: 0.5rem;
}
.danetka__footer {
    font-size: 1rem;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
}
.danetka__status {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
}
.danetka__status_success {
    background-color: var(--brand-1);
    transition: opacity ease 0.075s;
}
.danetka_success .danetka__status_success {
    opacity: 1;
}
.danetka__status_error {
    background-color: #ed2024;
    transition: opacity ease 0.075s;
}
.danetka_error .danetka__status_error {
    opacity: 1;
}
.danetka__status-wrapper {
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    border-radius: 50%;
    margin: 1.5rem auto 0;
    background-color: #e8e8e8;
    fill: #fff;
}
.danetka__status svg {
    display: block;
    width: 100%;
    height: 100%;
}
.danetka-box_done .danetka-box__danetka {
    opacity: 0;
    pointer-events: none;
}
.danetka-box__final {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    font-family: Rubik,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.danetka-box_done .danetka-box__final {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_default .section__container {
    width: var(--width_page);
    max-width: 100%;
    margin: auto;
}

@media (min-width:1200px) {
    .section_default .section__header {
        margin-bottom: 3rem;
    }
}
@media (min-width:768px) and (max-width:1199px) {
    .section_default .section__header {
        margin-bottom: 2rem;
    }
}
@media (max-width:767px) {
    .section_default .section__header {
        margin-bottom: 1.5rem;
    }
}

.btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    box-sizing: border-box;
    transition: opacity 0.25s ease;
    background: none;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.btn:hover,
.btn:focus,
.btn:active {
    outline: none;
}

.btn_secondary {
    --btn-bgc: #3c56be;
    --btn-c: #fff;
    --btn-trans-dur: .2s;
    background-color: var(--btn-bgc) !important;
    border-radius: 4px;
    color: var(--btn-c);
    fill: var(--btn-c);
    overflow: hidden;
    padding: 0 1.25em;
    transition: var(--btn-trans-dur) box-shadow ease, var(--btn-trans-dur) background-color ease, var(--btn-trans-dur) color ease;
    box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0);
}
.btn_secondary:hover {
    --btn-bgc: #4d65c7;
    box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0.35);
}
.btn_secondary:active,
.btn_secondary:active:hover {
    --btn-bgc: #364dab;
    --btn-c: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0);
}
.btn_l {
    font-size: 1.2em;
    min-height: 2.5em;
}

.danetka-h2{
    padding-top: 3rem;
    padding-bottom: 1px;
    line-height: 1.25;
    color: var(--c-header);
    font-size: 30px;
    font-weight: bold;
}

.ta_center {
    text-align: center;
}
.bg_light {
    --c-bg: #F3F7FC;
    background-color: var(--c-bg);
}

.section__body_danetka {
    padding-bottom: 3rem;
}

.btn_inline {
    display: inline-flex;
}

.danetka__points {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 15px auto;
    max-width: 384px;
}

.points__left-points {
    display: flex;
    align-items: center;
}

.points__left-points .points__time{
    font-size: 48px;
    line-height: 36px;
}

.points__left-points .points__add-time{
    font-size: 24px;
    line-height: 36px;
    color: #7BC15D;
}

.points__right-points {
    display: flex;
    align-items: flex-end;
}

.points__right-points .points__name {
    font-size: 14px;
    line-height: 14px;
}

.points__right-points .points__value {
    font-size: 32px;
    line-height: 24px;
    color: #7BC15D;
    margin-right: 8px;
}

.points__right-points .points__value.points__less_zero {
    color: #e83e22;
}

@media (min-width: 768px) {
    .danetka__points {
        position: absolute;
        width: 100%;
        max-width: 650px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        padding: 0 20px;
    }

    .points__right-points {
        margin-right: 40px;
    }
}

.danetka-box__final {
    position: relative!important;
}

.danetka-box__final--padding {
    padding: 20px 0;
}

.danetka-box__final-title {
    font-size: 96px;
    line-height: normal;
}

.danetka-box__final-subtitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.danetka-box__final-img svg {
    max-width: 100%;
}

.danetka-box__final-results {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.danetka-box__final-results span {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.btn_primary {
    --btn-bgc: #34bc5a;
    --btn-c: #fff;
    --btn-trans-dur: .2s;
    background-color: #34bc5a;
    border-radius: 4px;
    color: var(--btn-c);
    fill: var(--btn-c);
    overflow: hidden;
    padding: 0 1.25em;
    -webkit-transition: var(--btn-trans-dur) box-shadow ease,var(--btn-trans-dur) background-color ease,var(--btn-trans-dur) color ease;
    transition: var(--btn-trans-dur) box-shadow ease,var(--btn-trans-dur) background-color ease,var(--btn-trans-dur) color ease;
    -webkit-box-shadow: 0 1em 1em -1em transparent;
    box-shadow: 0 1em 1em -1em transparent;
}

.level-test__step_success .level-test__btn-answer.btn_active {
    --btn-bgc: #b9f3c7;
    background-color: #b9f3c7;
}
.level-test__step_error .level-test__btn-answer.btn_active {
    --btn-bgc: #f6c4ca;
    background-color: #f6c4ca;
}

.level-test__btn-answer {
    background-color: #ffffff;
}

.danetka-box__danetka {
    position: relative;
    font-family: Rubik,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.danetka__questions-step {
    font-size: 18px;
}

.danetka__btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 0;
}

.danetka__btn-no {
    background-color: #E34034!important;
}

.danetka__btn-yes {
    background-color: #34BE5B!important;
}