

/* Start:/local/templates/.default/components/bitrix/news.list/review-main-custom1/style.css?17507445672678*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.item-rev {
    width: 305px;
    height: 235px;
    background-color: #fff;
    border-radius: 30px / 22px;
    padding: 20px 25px 15px;
	position: relative;
    display: block;
}
.item-rev:hover {
    color: #000;
}
.item-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.line-rev-info {
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    width: 83%;
	color: #898989;
}
.line-rev-info a {
    color: #898989;
    display: flex;
    align-items: center;
}
.stars {
    margin-top: -2px;
    display: flex;
}
.leave-where {
    display: flex;
    column-gap: 5px;
}
.review-carousel {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
}
.review-text {
    font-size: 14px;
    line-height: 17px;
}
.author-name {
    font-weight: 700;
}
.leave-where img{
	width: 11px;
    margin-left: 5px;
}
.review-carousel {
    display: flex;
    column-gap: 40px;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    /* animation: scroll-rev 75s linear infinite; */
	width: max-content;
}
.review-items {
    overflow: hidden;
}
.review-carousel:hover {
    animation-play-state: paused; /* Остановка анимации при наведении */
}
.leave-where span {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 769px) {
    .item-rev {
        width: 156px;
        height: 206px;
        border-radius: 10px;
        padding: 15px;
        position: relative;
        box-shadow: 0px 0px 10px 0px #00000033;
    }
    .content-tab-rev.btn.review-btn.review-btn-mob {
        width: 100%;
        margin-bottom: 10px;
    }
    .stars img {
        width: 10px !important;
        height: 10px !important;
    }
    .author-name {
        font-size: 13px;
    }
    .item-title {
        align-items: center;
        margin-bottom: 0px;
    }
    .review-text {
        font-size: 10px;
        line-height: 10px;
    }
    .line-rev-info {
        flex-direction: column;
    }
    .leave-where {
        text-transform: lowercase;
    }
    .leave-when {
        line-height: 7px;
    }
    .leave-where img {
        width: 8px !important;
        height: 8px !important;
    }
}
@media (max-width: 350px) {
    .review-tab .content-tab-rev {
        padding: 10px 10px !important;
    }
    
}
@keyframes scroll-rev {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


/* End */


/* Start:/bitrix/templates/inner2/components/bitrix/news.list/review-list-mobile/style.css?17495522352985*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.item-rev {
    width: 305px;
    height: 235px;
    background-color: #fff;
    border-radius: 30px / 22px;
    padding: 20px 25px 15px;
	position: relative;
}
.item-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.line-rev-info {
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    width: 83%;
	color: #898989;
}
.line-rev-info a {
    color: #898989;
    display: flex;
    align-items: center;
}
.stars {
    margin-top: -2px;
    display: flex;
}
.leave-where {
    display: flex;
    column-gap: 5px;
}
.review-carousel {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
}
.review-text {
    font-size: 14px;
    line-height: 17px;
}
.author-name {
    font-weight: 700;
}
.leave-where img{
	width: 11px;
    margin-left: 5px;
}
.review-carousel {
    display: flex;
    column-gap: 40px;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    /* animation: scroll-rev 75s linear infinite; */
	width: max-content;
}
.review-items {
    overflow: hidden;
}
.review-carousel:hover {
    animation-play-state: paused; /* Остановка анимации при наведении */
}
@media screen and (max-width: 769px) {
    .item-rev {
        width: 47%;
        height: 206px;
        border-radius: 10px;
        padding: 15px;
        position: relative;
        box-shadow: 0px 0px 10px 0px #00000033;
    }
    .content-tab-rev.btn.review-btn.review-btn-mob {
        width: 100%;
        margin-bottom: 10px;
    }
    .stars img {
        width: 10px !important;
        height: 10px !important;
    }
    .author-name {
        font-size: 13px;
    }
    .item-title {
        align-items: center;
        margin-bottom: 0px;
    }
    .review-text {
        font-size: 10px;
        line-height: 10px;
    }
    .review-items {
        overflow: visible;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: space-between;
        max-width: 100%;
        width: 100%;
        column-gap: 20px;
    }
    .line-rev-info {
        flex-direction: column;
    }
    .leave-where {
        text-transform: lowercase;
    }
    .leave-when {
        line-height: 7px;
    }
    .leave-where img {
        width: 8px !important;
        height: 8px !important;
    }
}
@media screen and (max-width: 371px) {
    .review-text {
        font-size: 9px;
        line-height: 9px;
    }
    .review-items {
        column-gap: 10px;
    }
    .item-rev {
        width: 47%;
        padding: 10px
    }
    .author-name {
        font-size: 12px;
    }
}
@keyframes scroll-rev {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


/* End */


/* Start:/bitrix/templates/inner2/components/bitrix/news.list/videoreview/style.css?17416872061033*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.item-rev-video {
    width: 418px;
    height: 234px;
    background-color: #fff;
    border-radius: 30px / 22px;
    overflow: hidden;
}

.review-video-carousel {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
}

.review-video-carousel {
    display: flex;
    column-gap: 40px;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    /* animation: scroll-rev-video 60s linear infinite; */
	width: max-content;
}
.review-video-items {
    overflow: hidden;
}
.review-video-carousel:hover {
    animation-play-state: paused; /* Остановка анимации при наведении */
}

