.text-input {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    cursor: text;
    padding-left: 14px;
    font-size: 16px;
    margin-top: 20px;
}

.text-input.mt-10 {
    margin-top: 0px;
    margin-bottom: 16px;
}

.label--text-input {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.block-select {
    width: 100%;
    height: 50px;
    padding-left: 14px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
}

.text-input:focus,
.block-select:active,
.block-select:hover,
.block-select:focus {
    outline: 0;
    outline-offset: 0;
    border: 1px solid red;
}

option {
    display: block;
    border: 1px solid red;
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

#plate7 .title {
    margin-bottom: 35px;
}

.button-close-modal {
    position: absolute;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    font-size: 30px;
    color: #1b1b1b;
    transition: .5s;
}

.button-close-modal:hover {
    color: red;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .65);
    justify-content: center;
    align-items: center;
    top: 0%;

}

.overlay.active {
    display: flex;


}

.politic-modal {
    width: 100%;
    max-width: 650px;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, .95);
    max-height: 70%;
    overflow-y: auto;
    border-radius: 20px;
    padding: 30px;
    position: relative;
}

@media(max-width:991px) {
    .politic-modal {
        padding: 15px;
    }

    body {
        padding-top: 10%;
        padding-bottom: 10%;
        align-items: flex-start;
        height: auto;
    }

    .checkbox-block {
        width: 100%;

    }

    .checkbox-block:nth-child(2n+1) {
        margin-right: 0px;
    }

    .right-column-content__title {
        font-size: 28px;
    }
}

@media(max-width:767px) {
    #plate7 .title {
        margin-bottom: 25px;
    }

    .button--huge {
        font-size: 20px;
    }

    .start-button {
        font-size: 16px;
    }

    .right-column-content__title {
        font-size: 20px;
    }

    .right-column-content__subtitle {
        font-size: 12px;
    }

    .left-column {
        width: 100%;
    }

    .right-column {
        width: 100%;
    }

    .cover-content {
        width: 95%;
        max-width: 570px;
    }

    .title {
        font-size: 24px;
    }

    .cover-content p {
        font-size: 14px;
    }


    .title-main {
        font-size: 22px;
    }


    .plate-header__title {
        font-size: 16px;
    }

    .plate-content {
        padding-left: 15px;
        padding-right: 15px;
    }


    .radio-block__text {
        font-size: 14px;
    }

    .radio-block {
        padding-left: 5px;
        padding-right: 5px;
    }


    .plate-footer {
        flex-direction: column;
    }


    .plate-footer__buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
    }


    .plate-footer {
        height: auto;
        min-height: 35px;
    }

    .plate-footer__progress {
        margin-right: 0;
    }

    .checkbox-block {
        padding-left: 7px;
        padding-right: 7px;
        min-width: 58px;
        height: auto;
    }

    .cards-group {
        flex-direction: column;
    }

    .card-block {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .bonus-cards-wrapper {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
    }

    .bonus-card {
        margin-bottom: 20px;
        margin-right: 0;
    }
}