.promoted-section {
    display: flex;
}

.promoted-section {
    margin-bottom: 30px;
}

.promoted-section__heading {
    margin: 8px 10px 0 0;
    flex: none;
}

.promoted-section__name {
    font-size: 1.1em;
    margin: 0 !important;
}

.promoted-section__points {
    margin-right: 10px;
}

.promoted-section__spoiler {
    display: flex;
    justify-content: flex-start;
    flex: none;
}

.promoted-section__switch {
    margin-top: 10px;
    color: #000;
}

.promoted-section__spoiler-block {
    display: flex;
}

.promoted-section__arrow {
    margin-right: 5px;
    cursor: pointer;
}

.promoted-section__switch {
    cursor: pointer;
}

.promoted-section__switch-block {
    display: flex;
}

/*.promoted-section__spoiler--hidden {*/
/*    visibility: hidden;*/
/*}*/

ul.special-seo {
    padding-top: 0;
    overflow: hidden;
}

ul.special-seo li {
    border: 1px solid #ccc;
    border-radius: 2px;
}

ul.special-seo li a {
    color: #888888;
}

h2.special-seo i {
    font-size: 65%;
}

.expander {
    border-radius: 15px;
    display: inline-block;
    height: 29px;
    margin-left: 5px;
    width: 29px;
    margin-top: 5px;
}

.expander .arrow {
    background: url(/local/templates/aspro_max_work/css/../images/arrows.png) 0px 0px no-repeat;
    background-position: -27px -50px;
    border-radius: 15px;
    display: inline-block;
    height: 29px;
    transform: rotate(90deg);
    width: 29px;
}

.expander.expanded .arrow {
    transform: rotate(270deg);
}

.expander:hover {
    background: #d9002a;
    color: #FFF;
}

.expander:hover .arrow {
    background-position: -27px -26px;
}

.promoted-section__slider {
    display: flex !important;
    flex-direction: column !important;
}

.promoted-section__slider__name {
    margin-bottom: 5px;
    color: #333;
}

.promoted-section__slider__points {
    display: flex;
}

ul.label_r {
    margin: 0;
}

ul.label_r li:before {
    display: none !important;
}

ul.label_r li {
    display: inline-block;
    padding: 3px 0px;
    margin: 5px;
    margin-right: 0;
    border: 1px solid;
    border-radius: 3px;
    border-color: #ECECEC;
    background: #F8F8F8;
}

ul.label_r li span,
ul.label_r li a {
    text-decoration: none;
    padding: 6px 10px 8px;
    color: #333;
    position: relative;
    line-height: 16px;
}

ul.label_r li:hover {
    transition: 0.2s;
    border-color: #ECECEC;
    background: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    color: #333;
}

ul.label_r li:hover a {
    color: #333 !important;
}

ul.label_r li.act {
    background-color: #d9002a;
    border-color: #d9002a;
}

ul.label_r li.act span,
ul.label_r li.act a {
    color: #fff;
}

@media (max-width: 768px) {
    .promoted-section {
        display: none;
    }
}
