.ab__motivation_block {
    margin-bottom: 15px;
    max-width: 550px;
}

.ab__mb_items.ab-mb-live-editor .cm-tooltip {
    display: none;
}

.ab__mb_item-description {
    padding: 0 15px;
}

.ab__mb_item-description .ab-mb-style-presets {
    color: #5e5e5e;
}

.ab__mb_item-description .ab-mb-style-presets div {
    color: #5e5e5e;
}

.ab__mb_item-description .ab-mb-style-presets.ty-wysiwyg-content {
    position: relative;
}

.ab__mb_item-description .ab-mb-style-presets.ty-wysiwyg-content ul {
    margin: 10px 15px;
    padding-left: 0 !important;
}

.ab__mb_item-description .ab-mb-style-presets.ty-wysiwyg-content ul li {
    padding: 2px 0;
    list-style-position: inside;
    list-style-type: none;
    color: #5e5e5e;
}

.ab__mb_item-description .ab-mb-style-presets.ty-wysiwyg-content p {
    display: flex;
    align-items: center;
    color: #5e5e5e;
}

.ab__mb_item-description .ab-mb-style-presets.ty-wysiwyg-content i {
    font-size: 18px;
    margin-right: 7px;
    color: #5e5e5e;
}

.ab__mb_item-description .ab-mb-style-presets.ty-wysiwyg-content .ab-mb-prod-categories-list li {
    color: #c4c4c4;
}

.ab__mb_item-description .ab-mb-style-presets.ty-wysiwyg-content .ab-mb-prod-categories-list a:last-child {
    font-weight: bold;
}

.ab__mb_item-description .ab-mb-style-presets span.cm-tooltip {
    position: relative;
    top: 2px;
    left: 2px;
}

.ab__mb_item-description .ab-mb-style-presets span.cm-tooltip.right {
    right: 0;
    margin-right: 0;
}

.ab__mb_item-description .ab-mb-style-presets span.cm-tooltip.left {
    left: 0;
    margin-left: 0;
}

.ab__mb_item-description .ab-mb-style-presets span.cm-tooltip i {
    color: #4651a7;
    font-size: 14px;
    line-height: 0;
    margin: 0;
}

.ab__mb_item-description .ab-mb-style-presets span.cm-tooltip:hover i,
.ab__mb_item-description .ab-mb-style-presets span.cm-tooltip:focus i {
    color: #3e4895;
}

@media screen and (max-width: 768px) {
    .ab__mb_item-description span.cm-tooltip .ut2-icon-outline-info-circle {
        display: none;
    }
}

.ab__mb_item-description .desktop-hidden {
    display: none;
}

.ab__mb_item-description.padding-left {
    padding-left: 34px;
}

.redactor-box .cm-tooltip {
    display: none;
}

.ab__mb_items.framed {
    border: 2px solid #eee;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.ab__mb_items.framed .ab__mb_item {
    padding: 11px 0 12px 0;
    background: none !important;
}

.ab__mb_items.framed .ab__mb_item-title.cm-combination.open:after,
.ab__mb_items.framed .ab__mb_item-title.cm-combination:hover:after {
    background: rgba(200, 200, 200, 0.3);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.ab__mb_items.colored {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.ab__mb_items.colored .ab__mb_item {
    margin-bottom: 3px;
    padding: 12px 0;
    border-top: 0 none;
}

.ab__mb_items.colored .ab__mb_item:last-child {
    margin-bottom: 0;
}

.ab__mb_items.colored.framed .ab__mb_item {
    padding: 11px 0 10px 0;
    border-color: #eee !important;
}

.ab__mb_items.colored.framed .ab__mb_item:not(:first-child) {
    border-top: 1px solid #eee;
}

.ab__mb_item {
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.ab__mb_item:first-child {
    border-top: 0 none;
    padding-top: 0;
}

.ab__mb_item:last-child {
    padding-bottom: 0;
}

.ab__mb_item-name {
    word-break: break-all;
    word-break: break-word;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}

.ab__mb_item-title {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    min-height: 24px;
    width: 100%;
    padding-left: 15px;
    padding-right: 25px;
    color: #4651a7;
}

.ab__mb_item-title.open {
    margin-bottom: 10px;
}

.ab__mb_item-title.open.cm-combination:after,
.ab__mb_item-title:hover.cm-combination:after {
    color: #4651a7;
}

.ab__mb_item-title.cm-combination {
    padding-right: 35px;
}

.ab__mb_item-title.cm-combination:after {
    font-family: uni2-icons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    font-size: 20px;
    color: #c8c8c8;
    position: absolute;
    right: 10px;
}

.ab__mb_item-title.cm-combination.open:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ab__mb_item-title.cm-combination img+div {
    padding-left: 10px;
}

.ab__mb_item-title .ty-pict {
    width: 24px;
    height: auto;
    max-height: 24px;
}

.ab__mb_item-icon {
    font-style: normal;
    margin-right: 7px;
    font-size: 24px;
    color: #4651a7;
}

.ab__mb_item:hover .ab__mb_item-name,
.ab__mb_item:hover .ab__mb_item-title.cm-combination:after {
    color: #4651a7 !important;
}