.maps .board,
.maps__board {
    margin-top: 10px;
    border-radius: 3px
}

.maps .board {
    position: absolute;
    width: 385px;
    height: auto;
    padding-bottom: 15px;
    color: #fff;
    background: #31373b;
    margin-left: 20px
}

.maps h4 {
    font-weight: 700;
    color: #3780b9;
    padding: 20px 10px 0 25px;
    font-size: 14px;
    line-height: 32px
}

.maps h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 24px
}

.maps .board .items,
.maps p {
    color: #949494;
    font-size: 13px;
    line-height: 24px
}

.maps .board .clickon.active {
    background: #323f48
}

.maps .board .items {
    padding: 10px 25px
}

.maps p {
    font-weight: 400
}

.place-card.place-card-large {
    display: none !important
}

.map-find {
    height: 700px;
}

.maps {
    position: relative;
}

p.maps__title {
    font-weight: 700;
    color: #3780b9;
    /*padding: 20px 10px 0 0;*/
    padding: 0;
    font-size: 14px;
    line-height: 32px
}

p.maps__office {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

.map-find #map {
    width: 100%;
    height: 100%
}

.maps__board {
    position: absolute;
    width: 385px;
    height: auto;
    color: #fff;
    background: #31373b;
    margin-left: 10px;
    padding: 15px;
    z-index: 1
}

.maps__board .items p + p {
  margin-top: 5px;
}

.maps__board .items p:first-child {
    margin-top: 15px;
}

@media screen and (max-width:750px) {
    /*.maps__board {
        margin-left: 3px;
        margin-top: 3px
    }*/
    .maps__board {
        position: relative;
        width: 100%;
        margin-left: 0;
    }


}

@media screen and (max-width:480px) {
    .maps__board {
        /*width: 100%;*/
        margin: 0;
        border-radius: 0
    }
}