.form-search {
    background: -webkit-gradient(linear, left top, right top, color-stop(47.52%, #2a5493), color-stop(100.9%, #4f76b0));
    background: linear-gradient(90deg, #2a5493 47.52%, #4f76b0 100.9%);
    height: 169px;
    position: relative;
}

.form-search__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.no-webp .form-search__bg {
    background: -webkit-gradient(linear, left top, right top, color-stop(13.26%, #2a5493), color-stop(85.27%, rgba(255, 255, 255, 0))), url("../img/form-search-bg.png");
}

.no-webp .form-search__bg {
    background: linear-gradient(90deg, #2a5493 13.26%, rgba(255, 255, 255, 0) 85.27%), url("../img/form-search-bg.png");
}

.form-search__bg {
    position: absolute;
    top: 0;
    left: -220px;
    width: 765px;
    height: 169px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    background-size: cover;
    background-position: center;
}

.form-search__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 40px 40px;
    grid-template-rows: 40px 40px;
    -ms-grid-columns: 1fr 50px;
    grid-template-columns: 1fr 50px;
    gap: 7px;
    max-width: 1075px;
}

.form-search__inputs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 2fr;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 10px;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    height: 40px;
    position: relative;
    grid-column: 1 / span 1;
}

.form-search__inputs input[name=city] {
    border-radius: 11px 0px 0px 0px;
}

.form-search__input {
    text-align: center;
    color: #424242;
    font-size: 18px;
    height: 40px;
    outline: none;
}

.form-search__prices {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 0px 0px 0px 11px;
}

.form-search__prices .form-search__input {
    width: 50%;
    background-color: transparent;
    text-align: center;
}

.form-search__prices span {
    font-size: 18px;
    color: #424242;
}

.form-search__select {
    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;
    height: 40px;
}

.form-search__select select {
    outline: none;
    height: 100%;
    font-family: "Calibri Regular";
    width: 100%;
    text-align: center;
    color: #424242;
    font-size: 18px;
    background: url(../img/select-arrow.svg) 96%/15% no-repeat #fff;
    background-size: 20px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-search__select select:focus {
    background: url("../img/select-arrow-focus.svg") 96%/15% no-repeat #fff;
    background-size: 20px 20px;
}

.form-search__label {
    color: #fff;
    font-size: 18px;
}

.form-search__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.form-search__radios {
    background-color: #fff;
    width: 50%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-search__radios input[type=radio] {
    display: none;
}

.form-search__radios label {
    width: 50%;
    height: 100%;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

._new_old_elem_active{
    background: #75c2da;
    text-decoration: underline;
    color: #fff;
}

.form-search__radios input[type=radio]:checked+label {
    background: #75c2da;
    text-decoration: underline;
    color: #fff;
}

.form-search__loc-btn {
    width: 50%;
    background: #75c2da;
    height: 100%;
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.form-search__loc-btn:hover {
    text-decoration: underline;
}

.form-search__btn {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    border-radius: 0px 11px 11px 0px;
    background: #e65d5d;
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
}

.find-name-dropdown-block{
    top: 40px;
    position: absolute;
    list-style-type: none;
    background-color: #fff;
    /* margin-top: 120px; */
    text-indent: 18px;
    display: none;
    width: 100%;
    z-index: 998;
    max-height: 300px;
    max-width: 486px;
    overflow-y: auto;
}
.find_name_region_marker{
    color: #034D8A;
    padding: 8px 0 0 10px;
    text-indent: 0px;
    font-size: 17px;
    font-weight: 700;
    border-bottom: solid 1px #eee;
}
.find_name_selector_item{
    padding: 12px 10px 8px 17px;
    font-size: 16px;
    color: #333333;
}
.find_name_selector_item:hover{
    background-color: #2a3799;
    color: #ffffff;
}
.find_name_like_nothing{
    margin: 20px;
    border-top: 1px #9D9D9D solid;
}
.find-invisible-field{
    display: none;
    font-size: 18px;
}

.main-find-strfinder{
    text-align: center;
    color: #424242;
    font-size: 18px;
    height: 40px;
    outline: none;
    border-radius:  0px 11px 0px 0px;
    background-color: #fff;
}


.main-find-strfinder .m-inpt{
    outline: none;
    height: 100%;
    font-family: "Calibri Regular";
    width: 100%;
    text-align: center;
    color: #424242;
    font-size: 18px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.main-find-region-select {
    border-radius: 11px 0px 0px 0px;
    height: 100%;
    font-family: "Calibri Regular";
    max-width: 5000px;
    width: 100%;
    text-align: center;
    color: #424242;
    font-size: 22px;
    background: url(/usr2/img/select-arrow.svg) 96%/15% no-repeat #fff;
    background-size: 20px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.main-find-region{
    text-align: center;
    color: #424242;
    font-size: 18px;
    height: 40px;
    outline: none;
    background-color: #fff;
}


@media (max-width: 1160px) {
    .form-search__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .form-search__logo {
        display: none;
    }
}

@media (max-width: 840px) {
    .resize-inputs {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .form-search__radios {
        width: 100%;
    }

    .form-search__loc-btn {
        position: absolute;
        bottom: -40px;
        right: 0;
        background: none;
        width: auto;
    }
}

@media (max-width: 640px) {
    .form-search {
        height: 327px;
    }

    .no-webp .form-search__bg {
        background: -webkit-gradient(linear, left top, right top, color-stop(13.26%, #4f76b0), color-stop(85.27%, rgba(255, 255, 255, 0))), url("../img/form-search-bg.png"), lightgray -135.398px 0px/184.624% 128.339% no-repeat;
    }

    .no-webp .form-search__bg {
        background: linear-gradient(90deg, #4f76b0 13.26%, rgba(255, 255, 255, 0) 85.27%), url("../img/form-search-bg.png"), lightgray -135.398px 0px/184.624% 128.339% no-repeat;
    }

    .form-search__bg {
        height: 100%;
        opacity: 0.23;
        background-size: cover;
        background-position: center;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    .form-search__form {
        -ms-grid-rows: 2fr 2fr 1fr;
        grid-template-rows: 2fr 2fr 1fr;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        gap: 15px;
        width: 100%;
    }

    .form-search__inputs {
        height: auto;
        gap: 15px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .form-search__inputs input[name=city] {
        border-radius: 8px;
    }

    .reverse-inputs input[name=company] {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }

    .resize-inputs {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .form-search__input {
        border-radius: 8px;
    }



    .main-find-strfinder{
        grid-column: 1 / 3;
    }

    .form-search__prices {
        border-radius: 8px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }

    .form-search__select select {
        width: 100%;
        border-radius: 8px;
        max-width: none;
    }

    .form-search__label {
        display: none;
    }

    .form-search__radios {
        border-radius: 8px;
    }

    .form-search__radios input[type=radio]:checked+label:nth-child(2) {
        border-radius: 8px 0 0 8px;
    }

    .form-search__radios input[type=radio]:checked+label:last-child {
        border-radius: 0 8px 8px 0;
    }

    .form-search__loc-btn {
        width: calc(50% - 7.5px);
        left: 0;
        right: inherit;
        bottom: -55px;
        height: 40px;
    }

    .form-search__btn {
        -ms-grid-column: auto;
        grid-column-start: auto;
        grid-column-end: auto;
        -ms-grid-row: auto;
        grid-row-start: auto;
        grid-row-end: auto;
        border-radius: 8px;
        height: 40px;
        width: calc(50% - 7.5px);
        margin-left: auto;
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 410px) {
    .form-search__input {
        font-size: 14px;
    }

    .form-search__prices span {
        font-size: 14px;
    }

    .form-search__select select {
        font-size: 14px;
    }

    .form-search__radios label {
        font-size: 14px;
    }

    .form-search__loc-btn {
        font-size: 14px;
    }
}

.webp .form-search__bg {
    background: -webkit-gradient(linear, left top, right top, color-stop(13.26%, #2a5493), color-stop(85.27%, rgba(255, 255, 255, 0))), url(../img/form-search-bg.webp);
}

.webp .form-search__bg {
    background: linear-gradient(90deg, #2a5493 13.26%, rgba(255, 255, 255, 0) 85.27%), url(../img/form-search-bg.webp);
}

@media (max-width: 640px) {

    .webp .form-search__bg {
        background: -webkit-gradient(linear, left top, right top, color-stop(13.26%, #4f76b0), color-stop(85.27%, rgba(255, 255, 255, 0))), url(../img/form-search-bg.webp), lightgray -135.398px 0px/184.624% 128.339% no-repeat;
    }
}

@media (max-width: 640px) {

    .webp .form-search__bg {
        background: linear-gradient(90deg, #4f76b0 13.26%, rgba(255, 255, 255, 0) 85.27%), url(../img/form-search-bg.webp), lightgray -135.398px 0px/184.624% 128.339% no-repeat;
    }
}