.contacts-block{
    margin-top: 120px;
    padding: 66px 0 62px;
    position: relative;
}

.contacts-block .phone{
    text-decoration: none;
}

.contacts-block .h6{
    margin-bottom: 30px;
}

.contacts-block .phones-contacts{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}
.contacts-block  .address{
    display: flex;
    gap: 10px;
    align-items: center;
}
.contacts-block  .address *{
    
    font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
}
.contacts-block  .address svg{
    width: 100%;
    max-width: 20px;
    height: auto;
    max-height: 20px;
    object-fit: contain;
}

.contacts-block .phones{
    max-width: 344px;
    background: var(--thirdly);
    border-radius: 4px;
    border: 1px dashed var(--secondary_sub2);
    padding: 22px;
}

.contacts-block .phones .btn{
    margin-top: 50px;
}

.contactssss{
    padding: 8px;
    background: var(--thirdly);
    border-radius: 4px;
    width: fit-content;
}

@media (max-width:700px){
	.contacts-block{
        margin-top: 60px;
    }
    

}

.contacts-block .container{
    position: relative;
    z-index: 6;
}

.map_side{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
body .map-holder{
    width: 100%;
    height: 100% !important;

}
body .map-holder iframe{
    width: 100%;
    height: 100% !important;
    /* min-height: 420px; */
}

@media (max-width:600px){
    .map_side{
        width: 100%;
        height: 400px;
        position: static;
        top: 0;
        left: 0;
        padding: 15px;
    }
    .contacts-block .container{
        padding: 15px;
    }
    .contacts-block .phones{
        max-width: none;
    }
    .contactssss{
        width: 100%;
    }
    .contacts-block{
        padding: 0;
    }
}