.ba-page {
    max-width: 1920px;
    margin: 0 auto;
    padding: 150px 20px 0;
}

@media screen and (max-width: 767px) {
    .only-desktop {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .only-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 1680px) {
    .ba-page {
        padding-top: 130px;
    }
}

@media screen and (max-width: 1439px) {
    .ba-page {
        padding-top: 100px;
    }
}

.ba-test {
    margin-top: 12px;
    display: flex;
    gap: 12px;
    min-height: 510px;
}

@media screen and (max-width: 1919px) {
    .ba-test {
        min-height: 32.5625vw;
    }
}

.ba-test-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    border-radius: 30px;
    background-color: #D6D6D6;
    color: #2D2D2D;
    flex: 1;
}

.ba-test-img {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    /* display: none; */
}

.ba-test-img img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 1919px) {
    .ba-test-left {
        gap: 2.0834vw;
        padding: 2.0834vw;
        border-radius: 1.5625vw;
    }
}

.ba-test-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;

}

@media screen and (max-width: 1919px) {
    .ba-test-title {
        font-size: 2.2vw;
        line-height: 3.1295vw;
    }
}

.ba-test-footer {
    margin-top: auto;
}

.ba-test-sub-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

@media screen and (max-width: 1919px) {
    .ba-test-sub-title {
        font-size: 1.3665vw;
        line-height: 130%;
    }
}

.ba-test-sub-text {
    margin-top: 16px;
    font-size: 12px;
    line-height: 22px;
}

@media screen and (max-width: 1919px) {
    .ba-test-sub-text {
        margin-top: 0.8335vw;
        font-size: 0.8335vw;
        line-height: 1.146vw;
    }
}

.ba-test-right {
    padding: 40px;
    border-radius: 30px;
    background-color: #F3F1EF;
    flex: 1;
}

@media screen and (max-width: 1919px) {
    .ba-test-right {
        padding: 2.0834vw;
        border-radius: 1.5625vw;
    }
}

.ba-test-progress-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 40px;
}

@media screen and (max-width: 1919px) {
    .ba-test-progress-block {
        gap: 2.0834vw;
    }
}

.ba-test-progress {
    height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 1919px) {
    .ba-test-progress {
        height: 1.042vw;
        gap: 0.521vw;
    }
}

.ba-test-progress div {
    flex: 1;
    height: 4px;
    border-radius: 5px;
    background-color: #fff;
}

@media screen and (max-width: 1919px) {
    .ba-test-progress div {
        height: 0.2085vw;
        border-radius: 0.2605vw;
    }
}

.ba-test-progress div.active {
    background-color: #C31272;
}

.ba-test-questions {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (max-width: 1919px) {
    .ba-test-questions {
        gap: 2.0834vw;
    }
}

.ba-test-questions-panel {
    /* margin-top: auto; */
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 1919px) {
    .ba-test-questions-panel {
        gap: 0.8335vw;
    }
}

.ba-test-question {
    display: none;
    flex-direction: column;
    max-width: 584px;
}

@media screen and (max-width: 1919px) {
    .ba-test-question {
        max-width: 30.417vw;
    }
}

.ba-test-question-text {
    color: #2D2D2D;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 32px;
}

@media screen and (max-width: 1919px) {
    .ba-test-question-text {
        font-size: 0.7295vw;
        margin-bottom: 1.6665vw;
    }
}

.ba-test-question-text p:not(:first-child) {
    margin-top: 8px;
}

@media screen and (max-width: 1919px) {
    .ba-test-question-text p:not(:first-child) {
        margin-top: 0.4165vw;
    }
}

.ba-test-question-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

@media screen and (max-width: 1919px) {
    .ba-test-question-title {
        font-size: 1.042vw;
        line-height: 1.25vw;
       
    }
}

.ba-test-question-radio-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media screen and (max-width: 1919px) {
    .ba-test-question-radio-container {
        gap: 0.7815vw;
    }
}

.ba-test-question-radio {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #C31272;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: none;
}

@media screen and (max-width: 1919px) {
    .ba-test-question-radio {
        width: 1.146vw;
        height: 1.146vw;
        border: 0.1045vw solid #C31272;
    }
}

.ba-test-question-radio input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.ba-test-question-radio-check {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #C31272;
    cursor: pointer;
    opacity: 0;
}

@media screen and (max-width: 1919px) {
    .ba-test-question-radio-check {
        width: 0.521vw;
        height: 0.521vw;
    }
}

.ba-test-question-radio input:checked+.ba-test-question-radio-check {
    opacity: 1;
}

.ba-test-question-radio-container:not(:last-child) {
    margin-bottom: 24px;
}

@media screen and (max-width: 1919px) {
    .ba-test-question-radio-container:not(:last-child) {
        margin-bottom: 1.25vw;
    }
}

.ba-test-question-radio-label {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #2D2D2D;
    width: 100%;
}

@media screen and (max-width: 1919px) {
    .ba-test-question-radio-label {
        font-size: 1.042vw;
        line-height: 1.3545vw;
    }
}

.ba-test-question-radio-ava {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

@media screen and (max-width: 1919px) {
    .ba-test-question-radio-ava {
        width: 4.167vw;
        height: 4.167vw;
    }
}

.ba-test-question-radio-ava img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
}

.ba-test-question-variant {
    display: none;
    position: absolute;
    top: calc(50% - 11px);
    left: 60px;
}

@media screen and (max-width: 1919px) {
    .ba-test-question-variant {
        position: absolute;
        top: calc(50% - 0.573vw);
        left: 3.125vw;
    }
}

.ba-test-question.selected .ba-test-question-variant {
    display: block;
}

.ba-test-question-variant svg {
    display: block;
    width: 22px;
    height: auto;
}

@media screen and (max-width: 1919px) {
    .ba-test-question-variant svg {
        width: 1.146vw;
    }
}

.ba-test-questions-buttons {
    display: flex;
    gap: 24px;
    align-items: center;
    max-width: 516px;
    width: 100%;
    flex: none;
}

@media screen and (max-width: 1919px) {
    .ba-test-questions-buttons {
        gap: 0.8335vw;
        max-width: 23.036vw;
    }
}

.ba-test-questions-prev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 28px;
    border-radius: 12px;
    background-color: #fff;
    height: 64px;
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 500;
    transition: background 300ms, color 300ms;
    white-space: nowrap;
    cursor: pointer;
}

