

/* Start:/local/components/construction/reviews/templates/video/style.css?17454442493767*/
.reviews {
                margin-top: 16px
            }

            .reviews__list {
                display: flex;
                flex-wrap: wrap;
                gap: 16px
            }

            .reviews__item {
                aspect-ratio: 4/3;
                background: #101327;
                height: 200px;
                position: relative;
                width: 100%
            }

            .reviews__item:before {
                background-color: #101327;
                border-radius: 4px;
                content: "";
                display: block;
                height: 100%;
                left: 0;
                opacity: .65;
                position: absolute;
                top: 0;
                transition: all .3s;
                width: 100%;
                z-index: 8
            }

            .reviews__item:hover:before {
                opacity: 0
            }

            .reviews__item--active:before {
                display: none
            }

            .reviews__link {
                align-items: flex-end;
                aspect-ratio: 2/3;
                background-color: #101327;
                border-radius: 10px;
                display: flex;
                height: 100%;
                overflow: hidden;
                padding: 16px;
                position: relative;
                transition: .2s cubic-bezier(.37,0,.63,1);
                transition-property: background-color;
                width: 100%
            }

            .reviews__about {
                align-items: center;
                display: flex;
                justify-content: space-between
            }

            .reviews__title {
                color: #fff;
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                position: relative;
                text-align: center;
                z-index: 75;
                padding: 0;
            }

            .reviews__picture {
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%
            }

            .reviews__img {
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center;
                width: 100%
            }

            .reviews__item .nuxt-icon svg {
                background-color: #BB1A23;
                border-radius: 50%;
                color: #fff;
                height: 64px;
                left: calc(50% - 32px);
                padding: 18px;
                position: absolute;
                top: calc(50% - 32px);
                transition: .2s cubic-bezier(.37,0,.63,1);
                width: 64px;
                z-index: 9
            }
            .reviews__item .nuxt-icon svg path{
                fill: #FFF;
            }
            .reviews .button {
                margin-top: 16px;
                width: 100%
            }

            @media screen and (min-width: 768px) {
                .reviews__item {
                    width:calc(50% - 30px)
                }
            }

            @media screen and (min-width: 1200px) {
                .reviews__list {
                    gap:40px
                }

                .reviews__item {
                    cursor: pointer;
                    width: calc(33% - 30px)
                }

                .reviews .button {
                    margin-top: 24px
                }
            }

            @media screen and (min-width: 1920px) {
                .reviews__item {
                    width:calc(33% - 30px)
                }
            }
/* End */
/* /local/components/construction/reviews/templates/video/style.css?17454442493767 */
