.input-field:focus-visible {
    outline: 0;
}

.success-message-simple {
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: white;
    font-size: 24px;
    font-weight: 400;
}

.success-message-modal {
    font-size: 30px;
    color: #393939;
    text-align: center;
    padding: 30px 0;
    line-height: 1.2;
}

body .modal-wrapper {
    padding: 40px 80px;
    width: 100%;
    max-width: 500px;
    border-radius: 4px;
}

body .modal-wrapper.success {
    line-height: 1.4;
    padding: 40px 30px;
}

.modal-wrapper .title {
    margin-bottom: 32px;
    text-align: center;
}

body .hystmodal__close {
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    padding: 0;
    max-width: none;
}

body .hystmodal__close:focus {
    outline: 0;
}

.hystmodal {
    z-index: 70;
}

.form-group {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.asterisk {
    color: #0f6eb6;
}

.input-label {
    margin: 0;
    padding: 0;
}

.form-group.error .input-field {
    border: 1px solid #f65757;
}

.form-group.error .input-label.error {
    display: block;
}

.input-label.default {

}

.input-label.error {
    display: none;
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #f8002c;
}

.form-group.focused .input-label.default {
    font-size: 11px;
    line-height: 14px;
    top: 4px;
}

.form-group .input-field {
    font-size: 18px;
    color: #303030;
    padding: 12px 25px;
    line-height: normal;
    width: 100%;
    border-radius: 90px;
    border: none;
}

@media (max-width:450px) {
    body .modal-wrapper {
        padding: 20px 20px;
        width: 90%;
        max-width: 500px;
    }

    .form-group {
        max-width: none;
    }

    .success-message-modal {
        font-size: 21px;
        padding: 31px 0;
    }
}

.feedback-form-small {
    max-width: 558px;
}

.feedback-form-small .form-group {
    margin-bottom: 0;
}

.feedback-form-small .success-message-modal {
    line-height: normal;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: left;
}


.input-list-wrapper {
    position: relative;
    width: 100%;
    height: 51px;
}

.input-list {
    position: absolute;
    top: -1px;
    left: 0px;
    background-color: white;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}

.form-group.error .input-list {
    border: 1px solid #f65757;
}

div.form-group .input-field.text {
    height: 51px;
    border: none;
}

.form-group.opened {
    z-index: 2;
}

.form-group.opened .input-list {
    border-radius: 4px;
}

.input-list .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 51px;
}

.input-list img {
    width: 14px;
    height: 14px;
    margin-right: 16px;
}

.input-list .values {
    width: 100%;
    display: none;
    border-top: 1px solid #dcdcdc;
}

.form-group.opened .input-list .values {
    display: block;
}

.input-list .row {
    font-size: 15px;
    padding: 14px 16px;
    transition: color 0.5s ease-out;
}

.input-list .row.selected {
    background-color: #edf9fe;
    color: #0f6eb6;
}

.input-list .row.disabled {
    color: rgb(134, 134, 134);
    cursor: not-allowed;
}

.input-list .row:hover {
    background-color: #edf9fe;
    color: black;
}

.input-list .row.disabled:hover {
    background-color: white;
    color: rgb(134, 134, 134);
}

.form-group .collapse-button {
    display: none;
}

.form-group.opened .collapse-button {
    display: block;
}

.form-group.opened .expand-button {
    display: none;
}

.form-success-message {
    font-size: 16px;
    color: #393939;
    text-align: center;
    padding: 60px 0;
    line-height: 1.2;
}

    .form-success-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

@media (max-width:450px) {
    .form-success__wrapper {
        padding: 30px 20px;
        max-width: 500px;
        border-radius: 4px;
    }

    .form-success-title {
        font-size: 20px;
    }

    .form-success-message {
        padding: 30px 0;
    }
}


.form-success__wrapper {
    border-radius: 8px;
}

.hystmodal__window {
    border: 10px;
    max-width: 90px;
}

body .agreement-text a {
    text-decoration: underline;
}

.form-agreement-section {
    font-size: 14px;
}

.form-agreement-section a {
    color: black;
}

.form-agreement-section .checkbox-icon {
    width: 18px;
    display: block;
}

.form-agreement-section .checkbox-icon.checked {
   display: none; 
}

.form-agreement-section.checked .checkbox-icon.empty {
   display: none; 
}

.form-agreement-section.checked .checkbox-icon.checked {
   display: block; 
}

.form-agreement-section .agreement-wrapper {
    display: flex;
    gap: 9px;
    align-items: center;
}

.form-agreement-section .agreement-error {
    color: #f8002c;
    display: none;
    margin-top: 4px;
}

.form-agreement-section.error .agreement-error {
    display: block;
}

.grecaptcha-badge {
    display: none !important;
}