.tests-block {
    padding: 32px 200px 70px 200px;
    background: var(--Secondary-50, #F1EFED);
}

.tests-block .tests-block-texts {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}

.tests-block .tests-block-texts .tests-title {
    color: var(--Neutral-500, #55595A);
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 134px;
    letter-spacing: -3.5px;
}

img.tests-img {
    width: 140px;
    height: 140px;
}

.tests-block .tests-block-texts .tests-text {
    color: var(--Neutral-500, #55595A);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.4px;
}

.tests-block-2 {
    display: flex;
    padding: 0px 296px 70px 296px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: var(--Secondary-50, #F1EFED);
}

.tests-block-2 .tests-element-1 {
    display: flex;
    padding: 30px;
    flex-direction: row;
    align-items: flex-start;
    gap: 26px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Secondary-100, #EBE8E4);
}

.tests-block-2 .tests-element-1 .tests-stop-bang {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 80px;
    flex: 1 0 0;
    align-self: stretch;
}

.tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    gap: 10px;
}

.tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-title {
    color: var(--Neutral-500, #55595A);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.5px;
}

.tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-text {
    color: var(--Neutral-500, #55595A);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-info .info-1 {
    color: var(--Primary-600, #6A999E);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-info .info-2 {
    color: var(--Neutral-500, #55595A);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-info .info-3 {
    color: var(--Neutral-500, #55595A);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.3px;
}

a.button-tests {
    display: flex;
    width: 167px;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Primary-400, #91B4B7);
    color: var(--Secondary-50, #F1EFED);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.info-previous {
    color: var(--Error-500, #B86125);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.tests-block-2 .tests-element-2 {
    display: flex;
    padding: 24px 30px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
    background: var(--Secondary-300, #E1DDD7);
    margin-top: 34px;
    gap: 60px;
}

.tests-block-2 .tests-element-2 .element-2-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    flex: 1 0 0;
}

.tests-block-2 .tests-element-2 .element-2-left .element-2-title {
    color: var(--Neutral-400, #696E70);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.5px;
}

.tests-block-2 .tests-element-2 .element-2-left .element-2-block {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.tests-block-2 .tests-element-2 .element-2-left .element-2-block .element-2-text {
    color: var(--Neutral-400, #696E70);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.3px;
}


a.tests-blog {
    display: flex;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Error-300, #D19668);
    color: var(--Secondary-50, #F1EFED);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.3px;
}

a.button-not-login{
    display: flex;
    width: 167px;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Neutral-200, #939899);
    color: var(--Neutral-500, #55595A);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.3px;
}

@media screen and (min-width: 1400px) and (max-width: 1760px) {

    .tests-block {
        padding: 32px 150px 70px 150px;
    }

    .tests-block .tests-block-texts .tests-title {
        font-size: 81px;
        line-height: 81px;
        letter-spacing: -3px;
    }

    .tests-block .tests-block-texts .tests-text {
        font-size: 19px;
        line-height: 20px;
    }

    .tests-block-2 {
        padding: 0px 240px 70px 240px;
    }

    .tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts {
        gap: 8px;
    }

    .tests-block-2 .tests-element-1 {
        padding: 20px;
        gap: 20px;
    }

    .tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-title {
        font-size: 28px;
        line-height: 28px;
    }

    .tests-block-2 .tests-element-2 .element-2-left .element-2-title {
        font-size: 20px;
        line-height: 20px;
    }

    .tests-block-2 .tests-element-2 .element-2-left .element-2-block .element-2-text {
        font-size: 18px;
        line-height: 20px;
    }

    .tests-block-2 .tests-element-2 .element-2-left {
        gap: 50px;
    }

}

@media screen and (min-width: 701px) and (max-width: 1399px) {

    .tests-block .tests-block-texts .tests-title {
        font-size: 62px;
        line-height: 62px;
        letter-spacing: -2px;
    }

    .tests-block .tests-block-texts .tests-text {
        font-size: 18px;
        line-height: 20px;
    }

    .tests-block {
        padding: 30px 70px 50px 70px;
        background: var(--Secondary-50, #F1EFED);
    }

    .tests-block-2 {
        padding: 0px 70px 70px 70px;
    }

    .tests-block-2 .tests-element-1 {
        padding: 20px;
        gap: 20px;
        align-items: center;
    }

    .tests-block-2 .tests-element-1 .tests-stop-bang {
        padding: 10px;
        gap: 20px;
        flex-direction: column;
    }

    .tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-title {
        font-size: 21px;
        line-height: 21px;
    }

    .tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-text {
        font-size: 16px;
        line-height: 20px;
    }

    .tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-info .info-1 {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }

    .tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-info .info-2 {
        text-align: center;
    }

    .info-previous {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }

    .tests-block-2 .tests-element-2 {
        margin-top: 20px;
        gap: 20px;
    }

    .tests-block-2 .tests-element-2 .element-2-left .element-2-title {
        font-size: 20px;
        line-height: 20px;
    }

    .tests-block-2 .tests-element-2 .element-2-left .element-2-block .element-2-text {
        font-size: 18px;
        line-height: 20px;
    }

    .tests-block-2 .tests-element-2 .element-2-left {
        gap: 30px;
    }

    .tests-block-2 .tests-element-2 .element-2-left .element-2-block {
        gap: 20px;
        flex-direction: column;
    }

}

@media screen and (min-width: 60px) and (max-width: 700px) {

    .tests-block .tests-block-texts .tests-title {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .tests-block .tests-block-texts .tests-text {
        font-size: 16px;
        line-height: 20px;
    }

    .tests-block {
        padding: 20px;
    }

    .tests-block .tests-block-texts {
        gap: 20px;
    }

    .tests-block-2 {
        padding: 20px;
        gap: 30px;
    }

    .tests-block-2 .tests-element-1 {
        padding: 20px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts {
        align-items: center;
    }

    .tests-block-2 .tests-element-1 .tests-stop-bang {
        padding: 0px;
        gap: 20px;
        flex-direction: column;
    }

    .tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-title {
        font-size: 20px;
        line-height: 20px;
    }

    .tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-text {
        font-size: 16px;
        line-height: 18px;
    }

    .tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-info .info-1 {
        font-size: 18px;
        line-height: 18px;
    }

    .tests-block-2 .tests-element-1 .tests-stop-bang .stop-bang-texts .stop-bang-info {
        flex-direction: column;
        gap: 8px;
    }

    .tests-block-2 .tests-element-2 {
        padding: 20px;
        align-items: center;
        margin-top: 20px;
        justify-content: center;
        gap: 30px;
    }

    .tests-block-2 .tests-element-2 .element-2-left .element-2-title {
        font-size: 16px;
        line-height: 20px;
    }

    .tests-block-2 .tests-element-2 .element-2-left {
        gap: 20px;
    }

    .tests-block-2 .tests-element-2 .element-2-left .element-2-block {
        gap: 20px;
        flex-direction: column;
    }

    .tests-block-2 .tests-element-2 .element-2-left .element-2-block .element-2-text {
        font-size: 16px;
        line-height: 20px;
    }
}