.office-addresses .wrapper {
    display: flex;
    align-items: flex-start;
}

.content-block {
    border-radius: 5px;
    background-color: #fff;
}

.office-addresses .office-addresses__block:first-child {
    width: 43.328%;
    padding: 50px 25px 48.88px;
}

.office-addresses .office-addresses__block:nth-child(2) {
    width: 56.672%;
}
.office-addresses #office-addresses-map {
    height: 960px;
}

.office-addresses__block:first-child .office-addresses__office:not(:last-child),
.office-addresses .office-addresses__block:first-child>.title {
    margin-bottom: 50px;
}

.title.title_25px {
    font-size: 25px;
    line-height: 30px;
    font-family: Montserrat-Bold, sans-serif;
}

.title {
    color: #00209a;
    font-family: Montserrat-SemiBold, sans-serif;
    display: flex;
    align-items: baseline;
    white-space: break-spaces;
}

.office-addresses__block:first-child .office-addresses__office>.title {
    margin-bottom: 50px;
    color: #333;
    font-family: Montserrat-SemiBold, sans-serif;
}

.title.title_25px {
    font-size: 25px;
    line-height: 30px;
    font-family: Montserrat-Bold, sans-serif;
}

.office-addresses .office-addresses__block:first-child .office-addresses__office .office-addresses__office__address {
    font-family: Montserrat-SemiBold, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}



.office-addresses .office-addresses__block:first-child .office-addresses__office .office-addresses__office__content .office-addresses__office__time-left.active {
    color: #6cc100;
}

.office-addresses .office-addresses__block:first-child .office-addresses__office .office-addresses__office__content .office-addresses__office__time-left .office-addresses__office__time-left__time {
    display: flex;
    align-items: center;
    justify-content: center;
}

.office-addresses .office-addresses__block:first-child .office-addresses__office .office-addresses__office__content .office-addresses__office__time-left {
    width: 30%;
    font-size: 18px;
    font-family: Montserrat-SemiBold, sans-serif;
    line-height: 22px;
    text-align: center;
}


.office-addresses .office-addresses__block:first-child .office-addresses__office .office-addresses__office__address .office-addresses__office__data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 55%;
}

.office-addresses .office-addresses__block:first-child .office-addresses__office .office-addresses__office__address .office-addresses__office__data>.title {
    margin-bottom: 13px;
    font-family: Montserrat-SemiBold, sans-serif;
}

.title.title_16px {
    font-size: 16px;
    line-height: 19px;
    font-family: Montserrat-Medium, sans-serif;
    color: #333;
}

.office-addresses .office-addresses__block:first-child .office-addresses__office .office-addresses__office__address .office-addresses__office__data .office-addresses__office__working-hours {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
}

.office-addresses .office-addresses__block:first-child .office-addresses__office .office-addresses__office__address .office-addresses__office__data .office-addresses__office__working-hours .office-addresses__office__working-hours__group:not(:last-child) {
    margin-bottom: 6px;
}

.office-addresses .office-addresses__block:first-child .office-addresses__office .office-addresses__office__address .office-addresses__office__data .office-addresses__office__working-hours .office-addresses__office__working-hours__group {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.title.title_16px {
    font-size: 16px;
    line-height: 19px;
    font-family: Montserrat-Medium, sans-serif;
    color: #333;
}


.office-addresses .office-addresses__block:first-child>a:not(:last-child) {
    margin-bottom: 16.65px;
}
.office-addresses .office-addresses__block:first-child>a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
a {
    display: inline-flex;
    align-items: center;
}
a, body {
    color: #333;
}


.office-addresses .office-addresses__block:first-child>a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.office-addresses .office-addresses__block:first-child>a svg {
    margin-right: 19.14px;
}

.office-addresses .office-addresses__block:first-child>a .text {
    font-family: Montserrat-SemiBold, sans-serif;
}

.text.text_16px {
    font-size: 16px;
    line-height: 19px;
    font-family: Montserrat-Medium, sans-serif;
}