@media screen and (max-width: 1199px) {
    .form-lens__bg {
        background: rgba(0, 0, 0, 0.3);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 18;
    }
}
.form-lens__top {
    margin-bottom: 26px;
}
.form-lens__top b {
    font-size: 22px;
    font-weight: 450;
    line-height: 28px;
}
.form-lens__modal {
    position: relative;
}
@media screen and (max-width: 1199px) {
    .form-lens__modal {
        display: none;
    }
    .form-lens__modal.active {
        display: block;
    }
}
.form-lens__modal-wrapper {
    background-color: #FFFFFF;
    padding: 3px 29px;
    border: 1px solid #E7E7E7;
    border-radius: 50px;
    position: absolute;
    top: -28px;
    left: 15px;
}
@media (min-width: 1200px) {
    .form-lens__modal-wrapper {
        display: none;
    }
    .form-lens__modal-wrapper.active {
        display: block;
    }
    .form-lens__modal-wrapper.warning {
        border: 1px solid #FF3838;
    }
}
@media screen and (max-width: 1199px) {
    .form-lens__modal-wrapper {
        z-index: 20;
        padding: 16px;
        position: fixed;
        border-radius: 4px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        max-width: 328px;
        height: 225px;
    }
}
.form-lens__modal-wrapper .close-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    transition: transform 300ms;
}
@media screen and (min-width: 1200px) {
    .form-lens__modal-wrapper .close-icon:hover {
        transform: scale(1.1);
    }
}
.form-lens__modal-wrapper .button-exit {
    background-color: #4CB0F1;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 450;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.form-lens__modal-inner {
    display: flex;
}
@media screen and (max-width: 1199px) {
    .form-lens__modal-inner {
        margin-bottom: 30px;
    }
}
.form-lens__modal-inner-item {
    display: flex;
    flex-direction: column;
}
.form-lens__modal-inner-item b {
    font-size: 16px;
    font-weight: 400;
    color: #8B8B8B;
    white-space: nowrap;
}
.form-lens__modal-inner-item i {
    color: #424242;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
}
.form-lens__param-item {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    margin-right: 10px;
}
.form-lens__param-item-icon {
    cursor: pointer;
}
.form-lens__param-item-input-wrapper {
    position: relative;
    margin-right: 10px;
}
.form-lens__param-item-input-wrapper::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 16px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #E7E7E7;
}
.form-lens__param-item label {
    font-size: 14px;
    font-weight: 400;
    color: #424242;
    width: 100px;
    margin-right: 28px;
}
.form-lens__param-item input {
    border-radius: 100px;
    padding: 10px 16px;
    font-size: 15px;
    border: 1px solid #E7E7E7;
}
.form-lens__param-item input.warning {
    border: 1px solid #FF3838;
}
.form-lens__param-item input:disabled {
    background-color: #F5F5F5;
    border: 1px solid transparent;
}
@media (min-width: 1200px) {
    .form-lens__param-item .form-lens__modal-wrapper .form-lens__top,
    .form-lens__param-item .form-lens__modal-wrapper .button-exit,
    .form-lens__param-item .form-lens__modal-wrapper .form-lens__bg {
        display: none;
    }
}
