
.offices-map {
    display: inline-block;
    width: 100%;
    height: 774px;
    position: relative;
    margin-top: 43px;
}

.offices-map .map {
    display: inline-block;
    width: 100%;
    height: 100%
}

.offices-map .map .map-holder {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative
}

.offices-map .map .map-holder .pin {
    position: absolute;
    left: 0;
    top: 0
}

.offices-map .map .map-holder .pin.pin-one {
    left: 50%;
    top: 50%
}

.offices-map .map .map-holder .pin.pin-two {
    left: 25%;
    top: 25%
}

.offices-map .map .map-holder .pin.selected svg {
    transform: scale(1.5);
    color: #293371;
    transition: all 300ms
}

.offices-map .map .map-holder .pin.selected svg .logo-change {
    fill: white;
    transition: all 300ms
}

.offices-map .map .map-holder .pin.selected svg .logo-change-bit {
    fill: #F36736;
    transition: all 300ms
}

.offices-map .map .map-holder .pin svg {
    width: 40px;
    height: 53px;
    color: #F36736;
    transition: all 300ms
}

.offices-map .map .map-holder .pin svg .logo-change {
    fill: white;
    transition: all 300ms
}

.offices-map .map .map-holder .pin svg .logo-change-bit {
    fill: white;
    transition: all 300ms
}

.offices-map .map .map-holder img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.offices-map .offices-info {
    width: 500px;
    height: auto;
    background-color: #293371;
    color: white;
    position: absolute;
    right: calc(50px + 5.9%);
    top: 0px;
    transition: height 400ms
}

.offices-map .offices-info .offices-info-holder {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 70px 68px 60px 52px
}

.offices-map .offices-info .offices-info-holder.padding-2 {
    padding: 82px 68px 60px 52px
}

.offices-map .offices-info .offices-info-holder .heading {
    display: inline-block;
    width: 100%;
    letter-spacing: 0.03em;
    margin-bottom: 43px;
    box-sizing: border-box;
    padding-right: 33%
}

.offices-map .offices-info .offices-info-holder .heading.full-length {
    padding-right: 0
}

.offices-map .offices-info .offices-info-holder .office-select {
    display: inline-block;
    width: 100%;
    margin-bottom: 52px
}

.offices-map .offices-info .offices-info-holder .office-select .custom-select .select-box .current-value {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 3px 49px 0 40px;
    font-family: "Arial",sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    width: 380px;
    height: 80px;
    background: #1A2359;
    color: white
}

.offices-map .offices-info .offices-info-holder .office-select .custom-select .select-box .current-value .show-list {
    width: 8px;
    height: 7px;
    top: calc(50% - 3.5px);
    right: 36px
}

.offices-map .offices-info .offices-info-holder .office-select .custom-select .select-box .current-value .show-list svg {
    width: 100%;
    height: 100%;
    color: white
}

.offices-map .offices-info .offices-info-holder .office-select .custom-select .select-box .current-value .show-list.custom-float.float-up {
    transform: translateY(0)
}

.offices-map .offices-info .offices-info-holder .office-select .custom-select .select-box .current-value .show-list.custom-float.float-down {
    transform: translateY(5px)
}

.offices-map .offices-info .offices-info-holder .office-select .custom-select .select-box .custom-list {
    background: #1A2359
}

.offices-map .offices-info .offices-info-holder .office-select .custom-select .select-box .custom-list ul {
    position: relative;
    width: 800px;
    height: 400px;
    overflow: auto
}

.offices-map .offices-info .offices-info-holder .office-select .custom-select .select-box .custom-list ul li {
    height: 50px
}

.offices-map .offices-info .offices-info-holder .office-select .custom-select .select-box .custom-list ul li a {
    display: flex;
    align-items: center;
    padding: 0 19px 0;
    font-family: "Arial",sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: white
}

