.spoiler  {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 5px;
}
.spoiler .toggler {
    display: block;
    padding: 10px;
    color: #000000;
}
.spoiler .toggler:hover {
    text-decoration: none;
}
.spoiler .toggler:before {
    content: '+';
    border: 1px solid #aaa;
    color: #aaa;
    margin-right: 5px;
    border-radius: 3px;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
}
.spoiler .hidden_part {
    display: none;
    padding: 0 10px 10px;
}
.spoiler .hidden_part *:first-child {
    margin-top:0;
}
.bbcode_richquote {
    margin-top: 25px;
    margin-bottom: 25px;
    min-height: 130px;
}
.bbcode_richquote ._author {
    float: left;
    width: 120px;
}
.bbcode_richquote ._content {
    margin-left: 134px;
    background: #fff;
    border: 1px solid #ccc; /*#f457a0*/
    border-radius: 5px;
    padding: 12px 15px;
    line-height: 150%;
    font-size: 14px;
    color: #777;
}
.bbcode_richquote:before {
    content: "";
    float: left;
    position: absolute;
    width:0;
    height:0;
    border-top: 10px solid transparent;
    border-right: 12px solid #ccc; /*#f457a0*/
    border-bottom: 10px solid transparent;
    margin: 23px 0 0 122px;
}
.bbcode_richquote ._content:before {
    content: "";
    position: absolute;
    width:0;
    height:0;
    border-top: 10px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 10px solid transparent;
    margin: 10px 0 0 -26px;
}

.article-body .bbcode-video {max-width: 550px;}
.mobile-layout .article-body .bbcode-video {max-width: 100%;}
.bbcode_image {
    background-size: cover;
    content-visibility: auto;
    max-width: 550px;
}
.full-descr-wrapper .bbcode_image,
.mobile-layout .bbcode_image,
.article-vlog .bbcode_image,
.article-vlog .bbcode-video {max-width: 100%;}
.bbcode_image.left:first-child,
.bbcode_image.right:first-child {
    margin-top: 0;
}
.bbcode_list {
    margin-top: 2px;
    margin-bottom: 2px;
}
.bbcode_image {
    display: block;
    margin: 20px auto 20px auto;
}
.bbcode_image.left {
    clear: both;
    float: left;
    margin-right: 20px;
}
.bbcode_image.right {
    clear: both;
    float: right;
    margin-left: 20px;
}
.bbcode_image.left:first-child,
.bbcode_image.right:first-child {
    margin-top: 0;
}
.bbcode_subtitle {
    font-size: 12px;
    font-style: italic;
    color: #a0a0a0;
}
.bbcode_products {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.bbcode_products .item_grid2_wrapper {
    float: none !important;
    margin: 0 0 25px 0;
    border-bottom: none;
    padding-bottom: 0;
}
