

/* Start:/local/components/incom/sha.zayavka.open/templates/.default/style.css?17225954302931*/
.content-head__form input {
    color: #525E6C;
    border: 1px solid #75B6F3 !important;
    border-radius: 6px;
    font-size: 16px;
    height: 46px;
    margin-bottom: 12px;
    padding-left: 14px;
    box-sizing: border-box;
}

.content-head__form h3 {
    font-size: 20px;
    line-height: 24.8px;
    color: #034DA2;
    padding: unset;
    text-align: center;
    margin-bottom: 30px;
}

.content-head__form p.policy {
    font-size: 10px;
    line-height: 1.24;
    color: #2a343f;
    margin: 0;
    display: block;
    padding: unset;
}

.content-head__form .btn-green {
    margin: auto;
    border: 0;
    border-radius: 6px;
    display: block;
    height: 46px;
    text-align: center;
    padding: 13px 30px;
    font-size: 16px;
    line-height: 1.24;
    width: 100%;
    background: #90af38;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 8px;
    cursor: pointer;
}

.content-head__form .btn-green:hover {
    background: #7D991D;
}

button.btn-green.disabled {
    pointer-events: none;
}

.saleflat-feedback-form__input-wrap.has-error input{
    border: 2px solid #F81818;
}

.saleflat-feedback-form__errors > div {
    font-size: 13px;
    line-height: 15px;
    color: #F81818;
}

.saleflat-feedback-form__errors > div.success {
    font-size: 13px;
    line-height: 20px;
    color: #90AF38;
}

.content__form input.feild-has-error {
    border: 1px solid red !important;
}

.saleflat-complex-form-success {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 530px;
    background-color: #fff;
    border-radius: 6px;
    padding: 26px 30px;
    margin: 0 auto;
    position: relative;
}

.saleflat-complex-form-success__text {
    text-align: center;
    font-size: 16px;
    color: #525E6C;
    margin-bottom: 24px;
}

.saleflat-complex-form-success__close-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 46px;
    color: #fff;
    text-decoration: none;
    background: #90AF38;
    padding: 0 60px;
    margin: 0 auto;
    border-radius: 6px;
    box-sizing: border-box;
    transition: background .3s;
    will-change: background;
}

.saleflat-complex-form-success__close-btn:hover {
    background: #7D991D !important;
}

button.btn-green.disabled {
    pointer-events: none;
}

.content-head__form input.feild-has-error {
    border: 1px solid red !important;
}

/* End */


/* Start:/local/components/incom/sha.zayavka.open/templates/jilcomplex/style.css?172259543013159*/
.jil-complex-partner-feedback__input-wrap input {
    font-size: 16px;
    line-height: 22px;
    color: #525E6C;
    background: #fff;
    width: 100%;
    height: 46px;
    padding: 0 19px;
    border-radius: 6px;
    border: 1px solid #fff;
    outline: none;
    box-sizing: border-box;
    transition: border .3s, box-shadow .3s;
    will-change: border, box-shadow;
}
.jil-complex-partner-feedback {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    height: 404px;
    padding: 42px 35px 60px;
    background: linear-gradient(116.54deg, rgba(33, 59, 123, 0.8) 15.7%, rgba(33, 59, 123, 0) 58.43%),
    linear-gradient(360deg, #474747 -0.09%, rgba(71, 71, 71, 0) 34.92%),
    center / cover no-repeat url('../jil-complex-partner-feedback-form__background.jfif');
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.jil-complex-partner-feedback-header {
    padding-left: 21px;
}

.jil-complex-partner-feedback-header .jil-complex-partner-feedback-header__title {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-shadow: 10px 4px 30px #000000;
    margin-bottom: 9px;
}


.jil-complex-partner-feedback-header .jil-complex-partner-feedback-header__subtitle {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-shadow: 10px 4px 30px #000000;
}

.jil-complex-partner-feedback-form {
    position: relative;
    width: 100%;
    padding: 36px 26px 8px;
    box-sizing: border-box;
    border-radius: 20px;
    /*overflow: hidden;*/
    z-index: 0;
}

.jil-complex-partner-feedback-form:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    z-index: -1;
}

.jil-complex-partner-feedback-form__inputs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 7px;
}

.jil-complex-partner-feedback-form__inputs > *:last-child {
    margin-right: 0;
}

.jil-complex-partner-feedback__input-wrap {
    position: relative;
    margin-right: 15px;
    width: 25%;
}

.jil-complex-partner-feedback__input-error {
    position: absolute;
    font-size: 14px;
    line-height: 17px;
    color: #F81818;
    width: 100%;
    left: 0;
    bottom: calc(100% + 2px);
}

