

/* Start:/local/components/lab4u/become.partner.form/templates/.default/style.css?17706530832869*/

.partnersDoctorForm .form__input {
    margin-right: 0px;
}
.partnersDoctorForm .custom-select__btn {
    width: 320px;
    border: 1px solid #cccccc;
    background-color: #f4f5f5;
    padding: 8px 16px 8px 20px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 24px;
    cursor: pointer;
    position: relative;
    -webkit-transition: .2S;
    -o-transition: .2S;
    transition: .2S;
    text-align: left;
}
@media (max-width: 980px) {
    .partnersDoctorForm .custom-select__btn {
        width: 100%;
    }
}
.partnersDoctorForm .custom-select__btn:hover {
    background-color: #eff0f0;
}
.partnersDoctorForm .custom-select__btn::after {
    content: "";
    font-family: icomoon;
    font-size: 8px;
    color: rgb(48, 57, 58);
    position: absolute;
    right: 16px;
}
.partnersDoctorForm .custom-select__btn-active::after {
    transform: rotateZ(180deg);
}
.partnersDoctorForm .btn3 {
    padding: 12px 20px;
    margin-right: 120px;
}
@media (max-width: 980px) {
    .partnersDoctorForm .btn3 {
        width: 100%;
    }
}
.partnersDoctorForm .custom-select__wrap--off {
    position: relative;
}
.partnersDoctorForm .custom-select__popup {
    background-color: #fff;
    width: 100%;
}
.partnersDoctorForm .custom-select__dropdown ul {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 14px;
}
.partnersDoctorForm .custom-select__dropdown li {
    cursor: pointer;
}

.custom-select-item{
    transition: color .2s ease;
}

.custom-select-item:hover{
    color: #ff4700;
}


.give-contacts__form {
    background-color: #fff;
    border-left: 4px solid #0ac;
    width: 60%;
    box-shadow: 0 0 0 1px rgba(48, 57, 58, .05), 0 8px 30px rgba(48, 57, 58, .1);
    border-radius: 8px;
}

.becomePartnerForm {
    padding: 40px 15% 40px 60px;
}

.give-contacts__form .form__label {
    min-width: 200px;
}

.give-contacts__popUp-form-result {
    position: fixed;
    background: #000000bf;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn3-form {
    margin: 30px 0 0 0!important;
}

#give-contacts__popUp-form-result_close {
    padding: 8px 19px 7px;
}

@media (max-width: 980px) {

    .becomePartnerForm {
        padding: 0;
    }
    .give-contacts__form {
        width: 100%;
        border: none;
        box-shadow: none;
    }

    .give-contacts__form .give-contacts__popUp-form-result_info {
        margin: 10px!important;
        padding: 35px 30px!important;
    }


    .give-contacts .form__part + .form__part {
        margin-top: 0px!important;
    }

}
/* End */
/* /local/components/lab4u/become.partner.form/templates/.default/style.css?17706530832869 */
