.contMap{
    display: grid;
    grid-template-columns: 22% 3fr;
    padding: 75px 75px;
    gap: 30px;
    box-sizing: border-box;
}
.contMap_link{
    height: 90px;
}
.contMap_title_map{
    /* background-image: url(/img/pages/map.png); */
    background-size: cover;
    width: 1079px;
    height: 470px;
    border-radius: 30px;
    margin-top: 43px;
}
.contMap_title{
    width: 222px;
    height: 47px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 80%;
    text-transform: uppercase;
    color: #0068AF;
}
.contMap_contacts{
    display: flex;
    flex-direction: column;

    box-sizing: border-box;
    height: 470px;
    background: linear-gradient(144.28deg, #F3E7E9 1.29%, #E3EEFF 97.49%, #E3EEFF 97.5%);
    border-radius: 10px;
    padding: 20px;
}
.contMap_contacts_name{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #747474;
    padding: 10px 0;
    padding-top: 30px;

}
.contMap_contacts_content{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #111111;
}