@media screen and (max-width: 1919px) {
    .ba-test-questions-prev {
        padding: 0 1.4585vw;
        border-radius: 0.625vw;
        height: 3.3335vw;
        font-size: 1.042vw;
    }
}

.ba-test-questions-prev:hover {
    background-color: #ee178d;
    color: #fff;
}

.ba-test-questions-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 28px;
    width: 100%;
    max-width: 384px;
    border-radius: 12px;
    background-color: #fff;
    height: 64px;
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 500;
    transition: background 300ms, color 300ms;
    white-space: nowrap;
    cursor: pointer;
}

@media screen and (max-width: 1919px) {
    .ba-test-questions-next {
        padding: 0 1.4585vw;
        border-radius: 0.625vw;
        height: 3.3335vw;
        font-size: 1.042vw;
        max-width: 20vw;
    }
}

.ba-test-questions-next:hover {
    background-color: #ee178d;
}

.ba-test-questions-noty {
    display: none;
    font-size: 14px;
    line-height: 18px;
    color: #67676B;
    margin-bottom: 32px;
}

@media screen and (max-width: 1919px) {
    .ba-test-questions-noty {
        font-size: 0.7295vw;
        line-height: 0.9375vw;
        margin-bottom: 1.6665vw;
    }
}

.ba-test-questions-noty p:not(:first-child) {
    margin-top: 4px;
}

@media screen and (max-width: 1919px) {
    .ba-test-questions-noty p:not(:first-child) {
        margin-top: 0.2085vw;
    }
}

.ba-test-questions-noty p:last-child {
    color: #B6B4B3;
}

.ba-test-finish {
    display: none;
    flex-direction: column;
    height: 100%;
    gap: 40px;
}

@media screen and (max-width: 1919px) {
    .ba-test-finish {
        gap: 2.0834vw;
    }
}

.ba-test-finish-qr-block {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 150px 1fr;
    column-gap: 16px;
}

.ba-test-finish-qr-block .ba-test-finish-button a {
    max-width: fit-content;
}

.ba-test-finish-qr img {
    width: 100%;
}

.ba-test-finish-qr-title {
    margin-bottom: 16px !important;
    text-align: left !important;
    margin-top: 0 !important;
}

.ba-test-finish-result {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
    margin-top: 32px;
    text-align: center;
    color: #C31272;
}

@media screen and (max-width: 1919px) {
    .ba-test-finish-result {
        margin-top: 1.6665vw;
        font-size: 1.2834vw;
        line-height: 130%;
        margin-bottom: 1.6665vw;
    }
}