@keyframes scroll-rev-video {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@media (max-width: 576px) {  
    .item-rev-video {
    width: 320px;
    height: 178px;
  }}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/letter-main/style.css?17388224002860*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.item-rev-letter {
    width: 305px;
    height: 235px;
    background-color: #fff;
    border-radius: 30px / 22px;
    cursor: pointer;
}
.review-letter-carousel {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
}
.review-letter-carousel {
    display: flex;
    column-gap: 40px;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    /* animation: scroll-rev-letter 75s linear infinite; */
	width: max-content;
}
.review-letter-items {
    overflow: hidden;
}
.review-letter-carousel:hover {
    animation-play-state: paused; /* Остановка анимации при наведении */
}

@keyframes scroll-rev-letter {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.letter-view {
    position: fixed; /* Фиксированное положение окна */
    top: 50%; /* Центрируем окно по вертикали */
    left: 50%; /* Центрируем окно по горизонтали */
    transform: translate(-50%, -50%); /* Сдвигаем окно в центр */
    background-color: white; /* Белый фон */
    border-radius: 10px; /* Закругленные углы */
    padding: 20px; /* Внутренние отступы */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); /* Тень для эффекта глубины */
    z-index: 1000; /* Убедитесь, что окно выше остальных элементов */
    display: none; /* Скрыто по умолчанию */
    max-width: 80%; /* Максимальная ширина 80% от ширины экрана */
    max-height: 80%; /* Максимальная высота 80% от высоты экрана */
    overflow: auto; /* Полоса прокрутки, если содержимое превышает размеры окна */
}

.letter-view img { /* Если вы хотите показывать изображения в окне */
    max-width: 100%; /* Максимальная ширина изображения 100% */
    height: auto; /* Автоматическая высота для сохранения пропорций */
}

.close-letter-view {
    position: absolute; /* Абсолютное положение для кнопки закрытия */
    top: 10px; /* Расстояние от верхнего края */
    right: 15px; /* Расстояние от правого края */
    font-size: 20px; /* Размер шрифта для кнопки закрытия */
    color: black; /* Цвет текста */
    cursor: pointer; /* Указатель при наведении */
}


/* End */
/* /local/templates/.default/components/bitrix/news.list/review-main-custom1/style.css?17507445672678 */
/* /bitrix/templates/inner2/components/bitrix/news.list/review-list-mobile/style.css?17495522352985 */
/* /bitrix/templates/inner2/components/bitrix/news.list/videoreview/style.css?17416872061033 */
/* /local/templates/.default/components/bitrix/news.list/letter-main/style.css?17388224002860 */