.offices-map .offices-info .offices-info-holder .office-select .custom-select .select-box .custom-list ul li a:hover {
    background: #293371;
    color: white
}

.offices-map .offices-info .offices-info-holder .office-info {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #5C66A0;
    margin-top: 8px;
    padding-bottom: 18px;
    margin-bottom: 40px
}

.offices-map .offices-info .offices-info-holder .office-info .info-line {
    display: inline-block;
    width: 100%
}

.offices-map .offices-info .offices-info-holder .office-info .info-line .name {
    display: inline-block;
    width: 100%;
    color: white;
    margin-bottom: 10px
}

.offices-map .offices-info .offices-info-holder .office-info .info-line .value {
    display: inline-block;
    width: 100%;
    color: white;
    opacity: 0.5;
    height: 66px;
    overflow: hidden
}

.offices-map .offices-info .offices-info-holder .office-info .info-line .value a {
    color: white;
    transition: all 300ms;
    text-decoration: none
}

.offices-map .offices-info .offices-info-holder .office-info .info-line .value a:hover {
    color: #F36736;
    opacity: 1;
    transition: all 300ms
}

.offices-map .offices-info .offices-info-holder .common-info {
    display: inline-block;
    width: 100%;
    margin-top: 8px
}

.offices-map .offices-info .offices-info-holder .common-info .info-line {
    display: inline-block;
    width: 100%
}

.offices-map .offices-info .offices-info-holder .common-info .info-line .name {
    display: inline-block;
    width: 100%;
    color: white;
    margin-bottom: 10px
}

.offices-map .offices-info .offices-info-holder .common-info .info-line .value {
    display: inline-block;
    width: 100%;
    color: white;
    opacity: 0.5
}

.offices-map .offices-info .offices-info-holder .common-info .info-line .value a {
    color: white;
    transition: all 300ms;
    text-decoration: none
}

.offices-map .offices-info .offices-info-holder .common-info .info-line .value a:hover {
    color: #F36736;
    opacity: 1;
    transition: all 300ms
}

@media (max-width: 1599px) {
    .offices-map {
        height:919px
    }

    .offices-map .offices-info {
        right: 42px
    }

    .offices-map .offices-info .offices-info-holder .office-select {
        margin-bottom: 51px
    }

    .offices-map .offices-info .offices-info-holder .office-info {
        padding-bottom: 0
    }

    .offices-map .offices-info .offices-info-holder .office-info .info-line .value {
        height: 65px
    }
}

@media (max-width: 767px) {
    .offices-map {
        display:flex;
        flex-direction: column-reverse;
        height: auto
    }

    .offices-map .map {
        height: 391px
    }

    .offices-map .offices-info {
        right: auto;
        top: auto;
        position: initial;
        width: 100%
    }

    .offices-map .offices-info .offices-info-holder {
        padding: 0;
        width: 88.266666666%;
        display: block;
        margin: 0 auto;
        padding: 60px 0 62px 0
    }

    .offices-map .offices-info .offices-info-holder.padding-2 {
        padding: 60px 0 62px 0
    }

    .offices-map .offices-info .offices-info-holder .heading {
        padding-right: 25%
    }

    .offices-map .offices-info .offices-info-holder .office-select {
        margin-bottom: 40px
    }

    .offices-map .offices-info .offices-info-holder .office-select .custom-select .select-box .current-value {
        width: 100%;
        padding: 0px 51px 0 28px
    }

    .offices-map .offices-info .offices-info-holder .office-select .custom-select .select-box .current-value .show-list {
        right: 39px
    }

    .offices-map .offices-info .offices-info-holder .office-info {
        padding-bottom: 0;
        box-sizing: border-box;
        padding: 0 8%
    }

    .offices-map .offices-info .offices-info-holder .office-info .info-line .value {
        height: 65px
    }

    .offices-map .offices-info .offices-info-holder .common-info {
        box-sizing: border-box;
        padding: 0 8%
    }
}