.ba-test-finish-title {
    font-size: 32px;
    line-height: 34px;
    font-weight: 500;
    color: #2D2D2D;
    /* max-width: 390px; */
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ba-test-finish-type {
    display: none;
}

.ba-test-finish-title svg {
    margin-right: 8px;
}

.ba-test-finish-description {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #2D2D2D;
    /* max-width: 390px; */
    text-align: center;
    margin: 12px auto 0;
}

@media screen and (max-width: 1919px) {
    .ba-test-finish-title {
        font-size: 2.0905vw;
        line-height: 1.3545vw;
        /* max-width: 20.3125vw; */
    }

    .ba-test-finish-description {
        font-size: 1.3905vw;
        line-height: 2.3545vw;
        /* max-width: 20.3125vw; */
    }
}

.ba-test-finish-panel {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 1919px) {
    .ba-test-finish-panel {
        gap: 0.8335vw;
    }
}

.ba-test-finish-button {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    flex: none;
}
.ba-back {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    flex: none;
    margin-top: 24px;
}
.ba-test-finish-button svg {
    margin-left: 8px;
    color: #C31272;
}

.ba-test-finish-button:hover svg {
    color: #fff;
}

@media screen and (max-width: 1919px) {
    .ba-test-finish-button {
        gap: 1.25vw;
    }
}

.ba-test-finish-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 28px;
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    height: 64px;
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 500;
    transition: background 300ms, color 300ms;
    white-space: nowrap;
    cursor: pointer;
    max-width: 384px;
    margin: auto auto 0;
}

.ba-back a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 28px;
    width: 100%;
    border-radius: 12px;
    height: 64px;
    background-color: #C31272;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    transition: background 300ms, color 300ms;
    white-space: nowrap;
    cursor: pointer;
    max-width: fit-content;
}

@media screen and (max-width: 1919px) {
    .ba-test-finish-button a {
        padding: 0 1.4585vw;
        border-radius: 0.625vw;
        height: 3.3335vw;
        font-size: 1.042vw;
    }
}

@media screen and (max-width: 1919px) {
    .ba-back a {
        padding: 0 1.4585vw;
        border-radius: 0.625vw;
        height: 3.3335vw;
        font-size: 1.042vw;
    }
}

.ba-test-questions-buttons div:nth-child(2) {
    background-color: #C31272;
    color: #fff;
}

.ba-test-finish-button a:nth-child(2) {
    background-color: #C31272;
    color: #fff;
}

.ba-test-finish-button a:hover {
    background-color: #ee178d;
    color: #fff;
}

.ba-back a:hover {
    background-color: #ee178d;
    color: #fff;
}

.ba-test-finish-noty {
    font-size: 16px;
    line-height: 18px;
    color: #67676B;
    text-align: center;
    margin-top: 8px;
}

@media screen and (max-width: 1919px) {
    .ba-test-finish-noty {
        font-size: 0.8295vw;
        line-height: 0.9375vw;
    }
}

.ba-test-finish-noty p:not(:first-child) {
    margin-top: 4px;
}

@media screen and (max-width: 1919px) {
    .ba-test-finish-noty p:not(:first-child) {
        margin-top: 0.2085vw;
    }
}

.ba-test-finish-noty p:last-child {
    color: #B6B4B3;
}

.ba-articles {
    display: flex;
    gap: 12px;
    min-height: 353px;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media screen and (max-width: 1919px) {
    .ba-articles {
        min-height: 18.3855vw;
    }
}

.ba-articles-left {
    width: calc(50% - 6px);
    padding: 32px 32px 16px;
}

@media screen and (max-width: 1919px) {
    .ba-articles-left {
        padding: 1.6665vw 1.6665vw 0.8335vw;
    }
}

.ba-articles-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    color: #2D2D2D;
    margin-bottom: 24px;
}

@media screen and (max-width: 1919px) {
    .ba-articles-title {
        font-size: 1.6665vw;
        line-height: 2.1875vw;
        margin-bottom: 1.25vw;
    }
}

.ba-articles-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 40px;
}

@media screen and (max-width: 1919px) {
    .ba-articles-items {
        gap: 0px 2.0834vw;
    }
}

.ba-articles-item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 20px);
}

@media screen and (max-width: 1919px) {
    .ba-articles-item {
        width: calc(50% - 1.042vw);
    }
}

.ba-articles-item-panel {
    display: flex;
    align-items: center;
    height: 32px;
    gap: 8px;
    margin-bottom: 4px;
}

@media screen and (max-width: 1919px) {
    .ba-articles-item-panel {
        height: 1.6665vw;
        gap: 0.4165vw;
        margin-bottom: 0.2085vw;
    }
}

.ba-articles-item-group {
    color: #67676B;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1919px) {
    .ba-articles-item-group {
        font-size: 0.7295vw;
        line-height: 0.9375vw;
    }
}

.ba-articles-item-bao {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 1919px) {
    .ba-articles-item-bao {
        gap: 0.8334vw;
    }
}

