#poststuff .inside {
    margin: 27px 0 0 0;
}
fieldset {
    max-width: 500px;
    width: 100%;
}
fieldset .form-group {
    overflow: hidden;
}
.offices-map-block {
    position: relative;
}
#offices-map-wrapper .offices-map {
    height: 480px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 40px 0 60px 0;
    transition: height .25s ease-in-out;
    cursor: pointer;
}
#offices-map-wrapper>.collapsed {
    height: 50px;
}
.offices-map .maps-container-bg-line {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .1s ease;
}
.offices-map .maps-container-bg-line:hover {
    opacity: .7;
}
.offices-map #offices-google-map {
    position: absolute;
    top:0;
    left: 0;
    height: 480px;
    width: 100%;
}
#offices-enlarge-size-button {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
#offices-enlarge-size-button span {
    font-size: 12px;
    color: #505050;
}
#offices-enlarge-size-button svg:hover {
    transform: scale(1.05);
}
#offices-enlarge-size-button svg {
    transition: transform .1s ease;
    cursor: pointer;
    width: 48px;
    height: 48px;
}
#offices-enlarge-size-button svg:hover {
    transform: scale(1.05);
}
#offices-enlarge-size-button .marker-icon {
    display: inline-block;
    transform: rotate(180deg);
}
#offices-enlarge-size-button>.collapsed {
    transform: rotate(0deg);
}
#cities-list {
    margin: 12px 0;
}
#cities-list .col-xs-2 {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14.5px;
}
#cities-list a{
    text-decoration: none;
}
#cities-list .show-map-btn-active {
    color: #222;
}
.single-office-info>div {
    pading-left: 0;
}
.single-office-info .office-photo {
    height: 190px;
}
.single-office-info .office-map ,
.single-office-info #office-map {
    height: 380px;
}
.single-office-info .office-contacts, .single-office-info .office-description {
    margin: 40px 0 0 0;
}
.office-contacts {
}
.office-contacts>.t-row {
    display: table-row;
}
.office-contacts .t-row div {
    display: table-cell;
}
.office-contacts .t-row div:first-child {
    width: 30px;
    padding-top: 8px;
}
.office-contacts .t-row div:nth-child(2) {
    width: 100%;
    padding-left: 8px;
}
.office-contacts span {
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
}
.office-contacts>div {
    margin: 8px 0;
}
.office-contacts .contact-info {
    font-size: 15px;
}
.office-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.office-icon-building {
    background-image: url('http://tat.ua/wp-content/themes/pixel-linear/images/office-icons/building.png');
}
.office-icon-earth {
    background-image: url('http://tat.ua/wp-content/themes/pixel-linear/images/office-icons/earth.png');
}
.office-icon-mail {
    background-image: url('http://tat.ua/wp-content/themes/pixel-linear/images/office-icons/mail.png');
}
.office-icon-skype {
    background-image: url('http://tat.ua/wp-content/themes/pixel-linear/images/office-icons/skype.png');
}
.office-icon-phone {
    background-image: url('http://tat.ua/wp-content/themes/pixel-linear/images/office-icons/phone.png');
}

@media screen and (max-width: 1030px) {
    .single-office-info {
        margin: 0 -15px;
    }
    .single-office-info .office-photo {
        display: none;
    }
    .single-office-info .office-contacts {
        margin-top: 0;
    }
}

@media screen and (max-width: 690px) {
    .single-office-info > div {
        width: 100%;
    }
    .single-office-info .office-contacts {
        margin-bottom: 30px;
    }
    .office-contacts .t-row div:nth-child(2) {
        padding-left: 16px;
        padding-bottom: 5px;
    }
    .office-contacts .contact-info {
        font-size: 24px;
        line-height: 30px;
    }
}