.modal_form .modal_in .form-error {
    color: #ff0000;
    font-size: 10pt;
    padding-bottom: 10px;
}

.cabinet_content .form-error {
    color: #ff0000;
    font-size: 10pt;
    padding-bottom: 10px;
}

.cabinet_content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #E4E8EF;
    border-radius: 4px;
    border-collapse: separate;
    border-spacing: 0px;
    border-width: 0;
}

.cabinet_content th,
td {
    border: 1px solid #E4E8EF;
    padding: 10px 20px;
}

.ptest_kind_6 .ptest_row_text .ptest_row_item_text.active.select {
    border-color: #FF9D17
}

.ptest_drag_word_check {
    height: unset;
    min-height: 66px;
}

.pdwi_s {
    height: unset;
    min-height: 62px;
    padding: 10px;
    height: 100%;
}

.ptest_drag_word_item {
    height: unset;
    min-height: 62px;
}

element.style {
}

.ptest_drag_word_title_img .ptest_sound {
    margin: 0 20px 0 0;
}

.ptest_sound {
    min-width: 60px;
}

.ptest_drag_word_title_img {
    justify-content: center;
}

.ptest_step_2 .ptest_row_item {
    align-items: center;
}

.word_hint_text {
    transform: translate(-50%, 0%);
    left: 50%;
    width: max-content;
    max-width: 300px;
}

.cab_home_steps_3:before,
.cab_home_steps_3:after,
.cab_home_steps_4:before,
.cab_home_steps_4:after,
.cab_home_steps_5:before,
.cab_home_steps_5:after,
.cab_home_steps_6:before,
.cab_home_steps_6:after,
.cab_home_steps_7:before,
.cab_home_steps_7:after,
.cab_home_steps_8:before,
.cab_home_steps_8:after,
.cab_home_steps_9:before,
.cab_home_steps_9:after,
.cab_home_steps_10:before,
.cab_home_steps_10:after,
.cab_home_steps_11:before,
.cab_home_steps_11:after,
.cab_home_steps_12:before,
.cab_home_steps_12:after,
.cab_home_steps_13:before,
.cab_home_steps_13:after,
.cab_home_steps_14:before,
.cab_home_steps_14:after,
.cab_home_steps_15:before,
.cab_home_steps_15:after,
.cab_home_steps_16:before,
.cab_home_steps_16:after,
.cab_home_steps_17:before,
.cab_home_steps_17:after,
.cab_home_steps_18:before,
.cab_home_steps_18:after,
.cab_home_steps_19:before,
.cab_home_steps_19:after,
.cab_home_steps_20:before,
.cab_home_steps_20:after {
    position: absolute;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.ptest_last_img img {
    width: 180px;
}

.current-step {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: current-step-animation;
    animation-timing-function: ease;
    display: inline-flex;
    z-index: 1;
    position: inherit;
}

@keyframes current-step-animation {
    0% {
        transform: scale(1, 1) translateY(0);
    }

    10% {
        transform: scale(1.1, .9) translateY(0);
    }

    30% {
        transform: scale(.9, 1.1) translateY(-50px);
    }

    50% {
        transform: scale(1.05, .95) translateY(0);
    }

    57% {
        transform: scale(1, 1) translateY(-7px);
    }

    64% {
        transform: scale(1, 1) translateY(0);
    }

    100% {
        transform: scale(1, 1) translateY(0);
    }
}

.login-error {
    width: 389px;
    position: fixed;
    background: #F6F6F6;
    border-radius: 28px;
    overflow: hidden;
    padding: 10px;
    z-index: 10;
    right: 15%;
    top: 10%;
}

.login-error .text {
    color: #1A1919;
    font-size: 24px;
    font-family: Effra, sans-serif;
    font-weight: 500;
    line-height: 36px;
    word-wrap: break-word;
    padding: 30px 20px;
}

.login-error .smile {
    position: absolute;
    top: 20px;
    right: 20px;
}

.login-error .close {
    cursor: pointer;
}

.h_logo a {
    display: flex;
    gap: 10px;
    align-items: center;
}
.h_logo-wrapper {
    width: 100%;
}
.h_logo-kcell {
    margin-left: auto;
}
.logo-delimiter {
    width: 1px;
    height: 29px;
    background: #AFAEB0;
    margin: 0 10px;
}
#subscribe-shop .modal_in {
    max-width: 520px;
}
#subscribe-shop .h_logo a {
    gap: 0;
    flex-direction: column;
}
#subscribe-shop .h_logo {
    padding: 0!important;
}
#subscribe-shop .description {
    color: black;
    font-size: 20px;
    font-family: Effra, serif;
    font-weight: 500;
    line-height: 29px;
    word-wrap: break-word;
    margin-top: 22px;
    margin-bottom: 22px;
}
#subscribe-shop .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
#subscribe-shop .price .btn {
    max-width: 280px;
    margin-top: 0 !important;
}
#subscribe-shop .text {
    text-align: center;
    color: #DA2A55;
    font-size: 20px;
    font-family: Effra, serif;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    word-wrap: break-word;
    margin-right: 20px;
}
#subscribe-shop .reject {
    color: #DA2A55;
    font-size: 20px;
    font-family: Effra, serif;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    word-wrap: break-word;
    text-align: center;
    cursor: pointer;
}
.modal_confidentiality {
    margin-top: 24px;
}
.modal_in .support {
    justify-content: center;
}

.unsubscribe_confirm {
    width: 323px;
    height: 218px;
    background: #F6F6F6;
    border-radius: 28px;
    overflow: hidden;
    position: absolute;
    top: 340px;
    left: 20px;
    padding: 20px;
    z-index: 1;
}
.unsubscribe_confirm .text {
    color: #1A1919;
    font-size: 20px;
    font-family: Effra, sans-serif;
    font-weight: 700;
    line-height: 30px;
    word-wrap: break-word;
    margin-top: 10px;
    margin-bottom: 10px;
}
.unsubscribe_confirm .top {
    display: flex;
    justify-content: space-between;
}
.unsubscribe_confirm .buttons {
    display: flex;
    justify-content: space-around;
}
.unsubscribe_confirm .top .close {
    cursor: pointer;
}
.unsubscribe_confirm .buttons .yes a {
    color: #6BCB77;
}
.unsubscribe_confirm .buttons .yes {
    color: #6BCB77;
    font-size: 25px;
    font-family: Effra, sans-serif;
    font-weight: 900;
    line-height: 38px;
    word-wrap: break-word;
}
.unsubscribe_confirm .buttons .no {
    color: #DA2A55;
    font-size: 25px;
    font-family: Effra, sans-serif;
    font-weight: 900;
    line-height: 38px;
    word-wrap: break-word;
    border-radius: 13px;
    border: 1px #DA2A55 solid;
    padding: 0 10px;
    cursor: pointer;
}

@media (max-width: 1670px) {
    .login-error {
        right: 12%;
    }
}

@media (max-width: 1520px) {
    .login-error {
        right: 10%;
    }
}

@media (max-width: 1445px) {
    .login-error {
        right: 7%;
    }
}

@media (max-width: 1350px) {
    .login-error {
        right: 1%;
    }
}

@media (max-width: 1190px) {
    .login-error {
        left: 50%;
        right: 0;
        margin-left: -194px;
    }
}

@media (max-width: 565px) {
    .h_logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .h_logo-kcell {
        margin-left: unset;
    }
}
