

/* Start:/local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/top_article/style.css?16608166215996*/
.top-first-article {
    position: relative;
    min-height: 207px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.top-first-article__image img{
    width: 100%;
    height: auto;
}
.top-first-article__image {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
    font-size: 0;
    min-height: 420px;
    max-height: 420px;
}
.top-first-article__info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px;
    background: rgba(37, 37, 37, 0.75);
}
.top-first-article__info .article-title {
    margin: 8px 8px 0;
    font-size: 2.6rem;
}
.top-first-article__info .article-title > a{
    color: #FFF;
}
.top-first-article__info .info span {
    font-size: 90%;
    margin: 5px 10px 0;
    float: left;
    color: #fff;
}
.top-first-article__info .info .views:before {
    content: "";
    display: block;
    background: url("/local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/top_article/../../../../../../../images/icon-w-views.png") no-repeat;
    width: 20px;
    height: 13px;
    float: left;
    margin: 2px 10px 0 0;
    background-size: contain;
}
.top-first-article__info .info .comments:before {
    content: "";
    display: block;
    background: url("/local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/top_article/../../../../../../../images/icon-w-comment.png") no-repeat;
    width: 20px;
    height: 13px;
    float: left;
    margin: 2px 10px 0 0;
    background-size: contain;
}
.top-first-article__info .info .vote {
    margin: 5px 10px;
}
.top-first-article__info .info .vote .bx_stars_rating_votes {
    margin: 0 5px;
}
.top-first-article__info .info .vote .bx_item_detail_rating {
    margin-bottom: 0;
}
.top-first-article__info .info .vote .bx_stars_container {
    height: 15px;
    /*background: rgba(124,191,70,0.8);*/
}
.top-first-article__info .info .vote .bx_item_detail_rating .bx_stars_rating_votes{
    color: #000;
}
.top-article {
    position: relative;
    margin-bottom: 0;
    padding: 10px 0;
}
.top-article__image img{
    width: 115px;
    height: 115px;
    max-width: unset;
}
.top-article__image {
    overflow: hidden;
    width: 115px;
    height: 115px;
    background-color: #fff;
    font-size: 0;
    min-height: 115px;
    max-height: 115px;
    float: left;
}
.top-article__info .info .vote {
    margin: 2px 10px;
}
.top-article__info .info .vote .bx_stars_rating_votes {
    margin-top: 0;
}
.top-article__info .info .vote .bx_item_detail_rating {
    margin-bottom: 0;
}
.top-article__info .info .vote .bx_stars_container {
    height: 15px;
}
.top-article__info .info .vote .bx_item_detail_rating .bx_stars_rating_votes{
    color: #000;
}
.top-article__info .info_box {
    position: absolute;
    top: 70%;
}
.top-article__info {
    padding-left: 125px;
}
.top-article__info .article-title {
    margin: 0 8px 8px;
    font-size: 16px;
    line-height: 20px;
}
.top-article__info .article-title > a{
    color: #413c36;
}
.top-article__info .info .date {
    margin: 0 10px;
}
.top-article__info .info span {
    font-size: 90%;
    margin: 0;
    color: #413c36;
    float: left;
}
.top-article__info .info .views:before {
    content: "";
    display: block;
    background: url("/local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/top_article/../../../../../../../images/icon-views.png") no-repeat;
    width: 20px;
    height: 13px;
    float: left;
    margin: 2px 5px 0 10px;
    background-size: contain;
}
.top-article__info .info .comments:before {
    content: "";
    display: block;
    background: url("/local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/top_article/../../../../../../../images/icon-comment.png") no-repeat;
    width: 20px;
    height: 13px;
    float: left;
    margin: 2px 5px 0 10px;
    background-size: contain;
}
.top-article__info .bx_item_detail_rating .bx_stars_progress {
    background: #7cbf46;
}
@media (max-width: 768px) {
    .top-first-article__image {
        min-height: 355px;
        max-height: 355px;
    }
    .top-article {
        width: 100%;
    }
}


