.contacts {
    background: #fff;
    padding: 40px 0;
}

.contacts .breadcrumbs {
    margin: 0 0 40px;
}

.contacts .breadcrumbs__link .breadcrumbs__item-name {
    color: #012f3f;
}

.contacts__container {
    width: 100%;
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.contacts__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #012f3f;
    margin: 0 0 24px;
}

.contacts__main {
    border: 1px solid rgba(1, 47, 63, 0.1);
    border-radius: 12px;
    padding: 8px 24px 24px;
    margin: 0 0 40px;
    box-sizing: border-box;
}

.contacts__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid rgba(1, 47, 63, 0.1);
}

.contacts__col {
    padding: 24px 0;
    border-bottom: 1px solid rgba(1, 47, 63, 0.1);
}

.contacts__col:last-child {
    border: 0;
    padding: 24px 0 0;
}

.contacts__callback-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #012f3f;
}

.contacts__callback-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 280px;
    height: 55px;
    background: #00b8e4;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    cursor: pointer;
}

.contacts-info {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
}

.contacts-info__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #012f3f;
    margin-right: 24px;
}

.contacts-info__title span {
    font-weight: 400;
}

.contacts-info__desc {
    display: flex;
    align-items: center;
}

.contacts-info__desc span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    color: #012f3f;
    margin-left: 12px;
}

.contacts__offices {
    margin: 0 0 40px;
}

.contacts-office:first-child {
    border-bottom: 1px solid rgba(1, 47, 63, 0.1);
    padding: 0 0 40px;
    margin: 0 0 40px;
    box-sizing: border-box;
}

.contacts-office__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contacts-office__content {
    width: 100%;
    max-width: 565px;
}

.contacts-office__map {
    width: 100%;
    max-width: 565px;
}

.contacts-office__map iframe {
    border-radius: 12px;
}

.contacts-office__address {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #012f3f;
    margin: 0 0 24px;
}

.contacts-office__info {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
}

.contacts-office__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #012f3f;
    margin-right: 24px;
}

.contacts-office__desc {
    display: flex;
    align-items: center;
}

.contacts-office__desc span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    color: #012f3f;
    margin-left: 12px;
}

@media (max-width: 1200px) {
    .contacts-office__content {
        padding-right: 20px;
    }
}

@media (max-width: 650px) {
    .contacts {
        padding: 20px 0;
    }

    .contacts .breadcrumbs {
        margin: 0 0 20px;
    }

    .contacts__title {
        font-size: 20px;
        line-height: 120%;
        margin: 0 0 20px;
    }

    .contacts__main {
        padding: 0 15px 15px;
        margin: 0 0 40px;
    }

    .contacts__row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
    }

    .contacts__col {
        padding: 15px 0 0;
    }

    .contacts__callback-title {
        font-size: 18px;
        line-height: 120%;
        margin: 0 0 15px;
    }

    .contacts__callback-btn {
        width: 100%;
        height: 50px;
        font-size: 12px;
    }

    .contacts-info {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin: 0 0 15px;
    }

    .contacts-info__title {
        font-size: 14px;
        line-height: 145%;
        margin: 0 0 12px;
    }

    .contacts__offices {
        margin: 0 0 20px;
    }

    .contacts-office:first-child {
        border-bottom: 0;
        padding: 0 0 10px;
        margin: 0 0 10px;
    }

    .contacts-office__row {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    .contacts-office__address {
        font-size: 20px;
        line-height: 120%;
        margin: 0 0 15px;
    }

    .contacts-office__info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 15px;
    }

    .contacts-office__title {
        font-size: 14px;
        line-height: 145%;
        margin: 0 0 12px;
    }

    .contacts-office__desc span {
        font-size: 14px;
        line-height: 145%;
    }

}