.agency-details {
    width: 100%;
    padding: 20px 0 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #4f4f4f;
    font-family: "Gotham Pro",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.agency-details h2 {
    margin: 0 0 6px 0;
    padding: .6em 4em .6em 0;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    white-space: nowrap;
}
.agency-details p {
    line-height: 18px;
    margin-bottom: 10px;
}
.agency-details p.website a {
    color: #900;
}
.agency-details a.button {
    font-size: 1.1em;
    line-height: 2em;
    padding: 0 50px 0 20px;
    border: 0;
    background-color: #666;
    color: #fff;
    min-width: 120px;
    white-space: nowrap;
    margin: .5em 0 2em 0;
    background-position: right center;
}
.agency-details .ui-accordion-header {
    border-bottom: 1px solid #efefef;
    background-image: url(../img/arrow_right_black.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.contactSlider .slick-arrow {
    z-index: 10002;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
}
.contactSlider .slide_prev {
    background-image: url(../img/arrow_left.png);
    left: 1%;
}
.contactSlider .slide_next {
    background-image: url(../img/arrow_right.png);
    right: 1%;
}
.contactSlider .slick-list {
    height: 100%;
    text-align: center;
    padding: 40px;
    color: white;
}
.contactSlider .contactSlider__item h2 {
    font-size: 32px;
    font-family: "Gotham Pro",sans-serif;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
}
.contactSlider .contactSlider__item .agency_addr {margin-top: 20px;}
.contactSlider .contactSlider__item p {
    font-family: "Gotham Pro",sans-serif;
    line-height: 23px
}
.contacts-link {position: relative}
.contacts-link::before {
    position: absolute;
    right: 8px;
    top: 0;
    width: 7px;
    height: 29px;
    content: "";
    border: none;
    background-image: url(../img/arrow_right.png);
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#contactDetails {
    position: relative;
}
.contactDetails {
    display: none
}
.contactDetails::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #f2f2f2;
    position: absolute;
    z-index: 9;
    bottom: 100%;
    left: calc(50% - 25px);
}
.contactDetailsContent {
    background-color: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding: 0 50px 50px 50px;
    justify-content: center;
}
.contactDetails .contact {
    font-family: 'Gotham Pro';
    width: calc(100% / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.contactDetails .contact h4 {
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1em;
}
.contactDetails .contact h2 {
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-weight: 900;
    font-size: 1.4em;
}
.contactDetails .contact h3 {
    text-transform: uppercase;
    margin: 0 0 1em 0;
    font-weight: 300;
    font-size: 1.4em;
}
.contactDetails .contact a {
    color: #900
}
@media screen and (max-width: 767px) {
    .contactDetails::before {
        display: none;
    }
    .contactDetails .contact {width: 100%;margin-top: 25px;display: block}
    #officesPublicisWW .container_map .filter {top: inherit;padding: 20px}
    #officesPublicisWW .container_map #map,
    #officesPublicisWW .container_map #ajaxload {height: 450px}
    .contactDetailsContent {padding: 0 25px 25px 25px}
    .agency-details h2 {font-size: 14px}
    .agency-details p, .agency-details a.button {font-size: 10px}
    .contactSlider .contactSlider__item h2 {font-size: 25px}
    .contactSlider .contactSlider__item .agency_addr {font-size: 13px}
    .contactDetails .contact h3 {font-size: 16px;line-height: 25px}
    .contactDetails .contact h2 {font-size: 20px;}
    .contactDetails .contact h4 {font-size: 14px}
    .contactDetails .contact a {font-size: 14px;}
}