.flex__article{
    display: flex;
    position: relative;
    overflow: hidden;
}
.flex__article .top-first-article{
    margin-bottom: 0;
    display: flex;
}
.flex__article .top-first-article__info{
    border-radius: 0 0 15px 15px;
    background: rgba(37, 37, 37, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex__article .top-first-article__image{
    border-radius: 15px;
}
.flex__article .first-title, .flex__article .info{
    width: 100%;
}
.flex__article .top-first-article__image img{
    height: 100%;
    object-fit: cover;
}
.left__article{
    width: 100%;
}
.right_shadow{
    position: absolute;
    width: 100px;
    height: 100%;
    right: -50px;
    top: 0;
    box-shadow: 0 0 100px 100px #fff;
    z-index: 1;
    background: #fff;
}
.flex__article .top-first-article__info .info .vote .bx_item_detail_rating .bx_stars_rating_votes{
    color: #fff;
}
.flex__article .vote .bx_item_detail_rating .bx_stars_container{
    background: unset;
}
.flex__article .vote .bx_item_detail_rating .bx_stars_bg{
    background: url(/local/templates/herbalife-official-new/components/bitrix/iblock.vote/starsblog/images/stars1.png) no-repeat left;
}
.flex__article .vote .bx_item_detail_rating .bx_stars_progress{
    background: url(/local/templates/herbalife-official-new/components/bitrix/iblock.vote/starsblog/images/stars2.png) no-repeat left;
}
@media (max-width: 1024px) {
    .right_shadow{
        display: none;
    }
}
@media (max-width: 768px) {
    .flex__article .info{
        display: flex;
        font-size: 10px;
        justify-content: flex-start;
        align-items: center;
        margin-top: 15px;
    }
    .flex__article .top-first-article__info .info span{
        margin-right: 10px;
        display: flex;
        align-items: center;
        padding: unset;
    }
    .flex__article .top-first-article__info .info .comments:before,
    .flex__article .top-first-article__info .info .views:before{
        margin: 0 5px 0 0;
    }
}
@media (max-width: 425px) {
    .flex__article .info{
        justify-content: space-between;
    }
    .flex__article .top-first-article__info .info span{
        margin: unset;
    }
}
/* End */


/* Start:/local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/.default/style.css?16916483338291*/

@font-face {
    font-family: 'fontawesome';
    src: url("/local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/.default/../../../../../../../fonts/fontawesome/icomoon.eot?50l1zj");
    src: url("/local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/.default/../../../../../../../fonts/fontawesome/icomoon.eot?50l1zj#iefix") format("embedded-opentype"), url("/local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/.default/../../../../../../../fonts/fontawesome/icomoon.ttf?50l1zj") format("truetype"), url("/local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/.default/../../../../../../../fonts/fontawesome/icomoon.woff?50l1zj") format("woff"), url("/local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/.default/../../../../../../../fonts/fontawesome/icomoon.svg?50l1zj#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}


.articles__grid{
    display: flex;
    flex-wrap: wrap;
}

.blog_article{
    display: flex;
}

.blog_article.first_item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.blog_article:not(.first_item){
    width: 380px;
    flex-direction: column;
    margin-right: 20px;
}

.blog_article:last-child{
    margin-right: 0;
}

.section:nth-child(n+2){
    margin-top: 50px;
}

.section_link{
    margin-bottom: 30px;
}

.section_link a{
    color: black;
    font-size: 26px;
    font-weight: bold;
    font-family: "NotoSans";
    line-height: 36px;
}

.section_link span{
    font-size: 18px;
    color: #78be20;
    font-weight: bold;
    font-family: "NotoSans";
    padding: 5px 20px;
    margin-left: 20px;
    border: 1px solid #78be20;
    border-radius: 20px;
}

.block_info{
    display: flex;
    flex-direction: column;
}

.blog_article{
    background-color: #f8f8f8;
}

.blog_article .info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 30px;
}

.blog_article .info .date{
    margin: 0 50px 0 0;
    font-size: 14px;
}

.blog_article .info .views{
    position: relative;
    margin: 0 20px 0 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.blog_article .info .comments{
    position: relative;
    margin: 0 20px 0 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.blog_article .info .views:before {
    content: "";
    display: block;
    background: url("/local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/.default/../../../../../../../images/icon-views.png") no-repeat;
    width: 20px;
    height: 13px;
    float: left;
    margin: 0 5px;
    background-size: contain;
    /*position: absolute;
    right: 25px;
    top: 2px;*/
}
.blog_article .info .comments:before {
    content: "";
    display: block;
    background: url("/local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/.default/../../../../../../../images/icon-comment.png") no-repeat;
    width: 20px;
    height: 13px;
    float: left;
    margin: 0 5px;
    background-size: contain;
    /*position: absolute;
    right: 12px;
    top: 3px;*/
}

.blog_article .bx_item_detail_rating{
    margin-bottom: 0;
}

.blog_article .blog_article__image{
    width: 380px;
}

.blog_article.first_item .block_info{
    width: calc(100% - 380px);
}

.blog_article .block_info{
    padding: 20px 30px;
}

.blog_article .article-title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.article-title a{
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.vote .bx_item_detail_rating .bx_stars_progress {
    background: #7bbf46;
}

.section{
    margin-bottom: 15px;
}

.blog-subscribe {
    margin-top: 0;
    width: 100%;
    text-align: center;
    font-family: "NotoSans", sans-serif;
}

.blog-subscribe-form {
    position: relative;
    width: 100%;
    padding-right: 280px;
    display: inline-block;
}

@media (max-width: 767px) {
    .blog-subscribe-form {
        padding-right: 0;
    }
    .blog-subscribe-form .v_error {
        position: relative;
        margin: 15px 0 0 0;
        text-align: center;
        padding: 0;
    }
}

.blog-subscribe-input {
    width: 100%;
    height: 50px;
    padding: 0 19px;
    font-size: 16px;
    border: 1px solid #e3e3e3;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.blog-subscribe-input::-moz-placeholder {
    color: #a2a09b;
    opacity: 1;
}

.blog-subscribe-input:-ms-input-placeholder {
    color: #a2a09b;
}

.blog-subscribe-input::-webkit-input-placeholder {
    color: #a2a09b;
}

.blog-subscribe-input.not-valid {
    border: 1px solid red;
}

@media (max-width: 767px) {
    .blog-subscribe-input {
        max-width: 280px;
        margin-bottom: 12px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        font-size: 14px;
    }
}

.blog-subscribe-submit {
    position: absolute;
    width: 281px;
    height: 50px;
    right: 0;
    top: 0;
    padding-left: 33px;
    background: #7fbb48;
    border: none;
    font-size: 16px;
    color: #ffffff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.blog-subscribe-submit:before {
    position: absolute;
    top: 0;
    left: 12px;
    line-height: 50px;
    font-family: "fontawesome", sans-serif;
    font-size: 15px;
    color: #fff200;
}

.agreement {
    margin-top: 10px;
}

.agreement a {
    color: #555555;
    text-decoration: underline !important;
}

.agreement a:hover {
    color: #7fbb48;
}

@media (max-width: 767px) {
    .blog-subscribe-submit:before {
        left: 25px;
    }
}

@media (max-width: 767px) {
    .blog-subscribe-submit {
        position: relative;
        top: auto;
        right: auto;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        font-size: 14px;
    }
}

.blog-subscribe-submit:before {
    content: "\e908";
    font-family: "fontawesome", sans-serif;
}


.articles__grid.not-main .blog_article{
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 20px;
}
.articles__grid.not-main .blog_article:nth-child(2n+1){
    margin-right: 20px;
}

.articles__grid.not-main .blog_article .blog_article__image{
    min-width: 100%;
}

.articles__grid.not-main .blog_article .blog_article__image img{
    height: 315px;
}

.articles__grid .blog_article .blog_article__image img{
    width: 100%;
    /*max-height: 256px;*/
}

@media (max-width: 1279px) {
    .articles__grid.not-main .blog_article .blog_article__image img {
        height: 26vw;
    }

    .blog_article.first_item .block_info{
        width: 50%;
    }

    .articles__grid .blog_article.first_item{
        margin-right: 0;
    }

    .blog_article:not(.first_item){
        width: calc(50% - 10px);
        margin-right: 0;
    }

    .blog_article:nth-child(2n+2){
        margin-right: 20px;
    }

    .blog_article .blog_article__image{
        width: 100%;
    }

    .blog_article.first_item .blog_article__image{
        width: calc(50% - 10px);
    }

    .blog_article .blog_article__image img{
        height: 33vw;
    }

    .blog_article.first_item .blog_article__image img{
        height: 33vw;
    }

    .blog_article{
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .blog_article .block_info {
        padding: 20px 15px;
    }

    .blog_article {
        flex-direction: column;
    }

    .blog_article.first_item .blog_article__image img,
    .blog_article .blog_article__image img {
        height: 62.5vw;
        width: 100%;
    }

    .blog_article.first_item .block_info{
        width: 100%;
    }

    .blog_article.first_item .blog_article__image{
        width: 100%;
    }

    .blog_article:not(.first_item){
        width: 100%;
    }

    .blog_article:nth-child(2n+2){
        margin-right: 0;
    }

    .articles__grid.not-main .blog_article:nth-child(2n+1){
        margin-right: 0;
    }

    .articles__grid.not-main .blog_article {
        width: 100%;
        margin-bottom: 20px;
    }

    .articles__grid.not-main .blog_article .blog_article__image img {
        height: 52.5vw;
    }

    .blog_article .info .views{
        margin-right: 30px;
    }

    .blog_article .info .comments:before{
        right: 22px;
    }
}

.bx_item_detail_rating .bx_stars_bg{
    z-index: 1;
}

.section__tabs{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.section__tab{
    margin-right: 20px;
    padding: 15px 30px;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border: 1px solid #78be20;
    border-radius: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}

.section__tab:hover{
    color: #fff ;
    background-color: #78be20;
}

.section__tab.fill{
    background-color: #78be20;
    color: #fff;
}


/* End */
/* /local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/top_article/style.css?16608166215996 */
/* /local/templates/herbalife-official-new/components/bitrix/news/blog/bitrix/news.list/.default/style.css?16916483338291 */