.ba-articles-item-bao span {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #67676B;
    line-height: 16px;
    text-align: left;
    gap: 5px;
    flex: none;
    white-space: nowrap;
}

@media screen and (max-width: 1919px) {
    .ba-articles-item-bao span {
        font-size: 0.625vw;
        line-height: 0.8334vw;
        gap: 0.2605vw;
    }
}

.ba-articles-item-bao svg {
    display: block;
}

.ba-articles-item-title {
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-right: 16px;
}

@media screen and (max-width: 1919px) {
    .ba-articles-item-title {
        font-size: 1.042vw;
        line-height: 1.5625vw;
        padding-right: 0.8334vw;
    }
}

.ba-articles-item-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 8px;
    color: #67676B;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1919px) {
    .ba-articles-item-text {
        font-size: 0.7295vw;
        line-height: 0.9375vw;
        margin-top: 0.4165vw;
    }
}

.ba-articles-item-btn {
    margin-top: auto;
    padding-top: 16px;
}

@media screen and (max-width: 1919px) {
    .ba-articles-item-btn {
        padding-top: 0.8334vw;
    }
}

.ba-articles-item-btn a {
    color: #C31272;
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: color 300ms;
}

@media screen and (max-width: 1919px) {
    .ba-articles-item-btn a {
        font-size: 0.8334vw;
        text-underline-offset: 0.2605vw;
    }
}

.ba-articles-item-btn a:hover {
    color: #AD9275;
}

.ba-articles-item:nth-child(1),
.ba-articles-item:nth-child(2) {
    padding-bottom: 24px;
    border-bottom: 1px solid #B6B4B3;
}

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

    .ba-articles-item:nth-child(1),
    .ba-articles-item:nth-child(2) {
        padding-bottom: 1.25vw;
    }
}

.ba-articles-right {
    width: calc(50% - 6px);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1919px) {
    .ba-articles-right {
        border-radius: 1.5625vw;
    }
}

.ba-articles-right img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: contain;
    object-position: left bottom;
}

.ba-faq {
    padding: 40px;
    background-color: #F3F1EF;
    border-radius: 30px;
    margin-top: 12px;
}

@media screen and (max-width: 1919px) {
    .ba-faq {
        padding: 2.0834vw 2.0834vw;
    }
}

.ba-faq-title-row {
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: 150px .5fr;
    column-gap: 32px;
    align-items: center;
}

.ba-faq-title-img {
    width: 100%;
}

.ba-faq-title {
    color: #2D2D2D;
    font-size: 48px;
    font-weight: 500;
    line-height: 62px;
    /* margin-bottom: 32px; */
}

@media screen and (max-width: 1919px) {
    .ba-faq-title {
        line-height: 3.2295vw;
        font-size: 2.5vw;
        /* margin-bottom: 1.6665vw; */
    }
}

.ba-faq-colummns {
    display: flex;
    gap: 12px;
}

.ba-faq-colummn {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.ba-faq-item {
    background-color: #fff;
    border-radius: 20px;
}

@media screen and (max-width: 1919px) {
    .ba-faq-item {
        border-radius: 1.042vw;
    }
}

.ba-faq-item-header {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px 24px;
    cursor: pointer;
}

@media screen and (max-width: 1919px) {
    .ba-faq-item-header {
        padding: 0.8335vw 1.25vw;
        gap: 1.25vw;
    }
}

.ba-faq-item-title {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #2D2D2D;
}

@media screen and (max-width: 1919px) {
    .ba-faq-item-title {
        font-size: 1.042vw;
        line-height: 1.25vw;
    }
}

.ba-faq-item-arrow {
    margin: 9px 0;
}

@media screen and (max-width: 1919px) {
    .ba-faq-item-arrow {
        margin: 0.469vw 0;
    }
}

.ba-faq-item-arrow span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C31272;
    background-color: #fff;
    color: #C31272;
    border-radius: 50%;
    flex: none;
    width: 40px;
    height: 40px;
    transition: background 300ms, color 300ms;
}

@media screen and (max-width: 1919px) {
    .ba-faq-item-arrow span {
        width: 2.0834vw;
        height: 2.0834vw;
    }
}

.ba-faq-item-arrow svg {
    display: block;
    transition: transform 200ms;
}

.ba-faq-item-header:hover .ba-faq-item-arrow span {
    background-color: #C31272;
    color: #fff;
}

.ba-faq-item.active .ba-faq-item-arrow span {
    background-color: #C31272;
    color: #fff;
}

.ba-faq-item.active .ba-faq-item-arrow svg {
    transform: rotateX(180deg);
}

