

/* Start:/bitrix/templates/ipsum/components/bitrix/news.list/reviews_list/style.css?173262701511823*/
.section--reviews {
    display: flex;
    flex-direction: column;
    background: #000 url("/assets/img/pic/reviews_background.png") no-repeat;
    background-size: cover;
    height: 560px;
}
.section--reviews__head-wrapper {
    padding: 56px 0 40px;
}
.section--reviews__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    height: 128px;
    margin: 0 24px;
}
.section--reviews__head_items-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.section--reviews__title {
    font-family: 'Normalidad UltraExtended', sans-serif;
    width: 540px;
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #00FF72;
}
.section--reviews__head-item {
    position: absolute;
    padding: 10px 12px;
    background: #F9F9F9;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: 1.2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 2.4px 9.94px 0 #000;
}
.section--reviews__head .head-item1 {
    left: 0;
    bottom: 0;
    filter: blur(10px);
    width: 44px;
    height: 44px;
    padding: 6px 8px;
}
.section--reviews__head .head-item1 img {
    width: 25px;
    height: 27px;
}
.section--reviews__head .head-item2 {
    top: 0;
    left: 30%;
}
.section--reviews__head .head-item3 {
    bottom: 38px;
    right: 30%;
    filter: blur(4px);
    width: 47px;
    height: 47px;
    padding: 8px 10px;
}
.section--reviews__head .head-item3 img {
    width: 25px;
    height: 29px;
}
.section--reviews__head .head-item4 {
    bottom: 0;
    right: 0;
}
.section--reviews__head .head-item5 {
    top: 0;
    left: 0;
}
.section--reviews__head .head-item6 {
    bottom: 0;
    left: 30%;
    filter: blur(4px)
}
.section--reviews__head .head-item7 {
    top: 0;
    right: 30%;
    filter: blur(4px);
    width: 38px;
    height: 38px;
    padding: 4px 8px;
}
.section--reviews__head .head-item7 img {
    width: 20px;
    height: 20px;
}
.section--reviews__head .head-item8 {
    bottom: 25px;
    right: 16px;
}

.section--reviews__slider-container {
    height: 100%;
    margin: 0 40px;
}
.section--reviews__slider-container .swiper {
    height: 100%;
}
.slider--reviews .slider--reviews__slide {
    display: flex;
    flex-direction: column;
    height: 270px;
    background: #fff;
    box-shadow: 0 4px 17px 0 #0000001C;
    border: 2px solid;
    border-radius: 12px 12px 4px 12px;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 12px 12px 24px;
}
.slider--reviews .slider--reviews__slide .slider--reviews__slide-top {
    display: flex;
    align-items: start;
    gap: 24px;
    margin-bottom: 12px;
}
.slider--reviews .slider--reviews__slide .slider--reviews__slide-top .slide-top__img img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    object-position: top;
}
.slider--reviews .slider--reviews__slide .slider--reviews__slide-top .slide-top__title .slide-top__reviewer-name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    color: #000;
    margin-bottom: 4px;
}
.slider--reviews .slider--reviews__slide .slider--reviews__slide-top .slide-top__title .slide-top__reviewer-position {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #8A8A8A;
}
.slider--reviews .slider--reviews__slide .slider--reviews__content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.slider--reviews .slider--reviews__slide .slider--reviews__slide-content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

    font-size: 14px;
    line-height: 20px;
    font-weight: 400;

    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;

    color: #000;
    margin-bottom: 10px;
}
.slider--reviews .slider--reviews__slide .slider--reviews__slide-bottom {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.slider--reviews .slider--reviews__slide .slider--reviews__slide-bottom a {
    color: #5455FF;
    text-decoration: none;
}

.slider--reviews .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 34.99267936vw;
    position: absolute;
    bottom: 24px;
    left: 33%;
    display: flex;
    gap: 20px;
}
.slider--reviews .swiper-pagination-bullet {
    position: relative;
    flex: 1;
    width: auto;
    border-radius: 100px;
    height: 0.29282577vw;
    overflow: hidden;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.25);
}
.slider--reviews .swiper-pagination-bullet i {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.slider--reviews .swiper-pagination-bullet b {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 0%;
    height: 100%;
    background-color: var(--vitaminC);
}
.slider--reviews .swiper-pagination-bullet-active b {
    animation-name: countingBar;
    animation-duration: 5s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

/* region Detail popup */
.detail-review__popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.detail-review__popup-container {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 530px;
    max-height: 648px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 40px;
    border-radius: 40px;
}
.detail-review__popup-container .detail-review__popup-content-top {
    display: flex;
    align-items: start;
    gap: 24px;
    margin-bottom: 40px;
}
.detail-review__popup-container .detail-review__popup-content-top .detail-review__popup-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
}
.detail-review__popup-container .detail-review__popup-content-top .detail-review__popup-title .detail-review__popup-name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    color: #000;
    margin-bottom: 4px;
}
.detail-review__popup-container .detail-review__popup-content-top .detail-review__popup-title .detail-review__popup-position {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #8A8A8A;
}
.detail-review__popup-container .detail-review__popup-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.detail-review__popup-container .detail-review__popup-wrapper .detail-review__popup-content {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 40px;
}
.detail-review__popup-container .detail-review__popup-wrapper .detail-review__popup-bottom {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: 20px 0;
    border-radius: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background: #EDEDED;
    cursor: pointer;
}

.detail-review__popup-close {
    position: absolute;
    top: -30px;
    right: -66px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 100px;
    padding: 10px;
    border: none;
}
/* endregion */