.jil-complex-partner-feedback__input-error {
    opacity: 0;
    transition: opacity .3s;
}

.jil-complex-partner-feedback__input-error:not(:empty) {
    opacity: 1;
}

.jil-complex-partner-feedback__input {
    font-size: 16px;
    line-height: 22px;
    color: #525E6C;
    background: #fff;
    width: 100%;
    height: 46px;
    padding: 0 19px;
    border-radius: 6px;
    border: 1px solid #fff;
    outline: none;
    box-sizing: border-box;
    transition: border .3s, box-shadow .3s;
    will-change: border, box-shadow;
}

.jil-complex-partner-feedback__input-wrap.feild-has-error .jil-complex-partner-feedback__input {
    border: 1px solid #EF161E;
    -webkit-box-shadow: 0px 0px 0px 1px rgb(239 22 30);
    -moz-box-shadow: 0px 0px 0px 1px rgba(239,22,30,1);
    box-shadow: 0px 0px 0px 1px rgb(239 22 30);
}

.jil-complex-partner-feedback__input:focus {
    outline: none;
    border: 1px solid #fff;
}

.jil-complex-partner-feedback__input::placeholder {
    font-size: 16px;
    line-height: 22px;
    color: #525E6C;
    opacity: .5;
}

.jil-complex-partner-feedback__input::-moz-placeholder {
    line-height: 46px;
}

.jil-complex-partner-feedback__button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 16px;
    line-height: 10px;
    color: #fff;
    background: #8DAD37;
    width: 100%;
    height: 46px;
    border: none;
    outline: none;
    border-radius: 6px;
    transition: background .3s;
    cursor: pointer;
}

.jil-complex-partner-feedback__button:hover,
.jil-complex-partner-feedback__button.disabled {
    background: #7D991D;
}

.jil-complex-partner-feedback {
    margin-bottom: 30px;
}

.jil-complex-partner-feedback__button.disabled {
    pointer-events: none;
}

.jil-complex-partner-feedback-form__policy {
    font-size: 10px;
    line-height: 20px;
    color: #2A343F;
    text-align: right;
}

.jil-complex-partner-feedback-form__policy a {
    text-decoration: underline;
    color: #034DA2;
}

.jil-complex-form-success {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 530px;
    background-color: #fff;
    border-radius: 6px;
    padding: 26px 30px;
    margin: 0 auto;
    position: relative;
}

.jil-complex-form-success__text {
    text-align: center;
    font-size: 16px;
    color: #525E6C;
    margin-bottom: 24px;
}

.jil-complex-form-success__close-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 46px;
    color: #fff;
    text-decoration: none;
    background: #90AF38;
    padding: 0 60px;
    margin: 0 auto;
    border-radius: 6px;
    box-sizing: border-box;
    transition: background .3s;
    will-change: background;
}

.jil-complex-form-success__close-btn:hover {
    background: #7D991D !important;
}

