







.map-wrap {
    width: 100%;

    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px 0px;
    position: relative;
    display: flex;
}



#map {
  width: 100%;
  min-width: 9vw;
  background-color: rgba(0, 0, 0, 0.15);
}


.map-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  
  padding: 2vw;
  display: flex;
  gap: 0.5vw;
  flex-direction: column;
}






.map-content-wrap  .get-consultation__form {
  width: unset !important;
}

.map-content-wrap .form-container {
    margin-bottom: unset !important;
    position: relative;

    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
}

.map-content-wrap .form-group {
  position: relative;
}

.map-content-wrap .form-input {
    width: 16.90625vw !important;
    height: 3.208333vw;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px 0px;
    display: none;
    margin-right: unset !important;
    margin-bottom: unset !important;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 2vw;
}

.map-content-wrap .form-input[show="true"] {
    display: block;
}







.map-content-info-wrap {
    background-color: #f3f3f3;
    padding: 0.75vw 2vw;
    display: flex;
    gap: 0.5vw;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px 0px;
    border-radius: 2vw;
}

.map-content-info-title {
    font-weight: 500;
    font-size: 0.65416666667vw;
    line-height: 0.65625vw;
    letter-spacing: 0.03em;
    color: var(--text-main-color);
}

.map-content-info-text {
    font-weight: 700;
    font-size: 0.85vw;
    line-height:  0.85vw;
    letter-spacing: 0.03em;
    color: var(--text-main-color);
}







.map-bottom-wrap {
    position: absolute;
    bottom: -90vw;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    transition: 0.3s;
    border-radius: 2vw 2vw 0 0;
    overflow: hidden;
}

.map-bottom-title {
    font-weight: 700;
    font-size: 1vw;
    line-height: 1vw;
    letter-spacing: 0.03em;
    color: var(--text-main-color);
}

.map-bottom-text {
    font-weight: 500;
    font-size: 0.85416666667vw;
    line-height: 0.85625vw;
    letter-spacing: 0.03em;
    color: var(--text-main-color);
}










.map-tariffs-wrap {
    display: flex;
    gap: 1vw;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 1.5vw 2vw 0 2vw;
}

.map-tariff-wrap {
    width: 100%;
    padding: 0.75vw 1vw;
    border-radius: 1vw;
    border: 1px solid #f3f3f3;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5vw;

    transition: 0.3s;
}

.map-tariff-wrap:hover,
.map-tariff-active {
    transform: scale(0.95);
    cursor: pointer;
    background-color: #f3f3f3;
}


.map-tariff-title {
    font-weight: 500;
    font-size: 0.65416666667vw;
    line-height: 0.85625vw;
    letter-spacing: 0.03em;
}

.map-tariff-text {
    font-weight: 700;
    font-size: 0.75vw;
    line-height: 1vw;
    letter-spacing: 0.03em;
    color: var(--text-main-color);
}






.map-text-wrap {
    display: flex;
    gap: 1vw;
    flex-direction: column;
    padding: 1.5vw 2vw 0 2vw;
}







.map-order-wrap {
    display: flex;
    gap: 1vw;
    flex-wrap: wrap;
    flex-direction: row;

    padding: 1vw 2vw;
    border-radius: 2vw 2vw 0 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    margin-top: 1.5vw;
}