.section--reviews__head_items-container-mobile {
    display: none;
}
@media (max-width: 1200px) {
    .section--reviews__head_items-container-mobile {
        display: block;
    }
    .section--reviews__head_items-container {
        display: none;
    }
    .section--reviews__head {
        justify-content: center;
    }
    .section--reviews__title {
        position: relative;
    }
    .section--reviews__head .head-item1,
    .section--reviews__head .head-item2,
    .section--reviews__head .head-item3,
    .section--reviews__head .head-item4,
    .section--reviews__head .head-item5,
    .section--reviews__head .head-item6,
    .section--reviews__head .head-item7,
    .section--reviews__head .head-item8 {
        display: none;
    }
    .section--reviews__head_items-container-mobile {
        font-size: 1px;
        line-height: 1;
    }

    .section--reviews__head_items-container-mobile .head-item1-mobile {
        top: -16px;
        left: -16px;
        width: 48px;
        height: 48px;
        padding: 9px;
    }
    .section--reviews__head_items-container-mobile .head-item2-mobile {
        top: -46px;
        left: 30%;
        width: 24px;
        height: 24px;
        padding: 2px;

        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .section--reviews__head_items-container-mobile .head-item2-mobile img {
        width: 14px;
        height: 17px;
    }
    .section--reviews__head_items-container-mobile .head-item3-mobile {
        top: -46px;
        right: 30%;
        width: 44px;
        height: 44px;
        padding: 6px;

        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .section--reviews__head_items-container-mobile .head-item3-mobile img {
        width: 24px;
        height: 27px;
    }
    .section--reviews__head_items-container-mobile .head-item4-mobile {
        top: -16px;
        right: -16px;
        width: 34px;
        height: 34px;
        padding: 4px 6px;

        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .section--reviews__head_items-container-mobile .head-item4-mobile img {
        width: 18px;
        height: 22px;
    }
}

@media (max-width: 600px) {
    .section--reviews {
        height: 580px;
    }
    .section--reviews__head-wrapper {
        padding: 80px 0 24px;
    }
    .section--reviews__head {
        height: auto;
    }
    .section--reviews__title {
        font-size: 32px;
        line-height: 40px;
        width: 310px;
    }

    .section--reviews__slider-container {
        margin: 0 12px;
    }
    .slider--reviews .slider--reviews__slide {
        height: auto;
    }

    .slider--reviews .swiper-pagination-bullets.swiper-pagination-horizontal {
        width: 100%;
        left: 0;
        bottom: 10px;
        gap: 16px;
    }
    .slider--reviews .swiper-pagination-bullet {
        height: 4px;
    }

    /* region Detail popup */
    .detail-review__popup-container {
        max-width: 100%;
        overflow-y: auto;
        max-height: 550px;
        padding: 24px;
    }
    .detail-review__popup-container .detail-review__popup-content-top {
        margin-bottom: 24px;
    }
    .detail-review__popup-container .detail-review__popup-wrapper .detail-review__popup-content {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px;
    }
    .detail-review__popup-close {
        top: -50px;
        left: 0;
        right: unset;
    }
    /* endregion */
}

/* End */


/* Start:/bitrix/templates/ipsum/components/bitrix/news.list/main-news/style.css?17665878402804*/
/* small block */
.blog-main {
    position: relative;
    overflow: hidden;
}
.blog-main .blog-main-card {
    display: flex;
    flex-direction: column;
    gap: 1.75695461vw;
    height: auto;
}
.blog-main .blog-main-card .blog-main-card-img-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 27.818448vw;
    object-fit: cover;
}
.blog-main .blog-main-card .blog-main-card-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.75695461vw;
    height: 100%;
}
.blog-main .blog-main-card .blog-main-card-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.75695461vw;
}
.blog-main .blog-main-card .blog-main-card-title {
    margin: 0;
}
.blog-main .blog-main-card .blog-main-card-preview {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.blog-main .blog-main-card .blog-main-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--gray2);
    border-radius: 16px;
    padding: 1.61054173vw 1.75695461vw;
}
.blog-main .blog-main-card .blog-main-card-bottom-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog-main .blog-main-card .blog-main-card-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--black);
    transition: 300ms ease all;
}
.blog-main .blog-main-card .blog-main-card-bottom:hover .blog-main-card-link {
    transform: scale(1.09);
}

@media (max-width: 991px) {
    /* small block */
    .blog-main {
        padding: 0 2.2222222vw;
    }
    .blog-main .blog-main-card {
        gap: 6.666666667vw;
    }
    .blog-main .blog-main-card .blog-main-card-info {
        gap: 6.666666667vw;
    }
    .blog-main .blog-main-card .blog-main-card-info-wrapper {
        gap: 6.666666667vw;
    }
    .blog-main .blog-main-card .blog-main-card-img-wrapper img {
        max-height: 105.555556vw;
    }
    .blog-main .blog-main-card .blog-main-card-title {
        font-size: 5vw;
        line-height: 6.66666667vw;
    }
    .blog-main .blog-main-card .blog-main-card-preview {
        font-size: 3.055555556vw;
        line-height: 3.88888889vw;
    }
    .blog-main .blog-main-card .blog-main-card-bottom {
        padding: 3.3333333vw;
    }
    .blog-main .blog-main-card .blog-main-card-bottom-wrapper {
        gap: 8px;
    }
    .blog-main .blog-main-card .blog-main-card-date,
    .blog-main .blog-main-card .blog-main-card-views,
    .blog-main .blog-main-card .blog-main-card-link {
        font-size: 3.055555556vw;
        line-height: 3.88888889vw;
    }
}
/* End */
/* /bitrix/templates/ipsum/components/bitrix/news.list/reviews_list/style.css?173262701511823 */
/* /bitrix/templates/ipsum/components/bitrix/news.list/main-news/style.css?17665878402804 */