@media(max-width: 999px) {

    .jil-complex-partner-feedback {
        padding: 30px 35px;
        background: linear-gradient(116.54deg, rgba(33, 59, 123, 0.8) 15.7%, rgba(33, 59, 123, 0) 58.43%),
        linear-gradient(360deg, #474747 -0.09%, rgba(71, 71, 71, 0) 34.92%),
        -251px / cover no-repeat url('../jil-complex-partner-feedback-form__background.jfif');
    }

    .jil-complex-partner-feedback-header {
        padding: 0;
    }

    .jil-complex-partner-feedback-header .jil-complex-partner-feedback-header__title {
        font-size: 20px;
        line-height: 25px;
        font-weight: 300;
        max-width: 320px;
    }

    .jil-complex-partner-feedback-header .jil-complex-partner-feedback-header__subtitle {
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
        max-width: 300px;
        margin-bottom: 18px;
    }

    .jil-complex-partner-feedback-form {
        padding: 37px 27px 8px;
    }

    .jil-complex-partner-feedback-form__policy {
        text-align: center;
    }

    .jil-complex-partner-feedback__input {
        padding: 0 10px;
    }

    .jil-complex-partner-feedback__input-wrap {
        margin-right: 10px;
    }

}

@media(max-width: 767px) {

    .jil-complex-partner-feedback {
        position: relative;
        background: linear-gradient(116.54deg, rgba(33, 59, 123, 0.8) 15.7%, rgba(33, 59, 123, 0) 58.43%),
        linear-gradient(360deg, #474747 -0.09%, rgba(71, 71, 71, 0) 34.92%),
        lightgray 50% / cover no-repeat url('/local/components/incom/sha.zayavka.open/templates/jilcomplex/../img/footer-form-min2.jpg');
        height: auto;
        /*padding: 19px 18px 18px;*/
        border-radius: 0;
        z-index: 0;

        background: linear-gradient(100.54deg, rgba(33, 59, 123, 0.8) 0%, rgba(33, 59, 123, 0) 95%),
        linear-gradient(360deg, #474747 0%, rgba(71, 71, 71, 0) 33.92%), lightgray 50% / cover no-repeat url('/local/components/incom/sha.zayavka.open/templates/jilcomplex/../img/footer-form-min2.jpg');

        margin-top: 60px;
        width: calc(100% + 36px);
        margin-left: -18px;
        margin-bottom: 50px;
        padding: 0;
        padding-top: 19px;
        padding-bottom: 17px;
    }

    .jil-complex-partner-feedback-header {
        padding: 0;
        margin-left: 18px;
        margin-right: 18px;
    }

    .jil-complex-partner-feedback:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(14px);
        z-index: -1;
    }

    .jil-complex-partner-feedback-form {
        padding: 17px;
        margin-left: 18px;
        margin-right: 18px;
        width: calc(100% - 36px);
    }

    .jil-complex-partner-feedback-form__inputs {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .jil-complex-partner-feedback-form__inputs > *:last-child {
        width: auto;
        margin-bottom: 0;
    }

    .jil-complex-partner-feedback__input-wrap {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .jil-complex-partner-feedback__input {
        padding: 0 22px;
    }

    .jil-complex-partner-feedback__button {
        padding: 0 37px;
    }

    .jil-complex-partner-feedback-form__policy {
        font-size: 10px;
        line-height: 16px;
    }

    .jil-complex-partner-feedback-header .jil-complex-partner-feedback-header__title {
        font-size: 20px;
        line-height: 24.8px;
        color: #fff;
        text-shadow: 10px 4px 30px #000;
        margin-bottom: 18px;
        font-weight: 400;
        font-style: normal;
    }

}
@media(max-width: 559px) {

    .jil-complex-partner-feedback {
        width: calc(100% + 36px);
        margin-left: -18px;
        padding: 0;
        padding-top: 19px;
        padding-bottom: 17px;
    }

}

@media only screen and (max-width: 767px) {

    .jil-complex-partner-feedback-form {
        overflow: hidden;
    }
}

.jil-complex-partner-feedback-form__policy {
    text-align: end;
}

@media (max-width: 767px) {

    .jil-complex-partner-feedback__input-error {
        display: none;
    }

    .jil-complex-partner-feedback-form__errors {
        margin-bottom: 12px;
    }

    .jil-complex-partner-feedback-form__errors > div {
        font-size: 14px;
        line-height: 17px;
        color: #F81818;
    }

    .jil-complex-partner-feedback-form__policy {
        text-align: center;
    }
}
@media (min-width: 120px) and (max-width: 345px) {
    .jil-complex-partner-feedback-header__title {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 768px) {
    .jil-complex-partner-feedback {
        border-radius: 6px;
        margin-top: 60px;
        margin-bottom: 100px;
        padding: 28px 28px;
        padding-bottom: 10px;
        background: linear-gradient(120deg, rgba(33, 59, 123, 0.80) 0%, rgba(33, 59, 123, 0.00) 64%),
            /* linear-gradient(360deg, #E1E1E1 0%, rgba(229, 229, 229, 0.00) 38%), 50% / cover no-repeat url('/local/components/incom/sha.zayavka.open/templates/jilcomplex/../img/footer-form.png')*/
        linear-gradient(360deg, #E1E1E1 0%, rgba(229, 229, 229, 0.00) 38%), 50% / cover no-repeat url('../images/feedback-img.jpg')
    }

    .jil-complex-partner-feedback-header .jil-complex-partner-feedback-header__title {
        color: #fff;
        margin-bottom: 118px;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 29.76px;
        text-shadow: unset;
        max-width: 470px;
    }
    .jil-complex-partner-feedback-form:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: unset;
        backdrop-filter: unset;
        z-index: -1;
    }

    .jil-complex-partner-feedback-form {
        padding: 0;
        border-radius: unset;
    }
    .jil-complex-partner-feedback {
        margin-bottom: 30px;
    }
    .for-mob {
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    .jil-complex-partner-feedback {
        height: 324px;
    }
    .jil-complex-partner-feedback {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .jil-complex-partner-feedback {
        height: 324px;
        background-position-x: 0px;
    }

    .jil-complex-partner-feedback__input {
        padding: 0 21px;
    }
}

.jil-complex-partner-feedback-form .feild-has-error input {
    border: 1px solid red !important;
}
/* End */
/* /local/components/incom/sha.zayavka.open/templates/.default/style.css?17225954302931 */
/* /local/components/incom/sha.zayavka.open/templates/jilcomplex/style.css?172259543013159 */