.ba-faq-item-body {
    display: none;
    margin: 0 24px;
    padding: 16px 0 24px;
    border-top: 1px solid #B6B4B3;
    color: #2D2D2D;
    font-size: 16px;
    line-height: 22px;
}

@media screen and (max-width: 1919px) {
    .ba-faq-item-body {
        margin: 0 1.25vw;
        padding: 0.8335vw 0 1.25vw;
        font-size: 0.8335vw;
        line-height: 1.146vw;
    }
}

.ba-faq-item-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ba-faq-item-body li {
    position: relative;
    padding-left: 24px;
}

@media screen and (max-width: 1919px) {
    .ba-faq-item-body li {
        padding-left: 1.25vw;
    }
}

.ba-faq-item-body li:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 7px;
    border-radius: 50%;
    background-color: #C31272;
}

@media screen and (max-width: 1919px) {
    .ba-faq-item-body li:before {
        width: 0.4165vw;
        height: 0.4165vw;
        top: 0.3646vw;
    }
}

.ba-faq-item-body li:not(:first-child) {
    margin-top: 16px;
}

@media screen and (max-width: 1919px) {
    .ba-faq-item-body li:not(:first-child) {
        margin-top: 0.8335vw;
    }
}

.ba-faq-item.active .ba-faq-item-body {
    display: block;
}

.ba-faq-button {
    margin-top: 32px;
}

.ba-faq-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 24px;
    width: auto;
    border-radius: 12px;
    background-color: #C31272;
    height: 64px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    transition: opacity 300ms;
}

@media screen and (max-width: 1919px) {
    .ba-faq-button a {
        padding: 0 1.25vw;
        border-radius: 0.625vw;
        height: 3.3335vw;
        font-size: 1.042vw;
    }
}

.ba-faq-button a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1919px) {
    .ba-faq-button {
        margin-top: 1.6665vw;
    }
}

.ba-slider {
    background-color: #DFDAE9;
    border-radius: 30px;
    padding: 40px;
    margin: 12px 0;
}

@media screen and (max-width: 1919px) {
    .ba-slider {
        border-radius: 1.5625vw;
        padding: 2.0834vw;
    }
}

.ba-slider-top {
    display: none;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}

@media screen and (max-width: 1919px) {
    .ba-slider-top {
        margin-bottom: 1.6665vw;
    }
}

.ba-slider-title {
    color: #2D2D2D;
    font-size: 40px;
    line-height: 130%;
    font-weight: 500;
}

@media screen and (max-width: 1919px) {
    .ba-slider-title {
        font-size: 2.0834vw;
    }
}

.ba-slider-nav {
    display: flex;
    gap: 8px;
    flex: none;
    margin-left: auto;
}

@media screen and (max-width: 1919px) {
    .ba-slider-nav {
        gap: 0.4165vw;
    }
}

.ba-slider-nav span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    color: #C31272;
    flex: none;
    transition: background 300ms, color 300ms, opacity 300ms;
    cursor: pointer;
}

.ba-slider-nav span.disabled {
    opacity: 0.7;
}

@media screen and (max-width: 1919px) {
    .ba-slider-nav span {
        width: 2.5vw;
        height: 2.5vw;
    }
}

.ba-slider-nav span:hover {
    background-color: #C31272;
    color: #fff;
}

.ba-slider-nav span svg {
    display: block;
    width: 17px;
    height: auto;
}

@media screen and (max-width: 1919px) {
    .ba-slider-nav span svg {
        width: 0.8856vw;
    }
}

.ba-slider-content {
    width: 100%;
    overflow: hidden;
}

.ba-slider-conteiner {
    touch-action: pan-y;
    height: 100%;
    position: relative;
    z-index: 1;
}

.ba-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transform: translate3d(0px, 0, 0);
    box-sizing: content-box;
}

.ba-slide {
    flex-shrink: 0;
    width: calc(33.33333% - 8px);
    position: relative;
    transition-property: transform;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
}

.ba-slide:not(:last-child) {
    margin-right: 12px;
}

.ba-slide a {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 16px;
    outline: none;
}

@media screen and (max-width: 1919px) {
    .ba-slide a {
        gap: 0.8335vw;
    }
}

.ba-slide-picture {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    z-index: 1;
    padding-top: 55%;
    overflow: hidden;
    height: 0px;
}

@media screen and (max-width: 1919px) {
    .ba-slide-picture {
        border-radius: 1.042vw;
    }
}

.ba-slide-picture img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
}

.ba-slide-name {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    color: #2D2D2D;
}

@media screen and (max-width: 1919px) {
    .ba-slide-name {
        font-size: 1.4585vw;
        line-height: 1.9795vw;
    }
}

