@media screen and (min-width: 1600px) {
    .contact_block.tg-container{
        max-width: 1400px;
    }
}
.contact_block_item_text{
    color: #626770;
}
.contact_block_content{
    position: absolute;
    background: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 50px;
    height: 100%;
    box-shadow: 0px 4px 66px rgba(23, 35, 80, 0.11);
}
.contact_block_map{
    display: flex;
}
.contact_block_relative_wrap{
    position: relative;
}
.contact_block_item_title{
    margin-bottom: 10px;
}
.contact_block_items{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 600px) {
    body .contact_block_content{
        padding: 20px;
        left: 0;
        width: 100%;
        height: unset;
        min-height: 380px;
        top: 40px;
    }
    .contact_block_map iframe{
        min-height: 835px;
    }
}