.dropdown {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-input {
    outline: none;
    border: none;
    flex-grow: 1;
    color: #3b3a39;
    font-size: clamp(12px, 0.8vw, 15px);
    font-weight: 400;
    line-height: 145%;
    background-color: transparent;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 6;
    width: 100%;
    list-style: none;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #dfd8cd;
    background-color: #ffffff;
    max-height: 300px;
    overflow-y: auto;
    padding-left: 0;
}

.dropdown-list li {
    padding: 20px 30px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-radius 0.3s ease;
    color: #3b3a39;
    font-size: clamp(12px, 0.8vw, 15px);
    font-weight: 400;
    line-height: 145%;
}

.dropdown-list li:last-child:hover,
.dropdown-list li:last-child:focus {
    background: #dfd8cd;
    border-radius: 0px 0px 20px 20px;
}

.dropdown-list li:hover,
.dropdown-list li:focus {
    background: #dfd8cd;
}

.dropdown-list::-webkit-scrollbar {
    width: 7px;
}

.dropdown-list::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #dfd8cd;
}


.datepicker {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.datepicker-input {
    border: none;
    outline: none;
    color: #3b3a39;
    font-size: clamp(12px, 0.8vw, 15px);
    font-weight: 400;
    line-height: 145%;
    width: 100%;
    background-color: transparent;
    z-index: 1;
}

img.calendar-icon {
    position: absolute;
    right: 30px;
}

.datepicker-input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.checkbox-wrapper-42 {
    display: block;
    float: left;
    margin-right: 5px;
}

.checkbox-wrapper-42 input[type=checkbox] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-42 label {
    display: inline-block;
}

.checkbox-wrapper-42 label {
    position: relative;
    top: 1px;
    width: 17px;
    height: 17px;
    border: 1px solid #000000;
    border-radius: 3px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
}

.checkbox-wrapper-42 label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}

.checkbox-wrapper-42 input[type=checkbox]:checked+label {
    border-color: transparent;
    background: #000000;
}

.checkbox-wrapper-42 input[type=checkbox]:checked+label:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.form-border .system-error {
    display: none;
}

.form-border .system-error p {
    color: red;
    padding: 0;
    margin: 0 !important;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
}

.awz-ajax-form .oferta-row-checkbox .oferta-name,
.awz-ajax-form .row-clever {
    font-size: 12px;
    line-height: 14px;
}

.awz-checkbox-form-styled {
    overflow: hidden;
}

.awz-checkbox-form-styled .checkbox-wrapper-42 {
    margin-top: -2px;
}

.awz-ajax-field-stars .star {
    cursor: pointer;
}

.awz-ajax-field-stars .star:hover {
    cursor: pointer;
}

.awz-ajax-form .oferta-row-checkbox .oferta-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    min-height: 26px;
}

.awz-ajax-form .oferta-row-checkbox .oferta-name * {
    margin-right: 3px;
    margin-left: 3px;
}

.awz-ajax-form .awz-checkbox-form-styled span:hover {
    cursor: pointer;
}

.awz-ajax-form-wrap .preload {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 21;
    background: url('images/loadbg2.png') 0 0 repeat;
    left: 0;
}

.awz-ajax-form-wrap .preload .load {
    width: 100%;
    height: 100%;
    display: block;
    background: url('images/load.gif') 50% 50% no-repeat;
    opacity: 0.8;
}

.awz-ajax-form-wrap {
    position: relative;
}

.awz-ajax-form-wrap .error .form-control {}

.awz-ajax-form-wrap .system-error {
    margin-top: 10px;
    color: red;
    font-size: 12px;
    font-weight: 400;
    line-height: 145%;
}

.awz-ajax-field_wrap,
.awz-ajax-field_wrap .program__form-input,
.awz-ajax-field_wrap .input-wrap {
    width: 100%;
}

.awz-ajax-field_wrap .input-wrap {
    position: relative;
}

.awz-ajax-field_wrap .error-label {
    color: red;
    font-size: 12px;
    font-weight: 400;
    line-height: 145%;
}

.success .awz-ajax-form-wrap {
    text-align: center;
}

.awz-ajax-field_wrap .modal__input {
    display: flex;
    width: 100%;
    padding: 15px;
    outline: none;
    border: 1px solid #dfd8cd;
    color: #3b3a39;
    font-size: clamp(12px, 0.8vw, 15px);
    font-weight: 400;
    line-height: 145%;

    padding: 16px 20px;
    width: 100%;
    border: 1px solid #4F4C48;
    background-color: transparent;
    border-radius: 200px;
    outline: none;
    color: #4F4C48;
}

.awz-ajax-field_wrap .modal__input input {
    padding: 0;
    border: none;
    border-radius: 0;
}

.awz-ajax-field_wrap .modal__input.time:disabled {
    background: #fbf9f7;
}

.ajax__form-wrappe .awz-ajax-field_wrap.half {
    width: 50%;
}

.input-wrap.error {
    border: 0px solid #F00!important;
    background-color: transparent;
}

div[data-modal="appointment"] .modal__inputs {
    flex-direction: row;
    flex-wrap: wrap;
}

.form-subtitle {
    margin: auto;
    margin-bottom: 36px;
    max-width: 340px;
}

.awz-ajax-field_wrap .modal__input.textarea {
    height: auto;
}

.checkbox {
    display: none;
}

.checkbox-label {
    margin: 10px 0 20px;
    gap: 10px;
    cursor: pointer;
}

.checkbox-checkmark {
    width: 20px;
    height: 20px;
    border-radius: 1px;
    border: 2px solid #F57441;
    flex-shrink: 0;
}

.checkbox:checked+.checkbox-checkmark::after {
    content: "";
    width: 4px;
    height: 8px;
    border: 1px solid #F57441;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    bottom: 4px;
}

.checkbox-text {
    line-height: 120%;
}

/*.awz-ajax-form-wrap {padding-right:20px;}*/
@media screen and (max-width: 768px) {
    .ajax__form-wrappe .awz-ajax-field_wrap.half {
        width: 100%;
    }

    .awz-ajax-form-wrap {
        padding-right: 5px;
    }

    .form-subtitle {
        margin-bottom: 20px;
    }

    .checkbox-checkmark {
        width: 15px;
        height: 15px;
    }

    .checkbox-text.text-sm {
        font-size: 12px;
    }
}

.form .awz-form-tag {
    padding: 30px;
    max-width: 385px;
    border-radius: 13px;
}

.form .awz-form-tag form {
    padding: 0;
}

.awz-ajax-form .modal__checkbox-text {line-height:130%;}
.awz-ajax-form .modal__checkbox-text * {display:inline;}
.awz-ajax-form .checkbox-label {display:flex;gap:5px;}
.awz-rounded-13 {    border-radius: 13px;}
.awz-maxw-385 {max-width: 385px;}