.english-test-body {
    background: #fff;
    padding: 0 0 10% 0;
}

.header {
    padding: 60px 0 140px;
}

.header__phone {
    text-align: right;
    font-weight: 500;
    margin: 0;
}

.header__phone-link {
    color: #057844;
    display: inline-block;
    position: relative;
    padding-left: 35px;
}

.header__phone-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/phone-icon.png") center no-repeat;
    width: 20px;
    height: 20px;
}

.header__phone-link:hover {
    color: #057844;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .header {
        padding: 40px 0 60px;
    }

    .header__phone {
        text-align: center;
        margin: 30px 0 0 0;
    }
}

.english-test-title {
    text-align: center;
}

.english-test-description {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
}

.english-test-question {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.2;
}

.english-test-example .custom-control-input:disabled~.custom-control-label {
    color: inherit;
}

.english-test-example .custom-control-input:disabled~.custom-control-label::before {
    background-color: #dee2e6;
}

.english-test-example .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #057844;
}

.english-test-block-question .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #057844;
}

.english-test-block-question .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.english-test-block-question .custom-control .custom-control-label {
    cursor: pointer;
}

.english-test-block-question .alert {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.form-control {
    border: 2px solid #057844;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #057844;
}

label.error {
    font-size: 0.75rem;
    position: absolute;
    color: #dc3545;
}

input[type=text].error, input[type=email].error, input[type=tel].error {
    border-color: #dc3545;
}

.english-test-block-question label.error {
    left: 0;
    top: -55px;
}

.english-test-block-result {
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}

.english-test-block-result--show {
    opacity: 1;
    visibility: visible;
}

.btn {
    background-color: #057844;
}

.btn:hover, .btn:active, .btn:focus {
    background-color: #056030;
}

.btn:focus, .btn:active {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #056030;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}