#contact-block .form-side {
    width: 100%;
    max-width: 620px;
    background: var(--bg-primary-main);
    border-radius: 10px;
    padding: 50px;
    background: var(--bg-alt-main);
    position: relative;
}

#contact-block .wrapper {
    display: flex;
    gap: 30px;
}

#contact-block .left-side {
    width: 100%;
    max-width: 880px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#contact-block .names-info {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: var(--text-primary-second);
}
#contact-block .header-value {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--text-primary-head);
}

#contact-block .map iframe,
#map > ymaps,
#map > ymaps > ymaps{
    height: 228px !important;
}

#contact-block .map {
    width: 100%;
    border-radius: 10px;
    height: 228px !important;
}

#contact-block .info-holder {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

#contact-block .holder {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#contact-block .h2 {
    font-family: var(--second-family);
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--text-primary-head);
    margin-bottom: 40px;
}

#contact-block .h4 {
    margin-bottom: 30px;
}

#contact-block .right-side {
    width: 100%;
    max-width: 620px;
}

#contact-block .form input {
    background: var(--bg-primary-main);
    border: 1px solid var(--bg-primary-stroke);

}

@media (max-width: 950px) {
    #contact-block .wrapper {
        flex-direction: column;
    }
    #contact-block .form-side,
    #contact-block .right-side {
        max-width: 100%;
    }
    #contact-block .form-side {
        padding: 10px;
    }
    #contact-block #milka {
        display: none;
    }
}

#contact-block #milka {
    position: absolute;
    z-index: -1;
    left: -110px;
    top: 10px;
}