.single-accordion img{
    width: 100%;
    height: auto;
}

.single-accordion {
    max-height: 35px;
    overflow: hidden;
    background: #f7f7f7;
    color:#636266;
    -webkit-transition: max-height 1s ease-out;
    -moz-transition: max-height 1s ease-out;
    -ms-transition: max-height 1s ease-out;
}

.single-accordion:hover {
    max-height: 600px;
    border-radius: 0px;
    -webkit-transition: max-height 1s ease-in;
    -moz-transition: max-height 1s ease-in;
    -ms-transition: max-height 1s ease-in;
}

.single-accordion h4 {
    font-size: 1rem;
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
}

.single-accordion:hover h4 {
    white-space: normal;
    overflow: visible;
    text-overflow: inherit;
}

.single-accordion hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #FFF;
}

h2.city-name {
    font-size: 1.5rem;
}

p.branch-text,
span.branch-text {
    font-size: 1rem;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    font-weight: 200;
}
