body{
    height: auto;
}

.pattern1_header{
    text-align: center;
    padding-top: 141px;
    padding-bottom: 66px;
}


.main_social{
    margin-top: 20px;
}

.contacts_map{
    /* margin-top: 66px; */
    position: relative;
    height: 590px;
    background: center / cover no-repeat url("../images/map.png");
}

.contacts_map_container{
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.contacts_map_info{
    position: absolute;
    left: 100px;
    top: 179px;
    height: 232px;
    background: rgba(19, 37, 78, 0.5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 1;
    padding: 30px;
}

.contacts_map_info_text{
    padding-left: 3px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.05em;

    color: #FFFFFF;
}

.google_map{
    position: relative;
    height: 590px;
    background: center / cover no-repeat url("../images/map.png");
}

@media (max-width: 1100px) {
    body{
        background: left top / 100% no-repeat url("../images/EllipseM14.svg"),#13254E;
    }

    .container{
        padding: 0 20px;
    }

    .contacts_map{
        background:unset;
        margin-top: unset;
        position: relative;
        height: unset;
        /* height: 172px; */
    }

    .contacts_map_info{
        position: initial;
        background: #FFFFFF;
        padding:  0 15px;
        height: unset;
    }
    .contacts_map_info_text{
        padding-top: 25px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 150%;
        text-align: center;
        letter-spacing: 0;

        color: #13254E;
    }

    .pattern1_header{
        text-align: left;
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .google_map{
        position: relative;
        height: 290px;
        background: center / cover no-repeat url("../images/map.png");
    }
    
}