

/* Start:/local/components/pecom/branch.select/templates/cloud/style.css?17089705362474*/

.pereezdi-filials .pereezdi-container {
    display: flex;
    margin-top: 60px;
}

#cities {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 0.58rem 2rem;
    max-height: calc(3 * 1.7rem + 2 * 0.58rem);
    position: relative;
    overflow: hidden;
}

.open #cities {
    max-height: unset;
}

.arrow-down-show-more {
    cursor: pointer;
    rotate: 0deg;
    transition: transform 1.5s ease-in-out;
}

.open .arrow-down-show-more {
    rotate: 180deg;
}

#cities::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(3 * 1.8rem + 2 * 0.58rem);
    pointer-events: none;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(255 255 255 / 87%));
}

.open #cities::after {
    display: none;
}



.show-more-button-cities {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2.5rem;
    align-items: center;
    cursor: pointer;
}
.show-more-button-cities span:nth-child(1) {
    display: block;
}
.show-more-button-cities span:nth-child(2) {
    display: none;
}
.open .show-more-button-cities span:nth-child(1) {
    display: none;
}
.open .show-more-button-cities span:nth-child(2) {
    display: block;
}


.pereezdi-filials .cities span {
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    display: inline-block;
}

.pereezdi-filials .cities a, .pereezdi-filials{
    color: #48538B;
    /* secondary/regular/16-20 */
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 125% */
}

.pereezdi-filials .cities a.last-city {
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .pereezdi-filials .pereezdi-container {
        display: block;
        margin-top: 48px;
    }

    .pereezdi-filials .countries > div {
        display: flex;
        flex-flow: wrap;
    }

    .pereezdi-filials .countries a {
        display: inline-block;
        width: auto;
        padding: 8px 16px;
        margin: 0 0 32px;
    }

    .pereezdi-filials .countries > div {
        border: none;
        padding: 0px;
    }

    .pereezdi-filials .cities {
        padding-left: 0px;
    }
}

@media screen and (max-width: 480px) {
    .pereezdi-filials .cities span {
        display: none;
    }

    .pereezdi-filials .cities a.last-city {
        margin-bottom: 0px;
    }

    .pereezdi-filials .list-container {
        margin-top: 0px;
    }
}

/* End */
/* /local/components/pecom/branch.select/templates/cloud/style.css?17089705362474 */
