

/* Start:/local/components/pecom/branch.select/templates/.default/style.css?17761179906357*/
.main-page-wrapper:first-child {
    background-color: #fafafa;
}
.list-filials {
    padding-bottom: 100px;
}
.head-title-panel {
    position: relative;
    width: 100%;
}
.head-title-panel > div {
    position: absolute;
    top: -107px;
    right: 0px;
}
@media screen and (max-width: 799px) {
    .head-title-panel > div {
        top: -103px;
    }
}
.main-page-wrapper .head-title-panel a, .main-page-wrapper .head-title-panel a:visited {
    display: inline-block;
    background: #48538B;
    padding: 10px 28px;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    font-style: normal;
    border-radius: 3px;
}
.list-filials form.search label {
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 803px;
    position: relative;
}
.list-filials form.search input[type=text] {
    background: #FFFFFF;
    border: 1px solid #E4E6E7;
    border-radius: 3px;
    font-family: Roboto, -apple-system, -system-ui, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2B2B2B;
    padding: 18px 56px 18px 18px;
    display: block;
    width: 100%;
}
.list-filials form.search input[type=text]::placeholder {
    color: #AAAAAA;
}
.list-filials form.search label:after {
    background-image: url('/local/components/pecom/branch.select/templates/.default/images/glass.png');
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 20px;
}
.alphabet {
    text-align: center;
    margin: 24px 0;
}
.alphabet > span {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    background: #E4E6E7;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #2B2B2B;
    display: inline-block;
    margin: 2px;
}
.alphabet > span.active {
    color: #FFFFFF;
    background: #48538B;
}
.list-filials .list-container {
    display: flex;
    margin-top: 60px;
    box-sizing: border-box;
    max-width: 1262px;
    margin-left: auto;
    margin-right: auto;
}
.list-filials .countries > div {
    border-right: 1px #E4E6E7 solid;
    padding-right: 24px;
}
.list-filials .countries a, .list-filials .countries a:visited {
    padding: 8px 40px 8px 16px;
    display: block;
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2B2B2B;
    text-decoration: none;
}
.list-filials .countries a.active {
    background: #48538B;
    border-radius: 3px;
    color: #FFFFFF;
}
.list-filials .cities {
    column-count: 3;
    column-gap: 40px;
    padding-left: 53px;
}
.list-filials .cities span {
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    display: inline-block;
}
.list-filials .cities a, .list-filials .cities a:visited {
    position: relative;
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #2B2B2B;
    text-decoration: none;
}
.list-filials .cities a.last-city {
    margin-bottom: 24px;
}
.list-filials .cities.searched a.last-city {
    margin-bottom: 0px;
}
.list-filials .cities.searched span {
    display: none;
}
.list-filials > .countries {
    display: none;
}
@media screen and (max-width: 991px) {
    .list-filials .search {
        margin-bottom: 32px;
    }
    .list-container .countries {
        display: none;
    }
    .list-filials > .countries {
        display: block;
    }
    .list-filials .list-container {
        display: block;
        margin-top: 48px;
    }
    .list-filials .countries > div {
        display: flex;
        flex-flow: wrap;
        border: none;
        padding: 0px;
        row-gap: 8px;
        margin-bottom: 32px;
    }
    .list-filials .countries a {
        display: inline-block;
        width: auto;
        padding: 8px 16px;
        margin: 0;
    }
    .list-filials .alphabet {
        text-align: left;
        margin: 0px;
    }
    .list-filials .alphabet > span:first-child {
        clear: both;
        display: block;
        width: fit-content;
    }
    .list-filials .alphabet > span {
        margin: 0 2px 16px 0;
    }
    .list-filials .cities {
        padding-left: 0px;
    }
}
@media screen and (max-width: 768px) {
    .list-filials .cities {
        column-count: 2;
    }
}
@media screen and (max-width: 550px) {
    .main-page-wrapper:first-child {
        background-color: unset;
    }
    .main-page-wrapper:not(:first-child) > .main-page-container {
        padding-top: 16px;
    }
    .main-page-wrapper:first-child > .main-page-container {
        padding-bottom: 0px;
    }
    .head-title-panel > div {
        position: static;
    }
    .main-page-wrapper .head-title-panel a, .main-page-wrapper .head-title-panel a:visited {
        background: initial;
        color: #48538B;
        padding: 0px;
        font-weight: 400;
        margin-bottom: 32px;
    }
}
.countries-select, .alphabet-select {
    display: none;
}
@media screen and (max-width: 480px) {
    .list-filials {
        padding-bottom: 80px;
    }
    .list-filials > .countries {
        display: none;
    }
    .alphabet {
        display: none;
    }
    .countries-select, .alphabet-select {
        display: block;
        position: relative;
    }
    .countries-select select, .alphabet-select select {
        display: block;
        border: 1px solid #E4E6E7;
        border-radius: 3px;
        padding: 27px 56px 9px 14px;
        margin-bottom: 32px;
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }
    .countries-select label, .alphabet-select label {
        position: absolute;
        top: 9px;
        left: 18px;
        color: #AAAAAA;
        font-weight: 400;
        font-size: 11px;
    }
    .list-filials .cities {
        column-count: 1;
    }
    .list-filials .cities a, .list-filials .cities a:visited {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }
    .list-filials .cities span {
        display: none;
    }
    .list-filials .cities a.last-city {
        margin-bottom: 0px;
    }
    .list-filials .list-container {
        margin-top: 0px;
    }
}

/* End */
/* /local/components/pecom/branch.select/templates/.default/style.css?17761179906357 */
