.office-all-form {
    position: relative;
    margin-top: 50px;
}

.office-all-form__switch {
    position: absolute;
    top: 0;
    left: 20px;
    margin-top: -35px;
}

.office-all-item {
    display: flex;
    flex-direction: column;
    margin: 0 -20px 30px;
    padding: 30px;
    background-color: #F2F0F6;
}

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

.common-about__text-inner_auto-h {
     height: auto;
}

.office-all-item__caver {
    display: flex;
    flex: 0 0 auto;
}

.office-all-item__img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    margin: 0 auto 10px;
}

.office-all-item__img_ie {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.office-all-item__des {
    flex: 1 1 100%;
}

.office-all-item__name {
    margin-bottom: 20px;
    text-align: left;
}

.office-all-item__info {
    margin: 0;
}

.office-all-item__info_address {
    margin-bottom: 15px;
}

.office-all-item__info-name {
    font-weight: 500;
}

.office-all-item__info-data {

}

.office-all-list__map {
    margin-bottom: 30px;
    height: 80vh;
    background-color: #e3e3e3;
}

.office-all-item__info-data{
	text-align: left;
}
.office-all-list__more-btn_list {
    display: block;
    margin: auto;
}

@media (min-width: 375px) {
    .office-all-form {
        margin-top: 60px;
    }

    .office-all-form__switch {
        margin-top: -45px;
    }
}

@media (min-width: 576px) {
    .page-title {
        margin-right: 220px;
    }

    .office-all-form {
        margin-top: 0;
    }

    .office-all-form__switch {
        right: 0;
        left: auto;
        margin-top: -65px;
    }

    .office-all-item {
        margin: 0 0 35px;
    }
}

@media (min-width: 869px) {
    .office-all-form__switch {
        margin-top: -64px;
    }

    .office-all-item {
        padding: 40px;
        display: flex;
        flex-direction: row;
    }

    .office-all-item__img {
        margin: 0 30px 0 0;
    }

    .office-all-item__des {
        flex: 1 1 auto;
    }

    .office-all-item__name {
        margin-bottom: 10px;
    }

    .office-all-item__info {
        display: flex;
    }

    .office-all-item__info-name {
        margin-right: 5px;
    }
}

@media (min-width: 1189px) {
    .page-title {
        margin-right: 250px;
    }

    .office-all-form__switch {
        right: 30px;
        margin-top: -78px;
    }

    .office-all-item__img {
        width: 184px;
        height: 184px;
        margin: 0 60px 0 0;
    }
}
