.agreement__checkbox {
    width: 20px !important;
    height: 20px !important;
}
.agreement__label {
    display: inline-flex !important;
}
.agreement__label:hover {
    text-decoration: none !important;
}
.agreement__label_error {
    color: red !important;
}
.agreement__label_error .agreement__btn {
    color: red !important;
}

.agreement__overlay {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.agreement__title {
    margin-bottom: 20px;
}

.agreement__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.agreement__modal {
    width: 75%;
    max-width: 800px;
    border: 1px solid #e8e8e8;
    padding: 30px;
    box-shadow: none;
    background: #fff;
    position: fixed;
    top: 50px;
    height: 80vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    overflow: auto;
    transition: opacity 0.3s;
    text-align: left;
    line-height: 1.4;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
@media(max-width: 767px) {
    .agreement__modal {
        height: 60vh;
    }
}
.agreement__modal_hidden {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.agreement__btn {
    -webkit-appearance: none;
    cursor: pointer;
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Exo 2', sans-serif;
    background-color: transparent;
    border: none;
    padding: 0;
    outline-style: none;
    border-radius: 0;
}
.agreement__btn_close {
    padding: 0;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
}

.agreement__btn_close .agreement__close {
    fill: #000;
    stroke: #000;
    width: 20px;
    height: 20px;
}
.agreement__btn_open {
    text-decoration: underline;
}
.agreement__btn_open:hover {
    text-decoration: none;
}

/*# sourceMappingURL=agreement.css.map */
