.office-contact {
    background: #F7F6F6;
    padding: 30px 20px;
}

.global_background-dark .office-contact {
    background: #888888;
}

.office-contact__logo {
    display: block;
    width: 128px;
    height: 77px;
    margin: 0 auto 4px;
}

.office-contact__name {
    display: block;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    font-size: 15px;
    color: #463B3F;
    margin-bottom: 18px;
}

.global_background-dark .office-contact__name {
    color: #ffffff;
}

.office-contact__appointment {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.office-contact__body {
    display: none;
    max-width: 300px;
    margin: 25px auto 0;
}

.office-contact__group {
    margin-bottom: 20px;
}

.office-contact__group_address {

}

.office-contact__group_tel {

}

.office-contact__group_time {

}

.office-contact__group-title {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    color: #463B3F;
    margin-bottom: 12px;
}

.global_font-1 .office-contact__group-title {
    font-size: 14px;
}

.global_font-2 .office-contact__group-title {
    font-size: 16px;
}

.global_font-3 .office-contact__group-title {
    font-size: 18px;
}

.global_background-dark .office-contact__group-title {
    color: #ffffff;
}


.office-contact__group-text {
    font-size: 14px;
    line-height: 155%;
    color: #463B3F;
    margin: 0 0 10px;
}

.global_font-1 .office-contact__group-text {
    font-size: 16px;
}

.global_font-2 .office-contact__group-text {
    font-size: 18px;
}

.global_font-3 .office-contact__group-text {
    font-size: 20px;
}

.global_background-dark .office-contact__group-text {
    color: #ffffff;
}

.office-contact__group-text:last-child {
    margin: 0;
}

.office-contact__show-map {
    display: inline-block;
    font-size: 13px;
    line-height: 140%;
    color: #8E2B62;
    border: 0;
    border-bottom: 1px dashed #8E2B62;
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.global_font-1 .office-contact__show-map {
    font-size: 14px;
}

.global_font-2 .office-contact__show-map {
    font-size: 16px;
}

.global_font-3 .office-contact__show-map {
    font-size: 18px;
}

.global_background-dark .office-contact__show-map {
    color: #fabce3;
    border-bottom: 1px dashed #fabce3;
}

.office-contact__tel {
    color: #463B3F;
}

.global_background-dark .office-contact__tel {
    color: #ffffff;
}

.office-contact__tel-note {
    display: block;
}

.office-contact__time {
    display: table;
}

.office-contact__time-line {
    display: table-row;
    font-size: 14px;
    line-height: 155%;
    color: #463B3F;
}

.global_font-1 .office-contact__time-line {
    font-size: 16px;
}

.global_font-2 .office-contact__time-line {
    font-size: 18px;
}

.global_font-3 .office-contact__time-line {
    font-size: 20px;
}

.global_background-dark .office-contact__time-line {
    color: #fabce3;
}

.office-contact__time-line_weekend {
    color: #8E2B62;
    font-weight: 500;
}

.global_background-dark .office-contact__time-line_weekend {
    color: #fabce3;
}

.office-contact__time-day,
.office-contact__time-work {
    display: table-cell;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.office-contact__time-day {
    padding-right: 22px;
}

.office-contact__file {
    margin-bottom: 30px;
}

.office-contact__file.padding-left {
    padding-left: 15px;
}

.file__head{
    display: flex;
}

.file__info{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #828282;
}

.file__icon{
    margin-right: 12px;
}

.office-contact__social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.office-contact__social-title {
    flex: 1 1 100%;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #463B3F;
    margin-bottom: 15px;
    text-align: center;
}

.global_font-1 .office-contact__social-title {
    font-size: 14px;
}

.global_font-2 .office-contact__social-title {
    font-size: 16px;
}

.global_font-3 .office-contact__social-title {
    font-size: 18px;
}

.global_background-dark .office-contact__social-title {
    color: #ffffff;
}

.office-contact__social-item {
    margin-right: 40px;
}

.office-contact__social-item:last-child {
    margin-right: 0;
}

.office-contact__social-icon {
    fill: #E4623F;;
}

.global_background-dark .office-contact__social-icon {
    fill: #ffb4a0;
}

.office-contact__more {
    display: flex;
    align-items: center;
    fill: #828282;
    margin: 18px auto 0;
    border: 0;
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.global_background-dark .office-contact__more {
    fill: #ffffff;
}

.office-contact__more-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #828282;
    margin-right: 10px;
}

.global_font-1 .office-contact__more-text {
    font-size: 14px;
}

.global_font-2 .office-contact__more-text {
    font-size: 16px;
}

.global_font-3 .office-contact__more-text {
    font-size: 18px;
}

.global_background-dark .office-contact__more-text {
    color: #ffffff;
}

.office-contact__more-icon {
    width: 9px;
    transition: transform .2s ease-in-out;
}

.office-contact__more_show .office-contact__more-icon {
    transform: rotate(180deg);
    transition: transform .2s ease-in-out;
}

@media (min-width: 375px) {

}

@media (max-width: 576px) {
    .office-contact__file.padding-left {
        padding-left: 0;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 869px) {
    .office-contact__body {
        display: block;
    }

    .office-contact__more {
        display: none;
    }
}

@media (min-width: 1189px) {
    .office-contact {
        padding: 55px 30px;
    }

    .office-contact__logo {
        width: 183px;
        height: 110px;
        margin: 0 auto 8px;
    }

    .office-contact__name {
        /*font-size: 22px;*/
        /*margin-bottom: 26px;*/
    }

    .global_font-1 .office-contact__name {
        font-size: 24px;
    }

    .global_font-2 .office-contact__name {
        font-size: 26px;
    }

    .global_font-3 .office-contact__name {
        font-size: 28px;
    }

    .office-contact__appointment {
        margin-bottom: 47px;
    }

    .office-contact__group {
        margin-bottom: 40px;
    }

    .office-contact__group-title {
        font-size: 14px;
    }

    .global_font-1 .office-contact__group-title {
        font-size: 16px;
    }

    .global_font-2 .office-contact__group-title {
        font-size: 18px;
    }

    .global_font-3 .office-contact__group-title {
        font-size: 20px;
    }

    .office-contact__group-text {
        font-size: 16px;
    }

    .global_font-1 .office-contact__group-text {
        font-size: 18px;
    }

    .global_font-2 .office-contact__group-text {
        font-size: 20px;
    }

    .global_font-3 .office-contact__group-text {
        font-size: 22px;
    }

    .office-contact__time-line {
        font-size: 16px;
    }

    .global_font-1 .office-contact__time-line {
        font-size: 18px;
    }

    .global_font-2 .office-contact__time-line {
        font-size: 20px;
    }

    .global_font-3 .office-contact__time-line {
        font-size: 22px;
    }

    .office-contact__file {
        margin-bottom: 70px;
    }

    .office-contact__social-title {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .global_font-1 .office-contact__social-title {
        font-size: 16px;
    }

    .global_font-2 .office-contact__social-title {
        font-size: 18px;
    }

    .global_font-3 .office-contact__social-title {
        font-size: 20px;
    }


    .office-contact__social-item {
        margin-right: 22px;
    }

    .office-contact__social-icon {
        width: 26px;
        height: 26px;
    }
}
