.map, #map {
    width: 100%;
    height: 500px;
    /*margin-top: -72px;*/
}
.block07 {

}
.gm-style > div > div {
    background: linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(255 255 257 / 0%) 15%);
}

.map_service {
    background: #FFFFFF;
    padding-top: 6.5rem;
}

.map .container {
    position: relative;
}

.map_service__title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .map_service__title {
        font-size: 1.125rem;
        line-height: 1.3125rem;
    }
}

.map_service__content {
    margin-bottom: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #B6B6B6;
}

@media (max-width: 767px) {
    .map_service__content {
        margin-bottom: 1.5rem;
    }
}

.map_service_box {
    width: 57.5625rem;
    height: 29.5625rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .map_service_box {
        width: 100%;
    }
}

.map_service_box__value {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #000000;
    padding-bottom: 0.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.map_service_box__value:last-child {
    padding-bottom: 3.625rem;
}

@media (max-width: 767px) {
    .map_service_box__value {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 1rem;
    }
}

.map_service_box__value img {
    margin-right: 0.6875rem;
}

.map_service_section {
    position: relative;
}

.map_service_section_search {
    background: url("/bundles/orderservice/i/loop_map_services.svg") #FFFFFF no-repeat 95%;
    z-index: 9;
    border: 1px solid #E0E0E0;
    width: 25.4375rem;
    padding: 5px 46px 7px 12px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #3C3C3B;
    margin: 15px 25px;
}

.map_service_section_search::-webkit-input-placeholder {
    color: #B6B6B6;
}

.map_service_section_search::-moz-placeholder {
    color: #B6B6B6;
}

.map_service_section_search::-ms-input-placeholder {
    color: #B6B6B6;
}

.map_service_section_search::placeholder {
    color: #B6B6B6;
}

@media (max-width: 767px) {
    .map_service_section_search {
        width: 220px;
        margin: 12px 10px;
    }
}

.map_service_section_bac {
    -webkit-box-shadow: 0px 4px 19px rgba(171, 170, 170, 0.25);
    box-shadow: 0px 4px 19px rgba(171, 170, 170, 0.25);
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    top: 2.75rem;
    left: 2.0625rem;
    position: absolute;
    z-index: 9;
}

@media (max-width: 767px) {
    .map_service_section_bac {
        top: 1.5rem;
        left: 0.75rem;
        width: 303px;
    }
}

.gm-style-mtc {
    display: none;
}

.map_service_section_info {
    padding-left: 1.5625rem;
    padding-bottom: 1.375rem;
    padding-right: 1.5625rem;
}

@media (max-width: 767px) {
    .map_service_section_info {
        padding-left: 0.75rem;
        padding-bottom: 0.75rem;
        padding-right: 1rem;
    }
}

.map_service_section_info__title {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 0.9375rem;
    color: #B6B6B6;
    margin-bottom: 0.9375rem;
}

.map_service_section_info__connect {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 130%;
    color: #3C3C3B;
    margin-bottom: 0.5rem;
}

.map_service_section_info__cord {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 130%;
    color: #6785B8;
    margin-bottom: 0.5rem;
}

.map_service_section_info__timing {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #000000;
    margin-bottom: 1rem;
    width: 17.1875rem;
}

@media (max-width: 767px) {
    .map_service_section_info__timing {
        width: 100%;
    }
}

.map_service_section_info__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.map_service_section_info__button button {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
    padding: 8px 0;
    width: 144px;
    background: #192A67;
}

@media (max-width: 767px) {
    .map_service_section_info__button button {
        width: 100%;
        padding: 12px 0;
    }
}

.pac-container {
    width: 457px !important;
    margin-left: -1.5625rem !important;
    padding-left: 1.5625rem;
    padding-bottom: 1.375rem;
    padding-right: 1.5625rem;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFFFFF;
    border-left: 1px solid #E0E0E0 !important;
    border-right: 1px solid #E0E0E0 !important;
    border-bottom: 1px solid #E0E0E0 !important;
    border-top: 0 !important;
    border: 0 !important;
}

@media (max-width: 767px) {
    .pac-container {
        margin-left: -0.625rem !important;
        padding-left: 0rem;
        overflow-x: hidden;
        width: 302px !important;
    }
}

.fullscreen-pac-container[style] {
    z-index: 2547483647 !important;
    top: 108px !important;
}

@media (max-width: 767px) {
    .fullscreen-pac-container[style] {
        z-index: 2547483647 !important;
        top: 83px !important;
    }
}

.pac-item {
    border-top: 0 !important;
    padding-top: 10px !important;
    font-size: 0.8125rem !important;
    padding-left: 0.75rem !important;
}

@media (max-width: 767px) {
    .pac-item {
        padding-left: 1.25rem !important;
        overflow-x: hidden !important;
        width: 100% !important;
        word-break: break-all;
    }
}

.pac-item-query {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.1875rem !important;
    font-size: 1rem !important;
    color: #000000 !important;
    cursor: pointer !important;
}

.pac-item-query:hover {
    color: #000037 !important;
}

.pac-logo::after {
    position: absolute !important;
    left: -99999999999999999999999999999px;
}

.pac-matched:first-child {
    padding-top: 10px !important;
}

.pac-icon.pac-icon-marker {
    display: none !important;
}

.pac-icon.pac-icon-search {
    display: none !important;
}

.hdpi.pac-icon {
    display: none !important;
}

.blockmap_btn {
    font-size: 13px;
    line-height: 100%;
    color: #ffffff;
    max-width: 295px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    background-color: rgba(25, 42, 103, 1);
    width: 144px;
    height: 32px;
    padding-bottom: 9px;
    padding-top: 9px;
    margin: inherit;
}
.blockmap_btn:hover {
    background-color: #6785B8;
}

.block01__lang {
    right: -32px;
}