* {
	box-sizing: border-box;
}

body {
    font-family: "Grtsk-Exa", "Verdana", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #14191a;
    box-sizing: border-box;
    /* position: relative; */
}

/* .wrap {
    position: relative;
} */

.container {
    width: 1240px;
    max-width: 100%;
    min-width: 1024px;
    /* padding-left: 20px;
    padding-right: 20px; */
    margin-left: auto;
    margin-right: auto;
}

.realtors-section.--form .realtors-section__title {
    margin-bottom: 36px;
}

.realtors-section__title {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 40px;
}

h1, h2 {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.realtors-form__section-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
}

.realtors-form__section {
    background-color: rgba(0, 122, 102, 5%);
    border-radius: 16px;
    padding: 30px 30px 0px;
    margin-bottom: 30px;
}

.realtors-form__row {
    display: flex;
    /* margin-bottom: 30px; */
}

.form-item__label {
    /* display: block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 16px; */
    position: absolute;
    pointer-events: none;
    transition: .3s;
    color: #757575;
    font-weight: 300;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    left: 24px;
    /* right: 24px; */
    right: 15px;
    top: 22px;
}

.realtors-form__row-item {
    flex-shrink: 0;
    /* width: 333px; */
    max-height: 100px;
    margin-right: 30px;
    -webkit-transition: opacity .4s ease, max-height .4s ease;
    transition: opacity .4s ease, max-height .4s ease;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* max-width: 370px; */
    max-width: 320px;
    width: 100%;
    /* margin-bottom: 24px; */
    margin-bottom: 30px;
    text-align: left;
}

.form-item__input {
    width: 100%;
}

.input {
    /* font-size: 14px;
    color: #000;
    padding: 15px 20px;
    outline: none;
    appearance: none;
    border: 1px solid #d4d4d4;
    box-shadow: none;
    background-color: white; */
    height: 66px;
    padding: 38px 24px 18px;
    box-shadow: 6px 6px 14px 0px rgb(131, 131, 131, 25%);
    border-radius: 8px;
    border: none;
    font-size: 16px;
    
}

.form-item__input.lifting + .form-item__label {
    top: 10px;
    font-size: 12px;
 }

.form-item__label .succes_field, .error_field {
    color: #F45050;
    font-size: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-left: auto;
}

form .form-item__label span:last-child img {
    margin-left: 10px;
}

form .form-item .form-item__input.succes_input {
    border: 2px solid #007A63;
}

form .form-item .form-item__input.error_input {
    border: 2px solid #FEAEAE;
    background-color: #FFE8E8;
}

.form-item__tip {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #a8a19a;
    white-space: nowrap;
}

.realtors-form__action {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.realtors-form__personal {
    margin-bottom: 30px;
}

.disclaimer {
    display: flex;
}

/* .realtors-form__submit.--notification {
    width: 333px;
} */

.realtors-form__submit {
    height: 59px;
    padding-right: 70px;
    padding-left: 70px;
    line-height: 59px;
}

.button.realtors-form__submit{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background-color: #007A66;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    user-select: none;
    margin: unset;
    margin-right: 30px;
    max-width: 370px;
    width: 100%;
    border-radius: 24px;
    font-size: 24px;
    font-weight: 400;
    height: 50px;
}

.btn_realtors_block {
    position: absolute;
    top: 166px;
    max-width: 1120px;
    width: 100%;
}

.btn_realtors {
    /* margin-bottom: 30px; */
    height: 50px;
    width: 100%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--green-clr);;
    cursor: pointer;
    border-radius: 24px;
    max-width: 370px;
    margin-left: auto;
}

.btn_realtors:hover {
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,72,29,.2);
    transition: 0.3s;
}

.realtors-form__action .callback__pers {
    margin: unset;
}

.realtors-form__action .callback__pers .check__label {
    font-size: 10px;
    font-weight: 300;
    max-width: 340px;
    line-height: 1.2;
}

.realtors-form__action .callback__pers label {
    display: flex;
}

.realtors-form__action .callback__pers .check__custom {
    min-width: 19px;
    height: 19px;
    border: none;
    box-shadow: 6px 6px 14px 0px rgb(131, 131, 131, 25%);
    background-color: #fff;
}

/* .realtors-form__action .callback__pers .check:checked+.check__custom::before {
    background: url(/local/assets/img/icon/checkbox.svg) center / cover no-repeat;
} */

.checkbox {
    position: relative;
    min-width: 22px;
    min-height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.disclaimer__text {
    position: relative;
    top: -5px;
    width: 390px;
    padding-left: 20px;
    font-weight: 300;
    line-height: 1.5;
    cursor: pointer;
}


.red {
   color: red;
}

.realtors-form__success {
  font-size: 20px;
  margin: 10px 0 0 30px;
  transition: opacity 0.3s ease;
  display: none; }
  
.realtors-form__success.active {
    display: block; }