.ba-slide-play {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    box-shadow: 0px 3px 5.5px 0px #93939333;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: box-shadow 300ms, border 300ms;
}

@media screen and (max-width: 1919px) {
    .ba-slide-play {
        width: 3.125vw;
        height: 3.125vw;
        border-width: 0.1045vw;
    }
}

.ba-slide-play svg {
    position: relative;
    right: -2px;
    display: block;
    width: 16px;
    height: auto;
}

@media screen and (max-width: 1919px) {
    .ba-slide-play svg {
        right: -0.1045vw;
        width: 0.8335vw;
    }
}

.ba-slide a:hover .ba-slide-play {
    border-color: #C31272;
    box-shadow: none;
}

.ba-slider-pagination {
    display: none;
    justify-content: center;
    margin-top: 32px;
    gap: 8px;
}

.ba-slider-pagination.hidden {
    display: none;
}

@media screen and (max-width: 1919px) {
    .ba-slider-pagination {
        margin-top: 1.6665vw;
        gap: 0.4165vw;
    }
}

.ba-slider-pagination-item {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    transition: background 300ms;
}

@media screen and (max-width: 1919px) {
    .ba-slider-pagination-item {
        width: 0.521vw;
        height: 0.521vw;
    }
}

.ba-slider-pagination-item.active {
    background-color: #C31272;
}

.ba-myth {
    width: 100%;
    height: 100%;
    padding: 40px;
    background: #D6D6D6;
    border-radius: 30px;
    color: #2D2D2D;
}

.ba-myth-tag {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    color: inherit;
    margin-bottom: 16px;
}

@media screen and (max-width: 1919px) {
    .ba-myth-tag {
        font-size: 0.833vw;
        margin-bottom: 0.833vw;
    }
}

.ba-myth-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    color: inherit;
    margin-bottom: 40px;
}

@media screen and (max-width: 1919px) {
    .ba-myth-title {
        font-size: 1.666vw;
        margin-bottom: 2.083vw;
    }
}

.ba-myth-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    color: inherit;
    margin-bottom: 16px;
}

@media screen and (max-width: 1919px) {
    .ba-myth-subtitle {
        font-size: 0.833vw;
        margin-bottom: 0.833vw;
    }
}

.ba-myth-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: inherit;
}

@media screen and (max-width: 1919px) {
    .ba-myth-text {
        font-size: 1.041vw;
    }
}


.scs-article-item {
    /* margin-bottom: 24px; */
    padding-bottom: 24px;
    border-bottom: 1px solid #B6B4B3;
    line-height: 1.3;
    width: calc(50% - 20px);
}

@media screen and (max-width: 1919px) {
    .scs-article-item {
        width: calc(50% - 1.042vw);
    }

    .scs-article-item:nth-child(1),
    .scs-article-item:nth-child(2) {
        /* margin-bottom: 1.25vw; */
        padding-bottom: 1.25vw;
    }
}

.scs-article-item__info {
    font-size: 14px;
    color: #67676b;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 4px;
}

.scs-article-item__category {
    margin-right: auto;
}

.scs-article-item__info .scs-icon-text {
    font-size: 12px;
}

.scs-article-item__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
}

@media (max-width: 1919px) {
    .scs-article-item__name {
        font-size: 1.04vw;
    }
}


.scs-article-item .scs-link {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 16px;
}

@media screen and (max-width: 1919px) {
    /* .scs-article-item .scs-link {
        padding-top: 0.8335vw;
    } */
}

@media (max-width: 1919px) {
    .scs-article-item .scs-link {
        font-size: .83vw;
        margin-top: .83vw;
    }
}

.scs-icon-text {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

@media (max-width: 1919px) {
    .scs-icon-text {
        gap: .21vw;
    }
}

@media (max-width: 1919px) {
    .scs-article-item__info .scs-icon-text {
        font-size: .62vw;
    }
}

.scs-article-item__info .scs-icon-text {
    font-size: 12px;
}

@media (max-width: 1919px) {
    .scs-article-item__info {
        font-size: .73vw;
        gap: .83vw;
        margin-bottom: .21vw;
    }
}

.scs-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid;
    padding-bottom: 1px;
    color: #C31272;
}

@media (max-width: 1919px) {
    .scs-icon-text img {
        width: 1.25vw;
        height: 1.25vw;
    }
}

@media (max-width: 1919px) {
    .scs-article-item__info .scs-icon-text {
        font-size: .62vw;
    }
}

.ba-history {
    padding-top: 40px;
}

@media screen and (max-width: 1919px) {
    .ba-history {
        padding-top: 2.0834vw;
    }
}

