@charset "UTF-8";
* {
    box-sizing: border-box;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
span,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
    padding: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
}

ul,
ol {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: none;
    text-decoration: none;
}

a {
    text-decoration-skip-ink: none;
    text-decoration: none;
}

img {
    display: block;
}

article > * + * {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    position: relative;
}
body.no-scroll {
    width: auto;
    margin-right: 0rem;
    overflow: hidden;
    overscroll-behavior-y: none;
}

.container {
    margin: 0 auto;
}

.wf-form-wrapper {
    position: relative;
}

.wf-overflow {
    display: none;
}

.wf-form {
    padding: 1.5rem 1.5rem 2.75rem 1.5rem;
    border-radius: 1.25rem;
    background: #f1f5f9;
    position: relative;
}
.wf-form .wf-reset {
    position: absolute;
    display: none;
    right: 1.5rem;
    bottom: 0.9375rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    color: #979797;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
}
.wf-form .wf-reset.show {
    display: block;
    opacity: 1 !important;
}
.wf-form .wf-selects-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 0.75rem;
}
@media (min-width:48.0625rem) and (max-width: 64rem) {
    .wf-form .wf-selects-wrapper {
        flex-wrap: wrap;
    }
}
@media (min-width:41.75rem) and (max-width: 48rem) {
    .wf-form .wf-selects-wrapper {
        flex-wrap: wrap;
    }
}
@media (min-width:25.9375rem) and (max-width: 41.6875rem) {
    .wf-form .wf-selects-wrapper {
        flex-wrap: wrap;
    }
}
@media (max-width:25.875rem) {
    .wf-form .wf-selects-wrapper {
        flex-wrap: wrap;
    }
}
.wf-form .wf-selects-wrapper .wf-select {
    position: relative;
}
#\31 4-handover{
    width: 167px;
}
#\31 4-handover .wf-select__face{
    width: 167px;
}
#search-handover{
    width: 167px;
}
#search-handover .wf-select__face{
    width: 167px;
}
.wf-select__face__text{
    width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.wf-form .wf-selects-wrapper .wf-select .wf-setect-title {
    margin-bottom: 0.625rem;
    color: #333;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}
.wf-form .wf-selects-wrapper .wf-select .check-wrap {
    display: flex;
    height: 3.4375rem;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    border-radius: 0.75rem;
}
.wf-form .wf-selects-wrapper .wf-select .check-wrap .wf-select-checkbox {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.9375rem;
    background-color: #fff;
    border-right: 1px solid #dfdfdf;
}
@media (min-width:48.0625rem) and (max-width: 64rem) {
    .wf-form .wf-selects-wrapper .wf-select .check-wrap .wf-select-checkbox {
        width: 20%;
    }
}
@media (min-width:41.75rem) and (max-width: 48rem) {
    .wf-form .wf-selects-wrapper .wf-select .check-wrap .wf-select-checkbox {
        width: 20%;
    }
}
@media (min-width:25.9375rem) and (max-width: 41.6875rem) {
    .wf-form .wf-selects-wrapper .wf-select .check-wrap .wf-select-checkbox {
        width: 20%;
    }
}
@media (max-width:25.875rem) {
    .wf-form .wf-selects-wrapper .wf-select .check-wrap .wf-select-checkbox {
        width: 20%;
    }
}
.wf-form .wf-selects-wrapper .wf-select .check-wrap .wf-select-checkbox:nth-last-child(1) {
    border: none;
}
.wf-form .wf-selects-wrapper .wf-select .check-wrap .wf-select-checkbox:hover .wf-select-checkbox__value {
    color: rgba(30, 173, 229, 0.7);
    transition: 0.3s;
}
.wf-form .wf-selects-wrapper .wf-select .check-wrap .wf-select-checkbox.active {
    background: #1eade5;
    transition: 0.3s;
}
.wf-form .wf-selects-wrapper .wf-select .check-wrap .wf-select-checkbox.active .wf-select-checkbox__value {
    color: #fff;
}
.wf-form .wf-selects-wrapper .wf-select .check-wrap .wf-select-checkbox.active:hover .wf-select-checkbox__value {
    opacity: 0.7;
}
.wf-form .wf-selects-wrapper .wf-select .check-wrap .wf-select-checkbox input {
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.wf-form .wf-selects-wrapper .wf-select .check-wrap .wf-select-checkbox__value {
    color: rgba(51, 51, 51, 0.7);
    font-size: 1rem;
}
.wf-form .wf-selects-wrapper .wf-select .check-wrap.ar .wf-select-checkbox {
    border-right: none;
    border-left: 1px solid #dfdfdf;
}
.wf-form .wf-selects-wrapper .wf-select .check-wrap.ar .wf-select-checkbox:nth-last-child(1) {
    border: none;
}
.wf-form .wf-selects-wrapper .wf-select .wf-price-input {
    width: 50%;
    padding: 0 0.9375rem;
    height: 100%;
    border: none;
    outline: none;
    border-right: 1px solid #dfdfdf;
    border-radius: 0;
}
.project-card-min:hover .card-img-wrap .image-wrap img {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    transform-style: preserve-3d;
}

.wf-form .wf-selects-wrapper .wf-select .wf-price-input:nth-last-child(1) {
    border-right: none;
}
.wf-form .wf-selects-wrapper .wf-select .ar .wf-price-input {
    border-left: 1px solid #dfdfdf;
    border-right: none;
}
.wf-form .wf-selects-wrapper .wf-select .ar .wf-price-input:nth-last-child(1) {
    border-left: none;
}
.wf-form .wf-selects-wrapper .wf-select__face {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1.875rem;
    padding: 0 0.9375rem;
    height: 3.4375rem;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    border-radius: 0.75rem;
    background-color: #fff;
    color: rgba(51, 51, 51, 0.7);
}
@media (min-width:48.0625rem) and (max-width: 64rem) {
    .wf-form .wf-selects-wrapper .wf-select__face {
        justify-content: space-between;
    }
}
@media (min-width:41.75rem) and (max-width: 48rem) {
    .wf-form .wf-selects-wrapper .wf-select__face {
        justify-content: space-between;
    }
}
@media (min-width:25.9375rem) and (max-width: 41.6875rem) {
    .wf-form .wf-selects-wrapper .wf-select__face {
        justify-content: space-between;
    }
}
@media (max-width:25.875rem) {
    .wf-form .wf-selects-wrapper .wf-select__face {
        justify-content: space-between;
    }
}
.wf-form .wf-selects-wrapper .wf-select__face__text {
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    white-space: nowrap;
}
.wf-form .wf-selects-wrapper .wf-select__body {
    display: none;
    border-radius: 0.75rem;
    background: #fff;
    padding: 0.75rem;
    box-shadow: 0rem 0.75rem 1.875rem 0rem rgba(46, 55, 63, 0.07);
    overflow: auto;
    padding: 0.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(calc(100% + 0.5rem));
    width: 130%;
    height: 8.75rem;
    z-index: 8;
}
.wf-form .wf-selects-wrapper .wf-select__body.show {
    display: block;
}
@media (min-width:48.0625rem) and (max-width: 64rem) {
    .wf-form .wf-selects-wrapper .wf-select__body {
        width: 100%;
    }
    #search-handover{
        width: 100%;
    }
    #\31 4-handover{
        width: 100%;
    }
    #\31 4-handover .wf-select__face{
        width: 100%;
    }

    #search-handover .wf-select__face{
        width: 100%;
    }
}
@media (min-width:41.75rem) and (max-width: 48rem) {
    .wf-form .wf-selects-wrapper .wf-select__body {
        width: 100%;
    }
    #\31 4-handover{
        width: 100%;
    }
    #\31 4-handover .wf-select__face{
        width: 100%;
    }
    #search-handover{
        width: 100%;
    }
    #search-handover .wf-select__face{
        width: 100%;
    }
}
@media (min-width:25.9375rem) and (max-width: 41.6875rem) {
    .wf-form .wf-selects-wrapper .wf-select__body {
        width: 100%;
    }
    #\31 4-handover{
        width: 100%;
    }
    #\31 4-handover .wf-select__face{
        width: 100%;
    }
    #search-handover{
        width: 100%;
    }
    #search-handover .wf-select__face{
        width: 100%;
    }
}
@media (max-width:25.875rem) {
    .wf-form .wf-selects-wrapper .wf-select__body {
        width: 100%;
    }
    #\31 4-handover{
        width: 100%;
    }
    #\31 4-handover .wf-select__face{
        width: 100%;
    }
    #search-handover{
        width: 100%;
    }
    #search-handover .wf-select__face{
        width: 100%;
    }
}
.wf-form .wf-selects-wrapper .wf-select__body .list {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}
.wf-form .wf-selects-wrapper .wf-select__body .list__item {
    display: flex;
    gap: 0.5rem;
    width: 100%;
}
.wf-form .wf-selects-wrapper .wf-select__body .list__item__text {
    color: rgba(51, 51, 51, 0.7);
    font-size: 1rem;
    font-weight: 300;
    line-height: 150%;
}
.wf-form .wf-selects-wrapper .wf-select__body .list__item .custom-check-container {
    position: relative;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.wf-form .wf-selects-wrapper .wf-select__body .list__item .custom-check-container .list__item__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.wf-form .wf-selects-wrapper .wf-select__body .list__item .custom-check-container .list__item__checkbox:checked + .checkmark {
    background-color: #1eade5;
}
.wf-form .wf-selects-wrapper .wf-select__body .list__item .custom-check-container .list__item__checkbox:checked + .checkmark::after {
    display: block;
}
.wf-form .wf-selects-wrapper .wf-select__body .list__item .custom-check-container .list__item__checkbox:checked ~ .list__item__text {
    color: #333;
}
.wf-form .wf-selects-wrapper .wf-select__body .list__item .custom-check-container .checkmark {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.375rem;
    border: 1px solid #dfdfdf;
    position: relative;
}
.wf-form .wf-selects-wrapper .wf-select__body .list__item .custom-check-container .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 0.4375rem;
    top: 0.1875rem;
    width: 0.3125rem;
    height: 0.625rem;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.wf-form .wf-selects-wrapper .wf-input {
    position: relative;
}
.wf-form .wf-selects-wrapper .wf-input .search-result {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(calc(100% + 0.5rem));
    border-radius: 0.75rem;
    background: #fff;
    padding: 0.625rem 0.9375rem;
    width: 100%;
    z-index: 7;
}
.wf-form .wf-selects-wrapper .wf-input .search-result.show {
    display: block;
}
.wf-form .wf-selects-wrapper .wf-input .search-result .result-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.wf-form .wf-selects-wrapper .wf-input .search-result .result-list__item a {
    color: rgba(51, 51, 51, 0.7);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.wf-form .wf-selects-wrapper .wf-input .wf-setect-title {
    margin-bottom: 0.625rem;
    color: #333;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}
.wf-form .wf-selects-wrapper .wf-input .wf-search {
    height: 3.4375rem;
    border-radius: 0.75rem;
    border: 1px solid #dfdfdf;
    background: #fff;
    width: 15rem;
    padding: 0 1.0625rem;
    width: 240px;
}
@media (min-width:48.0625rem) and (max-width: 64rem) {
    .wf-form .wf-selects-wrapper .wf-input .wf-search {
        width: 100%;
    }
}
@media (min-width:41.75rem) and (max-width: 48rem) {
    .wf-form .wf-selects-wrapper .wf-input .wf-search {
        width: 100%;
    }
}
@media (min-width:25.9375rem) and (max-width: 41.6875rem) {
    .wf-form .wf-selects-wrapper .wf-input .wf-search {
        width: 100%;
    }
}
@media (max-width:25.875rem) {
    .wf-form .wf-selects-wrapper .wf-input .wf-search {
        width: 100%;
    }
}
.wf-form .wf-submit {
    height: 3.4375rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #fff;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 0.9375rem;
    border-radius: 0.625rem;
    background: #1eade5;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0.5;
    pointer-events: none;
    transition: 0.3s;
    flex-grow: 1;
}
.wf-form .wf-submit.active {
    opacity: 1;
    transition: 0.3s;
    pointer-events: auto;
}

.wf-pag {
    margin: 20px auto 0 auto;
    display: none;
}
.wf-pag.show {
    display: block;
}

.map-wrap {
    display: flex;
    height: 38.75rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    margin-top: 1rem;
}
.map-wrap.desctop {
    display: none;
}
@media (min-width:48.0625rem) and (max-width: 64rem) {
    .map-wrap.static {
        display: none;
    }
}
@media (min-width:41.75rem) and (max-width: 48rem) {
    .map-wrap.static {
        display: none;
    }
}
@media (min-width:25.9375rem) and (max-width: 41.6875rem) {
    .map-wrap.static {
        display: none;
    }
}
@media (max-width:25.875rem) {
    .map-wrap.static {
        display: none;
    }
}
.map-wrap .wf-open-map {
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
    width: 2rem;
    height: 2rem;
    background-color: #333333;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: 0.3s;
    display: none;
}
.map-wrap .wf-open-map.show {
    display: flex;
}
.map-wrap .wf-open-map:hover {
    opacity: 0.6;
    transition: 0.3s;
}

.map-wrap.active .projects-wrap {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    padding: 0;
    transition: 0.3s;
}
.map-wrap.active .map-wrap,
.map-wrap.active #map,
.map-wrap.active #map-static {
    width: 100%;
    transition: 0.3s;
}

.projects-wrap {
    width: 35rem;
    height: 100%;
    background: #f0f5f8;
    padding: 1.75rem 0.5rem 1.75rem 0.5rem;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(0%);
    z-index: 4;
    transition: 0.3s;
}

.title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5625rem;
    width: 100%;
    position: relative;
    padding: 0 1rem;
}
.title-wrap__text {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.close-btn {
    width: 2rem;
    height: 2rem;
    background-color: #333333;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    border: none;
    outline: none;
}

.close-btn:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
    line-height: 100%;
}

.total {
    font-size: 0.875rem;
    color: #979797;
}

.projects-list {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    overflow: scroll;
    height: 100%;
    padding: 0 0.5rem 1.75rem 0.5rem;
    scroll-behavior: smooth;
}

.projects-list::-webkit-scrollbar {
    width: 0.1875rem;
    height: 0.75rem;
}

.projects-list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0.375rem;
}

