.agency_contacts div {
    font-family: Open;
    font-size: 20px;
    margin: 5px 0px;
    padding-left: 30px;
}
.agency_contacts div span {
    color:#111111;
    cursor:pointer;
}
.agency_phone {
    background-image: url('/themes/newd2/images/agency/phone.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
}
.agency_site {
    background-image: url('/themes/newd2/images/agency/website.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
}
.agency_tl {
    background-image: url('/themes/newd2/images/agency/tlg.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
}
#tlgm, #agencys {
    cursor:pointer;
    display:none;
}
#tlgm:hover {
    text-decoration: underline;
}
#agencys:hover {
    text-decoration: underline;
}
.h2_contacts {
    color:#111111;
    font-size: 22px;
    font-family: Bold;
}
.agency_wch_span {
    color:#337ab7;
    text-decoration:underline;
    cursor:pointer;
    display:none;
}
.h4_location {
    font-family: Bold;
    font-size: 22px;
    margin-top:0px;
}
.location_address {
    margin-bottom: 15px;
}
.carousel {
    margin-top: 70px;
    height: 300px;
}
.carousel-cell {
    width: 100%; /* full width */
    height: 300px;
    background: #222;
    /* center images in cells with flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-cell img {
    display: block;
    max-height: 300px;
    width: 100%;
}
.h4_profiles {
    font-family: Bold;
    font-size: 22px;
    margin-top:45px;
    margin-bottom: 0px;
}

.agenct_payments, .work_time {
    font-family: Open;
}
.agenct_payments span, .work_time span {
    font-family: bold;
}
.AgencyDescription {
    font-family: Open;
    margin-bottom: 30px;
    margin-top: 30px;
}
.favoriteAgency.ac {
    animation: heartbeat 1s;
}
.favoriteAgency {
    background-color: transparent;
    border: 2px solid #b9b9b9;
    border-radius: 5px;
    width: 118px;
    height: 34px;
    font-size: 14px;
    color: #474747;
    float: right;
    text-align: center;
    margin-left: 9px;
    cursor: pointer;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
    font-weight: normal;
    font-family: Open;
}
.favoriteAgency.select svg {
    fill: #AEAEAE;
}
.favoriteAgency svg {
    margin-right: 7px;
}
.h1_agency_name {
    font-size: 32px;
    text-transform: uppercase;
    font-family: Bold;
}
.agency_list {
    display:flex;
    padding-top: 20px;
}

.agency-banner {
    margin-top:35px;
}
.agency-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.agenct_payments {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    #main .elems.agency_detail_questionary {
        padding-top: 20px;
    }
    .agency-type {
        margin-top: 30px;
    }
}
