.reviews-detail-title{
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 0;
    width: 75%;
}
.reviews-detail-title p{
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	text-align: right;
    margin-bottom: 0;
}
.reviews-page .page-title{
    margin-bottom: 30px;
}
.reviews-detail-title .text_t{
    color: #8C0014;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}
.reviews-detail-title .reviews-detail-slider__count{
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	margin-left: 32px;
	color: #000;
}
.reviews-detail-title i{
	background-position: 50%;
    background-size: 21.5px auto;
    flex-shrink: 0;
    height: 22px;
    width: 22px;
    margin-right: 2px;
}
body .reviews-detail-slider__head{
	margin-bottom: 22px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E0E2E4;
}
.reviews-detail__title-with-rating{
	display: flex;
    width: 100%;
}

.reviews-page .review-detail{
    background: transparent;
    border: 0;
    width: 100%;
    display: flex;
    gap: 24px;
    padding: 0;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e0e2e4;
    border-radius: 0;
}
.reviews-page .review-detail .rew_left{
    background: #f7f7f9;
    border: 1px solid #e0e2e4;
    padding: 24px;
    border-radius: 4px;
    width: 35%;
}
.reviews-page .review-detail .rew_right{
    background: #f7f7f9;
    border: 1px solid #e0e2e4;
    padding: 24px;
    border-radius: 4px;
    width: 65%;
}
.reviews-page .wrap_image_top{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.reviews-page .wrap_image_top .review-detail__date{
	margin-left: 0;
}
.reviews-page .wrap_image_top .review-detail__rating{
	margin-bottom: 0;
}
.reviews-page .wrap_item{
	margin-top: 24px;
}
.reviews-page .title_left{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color:#8C0014;
	margin-bottom: 0;
}

.reviews-page .wrap_item a{
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 8%;
}
.reviews-page .wrap_item a:hover{
	text-decoration:none;
}
.reviews-page .video_box{
    position: relative;
}
.reviews-page .video_box:after{
    content: '';
    display: block;
    position: absolute;
    background: url(/images/solar_play.svg) no-repeat;
    background-position: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #00000035;
}
.reviews-page .title_left img{
    position: relative;
    top: 3px;
    left: 7px;
}
.reviews-page .pagination{
    flex-direction: column;
    margin-bottom: 100px;
}
.reviews-page .pagination .pagination__pages{
    order: 2;
}
.reviews-page .pagination .pagination__btn{
    order: 1;
}
.reviews-page .selectBox{
    display: flex;
    align-items: flex-end;
    border: 0;
    width: 28%;
    gap: 5px;
    justify-content: flex-end;
}
.reviews-page .selectBox p{
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    margin: 0;
}
.reviews-page .selectBox select{
    border: 0;
    background-color: transparent;
    color: #8C0014;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}
.review-detail__pic video::-webkit-media-controls { /* Для Chrome/Safari */
    display: none !important;
}
.review-detail__pic video::-webkit-media-controls-panel { /* Для Chrome/Safari */
    display: none !important;
}
.review-detail__pic video::-moz-controls-panel { /* Для Firefox */
    display: none !important;
}
.review-detail__date.desc{
    display: block;
}
.review-detail__date.mob{
    display: none;
}

.custom-select {
  /* Базовые стили */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  width: 200px;
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  background-color: white;
  font-size: 16px;
  color: #334155;
  cursor: pointer;
  
  /* Кастомная стрелка */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}

/* Фокус и ховер */
.custom-select:hover {
  border-color: #94a3b8;
}

.custom-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Стилизация опций */
.custom-select option {
  padding: 12px;
  font-size: 16px;
}

/* Для IE */
.custom-select::-ms-expand {
  display: none;
}
body .choices .choices__inner{
    color: #8C0014;
    padding: 0;
    border: 0;
    padding-right: 10px;
    min-height: 24px;
    padding-bottom: 0!important;
    font-size: 16px;
}

body .choices__list--single{
    padding-bottom: 1px;
}
body .choices[data-type*=select-one]::after{
    margin-top: -2px;
    background: url('/images/select_top.svg') no-repeat;
    background-position: 50%;
    border: 0;
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(180deg);
}
body .choices[data-type*=select-one].is-open::after{
    margin-top: -2px;
    transform: rotate(0deg);
}
.reviews-page .choices{
    position: relative;
}
.reviews-page .choices__list--dropdown .choices__item, .reviews-page .choices__list[aria-expanded] .choices__item{
    padding: 12px 18px;
    font-size: 16px;
}
.reviews-page .choices__list--dropdown .choices__item--selectable.is-highlighted, .reviews-page .choices__list[aria-expanded] .choices__item--selectable.is-highlighted{
    background-color: #8C0014;
    color: #fff;
}
.reviews-page .choices__list--dropdown, .choices__list[aria-expanded]{
    right: 0;
    min-width: 240px;
}
@media (max-width: 920px) {
    .reviews-page .wrap_image_top {
        align-items: flex-start;
        justify-content: space-between;
    }
    .review-detail__date.desc{
        display: none;
    }
    .review-detail__date.mob{
        display: block;
    }
    .reviews-detail__title-with-rating{
        flex-direction: column;
    }
    .reviews-page .selectBox{
        justify-content: space-between;
        width: 100%;
    }
    .reviews-page .selectBox select{
        font-size: 13px;
    }
    .reviews-page .review-detail{
        flex-direction: column;
        padding: 0 14px 22px;
        gap: 8px;
    }
    .reviews-page .review-detail .rew_left{
        width: 100%;
        padding: 18px;
    }
    .reviews-page .review-detail .rew_right{
        width: 100%;
        padding: 18px;
    }
    .reviews-page .articles-grid__pagination {
        margin-top: 22px;
    }
    body .reviews-detail-slider__head{
        padding-bottom: 0;
        border-bottom: 0;  
        margin-bottom: 32px;
    }
    body .reviews-detail-title .reviews-detail-slider__count{
        display: block;
        margin-left: auto;
    }
    .reviews-detail-title{
        border-bottom: 1px solid #E0E2E4;
        padding-bottom: 10px;
        width: 100%;
    }
    .reviews-page .page-title {
        margin-bottom: 4px;
    }
    body .review-detail__pic {
        height: 76px;
        width: 76px;
    }
    body .review-detail__pic video{
        height: 76px;
        width: 76px;
    }
    .reviews-page .choices__list--dropdown .choices__item, .reviews-page .choices__list[aria-expanded] .choices__item{
        font-size: 14px;
    }
    body .choices .choices__inner{
        font-size: 14px;
    }
}