.projects-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.375rem;
}

.projects-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.project {
    width: calc(50% - 0.625rem);
    border-radius: 0.75rem;
    background-color: #ffffff;
    overflow: hidden;
    height: 19.75rem;
    border: 0.1875rem solid transparent;
    cursor: pointer;
}
@media (min-width:48.0625rem) and (max-width: 64rem) {
    .project {
        height: auto;
    }
}
@media (min-width:41.75rem) and (max-width: 48rem) {
    .project {
        height: auto;
    }
}
@media (min-width:25.9375rem) and (max-width: 41.6875rem) {
    .project {
        height: auto;
    }
}
@media (max-width:25.875rem) {
    .project {
        height: auto;
    }
}

.project.active {
    border: 0.1875rem solid #1eade5;
}

.img {
    width: 100%;
    height: 11.25rem;
}

.img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.wf-project-info {
    padding: 0.75rem;
    height: calc(100% - 11.25rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project__name {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
    line-height: 100%;
}

.wf-price {
    color: #1eade5;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 100%;
    display: block;
    margin-bottom: 1.25rem;
}

.project-link {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    border: 1px solid rgba(30, 173, 229, 0.5);
    border-radius: 0.375rem;
    color: #1eade5;
    font-size: 0.75rem;
    line-height: 150%;
    font-weight: 500;
    text-decoration: none;
}

#map,
#map-static {
    width: 100%;
    height: 100%;
}

body {
    font-style: normal;
}

.gm-style * {
    border: none !important;
}

.custom-marker {
    height: 2.5rem;
    overflow: hidden;
    position: relative;
    transition: 0.2s;
    border: 1px solid #ffffff !important;
    display: flex;
    background: #fff;
    border-radius: 6.25rem;
    align-items: center;
    padding: 0.1875rem 0.1875rem 0.1875rem 0.1875rem;
    position: relative;
    z-index: 5;
}
.custom-marker .img-wrap {
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
    overflow: hidden;
}
.custom-marker .img-wrap img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.custom-marker .marker-name {
    display: block;
    font-size: 0rem;
    transition: 0.3s;
}
.custom-marker.show .marker-name {
    margin-right: 0.4375rem;
    margin-left: 0.3125rem;
    font-size: 0.75rem;
    max-width: 5.3125rem;
    width: fit-content;
    color: #333;
    font-weight: 500;
}
.custom-marker.show .marker-name.small {
    font-size: 0.625rem;
}

@media (max-width: 1024px) {
    .map-wrap {
        position: relative;
        height: 100dvh;
        display: none;
        z-index: 1000;
        border-radius: 0;
    }
    .map-wrap.show {
        display: block;
    }
    .map-wrap.active {
        overflow: hidden;
    }
    .map-wrap.active .projects-wrap {
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        transform: translate(0, 100%);
        padding: 0;
        transition: 0.3s;
    }
    .map-wrap.active .map-wrap,
    .map-wrap.active #map,
    .map-wrap.active #map-static {
        width: 100%;
        transition: 0.3s;
    }
    #map,
    #map-static {
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .project {
        width: 100%;
    }
    .projects-wrap.show {
        border-radius: 20px 20px 0px 0px;
        display: block;
        height: auto;
    }
}
.wf-loader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.567);
    backdrop-filter: blur(0.0938rem);
}
.wf-loader.load {
    display: flex;
}
.wf-loader .spin {
    width: 2.5rem;
    height: 2.5rem;
    transform-origin: center;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.wf-controls {
    display: none;
}

@media (min-width:48.0625rem) and (max-width: 64rem) {
    .wf-select,
    .wf-input,
    .check-wrap,
    .wf-submit {
        width: 100%;
        margin-top: 0.625rem;
    }
}
@media (min-width:41.75rem) and (max-width: 48rem) {
    .wf-select,
    .wf-input,
    .check-wrap,
    .wf-submit {
        width: 100%;
        margin-top: 0.625rem;
    }
}
@media (min-width:25.9375rem) and (max-width: 41.6875rem) {
    .wf-select,
    .wf-input,
    .check-wrap,
    .wf-submit {
        width: 100%;
        margin-top: 0.625rem;
    }
}
@media (max-width:25.875rem) {
    .wf-select,
    .wf-input,
    .check-wrap,
    .wf-submit {
        width: 100%;
        margin-top: 0.625rem;
    }
}
.wf-btns-wrap {
    display: none;
}

.gm-style-mot {
    color: white;
    font-size: 1.375rem;
    margin: 0;
    width: fit-content;
    left: 50%;
    top: 50%;
}

@media (min-width:48.0625rem) and (max-width: 64rem) {
    .wf-reset.desk {
        display: none !important;
    }
    .wf-search {
        width: 100%;
    }
    .gm-style-mot {
        color: white;
        font-size: 1.375rem;
        margin: 0;
        position: relative;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .projects-list {
        padding: 3.125rem 0.5rem 1.75rem 0.5rem;
    }
    .wf-btns-wrap {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 0.9375rem;
    }
    .wf-btns-wrap .wf-btn-black {
        width: calc(50% - 0.4688rem);
        border-radius: 0.625rem;
        background: #333;
        height: 2.75rem;
        font-size: 1rem;
        color: #fff;
        font-weight: 700;
        border: none;
        outline: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
    }
    .wf-btns-wrap .wf-btn-black .stiker {
        width: 1.25rem;
        height: 1.25rem;
        background-color: #1eade5;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 0.5625rem;
        font-weight: 700;
    }
    .wf-overflow {
        width: 100%;
        height: 100dvh;
        background: rgba(51, 51, 51, 0.5);
        backdrop-filter: blur(0.125rem);
        position: fixed;
        z-index: 9;
        left: 0;
        bottom: 0;
    }
    .wf-overflow.show {
        display: block;
    }
    .wf-pag.show {
        display: block;
    }
    .wf-form {
        z-index: 1001;
        display: none;
        position: fixed;
        width: 100%;
        height: 100dvh;
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
    .wf-form.show {
        display: block;
    }
    .wf-input {
        order: -2;
    }
    #search-handover {
        order: -1;
    }
    .search-result {
        max-height: 18.75rem;
        overflow: scroll;
    }
    .map-wrap {
        position: fixed;
        width: 100%;
        z-index: 10;
        left: 0;
        bottom: 0;
        height: 100dvh;
        z-index: 1000;
    }
    .projects-wrap {
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        display: none;
        z-index: 3;
        padding: 1.75rem 0.5rem 0rem 0.5rem;
    }
    .projects-wrap .title-wrap {
        display: none;
    }
    .project {
        height: fit-content;
    }
    .wf-controls {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.8125rem;
        z-index: 18;
        background: #f1f5f9;
        padding: 2.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wf-controls.form-controls {
        position: relative;
        margin-bottom: 1.25rem;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .wf-controls.form-controls .wf-btn-back {
        position: relative;
    }
    .wf-controls.form-controls .control-reset {
        position: static;
        opacity: 0;
        display: block;
    }
    .wf-controls .wf-controls-title {
        color: #333;
        font-size: 1.45rem;
        font-weight: 600;
    }
    .wf-controls .wf-btn-back {
        position: absolute;
        left: 0;
        font-size: 1rem;
        font-weight: 400;
        color: #10ade5;
        display: flex;
        align-items: center;
        gap: 0.375rem;
        background-color: transparent;
        border: none;
        outline: none;
    }
    .wf-controls .wf-btn-back svg {
        position: relative;
        top: -1px;
    }
    .wf-controls .wf-btn-back.wf-map-back {
        background-color: #333;
        left: 1.25rem;
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .wf-controls .wf-btn-back.wf-map-back svg {
        position: relative;
        left: 3px;
    }
    .wf-controls .wf-btn-back.wf-map-back::before {
        content: "";
    }
    .wf-controls .projects-back {
        left: auto;
        right: 0.625rem;
    }
    .wf-controls .projects-back::before {
        content: "";
        display: none;
    }
    .wf-controls .wf-mob-filter {
        background-color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        position: absolute;
        right: 1.25rem;
    }
    .projects-wrap {
        z-index: 20;
    }
    .project {
        display: none;
    }
    .project .project__name {
        font-size: 1rem;
        color: var(--black-title, #333);
    }
    .project .price {
        font-size: 0.75rem;
        font-weight: 500;
        color: var(--Blue, #1eade5);
    }
    .project.active {
        display: block;
        border: none;
    }
}
@media (min-width:41.75rem) and (max-width: 48rem) {
    .wf-reset.desk {
        display: none !important;
    }
    .wf-search {
        width: 100%;
    }
    .gm-style-mot {
        color: white;
        font-size: 1.375rem;
        margin: 0;
        position: relative;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .projects-list {
        padding: 3.125rem 0.5rem 1.75rem 0.5rem;
    }
    .wf-btns-wrap {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 0.9375rem;
    }
    .wf-btns-wrap .wf-btn-black {
        width: calc(50% - 0.4688rem);
        border-radius: 0.625rem;
        background: #333;
        height: 2.75rem;
        font-size: 1rem;
        color: #fff;
        font-weight: 700;
        border: none;
        outline: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
    }
    .wf-btns-wrap .wf-btn-black .stiker {
        width: 1.25rem;
        height: 1.25rem;
        background-color: #1eade5;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 0.5625rem;
        font-weight: 700;
    }
    .wf-overflow {
        width: 100%;
        height: 100dvh;
        background: rgba(51, 51, 51, 0.5);
        backdrop-filter: blur(0.125rem);
        position: fixed;
        z-index: 9;
        left: 0;
        bottom: 0;
    }
    .wf-overflow.show {
        display: block;
    }
    .wf-pag.show {
        display: block;
    }
    .wf-form {
        z-index: 1001;
        display: none;
        position: fixed;
        width: 100%;
        height: 100dvh;
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
    .wf-form.show {
        display: block;
    }
    .wf-input {
        order: -2;
    }
    #search-handover {
        order: -1;
    }
    .search-result {
        max-height: 18.75rem;
        overflow: scroll;
    }
    .map-wrap {
        position: fixed;
        width: 100%;
        z-index: 10;
        left: 0;
        bottom: 0;
        height: 100dvh;
        z-index: 1000;
    }
    .projects-wrap {
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        display: none;
        z-index: 3;
        padding: 1.75rem 0.5rem 0rem 0.5rem;
    }
    .projects-wrap .title-wrap {
        display: none;
    }
    .project {
        height: fit-content;
    }
    .wf-controls {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.8125rem;
        z-index: 18;
        background: #f1f5f9;
        padding: 2.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wf-controls.form-controls {
        position: relative;
        margin-bottom: 1.25rem;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .wf-controls.form-controls .wf-btn-back {
        position: relative;
    }
    .wf-controls.form-controls .control-reset {
        position: static;
        opacity: 0;
        display: block;
    }
    .wf-controls .wf-controls-title {
        color: #333;
        font-size: 1.45rem;
        font-weight: 600;
    }
    .wf-controls .wf-btn-back {
        position: absolute;
        left: 0;
        font-size: 1rem;
        font-weight: 400;
        color: #10ade5;
        display: flex;
        align-items: center;
        gap: 0.375rem;
        background-color: transparent;
        border: none;
        outline: none;
    }
    .wf-controls .wf-btn-back svg {
        position: relative;
        top: -1px;
    }
    .wf-controls .wf-btn-back.wf-map-back {
        background-color: #333;
        left: 1.25rem;
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .wf-controls .wf-btn-back.wf-map-back svg {
        position: relative;
        left: 3px;
    }
    .wf-controls .wf-btn-back.wf-map-back::before {
        content: "";
    }
    .wf-controls .projects-back {
        left: auto;
        right: 0.625rem;
    }
    .wf-controls .projects-back::before {
        content: "";
        display: none;
    }
    .wf-controls .wf-mob-filter {
        background-color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        position: absolute;
        right: 1.25rem;
    }
    .projects-wrap {
        z-index: 20;
    }
    .project {
        display: none;
    }
    .project .project__name {
        font-size: 1rem;
        color: var(--black-title, #333);
    }
    .project .price {
        font-size: 0.75rem;
        font-weight: 500;
        color: var(--Blue, #1eade5);
    }
    .project.active {
        display: block;
        border: none;
    }
}
@media (min-width:25.9375rem) and (max-width: 41.6875rem) {
    .wf-reset.desk {
        display: none !important;
    }
    .wf-search {
        width: 100%;
    }
    .gm-style-mot {
        color: white;
        font-size: 1.375rem;
        margin: 0;
        position: relative;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .projects-list {
        padding: 3.125rem 0.5rem 1.75rem 0.5rem;
    }
    .wf-btns-wrap {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 0.9375rem;
    }
    .wf-btns-wrap .wf-btn-black {
        width: calc(50% - 0.4688rem);
        border-radius: 0.625rem;
        background: #333;
        height: 2.75rem;
        font-size: 1rem;
        color: #fff;
        font-weight: 700;
        border: none;
        outline: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
    }
    .wf-btns-wrap .wf-btn-black .stiker {
        width: 1.25rem;
        height: 1.25rem;
        background-color: #1eade5;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 0.5625rem;
        font-weight: 700;
    }
    .wf-overflow {
        width: 100%;
        height: 100dvh;
        background: rgba(51, 51, 51, 0.5);
        backdrop-filter: blur(0.125rem);
        position: fixed;
        z-index: 9;
        left: 0;
        bottom: 0;
    }
    .wf-overflow.show {
        display: block;
    }
    .wf-pag.show {
        display: block;
    }
    .wf-form {
        z-index: 1001;
        display: none;
        position: fixed;
        width: 100%;
        height: 100dvh;
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
    .wf-form.show {
        display: block;
    }
    .wf-input {
        order: -2;
    }
    #search-handover {
        order: -1;
    }
    .search-result {
        max-height: 18.75rem;
        overflow: scroll;
    }
    .map-wrap {
        position: fixed;
        width: 100%;
        z-index: 10;
        left: 0;
        bottom: 0;
        height: 100dvh;
        z-index: 1000;
    }
    .projects-wrap {
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        display: none;
        z-index: 3;
        padding: 1.75rem 0.5rem 0rem 0.5rem;
    }
    .projects-wrap .title-wrap {
        display: none;
    }
    .project {
        height: fit-content;
    }
    .wf-controls {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.8125rem;
        z-index: 18;
        background: #f1f5f9;
        padding: 2.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wf-controls.form-controls {
        position: relative;
        margin-bottom: 1.25rem;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .wf-controls.form-controls .wf-btn-back {
        position: relative;
    }
    .wf-controls.form-controls .control-reset {
        position: static;
        opacity: 0;
        display: block;
    }
    .wf-controls .wf-controls-title {
        color: #333;
        font-size: 1.45rem;
        font-weight: 600;
    }
    .wf-controls .wf-btn-back {
        position: absolute;
        left: 0;
        font-size: 1rem;
        font-weight: 400;
        color: #10ade5;
        display: flex;
        align-items: center;
        gap: 0.375rem;
        background-color: transparent;
        border: none;
        outline: none;
    }
    .wf-controls .wf-btn-back svg {
        position: relative;
        top: -1px;
    }
    .wf-controls .wf-btn-back.wf-map-back {
        background-color: #333;
        left: 1.25rem;
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .wf-controls .wf-btn-back.wf-map-back svg {
        position: relative;
        left: 3px;
    }
    .wf-controls .wf-btn-back.wf-map-back::before {
        content: "";
    }
    .wf-controls .projects-back {
        left: auto;
        right: 0.625rem;
    }
    .wf-controls .projects-back::before {
        content: "";
        display: none;
    }
    .wf-controls .wf-mob-filter {
        background-color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        position: absolute;
        right: 1.25rem;
    }
    .projects-wrap {
        z-index: 20;
    }
    .project {
        display: none;
    }
    .project .project__name {
        font-size: 1rem;
        color: var(--black-title, #333);
    }
    .project .price {
        font-size: 0.75rem;
        font-weight: 500;
        color: var(--Blue, #1eade5);
    }
    .project.active {
        display: block;
        border: none;
    }
}
@media (max-width:25.875rem) {
    .wf-reset.desk {
        display: none !important;
    }
    .wf-search {
        width: 100%;
    }
    .gm-style-mot {
        color: white;
        font-size: 1.375rem;
        margin: 0;
        position: relative;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .projects-list {
        padding: 3.125rem 0.5rem 1.75rem 0.5rem;
    }
    .wf-btns-wrap {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 0.9375rem;
    }
    .wf-btns-wrap .wf-btn-black {
        width: calc(50% - 0.4688rem);
        border-radius: 0.625rem;
        background: #333;
        height: 2.75rem;
        font-size: 1rem;
        color: #fff;
        font-weight: 700;
        border: none;
        outline: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
    }
    .wf-btns-wrap .wf-btn-black .stiker {
        width: 1.25rem;
        height: 1.25rem;
        background-color: #1eade5;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 0.5625rem;
        font-weight: 700;
    }
    .wf-overflow {
        width: 100%;
        height: 100dvh;
        background: rgba(51, 51, 51, 0.5);
        backdrop-filter: blur(0.125rem);
        position: fixed;
        z-index: 9;
        left: 0;
        bottom: 0;
    }
    .wf-overflow.show {
        display: block;
    }
    .wf-pag.show {
        display: block;
    }
    .wf-form {
        z-index: 1001;
        display: none;
        position: fixed;
        width: 100%;
        height: 100dvh;
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
    .wf-form.show {
        display: block;
    }
    .wf-input {
        order: -2;
    }
    #search-handover {
        order: -1;
    }
    .search-result {
        max-height: 18.75rem;
        overflow: scroll;
    }
    .map-wrap {
        position: fixed;
        width: 100%;
        z-index: 10;
        left: 0;
        bottom: 0;
        height: 100dvh;
        z-index: 1000;
    }
    .projects-wrap {
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        display: none;
        z-index: 3;
        padding: 1.75rem 0.5rem 0rem 0.5rem;
    }
    .projects-wrap .title-wrap {
        display: none;
    }
    .project {
        height: fit-content;
    }
    .wf-controls {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.8125rem;
        z-index: 18;
        background: #f1f5f9;
        padding: 2.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wf-controls.form-controls {
        position: relative;
        margin-bottom: 1.25rem;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .wf-controls.form-controls .wf-btn-back {
        position: relative;
    }
    .wf-controls.form-controls .control-reset {
        position: static;
        opacity: 0;
        display: block;
    }
    .wf-controls .wf-controls-title {
        color: #333;
        font-size: 1.45rem;
        font-weight: 600;
    }
    .wf-controls .wf-btn-back {
        position: absolute;
        left: 0;
        font-size: 1rem;
        font-weight: 400;
        color: #10ade5;
        display: flex;
        align-items: center;
        gap: 0.375rem;
        background-color: transparent;
        border: none;
        outline: none;
    }
    .wf-controls .wf-btn-back svg {
        position: relative;
        top: -1px;
    }
    .wf-controls .wf-btn-back.wf-map-back {
        background-color: #333;
        left: 1.25rem;
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .wf-controls .wf-btn-back.wf-map-back svg {
        position: relative;
        left: 3px;
    }
    .wf-controls .wf-btn-back.wf-map-back::before {
        content: "";
    }
    .wf-controls .projects-back {
        left: auto;
        right: 0.625rem;
    }
    .wf-controls .projects-back::before {
        content: "";
        display: none;
    }
    .wf-controls .wf-mob-filter {
        background-color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        position: absolute;
        right: 1.25rem;
    }
    .projects-wrap {
        z-index: 20;
    }
    .project {
        display: none;
    }
    .project .project__name {
        font-size: 1rem;
        color: var(--black-title, #333);
    }
    .project .price {
        font-size: 0.75rem;
        font-weight: 500;
        color: var(--Blue, #1eade5);
    }
    .project.active {
        display: block;
        border: none;
    }
}