.ba-history-header {
    text-align: center;
    margin-bottom: 32px;
}

@media screen and (max-width: 1919px) {
    .ba-history-header {
        margin-bottom: 1.6665vw;
    }
}

.ba-history-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 62px;
    color: #2D2D2D;
}

@media screen and (max-width: 1919px) {
    .ba-history-title {
        font-size: 2.5vw;
        line-height: 3.2295vw;
    }
}

.ba-history-items {
    margin-top: 12px;
    display: flex;
    gap: 12px;
    min-height: 460px;
}

@media screen and (max-width: 1919px) {
    .ba-history-items {
        min-height: 23.9585vw;
    }
}

.ba-history-item {
    display: flex;
    flex-direction: column;
    padding: 40px;
    background-color: #EFE9E3;
    border-radius: 30px;
    flex: 1;
    gap: 24px;
}

@media screen and (max-width: 1919px) {
    .ba-history-item {
        padding: 2.0834vw;
        border-radius: 1.5625vw;
        gap: 1.25vw;
    }
}

.ba-history-item-container {
    width: 100%;
    max-width: 816px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

@media screen and (max-width: 1919px) {
    .ba-history-item-container {
        max-width: 42.5vw;
        gap: 1.25vw;
    }
}

.ba-history-item-photo {
    flex: none;
    position: relative;
    flex: none;
    width: 185px;
    height: 250px;
}

@media screen and (max-width: 1919px) {
    .ba-history-item-photo {
        width: 9.6355vw;
        height: 13.021vw;
    }
}

.ba-history-item-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    border-radius: 20px;
    background-color: #fff;
}

@media screen and (max-width: 1919px) {
    .ba-history-item-photo img {
        border-radius: 1.042vw;
    }
}

.ba-history-item-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}

@media screen and (max-width: 1919px) {
    .ba-history-item-body {
        gap: 0.8334vw;
    }
}

.ba-history-item-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    color: #2D2D2D;
    width: 1px;
}

@media screen and (max-width: 1919px) {
    .ba-history-item-title {
        font-size: 1.6665vw;
        line-height: 2.1875vw;
    }
}

.ba-history-item-age {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #67676B;
}

@media screen and (max-width: 1919px) {
    .ba-history-item-age {
        font-size: 0.7295vw;
        line-height: 0.9375vw;
    }
}

.ba-history-item-text {
    font-size: 16px;
    line-height: 22px;
    color: #67676B;
}

@media screen and (max-width: 1919px) {
    .ba-history-item-text {
        font-size: 0.8335vw;
        line-height: 1.146vw;
    }
}

.ba-history-item-btn {
    margin-top: auto;
}

.ba-history-item-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 16px;
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    height: 64px;
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 500;
    transition: background 300ms, color 300ms;
}

@media screen and (max-width: 1919px) {
    .ba-history-item-btn a {
        padding: 0 0.8334vw;
        border-radius: 0.625vw;
        height: 3.3335vw;
        font-size: 1.042vw;
    }
}

.ba-history-item-btn a:hover {
    background-color: #C31272;
    color: #fff;
}



.ba-test-question-sub {
    display: none;
}

.ba-test-question-sub.active {
    display: block;
}

@media screen and (max-width: 1679px) {
    
    .ba-test-sub-text {
        font-size: 0.7525vw;
        line-height: 130%;
    }

    .ba-test-question-title {
        font-size: 1.1905vw;
        line-height: 130%;
    }

    .ba-test-question-radio-label {
        font-size: 1.1905vw;
        line-height: 130%;
    }

    .ba-test-question {
        max-width: none;
    }

    .ba-test-finish-title {
        font-size: 2.0905vw;
        line-height: 130%;
        /* max-width: 23.3125vw; */
    }

    .ba-test-question-text {
        font-size: 0.8335vw;
    }
}

