* {
    text-transform: none !important;
    scroll-behavior: smooth;
}

.header_of_map {
    display: flex;
    justify-content: center;
    margin-bottom: 41px;
}


.padding_section {
    padding: 0 30px 70px 30px !important;
}

.contact {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.inputs {
    width: 90%;
    margin: 20px 0;
}


.font_of_price_middle {
    font-family: var(--e-global-typography-a8811af-font-family), Sans-serif;
    font-size: 30px;
    text-transform: var(--e-global-typography-a8811af-text-transform);
    font-style: var(--e-global-typography-a8811af-font-style);
    text-decoration: var(--e-global-typography-a8811af-text-decoration);
    line-height: var(--e-global-typography-a8811af-line-height);
    letter-spacing: var(--e-global-typography-a8811af-letter-spacing);
}


.bold {
    font-weight: bold !important;
    font-size: 20px !important;
}

.font_of_price_small {
    font-size: var(--e-global-typography-451e8fd-font-size);
    line-height: var(--e-global-typography-451e8fd-line-height);
    letter-spacing: var(--e-global-typography-451e8fd-letter-spacing);
}


#headerPopup{
    width:75%;
    margin:0 auto;
}

#headerPopup iframe{
    width:100%;
    margin:0 auto;
}

.mfp-hide {
    display: none!important;
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -180px;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "x";
}

#fade:hover ~ #boxclose {
    display:none;
}

.test:hover ~ .test2 {
    display: none;
}

@media screen and (max-width: 635px) {
    #light {
        position: absolute;
        top: 32%;
        background: #FFF;
        z-index: 1002;
        overflow: visible;
        margin-left: 0;
        margin-top: 0;
        left: 0;
    }
}
.display_none{
    display: none;
}
.text_align_left{
    text-align: left;
}
.text_format{
    line-height: 2;
    font-size: 20;
}

@media (max-width: 1024px) {
    .text_format{
        line-height: inherit;
        font-size: inherit;
    }
}
.request{
    margin-top: 0;
}

@media (max-width: 767px) {
    .request{
        margin-top: 60px;
    }
}
.menu_margin{
    margin-right: inherit;
}

@media (max-width: 1151px) {
    .menu_margin{
        margin-right: 12px !important;
    }
}

.font_format_big {
    font-size: 1.5em !important;
}

.font_format_small {
    font-size: 1.25em !important;
}

@media (max-width: 600px) {
    .font_format_big {
        font-size: 1.25em !important;
    }
    .font_format_small {
        font-size: 1em !important;
    }
}