.get-test-access {
    background-color: var(--test-access-background);
    padding-top: 5rem;
    padding-right: 8.875rem;
    padding-bottom: 5rem;
    padding-left: 8.875rem;
}

.get-test-access__wrapper {
	margin: 0 auto;
    max-width: 102.25rem;
    padding-top: 4.6875rem;
    padding-right: 7.375rem;
    padding-bottom: 4.0625rem;
    padding-left: 7.375rem;
    gap: 1rem;
    border-radius: 5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: var(--test-access-wrapper-background);
    background-image: var(--test-access-wrapper-background-image);
    background-repeat: no-repeat;
    background-position-x: 7.375rem;
    background-position-y: calc(100% + 1px);
    border: 1px solid var(--test-access-wrapper-border-color);
}

.get-test-access__item {
    width: 43.25rem;
}

.get-test-access__heading {
    font-family: ALSGorizont_var;
    font-weight: 550;
    font-size: 2.5rem;
    line-height: 120%;
    letter-spacing: -0.025rem;
    color: var(--test-access-heading-text-color);
    margin-bottom: 2.75rem;
}

.get-test-access__heading span {
    color: var(--test-access-heading-accent-color);
    display: block;
}

.get-test-access__advantages {
    row-gap: 0.625rem;
}

.get-test-access__advantages_item, .get-test-access__advantages__item_text {
    color: var(--test-access-advantages-text-color);
}

.get-test-access__advantages__item_text {
    line-height: 1.5rem;
    max-width: 35.625rem;
}

.get-test-access__form,
.get-test-access__wrapper .wpcf7-form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 1.125rem;
    margin-top: 0.3125rem;
}

.get-test-access__wrapper .wpcf7-response-output {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    font-size: 1rem !important;
    color: var(--test-access-form-message-text-color);
    font-family: PTGolos_vf;
}

.get-test-access__wrapper .wpcf7-not-valid-tip {
    font-family: PTGolos_vf;
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0px;
    color: var(--test-access-form-error-text-color);
}

.get-test-access__label,
.wpcf7-form-control-wrap {
    font-family: PTGolos_vf;
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0px;
    color: var(--test-access-label-text-color);
    display: block;
    margin-bottom: 0.3125rem;
}

.get-test-access__input {
    width: 25rem;
    padding-top: 1.125rem;
    padding-right: 1rem;
    padding-bottom: 1.125rem;
    padding-left: 1rem;
    gap: 0.625rem;
    border-radius: 0.5rem;
    background-color: var(--test-access-input-background);
    font-family: PTGolos_vf;
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0px;
    color: var(--test-access-input-text-color);
}

input[name="test-access"] {
    width: 25rem;
    padding-top: 1.125rem;
    padding-right: 1rem;
    padding-bottom: 1.125rem;
    padding-left: 1rem;
    gap: 0.625rem;
    border-radius: 0.5rem;
    background-color: #FFFFFF;
    font-family: PTGolos_vf;
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0px;
    color: #0D0D0D;
}

.get-test-access__button {
    font-family: PTGolos_reg;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.01875rem;
    vertical-align: bottom;
    color: var(--test-access-button-text-color);
    background-color: var(--test-access-button-background);
    width: 25rem;
    /* height: 60; */
    padding-top: 1.125rem;
    padding-right: 1.75rem;
    padding-bottom: 1.125rem;
    padding-left: 1.75rem;
    border-radius: 0.75rem;
    border: none;
    margin-top: 0.3125rem;
}

.get-test-access__link, .get-test-access__link a {
    font-family: PTGolos_vf;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 125%;
    color: var(--test-access-link-text-color);
    width: 25rem;
    margin-top: 0.9375rem;
    letter-spacing: 0px;
}

.get-test-access__link a {
    text-decoration: underline;
}


@media screen and (max-width: 1200px) {
    .get-test-access {
        padding-left: 0;
        padding-right: 0;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .get-test-access__wrapper {
        flex-direction: column;
        background-image: none;
        padding: 3.75rem 2.5rem 3.0625rem 2.5rem;
        border-radius: 2.5rem;
        row-gap: 3.375rem;
    }

    .get-test-access__item,
    .get-test-access__input,
    .get-test-access__button,
    .get-test-access__link, 
    .get-test-access__link a,
    input[name="test-access"] {
        width: 100%;
    }


    .get-test-access__link, 
    .get-test-access__link a {
        letter-spacing: 0.0125rem;
    }

    .get-test-access__advantages__item_text {
        max-width: 100%;
    } 

    .get-test-access__heading span {
        display: inline-block;
    }
}


@media screen and (max-width: 768px) {
    .get-test-access {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .get-test-access__wrapper {
        border-radius: 1.5rem;
        padding: 2.375rem 1.25rem 1.5625rem 1.25rem;
        row-gap: 1.4375rem;
    }

    .get-test-access__heading {
        font-size: 1.25rem;
        letter-spacing: -0.0125rem;
        margin-bottom: 1.5rem;
    }

    .get-test-access__advantages {
        row-gap: 0.5rem;
    }

    .get-test-access__advantages__item_text {
        font-size: 0.8125rem;
        line-height: 1.25rem;
    }

    .get-test-access__advantages__item .list-marked__item_icon::after {
        width: 1rem;
        height: 1rem;
        background-image: var(--test-access-advantages-icon);
    }
}