.disabled .swiper-button-next {
    display: none;
}


.preloader {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    z-index: 999;
}

/*.preloader-wrapper {*/
/*    width: 100%;*/
/*    height: 80%;*/
/*    background-color: #ffffffd9;*/
/*    position: absolute;*/
/*}*/

/*.preloader-wrapper>.preloader {*/
/*    position: absolute;*/
/*    top: calc(50% - 100px);*/
/*    left: calc(50% - 100px);*/
/*}*/

.form-quiz-comments-heading {
    margin: 0 0 0 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    /*max-width: 469px;*/
}

.form-quiz-comments__info-heading {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
}
.form-quiz-comments__info-subheading {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.5;
}

.form-quiz-comments__textarea {
    position: relative;
}

p.form-comments-info-text {
    margin-top: 1.5em;
}

.form-quiz-comments__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 30px;
}

.form-quiz-comments__textarea-counter {
    position: absolute;
    bottom: 15px;
    right: 15px;
    pointer-events: none;
    font-size: 14px;
    color: #0000006b;
}


.form-quiz-comments-subheading {
    margin: 1.5em 0 7em 0;
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
}

.form-quiz-comments {
    height: auto;
}

.form-quiz-comments-rate {
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-quiz-comments-rate__title {
    font-size: 14px;
    font-weight: normal;
    margin-right: 15px;
    line-height: 0.9;
}

.form-quiz-comments__desc {
    margin-bottom: 36px;
}

.form-quiz-comments__desc-heading {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.05em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.form-quiz-comments__desc-paragraph {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.form-quiz-comments-rate__value {
    font-weight: bold;
    font-size: 38px;
    line-height: 0.95;
    display: flex;
}

.form-quiz-comments-rate__value span {
    display: flex;
}

#score {
    height: 38px;
    min-width: 42px;
    align-items: center;
    justify-content: center;
}

.form-quiz-comments-rate__total {
    font-weight: bold;
    align-self: flex-start;
    color: #0000006b;
    white-space: nowrap;
}

/*.form-quiz-comments-rate__value:after {*/
/*    content: "%";*/
/*    display: inline;*/
/*}*/

.form-quiz-comments .preloader-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.form-quiz-comments textarea {
    resize: none;
    min-height: 160px;
    width: 100%;
    font-size: 16px;
    padding: 1em 1.4em;
    border-radius: 1em;
    border: 1px solid #DADADA;
}

.form-quiz-comments textarea:focus {
    border-color: #B6B6B6;
}

.form-quiz-comments-btn {
    z-index: 3;
    -webkit-transform: none;
    transform: none;
    display: inline-block;
    cursor: pointer;
    border: none;
    min-width: 152px;
    height: 55px;
    background-color: #026bbb;
    border-radius: 34px;
    padding: 0 30px;
    text-align: center;
    font-size: 20px;
    line-height: 55px;
    font-weight: 700;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.wrap-nav {
    pointer-events: none;
}

.wrap-nav>* {
    pointer-events: all;
}


.form-quiz-comments-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


.preloader {
    text-align: center;
}


.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #a04887;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}


.first-page.report-page .result p {
    text-align: center;
    padding: 20px;
    font-size: 22px;
    border: 2px solid #046bbb;
}

.passed {
    padding-top: 30vh;
    padding-bottom: 30vh;
    font-size: 30px;
    font-family: 'Futura', sans-serif;

}

@media screen and (max-width: 1024px) {
    .preloader-wrapper>.preloader {
        left: calc(50% - 40px);
    }
}

@media (max-height: 414px) {
    .passed {
        padding-top: 20vh;
        padding-bottom: 20vh;
        font-size: 24px;
    }
}

@media screen and (max-width: 576px) {
    .form-quiz-comments-heading {
        font-size: 14px;
    }
    .form-quiz-comments__desc-paragraph{
        font-size: 14px;
    }

    .form-quiz-comments__desc {
        margin-bottom: 20px;
    }

    .form-quiz-comments__info-subheading {
        margin-bottom: 50px;
    }

    .form-quiz-comments-btn {
        position: relative;
        margin-left: auto;
        display: block;
    }

    .form-quiz-comments__textarea-counter {
        transform: none;
        top: auto;
        bottom: 15px;
    }

    .form-quiz-comments__desc-heading {
        font-size: 14px;
        line-height: 1.4em;
        margin-bottom: 6px;
    }

    .form-quiz-comments textarea {
        font-size: 14px;
        min-height: 120px;
    }

    .form-quiz-comments-subheading {
        font-size: 13px;
    }

    .form-quiz-comments-btn {
        font-size: 14px;
    }

    .form-quiz-comments-rate__total {
        margin-left: 0;
        margin-top: 0;
    }
    .form-quiz-comments__top {
        gap: 7px;
        margin-bottom: 10px;
        align-items: flex-start;
        flex-direction: column;
    }
    .form-quiz-comments-heading {
        margin-bottom: 0;
    }
    .form-quiz-comments-rate__value {
        font-size: 32px;
    }
    #score {
        height: 32px;
    }
    .form-quiz-comments-rate {
        margin-bottom: 19px;
    }
}

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

    .form-body {
        padding: 26px 20px 36px;
    }

    .logo img {
        max-width: 100%;
    }
}