

/* Start:/local/components/herbalife/contacts.list/templates/.default/style.css?17712209181811*/
.letterListContainer{
    display: flex;
    flex-wrap: wrap;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 1.5;
}

.letterList{
    cursor:pointer;
}

.letterList:first-child{
    color: #7bc143;
}

.letterList:not(:last-child){
    margin-right: 10px;
}

.letterList:not(:last-child):after{
    cursor: default;
    content:"\B7";
    margin-left: 10px;
    color: grey;
}

@media (max-width: 540px) {
    .letterListContainer{
        padding: 0 10px;
    }
}



.box-addreses .title--description {
    width: 100%;
    display: flex;
}
.box-addreses .title--description .one_block--description{
    display: flex;
    width: 50%;
    margin-bottom: 30px;
}
.one_block--description .icon_location{
    padding-left: 26px;
    background-repeat: no-repeat;
    -moz-background-size: 14px 18px;
    background-size: 14px 18px;
    background-position: 0 5px;
}
.one_block--description:first-child .icon_location{
    background-image: url("/local/templates/herbalife-official-new/images/required/icon-pin.png");
}
.one_block--description:last-child .icon_location{
    background-image: url("/local/templates/herbalife-official-new/images/required/icon-pin-orange.png");
}
.one_block--description .info{

}
.one_block--description .info .title{
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding-top: 7px;
}
.one_block--description .info .text{
    font-size: 14px;
}

@media (max-width: 540px) {
    .box-addreses .title--description {
        flex-direction: column;
    }
    .box-addreses .title--description .one_block--description{
        width: 100%;
    }
}

.title--subdescription {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .title--subdescription {
        font-size: 18px;
    }
}
/* End */
/* /local/components/herbalife/contacts.list/templates/.default/style.css?17712209181811 */