.map-order-button {
    padding: 0.75vw 6vw;
    border-radius: 2vw 51.2px;
    display: inline-block;
    background: linear-gradient(120deg, #E6A475 45%, rgb(255 208 175) 89%);
    font-weight: 600;
    font-size: 0.7291666667vw;
    line-height: 1.5625vw;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;

    transition: 0.3s;
}

.map-order-button:hover {
    cursor: pointer;
    transform: scale(0.95);
}



















.suggestions-container {
    position: absolute;
    top: 3vw;
    z-index: 1000;
    background: white;
    width: calc(100% - 2px);
    max-height: 200px;
    overflow-y: auto;
}

.suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.suggestion-item:hover {
    background-color: #f5f5f5;
}

.suggestion-item:last-child {
    border-bottom: none;
}










@media only screen and (max-width: 1280px) {

    .map-wrap {
        width: 100%;
        height: 160vw;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px 0px;
        position: relative;
        display: flex;
    }

    .map-content-wrap {
        position: absolute;
        top: 0;
        left: 0;
        padding: 8vw;
        display: flex;
        gap: 2.5vw    10.75px;
        flex-direction: column;
    }


    .map-content-wrap .form-input {
        width: 70.90625vw !important;
        height: 12.208333vw;
        box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px 0px;
        display: none;
        margin-right: unset !important;
        margin-bottom: unset !important;
        background-color: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        border-radius: 9vw;
    }

    .suggestions-container {
        position: absolute;
        top: 12vw;
        z-index: 1000;
        background: white;
        width: calc(100% - 2px);
        max-height: 200px;
        overflow-y: auto;
    }


    .map-content-wrap .form-container {
        margin-bottom: unset !important;
        position: relative;
        align-items: flex-start;
        display: flex
    ;
        flex-direction: column;
        gap: 3.5vw;
    }


    .map-content-info-wrap {
        background-color: #f3f3f3;
        padding: 2.75vw 7vw;
        display: flex
    ;
        gap: 2.5vw;
        flex-direction: column;
        box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px 0px;
        border-radius: 10vw;
    }


    .map-content-info-title {
        font-weight: 500;
        font-size: 3.654167vw;
        line-height: 2.65625vw;
        letter-spacing: 0.03em;
        color: var(--text-main-color);
    }

    .map-content-info-text {
        font-weight: 700;
        font-size: 2.85vw;
        line-height: 2.85vw;
        letter-spacing: 0.03em;
        color: var(--text-main-color);
    }



    .map-text-wrap {
        display: flex
    ;
        gap: 3vw;
        flex-direction: column;
        padding: 6.5vw 6vw 0 7vw;
    }


    .map-bottom-title {
        font-weight: 700;
        font-size: 4vw;
        line-height: 5vw;
        letter-spacing: 0.03em;
        color: var(--text-main-color);
    }


    .map-bottom-text {
        font-weight: 500;
        font-size: 3.854167vw;
        line-height: 4.85625vw;
        letter-spacing: 0.03em;
        color: var(--text-main-color);
    }


    .map-tariffs-wrap {
        display: flex
    ;
        gap: 1vw;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 5.5vw  7vw 0px 7vw;
    }


    .map-tariff-wrap {
        width: 100%;
        padding: 4.75vw 6vw;
        border-radius: 1vw;
        border: 1px solid #f3f3f3;
        display: flex
    ;
        flex-direction: column;
        align-items: center;
        gap: 3.5vw
    15.05px
    ;
        transition: 0.3s;
    }



    .map-tariff-wrap {
        width: 100%;
        padding: 4.75vw 6vw;
        border-radius: 3vw
    12.9px
    ;
        border: 1px solid #f3f3f3;
        display: flex
    ;
        flex-direction: column;
        align-items: center;
        gap: 3.5vw;
        transition: 0.3s;
    }



    .map-bottom-wrap {
        position: absolute;
        bottom: -30vw;
        left: 0;
        width: 100%;
        display: flex
    ;
        flex-direction: column;
        background-color: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        transition: 0.3s;
        border-radius: 8vw 8vw 0 0;
        overflow: hidden;
    }


    .map-tariff-title {
        font-weight: 500;
        font-size: 2.654167vw;
        line-height: 3.85625vw
    20.8819px
    ;
        letter-spacing: 0.03em;
    }


    .map-tariff-text {
        font-weight: 700;
        font-size: 3.75vw;
        line-height: 4vw;
        letter-spacing: 0.03em;
        color: var(--text-main-color);
    }



    .map-order-wrap {
        display: flex
    ;
        gap: 4vw;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 5vw 9vw;
        border-radius: 6vw
    25.8px
    6vw 0 0;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
        margin-top: 5.5vw;
        justify-content: center;
        align-items: center;
    }


    .map-order-button {
        padding: 3.75vw 13vw;
        border-radius: 5vw;
        display: inline-block;
        background: linear-gradient(120deg, #E6A475 45%, rgb(255 208 175) 89%);
        font-weight: 600;
        font-size: 3.729167vw;
        line-height: 2.5625vw
    11.0188px
    ;
        letter-spacing: 0.03em;
        text-align: center;
        color: #fff;
        transition: 0.3s;
    }


}  