@media screen and (max-width: 1023px) {
    .ba-test {
        min-height: auto;
        flex-direction: column;
    }

    .ba-test-left {
        padding: 40px;
        border-radius: 30px;
        min-height: 430px;
        gap: 40px;
    }

    .ba-test-title {
        font-size: 48px;
        line-height: 130%;
    }

    .ba-test-sub-text {
        font-size: 12px;
        margin-top: 16px;
    }

    .ba-test-sub-title {
        font-size: 20px;
        line-height: 130%;
    }

    .ba-test-right {
        padding: 40px;
        border-radius: 30px;
    }

    .ba-test-progress {
        height: 20px;
        gap: 10px;
    }

    .ba-test-progress-block {
        gap: 40px;
    }

    .ba-test-progress div {
        height: 4px;
        border-radius: 4px;
    }

    .ba-test-question-title {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .ba-test-question-text {
        font-size: 14px;
        margin-bottom: 32px;
    }

    .ba-test-question-text p:not(:first-child) {
        margin-top: 8px;
    }

    .ba-test-question-radio-ava {
        width: 80px;
        height: 80px;
    }

    .ba-test-question-radio-label {
        font-size: 20px;
    }

    .ba-test-question-radio-container {
        gap: 15px;
    }

    .ba-test-question-radio-container:not(:last-child) {
        margin-bottom: 24px;
    }

    .ba-test-questions {
        gap: 40px;
    }

    .ba-test-question-radio {
        width: 22px;
        height: 22px;
        border-width: 2px;
    }

    .ba-test-question-radio-check {
        width: 10px;
        height: 10px;
    }

    .ba-test-questions-panel {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .ba-test-questions-buttons {
        gap: 24px;
        max-width: none;
    }

    .ba-test-questions-next {
        font-size: 16px;
        padding: 0 16px;
        max-width: 300px;
        border-radius: 12px;
        height: 52px;
    }

    .ba-test-questions-prev {
        font-size: 16px;
        padding: 0 30px;
        border-radius: 12px;
        height: 52px
    }

    .ba-test-questions-noty {
        font-size: 12px;
        line-height: 130%;
    }

    .ba-test-finish-result {
        font-size: 26px;
        line-height: 130%;
        margin-bottom: 32px;
    }

    .ba-test-finish-title {
        font-size: 20px;
        /* max-width: 400px; */
    }

    .ba-test-finish-description {
        font-size: 16px;
        line-height: 20px;
        /* max-width: 400px; */
    }

    .ba-test-finish {
        gap: 40px;
    }

    .ba-test-finish-panel {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .ba-test-finish-button a {
        font-size: 16px;
        padding: 0 16px;
        max-width: 300px;
        border-radius: 12px;
        height: 52px;
    }

    .ba-back a {
        font-size: 16px;
        padding: 0 16px;
        max-width: 300px;
        border-radius: 12px;
        height: 52px;
    }

    .ba-test-finish-noty {
        font-size: 14px;
        line-height: 130%;
    }

    .ba-test-finish-button {
        max-width: none;
        gap: 16px;
    }

    .ba-test-questions-noty p:not(:first-child) {
        margin-top: 4px;
    }

    .ba-test-question-variant {
        top: calc(50% - 11px);
        left: 50px;
    }

    .ba-test-question-variant svg {
        width: 22px;
    }

    .ba-test-finish-qr{
       display: none !important;
    }
    
    .ba-test-finish-qr-title {
        display: none !important;
    }

    .ba-test-finish-qr-block {
        display: block;
        margin-top: 0 !important;
        width: 100%;
    }

    .ba-test-finish-button a {
        white-space: normal;
        max-width: none;
    }
}

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

    .ba-test-title {
        font-size: 24px;
    }

    .ba-test-img {
        display: none;
    }

    .ba-test-title br {
        display: none;
    }

    .ba-test-left {
        min-height: auto;
        padding: 24px;
    }

    .ba-test-sub-title {
        font-size: 16px;
    }

    .ba-test-sub-title br {
        display: none;
    }

    .ba-test-sub-text {
        font-size: 14px;
    }

    .ba-test-sub-text br {
        /* display: none; */
    }

    .ba-test-right {
        padding: 24px;
    }

    .ba-test-progress-block {
        gap: 16px;
    }

    .ba-test-progress div {
        height: 2px;
    }

    .ba-test-question-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .ba-test-question-radio-container:not(:last-child) {
        margin-bottom: 20px;
    }

    .ba-test-question-radio-container {
        gap: 12px;
    }

    .ba-test-question-radio-label {
        font-size: 16px;
    }

    .ba-test-question-radio-ava {
        width: 42px;
        height: 42px;
    }

    .ba-test-questions {
        gap: 24px;
    }

    .ba-test-questions-panel {
        gap: 16px;
    }

    .ba-test-questions-buttons {
        gap: 16px;
        flex-direction: column;
    }

    .ba-test-questions-prev {
        width: 100%;
        order: 1;
    }

    .ba-test-question-variant {
        left: 40px;
    }

    .ba-test-finish-title {
        font-size: 18px;
    }

    .ba-test-finish-description {
        font-size: 14px;
        line-height: 18px;
        /* max-width: 400px; */
    }

    .ba-test-finish-button {
        flex-direction: column;
    }

    .ba-test-finish-button a {
        max-width: none;
    }

    .ba-back a {
        max-width: none;
    }

    .ba-test-questions-next {
        max-width: none;
    }
}