.contacts {
    /*padding: 0 5% 50px 5%;*/
    /*min-height: calc(100vh - 200px);*/
}

.contacts h1 {
    font-weight: 700;
    font-size: 30px;
    padding: 0 0 25px 0;
    margin: 0;
}

.contacts__wrap {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.contacts__left-block {
    width: 37%;
    border-radius: 25px;
    background: #ffffff;
    padding: 30px;
    flex-shrink: 0;
}

.contacts__right-block {
    flex: 1;
}

.contacts__right-block img {
    width: 100%;
}

.contacts__group {
    display: flex;
    align-items: flex-start;
    line-height: 24px;
    padding-bottom: 15px;
}

.contacts__group a {
    color: #000000;
}

.contacts__group a:hover {
    text-decoration: underline;
}

.contacts__group svg {
    margin-right: 10px;
    width: 24px;
    flex-shrink: 0;
}

.contacts__group-value {
    padding-bottom: 5px;
}

.contacts__left-group {
    padding-right: 60px;
}

.contacts__phone-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contacts__phone-group a {
    color: #000000;
}

.contacts__phone-group a:hover {
    text-decoration: underline;
}

.contacts__phone-group img {
    margin: 0 10px 0 32px;
}

.contacts__socials {
    display: flex;
    align-items: center;
}

.contacts__socials img {
    margin: 0 0 0 15px;
    width: 25px;
}

.contacts__address_map_img {
    border-radius: 20px;
    width: 100%;
}

@media (max-width: 1024px) {
    .contacts {
        padding: 0 3% 30px 3%;
    }

    .contacts h1 {
        font-size: 20px;
        padding: 20px 0;
    }

    .contacts__wrap {
        flex-direction: column;
    }

    .contacts__left-block {
        width: 100%;
        border-radius: 15px;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .contacts__right-block {
        width: 100%;
    }

    .contacts__left-group {
        padding-right: 0;
    }
}

@media (max-width: 1600px) {
    .contacts__left-block {
        width: 40%;
    }
}

@media (max-width: 1440px) {
    .contacts__left-block {
        /*width: 35%;*/
    }
}

@media (max-width: 1280px) {
    .contacts__left-block {
        width: 40%;
    }
}
