.main-contact-block {
    margin: 60px auto;
    width: 675px;
}

.contact-header a{
    font-weight: 700;
    font-size: 24px;
    background: linear-gradient(93.85deg, #47647A 12.1%, #769CB8 92.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.contact-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #D4DBE1;
}

.contact-viget {
    margin-top: 70px;
    background: linear-gradient(0deg, #2B3846 0%, #16171D 100%);
    display: grid;
    justify-content: center;
}

.contact-viget-title {
    padding-top: 10px;
    margin-bottom: 55px;
    width: 230px;
}

.contact-viget-title a {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #D4DBE1;
}

.contact-items {
    display: flex;
    width: 230px;
    margin-bottom: 35px;
}

.contact-items a {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #9DACB7;
    text-decoration: none;
}

.contact-items:last-child {
    padding-bottom: 20px;
    align-items: flex-start;
}

.contact-items img {
    margin-right: 15px;
}

.map {
    width: 675px;
    background: #47647A;
    mix-blend-mode: hard-light;
}

.map iframe {
    opacity: 0.7;
    width: 671px;
}


@media (max-width: 1160px) {
    .contact-header {
        width: 457px;
        margin: auto;
    }
    .main-contact-block {
        width: 457px;
    }
    .contact-viget-title a {
        font-size: 20px;
        line-height: 24px;
    }
    .contact-items a {
        font-size: 16px;
        line-height: 19px;
    }
    .map,
    .map iframe {
        width: 451px;
    }
}


@media screen and (max-width: 615px) {
    .contact-header {
        width: 320px;
        margin: auto;
    }
    .main-contact-block {
        width: 320px;
    }
    .contact-viget-title a {
        font-size: 20px;
        line-height: 24px;
    }
    .contact-items a {
        font-size: 16px;
        line-height: 19px;
    }
    .map,
    .map iframe {
        width: 315px;
    }
}