
/* new blogs - start */

.main-blogs-block {
    max-width: 920px;
    width: 100%;
}

@media(max-width: 1699px) {
    .main-blogs-block {
        max-width: 765px;
        width: 100%;
    }
}

@media(max-width: 1366px) {
    .main-blogs-block {
        display: flex;
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .main-blogs-block {
        display: block;
    }
}

.box-main-blogs.box-main-blogs--new-design {
    width: 100vw;
    left: 50%;
    position: relative;
    top: 0;
    transform: translate(-50vw, 0);
}

@media(max-width: 1920px) {
    .box-main-blogs.box-main-blogs--new-design  {
        margin: 0 !important;
    }
}

.box-main-blogs__inner {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media(max-width: 1366px) {
    .box-main-blogs__inner {
        flex-direction: column-reverse;
    }
}

@media(max-width: 767px) {
    .box-main-blogs__inner {
        flex-direction: column;
    }
}

.main-blogs-block__row.main-blogs-block__row--flex {
    display: flex;
}

@media(max-width: 767px) {
    .main-blogs-block__row.main-blogs-block__row--flex {
        display: block;
    }
}

.row-green-color {
    background: #78be20;
}

.main-blogs-block__news {
    height: 525px;
}

@media(max-width: 1699px) {
    .main-blogs-block__news {
        height: 448px;
    }
}

@media(max-width: 1366px) {
    .main-blogs-block__news {
        height: 438px;
        max-width: 766px;
        width: 100%;
    }
}

@media(max-width: 1024px) {
    .main-blogs-block__news {
        height: 360px;
        max-width: 635px;
    }
}

@media(max-width: 767px) {
    .main-blogs-block__news {
        height: auto;
        max-width: 100%;
    }
}

.blog-elem-img-1,
.blog-elem-img-2,
.blog-elem-img-3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-elem-img-1 {
    background-image: url('images/example/blog-img-1-1.jpg');
    /*background: #f2f3f5;*/
}

.blog-elem-img-2 {
    background-image: url('images/example/blog-img-2.jpg');
}

.blog-elem-img-3 {
    background-image: url('images/example/blog-img-3.jpg');
}

.blog-elem {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width: 1366px) {
    .blog-elem {
        padding-left: 20px;
        padding-right: 25px;
    }
}

@media(max-width: 1024px) {
    .blog-elem {
        padding-top: 15px;
        padding-left: 15px;
    }
}

.blog-elem-1 {
    max-width: 440px;
    width: 100%;
}

@media(max-width: 1699px) {
    .blog-elem-1 {
        max-width: 366px;
        width: 100%;
    }
}

@media(max-width: 1024px) {
    .blog-elem-1 {
        max-width: 303px;
    }
}

@media(max-width: 767px) {
    .blog-elem-1 {
        max-width: 100%;
        min-height: 380px;
        padding-top: 20px;
    }
}

.blog-elem--center {
    text-align: center;
}

.blog-elem--align-right {
    text-align: right;
}

.blog-elem--align-right h2 {
    max-width: 220px;
    width: 100%;
    margin-left: auto;
    text-align: left;
    margin-top: 40px;
}

@media(max-width: 1699px) {
    .blog-elem--align-right h2 {
        max-width: 190px;
    }
}

@media(max-width: 1366px) {
    .blog-elem--align-right h2 {
        max-width: 195px;
    }
}

@media(max-width: 1024px) {
    .blog-elem--align-right h2 {
        max-width: 165px;
        margin-top: 15px;
    }
}

@media(max-width: 767px) {
    .blog-elem--align-right h2 {
        margin-top: 25px;
        line-height: 20px;
        max-width: 150px;
    }
}

.blog-elem--align-right .blog-elem__link-wrap {
    margin-right: 70px;
}

@media(max-width: 1699px) {
    .blog-elem--align-right .blog-elem__link-wrap {
        margin-right: 40px;
    }
}

@media(max-width: 1024px) {
    .blog-elem--align-right .blog-elem__link-wrap {
        margin-right: 15px;
    }
}

@media(max-width: 767px) {
    .blog-elem--align-right .blog-elem__link-wrap {
        margin-right: 12px;
    }
}

.blog-elem__title {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
}

@media(max-width: 1699px) {
    .blog-elem__title {
        font-size: 20px;
    }
}

@media(max-width: 1366px) {
    .blog-elem__title {
        font-size: 24px;
    }
}

@media(max-width: 1024px) {
    .blog-elem__title {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .blog-elem__title {
        font-size: 16px;
    }
}

.blog-elem__box {
    max-width: 480px;
    width: 100%;
}

@media(max-width: 1699px) {
    .blog-elem__box {
        max-width: 398px;
        width: 100%;
    }
}

@media(max-width: 1366px) {
    .blog-elem__box {
        max-width: 400px;
    }
}

@media(max-width: 1024px) {
    .blog-elem__box {
        max-width: 100%;
    }
}


.blog-elem__box > *{
    height: 50%;
}

@media(max-width: 767px) {
    .blog-elem__box > *{
        min-height: 175px;
    }
}

.blog-elem__link-wrap {
    padding: 10px 35px 10px 20px;
    margin-top: 20px;
    border-radius: 20px;
    border: 1px solid #78be20;
    display: inline-block;
}

.blog-elem__link-wrap:hover {
    background: #78be20;
    color: #fff;
}

@media(max-width: 1029px) {
    .blog-elem__link-wrap {
        margin-top: 10px;
    }
}

@media(max-width: 767px) {
    .blog-elem__link-wrap {
        padding: 10px 25px 10px 20px;
    }
}

.blog-elem__link {
    position: relative;
}

.blog-elem__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #78be20;
    border-right: 1px solid #78be20;
    transform: rotate(45deg);
}

.blog-elem__link-wrap:hover .blog-elem__link::before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.blog-elem__link-wrap.blog-elem__link-wrap--color-white:hover {
    background: #fff;
}

.blog-elem__link-wrap.blog-elem__link-wrap--color-white:hover .blog-elem__link.blog-elem__link--color-white {
    color: #78be20;
}

.blog-elem__link-wrap.blog-elem__link-wrap--color-white:hover .blog-elem__link.blog-elem__link--color-white:before {
    border-top: 1px solid #78be20;
    border-right: 1px solid #78be20;
}

.main-projects-block {
    max-width: 1000px;
    width: 100%;
}

@media(max-width: 1366px) {
    .main-projects-block {
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .main-projects-block {
        padding: 55px 15px 55px 15px;
        position: relative;
    }
}

.row-project {
    padding: 35px 50px;
    display: flex;
    align-items: center;
    height: 109px;
}

@media(max-width: 1699px) {
    .row-project {
        padding: 29px 40px;
        height: 97px;
    }
}

@media(max-width: 1024px) {
    .row-project {
        padding: 20px 30px;
        height: 80px;
    }
}

@media(max-width: 767px) {
    .row-project {
        background: #fff;
        padding: 0;
        margin-bottom: 10px;
        height: auto;
    }
}

.row-project__title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 21px;
    margin-right: 20px;
}

@media(max-width: 767px) {
    .row-project__title {
        color: #25282a;
        font-size: 18px;
    }
}

.row-project__link {
    margin-top: 0;
}

@media(max-width: 767px) {
    .row-project__link {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.blog-elem__link-wrap--color-white {
    border: 1px solid #fff;
}

.blog-elem__link--color-white {
    color: #fff;
}

.blog-elem__link--color-white::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

@media(max-width: 767px) {
    .blog-elem__link-wrap--color-white {
        border: 1px solid #78be20;
    }

    .blog-elem__link--color-white {
        color: #78be20;
    }

    .blog-elem__link--color-white::before {
        border-top: 1px solid #78be20;
        border-right: 1px solid #78be20;
    }
}

.projects-list {
    display: flex;
    flex-wrap: wrap;
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/bud_v_forme_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, .2);
    /* transition: .4s all; */
}

.projects-list .blackout {
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    width: 100%;
    height: 100%;
}

@media(max-width: 767px) {
    .projects-list .blackout {
        display: none;
    }
}

@media(max-width: 767px) {
    .projects-list {
        flex-wrap: nowrap;
        background-image: none;
        background-color: transparent;
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .projects-list-container {
        /* max-width: 767px; */
        width: calc(100% + 15px);
        /* overflow: hidden;
        overflow-x: auto; */
    }

    /* .projects-list-container::-webkit-scrollbar {
        height: 2px;
    }

    .projects-list-container::-webkit-scrollbar-track {
        background: #F0F0F0;
        margin-right: 15px;
    }

    .projects-list-container::-webkit-scrollbar-thumb {
        background: #78BE20;
    } */
}

.project-item {
    width: calc(33.33333%);
    height: 275px;

    padding-top: 20px;
    padding-left: 25px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;

    cursor: pointer;
}

@media(max-width: 1699px) {
    .project-item {
        height: 230px;

        padding-left: 18px;
        padding-top: 10px;
        padding-right: 5px;
    }
}

@media(max-width: 1440px) {
    .project-item {
        height: 230px;

        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
}

@media(max-width: 1366px) {
    .project-item {
        height: 230px;

        padding-left: 20px;
        padding-right: 15px;
        padding-top: 20px;
    }
}

@media(max-width: 1024px) {
    .project-item {
        height: 215px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
    }
}

@media(min-width: 768px) {
    .project-item-default-active {
        background: #fff;
    }

    .project-item-default-active .project-item__box {
        opacity: 1;
    }

    .project-item-default-active .project-item__title {
        color: #78be20 !important;
    }

    .project-item-2:hover .projects-list {
        background-image: url('images/example/project-bg-2.jpg');
    }

    .project-item:hover {
        background: #fff;
        transition: .2s all;
    }

    .project-item:hover .project-item__title {
        color: #78be20;
        transition: .2s all;
    }

    .project-item:hover .project-item__box {
        opacity: 1;
    }
}

@media(max-width: 767px) {
    .project-item {
        position: relative;

        width: 275px;
        height: auto;
        padding: 0;
        margin: 0;

        border: 1px solid #f8f8f8;
    }

    .project-item {
        margin-right: 15px;
    }

    .project-item:last-child {
        padding-right: 15px;
        width: 290px;
    }
}

.project-item:nth-child(-n+4) {
    border-top: 0;
}

.project-item:nth-child(3n+1) {
    border-right: none;
}

.project-item__box {
    opacity: 0;
    transition: .2s all;
}

@media(min-width: 1024px) {
    .project-item__box {
        margin-top: 4px;
    }
}

@media(max-width: 767px) {
    .project-item__box {
        opacity: 1;
    }
}

.project-item__img-mobile {
    display: none;
}

@media(max-width: 767px) {
    .project-item__img-mobile {
        display: block;
        max-width: 275px;
        height: 214px;
    }
}

.project-item__title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    margin: 0;
}

@media(max-width: 1023px) {
    .project-item__title {
        margin-bottom: 4px;
    }
}

@media(max-width: 767px) {
    .project-item__title {
        bottom: 55px;
        color: #78be20;
        font-size: 16px;

        padding-top: 15px;
        padding-left: 15px;
    }
}

.project-item__subtitle {
    position: relative;
    display: block;
    color: #b3b4b2;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.project-item__subtitle::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left:0;
    width: 51px;
    height: 2px;
    background: #78be20;
    border-radius: 20px;
}

@media(max-width: 767px) {
    .project-item__subtitle {
        padding: 0 0 10px 15px;
        margin: 0;
    }

    .project-item__subtitle::before {
        display: none;
    }
}

.project-item__desc {
    color: #25282a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

@media(max-width: 1699px) {
    .project-item__desc {
        font-size: 15px;

        padding-right: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}

@media(max-width: 1440px) {
    .project-item__desc {
        padding-right: 20px;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}

@media(max-width: 1366px) {
    .project-item__desc {
        font-size: 16px;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}


@media(max-width: 1024px) {
    .project-item__desc {
        font-size: 14px;
        line-height: 18px;
        padding-right: 0;
    }
}

@media(max-width: 767px) {
    .project-item__desc {
        display: none;
    }
}

/* new blogs - end */

.main-news {
    display: flex;
    flex-wrap: wrap;

    margin-right: -15px;
    margin-left: -15px;
}

@media(min-width: 768px) {
    .main-news {
        width: auto;
    }
}

@media(max-width: 767px) {
    .main-news {
        flex-wrap: nowrap;
        margin: 0;
    }
}

@media(max-width: 767px) {
    .main-news-container {
        /* max-width: 767px; */
        width: calc(100% + 15px);
        /* overflow: hidden;
        overflow-x: auto; */
    }

    /* .main-news-container::-webkit-scrollbar {
        height: 2px;
    }

    .main-news-container::-webkit-scrollbar-track {
        background: #F0F0F0;
        margin-right: 15px;
    }

    .main-news-container::-webkit-scrollbar-thumb {
        background: #78BE20;
    } */

    .swiper-scrollbar-custom {
        width: calc(100% - 15px);
        overflow: hidden;
        height: 2px;
        background: #f0f0f0;
        left: 0;
        margin-top: 10px;
    }

    .swiper-scrollbar-custom .swiper-scrollbar-drag {
        height: 2px;
    }

    .projects-list-container .swiper-scrollbar-custom.swiper-scrollbar-news {
        margin-top: 15px;
    }
}

.news-item {
    margin-left: 15px;
    margin-right: 15px;

    margin-bottom: 30px;
    /* max-width: 397px; */
    width: calc(25% - 30px);
}

@media(max-width: 1499px) {
    .news-item {
        width: calc(33.33333% - 30px);
    }
}

@media(max-width: 1499px) {
    .news-item:not(:first-child) {
        width: calc(33.33333% - 30px) !important;
    }

    .news-item:not(:first-child) .news-item__inner  {
        flex-direction: column;
    }

    .news-item:not(:first-child) .news-item__box-left {
        max-width: inherit;
    }

    .news-item:not(:first-child) .news-item__desc {
        display: none;
    }

    .news-item:not(:first-child) .news-item__box-right {
        height: 150px;
    }

    .news-item {
        display: none;
    }

    .news-item:nth-child(-n+4) {
        display: block;
    }
}


@media(max-width: 1024px) {
    .news-item:not(:first-child) {
        width: calc(50% - 30px) !important;
    }

    .news-item {
        display: none !important;
    }

    .news-item:nth-child(-n+3) {
        display: block !important;
    }
}

@media(max-width: 767px) {
    .news-item {
        display: block !important;
    }

    .news-item {
        width: 290px !important;
        height: 252px !important;
        margin: 0;
        padding-right: 15px;
    }

    .news-item:not(:first-child) {
        width: 290px !important;
        height: 252px !important;
    }

    .news-item+.news-item {
        margin-left: 0;
    }
}

.news-item__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    z-index: 2;
}

.news-item__box-left {
    position: relative;

    height: 100%;
}

.news-item__box-left img {
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.news-item__box-left a {
    z-index: 3;
}



@media(max-width: 767px) {
    .news-item__box-left  {
        height: 149px;
    }
    .news-item:not(:first-child) .news-item__box-left {
        height: 149px;
    }
    .news-item__box-left img {
        object-fit: contain;
    }
}

.news-item--full {
    width: calc(50% - 30px);
}

@media(max-width: 1499px) {
    .news-item--full {
        width: calc(100% - 30px);
    }
}


.news-item--full .news-item__box-left,
.news-item--full .news-item__box-right  {
    max-width: 412px;
    width: 100%;
}

@media(max-width: 1499px) {
    .news-item--full .news-item__box-right {
        max-width: 100%;
    }
}

.news-item--full .news-item__box-left {
    height: 100%;
}

@media(max-width: 1699px) {
    .news-item--full .news-item__box-left {
        height:100%;
    }
    .news-item--full .news-item__box-left img {
        object-fit: contain;
    }
}

@media(max-width: 767px) {
    .news-item--full .news-item__box-left {
        height: 149px;
    }
}

.news-item--full .news-item__inner {
    display: flex;
}

@media(max-width: 767px) {
    .news-item--full .news-item__inner {
        display: block;
    }
}

.news-item--full .news-item__box-right {
    height: auto;
}

.news-item.news-item--full .news-item__title {
    -webkit-line-clamp: 2;
}

.news-item__inner {
    height: 100%;

    position: relative;
}

.news-item__box-right {
    padding: 25px 30px 20px 30px;
    background-color: #f8f8f8;
    height: 145px;
}

@media(max-width: 1699px) {
    .news-item__box-right {
        height: 150px;
        padding-top: 15px;
    }
}
@media(max-width: 1499px) {
    .news-item__box-right {
        padding-top: 25px;
    }
}
@media(max-width: 767px) {
    .news-item__box-right {
        padding: 15px 20px 15px 20px;
        min-height: 103px !important;
        height: 103px !important;
        overflow: hidden;
    }
}

.news-item__date {
    display: block;
    color: #707372;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
}

@media(max-width: 767px) {
    .news-item__date {
        font-size: 12px;
    }
}

.news-item__title {
    color: #25282a;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 10px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media(max-width: 767px) {
    .news-item__title {
        font-size: 14px;
        line-height: 19px;
        margin: 0;
    }
}

.news-item__desc {
    color: #707372;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media(max-width: 1699px) {
    .news-item__desc {
        font-size: 14px;
        line-height: 21px;
        -webkit-line-clamp: 3;
    }
}

@media(max-width: 767px) {
    .news-item__desc {
        display: none;
    }
}
















.tag-elem {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 11px;
}

.tag-news-company {
    background-color: #78be20;
}

.tag-media-about {
    background-color: #dc8633;
}


.section-calc {
    width: 100vw;
    left: 50%;
    position: relative;
    top: 0;
    transform: translate(-50vw, 0);
}

.section-calc .box-calculator {
    padding-top: 0px;
    padding-bottom: 80px;
}

@media(max-width: 767px) {
    .section-calc .box-calculator {
        padding-top: 0px;
        padding-bottom: 70px;
    }
}

.calc-main-page {
    background: #fff;
    padding-left: 18%;
    padding-right: 18%;
}

@media(max-width: 1599px) {
    .calc-main-page {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media(max-width: 1279px) {
    .calc-main-page {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media(max-width: 1024px) {
    .calc-main-page {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width: 767px) {
    .calc-main-page {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.calc-main-page__title {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

@media(max-width: 1024px) {
    .calc-main-page__title {
        font-size: 30px;
    }
}

@media(max-width: 767px) {
    .calc-main-page__title {
        font-size: 18px;
        line-height: 25px;
        text-align: left;
    }
}

.calc-main-page__subtitle {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 50px;
}

@media(max-width: 767px) {
    .calc-main-page__subtitle {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        margin-bottom: 30px;
    }
}

.calc-main-page__col1 {
    width: 100%;
}

.calc-main-page__form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -30px;
    margin-right: -30px;
}

@media(max-width: 767px) {
    .calc-main-page__form {
        display: block;
        margin: 0;
    }
}

.calc-main-page__form > * {
    width: calc(25% - 60px);
    margin-right: 30px;
    margin-left: 30px;
}

@media(max-width: 767px) {
    .calc-main-page__form > * {
        width: 100%;
        margin: 0;
    }
}

.box-calculator__btn {
    max-width: 100%;
    width: 100%;
}

.calc-main-page__sex,
.calc-main-page__body-params {
    position: relative;
    /*border-top: 1px solid #d3d5d3;*/
    /*padding-top: 30px;*/
    text-align: center;
}

@media(max-width: 767px) {
    .calc-main-page__sex,
    .calc-main-page__body-params {
        border-top: 0;
        padding-top: 0;
        text-align: left;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .calc-main-page__body-params{
        display: flex;
        justify-content: center;
    }
}

.calc-main-page__sex:after,
.calc-main-page__body-params:after{
    content: url(images/required/arrow__right.svg);
    position: absolute;
    top: 20px;
    left: 105%;
    height: 35px;
    width: 35px;
}

@media(max-width: 800px) {
    .calc-main-page__sex:after,
    .calc-main-page__body-params:after {
        left: 105%;
    }

    .calc-main-page__btn button{
        width: 130px;
        font-size: 14px;
    }

    .calc-main-page__sex.params-1{
        width: calc(26% - 60px);
    }

    .calc-main-page__form > *{
        margin-left: 25px;
        margin-right: 25px;
    }

    .calc-main-page__btn{
        width: calc(23% - 60px);
    }
}

@media(max-width: 767px) {
    .calc-main-page__sex:after,
    .calc-main-page__body-params:after {
        display: none;
    }

    .calc-main-page__calc-wrapper{
        max-width: 210px;
        margin: 0 auto;
    }

    .calc-main-page__form > *{
        margin-left: 0;
    }

    .calc-main-page__btn button,
    .calc-main-page__sex.params-1{
        width: 100%;
    }

    .calc-main-page__sex.params-1{
        display: flex;
        justify-content: center;
    }
}



/*.calc-main-page__sex:before,*/
/*.calc-main-page__body-params:before {*/
/*    content: '';*/

/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/

/*    position: absolute;*/
/*    top: -17.5px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    height: 35px;*/
/*    width: 35px;*/
/*    background: #fff;*/

/*    color: #78be20;*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    line-height: 18px;*/
/*    border-radius: 50%;*/
/*}*/

/*.params-1.calc-main-page__sex:before {*/
/*    content: '1';*/
/*}*/

/*.params-2.calc-main-page__body-params:before {*/
/*    content: '2';*/
/*}*/

/*.params-3.calc-main-page__body-params:before {*/
/*    content: '3';*/
/*}*/

/*@media(max-width: 767px) {*/
/*    .calc-main-page__sex:before,*/
/*    .calc-main-page__body-params:before {*/
/*        display: none;*/
/*    }*/
/*}*/

.calc-main-page__sex .box-calculator__sex-item:nth-of-type(1) {
    border-right: 0;
}

.calc-main-page__sex .box-calculator__sex-item {
    padding: 0;
    display: inline-block;
    width: 60px;
}

.calc-main-page__sex .box-calculator__sex-item:first-child {
    margin-right: 10px;
}

.calc-main-page__sex .box-calculator__sex-item:last-child {
    margin-left: 10px;
}

.calc-main-page__sex .box-calculator__sex-img {
    display: flex;
    align-items: flex-end;
    justify-content: center;

    margin-right: 0;
    height: 60px;
    width: 60px;

    background: #fff;

    -webkit-filter: none;
    filter: none;
}

.calc-main-page .box-calculator__sex-radio:checked + .box-calculator__sex-item .box-calculator__sex-img {
    -webkit-filter: none;
    filter: none;

    background: #78be20;
}

@media(max-width: 767px) {
    .calc-main-page__sex .box-calculator__sex-img {
        height: 50px;
        width: 50px;
    }
}

.calc-main-page__param-text {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 15px;
}

.calc-main-page__param-text span {
    display: none;
}

@media(max-width: 767px) {
    .calc-main-page__param-text {
        max-width: 125px;
        width: 100%;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 18px;
    }

    .calc-main-page__param-text span {
        display: inline-block;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
        color: #000000;
    }
}

.box-calculator__body-input-wrap {
    display: flex;
    justify-content: center;
}

@media(max-width: 767px) {
    .box-calculator__body-input-wrap  {
        justify-content: start;
    }
}


.box-calculator__body-value {
    display: inline-block;
    vertical-align: bottom;
}

.calc-main-page__body-params .box-calculator__body-parameter input {
    width: 90px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #fff;
    border: none;
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    outline: none;
    border-left: 1px solid #707372;
    border-top: 1px solid #707372;
    border-bottom: 1px solid #707372;
}

.calc-main-page__body-params .box-calculator__body-parameter .box-calculator__body-value {
    width: 60px;
    height: 50px;
    border-radius: 0 10px 10px 0;
    background-color: #78be20;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(min-width: 768px) {
    .calc-main-page__body-params .box-calculator__body-parameter .form-std__msg {
        text-align: center;
        top: auto;
        position: relative;
        color: #d56032;
    }
}

@media(max-width: 767px) {
    .calc-main-page__body-params .box-calculator__body-parameter .form-std__msg {
        color: #d56032;
        margin-left: 10px;
    }
}

@media(max-width: 767px) {
    .calc-main-page__body-params .box-calculator__body-parameter input {
        width: 105px;
    }

    .calc-main-page__body-params .box-calculator__body-parameter input,
    .calc-main-page__body-params .box-calculator__body-parameter .box-calculator__body-value {
        height: 40px;
        font-size: 16px;
        line-height: 18px;
    }
}

.calc-main-page__btn {
    width: calc(25% - 60px);
    text-align: center;
    margin-top: 0;
}

.calc-main-page__btn button {
    width: 148px;
    height: 42px;
    border-radius: 21px;
    background-color: #78be20;
    border: 1px solid #78be20;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    border: 0;
    padding: 0;
}

.calc-main-page__btn button:hover {
    background: #fff;
    border: 1px solid #78be20;
    color: #78be20;
}

.calc-main-page__btn .icon-arrow_btn {
    font-size: 1.150rem;
    width: 0.5084291188em;
    margin-left: 10px;
}

.main-slider-product {
    margin-bottom: 50px;
    margin-top: 100px;
}


@media(max-width: 1024px) {
    .main-slider-product {
        padding-left: 0;
        margin-right: 0;
        margin-top: 75px;
    }
}

@media(max-width: 767px) {
    .main-slider-product {
        height: 455px;
        position: relative;
        margin-bottom: 65px;
        padding-left: 0;
        margin-top: 55px;
    }
    .page-wrapper-detail .main-slider-product {
        padding: 0 15px;
    }

    .box-product-banner .main-slider-product {
        padding-left: 15px;
        padding-right: 15px;
    }

    .calc-main-page__btn{
        width: 100%;
    }
}



.main-slider-product .swiper-container {
    padding-bottom: 30px;
}

@media(max-width: 1024px) {
    .main-slider-product .swiper-container {
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .main-slider-product .swiper-container {
        margin-top: 15px;
        padding-bottom: 20px;
    }
}

.main-slider-product .swiper-scrollbar {
    background: #f0f0f0;
    height: 4px;
    left: 0;
}

@media(min-width: 1700px) {
    .main-slider-product .swiper-scrollbar {
        width: 100%;
        width: calc(100% - (100vw - 1700px ) / 2);
    }
}

.main-slider-product .swiper-scrollbar-drag {
    height: 4px;
}

@media(max-width: 1024px) {
    .main-slider-product .swiper-scrollbar {
        background: #f0f0f0;
        width: calc(100% - 30px);
        height: 4px;
        left: 0;
    }

    .main-slider-product .swiper-scrollbar-drag {
        height: 4px;
    }
}

@media(max-width: 767px) {
    .main-slider-product .swiper-scrollbar {
        width: calc(100% - 30px);
        overflow: hidden;

        height: 2px;
    }

    .main-slider-product .swiper-scrollbar-drag {
        height: 2px;
    }
}

.main-slider-product__title{
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.main-slider-product__link {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 0;
    vertical-align: super;
}

@media(max-width: 1024px) {
    .main-slider-product__title{
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        margin-right: 15px;
        margin-bottom: 0;
    }

    .main-slider-product__link {
        display: inline-block;
    }
}

@media(max-width: 767px) {
    .main-slider-product__title{
        font-size: 18px;
        line-height: 21px;
        margin: 0;
    }

    .main-slider-product__link {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 290px;
    }
}

.main-slider-product__wrapper {
    height: 500px;
    display: flex;
}

@media(min-width: 1700px) {
    .main-slider-product__container {
        width: calc(100% + (100vw - 1680px) / 2);
    }
}

@media(max-width: 1699px) {
    .main-slider-product__container {
        width: calc(100% + 30px)
    }
}

.main-slider-product__container {
    margin-top: 30px;
    overflow: visible;
}

.main-slider-product__container .product-card {
    width: 315px;
    margin-right: 30px;
    height: 520px;
}

.product-card-link {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    position: relative;
}

@media(max-width: 767px) {
    .product-card .product-card-link {
        height: 328px;
    }
}

.product-card-link:hover {
    border-color: #78be20;
    -webkit-box-shadow: 0 0 0 1px #78be20;
    box-shadow: 0 0 0 1px #78be20;
    z-index: 2;
}

@media(max-width: 1699px) {
    .main-slider-product__container .product-card:last-child  {
        margin-right: 30px;
    }
}

@media(max-width: 1024px) {
    .main-slider-product__container .product-card {
        width: 242px;
        height: 480px;
    }
}

@media(max-width: 767px) {
    .main-slider-product__container .product-card {
        width: 146px;
        margin-right: 15px;
        height: 340px;
    }
}

.main-slider-product__container .product-card .card__link {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-slider-product__container .product-card .card__descr {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
    padding: 0;
}

.main-slider-product__container .product-card .card__row-rating {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

@media(max-width: 1024px) {
    .main-slider-product__container .product-card .card__link {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 60px;
    }

    .main-slider-product__container .product-card .card__descr {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 55px;
        padding: 0;
    }
}

.main-slider-product__container .product-card .card__img .card__img-product {
    position: static;
    height: 100%;
    width: auto;
    left: auto;
}

.main-slider-product__container .product-card .card__descr span {
    display: none;
}

.main-slider-product__container .product-card .card__img {
    padding-top: 40px;
}

.main-slider-product__container .product-card .card__inner {
    display: flex;
    flex-direction: column;
    /*height: 152px;*/
    padding: 0px 25px 25px;
}

/*@media(max-width: 1024px) {
    .main-slider-product__container .product-card .card__inner  {
        height: 194px;
    }
}*/

@media(max-width: 1699px)  {
    .main-slider-product__container .product-card .card__img {
        height: 310px;
    }
}

@media(max-width: 1024px) {
    .main-slider-product__container .product-card .card__img {
        height: 265px;
    }

    .main-slider-product__container .product-card .card__inner {
        padding: 0 15px 20px;
    }

    .main-slider-product__container .product-card .card__link {
        color: #25282a;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }

    .main-slider-product__container .product-card .card__descr {
        color: #b3b4b2;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }
}

@media(max-width: 767px) {
    .main-slider-product__container .product-card .card__img {
        height: 170px;
        padding-top: 30px;
    }

    .main-slider-product__container .product-card .card__inner {
        padding: 0 10px 15px;
        /*height: 137px;*/
    }

    .main-slider-product__container .product-card .card__link {
        font-size: 12px;
        line-height: 16px;
    }

    .main-slider-product__container .product-card .card__descr {
        font-size: 10px;
        line-height: 14px;
    }
}

.section-news {
    padding-top: 90px;
}

@media(max-width: 767px) {
    .section-news  {
        position: relative;
        padding-bottom: 65px;
    }
}

.section-news__title {
    color: #25282a;
    display: inline-block;
    margin-top: 0;
    margin-right: 16px;
    font-weight: 700;
    font-size: 36px;
}

@media(max-width: 767px) {
    .section-news__title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.section-news__link {
    display: inline-block;
    vertical-align: super;
    margin: 0;
}

@media(max-width: 767px) {
    .section-news__link {
        position: absolute;
        bottom: 0;
        max-width: 290px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.nav-categories__bg-mobile {
    display: none;
}

@media(max-width: 767px) {
    .nav-categories__bg-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        border: 1px solid #f8f8f8;
        margin: 0 auto;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-tablet {
        display: none !important;
    }
}

.btn-fix-mobile {
    display: none;
}

@media (max-width: 1023px) {
    .btn-fix-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #f79537;
        z-index: 10;
    }

    .btn-fix-mobile a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        padding: 11.5px 0;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
    }

    .btn-fix-mobile.stop {
        position: relative;
    }
}


.nav-top .midlle-level,
.nav-top .lower-level{
    display: none;
}

@media(max-width: 1023px) {
    .nav-top .midlle-level  {
        display: block;
        border-top: 1px solid #fff;
        padding: 15px 0 30px 15px;
        margin-top: 15px;
    }

    .nav-top .midlle-level__link {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
        padding: 10px 0;
    }

    .nav-top .midlle-level__title .midlle-level__link {
        padding-left: 0;
    }

    .nav-top .midlle-level__link {
        padding-left: 33px;
    }

    .midlle-level__link--lose-weight,
    .midlle-level__link--proper-nutrition,
    .midlle-level__link--active-lifestyle {
        position: relative;
    }

    .midlle-level__link--lose-weight::before,
    .midlle-level__link--proper-nutrition::before,
    .midlle-level__link--active-lifestyle::before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        display: block;

        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .midlle-level__link--lose-weight::before {
        width: 24px;
        height: 25px;
        background-image: url('/local/templates/herbalife-official-new/images/required/menu-icon-1.png');
    }

    .midlle-level__link--proper-nutrition::before {
        width: 23px;
        height: 25px;
        background-image: url('/local/templates/herbalife-official-new/images/required/menu-icon-2.png');
    }

    .midlle-level__link--active-lifestyle::before {
        width: 28px;
        height: 25px;
        background-image: url('/local/templates/herbalife-official-new/images/required/menu-icon-3.png');
    }

    .nav-top .lower-level {
        display: block;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 25px 0 25px 15px;
    }

    .nav-top .lower-level__link {
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        padding-left: 0;
    }

    .nav-top .lower-level__link--tel {
        display: inline-block;
        width: auto;
        padding-right: 7px;
    }

    .nav-top .lower-level__small-text {
        display: inline-block;
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        opacity: 0.75;
    }

    .nav-top .lower-level li {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
    }

    .nav-top .lower-level__social {
        display: flex;
    }

    .nav-top .lower-level__social a {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #fff;
        margin-right: 9px;
    }

    .nav-top .lower-level__social svg.icon {
        color: #78be20;
    }
}

.ul-display-block {
    display: block !important;
    position: static !important;
}

.lvl-off {
    display: none !important;
}

@media(max-width: 1023px) {
    .bg-menu-mobile {
        background: #4f7d15 !important;
        color: #fff !important;
    }

    .menu-show {
        left: 0;
    }
}

.no-scroll {
    overflow: hidden;
}

.br-desktop {
    display: none;
}

@media(min-width: 1280px) and (max-width: 1800px){
    .br-desktop {
        display: block;
    }
}

.lvl-3-link.active,
.nav-top__link.active {
    background: #4f7d15 !important;
    color: #fff !important;
    padding-left: 30px !important;
    transition: none !important;
}

.lvl-3-link.active + ul {
    background: #78be20 !important;
}

.lvl-3-link.active + ul li a {
    color: #fff !important;
}

.active.lvl-3-link:after,
.active.nav-top__link:after {
    border-top: solid 2px #fff !important;
    border-right: solid 2px #fff !important;
    right: auto;
    left: 18px;
    transform: translate(0, -50%) rotate(225deg) !important;
    transition: none !important;
}

@media(max-width: 1023px) {
    .lvl-2.active,
    .lvl-3.active  {
        background-color: #78be20 !important;
    }

    .lvl-2.active li a,
    .lvl-3.active li a {
        color: #fff !important;
    }

    .nav-top__link.active {
        position: fixed;
        max-width: 360px;
        z-index: 1;
    }

    .nav-top .top-level > ul {
        padding-top: 42px;
        box-shadow: none;
    }

    .lvl-3-link.active {
        position: fixed !important;
        max-width: 360px;
        z-index: 1;
        top: 50px;
    }
}

@media(max-width: 767px) {
    .nav-top__link.active {
        max-width: none;
    }
    .lvl-3-link.active {
        max-width: none;
    }
}

.calc-main-resulte-block {
    display: block;
    margin: 0 auto;
    background: #fff;
    max-width: 830px;
    width: 100%;
    padding: 25px 30px 30px 30px;
}

@media(max-width: 1024px) {
    .calc-main-resulte-block {
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .calc-main-resulte-block {
        background: transparent;
        padding: 0;
        margin-top: 10px;
    }
}

.calc-main-resulte-block__resulte-text {
    display: inline-block;
    color: #78be20;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 15px;
}

@media(max-width: 767px) {
    .calc-main-resulte-block__resulte-text {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 3px;
    }
}

.calc-main-resulte-block__index {
    display: inline-block;
    color: #b3b4b2;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

@media(max-width: 767px)  {
    .calc-main-resulte-block__index {
        font-size: 12px;
        line-height: 18px;
    }
}

@media(max-width: 767px) {
    .calc-main-resulte-block__resulte-text {
        display: block;
    }

    .calc-main-resulte-block__index {
        display: block;
    }
}

.calc-main-resulte-block__descs {
    margin-top: 5px;
    margin-bottom: 20px;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media(max-width: 767px) {
    .calc-main-resulte-block__descs {
        font-size: 14px;
        line-height: 21px;
    }
}

.calc-main-resulte-block__btn-wrap {
    display: flex;
    align-items: center;
}

.calc-main-resulte-block__btn-wrap a {
    margin: 0;
}

.calc-main-resulte-block__btn-wrap a+a {
    margin-left: 20px;
}

.calc-main-resulte-block__btn-green {
    background: #78be20;
    border: 1px solid transparent;
}

@media(max-width: 767px) {
    .calc-main-resulte-block__btn-green .blog-elem__link--color-white {
        color: #fff;
    }

    .calc-main-resulte-block__btn-green .blog-elem__link--color-white::before {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}

.calc-main-resulte-block__btn-green:hover,
.calc-main-resulte-block__btn-green:focus {
    border: 1px solid #78be20;
}

@media(max-width: 767px) {
    .calc-main-resulte-block__btn-wrap {
        display: block;
    }

    .calc-main-resulte-block__btn-wrap a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .calc-main-resulte-block__btn-wrap a+a {
        margin: 10px 0 0 0;
    }
}

/* .calc-main-resulte-block__resulte-text--slightly-above-normal {

} */

.calc-main-resulte-block__resulte-text--below-normal {
    color: #dc8633;
}

.calc-main-resulte-block__resulte-text--above-normal {
    color: #dc582a;
}

.br-desktop {
    display: none;
}

@media(min-width: 768px) and (max-width: 1809px){
    .br-desktop {
        display: block;
    }
}
.reviews {
    display: flex;
}

@media (max-width: 1280px) {
    .reviews {
        display: block;
    }
}

.reviews__heading-mobile,
.reviews__heading-mobile-link,
.reviews__box-comment-off-block-text span.subtitle--laptop  {
    display: none;
}

@media (max-width: 1280px) {

    .reviews__box-comment-off-block-text span.subtitle--laptop {
        display: block;
    }
    .reviews__box-comment-off-block-text span.subtitle--desktop {
        display: none;
    }

    .reviews__heading-mobile {
        display: block;
        margin-bottom: 40px;
    }

    .reviews__heading-mobile span {
        font-size: 24px;
        font-weight: 700;
        line-height: 26px;
        margin-right: 25px;
    }

    .reviews__heading-mobile-link {
        display: inline-block;
        border: 1px solid #78be20;
        border-radius: 25px;
        height: 50px;
        line-height: 50px;
        color: #78be20;
        font-size: 16px;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 30px;
        margin-top: 10px;
    }

    .reviews__heading-mobile-link span {
        position: relative;
        font-size: 16px;
        font-weight: 500;
        margin-right: 0;
    }

    .reviews__heading-mobile-link span:before {
        content: '';
        display: block;
        position: absolute;
        top: 45%;
        right: -15px;
        width: 5px;
        height: 5px;
        border-top: 1px solid #78be20;
        border-right: 1px solid #78be20;
        transform: rotate(45deg);
        transition: .2s all;
    }
}

@media (max-width: 767px) {
    .reviews__heading-mobile {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .reviews__heading-mobile > span {
        display: block;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .reviews__heading-mobile-link {
        height: 40px;
        line-height: 40px;
        margin: 0;
    }
}

.reviews__box {
    width: 50%;
}

.reviews__box--left {
    padding-right: 50px;
}

.reviews__box--right {
    padding-left: 50px;
    position: sticky;
    top: 0;
}

@media(max-width: 1440px) {
    .reviews__box--left {
        padding-right: 0px;
    }
}

@media (max-width: 1280px) {
    .reviews__box--left,
    .reviews__box--right {
        width: 100%;
        padding: 0;
    }
}

.assessment {
    width: 100%;
    background-color: #f8f8f8;
    padding: 30px 0px 20px 50px;
}

@media(max-width: 1600px) {
    .assessment {
        padding: 30px 0px 20px 30px;
    }
}

@media(max-width: 767px) {
    .assessment {
        padding: 20px 0 20px 15px;
        position: relative;
        width: 100%;
    }
}

.assessment__inner {
    display: flex;
}

@media(max-width: 1280px) {
    .assessment__inner {
        justify-content: space-between;
    }
}

@media(max-width: 767px) {
    .assessment__inner {
        display: block;
    }
}

.assessment__box {
    display: flex;
    align-items: center;
}

.assessment__box--left {
    max-width: 310px;
    width: 100%;
    margin-right: 40px;
}

@media(max-width: 1600px) {
    .assessment__box--left {
        margin-right: 25px;
    }
}

@media(max-width: 1440px) {
    .assessment__box--left {
        display: flex;
        flex-direction: column;
    }
}

@media(max-width: 1280px) {
    .assessment__box--left {
        display: flex;
        flex-direction: row;
    }
}

@media(max-width: 767px) {
    .assessment__box--left {
        margin: 0 auto 5px;
        padding-right: 15px;
        justify-content: center;

    }
}

.assessment__box--right {
    max-width: 375px;
    width: 100%;
}

@media(max-width: 767px) {
    .assessment__box--right  {
        max-width: 100%;
    }
}

.assessment__overall-rating {
    font-size: 70px;
    font-weight: 500;
    line-height: 72px;
    margin-right: auto;
}

@media(max-width: 1440px) {
    .assessment__overall-rating {
        font-size: 65px;
        line-height: 65px;
    }

    .assessment__stars-wrap {
        margin-right: auto;
    }
}

@media(max-width: 1280px) {
    .assessment__overall-rating {
        font-size: 70px;
        line-height: 70px;
    }
}

@media(max-width: 767px) {
    .assessment__overall-rating {
        font-size: 50px;
        line-height: 54px;
        margin-right: 20px;
    }

    .assessment__stars-wrap {
        margin-right: initial;
    }
}

.assessment__all-rating {
    width: 100%;
}

.assessment__all-rating-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.assessment__stars-reviews {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

@media(max-width: 767px) {
    .assessment__stars-reviews {
        font-size: 12px;
        line-height: 16px;
    }
}

.assessment__stars {
    margin-bottom: 10px;
}

.assessment__stars .stars {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.assessment__stars .stars li {
    position: relative;
    width: 24px;
    height: 24px;
}

.assessment__stars .stars li+li {
    margin-left: 5px;
}

.assessment__stars .stars li img {
    height: 100%;
}

.assessment__quantity-stars,
.assessment__number-ratings {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    display: block;
}

.assessment__quantity-stars {
    color: #b3b4b2;
    max-width: 60px;
    width: 100%;
}

.assessment__number-ratings {
    padding-left: 10px;
    max-width: 65px;
    width: 100%;
}

@media(max-width: 1600px) {
    .assessment__number-ratings {
        max-width: 55px;
    }
}

@media(max-width: 767px) {
    .assessment__number-ratings {
        max-width: 40px;
    }
}

.assessment__rating-progress-wrap,
.assessment__rating-progress {
    border-radius: 20px;
}

.assessment__rating-progress-wrap {
    position: relative;
    width: 100%;
    background: #f0f0f0;
    height: 5px;
}

.assessment__rating-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 100%;
    height: 5px;
    background-color: #78be20;
}

.comments {
    margin-top: 35px;
}

@media(max-width: 767px) {
    .comments {
        padding: 0 15px;
    }
}

.comments__tabs-sorting span {
    display: block;
}

.comments__tabs-sorting {
    display: flex;
    align-items: center;

    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;

    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

@media(max-width: 767px) {
    .comments__tabs-sorting {
        flex-wrap: wrap;
    }

    .comments__tabs-sorting > span {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.comments__tabs-sorting > span {
    margin-right: 25px;
    color: #b3b4b2;
}

.comments__tab {
    color: #000000;
    font-weight: 400;
}

.comments__tab .utility-wrap {
    display: flex;
}

.comments__tab .utility {
    margin-right: 5px;
}

.comments__tab .utility-icon {
    position: relative;
    display: none;
    margin: 0;
    width: 7px;
    height: 15px;
}

.comments__tab .utility-icon::before,
.comments__tab .utility-icon::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    width: 2px;
    background: #000;
}

.utility-icon.utility-icon-show {
    display: block;
}

.comments__tab .utility-icon::before {
    height: 10px;
    left: 5px;
}

.comments__tab .utility-icon::after {
    height: 15px;
    left: 0;
}

.comments__tab+.comments__tab {
    margin-left: 25px;
}

.comments__tab.tab-sort-active {
    font-weight: 700;
}

.user-comment {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

@media(max-width: 767px) {
    .user-comment  {
        margin-bottom: 30px;
    }
}

.user-comment__body {
    position: relative;
}

.response-comment__name,
.user-comment__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

@media(max-width: 767px) {
    .response-comment__name,
    .user-comment__name {
        font-size: 16px;
    }
}

.user-comment__time {
    position: absolute;
    top: 0;
    right: 0;

    color: #b3b4b2;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

@media(max-width: 767px) {
    .user-comment__time {
        position: static;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }
}

.user-comment__rating {
    margin-bottom: 15px;
}

.user-comment__rating .stars {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.user-comment__rating .stars li+li {
    margin-left: 5px;
}

.response-comment__text,
.user-comment__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media(max-width: 767px) {
    .user-comment__text,
    .response-comment__text {
        font-size: 14px;
    }
}

.user-comment__rating-review {
    margin-top: 10px;
}

.user-comment__like-box {
    display: flex;

    max-width: 160px;
    height: 35px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
}

.user-comment__like-box svg {
    margin-right: 7px;
}

.user-comment__like-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50%;
    line-height: 35px;
}

.user-comment__like {
    border-right: 1px solid #f0f0f0;
    margin-right: -0.5px;
    color: #000;
}

.user-comment__dislikes {
    border-left: 1px solid #f0f0f0;
    margin-left: -0.5px;
    color: #000;
}

.user-comment__dislikes:hover path {
    fill: #dc582a;
}

.user-comment__like:hover path {
    fill: #78be20;
}

.like-active.user-comment__like path {
    fill: #78be20;
}

.dislike-active.user-comment__dislikes path {
    fill: #dc582a;
}

.user-comment__response-comment {
    margin-top: 25px;
}

.response-comment {
    margin-left: 30px;
}

@media(max-width: 767px) {
    .response-comment {
        margin-left: 15px;
    }
}

.btn-show-more {
    display: block;
    margin: 0 auto;

    border: 1px solid #78be20;
    border-radius: 25px;

    max-width: 255px;
    width: 100%;
    height: 50px;
    line-height: 50px;

    color: #78be20;
    font-size: 16px;
    font-weight: 500;

    padding-left: 15px;
    padding-right: 30px;
}

.btn-show-more span {
    position: relative;
}

.btn-show-more span::before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #78be20;
    border-right: 1px solid #78be20;
    transform: rotate(45deg);
    transition: .2s all;
}

@media(max-width: 767px) {
    .btn-show-more {
        height: 40px;
        line-height: 40px;
        font-weight: 400;
    }
}

.tab-reviews .count {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #78be20;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.tab-reviews .count span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    vertical-align: bottom;
}

.assessment-product__star {
    display: flex;
}

.product-review {
    padding: 40px 50px 40px;
    background-color: #f8f8f8;
    position: sticky;
    top: 15px;
}

@media(max-width: 1280px) {
    .product-review {
        display: none;
        position: static;
    }
}

.product-review__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 20px;
    text-align: center;
}

.assessment-product__input-box {
    display: flex;
    flex-wrap: wrap;

    margin-right: -10px;
    margin-left: -10px;
}

.product-review-form .assessment-product__input-wrap {
    position: relative;
    width: 50%;

    z-index: 3;
}

.product-review-form .assessment-product__textarea-wrap {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;

    min-height: 150px;
}

.product-review-form .assessment-product__input-wrap input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;

    border-radius: 5px;
    border: 1px solid #fff;
    background: #fff;
    outline: none;
}

.product-review-form .assessment-product__textarea-wrap textarea:focus,
.product-review-form .assessment-product__input-wrap input:focus {
    border: 1px solid #78be20;
}

.product-review-form .assessment-product__textarea-wrap textarea::placeholder,
.product-review-form .assessment-product__input-wrap input::placeholder {
    color: transparent;
}

.product-review-form .assessment-product__textarea-wrap,
.product-review-form .assessment-product__input-wrap {
    margin-right: 10px;
    margin-left: 10px;

    border-radius: 5px;
}

.product-review-form .assessment-product__input-wrap {
    width: calc(50% - 20px);
}

.product-review-form .assessment-product__textarea-wrap span,
.product-review-form .assessment-product__input-wrap span {
    position: absolute;
    top: 12px;
    left: 15px;

    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.product-review-form .assessment-product__textarea-wrap textarea {
    width: 100%;
    height: 100%;

    border-radius: 5px;
    border: 1px solid #fff;
    background: #fff;
    outline: none;
    padding-left: 15px;
    padding-top: 10px;
    resize: none;
}

.product-review-form .assessment-product__label {
    padding-left: 4px;
    padding-right: 4px;
    z-index: 1;
    pointer-events: none;
}

.assessment-product__input.input-error {
    border: 1px solid #dc582a !important;
}

.assessment-product__textarea.input-error {
    border: 1px solid #dc582a !important;
}

.product-review-form .assessment-product__input-error {
    position: absolute;
    top: -33px;
    right: 0;

    display: none;
    padding: 5px 10px;
    background-color: #f3dad1;
    color: #dc582a;

    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    z-index: 3;
}

.assessment-product__input-error:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    right: 13px;
    height: 6px;
    width: 6px;
    background-color: #f3dad1;
    transform: rotate(45deg);
}

.product-review-form__box-feedback {
    margin: 150px 0;
    display: none;
}

.product-review-form__box-feedback-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.product-review-form__box-feedback-subtitle {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
    margin-bottom: 25px;
}

.product-review-form__box-feedback-btn {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 30px;
    border: 1px solid #78be20;
    background-color: #ffffff;
    max-width: 218px;
    width: 100%;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #78be20;
    transition: .2s all;
}

.product-review-form__box-feedback-btn span {
    position: relative;
}

.product-review-form__box-feedback-btn span:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: -10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #78be20;
    border-right: 1px solid #78be20;
    transform: rotate(45deg);
    transition: .2s all;
}

.product-review-form__box-feedback-btn:hover,
.product-review-form__box-feedback-btn:focus {
    background: #78be20;
}

.product-review-form__box-feedback-btn:hover span,
.product-review-form__box-feedback-btn:focus span {
    color: #fff;
}

.product-review-form__box-feedback-btn:hover span:before,
.product-review-form__box-feedback-btn:focus span:before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

/* .product-review-form .assessment-product__label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: #f8f8f8;
    z-index: -1;
} */

.assessment-product__textarea:focus~ .assessment-product__label, .assessment-product__textarea:not(:placeholder-shown) ~ .assessment-product__label,
.assessment-product__input:focus ~ .assessment-product__label, .assessment-product__input:not(:placeholder-shown) ~ .assessment-product__label {
    top: 10px;
    font-size: 12px;
    background: #FFF;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
    letter-spacing: inherit;
}

.input-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.input-checkbox .input-checkbox__input {
    display: none;
}

.input-checkbox .input-checkbox__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.input-checkbox .input-checkbox__text a {
    text-decoration: underline;
}

.input-checkbox__input-custom {
    display: inline-block;
    position: relative;
    height: 15px;
    width: 15px;
    background-color: #78be20;
    border-radius: 2px;
    margin-right: 8px;
}

.input-checkbox__input-custom:before {
    content: '';
    display: none;
    position: absolute;
    top: 1px;
    left: 4.9px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(35deg);
}

label .input-checkbox__input:checked + .input-checkbox__input-custom:before {
    display: block;
}

.product-review-form__btn {
    display: block;
    height: 50px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 30px;
    border: 1px solid #78be20;
    background-color: #ffffff;
    max-width: 180px;
    width: 100%;
    margin: 30px auto 0;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #78be20;
    transition: .2s all;
    outline: none;
}

.product-review-form__btn span {
    position: relative;
}

.product-review-form__btn span:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #78be20;
    border-right: 1px solid #78be20;
    transform: rotate(45deg);
    transition: .2s all;
}

.btn-review-disabled {
    opacity: .4;
}

.btn-review-disabled {
    background: #fff !important;
    color: #78be20 !important;
}

.btn-review-disabled span:before {
    border-top: 1px solid #78be20 !important;
    border-right: 1px solid #78be20 !important;
}

.btn-show-more:hover,
.product-review-form__btn:hover {
    background: #78be20;
    color: #fff;
}

.btn-show-more:hover span:before,
.product-review-form__btn:hover span:before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.product-review-form__assessment {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.assessment-product__title {
    display: inline-block;
    margin-right: 10px;
}

.assessment-product__rate-error {
    position: absolute;
    top: -30px;
    left: 90px;
    display: none;
    padding: 5px 10px;
    background-color: #f3dad1;
    color: #dc582a;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    z-index: 3;
}

.assessment-product__rate-error:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    right: 13px;
    height: 6px;
    width: 6px;
    background-color: #f3dad1;
    transform: rotate(45deg);
}

.rating-area {
    overflow: hidden;
    width: 150px;
    height: 25px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    width: 25px;
    height: 25px;
    padding: 0;
    cursor: pointer;
    background: url('images/required/star-none.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.rating-area > input:checked ~ label {

    background: url('images/required/star-full.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    background: url('images/required/star-full.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
    position: relative;
}

.reviews__box-comment-off {
    display: flex;
    justify-content: space-around;
    height: 100%;
}

.reviews__box-comment-off-block {
    display: flex;
    align-items: center;
    justify-content: space-between;

    max-width: 645px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.reviews__box-comment-off-block img {
    display: block;
}

.reviews__box-comment-off-block-text span {
    display: block;
}

.reviews__box-comment-off-block-text .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}

.reviews__box-comment-off-block-text .subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.reviews__box-comment-off-btn {
    display: inline-block;
    border: 1px solid #78be20;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    color: #78be20;
    font-size: 16px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 30px;
    margin-left: 30px;
}

.reviews__box-comment-off-btn span {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.reviews__box-comment-off-btn span:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #78be20;
    border-right: 1px solid #78be20;
    transform: rotate(45deg);
    transition: .2s all;
}

@media(min-width: 1281px) {
    .reviews__box-comment-off-btn {
        display: none;
    }
}

/* .modal-box {
    display: none;
} */

.reviews__box-comment-off-block-text {
    text-align: left;
}


@media(max-width: 1280px) {
    .reviews__box-comment-off-block {
        position: relative;
    }

    .reviews__box-comment-off-block-text .title {
        font-size: 24px;
        text-align: left;
    }

    .reviews__box-comment-off-btn {
        position: absolute;
        bottom: 50px;
        right: 95px;
    }
}

@media(max-width: 767px) {
    .reviews__box-comment-off-block {
        display: block;
    }

    .reviews__box-comment-off-block-text {
        text-align: center;
    }

    .reviews__box-comment-off-block img {
        margin: 0 auto;
        width: 132px;
    }

    .reviews__box-comment-off-block-text .title,
    .reviews__box-comment-off-block-text .subtitle {
        text-align: center;
    }

    .reviews__box-comment-off-block-text .title {
        font-size: 18px;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .reviews__box-comment-off-block-text .subtitle {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px;
    }

    .reviews__box-comment-off-btn {
        position: static;
    }
}

@media(min-width: 1024px) {
    .container--resize {
        max-width: 1680px;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
}

@media(max-width: 1699px) {
    .container--resize {
        padding: 0 30px;
    }
}

@media(max-width: 991px) {
    .container--resize {
        padding: 0 15px;
    }
}

@media(max-width: 767px) {
    .container--resize.container-no-padding {
        padding: 0;
    }
}

.mobile-product-slider {
    display: none;
}

@media(max-width: 991px) {
    .mobile-product-slider {
        display: block;

        margin: 0 -15px;
        padding: 0 15px;
    }
}

.mobile-product-slider .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
    background-color: #78be20;
}

.mobile-product-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px !important;
}

.mobile-product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 6px;
    width: 6px;
    background-color: #78be20;
    position: relative;
}

.mobile-product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #78be20;
    height: 14px;
    width: 14px;
}

.mobile-product-slider {
    background-color: #f8f8f8;
}

.mobile-product-slider .swiper-container {
    height: 480px;
}

@media(max-width: 767px) {
    .mobile-product-slider .swiper-container {
        height: 450px;
    }
}

.mobile-product-slider .swiper-slide {
    height: 440px;
}

@media(max-width: 767px) {
    .mobile-product-slider .swiper-slide {
        height: 390px;
    }

    .mobile-product-slider .swiper-pagination {
        bottom: 30px;
    }
}

.mobile-product-slider .swiper-slide {
    display: flex;
    margin: 0 auto auto;
}

.mobile-product-slider .swiper-slide img {
    display: block;
    margin: auto;
    max-height: 100%;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow:hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.leave-review-modal .fancybox-close {
    top: 20px;
    right: 20px;
    background: url('images/required/icon-cross.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    height: 15px;
    width: 15px;
}

@media(max-width: 767px) {
    .leave-review-modal,
    .leave-review-modal .fancybox-inner,
    .leave-review-modal .fancybox-outer {
        min-width: 290px;
    }

    .leave-review-modal .fancybox-close {
        top: 15px;
        right: 15px;
    }
}

@media(max-width: 329px) {
    .leave-review-modal {
        left: 50% !important;
        transform: translateX(-50%);
    }
}

.product-review--modal {
    padding: 40px 15px 40px;
    background: #fff;
    display: none;
}

@media(min-width: 768px) {
    .product-review--modal {
        padding: 35px 50px 40px;
    }
}

.product-review--modal .product-review__title {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

@media(min-width: 768px) {
    .product-review--modal .product-review__title {
        font-size: 24px;
        line-height: 26px;
    }
}

.product-review--modal .assessment-product__input-box {
    display: block;
    margin: 0;
}

.product-review--modal .assessment-product__input-wrap {
    border: 1px solid #F0F0F0;
}

.product-review--modal .assessment-product__textarea-wrap .assessment-product__textarea {
    border: 1px solid #F0F0F0;
}

.product-review--modal .assessment-product__input-box > * {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
    margin-left: 0;
}

@media(min-width: 768px) {
    .product-review--modal .assessment-product__input-box {
        display: flex;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }

    .product-review--modal .assessment-product__input-box > * {
        margin-right: 10px;
        margin-left: 10px;
    }

    .product-review--modal .assessment-product__input-box > *:nth-child(-n+2){
        width: calc(50% - 20px);
    }
}

.product-review--modal .assessment-product__textarea-wrap {
    min-height: 120px;
}

@media(min-width: 768px) {
    .product-review--modal .assessment-product__textarea-wrap {
        margin-top: 0;
    }
}

.product-review--modal .assessment-product__textarea-wrap textarea {
    height: 120px;
}

.product-review--modal .input-checkbox__input-custom {
    margin-bottom: 12px;
    max-width: 15px;
    width: 100%;
}

.product-review--modal .assessment-product__title {
    font-size: 14px;
}

.product-review--modal .product-review-form__btn {
    margin-top: 25px;
}

@media(max-width: 767px) {
    .product-review--modal .product-review-form__btn {
        height: 40px;
        line-height: 36px;
    }

    .product-review--modal .assessment-product__input-error,
    .product-review--modal .assessment-product__rate-error{
        top: auto;
        left: 0;
        right: auto;
        bottom: -17px;
        background: none;
        padding: 0;
        font-size: 10px;
    }

    .product-review--modal .assessment-product__input-error::before,
    .product-review--modal .assessment-product__rate-error::before {
        display: none;
    }
}

.social-block-modal {
    height: auto;
    max-width: 290px;
    width: 100%;
    padding: 35px 50px 35px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    border-radius: 4px;
    background: #f9f9f9;
    row-gap: 15px;
}

.social-block-modal__title {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.social-block-modal ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    width: 100%;
    margin: auto 0 0;
    padding: 0;
    height: 31px;
}

.social-block-modal ul li+li {
    margin-left: 15px;
}

.sharing-mob-modal a {
    display: inline-block;
    height: 30px;
}

.sharing-mob-modal a img {
    max-width: 30px;
    height: 30px;
}

.sharing-mob-modal .fancybox-close {
    top: 20px;
    right: 20px;
    background: url('images/required/icon-cross.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    height: 15px;
    width: 15px;
}

@media(max-width: 767px) {
    .sharing-mob-modal .fancybox-close {
        top: 15px;
        right: 15px;
    }
}

.utility-icon-rotate {
    transform: rotateY(180deg);
}

.bread-circle-marker a {
    padding-right: 22px;
    margin-right: 6px;
}

.bread-circle-marker a:after {
    border: none;
    height: 4px;
    width: 4px;
    background: #B3B4B2;
    border-radius: 50%;
    top: 6px;
}

.bread-circle-marker a.active:last-child {
    color: #B3B4B2;
    margin-right: 0;
    padding-right: 0;
}

@media(max-width: 767px) {
    .bread-circle-marker {
        padding: 15px 0;
    }

    .bread-circle-marker a {
        font-size: 11px !important;
        padding-right: 15px;
        margin-right: 0px;
    }

    .bread-circle-marker a:after {
        top: 5px;
    }
}

.star-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

@media(min-width: 1280px) and (max-width: 1460px) {
    .box-product-banner > .container--resize::-webkit-scrollbar {
        width: 0px;
        background: rgba(255, 255, 255, 0.0);
    }
}

@media(min-width: 1023px) and (max-width: 1279px) {
    .box-product-banner > .container--resize::-webkit-scrollbar {
        width: 0px;
        background: rgba(255, 255, 255, 0.0);
    }
}

body.page-main .page-wrapper {
    overflow: hidden;
}

.no-scroll {
    height: 100%;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .nav-top {
        height: calc(100vh - 50px); /* Use vh as a fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100 - 50px);
    }
}

@media (max-width: 1023px) {
    .elem-lang__list .mCSB_scrollTools {
        width: 2px;
    }

    .elem-lang.opened .elem-lang__list {
        margin-top: 7px;
    }
}

.association-buttons-area {
    display: flex;
    margin: 25px 0 40px;
    justify-content: space-between;
}

.association-buttons-btn {
    background-color: #7bc143;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

@media (max-width: 1179px) {
    .association-buttons-btn {
        margin: 0 20px;
        width: 50%;
    }
    .association-buttons-btn nobr {
        display:block;
        width:100%;
    }
}

@media (max-width: 811px) {
    .association-buttons-area {
        display: block;
    }
    .association-buttons-btn {
        margin: 15px 0;
        width: 100%;
        display: block;
    }
    .association-buttons-btn nobr {
        display: inline-block;
        width: auto;
    }
}

@media (max-width: 479px) {
    .association-buttons-btn nobr {
        display:block;
        width:100%;
    }
}

.dsa-blue {
    width: 179px;
    padding-right: 15px;
}

/*Проекты Гербалайф Начало стилей*/

.project__herbalife{
    font-family: "NotoSans";
    font-weight: 400;
    color: #ffffff;
}


.project__herbalife .project__wrap {
    display: flex;
    flex-flow: wrap;
    height: 700px;
    max-width: 1920px;
    margin: 0 auto;
}

.project__herbalife .project__wrap .project__image {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.project__herbalife .project__wrap .project__info {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: auto;
    padding-left: 120px;
    padding-right: 120px;
}

.project__herbalife .project__wrap.text--left .project__image {
    order: 1;
}

.project__herbalife .project__wrap.text--left .project__info {
    order: 0;
}

.project__herbalife .project__wrap.text--right .project__image {
    order: 0;
}

.project__herbalife .project__wrap.text--right .project__info {
    order: 1;
}

.project__herbalife #bud-v-forme .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/01_desktop_bud_v_forme.jpg')
}

.project__herbalife #gk-show .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/02_desktop_galereya_krasoty.jpg')
}

.project__herbalife #events .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_Event_desktop.jpg')
}

.project__herbalife #prk .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_PRK_desktop.jpg')
}

.project__herbalife #mycity .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_mycity_desktop.jpg')
}

.project__herbalife #video .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_youtube_desktop.jpg')
}

.project__herbalife #myherbalife .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_myHl_desktop.jpg')
}


@media (max-width: 1400px) and (min-width: 1024px) {
    .project__herbalife .project__wrap .project__info {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 1024px) {

    .project__herbalife .project__wrap {
        height: auto;
        display: block;
    }

    .project__herbalife .project__wrap .project__image {
        width: 100%;
        height: 250px;
    }

    .project__herbalife .project__wrap .project__info {
        width: 100%;
        height: auto;
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 30px;
        margin: 25px auto 50px;
    }

    .project__herbalife .project__wrap  .project__description.short {
        max-width: none;
    }

    .project__herbalife #bud-v-forme .project__image {
        background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/01_adaptiv_bud_v_forme.jpg')
    }

    .project__herbalife #gk-show .project__image {
        background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/02_adaptiv_galereya_krasoty.jpg')
    }

    .project__herbalife #events .project__image {
        background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_Event_adaptiv.jpg')
    }

    .project__herbalife #prk .project__image {
        background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_PRK_adaptiv.jpg')
    }

    .project__herbalife #mycity .project__image {
        background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_mycity_adaptiv.jpg')
    }

    .project__herbalife #video .project__image {
        background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_youtube_adaptiv.jpg')
    }

    .project__herbalife #myherbalife .project__image {
        background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_myHl_adaptiv.jpg')
    }
}

@media (max-width: 768px) {
    .project__herbalife .project__wrap .project__info {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 15px;
    }
}


.project__herbalife .project__img{
    display: flex;
    align-items: center;
    position: relative;
    height: 700px;
    padding-right: 120px;
    padding-left: 120px;

}

.project__herbalife .project__img.first{
    background: linear-gradient(to right, rgba(255,255,255,1) 40%, rgba(255,255,255,0.95) 45%,rgba(255,255,255,0.5) 53%,
    rgba(255,255,255,0) 64%),
    url("images/herbalife_projects/bud_v_forme_2.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.project__herbalife .project__img.second{
    background: linear-gradient(to left, rgba(255,255,255,1) 40%, rgba(255,255,255,0.95) 45%,rgba(255,255,255,0.5) 53%,
    rgba(255,255,255,0) 64%),
    url("images/herbalife_projects/gkshow1.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.project__herbalife .project__img.third{
    background: linear-gradient(to right, rgba(255,255,255,1) 40%, rgba(255,255,255,0.95) 45%,rgba(255,255,255,0.5) 53%,
    rgba(255,255,255,0) 64%),
    url("images/herbalife_projects/events_big.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.project__herbalife .project__img.fourth{
    background: linear-gradient(to left, rgba(255,255,255,1) 40%, rgba(255,255,255,0.95) 45%,rgba(255,255,255,0.5) 53%,
    rgba(255,255,255,0) 64%),
    url("images/herbalife_projects/development_club_big.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.project__herbalife .project__img.fifth{
    background: linear-gradient(to right, rgba(255,255,255,1) 40%, rgba(255,255,255,0.95) 45%,rgba(255,255,255,0.5) 53%,
    rgba(255,255,255,0) 64%),
    url("images/herbalife_projects/organization_events_big.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;;
    background-position: 50% 70%;
}

.project__herbalife .project__img.sixth{
    background: linear-gradient(to left, rgba(255,255,255,1) 40%, rgba(255,255,255,0.95) 45%,rgba(255,255,255,0.5) 53%,
    rgba(255,255,255,0) 64%),
    url("images/herbalife_projects/business_development_big.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.project__herbalife .project__img.seventh{
    background: linear-gradient(to right, rgba(255,255,255,1) 40%, rgba(255,255,255,0.95) 45%,rgba(255,255,255,0.5) 53%,
    rgba(255,255,255,0) 64%),
    url("images/herbalife_projects/lk_big.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.project__herbalife .project__header{
    font-family: "NotoSans";
    font-size: 36px;
    margin-bottom: 8px;
    font-weight: bold;
}

.project__herbalife .grey{
    font-size: 16px;
    color: #b3b4b2;
    opacity: 0.7;
}

.project__herbalife .project__description{
    max-width: 680px;
    font-size: 18px;
    margin-top: 23px;
    margin-bottom: 30px;
    line-height: 25px;
}

.project__herbalife .project-show-more-wrapper{
    width: 100%;
    text-align: center;
    padding: 30px;
    display: none;
}

.project__herbalife.project__herbalife--hide-other .project__other{
    display: none;
}

.project__herbalife.project__herbalife--hide-other .project-show-more-wrapper{
    display: block;
}


.project__herbalife .project__button{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border-radius: 25px;
    background-color: #ffffff;
    color: #78be20;
    font-size: 16px;
    padding-left: 22px;
    padding-right: 43px;
    border: 1px solid #78be20;
    transition: .2s all;
}

.project__herbalife .project__button span{
    position: relative;
    transition: .2s all;
    font-weight: 400;
}

.project__herbalife .project__button span::before{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -18px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #78be20;
    border-right: 2px solid #78be20;
    transform: rotate(45deg);

    transition: .2s all;
}

.project__herbalife .project__button:hover,
.project__herbalife .project__button:focus{
    background-color: #78be20;
}

.project__herbalife .project__button:hover span,
.project__herbalife .project__button:focus span{
    color: #ffffff;
}

.project__herbalife .project__button:hover span::before,
.project__herbalife .project__button:focus span::before{
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.project__herbalife .project__img.text--left{
    justify-content: flex-start;
}

.project__herbalife .text--left .project__header, .project__herbalife .text--right .project__header {
    color: #78BE20;
}

.project__herbalife .text--left .project__description, .project__herbalife .text--right .project__description {
    color: #000;
}

.project__herbalife .project__img.text--right{
    justify-content: flex-end;
}

.project__herbalife .project__img--mobile{
    display: none;
}

@media (max-width: 1024px) {

    .project__herbalife .project__img{
        display: flex;
        align-items: center;
        position: relative;
        height: 600px;
        padding-right: 30px;
        padding-left: 30px;

    }

    .project__herbalife .project__description.short{
        max-width: 520px;
    }

    .project__herbalife .project__description{
        max-width: 600px;
    }

    .project__herbalife .project__header{
        font-size: 20px;
    }

    .project__herbalife .grey{
        font-size: 14px;
    }

    .project__herbalife .project__description{
        font-size: 16px;
    }

    .project__herbalife .project__img.first{
        background-position: 90%;
    }

    .project__herbalife .project__img.third{
        background-position: top;
    }

    .project__herbalife .project__img.fourth{
        background-position: 50% 90%;
    }
}

@media (max-width: 768px) {

    .project__herbalife .project__img.desktop{
        display: none;
    }
    .project__herbalife .project__img--mobile{
        display: block;
    }
    .project__herbalife .project__img--mobile .project__img{
        display: flex;
        align-items: center;
        position: relative;
        height: 250px;
    }

    .project__herbalife .project__text--mobile{
        padding-right: 15px;
        padding-left: 15px;
        max-width: 600px;
        margin: 25px auto 50px;
    }

    .project__herbalife .project__img--mobile .project__img.first{
        background: linear-gradient(to top, #FFFFFF 0%,
        transparent 35%),
        url("images/herbalife_projects/bud_v_forme_2.jpg");
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
    }

    .project__herbalife .project__img--mobile .project__img.second{
        background: linear-gradient(to top, #FFFFFF 0%,
        transparent 35%),
        url("images/herbalife_projects/events_big.png");
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .project__herbalife .project__img--mobile .project__img.third{
        background: linear-gradient(to top, #FFFFFF 0%,
        transparent 35%),
        url("images/herbalife_projects/development_club_big.png");
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .project__herbalife .project__img--mobile .project__img.fourth{
        background: linear-gradient(to top, #FFFFFF 0%,
        transparent 35%),
        url("images/herbalife_projects/organization_events_big.png");
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 70%;
    }

    .project__herbalife .project__img--mobile .project__img.fifth{
        background: linear-gradient(to top, #FFFFFF 0%,
        transparent 35%),
        url("images/herbalife_projects/business_development_big.png");
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }

    .project__herbalife .project__img--mobile .project__img.sixth{
        background: linear-gradient(to top, #FFFFFF 0%,
        transparent 35%),
        url("images/herbalife_projects/lk_big.png");
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .project__herbalife .project__img--mobile .project__img.seven{
        background: linear-gradient(to top, #FFFFFF 0%,
        transparent 35%),
        url("images/herbalife_projects/gkshow1.png");
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }

    .project__herbalife .project__header{
        color: #78BE20;
        font-size: 18px;
    }

    .project__herbalife .grey{
        font-size: 12px;
        color: #000000;
    }

    .project__herbalife .project__description{
        font-size: 14px;
        line-height: 18px;
        color: #000000;
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 491px) {
    .project__herbalife .project__button.js-show-other-project{
        height: 90px;
    }

    .project__herbalife .project__button.js-show-other-project span:before{
        top: 30px;
        right: -150px;
    }
}

@media (max-width: 450px) {
    .project__herbalife .project__button.js-show-other-project span:before{
        right: -130px;
    }
}

@media (max-width: 405px) {
    .project__herbalife .project__button.js-show-other-project span:before{
        right: -25px;
    }
}



/**/
/**/

.project__herbalife .block__media--text.mobile{
    display: none;
}

.project__herbalife .social__media{
    background-color: #ffffff;
    padding: 90px 120px;
}

.project__herbalife .social__media--header{
    font-size: 36px;
    color: #000000;
    max-width: 1920px;
    margin: 0 auto 20px;
    font-family: "NotoSans";
    font-weight: bold;
}

.project__herbalife .block__media--img{
    height: 283px;
    width: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.project__herbalife .block--vk .block__media--img{
    background-image: url("images/herbalife_projects/social_vk.png");
    background-position: bottom right;
}

.project__herbalife .block--youtube .block__media--img{
    background-image: url("images/herbalife_projects/social_youtube.png");
}

.project__herbalife .block--ok .block__media--img{
    background-image: url("images/herbalife_projects/social_ok.png");
    background-position: top 50% center;
}

.project__herbalife .block--fb .block__media--img{
    background-image: url("images/herbalife_projects/social_fb.png");
    background-position: top center;
}

.project__herbalife .social__media--blocks{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1920px;
    margin: 0 auto;
}

.project__herbalife .block__social:nth-child(2n+1){
    padding-right: 15px;
    padding-bottom: 30px;
}

.project__herbalife .block__social:nth-child(2n){
    padding-left: 15px;
    padding-bottom: 30px;
}

.project__herbalife .block__social{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 50%;
}

.project__herbalife .block__media--color{
    position: relative;
    width: 50%;
    height: 283px;
}

.project__herbalife .block__media--color.color__azure{
    background-color: #4986CC;
}

.project__herbalife .block__media--color.color__red{
    background-color: #C4302B;
}

.project__herbalife .block__media--color.color__orange{
    background-color: #EE8208;
}

.project__herbalife .block__media--color.color__blue{
    background-color: #3B5998;
}

.project__herbalife .block__media--text{
    position: absolute;
    width: 105%;
    height: 254px;
    padding: 25px;
    background-color: #ffffff;
    color: #000000;
    line-height: 20px;
}

.project__herbalife .block__media--text.text__right{
    top: 15px;
    right: 15px;
}

.project__herbalife .block__media--text.text__left{
    top: 15px;
    left: 15px;
}

.project__herbalife .block__media--link{
    margin-bottom: 20px;
    color: #78be25;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-family: "NotoSans";
    font-weight: bold;
}

.project__herbalife .block__media--link .icon__link{
    display: flex;
    margin-right: 15px;
}

.project__herbalife .block__media--description{
    font-size: 16px;
    line-height: 20px;
}

@media (max-width: 1919px) {
    .project__herbalife .block__media--img{
        width: 50%;
    }

    .project__herbalife .block__media--color{
        width: 50%;
    }

    .project__herbalife .social__media--blocks{
        /*justify-content: space-between;*/
    }

    .project__herbalife .block__media--text{
        width: 26vw;
    }
}

@media (max-width: 1500px) {
    .project__herbalife .social__media--blocks{
        justify-content: center;
    }

    .project__herbalife .social__media--header{
        max-width: 964px;
        margin: 0 auto 30px;
    }

    .project__herbalife .block__social{
        width: auto;
    }

    .project__herbalife .block__social:nth-child(1){
        padding-right: 0;
        padding-left: 0;
        order: 1;
    }
    .project__herbalife .block__social:nth-child(2){
        padding-right: 0;
        padding-left: 0;
        order: 3;
    }
    .project__herbalife .block__social:nth-child(3){
        padding-right: 0;
        padding-left: 0;
        order: 2;
    }
    .project__herbalife .block__social:nth-child(4){
        padding-right: 0;
        padding-left: 0;
        order: 4;
    }

    .project__herbalife .block__media--img{
        width: 482px;
        height: 252px;
    }

    .project__herbalife .block__media--color{
        width: 482px;
        height: 252px;
    }

    .project__herbalife .block__media--text{
        width: 517px;
        height: 222px;
    }
}

@media (max-width: 1200px) {
    .project__herbalife .social__media{
        padding: 70px 30px;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    .project__herbalife .block__media--img{
        width: 45vw;
        height: 270px;
    }

    .project__herbalife .block__media--color{
        width: 40vw;
        height: 270px;
    }

    .project__herbalife .block__media--text{
        width: 52vw;
        height: 240px;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .project__herbalife .block__media--img{
        height: 370px;
    }

    .project__herbalife .social__media--header{
        font-size: 24px;
    }
}

@media (min-width: 320px) and (max-width: 499px) {

    .project__herbalife .block__media--link .icon__link{
        height: 30px;
        margin-right: 6px;
    }

    .project__herbalife .block__media--img{
        height: 200px;
    }

    .project__herbalife .social__media{
        padding: 65px 15px;
    }

    .project__herbalife .social__media--header{
        font-size: 18px;
    }

    .project__herbalife .block__media--link{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .project__herbalife .block__media--description{
        font-size: 14px;
    }

    .project__herbalife .block__media--text.mobile{
        padding: 20px 15px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .project__herbalife .block__media--text.mobile{
        display: block;
    }

    .project__herbalife .block__media--color.desktop{
        display: none;
    }

    .project__herbalife .block__media--text.text__right.mobile{
        display: block;
    }

    .project__herbalife .block__media--text.mobile{
        position: static;
    }

    .project__herbalife .block__media--text{
        width: 100%;
        height: auto;
    }

    .project__herbalife .block__media--img{
        width: 100%;
    }

    .project__herbalife .block__social{
        flex-direction: column;
    }

    .project__herbalife .block__social{
        box-shadow: 0px 0px 10px #0000001A;
    }
}

/**/
/**/

.instagram__section{
    padding: 90px 120px;
}

.instagram__section .instagram__content{
    display: flex;
    justify-content: center;
    font-family: "NotoSans";
}

.instagram__section .instagram__section--header{
    font-size: 36px;
    color: #000000;
    max-width: 1920px;
    margin: 0 auto 20px;
    font-family: "NotoSans";
    font-weight: bold;
}

.instagram__section .instagram__links{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    padding-right: 20px;
}

.instagram__section .instagram__link.active .instagram__link--img{
    background-image: url("images/herbalife_projects/border.svg");
    background-size: cover;
}
.swiper-slide.inst__link.active .instagram__link.mobile .instagram__link--img,
.instagram__section .instagram__link.active .instagram__link--img{
    background-image: url("images/herbalife_projects/border.svg");
    background-size: cover;
}

.instagram__section .instagram__link--img{
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 60px;
    width: 86px;
    height: 86px;
    align-items: center;
}

.instagram__section .instagram__link--img img{
    width: 76px;
    height: 76px;
    border-radius: 60px;
}

.instagram__section .instagram__link{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.instagram__section .instagram__link:last-child{
    margin-bottom: 0;
}

.instagram__section .instagram__tab{
    margin-right: 200px;
}

.instagram__section .instagram__link--header{
    color: #78BE20;
    font-size: 20px;
    font-family: "NotoSans";
    font-weight: bold;
}

.instagram__section .instagram__page--count{
    display: flex;
}

.instagram__section .instagram__page--header{
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.instagram__section .header__image{
    margin-right: 80px;
}

.instagram__section .header__image img{
    width: 236px;
    border-radius: 120px;
}

.instagram__section .instagram__page--title{
    font-size: 36px;
    font-family: "NotoSans";
    font-weight: bold;
    height: 44px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* justify-content: center; */
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
}

.instagram__section .button-subscribe{
    color: #fff;
    font-size: 16px;
    font-family: "NotoSans";
    font-weight: bold;
    line-height: 20px;
    padding: 12px 43px;
    background-color: #3CA3F5;
    border-radius: 10px;
    margin-left: 40px;
}

.instagram__section .instagram__page--count{
    font-size: 20px;
    margin-bottom: 30px;
}

.instagram__section .instagram__page--count .bold{
    font-weight: bold;
}

.instagram__section .instagram__page,
.instagram__section .instagram__page--description{
    display: flex;
    flex-direction: column;
}

.instagram__section .instagram__page--image img{
    height: 380px;
}

.instagram__section .instagram__page--image{
    margin-right: 30px;
    width: 380px;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.instagram__section .instagram__page--image:last-child{
    margin-right: 0;
}

.instagram__section .instagram__page--content{
    display: flex;
    flex-direction: row;
}

.instagram__section .instagram__page--description{
    color: #000000;
    max-width: 750px;
}

.instagram__section .count__posts{
    margin-right: 70px;
}

.instagram__section .count__subscribers{
    margin-right: 70px;
}

.instagram__section .instagram__page--text{
    line-height: 27px;
}

.instagram__section .instagram__page--text span{
    font-weight: bold;
}

.instagram__page--title img{
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.button-subscribe.mobile,
.instagram__tab.mobile,
.instagram__page--content.swiper_num_1,
.instagram__page--content.swiper_num_2,
.instagram__page--content.swiper_num_3,
.instagram__page--content.swiper_num_4,
.instagram__page--content.swiper_num_5{
    display: none;
}


@media (max-width: 1850px) {
    .instagram__section .instagram__tab {
        margin-right: auto;
    }

    .instagram__section {
        padding: 90px 120px;
    }
}

@media (max-width: 1700px) {
    .instagram__section{
        padding: 70px 30px 80px;
        max-width: 1024px;
        margin: 0 auto;
    }

    .instagram__section .instagram__content{
        flex-direction: column;
    }

    .instagram__section .instagram__links{
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 55px;
    }

    .instagram__section .instagram__link{
        flex-direction: column;
        margin-bottom: 0;
    }

    .instagram__section .instagram__link--img{
        margin-right: 0;
        margin-bottom: 10px;
    }

    .instagram__section .header__image img{
        width: 180px;
    }

    .instagram__section .header__image{
        margin-right: 40px;
    }

    .instagram__section .instagram__page--title{
        font-size: 30px;
    }

    .instagram__section .instagram__page--image img{
        height: 308px;
    }

    .instagram__section .instagram__page--image{
        margin-right: 20px;
    }

    .instagram__section .instagram__page--image:last-child {
        margin-right: 0;
    }

    .instagram__section .instagram__page--image{
        width: 308px;
        height: 308px;
    }

    .instagram__section .instagram__link--header{
        font-size: 18px;
    }

    .instagram__section .instagram__tab{
        margin-right: 0;
    }

    .instagram__page--content .swiper-scrollbar .swiper-scrollbar-drag{
        background: #78be20;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {

}

@media (min-width: 320px) and (max-width: 425px) {
    .instagram__section .instagram__page--count{
        font-size: 16px;
    }
}
@media (min-width: 426px) and (max-width: 768px) {

}

@media (min-width: 320px) and (max-width: 768px) {

    .instagram__section .instagram__section--header{
        margin-bottom: 10px;
        font-size: 18px;
    }

    .instagram__section .instagram__link--img img {
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }

    .instagram__section .instagram__link--img{
        width: 68px;
        height: 68px;
    }

    .instagram__section {
        padding: 65px 15px 80px;
        max-width: 1024px;
        margin: 0 auto;
        background-color: #F8F8F8;
    }

    .button-subscribe.desktop,
    .instagram__tab.desktop,
    .instagram__page--content.no_swiper{
        display: none;
    }

    .button-subscribe.mobile{
        text-align: center;
        margin-left: 0;
        margin-top: 20px;
    }

    .button-subscribe.mobile,
    .instagram__tab.mobile,
    .instagram__page--content.swiper_num_1,
    .instagram__page--content.swiper_num_2,
    .instagram__page--content.swiper_num_3,
    .instagram__page--content.swiper_num_4,
    .instagram__page--content.swiper_num_5{
        display: block;
    }
    .instagram__tab .swiper-slide{
        width: 70px;
        text-align: center;
        margin-right: 20px;
    }

    .instagram__section .instagram__link--header {
        font-size: 10px;
    }

    .instagram__tab .swiper-slide:last-child{
        margin-right: 0;
    }

    .instagram__page--content .swiper-slide{
        width: 260px!important;
        height: 260px;
        text-align: center;
        margin-right: 20px;
    }

    .instagram__page--content .swiper-slide:last-child{
        margin-right: 0;
    }

    .instagram__section .instagram__page--image{
        width: 260px;
        height: 260px;
    }

    .instagram__section .instagram__page--image img{
        height: 260px;
    }

    .instagram__section .instagram__page--title{
        font-size: 18px;
    }

    .instagram__page--title img{
        width: 20px;
        height: 20px;
    }

    .count_subscription,
    .instagram__page--header .header__image{
        display: none;
    }

    .instagram__section .instagram__page--description{
        max-width: 86vw;
    }

    .instagram__section .instagram__page--header{
        margin-bottom: 20px;
    }

    .instagram__section .instagram__links{
        margin-bottom: 25px;
    }

    .instagram__section .instagram__page--count,
    .instagram__section .instagram__page--title{
        margin-bottom: 15px;
    }

    .instagram__section .instagram__page--text{
        font-size: 14px;
        line-height: 21px;
    }

    .instagram__section .instagram__page--title{
        height: 22px;
    }
}

#application-frame-instagram{height: 900px; width: 100%; border: none!important; outline: none;}
@media (max-width: 768px) {
    #application-frame-instagram{height: 750px;}
}
@media (max-width: 550px) {
    #application-frame-instagram{height: 800px;}
}

/*Проекты Гербалайф КОнец стилей*/

/**/

/**/
.header-title-basket_icon{
    width: 30px;
    height: 30px;
    margin-right: 14px;
}
.header-title-basket_text span{
    font-weight: 600;
    color: #78be20;
}
.header-title-basket_icon svg{
    width: 30px;
    height: 30px;
}
.header-title-basket_icon svg > circle:first-child{
    stroke: #ff0000;
}
.header-title-basket_icon svg > circle:last-child{
    fill: #ff0000;
}
.header-title-basket_icon svg > path{
    fill: #ff0000;
}
.header-title-basket-before{
    margin-top: 44px;
    display: flex;
    align-items: center;
}
.header-title-basket-before, .header-title-basket-after{
    border-radius: 5px;
    border: 1px solid #78be20;
    padding: 7px;
    font-size: 18px;
    font-weight: 500;
}
.header-title-basket-after{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.h1-header-title-basket{
    display: flex;
    align-items: center;
}
.h1-header-title-basket h1{
    margin-top: 30px;
}
.header_title-count_basket{
    color: #b3b4b2;
    font-size: 20px;
    margin-left: 30px;
    margin-top: 15px;
}
@media (max-width: 1024px) {
    .header-title-basket-after{
        margin-bottom: 40px;
    }
}
@media (max-width: 480px) {
    .header-title-basket-before{
        margin-top: 30px;
    }
    .header_title-count_basket {
        font-size: 16px;
        margin-left: 20px;
        margin-top: 20px;
    }
    .header-title-basket-before, .header-title-basket-after{
        font-size: 16px;
    }
}

/** blog start **/

.elem-blog {
    position: relative;
    overflow: hidden;
}

.elem-blog .elem-btn {
    position: absolute;
    bottom: 9%;
    left: 7%;
    padding-left: 34px;
    padding-right: 20px;
    font-size: 2rem;
}

.elem-blog .elem-btn .icon {
    margin-left: 22px;
}

.elem-blog img {
    display: block;
    width: 100%;
}

.elem-blog .text {
    position: absolute;
    left: 7%;
    top: 12%;
    width: 50%;
    font-family: "NotoSans", Helvetica, Arial, sans-serif;
}

.elem-blog .text .title {
    font-weight: 500;
    font-size: 2.8rem;
    color: #413c36;
    margin-bottom: 16px;
}

.elem-blog .text .descr {
    font-size: 1.8rem;
    color: #626262;
}

.elem-blog .text .descr.mobile {
    display: none;
}

@media (max-width: 1179px) {
    .elem-blog .text .title {
        font-size: 2.1rem;
        margin-bottom: 5px;
    }

    .elem-blog .text .descr {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) {
    .elem-blog .text .title {
        font-size: 2.8rem;
        margin-bottom: 16px;
    }

    .elem-blog .text .descr {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .elem-blog {
        height: 213px;
        height: 66.565vw;
    }

    .elem-blog img {
        max-width: inherit;
        width: auto;
        height: 100%;
    }

    .elem-blog .elem-btn {
        width: 100%;
        left: 0;
        bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    .elem-blog .elem-btn .icon {
        margin-left: 0;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .elem-blog.has-text img {
        float: right;
        height: 60vw;
    }

    .elem-blog .text .title {
        margin-bottom: 0;
        font-size: 8vw;
    }

    .elem-blog .text .descr {
        display: none;
        font-size: 5vw;
    }

    .elem-blog .text .descr.mobile {
        display: block;
    }
}


.blog-elem-img-1,
.blog-elem-img-2,
.blog-elem-img-3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-elem-img-1 {
    background-image: url('images/example/blog-img-1-1.jpg');
    /*background: #f2f3f5;*/
}

.blog-elem-img-2 {
    padding: 0 !important;
    background-image: url('images/example/blog-img-2-3.jpg');
    position: relative;
}
.blog-elem-img-2 a{
    display: flex; width: 100%; height: 100%;
    position: absolute;
}

.blog-elem-img-3 {
    background-image: url('images/example/blog-img-3.jpg');
}

.blog-elem {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width: 1366px) {
    .blog-elem {
        padding-left: 20px;
        padding-right: 25px;
    }
}

@media(max-width: 1024px) {
    .blog-elem {
        padding-top: 15px;
        padding-left: 15px;
    }
}

.blog-elem-1 {
    max-width: 440px;
    width: 100%;
}

@media(max-width: 1699px) {
    .blog-elem-1 {
        max-width: 366px;
        width: 100%;
    }
}

@media(max-width: 1024px) {
    .blog-elem-1 {
        max-width: 303px;
    }
}

@media(max-width: 767px) {
    .blog-elem-1 {
        max-width: 100%;
        min-height: 380px;
        padding-top: 20px;
    }
}

.blog-elem--center {
    text-align: center;
}

.blog-elem--align-right {
    text-align: right;
}

.blog-elem--align-right h2 {
    max-width: 220px;
    width: 100%;
    margin-left: auto;
    text-align: left;
    margin-top: 40px;
}

@media(max-width: 1699px) {
    .blog-elem--align-right h2 {
        max-width: 190px;
    }
}

@media(max-width: 1366px) {
    .blog-elem--align-right h2 {
        max-width: 195px;
    }
}

@media(max-width: 1024px) {
    .blog-elem--align-right h2 {
        max-width: 165px;
        margin-top: 15px;
    }
}

@media(max-width: 767px) {
    .blog-elem--align-right h2 {
        margin-top: 25px;
        line-height: 20px;
        max-width: 150px;
    }
}

.blog-elem--align-right .blog-elem__link-wrap {
    margin-right: 70px;
}

@media(max-width: 1699px) {
    .blog-elem--align-right .blog-elem__link-wrap {
        margin-right: 40px;
    }
}

@media(max-width: 1024px) {
    .blog-elem--align-right .blog-elem__link-wrap {
        margin-right: 15px;
    }
}

@media(max-width: 767px) {
    .blog-elem--align-right .blog-elem__link-wrap {
        margin-right: 12px;
    }
}

.blog-elem__title {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
}

@media(max-width: 1699px) {
    .blog-elem__title {
        font-size: 20px;
    }
}

@media(max-width: 1366px) {
    .blog-elem__title {
        font-size: 24px;
    }
}

@media(max-width: 1024px) {
    .blog-elem__title {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .blog-elem__title {
        font-size: 16px;
    }
}

.blog-elem__box {
    max-width: 480px;
    width: 100%;
}

@media(max-width: 1699px) {
    .blog-elem__box {
        max-width: 398px;
        width: 100%;
    }
}

@media(max-width: 1366px) {
    .blog-elem__box {
        max-width: 400px;
    }
}

@media(max-width: 1024px) {
    .blog-elem__box {
        max-width: 100%;
    }
}


.blog-elem__box > *{
    height: 50%;
}

@media(max-width: 767px) {
    .blog-elem__box > *{
        min-height: 380px;
    }
}
@media(max-width: 600px) {
    .blog-elem__box > *{
        min-height: 300px;
    }
}
@media(max-width: 425px) {
    .blog-elem__box > *{
        min-height: 220px;
    }
}

.blog-elem__link-wrap {
    padding: 10px 35px 10px 20px;
    margin-top: 20px;
    border-radius: 20px;
    border: 1px solid #78be20;
    display: inline-block;
}

.blog-elem__link-wrap:hover {
    background: #78be20;
    color: #fff;
}

@media(max-width: 1029px) {
    .blog-elem__link-wrap {
        margin-top: 10px;
    }
}

@media(max-width: 767px) {
    .blog-elem__link-wrap {
        padding: 10px 15px 10px 15px;
    }
}

.blog-elem__link {
    display: flex;
    position: relative;
    align-items: center;
}

.blog-elem__link::after {
    content: '';
    display: flex;
    margin: 0 0 3px 10px;
    position: relative;
    top: 2px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #78be20;
    border-right: 1px solid #78be20;
    transform: rotate(45deg);
}

.blog-elem__link--arrow-black::after  {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.blog-elem__link-wrap:hover .blog-elem__link::before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.blog-elem__link-wrap:hover .blog-elem__link::after{
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.blog-elem__link-wrap.blog-elem__link-wrap--color-white:hover {
    background: #fff;
}
.blog-elem__link-wrap.blog-elem__link-wrap--color-white .blog-elem__link::after{
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
.blog-elem__link-wrap.blog-elem__link-wrap--color-white:hover .blog-elem__link::after{
    border-top: 1px solid #78be20;
    border-right: 1px solid #78be20;
}

.blog-elem__link-wrap.blog-elem__link-wrap--color-white:hover .blog-elem__link.blog-elem__link--color-white {
    color: #78be20;
}

.blog-elem__link-wrap.blog-elem__link-wrap--color-white:hover .blog-elem__link.blog-elem__link--color-white:before {
    border-top: 1px solid #78be20;
    border-right: 1px solid #78be20;
}

@media(max-width: 767px) {
    .blog-elem__link-wrap.blog-elem__link-wrap--color-white .blog-elem__link::after{
        border-top: 1px solid #78be20;
        border-right: 1px solid #78be20;
    }
    .blog-elem__link-wrap.blog-elem__link-wrap--color-white:hover .blog-elem__link::after{
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
    }
    .blog-elem__link-wrap.blog-elem__link-wrap--color-white:hover{
        background: #78be20;
    }
    .blog-elem__link-wrap.blog-elem__link-wrap--color-white:hover .blog-elem__link.blog-elem__link--color-white {
        color: #fff;
    }
}


.main-projects-block {
    max-width: 100%;
    width: 100%;
    margin-top: 60px;
}

@media(max-width: 1366px) {
    .main-projects-block {
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .main-projects-block {
        padding: 55px 0 70px 0;
        position: relative;
    }
}

.main-projects-block__content {
    width: 100vw;
    left: 50%;
    position: relative;
    top: 0;
    transform: translate(-50vw, 0);
}

.row-project {
    padding: 35px 50px;
    display: flex;
    align-items: center;
    height: 109px;
}

@media(max-width: 1699px) {
    .row-project {
        padding: 29px 40px;
        height: 97px;
    }
}

@media(max-width: 1024px) {
    .row-project {
        padding: 20px 30px;
        height: 80px;
    }
}

@media(max-width: 767px) {
    .row-project {
        background: #fff;
        padding: 0;
        margin-bottom: 10px;
        height: auto;
    }
}

.row-project__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 21px;
    margin-right: 20px;
}

@media(max-width: 767px) {
    .row-project__title {
        color: #25282a;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

.row-project__link {
    margin-top: 0;
}

@media(max-width: 767px) {
    .row-project__link {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }

    .row-project__link span {
        display: inline-block;
        padding-right: 20px;
    }

    .row-project__link span::after {
        position: absolute;
        right: 0;
        top: 50%;
        width: 6px;
        height: 6px;
        transform: translateY(-50%) rotate(45deg);
    }
}

.blog-elem__link-wrap--color-white {
    border: 1px solid #fff;
}

.blog-elem__link--color-white {
    color: #fff;
}

.blog-elem__link--color-white::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

@media(max-width: 767px) {
    .blog-elem__link-wrap--color-white {
        border: 1px solid #78be20;
    }

    .blog-elem__link--color-white {
        color: #78be20;
    }

    .blog-elem__link--color-white::before {
        border-top: 1px solid #78be20;
        border-right: 1px solid #78be20;
    }
}

.blog-elem__link-wrap--color-black {
    border: 1px solid #000;
}

.blog-elem__link--color-black {
    color: #000;
}

.blog-elem__link--color-black::before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.projects-list {
    display: flex;
    flex-wrap: wrap;
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/bud_v_forme_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, .2);
    /* transition: .4s all; */
}

.projects-list .blackout {
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    width: 100%;
    height: 100%;
}

@media(max-width: 767px) {
    .projects-list .blackout {
        display: none;
    }
}

@media(max-width: 767px) {
    .projects-list {
        flex-wrap: nowrap;
        background-image: none;
        background-color: transparent;
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .projects-list-container {
        width: calc(100% + 30px);
        padding-left: 15px;
    }
}

.project-item {
    width: calc(33.33333%);
    height: 500px;

    padding-top: 20px;
    padding-left: 25px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;

    cursor: pointer;
}

@media(max-width: 1699px) {
    .project-item {
        height: 440px;

        padding-left: 18px;
        padding-top: 10px;
        padding-right: 5px;
    }
}

@media(max-width: 1440px) {
    .project-item {
        height: 380px;

        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
}

@media(max-width: 1366px) {
    .project-item {
        height: 320px;

        padding-left: 20px;
        padding-right: 15px;
        padding-top: 20px;
    }
}

@media(max-width: 1024px) {
    .project-item {
        height: 240px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
    }
}

@media(min-width: 768px) {
    .project-item-default-active {
        background: #fff;
    }

    .project-item-default-active .project-item__box {
        opacity: 1;
    }

    .project-item-default-active .project-item__title {
        color: #78be20 !important;
    }

    .project-item-2:hover .projects-list {
        background-image: url('images/example/project-bg-2.jpg');
    }

    .project-item:hover {
        background: #fff;
        transition: .2s all;
    }

    .project-item:hover .project-item__title {
        color: #78be20;
        transition: .2s all;
    }

    .project-item:hover .project-item__box {
        opacity: 1;
    }
}

@media(max-width: 767px) {
    .project-item {
        position: relative;

        width: 300px;
        height: auto;
        padding: 0 20px 0 0;
        margin: 0;
    }

    .project-item:last-child {
        width: 295px;
        padding: 0 15px 0 0;
    }
}

.project-item:nth-child(-n+4) {
    border-top: 0;
}

.project-item:nth-child(3n+1) {
    border-right: none;
}

.project-item__box {
    opacity: 0;
    transition: .2s all;
}

@media(min-width: 1366px) {
    .project-item__box {
        margin-top: 24px;
    }
}

@media(min-width: 1024px) {
    .project-item__box {
        margin-top: 15px;
    }
}

@media(max-width: 767px) {
    .project-item__box {
        opacity: 1;
    }
}

.project-item__img-mobile {
    display: none;
}

.project-item__img-mobile--keep-fit {
    object-position: 65% 0;
}

@media(max-width: 767px) {
    .project-item__img-mobile {
        display: block;
        max-width: 280px;
        width: 100%;
        height: 180px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 10px;
    }
}

.project-item__title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin: 0;
}

@media(max-width: 1366px) {
    .project-item__title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media(max-width: 1023px) {
    .project-item__title {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 28px;
    }
}

@media(max-width: 767px) {
    .project-item__title {
        bottom: 55px;
        color: #78be20;
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        padding-top: 20px;
    }
}

.project-item__subtitle {
    position: relative;
    display: block;
    color: #b3b4b2;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.project-item__subtitle::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left:0;
    width: 51px;
    height: 2px;
    background: #78be20;
    border-radius: 20px;
}

@media(max-width: 1366px) {
    .project-item__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media(max-width: 1023px) {
    .project-item__subtitle {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) {
    .project-item__subtitle {
        display: none;
        padding: 0 0 10px 15px;
        margin: 0;
    }

    .project-item__subtitle::before {
        display: none;
    }
}

.project-item__desc {
    color: #25282a;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    padding-right: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

@media(max-width: 1699px) {
    .project-item__desc {
        font-size: 17px;

        padding-right: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}

@media(max-width: 1440px) {
    .project-item__desc {
        padding-right: 20px;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}

@media(max-width: 1366px) {
    .project-item__desc {
        font-size: 16px;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}


@media(max-width: 1024px) {
    .project-item__desc {
        font-size: 14px;
        line-height: 16px;
        padding-right: 0;
    }
}

@media(max-width: 767px) {
    .project-item__desc {
        display: none;
    }
}

/* new blogs - end */

.main-news {
    display: flex;
    flex-wrap: wrap;

    margin-right: -15px;
    margin-left: -15px;
}

@media(min-width: 768px) {
    .main-news {
        width: auto;
    }
}

@media(max-width: 767px) {
    .main-news {
        flex-wrap: nowrap;
        margin: 0;
    }
}

@media(max-width: 767px) {
    .main-news-container {
        /* max-width: 767px; */
        width: calc(100% + 15px);
        /* overflow: hidden;
        overflow-x: auto; */
    }

    /* .main-news-container::-webkit-scrollbar {
        height: 2px;
    }

    .main-news-container::-webkit-scrollbar-track {
        background: #F0F0F0;
        margin-right: 15px;
    }

    .main-news-container::-webkit-scrollbar-thumb {
        background: #78BE20;
    } */

    .swiper-scrollbar {
        width: calc(100% - 15px);
        overflow: hidden;
        height: 2px;
        background: #f0f0f0;
        left: 0;
        margin-top: 10px;
    }

    .swiper-scrollbar .swiper-scrollbar-drag {
        height: 100%;
    }

    .swiper-scrollbar-custom {
        width: calc(100% - 15px);
        overflow: hidden;
        height: 2px;
        background: #f0f0f0;
        left: 0;
        margin-top: 10px;
    }

    .swiper-scrollbar-custom .swiper-scrollbar-drag {
        height: 100%;
    }

    .swiper-scrollbar-mini {
        height: 2px !important;
    }

    .projects-list-container .swiper-scrollbar-custom.swiper-scrollbar-news {
        margin-top: 30px;
        height: 1px;
    }
}

.news-item {
    margin-left: 15px;
    margin-right: 15px;

    margin-bottom: 30px;
    /* max-width: 397px; */
    width: calc(25% - 30px);
}

@media(max-width: 1499px) {
    .news-item {
        width: calc(33.33333% - 30px);
    }
}

@media(max-width: 1499px) {
    .news-item:not(:first-child) {
        width: calc(33.33333% - 30px) !important;
    }

    .news-item:not(:first-child) .news-item__inner  {
        flex-direction: column;
    }

    .news-item:not(:first-child) .news-item__box-left {
        max-width: inherit;
    }

    .news-item:not(:first-child) .news-item__desc {
        display: none;
    }

    .news-item:not(:first-child) .news-item__box-right {
        height: 150px;
    }

    .news-item {
        display: none;
    }

    .news-item:nth-child(-n+4) {
        display: block;
    }
}


@media(max-width: 1024px) {
    .news-item:not(:first-child) {
        width: calc(50% - 30px) !important;
    }

    .news-item {
        display: none !important;
    }

    .news-item:nth-child(-n+3) {
        display: block !important;
    }
}

@media(max-width: 767px) {
    .news-item {
        display: block !important;
    }

    .news-item {
        width: 290px !important;
        height: 252px !important;
        margin: 0;
        padding-right: 15px;
    }

    .news-item:not(:first-child) {
        width: 290px !important;
        height: 252px !important;
    }

    .news-item+.news-item {
        margin-left: 0;
    }
}

.news-item__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    z-index: 2;
}

.news-item__box-left {
    position: relative;

    height: 100%;
}

.news-item__box-left img {
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.news-item__box-left a {
    z-index: 3;
}



@media(max-width: 767px) {
    .news-item__box-left  {
        height: 149px;
    }
    .news-item:not(:first-child) .news-item__box-left {
        height: 149px;
    }
    .news-item__box-left img {
        object-fit: contain;
    }
}

.news-item--full {
    width: calc(50% - 30px);
}

@media(max-width: 1499px) {
    .news-item--full {
        width: calc(100% - 30px);
    }
}


.news-item--full .news-item__box-left,
.news-item--full .news-item__box-right  {
    max-width: 412px;
    width: 100%;
}

@media(max-width: 1499px) {
    .news-item--full .news-item__box-right {
        max-width: 100%;
    }
}

.news-item--full .news-item__box-left {
    height: 100%;
}

@media(max-width: 1699px) {
    .news-item--full .news-item__box-left {
        height:100%;
    }
    .news-item--full .news-item__box-left img {
        object-fit: contain;
    }
}

@media(max-width: 767px) {
    .news-item--full .news-item__box-left {
        height: 149px;
    }
}

.news-item--full .news-item__inner {
    display: flex;
}

@media(max-width: 767px) {
    .news-item--full .news-item__inner {
        display: block;
    }
}

.news-item--full .news-item__box-right {
    height: auto;
}

.news-item.news-item--full .news-item__title {
    -webkit-line-clamp: 2;
}

.news-item__inner {
    height: 100%;

    position: relative;
}

.news-item__box-right {
    padding: 25px 30px 20px 30px;
    background-color: #f8f8f8;
    height: 145px;
}

@media(max-width: 1699px) {
    .news-item__box-right {
        height: 150px;
        padding-top: 15px;
    }
}
@media(max-width: 1499px) {
    .news-item__box-right {
        padding-top: 25px;
    }
}
@media(max-width: 767px) {
    .news-item__box-right {
        padding: 15px 20px 15px 20px;
        min-height: 103px !important;
        height: 103px !important;
        overflow: hidden;
    }
}

.news-item__date {
    display: block;
    color: #707372;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
}

@media(max-width: 767px) {
    .news-item__date {
        font-size: 12px;
    }
}

.news-item__title {
    color: #25282a;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 10px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media(max-width: 767px) {
    .news-item__title {
        font-size: 14px;
        line-height: 19px;
        margin: 0;
    }
}

.news-item__desc {
    color: #707372;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media(max-width: 1699px) {
    .news-item__desc {
        font-size: 14px;
        line-height: 21px;
        -webkit-line-clamp: 3;
    }
}

@media(max-width: 767px) {
    .news-item__desc {
        display: none;
    }
}
















.tag-elem {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 11px;
}

.tag-news-company {
    background-color: #78be20;
}

.tag-media-about {
    background-color: #dc8633;
}


.section-calc {
    width: 100vw;
    left: 50%;
    position: relative;
    top: 0;
    transform: translate(-50vw, 0);
}

.section-calc .box-calculator {
    padding-top: 0px;
    padding-bottom: 80px;
}

@media(max-width: 767px) {
    .section-calc .box-calculator {
        padding-top: 0px;
        padding-bottom: 70px;
    }
}

.calc-main-page {
    background: #fff;
    padding-left: 18%;
    padding-right: 18%;
}

@media(max-width: 1599px) {
    .calc-main-page {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media(max-width: 1279px) {
    .calc-main-page {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media(max-width: 1024px) {
    .calc-main-page {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width: 767px) {
    .calc-main-page {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.calc-main-page__title {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

@media(max-width: 1024px) {
    .calc-main-page__title {
        font-size: 30px;
    }
}

@media(max-width: 767px) {
    .calc-main-page__title {
        font-size: 18px;
        line-height: 25px;
        text-align: left;
    }
}

.calc-main-page__subtitle {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 50px;
}

@media(max-width: 767px) {
    .calc-main-page__subtitle {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        margin-bottom: 30px;
    }
}

.calc-main-page__col1 {
    width: 100%;
}

.calc-main-page__form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -30px;
    margin-right: -30px;
}

@media(max-width: 767px) {
    .calc-main-page__form {
        display: block;
        margin: 0;
    }
}

.calc-main-page__form > * {
    width: calc(25% - 60px);
    margin-right: 30px;
    margin-left: 30px;
}

@media(max-width: 767px) {
    .calc-main-page__form > * {
        width: 100%;
        margin: 0;
    }
}

.box-calculator__btn {
    max-width: 100%;
    width: 100%;
}

.calc-main-page__sex,
.calc-main-page__body-params {
    position: relative;
    /*border-top: 1px solid #d3d5d3;*/
    /*padding-top: 30px;*/
    text-align: center;
}

@media(max-width: 767px) {
    .calc-main-page__sex,
    .calc-main-page__body-params {
        border-top: 0;
        padding-top: 0;
        text-align: left;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .calc-main-page__body-params{
        display: flex;
        justify-content: center;
    }
}

.calc-main-page__sex:after,
.calc-main-page__body-params:after{
    content: url(images/required/arrow__right.svg);
    position: absolute;
    top: 20px;
    left: 105%;
    height: 35px;
    width: 35px;
}

@media(max-width: 800px) {
    .calc-main-page__sex:after,
    .calc-main-page__body-params:after {
        left: 105%;
    }

    .calc-main-page__btn button{
        width: 130px;
        font-size: 14px;
    }

    .calc-main-page__sex.params-1{
        width: calc(26% - 60px);
    }

    .calc-main-page__form > *{
        margin-left: 25px;
        margin-right: 25px;
    }

    .calc-main-page__btn{
        width: calc(23% - 60px);
    }
}

@media(max-width: 767px) {
    .calc-main-page__sex:after,
    .calc-main-page__body-params:after {
        display: none;
    }

    .calc-main-page__calc-wrapper{
        max-width: 210px;
        margin: 0 auto;
    }

    .calc-main-page__form > *{
        margin-left: 0;
    }

    .calc-main-page__btn button,
    .calc-main-page__sex.params-1{
        width: 100%;
    }

    .calc-main-page__sex.params-1{
        display: flex;
        justify-content: center;
    }
}



/*.calc-main-page__sex:before,*/
/*.calc-main-page__body-params:before {*/
/*    content: '';*/

/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/

/*    position: absolute;*/
/*    top: -17.5px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    height: 35px;*/
/*    width: 35px;*/
/*    background: #fff;*/

/*    color: #78be20;*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    line-height: 18px;*/
/*    border-radius: 50%;*/
/*}*/

/*.params-1.calc-main-page__sex:before {*/
/*    content: '1';*/
/*}*/

/*.params-2.calc-main-page__body-params:before {*/
/*    content: '2';*/
/*}*/

/*.params-3.calc-main-page__body-params:before {*/
/*    content: '3';*/
/*}*/

/*@media(max-width: 767px) {*/
/*    .calc-main-page__sex:before,*/
/*    .calc-main-page__body-params:before {*/
/*        display: none;*/
/*    }*/
/*}*/

.calc-main-page__sex .box-calculator__sex-item:nth-of-type(1) {
    border-right: 0;
}

.calc-main-page__sex .box-calculator__sex-item {
    padding: 0;
    display: inline-block;
    width: 60px;
}

.calc-main-page__sex .box-calculator__sex-item:first-child {
    margin-right: 10px;
}

.calc-main-page__sex .box-calculator__sex-item:last-child {
    margin-left: 10px;
}

.calc-main-page__sex .box-calculator__sex-img {
    display: flex;
    align-items: flex-end;
    justify-content: center;

    margin-right: 0;
    height: 60px;
    width: 60px;

    background: #fff;

    -webkit-filter: none;
    filter: none;
}

.calc-main-page .box-calculator__sex-radio:checked + .box-calculator__sex-item .box-calculator__sex-img {
    -webkit-filter: none;
    filter: none;

    background: #78be20;
}

@media(max-width: 767px) {
    .calc-main-page__sex .box-calculator__sex-img {
        height: 50px;
        width: 50px;
    }
}

.calc-main-page__param-text {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 15px;
}

.calc-main-page__param-text span {
    display: none;
}

@media(max-width: 767px) {
    .calc-main-page__param-text {
        max-width: 125px;
        width: 100%;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 18px;
    }

    .calc-main-page__param-text span {
        display: inline-block;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
        color: #000000;
    }
}

.box-calculator__body-input-wrap {
    display: flex;
    justify-content: center;
}

@media(max-width: 767px) {
    .box-calculator__body-input-wrap  {
        justify-content: start;
    }
}


.box-calculator__body-value {
    display: inline-block;
    vertical-align: bottom;
}

.calc-main-page__body-params .box-calculator__body-parameter input {
    width: 90px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    border: none;
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    outline: none;
    border-left: 1px solid #707372;
    border-top: 1px solid #707372;
    border-bottom: 1px solid #707372;
}

.calc-main-page__body-params .box-calculator__body-parameter .box-calculator__body-value {
    width: 60px;
    height: 50px;
    border-radius: 0 10px 10px 0;
    background-color: #78be20;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(min-width: 768px) {
    .calc-main-page__body-params .box-calculator__body-parameter .form-std__msg {
        text-align: center;
        top: auto;
        position: relative;
        color: #d56032;
    }
}

@media(max-width: 767px) {
    .calc-main-page__body-params .box-calculator__body-parameter .form-std__msg {
        color: #d56032;
        margin-left: 10px;
    }
}

@media(max-width: 767px) {
    .calc-main-page__body-params .box-calculator__body-parameter input {
        width: 105px;
    }

    .calc-main-page__body-params .box-calculator__body-parameter input,
    .calc-main-page__body-params .box-calculator__body-parameter .box-calculator__body-value {
        height: 40px;
        font-size: 16px;
        line-height: 18px;
    }
}

.calc-main-page__btn {
    width: calc(25% - 60px);
    text-align: center;
    margin-top: 0;
}

.calc-main-page__btn button {
    width: 148px;
    height: 42px;
    border-radius: 21px;
    background-color: #78be20;
    border: 1px solid #78be20;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    border: 0;
    padding: 0;
}

.calc-main-page__btn button:hover {
    background: #fff;
    border: 1px solid #78be20;
    color: #78be20;
}

.calc-main-page__btn .icon-arrow_btn {
    font-size: 1.150rem;
    width: 0.5084291188em;
    margin-left: 10px;
}

.main-slider-product {
    margin-bottom: 50px;
    margin-top: 100px;
}


@media(max-width: 1024px) {
    .main-slider-product {
        padding-left: 0;
        margin-right: 0;
        margin-top: 75px;
    }
}

@media(max-width: 767px) {
    .main-slider-product {
        height: 455px;
        position: relative;
        margin-bottom: 65px;
        padding-left: 0;
        margin-top: 55px;
    }
    .page-wrapper-detail .main-slider-product {
        padding: 0 15px;
    }

    .box-product-banner .main-slider-product {
        padding-left: 15px;
        padding-right: 15px;
    }

    .calc-main-page__btn{
        width: 100%;
    }
}



.main-slider-product .swiper-container {
    padding-bottom: 30px;
}

@media(max-width: 1024px) {
    .main-slider-product .swiper-container {
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .main-slider-product .swiper-container {
        margin-top: 15px;
        padding-bottom: 20px;
    }
}

.main-slider-product .swiper-scrollbar {
    background: #f0f0f0;
    height: 4px;
    left: 0;
}

@media(min-width: 1700px) {
    .main-slider-product .swiper-scrollbar {
        width: 100%;
        width: calc(100% - (100vw - 1700px ) / 2);
    }
}

.main-slider-product .swiper-scrollbar-drag {
    height: 4px;
}

@media(max-width: 1024px) {
    .main-slider-product .swiper-scrollbar {
        background: #f0f0f0;
        width: calc(100% - 30px);
        height: 4px;
        left: 0;
    }

    .main-slider-product .swiper-scrollbar-drag {
        height: 4px;
    }
}

@media(max-width: 767px) {
    .main-slider-product .swiper-scrollbar {
        width: calc(100% - 30px);
        overflow: hidden;

        height: 2px;
    }

    .main-slider-product .swiper-scrollbar-drag {
        height: 2px;
    }
}

.main-slider-product__title{
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.main-slider-product__link {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 0;
    vertical-align: super;
}

@media(max-width: 1024px) {
    .main-slider-product__title{
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        margin-right: 15px;
        margin-bottom: 0;
    }

    .main-slider-product__link {
        display: inline-block;
    }
}

@media(max-width: 767px) {
    .main-slider-product__title{
        font-size: 18px;
        line-height: 21px;
        margin: 0;
    }

    .main-slider-product__link {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 290px;
    }
}

.main-slider-product__wrapper {
    height: 500px;
    display: flex;
}

@media(min-width: 1700px) {
    .main-slider-product__container {
        width: calc(100% + (100vw - 1680px) / 2);
    }
}

@media(max-width: 1699px) {
    .main-slider-product__container {
        width: calc(100% + 30px)
    }
}

.main-slider-product__container {
    margin-top: 30px;
    overflow: visible;
}

.main-slider-product__container .product-card {
    width: 315px;
    margin-right: 30px;
    height: 500px;
}

.product-card-link {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    position: relative;
}

@media(max-width: 767px) {
    .product-card .product-card-link {
        height: 328px;
    }
}

.product-card-link:hover {
    border-color: #78be20;
    -webkit-box-shadow: 0 0 0 1px #78be20;
    box-shadow: 0 0 0 1px #78be20;
    z-index: 2;
}

@media(max-width: 1699px) {
    .main-slider-product__container .product-card:last-child  {
        margin-right: 30px;
    }
}

@media(max-width: 1024px) {
    .main-slider-product__container .product-card {
        width: 242px;
        height: 480px;
    }
}

@media(max-width: 767px) {
    .main-slider-product__container .product-card {
        width: 146px;
        margin-right: 15px;
        height: 340px;
    }
}

.main-slider-product__container .product-card .card__link {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-slider-product__container .product-card .card__descr {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
    padding: 0;
}

.main-slider-product__container .product-card .card__row-rating {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

@media(max-width: 1024px) {
    .main-slider-product__container .product-card .card__link {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 60px;
    }

    .main-slider-product__container .product-card .card__descr {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 55px;
        padding: 0;
    }
}

.main-slider-product__container .product-card .card__img .card__img-product {
    position: static;
    height: 100%;
    width: auto;
    left: auto;
}

.main-slider-product__container .product-card .card__descr span {
    display: none;
}

.main-slider-product__container .product-card .card__img {
    padding-top: 40px;
}

.main-slider-product__container .product-card .card__inner {
    display: flex;
    flex-direction: column;
    /*height: 152px;*/
    padding: 0px 25px 25px;
}

/*@media(max-width: 1024px) {
    .main-slider-product__container .product-card .card__inner  {
        height: 194px;
    }
}*/

@media(max-width: 1699px)  {
    .main-slider-product__container .product-card .card__img {
        height: 310px;
    }
}

@media(max-width: 1024px) {
    .main-slider-product__container .product-card .card__img {
        height: 265px;
    }

    .main-slider-product__container .product-card .card__inner {
        padding: 0 15px 20px;
    }

    .main-slider-product__container .product-card .card__link {
        color: #25282a;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }

    .main-slider-product__container .product-card .card__descr {
        color: #b3b4b2;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }
}

@media(max-width: 767px) {
    .main-slider-product__container .product-card .card__img {
        height: 170px;
        padding-top: 30px;
    }

    .main-slider-product__container .product-card .card__inner {
        padding: 0 10px 15px;
        /*height: 137px;*/
    }

    .main-slider-product__container .product-card .card__link {
        font-size: 12px;
        line-height: 16px;
    }

    .main-slider-product__container .product-card .card__descr {
        font-size: 10px;
        line-height: 14px;
    }
}

.section-news {
    padding-top: 90px;
}

@media(max-width: 767px) {
    .section-news  {
        position: relative;
        padding-bottom: 65px;
    }
}

.section-news__title {
    color: #25282a;
    display: inline-block;
    margin-top: 0;
    margin-right: 16px;
    font-weight: 700;
    font-size: 36px;
}

@media(max-width: 767px) {
    .section-news__title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.section-news__link {
    display: inline-block;
    vertical-align: super;
    margin: 0;
}

@media(max-width: 767px) {
    .section-news__link {
        position: absolute;
        bottom: 0;
        max-width: 290px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.nav-categories__bg-mobile {
    display: none;
}

@media(max-width: 767px) {
    .nav-categories__bg-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        border: 1px solid #f8f8f8;
        margin: 0 auto;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-tablet {
        display: none !important;
    }
}

.btn-fix-mobile {
    display: none;
}

@media (max-width: 1023px) {
    .btn-fix-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #f79537;
        z-index: 10;
    }

    .btn-fix-mobile a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        padding: 11.5px 0;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
    }

    .btn-fix-mobile.stop {
        position: relative;
    }
}


.nav-top .midlle-level,
.nav-top .lower-level{
    display: none;
}

@media(max-width: 1023px) {
    .nav-top .midlle-level  {
        display: block;
        border-top: 1px solid #fff;
        padding: 15px 0 30px 15px;
        margin-top: 15px;
    }

    .nav-top .midlle-level__link {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
        padding: 10px 0;
    }

    .nav-top .midlle-level__title .midlle-level__link {
        padding-left: 0;
    }

    .nav-top .midlle-level__link {
        padding-left: 33px;
    }

    .midlle-level__link--lose-weight,
    .midlle-level__link--proper-nutrition,
    .midlle-level__link--active-lifestyle {
        position: relative;
    }

    .midlle-level__link--lose-weight::before,
    .midlle-level__link--proper-nutrition::before,
    .midlle-level__link--active-lifestyle::before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        display: block;

        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .midlle-level__link--lose-weight::before {
        width: 24px;
        height: 25px;
        background-image: url('/local/templates/herbalife-official-new/images/required/menu-icon-1.png');
    }

    .midlle-level__link--proper-nutrition::before {
        width: 23px;
        height: 25px;
        background-image: url('/local/templates/herbalife-official-new/images/required/menu-icon-2.png');
    }

    .midlle-level__link--active-lifestyle::before {
        width: 28px;
        height: 25px;
        background-image: url('/local/templates/herbalife-official-new/images/required/menu-icon-3.png');
    }

    .nav-top .lower-level {
        display: block;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 25px 0 25px 15px;
    }

    .nav-top .lower-level__link {
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        padding-left: 0;
    }

    .nav-top .lower-level__link--tel {
        display: inline-block;
        width: auto;
        padding-right: 7px;
    }

    .nav-top .lower-level__small-text {
        display: inline-block;
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        opacity: 0.75;
    }

    .nav-top .lower-level li {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
    }

    .nav-top .lower-level__social {
        display: flex;
    }

    .nav-top .lower-level__social a {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #fff;
        margin-right: 9px;
    }

    .nav-top .lower-level__social svg.icon {
        color: #78be20;
    }
}

.ul-display-block {
    display: block !important;
    position: static !important;
}

.lvl-off {
    display: none !important;
}

@media(max-width: 1023px) {
    .bg-menu-mobile {
        background: #4f7d15 !important;
        color: #fff !important;
    }

    .menu-show {
        left: 0;
    }
}

.no-scroll {
    overflow: hidden;
}

.br-desktop {
    display: none;
}

@media(min-width: 1280px) and (max-width: 1800px){
    .br-desktop {
        display: block;
    }
}

.lvl-3-link.active,
.nav-top__link.active {
    background: #4f7d15 !important;
    color: #fff !important;
    padding-left: 30px !important;
    transition: none !important;
}

.lvl-3-link.active + ul {
    background: #78be20 !important;
}

.lvl-3-link.active + ul li a {
    color: #fff !important;
}

.active.lvl-3-link:after,
.active.nav-top__link:after {
    border-top: solid 2px #fff !important;
    border-right: solid 2px #fff !important;
    right: auto;
    left: 18px;
    transform: translate(0, -50%) rotate(225deg) !important;
    transition: none !important;
}

@media(max-width: 1023px) {
    .lvl-2.active,
    .lvl-3.active  {
        background-color: #78be20 !important;
    }

    .lvl-2.active li a,
    .lvl-3.active li a {
        color: #fff !important;
    }

    .nav-top__link.active {
        position: fixed;
        max-width: 360px;
        z-index: 1;
    }

    .nav-top .top-level > ul {
        padding-top: 42px;
        box-shadow: none;
    }

    .lvl-3-link.active {
        position: fixed !important;
        max-width: 360px;
        z-index: 1;
        top: 50px;
    }
}

@media(max-width: 767px) {
    .nav-top__link.active {
        max-width: none;
    }
    .lvl-3-link.active {
        max-width: none;
    }
}

.calc-main-resulte-block {
    display: block;
    margin: 0 auto;
    background: #fff;
    max-width: 830px;
    width: 100%;
    padding: 25px 30px 30px 30px;
}

@media(max-width: 1024px) {
    .calc-main-resulte-block {
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .calc-main-resulte-block {
        background: transparent;
        padding: 0;
        margin-top: 10px;
    }
}

.calc-main-resulte-block__resulte-text {
    display: inline-block;
    color: #78be20;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 15px;
}

@media(max-width: 767px) {
    .calc-main-resulte-block__resulte-text {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 3px;
    }
}

.calc-main-resulte-block__index {
    display: inline-block;
    color: #b3b4b2;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

@media(max-width: 767px)  {
    .calc-main-resulte-block__index {
        font-size: 12px;
        line-height: 18px;
    }
}

@media(max-width: 767px) {
    .calc-main-resulte-block__resulte-text {
        display: block;
    }

    .calc-main-resulte-block__index {
        display: block;
    }
}

.calc-main-resulte-block__descs {
    margin-top: 5px;
    margin-bottom: 20px;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media(max-width: 767px) {
    .calc-main-resulte-block__descs {
        font-size: 14px;
        line-height: 21px;
    }
}

.calc-main-resulte-block__btn-wrap {
    display: flex;
    align-items: center;
}

.calc-main-resulte-block__btn-wrap a {
    margin: 0;
}

.calc-main-resulte-block__btn-wrap a+a {
    margin-left: 20px;
}

.calc-main-resulte-block__btn-green {
    background: #78be20;
    border: 1px solid transparent;
}

@media(max-width: 767px) {
    .calc-main-resulte-block__btn-green .blog-elem__link--color-white {
        color: #fff;
    }

    .calc-main-resulte-block__btn-green .blog-elem__link--color-white::before {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}

.calc-main-resulte-block__btn-green:hover,
.calc-main-resulte-block__btn-green:focus {
    border: 1px solid #78be20;
}

@media(max-width: 767px) {
    .calc-main-resulte-block__btn-wrap {
        display: block;
    }

    .calc-main-resulte-block__btn-wrap a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .calc-main-resulte-block__btn-wrap a+a {
        margin: 10px 0 0 0;
    }
}

/* .calc-main-resulte-block__resulte-text--slightly-above-normal {

} */

.calc-main-resulte-block__resulte-text--below-normal {
    color: #dc8633;
}

.calc-main-resulte-block__resulte-text--above-normal {
    color: #dc582a;
}

.br-desktop {
    display: none;
}

@media(min-width: 768px) and (max-width: 1809px){
    .br-desktop {
        display: block;
    }
}
.reviews {
    display: flex;
}

@media (max-width: 1023px) {
    .reviews {
        display: block;
    }
}

.reviews__heading-mobile,
.reviews__heading-mobile-link,
.reviews__box-comment-off-block-text span.subtitle--laptop  {
    display: none;
}

@media (max-width: 1023px) {

    .reviews__box-comment-off-block-text span.subtitle--laptop {
        display: block;
    }
    .reviews__box-comment-off-block-text span.subtitle--desktop {
        display: none;
    }

    .reviews__heading-mobile span {
        font-size: 24px;
        font-weight: 700;
        line-height: 26px;
        margin-right: 25px;
    }
}

@media (max-width: 1023px) {
    .reviews__heading-mobile {
        display: block;
        margin-bottom: 40px;
    }

    .reviews__heading-mobile-link {
        display: inline-flex;
        border: 1px solid #78be20;
        border-radius: 25px;
        height: 50px;
        line-height: 50px;
        color: #78be20;
        font-size: 16px;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 30px;
        margin-top: 10px;
    }

    .reviews__box-comment-off-block-text .reviews__heading-mobile-link span,
    .reviews__heading-mobile-link span {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 500;
        margin-right: 0;
    }

    .reviews__heading-mobile-link span:after {
        content: '';
        display: block;
        position: relative;
        margin: 0 0 0 10px;
        width: 5px;
        height: 5px;
        border-top: 1px solid #78be20;
        border-right: 1px solid #78be20;
        transform: rotate(45deg);
        transition: .2s all;
    }
}

@media (max-width: 767px) {
    .reviews__heading-mobile {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .reviews__heading-mobile > span {
        display: block;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .reviews__heading-mobile-link {
        height: 40px;
        line-height: 40px;
        margin: 0;
    }
}

.reviews__box {
    width: 50%;
}

.reviews__box--left {
    padding-right: 50px;
}

.reviews__box--right {
    padding-left: 50px;
    position: sticky;
    top: 0;
}

@media(max-width: 1440px) {
    .reviews__box--left {
        padding-right: 0px;
    }
}

@media (max-width: 1023px) {
    .reviews__box--left,
    .reviews__box--right {
        width: 100%;
        padding: 0;
    }
}

.assessment {
    width: 100%;
    background-color: #f8f8f8;
    padding: 30px 0px 20px 50px;
}

@media(max-width: 1600px) {
    .assessment {
        padding: 30px 0px 20px 30px;
    }
}

@media(max-width: 767px) {
    .assessment {
        padding: 20px 0 20px 15px;
        position: relative;
        width: 100%;
    }
}

.assessment__inner {
    display: flex;
}

@media(max-width: 1280px) {
    .assessment__inner {
        justify-content: space-between;
    }
}

@media(max-width: 767px) {
    .assessment__inner {
        display: block;
    }
}

.assessment__box {
    display: flex;
    align-items: center;
}

.assessment__box--left {
    max-width: 310px;
    width: 100%;
    margin-right: 40px;
}

@media(max-width: 1600px) {
    .assessment__box--left {
        margin-right: 25px;
    }
}

@media(max-width: 1440px) {
    .assessment__box--left {
        display: flex;
        flex-direction: column;
    }
}

@media(max-width: 1280px) {
    .assessment__box--left {
        display: flex;
        flex-direction: row;
    }
}

@media(max-width: 767px) {
    .assessment__box--left {
        margin: 0 auto 5px;
        padding-right: 15px;
        justify-content: center;

    }
}

.assessment__box--right {
    max-width: 375px;
    width: 100%;
}

@media(max-width: 767px) {
    .assessment__box--right  {
        max-width: 100%;
    }
}

.assessment__overall-rating {
    font-size: 70px;
    font-weight: 500;
    line-height: 72px;
    margin-right: auto;
}

@media(max-width: 1440px) {
    .assessment__overall-rating {
        font-size: 65px;
        line-height: 65px;
    }

    .assessment__stars-wrap {
        margin-right: auto;
    }
}

@media(max-width: 1280px) {
    .assessment__overall-rating {
        font-size: 70px;
        line-height: 70px;
    }
}

@media(max-width: 767px) {
    .assessment__overall-rating {
        font-size: 50px;
        line-height: 54px;
        margin-right: 20px;
    }

    .assessment__stars-wrap {
        margin-right: initial;
    }
}

.assessment__all-rating {
    width: 100%;
}

.assessment__all-rating-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.assessment__stars-reviews {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

@media(max-width: 767px) {
    .assessment__stars-reviews {
        font-size: 12px;
        line-height: 16px;
    }
}

.assessment__stars {
    margin-bottom: 10px;
}

.assessment__stars .stars {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.assessment__stars .stars li {
    position: relative;
    width: 24px;
    height: 24px;
}

.assessment__stars .stars li+li {
    margin-left: 5px;
}

.assessment__stars .stars li img {
    height: 100%;
}

.assessment__quantity-stars,
.assessment__number-ratings {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    display: block;
}

.assessment__quantity-stars {
    color: #b3b4b2;
    max-width: 60px;
    width: 100%;
}

.assessment__number-ratings {
    padding-left: 10px;
    max-width: 65px;
    width: 100%;
}

@media(max-width: 1600px) {
    .assessment__number-ratings {
        max-width: 55px;
    }
}

@media(max-width: 767px) {
    .assessment__number-ratings {
        max-width: 40px;
    }
}

.assessment__rating-progress-wrap,
.assessment__rating-progress {
    border-radius: 20px;
}

.assessment__rating-progress-wrap {
    position: relative;
    width: 100%;
    background: #f0f0f0;
    height: 5px;
}

.assessment__rating-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 100%;
    height: 5px;
    background-color: #78be20;
}

.comments {
    margin-top: 35px;
}

@media(max-width: 767px) {
    .comments {
        padding: 0 20px;
    }
}

.comments__tabs-sorting span {
    display: block;
}

.comments__tabs-sorting {
    display: flex;
    align-items: center;

    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;

    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

@media(max-width: 767px) {
    .comments__tabs-sorting {
        flex-wrap: wrap;
    }

    .comments__tabs-sorting > span {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.comments__tabs-sorting > span {
    margin-right: 25px;
    color: #b3b4b2;
}

.comments__tab {
    color: #000000;
    font-weight: 400;
}

.comments__tab .utility-wrap {
    display: flex;
}

.comments__tab .utility {
    margin-right: 5px;
}

.comments__tab .utility-icon {
    position: relative;
    display: none;
    margin: 0;
    width: 7px;
    height: 15px;
}

.comments__tab .utility-icon::before,
.comments__tab .utility-icon::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    width: 2px;
    background: #000;
}

.utility-icon.utility-icon-show {
    display: block;
}

.comments__tab .utility-icon::before {
    height: 10px;
    left: 5px;
}

.comments__tab .utility-icon::after {
    height: 15px;
    left: 0;
}

.comments__tab+.comments__tab {
    margin-left: 25px;
}

.comments__tab.tab-sort-active {
    font-weight: 700;
}

.user-comment {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

@media(max-width: 767px) {
    .user-comment  {
        margin-bottom: 30px;
    }
}

.user-comment__body {
    position: relative;
}

.response-comment__name,
.user-comment__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

@media(max-width: 767px) {
    .response-comment__name,
    .user-comment__name {
        font-size: 16px;
    }
}

.user-comment__time {
    position: absolute;
    top: 0;
    right: 0;

    color: #b3b4b2;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

@media(max-width: 767px) {
    .user-comment__time {
        position: static;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }
}

.user-comment__rating {
    margin-bottom: 15px;
}

.user-comment__rating .stars {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.user-comment__rating .stars li+li {
    margin-left: 5px;
}

.response-comment__text,
.user-comment__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media(max-width: 767px) {
    .user-comment__text,
    .response-comment__text {
        font-size: 14px;
    }
}

.user-comment__rating-review {
    margin-top: 10px;
}

.user-comment__like-box {
    display: flex;

    max-width: 160px;
    height: 35px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
}

.user-comment__like-box svg {
    margin-right: 7px;
}

.user-comment__like-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50%;
    line-height: 35px;
}

.user-comment__like {
    border-right: 1px solid #f0f0f0;
    margin-right: -0.5px;
    color: #000;
}

.user-comment__dislikes {
    border-left: 1px solid #f0f0f0;
    margin-left: -0.5px;
    color: #000;
}

.user-comment__dislikes:hover path {
    fill: #dc582a;
}

.user-comment__like:hover path {
    fill: #78be20;
}

.like-active.user-comment__like path {
    fill: #78be20;
}

.dislike-active.user-comment__dislikes path {
    fill: #dc582a;
}

.user-comment__response-comment {
    margin-top: 25px;
}

.response-comment {
    margin-left: 30px;
}

@media(max-width: 767px) {
    .response-comment {
        margin-left: 15px;
    }
}

.btn-show-more {
    display: block;
    margin: 0 auto;

    border: 1px solid #78be20;
    border-radius: 25px;

    max-width: 255px;
    width: 100%;
    height: 50px;
    line-height: 50px;

    color: #78be20;
    font-size: 16px;
    font-weight: 500;

    padding-left: 15px;
    padding-right: 30px;
}

.btn-show-more span {
    position: relative;
}

.btn-show-more span::before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #78be20;
    border-right: 1px solid #78be20;
    transform: rotate(45deg);
    transition: .2s all;
}

@media(max-width: 767px) {
    .btn-show-more {
        height: 40px;
        line-height: 40px;
        font-weight: 400;
    }
}

.tab-reviews .count {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #78be20;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.tab-reviews .count span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    vertical-align: bottom;
}

.assessment-product__star {
    display: flex;
}

.product-review {
    padding: 40px 50px 40px;
    background-color: #f8f8f8;
    position: sticky;
    top: 15px;
}

@media(max-width: 1279px) and (min-width: 1024px) {
    .product-review {
        padding: 25px 35px 25px;
    }
}

@media(max-width: 1023px) {
    .product-review {
        display: none;
        position: static;
    }
}

.product-review__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 20px;
    text-align: center;
}

.assessment-product__input-box {
    display: flex;
    flex-wrap: wrap;

    margin-right: -10px;
    margin-left: -10px;
}

.product-review-form .assessment-product__input-wrap {
    position: relative;
    width: 50%;

    z-index: 3;
}

.product-review-form .assessment-product__textarea-wrap {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;

    min-height: 150px;
}

.product-review-form .assessment-product__input-wrap input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;

    border-radius: 5px;
    border: 1px solid #fff;
    background: #fff;
    outline: none;
}

.product-review-form .assessment-product__textarea-wrap textarea:focus,
.product-review-form .assessment-product__input-wrap input:focus {
    border: 1px solid #78be20;
}

.product-review-form .assessment-product__textarea-wrap textarea::placeholder,
.product-review-form .assessment-product__input-wrap input::placeholder {
    color: transparent;
}

.product-review-form .assessment-product__textarea-wrap,
.product-review-form .assessment-product__input-wrap {
    margin-right: 10px;
    margin-left: 10px;

    border-radius: 5px;
}

.product-review-form .assessment-product__input-wrap {
    width: calc(50% - 20px);
}

.product-review-form .assessment-product__textarea-wrap span,
.product-review-form .assessment-product__input-wrap span {
    position: absolute;
    top: 12px;
    left: 15px;

    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.product-review-form .assessment-product__textarea-wrap textarea {
    width: 100%;
    height: 100%;

    border-radius: 5px;
    border: 1px solid #fff;
    background: #fff;
    outline: none;
    padding-left: 15px;
    padding-top: 10px;
    resize: none;
}

.product-review-form .assessment-product__label {
    padding-left: 4px;
    padding-right: 4px;
    z-index: 1;
    pointer-events: none;
}

.assessment-product__input.input-error {
    border: 1px solid #dc582a !important;
}

.assessment-product__textarea.input-error {
    border: 1px solid #dc582a !important;
}

.product-review-form .assessment-product__input-error {
    position: absolute;
    top: -33px;
    right: 0;

    display: none;
    padding: 5px 10px;
    background-color: #f3dad1;
    color: #dc582a;

    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    z-index: 3;
}

.assessment-product__input-error:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    right: 13px;
    height: 6px;
    width: 6px;
    background-color: #f3dad1;
    transform: rotate(45deg);
}

.product-review-form__box-feedback {
    margin: 150px 0;
    display: none;
}

.product-review-form__box-feedback-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.product-review-form__box-feedback-subtitle {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
    margin-bottom: 25px;
}

.product-review-form__box-feedback-btn {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 30px;
    border: 1px solid #78be20;
    background-color: #ffffff;
    max-width: 218px;
    width: 100%;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #78be20;
    transition: .2s all;
}

.product-review-form__box-feedback-btn span {
    position: relative;
}

.product-review-form__box-feedback-btn span:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: -10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #78be20;
    border-right: 1px solid #78be20;
    transform: rotate(45deg);
    transition: .2s all;
}

.product-review-form__box-feedback-btn:hover,
.product-review-form__box-feedback-btn:focus {
    background: #78be20;
}

.product-review-form__box-feedback-btn:hover span,
.product-review-form__box-feedback-btn:focus span {
    color: #fff;
}

.product-review-form__box-feedback-btn:hover span:before,
.product-review-form__box-feedback-btn:focus span:before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

/* .product-review-form .assessment-product__label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: #f8f8f8;
    z-index: -1;
} */

.assessment-product__textarea:focus~ .assessment-product__label, .assessment-product__textarea:not(:placeholder-shown) ~ .assessment-product__label,
.assessment-product__input:focus ~ .assessment-product__label, .assessment-product__input:not(:placeholder-shown) ~ .assessment-product__label {
    top: 10px;
    font-size: 12px;
    background: #FFF;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
    letter-spacing: inherit;
}

.input-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.input-checkbox .input-checkbox__input {
    display: none;
}

.input-checkbox .input-checkbox__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.input-checkbox .input-checkbox__text a {
    text-decoration: underline;
}

.input-checkbox__input-custom {
    display: inline-block;
    position: relative;
    height: 15px;
    width: 15px;
    background-color: #78be20;
    border-radius: 2px;
    margin-right: 8px;
}

.input-checkbox__input-custom:before {
    content: '';
    display: none;
    position: absolute;
    top: 1px;
    left: 4.9px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(35deg);
}

label .input-checkbox__input:checked + .input-checkbox__input-custom:before {
    display: block;
}

.product-review-form__btn {
    display: block;
    height: 50px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 30px;
    border: 1px solid #78be20;
    background-color: #ffffff;
    max-width: 180px;
    width: 100%;
    margin: 30px auto 0;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #78be20;
    transition: .2s all;
    outline: none;
}

.product-review-form__btn span {
    position: relative;
}

.product-review-form__btn span:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #78be20;
    border-right: 1px solid #78be20;
    transform: rotate(45deg);
    transition: .2s all;
}

.btn-review-disabled {
    opacity: .4;
}

.btn-review-disabled {
    background: #fff !important;
    color: #78be20 !important;
}

.btn-review-disabled span:before {
    border-top: 1px solid #78be20 !important;
    border-right: 1px solid #78be20 !important;
}

.btn-show-more:hover,
.product-review-form__btn:hover {
    background: #78be20;
    color: #fff;
}

.btn-show-more:hover span:before,
.product-review-form__btn:hover span:before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.product-review-form__assessment {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.assessment-product__title {
    display: inline-block;
    margin-right: 10px;
}

.assessment-product__rate-error {
    position: absolute;
    top: -30px;
    left: 90px;
    display: none;
    padding: 5px 10px;
    background-color: #f3dad1;
    color: #dc582a;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    z-index: 3;
}

.assessment-product__rate-error:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    right: 13px;
    height: 6px;
    width: 6px;
    background-color: #f3dad1;
    transform: rotate(45deg);
}

.rating-area {
    overflow: hidden;
    width: 150px;
    height: 25px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    width: 25px;
    height: 25px;
    padding: 0;
    cursor: pointer;
    background: url('images/required/star-none.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.rating-area > input:checked ~ label {

    background: url('images/required/star-full.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    background: url('images/required/star-full.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
    position: relative;
}

.reviews__box-comment-off {
    display: flex;
    justify-content: space-around;
    height: 100%;
}

.reviews__box-comment-off-block {
    display: flex;
    align-items: center;
    justify-content: space-between;

    max-width: 645px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.reviews__box-comment-off-block img {
    display: block;
}

.reviews__box-comment-off-block-text span {
    display: block;
}

.reviews__box-comment-off-block-text .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}

.reviews__box-comment-off-block-text .subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.reviews__box-comment-off-btn {
    display: inline-block;
    border: 1px solid #78be20;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    color: #78be20;
    font-size: 16px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 30px;
    margin-left: 30px;
}

.reviews__box-comment-off-btn span {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.reviews__box-comment-off-btn span:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #78be20;
    border-right: 1px solid #78be20;
    transform: rotate(45deg);
    transition: .2s all;
}

@media(min-width: 1281px) {
    .reviews__box-comment-off-btn {
        display: none;
    }
}

/* .modal-box {
    display: none;
} */

.reviews__box-comment-off-block-text {
    text-align: left;
}

@media(max-width: 1279px) {
    .reviews__box-comment-off-block-text {
        text-align: center;
    }

    .reviews__box-comment-off-block-text .title {
        line-height: 30px;
        margin-bottom: 0;
    }

    .reviews__box-comment-off-block-text .subtitle {
        line-height: 20px;
    }
}

@media(max-width: 1023px) {
    .reviews__box-comment-off-block {
        position: relative;
    }

    .reviews__box-comment-off-block-text .title {
        font-size: 24px;
        text-align: left;
    }

    .reviews__box-comment-off-btn {
        position: absolute;
        bottom: 50px;
        right: 95px;
    }
}

@media(max-width: 767px) {
    .reviews__box-comment-off-block {
        display: block;
    }

    .reviews__box-comment-off-block-text {
        text-align: center;
    }

    .reviews__box-comment-off-block img {
        margin: 0 auto;
        width: 132px;
    }

    .reviews__box-comment-off-block-text .title,
    .reviews__box-comment-off-block-text .subtitle {
        text-align: center;
    }

    .reviews__box-comment-off-block-text .title {
        font-size: 18px;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .reviews__box-comment-off-block-text .subtitle {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px;
    }

    .reviews__box-comment-off-btn {
        position: static;
    }
}

@media(max-width: 1700px) and (min-width: 1280px){
    .reviews__box-comment-off-block{
        flex-direction: column-reverse;
    }
    .reviews__box--right{
        width: 80%;
    }
    .reviews__box-comment-off-block-text .title{
        margin-bottom: 0;
        font-size: 20px;
        line-height: 20px;
    }
    .reviews__box-comment-off-block-text .subtitle{
        font-size: 16px;
        line-height: 20px;
    }
}

@media(min-width: 1024px) {
    .container--resize {
        max-width: 1680px;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
}

@media(max-width: 1699px) {
    .container--resize {
        padding: 0 30px;
    }
}

@media(max-width: 991px) {
    .container--resize {
        padding: 0 15px;
    }
}

@media(max-width: 767px) {
    .container--resize.container-no-padding {
        padding: 0;
    }
}

.mobile-product-slider {
    display: none;
}

@media(max-width: 991px) {
    .mobile-product-slider {
        display: block;

        margin: 0 -15px;
        padding: 0 15px;
    }
}

.mobile-product-slider .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
    background-color: #78be20;
}

.mobile-product-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px !important;
}

.mobile-product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 6px;
    width: 6px;
    background-color: #78be20;
    position: relative;
}

.mobile-product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #78be20;
    height: 14px;
    width: 14px;
}

.mobile-product-slider {
    background-color: #f8f8f8;
}

.mobile-product-slider .swiper-container {
    height: 480px;
}

@media(max-width: 767px) {
    .mobile-product-slider .swiper-container {
        height: 450px;
    }
}

.mobile-product-slider .swiper-slide {
    height: 440px;
}

@media(max-width: 767px) {
    .mobile-product-slider .swiper-slide {
        height: 390px;
    }

    .mobile-product-slider .swiper-pagination {
        bottom: 30px;
    }
}

.mobile-product-slider .swiper-slide {
    display: flex;
    margin: 0 auto auto;
}

.mobile-product-slider .swiper-slide img {
    display: block;
    margin: auto;
    max-height: 100%;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow:hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.leave-review-modal .fancybox-close {
    top: 20px;
    right: 20px;
    background: url('images/required/icon-cross.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    height: 15px;
    width: 15px;
}

@media(max-width: 767px) {
    .leave-review-modal,
    .leave-review-modal .fancybox-inner,
    .leave-review-modal .fancybox-outer {
        min-width: 290px;
    }

    .leave-review-modal .fancybox-close {
        top: 15px;
        right: 15px;
    }
}

@media(max-width: 329px) {
    .leave-review-modal {
        left: 50% !important;
        transform: translateX(-50%);
    }
}

.product-review--modal {
    padding: 40px 15px 40px;
    background: #fff;
    display: none;
}

@media(min-width: 768px) {
    .product-review--modal {
        padding: 35px 50px 40px;
    }
}

.product-review--modal .product-review__title {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

@media(min-width: 768px) {
    .product-review--modal .product-review__title {
        font-size: 24px;
        line-height: 26px;
    }
}

.product-review--modal .assessment-product__input-box {
    display: block;
    margin: 0;
}

.product-review--modal .assessment-product__input-wrap {
    border: 1px solid #F0F0F0;
}

.product-review--modal .assessment-product__textarea-wrap .assessment-product__textarea {
    border: 1px solid #F0F0F0;
}

.product-review--modal .assessment-product__input-box > * {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
    margin-left: 0;
}

@media(min-width: 768px) {
    .product-review--modal .assessment-product__input-box {
        display: flex;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }

    .product-review--modal .assessment-product__input-box > * {
        margin-right: 10px;
        margin-left: 10px;
    }

    .product-review--modal .assessment-product__input-box > *:nth-child(-n+2){
        width: calc(50% - 20px);
    }
}

.product-review--modal .assessment-product__textarea-wrap {
    min-height: 120px;
}

@media(min-width: 768px) {
    .product-review--modal .assessment-product__textarea-wrap {
        margin-top: 0;
    }
}

.product-review--modal .assessment-product__textarea-wrap textarea {
    height: 120px;
}

.product-review--modal .input-checkbox__input-custom {
    margin-bottom: 12px;
    max-width: 15px;
    width: 100%;
}

.product-review--modal .assessment-product__title {
    font-size: 14px;
}

.product-review--modal .product-review-form__btn {
    margin-top: 25px;
}

@media(max-width: 767px) {
    .product-review--modal .product-review-form__btn {
        height: 40px;
        line-height: 36px;
    }

    .product-review--modal .assessment-product__input-error,
    .product-review--modal .assessment-product__rate-error{
        top: auto;
        left: 0;
        right: auto;
        bottom: -17px;
        background: none;
        padding: 0;
        font-size: 10px;
    }

    .product-review--modal .assessment-product__input-error::before,
    .product-review--modal .assessment-product__rate-error::before {
        display: none;
    }
}

.social-block-modal {
    height: auto;
    max-width: 290px;
    width: 100%;
    padding: 35px 50px 35px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    border-radius: 4px;
    background: #f9f9f9;
    row-gap: 15px;
}

.social-block-modal__title {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.social-block-modal ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    width: 100%;
    margin: auto 0 0;
    padding: 0;
    height: 31px;
}

.social-block-modal ul li+li {
    margin-left: 15px;
}

.sharing-mob-modal a {
    display: inline-block;
    height: 30px;
}

.sharing-mob-modal a img {
    max-width: 30px;
    height: 30px;
}

.sharing-mob-modal .fancybox-close {
    top: 20px;
    right: 20px;
    background: url('images/required/icon-cross.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    height: 15px;
    width: 15px;
}

@media(max-width: 767px) {
    .sharing-mob-modal .fancybox-close {
        top: 15px;
        right: 15px;
    }
}

.utility-icon-rotate {
    transform: rotateY(180deg);
}

.bread-circle-marker a {
    padding-right: 22px;
    margin-right: 6px;
}

.bread-circle-marker a:after {
    border: none;
    height: 4px;
    width: 4px;
    background: #B3B4B2;
    border-radius: 50%;
    top: 6px;
}

.bread-circle-marker a.active:last-child {
    color: #B3B4B2;
    margin-right: 0;
    padding-right: 0;
}

@media(max-width: 767px) {
    .bread-circle-marker {
        padding: 15px 0;
    }

    .bread-circle-marker a {
        font-size: 11px !important;
        padding-right: 15px;
        margin-right: 0px;
    }

    .bread-circle-marker a:after {
        top: 5px;
    }
}

.star-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

@media(min-width: 1280px) and (max-width: 1460px) {
    .box-product-banner > .container--resize::-webkit-scrollbar {
        width: 0px;
        background: rgba(255, 255, 255, 0.0);
    }
}

@media(min-width: 1023px) and (max-width: 1279px) {
    .box-product-banner > .container--resize::-webkit-scrollbar {
        width: 0px;
        background: rgba(255, 255, 255, 0.0);
    }
}

body.page-main .page-wrapper {
    overflow: hidden;
}

@media(min-width: 1921px) {
    body.page-main .page-wrapper .gallery-main,
    body.page-main .page-wrapper .container--main-page{
        width: 1700px;
        margin: 0 auto;
    }

    .box-main-blogs.box-main-blogs--new-design {
        width: 100%;
        transform: translate(-50%, 0);
    }

    .nav-categories {
        width: 100%;
        transform: translate(-50%, 0);
    }

    .container.container--main-page {
        padding: 0;
    }

    .main-slider-product__container {
        width: 100%;
        margin: 30px auto 0;
        overflow: hidden;
    }

    .main-slider-product__container .product-card:last-child {
        margin-right: 0;
    }

    .main-slider-product .swiper-scrollbar {
        width: calc(100% - 60px);
        margin: 0 30px;
    }

    .calc-main-page {
        width: 100%;
        transform: translate(-50%, 0);
    }

    .footer-nav {
        max-width: 1700px;
        margin: 0 auto;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .footer-nav.stop {
        left: auto;
        transform: none;
    }
}

.no-scroll {
    height: 100%;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .nav-top {
        height: calc(100vh - 50px); /* Use vh as a fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100 - 50px);
    }
}

@media (max-width: 1023px) {
    .elem-lang__list .mCSB_scrollTools {
        width: 2px;
    }

    .elem-lang.opened .elem-lang__list {
        margin-top: 7px;
    }
}

.association-buttons-area {
    display: flex;
    margin: 25px 0 40px;
    justify-content: space-between;
}

.association-buttons-btn {
    background-color: #7bc143;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

@media (max-width: 1179px) {
    .association-buttons-btn {
        margin: 0 20px;
        width: 50%;
    }
    .association-buttons-btn nobr {
        display:block;
        width:100%;
    }
}

@media (max-width: 811px) {
    .association-buttons-area {
        display: block;
    }
    .association-buttons-btn {
        margin: 15px 0;
        width: 100%;
        display: block;
    }
    .association-buttons-btn nobr {
        display: inline-block;
        width: auto;
    }
}

@media (max-width: 479px) {
    .association-buttons-btn nobr {
        display:block;
        width:100%;
    }
}

.dsa-blue {
    width: 179px;
    padding-right: 15px;
}

/*Проекты Гербалайф Начало стилей*/

.project__herbalife{
    font-family: "NotoSans";
    font-weight: 400;
    color: #ffffff;
}


.project__herbalife .project__wrap {
    display: flex;
    flex-flow: wrap;
    height: 700px;
    max-width: 1920px;
    margin: 0 auto;
}

.project__herbalife .project__wrap .project__image {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.project__herbalife .project__wrap .project__info {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: auto;
    padding-left: 120px;
    padding-right: 120px;
}

.project__herbalife .project__wrap.text--left .project__image {
    order: 1;
}

.project__herbalife .project__wrap.text--left .project__info {
    order: 0;
}

.project__herbalife .project__wrap.text--right .project__image {
    order: 0;
}

.project__herbalife .project__wrap.text--right .project__info {
    order: 1;
}

.project__herbalife #bud-v-forme .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/01_desktop_bud_v_forme.jpg')
}

.project__herbalife #gk-show .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/02_desktop_galereya_krasoty.jpg')
}

.project__herbalife #events .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_Event_desktop.jpg')
}

.project__herbalife #prk .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_PRK_desktop.jpg')
}

.project__herbalife #mycity .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_mycity_desktop.jpg')
}

.project__herbalife #video .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_youtube_desktop.jpg')
}

.project__herbalife #myherbalife .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_myHl_desktop.jpg')
}

.project__herbalife #herbalifacademy .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/herbacademy.jpg')
}

.project__herbalife #hngrow .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/HN_Grow_picture_phone.jpg')
}
.project__herbalife #hngrow .project__disclaimer{
    font-size: 12px;
    color: #727272;
    line-height: 1.2;
    display: flex;
    margin-top: 10px;
}
.project__herbalife #hngrow .project__button{
    margin: 15px 0;
}
.project__herbalife #hngrow .project__button_links_block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 20px;
}
.project__herbalife #hngrow .project__button_link:first-child{
    margin-right: 10px;
}
.project__herbalife #hngrow .project__button_link:hover > img{
    transform: scale(1.02);
}
.project__herbalife #hngrow .project__button_link img{
    height: 50px;
}
@media (max-width: 375px) {
    .project__herbalife #hngrow .project__button_link img{
        height: auto;
    }
}
.project__herbalife #hngrow{
    height: 800px;
}
@media (max-width: 1024px) {
    .project__herbalife #hngrow{
        height: auto;
    }
}
.project__herbalife #hngrow .project__button .desc-hidden{
    display: none;
}
.project__herbalife #hngrow .project__button .desc-hidden:before {
    content: '';
    display: none;
    position: absolute;
    top: 17px;
    right: -18px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #78be20;
    border-right: 2px solid #78be20;
    transform: rotate(45deg);
    transition: .2s all;
}
.project__herbalife #hngrow .project__button .mob-hidden:before{
    display: block;
}
@media (max-width: 425px) {
    .project__herbalife #hngrow .project__button .desc-hidden, .project__herbalife #hngrow .project__button .desc-hidden:before{
        display: block;
    }
    .project__herbalife #hngrow .project__button .mob-hidden, .project__herbalife #hngrow .project__button .mob-hidden:before{
        display: none;
    }
}

.project__herbalife #mob-assistant .project__image {
    background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/mob-assistant.png')
}
.project__herbalife #mob-assistant .sub-header{
    font-size: 18px;
    font-weight: 800;
}
.project__herbalife #mob-assistant .project__button{
    margin: 15px 0;
}
.project__herbalife #mob-assistant .project__button_links_block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 20px;
}
.project__herbalife #mob-assistant .project__button_link:first-child{
    margin-right: 10px;
}
.project__herbalife #mob-assistant .project__button_link:hover > img{
    transform: scale(1.02);
}
.project__herbalife #mob-assistant .project__button_link img{
    height: 50px;
}
@media (max-width: 375px) {
    .project__herbalife #mob-assistant .project__button_link img{
        height: auto;
    }
}
.project__herbalife #mob-assistant{
    height: 800px;
}
@media (max-width: 1024px) {
    .project__herbalife #mob-assistant{
        height: auto;
    }
}
.project__herbalife #mob-assistant .project__button .desc-hidden{
    display: none;
}
.project__herbalife #mob-assistant .project__button .desc-hidden:before {
    content: '';
    display: none;
    position: absolute;
    top: 17px;
    right: -18px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #78be20;
    border-right: 2px solid #78be20;
    transform: rotate(45deg);
    transition: .2s all;
}
.project__herbalife #mob-assistant .project__button .mob-hidden:before{
    display: block;
}
@media (max-width: 425px) {
    .project__herbalife #mob-assistant .project__button .desc-hidden, .project__herbalife #mob-assistant .project__button .desc-hidden:before{
        display: block;
    }
    .project__herbalife #mob-assistant .project__button .mob-hidden, .project__herbalife #mob-assistant .project__button .mob-hidden:before{
        display: none;
    }
}

@media (max-width: 1400px) and (min-width: 1024px) {
    .project__herbalife .project__wrap .project__info {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 1024px) {

    .project__herbalife .project__wrap {
        height: auto;
        display: block;
    }

    .project__herbalife .project__wrap .project__image {
        width: 100%;
        height: 250px;
    }

    .project__herbalife .project__wrap .project__info {
        width: 100%;
        height: auto;
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 30px;
        margin: 25px auto 50px;
    }

    .project__herbalife .project__wrap  .project__description.short {
        max-width: none;
    }

    .project__herbalife #bud-v-forme .project__image {
        background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/01_adaptiv_bud_v_forme.jpg')
    }

    .project__herbalife #gk-show .project__image {
        background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/02_adaptiv_galereya_krasoty.jpg')
    }

    .project__herbalife #events .project__image {
        background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_Event_adaptiv.jpg')
    }

    .project__herbalife #prk .project__image {
        background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_PRK_adaptiv.jpg')
    }

    .project__herbalife #mycity .project__image {
        background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_mycity_adaptiv.jpg')
    }

    .project__herbalife #video .project__image {
        background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_youtube_adaptiv.jpg')
    }

    .project__herbalife #myherbalife .project__image {
        background-image: url('/local/templates/herbalife-official-new/images/herbalife_projects/Proekty_Gerbalayf_myHl_adaptiv.jpg')
    }
}

@media (max-width: 768px) {
    .project__herbalife .project__wrap .project__info {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 15px;
    }
}


.project__herbalife .project__img{
    display: flex;
    align-items: center;
    position: relative;
    height: 700px;
    padding-right: 120px;
    padding-left: 120px;

}

.project__herbalife .project__img.first{
    background: linear-gradient(to right, rgba(255,255,255,1) 40%, rgba(255,255,255,0.95) 45%,rgba(255,255,255,0.5) 53%,
    rgba(255,255,255,0) 64%),
    url("images/herbalife_projects/bud_v_forme_2.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.project__herbalife .project__img.second{
    background: linear-gradient(to left, rgba(255,255,255,1) 40%, rgba(255,255,255,0.95) 45%,rgba(255,255,255,0.5) 53%,
    rgba(255,255,255,0) 64%),
    url("images/herbalife_projects/gkshow1.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.project__herbalife .project__img.third{
    background: linear-gradient(to right, rgba(255,255,255,1) 40%, rgba(255,255,255,0.95) 45%,rgba(255,255,255,0.5) 53%,
    rgba(255,255,255,0) 64%),
    url("images/herbalife_projects/events_big.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.project__herbalife .project__img.fourth{
    background: linear-gradient(to left, rgba(255,255,255,1) 40%, rgba(255,255,255,0.95) 45%,rgba(255,255,255,0.5) 53%,
    rgba(255,255,255,0) 64%),
    url("images/herbalife_projects/development_club_big.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.project__herbalife .project__img.fifth{
    background: linear-gradient(to right, rgba(255,255,255,1) 40%, rgba(255,255,255,0.95) 45%,rgba(255,255,255,0.5) 53%,
    rgba(255,255,255,0) 64%),
    url("images/herbalife_projects/organization_events_big.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;;
    background-position: 50% 70%;
}

.project__herbalife .project__img.sixth{
    background: linear-gradient(to left, rgba(255,255,255,1) 40%, rgba(255,255,255,0.95) 45%,rgba(255,255,255,0.5) 53%,
    rgba(255,255,255,0) 64%),
    url("images/herbalife_projects/business_development_big.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.project__herbalife .project__img.seventh{
    background: linear-gradient(to right, rgba(255,255,255,1) 40%, rgba(255,255,255,0.95) 45%,rgba(255,255,255,0.5) 53%,
    rgba(255,255,255,0) 64%),
    url("images/herbalife_projects/lk_big.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.project__herbalife .project__header{
    font-family: "NotoSans";
    font-size: 36px;
    margin-bottom: 8px;
    font-weight: bold;
}

.project__herbalife .grey{
    font-size: 16px;
    color: #b3b4b2;
    opacity: 0.7;
}

.project__herbalife .project__description{
    max-width: 680px;
    font-size: 18px;
    margin-top: 23px;
    margin-bottom: 30px;
    line-height: 25px;
}

.project__herbalife .project-show-more-wrapper{
    width: 100%;
    text-align: center;
    padding: 30px;
    display: none;
}

.project__herbalife.project__herbalife--hide-other .project__other{
    display: none;
}

.project__herbalife.project__herbalife--hide-other .project-show-more-wrapper{
    display: block;
}


.project__herbalife .project__button{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border-radius: 25px;
    background-color: #ffffff;
    color: #78be20;
    font-size: 16px;
    padding-left: 22px;
    padding-right: 43px;
    border: 1px solid #78be20;
    transition: .2s all;
}

.project__herbalife .project__button span{
    position: relative;
    transition: .2s all;
    font-weight: 400;
}

.project__herbalife .project__button span::before{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -18px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #78be20;
    border-right: 2px solid #78be20;
    transform: rotate(45deg);

    transition: .2s all;
}

.project__herbalife .project__button:hover,
.project__herbalife .project__button:focus{
    background-color: #78be20;
}

.project__herbalife .project__button:hover span,
.project__herbalife .project__button:focus span{
    color: #ffffff;
}

.project__herbalife .project__button:hover span::before,
.project__herbalife .project__button:focus span::before{
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.project__herbalife .project__img.text--left{
    justify-content: flex-start;
}

.project__herbalife .text--left .project__header, .project__herbalife .text--right .project__header {
    color: #78BE20;
}

.project__herbalife .text--left .project__description, .project__herbalife .text--right .project__description {
    color: #000;
}

.project__herbalife .project__img.text--right{
    justify-content: flex-end;
}

.project__herbalife .project__img--mobile{
    display: none;
}

@media (max-width: 1024px) {

    .project__herbalife .project__img{
        display: flex;
        align-items: center;
        position: relative;
        height: 600px;
        padding-right: 30px;
        padding-left: 30px;

    }

    .project__herbalife .project__description.short{
        max-width: 520px;
    }

    .project__herbalife .project__description{
        max-width: 600px;
    }

    .project__herbalife .project__header{
        font-size: 20px;
    }

    .project__herbalife .grey{
        font-size: 14px;
    }

    .project__herbalife .project__description{
        font-size: 16px;
    }

    .project__herbalife .project__img.first{
        background-position: 90%;
    }

    .project__herbalife .project__img.third{
        background-position: top;
    }

    .project__herbalife .project__img.fourth{
        background-position: 50% 90%;
    }
}

@media (max-width: 768px) {

    .project__herbalife .project__img.desktop{
        display: none;
    }
    .project__herbalife .project__img--mobile{
        display: block;
    }
    .project__herbalife .project__img--mobile .project__img{
        display: flex;
        align-items: center;
        position: relative;
        height: 250px;
    }

    .project__herbalife .project__text--mobile{
        padding-right: 15px;
        padding-left: 15px;
        max-width: 600px;
        margin: 25px auto 50px;
    }

    .project__herbalife .project__img--mobile .project__img.first{
        background: linear-gradient(to top, #FFFFFF 0%,
        transparent 35%),
        url("images/herbalife_projects/bud_v_forme_2.jpg");
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
    }

    .project__herbalife .project__img--mobile .project__img.second{
        background: linear-gradient(to top, #FFFFFF 0%,
        transparent 35%),
        url("images/herbalife_projects/events_big.png");
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .project__herbalife .project__img--mobile .project__img.third{
        background: linear-gradient(to top, #FFFFFF 0%,
        transparent 35%),
        url("images/herbalife_projects/development_club_big.png");
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .project__herbalife .project__img--mobile .project__img.fourth{
        background: linear-gradient(to top, #FFFFFF 0%,
        transparent 35%),
        url("images/herbalife_projects/organization_events_big.png");
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 70%;
    }

    .project__herbalife .project__img--mobile .project__img.fifth{
        background: linear-gradient(to top, #FFFFFF 0%,
        transparent 35%),
        url("images/herbalife_projects/business_development_big.png");
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }

    .project__herbalife .project__img--mobile .project__img.sixth{
        background: linear-gradient(to top, #FFFFFF 0%,
        transparent 35%),
        url("images/herbalife_projects/lk_big.png");
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .project__herbalife .project__img--mobile .project__img.seven{
        background: linear-gradient(to top, #FFFFFF 0%,
        transparent 35%),
        url("images/herbalife_projects/gkshow1.png");
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }

    .project__herbalife .project__header{
        color: #78BE20;
        font-size: 18px;
    }

    .project__herbalife .grey{
        font-size: 12px;
        color: #000000;
    }

    .project__herbalife .project__description{
        font-size: 14px;
        line-height: 18px;
        color: #000000;
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 491px) {
    .project__herbalife .project__button.js-show-other-project{
        height: 90px;
    }

    .project__herbalife .project__button.js-show-other-project span:before{
        top: 30px;
        right: -150px;
    }
}

@media (max-width: 450px) {
    .project__herbalife .project__button.js-show-other-project span:before{
        right: -130px;
    }
}

@media (max-width: 405px) {
    .project__herbalife .project__button.js-show-other-project span:before{
        right: -25px;
    }
}



/**/
/**/

.project__herbalife .block__media--text.mobile{
    display: none;
}

.project__herbalife .social__media{
    background-color: #ffffff;
    padding: 90px 120px;
}

.project__herbalife .social__media--header{
    font-size: 36px;
    color: #000000;
    max-width: 1920px;
    margin: 0 auto 20px;
    font-family: "NotoSans";
    font-weight: bold;
}

.project__herbalife .block__media--img{
    height: 283px;
    width: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.project__herbalife .block--vk .block__media--img{
    background-image: url("images/herbalife_projects/social_vk.png");
    background-position: bottom right;
}

.project__herbalife .block--youtube .block__media--img{
    background-image: url("images/herbalife_projects/social_youtube.png");
}
@media (min-width: 768px) {
    .project__herbalife .block--youtube .block__media--img {
        background-image: url("images/herbalife_projects/social_youtube_reverse.png");
    }
}

.project__herbalife .block--ok .block__media--img{
    background-image: url("images/herbalife_projects/social_ok.png");
    background-position: top 50% center;
}

.project__herbalife .block--fb .block__media--img{
    background-image: url("images/herbalife_projects/social_fb.png");
    background-position: top center;
}

.project__herbalife .social__media--blocks{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1920px;
    margin: 0 auto;
}

.project__herbalife .block__social:nth-child(2n+1){
    padding-right: 15px;
    padding-bottom: 30px;
}

.project__herbalife .block__social:nth-child(2n){
    padding-left: 15px;
    padding-bottom: 30px;
}

.project__herbalife .block__social{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 50%;
}

.project__herbalife .block__media--color{
    position: relative;
    width: 50%;
    height: 283px;
}

.project__herbalife .block__media--color.color__azure{
    background-color: #4986CC;
}

.project__herbalife .block__media--color.color__red{
    background-color: #C4302B;
}

.project__herbalife .block__media--color.color__orange{
    background-color: #EE8208;
}

.project__herbalife .block__media--color.color__blue{
    background-color: #3B5998;
}

.project__herbalife .block__media--text{
    position: absolute;
    width: 105%;
    height: 254px;
    padding: 25px;
    background-color: #ffffff;
    color: #000000;
    line-height: 20px;
}

.project__herbalife .block__media--text.text__right{
    top: 15px;
    right: 15px;
}

.project__herbalife .block__media--text.text__left{
    top: 15px;
    left: 15px;
}

.project__herbalife .block__media--link{
    margin-bottom: 20px;
    color: #78be25;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-family: "NotoSans";
    font-weight: bold;
}

.project__herbalife .block__media--link .icon__link{
    display: flex;
    margin-right: 15px;
}

.project__herbalife .block__media--description{
    font-size: 16px;
    line-height: 20px;
}

@media (max-width: 1919px) {
    .project__herbalife .block__media--img{
        width: 50%;
    }

    .project__herbalife .block__media--color{
        width: 50%;
    }

    .project__herbalife .social__media--blocks{
        /*justify-content: space-between;*/
    }

    .project__herbalife .block__media--text{
        width: 26vw;
    }
}

@media (max-width: 1500px) {
    .project__herbalife .social__media--blocks{
        justify-content: center;
    }

    .project__herbalife .social__media--header{
        max-width: 964px;
        margin: 0 auto 30px;
    }

    .project__herbalife .block__social{
        width: auto;
    }

    .project__herbalife .block__social:nth-child(1){
        padding-right: 0;
        padding-left: 0;
        order: 1;
    }
    .project__herbalife .block__social:nth-child(2){
        padding-right: 0;
        padding-left: 0;
        order: 3;
    }
    .project__herbalife .block__social:nth-child(3){
        padding-right: 0;
        padding-left: 0;
        order: 2;
    }
    .project__herbalife .block__social:nth-child(4){
        padding-right: 0;
        padding-left: 0;
        order: 4;
    }

    .project__herbalife .block__media--img{
        width: 482px;
        height: 252px;
    }

    .project__herbalife .block__media--color{
        width: 482px;
        height: 252px;
    }

    .project__herbalife .block__media--text{
        width: 517px;
        height: 222px;
    }
}

@media (max-width: 1200px) {
    .project__herbalife .social__media{
        padding: 70px 30px;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    .project__herbalife .block__media--img{
        width: 45vw;
        height: 270px;
    }

    .project__herbalife .block__media--color{
        width: 40vw;
        height: 270px;
    }

    .project__herbalife .block__media--text{
        width: 52vw;
        height: 240px;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .project__herbalife .block__media--img{
        height: 370px;
    }

    .project__herbalife .social__media--header{
        font-size: 24px;
    }
}

@media (min-width: 320px) and (max-width: 499px) {

    .project__herbalife .block__media--link .icon__link{
        height: 30px;
        margin-right: 6px;
    }

    .project__herbalife .block__media--img{
        height: 200px;
    }

    .project__herbalife .social__media{
        padding: 65px 15px;
    }

    .project__herbalife .social__media--header{
        font-size: 18px;
    }

    .project__herbalife .block__media--link{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .project__herbalife .block__media--description{
        font-size: 14px;
    }

    .project__herbalife .block__media--text.mobile{
        padding: 20px 15px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .project__herbalife .block__media--text.mobile{
        display: block;
    }

    .project__herbalife .block__media--color.desktop{
        display: none;
    }

    .project__herbalife .block__media--text.text__right.mobile{
        display: block;
    }

    .project__herbalife .block__media--text.mobile{
        position: static;
    }

    .project__herbalife .block__media--text{
        width: 100%;
        height: auto;
    }

    .project__herbalife .block__media--img{
        width: 100%;
    }

    .project__herbalife .block__social{
        flex-direction: column;
    }

    .project__herbalife .block__social{
        box-shadow: 0px 0px 10px #0000001A;
    }
}

/**/
.header-title-basket_icon{
    width: 30px;
    height: 30px;
    margin-right: 14px;
}
.header-title-basket_text span{
    font-weight: 600;
    color: #78be20;
}
.header-title-basket_icon svg{
    width: 30px;
    height: 30px;
}
.header-title-basket_icon svg > circle:first-child{
    stroke: #ff0000;
}
.header-title-basket_icon svg > circle:last-child{
    fill: #ff0000;
}
.header-title-basket_icon svg > path{
    fill: #ff0000;
}
.header-title-basket-before{
    margin-top: 44px;
    display: flex;
    align-items: center;
}
.header-title-basket-before, .header-title-basket-after{
    border-radius: 5px;
    border: 1px solid #78be20;
    padding: 7px;
    font-size: 18px;
    font-weight: 500;
}
.header-title-basket-after{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.h1-header-title-basket{
    display: flex;
    align-items: center;
}
.h1-header-title-basket h1{
    margin-top: 30px;
}
.header_title-count_basket{
    color: #b3b4b2;
    font-size: 20px;
    margin-left: 30px;
    margin-top: 15px;
}
@media (max-width: 1024px) {
    .header-title-basket-after{
        margin-bottom: 40px;
    }
}
@media (max-width: 480px) {
    .header-title-basket-before{
        margin-top: 30px;
    }
    .header_title-count_basket {
        font-size: 16px;
        margin-left: 20px;
        margin-top: 20px;
    }
    .header-title-basket-before, .header-title-basket-after{
        font-size: 16px;
    }
}


.catalog-seo-text {
    padding: 0 0 15px;
    line-height: 1.2;
    color: #000;
}
.catalog-seo-text-footer{
    padding: 30px 0 15px 0;
    font-size: 14px;
}
@media (max-width: 640px) {
    .catalog-seo-text {
        font-size: 14px;
    }
}

@media (max-width: 414px) {
    .catalog-seo-text {
        font-size: 12px;
    }
}


.not-overflow-body{
    overflow: hidden !important;
}
#popup-page-out-container{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
}
.popup-page-out{
    display: flex;
    align-items: flex-start;
    margin: auto;
    width: 800px;
    height: 420px;
    background: #fff;
    border-radius: 25px;
    position: relative;
}
#popup-page-out-close{
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 20px;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background: url(/local/templates/herbalife-official-new/images/popup_page_out_close.png) no-repeat;
}
.ppo-left{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(
            0deg
            , #63C1E5, #63C1E5), linear-gradient(
            0deg
            , #00B7EE, #00B7EE), #FBB53B;
    border-radius: 25px 0 0 25px;
    width: 380px;
    min-width: 380px;
}
.ppo-right{
    padding: 0 40px;
    margin-top: 50px;
    font-size: 20px;
}
.ppo-question{
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 25px
}
.ppo-text{
    line-height: 24px;
    margin-bottom: 50px;
}
.ppo-text span{
    color: #7ac142;
    font-weight: 600;
}
.ppo-button{
    background: #81C533;
    border-radius: 25px;
    color: #fff;
    padding: 10px 60px 10px 30px;
    position: relative;
}
.ppo-button:after{
    position: absolute;
    right: 25px;
    top: 14px;
    content: '';
    width: 8px;
    min-width: 8px;
    height: 13px;
    background: url(/local/templates/herbalife-official-new/images/popup_page_out_arrow.png) no-repeat;
}
.ppo-button:hover{
    background: #5d9e2a;
}
@media (max-width: 1200px) {
    .popup-page-out{
        width: 80%;
        height: 300px;
    }
    .ppo-left{
        width: 260px;
        min-width: 260px;
    }
    .ppo-right{
        font-size: 18px;
    }
    .ppo-question{
        margin-bottom: 25px;
        font-size: 20px
    }
    .ppo-text{
        margin-bottom: 30px;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .ppo-question{
        margin-bottom: 16px;
    }
    .ppo-right{
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .popup-page-out{
        flex-direction: column-reverse;
        height: unset;
    }
    .ppo-left{
        width: 100%;
        min-width: 100%;
        border-radius: 0 0 25px 25px;
    }
    .ppo-right{
        font-size: 16px;
        margin-bottom: 50px;
        padding: 0 20px;
    }
    .ppo-button-row{
        width: 100%;
        display: flex;
    }
    .ppo-button{
        width: 100%;
        text-align: center;
    }
    .ppo-button:after{
        margin-left: 14px;
        margin-top: 2px;
        right: unset;
        top: unset;
    }
}
@media (max-width: 425px) {
    .popup-page-out{
        width: 100%;
        border-radius: 0;
    }
    .ppo-left{
        border-radius: 0;
        align-items: flex-start;
        padding-top: 20px;
    }
}

.dsa-pull-left{
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .dsa-pull-left{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.elem-img-margin-bottom{
    margin-bottom: 0;
}
.elem-img-margin-bottom > img{
    margin-bottom: 0;
}
.elem-img-margin-top{
    margin-top: 40px;
}

.elem-lang__flag.elem-lang__flag-other{
    border: none;
}



.not-overflow-body{
    overflow: hidden !important;
}

#popup-personal-data-check{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
}
.ppdc-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 600px;
    /*height: 100px;*/
    background: #fff;
    border-radius: 25px;
    position: relative;
    padding: 50px;
}
@media (max-width: 768px) {
    .ppdc-content{
        width: 500px;
        padding: 30px;
    }
}
@media (max-width: 550px) {
    .ppdc-content{
        width: 300px;
    }
}
.ppdc-close{
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 15px;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background: url(/local/templates/herbalife-official-new/images/popup_page_out_close.png) no-repeat;
}
.ppdc-title{
    line-height: 24px;
    margin-bottom: 30px;
}
.ppdc-title a{
    color: #81C533;
    text-decoration: underline;
}
.ppdc-button{
    background: #81C533;
    border-radius: 25px;
    color: #fff;
    padding: 10px 60px 10px 30px;
    position: relative;
    cursor: pointer;
}

.ppdc-button:after{
    position: absolute;
    right: 25px;
    top: 14px;
    content: '';
    width: 8px;
    min-width: 8px;
    height: 13px;
    background: url(/local/templates/herbalife-official-new/images/popup_page_out_arrow.png) no-repeat;
}
.ppdc-button:hover{
    background: #5d9e2a;
}


@media (min-width: 1921px){
    .header, .footer{
        max-width: 1700px;
        margin-left: calc((100% - 1700px) / 2);
    }
    .footer{
        padding: 25px 20px 28px;
    }
    .row-subscribe--big-block, .main-projects-block__content{
        left: unset;
        top: unset;
        transform: unset;
        max-width: 1700px;
    }
}

.product-program {
    margin-top: 30px;
}

.product-program__title {
    font-size: 28px;
    line-height: 28px;
}

.product-program__list-items {
    margin-top: 30px;
}

.product-program-elem {
    padding: 20px 12px;
    border: 1px solid #DDDDDD;
    background-color: #fff;

    width: 25%;
}

@media(max-width: 1023px) {
    .product-program-elem {
        width: 220px;
    }
}

@media(max-width: 767px) {
    .product-program-elem {
        width: 290px;
    }
}

.product-program-elem:hover .product-program-elem__img img {
    transform: scale(1.05);
}

.product-program-elem__img {
    max-width: 270px;
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}

.product-program-elem__img img {
    display: block;
    max-width: 100%;

    transition: transform .3s linear;
}

.product-program-elem__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #25282A;
    margin: 0 0 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}

@media(max-width: 1099px) {
    .product-program-elem__title {
        height: 44px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}

.product-program-elem__subtitle {
    font-size: 14px;
    line-height: 18px;
    color: #B3B4B2;
    margin: 0;
    height: 54px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

@media(max-width: 1099px) {
    .product-program-elem__subtitle {
        height: 36px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}

.slider-item-search__scrollbar {
    background: #f0f0f0;
    height: 4px;
    margin-top: 20px;

    width: 100% !important;
    position: static !important;
}

.slider-item-search__scrollbar .swiper-scrollbar-drag {
    height: 4px;
}

@media(max-width: 1023px) {
    .slider-item-search {
        overflow: visible;
    }
}

.result-blog-search {
    margin-top: 40px;
}

.result-blog-search__inner+.result-blog-search__inner {
    margin-top: 40px;
}

.result-blog-search__inner--flex+.result-blog-search__inner--flex {
    margin-top: 0;
}

.blog-search-items__video {
    width: 50%;
    margin-bottom: 20px;
}

@media(max-width: 768px) {
    .blog-search-items__video {
        width: 100%;
    }
}

.result-blog-search__inner--flex {
    display: flex;
    flex-wrap: wrap;

    margin-left: -10px;
    margin-right: -10px;
}

@media(max-width: 579px) {
    .result-blog-search__inner--flex {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media(max-width: 419px) {
    .result-blog-search__inner--flex {
        margin-right: 0;
        margin-left: 0;
    }
}

.blog-search-item {
    display: flex;

    width: 100%;

    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}

@media(max-width: 767px) {
    .blog-search-item {
        margin-bottom: 10px;
    }
}

@media(max-width: 579px) {
    .blog-search-item {
        display: block;

        margin-right: 5px;
        margin-left: 5px;
        width: calc(50% - 10px);
    }
}

@media(max-width: 419px) {
    .blog-search-item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.blog-search-item--no-margin {
    margin: 0;
}

.blog-search-item__img {
    width: 380px;
    overflow: hidden;
}

@media(max-width: 1023px) {
    .blog-search-item__img {
        width: 300px;
    }
}

@media(max-width: 767px) {
    .blog-search-item__img {
        width: 250px;
    }
}

@media(max-width: 579px) {
    .blog-search-item__img {
        width: 100%;
    }
}

.blog-search-item__img img {
    display: block;
    max-width: 100%;
    width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-search-item__content {
    padding: 60px 50px 65px 30px;
    width: calc(100% - 380px);
    background: #F8F8F8;
    color: #000000;
}

.blog-search-item__content-video, .blog-search-item__content-img {
    padding: 10px 0;
    width: 100%;
    max-width: 380px;
    background: #F8F8F8;
    color: #000000;
    margin: 0 auto;
}

.blog-search-item__content-img{
    display: flex;
    height: 48px;
    overflow: hidden;
}

@media(max-width: 1023px) {
    .blog-search-item__content {
        padding: 35px 40px 35px 30px;
        width: calc(100% - 300px);
    }
}

@media(max-width: 767px) {
    .blog-search-item__content {
        padding: 20px 30px 20px 25px;
        width: calc(100% - 250px);
    }
    .blog-search-item__content-img{
        height: 52px;
    }
}

@media(max-width: 579px) {
    .blog-search-item__content {
        padding: 15px 10px 15px 15px;
        height: 160px;
        width: 100%;
    }
}

.blog-search-item__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}

@media(max-width: 579px) {
    .blog-search-item__title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        box-orient: vertical;
    }
}

.blog-search-item__title-video, .blog-search-item__title-img {
    margin-bottom: 0;
}

.blog-search-item__title-img:hover {
    color: #7ac042;
}

.blog-search-item__descr {
    font-size: 14px;
    line-height: 18px;
}

@media(max-width: 1023px) {
    .blog-search-item__descr {
        height: 144px;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        line-clamp: 8;
        box-orient: vertical;
    }
}

@media(max-width: 767px) {
    .blog-search-item__descr {
        height: 110px;

        -webkit-line-clamp: 6;
        line-clamp: 6;
    }
}

@media(max-width: 579px) {
    .blog-search-item__descr {
        height: 66px;
        line-height: 16px;

        -webkit-line-clamp: 4;
        line-clamp: 4;
    }
}

.blog-search-item--small.blog-search-item {
    display: block;
    width: calc(33.33333% - 20px);
}

@media(max-width: 1023px) {
    .blog-search-item--small.blog-search-item {
        width: 328px;
    }
}

@media(max-width: 767px) {
    .blog-search-item--small.blog-search-item {
        width: 290px;
    }
}

.blog-search-item--small .blog-search-item__img {
    width: 100%;
    height: 250px;
}

.blog-search-item--small .blog-search-item__title {
    margin: 0;

    height: 54px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

.blog-search-item__title b{
    font-weight: 900;
}

@media(max-width: 1023px) {
    .blog-search-item--small .blog-search-item__title {
        font-size: 16px;
        line-height: 18px;
    }
}

.blog-search-item--small .blog-search-item__descr {
    display: none;
}

.blog-search-item--small .blog-search-item__content {
    padding: 25px 30px;
    width: 100%;
}

@media(max-width: 1023px) {
    .blog-search-item--small .blog-search-item__content {
        padding: 20px;
    }
}

@media(max-width: 767px) {
    .blog-search-item--small .blog-search-item__content {
        height: auto;
        padding: 15px 10px;
    }
}

.slider-item-search-blog {
    overflow: hidden;
}

@media(max-width: 767px) {
    .slider-item-search-blog {
        overflow: visible;
    }
}

.scrollbar-none {
    display: none;
}

.scrollbar-show {
    display: block !important;
}

.result-recipes-search .recipes__card {
    width: 100%;
    margin: 0;
    display: block;
}

.result-recipes-search .recipes__card+.recipes__card {
    margin-top: 40px;
}

@media(max-width: 767px) {
    .result-recipes-search .recipes__card+.recipes__card {
        margin-top: 20px;
    }
}

.result-recipes-search .recipes__top {
    padding-left: 0;
}

a.recipes__card.cocktail-search-hover {
    color: #000;
}

.cocktail-search-hover:hover > .recipes__top{
    color: #7ac042;
}

@media(max-width: 767px) {
    .result-recipes-search .recipes__img {
        min-width: 245px;
        max-width: 245px;
    }

    .result-recipes-search .recipes__supplement-info {
        width: calc(100% - 245px);
    }
}

@media(max-width: 419px) {
    .result-recipes-search .recipes__img {
        min-width: 180px;
        max-width: 180px;
    }

    .result-recipes-search .recipes__supplement-info {
        width: calc(100% - 180px);
    }
}

.result-recipes-search .recipes__full-text {
    border: 0;
}

.blog-search-item__date {
    font-size: 14px;
    line-height: 14px;
    color: #808080;
    margin-bottom: 8px;
}

@media(max-width: 767px) {
    .blog-search-item.blog-search-item--news {
        width: 290px;
    }
}

.blog-search-item.blog-search-item--news .blog-search-item__content {
    padding: 20px 20px 20px 30px;
    height: 195px;
}

@media(max-width: 767px) {
    .blog-search-item.blog-search-item--news .blog-search-item__content {
        padding: 20px 15px;
        height: 190px;
    }
}

.blog-search-item.blog-search-item--news .blog-search-item__descr {
    display: block;
    color: #808080;
    margin-top: 10px;
    height: auto;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
}

@media(max-width: 767px) {
    .blog-search-item.blog-search-item--news .blog-search-item__descr {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}

.blog-search-item.blog-search-item--news .blog-search-item__title {
    height: auto;
}

.blog-search-item__video {
    max-width: 380px;
    height: 215px;
    width: 100%;
    margin: 0 auto;
}

.blog-search-item__video iframe {
    width: 100%;
    height: 215px;
}

.blog-search-item--pictures {
    width: 25%;
    padding: 20px;
}

@media(max-width: 1023px) {
    .blog-search-item--pictures {
        width: 33.3%;
    }
}

@media(max-width: 768px) {
    .blog-search-item--pictures {
        width: 50%;
    }
}

@media(max-width: 425px) {
    .blog-search-item--pictures {
        width: 100%;
    }
}

.blog-search-item__pictures{
    height: 250px;
    display: flex;
    align-items: center;
    background: #F8F8F8;
    justify-content: center;
    padding: 5px;
}

/** blog end **/