

/* Start:/local/templates/jaluzi/components/bitrix/news.list/index_vid/style.css?17854863263616*/
/* Основные стили для слайдера */
#vid_slide.owl-carousel {
  position: relative; /* Необходимо для позиционирования элементов */
  width: 100%;
 /* height: 100vh;*/ /* Высота во весь экран */
  overflow: hidden; /* Скрываем все, что выходит за границы слайда */
}
.sl_vid_block{
    position: relative;
}
#vid_slide.owl-carousel .item {
    position: relative;
 /*   height: 100vh; *//* Высота слайда во весь экран */
    display: flex; /* Чтобы видео занимало все пространство */
    align-items: center; /* Выравнивание по вертикали */
    justify-content: center; /* Выравнивание по горизонтали */
}

/* Стили для видео */
#vid_slide.owl-carousel .item video {
    width: 100%;
        height: auto;
    object-fit: cover; /* Видео занимает всю площадь, обрезая края, если нужно */
    max-height:560px;
	max-height: calc(100vh - 205px);
}

/* Стили для контента слайда (заголовок, описание, кнопка) */

#vid_slide.owl-carousel .slide-content {
    position: absolute;
    bottom: 5%;
    left: 5%;
    display: flex;
    color: white;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    width: auto;
	max-width:100%;
    flex-direction: row;
    justify-content: space-between;
}

#vid_slide.owl-carousel .slide-content h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

#vid_slide.owl-carousel .slide-content p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

#vid_slide.owl-carousel .slide-content .button {
    display: inline-block;margin-left: 50px;
    padding: 10px 20px;
    background-color: #fff;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

#vid_slide.owl-carousel .slide-content .button:hover {
    background-color: #ddd;
}

/* Стили для навигационных стрелок */
.custom-nav {
position: absolute;
    bottom: 5%;
    right: 30px;
    z-index: 100;
}

.custom-nav button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.custom-nav button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Дополнительные стили для адаптивности (по желанию) */
@media (max-width: 768px) {
   #vid_slide .owl-carousel .slide-content {
        width: 80%;
        bottom: 2%;
        left: 2%;
    }

   #vid_slide .owl-carousel .slide-content h2 {
        font-size: 1.8em;
    }

    #vid_slide.owl-carousel .slide-content p {
        font-size: 1em;
    }
    .custom-nav{
        display:none;

    }
}



#vid_slide .h1_vid{
	line-height: 1;
    display: flex;
    justify-content: space-evenly;
}

#vid_slide.owl-carousel .slide-content h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn_vid{    margin-bottom: 10px;
    margin-top: 10px;}
	
@media (max-width: 768px) {	
	#vid_slide.owl-carousel .slide-content h2 {
    font-size: 1.2em;
    margin-bottom: 15px;
    margin-top: 15px;
}

#vid_slide.owl-carousel .slide-content .button {
    display: inline-block;
    margin-left: 30px;
padding: 5px 20px;}
#vid_slide.owl-carousel .slide-content {
    position: absolute;
    color: white;
padding: 10px;}
}
/* End */


/* Start:/local/templates/jaluzi/components/bitrix/news.detail/main_page/style.css?17878423826909*/
.products{
visibility:hidden;
}
.steps .grid .item .icon svg{
    max-height: 20px;
    width: 100%;
}
.steps .grid .item .icon.modal_link{
    cursor: pointer;
}
.steps .grid .item .icon.modal_link{
    border-color:#ffffff;
}
.steps .grid .item .icon.modal_link svg *{
    fill:#ffffff;
}
.steps .grid .item .title.modal_link{
    color:#ffffff;
    cursor: pointer;
}
.steps .grid .item .title.modal_link:hover{
    color:#ef1c25;
}


.presentation{
    padding:70px 0 80px;
}
.presentation .main_title{
    text-align: center;
    margin-bottom: 40px;
}
.presentation_items{
    display:flex;
    gap:30px;
    justify-content: space-between;
}
.presentation_item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
    width:calc(100% / 4);
}
.presentation_image{
    height:66px;
    display:flex;
    align-items: center;
}
.presentation_title_text{
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
}
.presentation_image img{
    max-width:100%;
    max-height:100%;
}
.presentation_title{
    font-size:16px;
    padding-top: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}
@media(max-width:768px){
    .presentation{
        padding:25px 0;
    }
    .presentation_items{
        gap:10px;
        flex-wrap: wrap;
    }
    .presentation_item{
        width: calc(100% / 2 - 20px);
        margin-bottom: 14px;
    }
    .presentation_title{
        padding-top: 0;
    }
}

@media(max-width:412px){
    .presentation_item {
        width: calc(100% / 2 - 10px);
    }
}

/* ============================================
   Блок ОТЗЫВЫ и СЕРТИФИКАТЫ
   ============================================ */

.reviews-certificates-block {
    padding: 50px 0;
    background: #f8f9fa;
}

/* Обертка для табов и стрелок */

.tabs-header-wrap {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    margin-bottom: 35px;
}

/* Табы - слева */
.tabs-header {
    display: flex;
    gap: 15px;
}

.tab {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(136, 136, 136, 1);
    cursor: pointer;
    transition: color 0.3s ease;
    background: transparent;
    padding: 0;
    border: none;
}

.tab.active {
    color: rgba(0, 0, 0, 1);
}

.tab:hover {
    color: rgba(0, 0, 0, 0.7);
}

/* Стрелки - справа */
.slider-nav {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    margin-left: 60px;
    flex-direction: row-reverse;
}

.slider-nav button {
    width: 57px;
    height: 8px;
    background: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}



.slider-nav button svg {
    width: 57px;
    height: 8px;
    fill: #333;
    transition: fill 0.3s ease;
}

.slider-nav button:hover svg {
    fill: #000;
}

.slider-nav .slider-prev svg {
    transform: rotate(180deg);
}

/* Панели */
.tab-panel {
    display: none;
    animation: fadeTab 0.4s ease;
}

.tab-panel.active {
    display: block;
}

@keyframes fadeTab {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Отзывы */
.review-item {
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin: 10px;
    border: 1px solid #eee;
}

.review-text {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
    font-style: italic;
}

.review-author {
    font-weight: 700;
    color: #333;
    font-size: 16px;
}

.review-date {
    color: #999;
    font-size: 13px;
    margin-top: 3px;
}

/* Сертификаты */
.certificate-name {
    text-align: center;
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.certificates-slider .item {
    text-align: center;
    padding: 5px;
}

.certificates-slider .item img {
    display: inline-block;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Адаптив */
@media (max-width: 768px) {
    .reviews-certificates-block {
        padding: 30px 0;
    }
    
    .tabs-header-wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    
    .tabs-header {
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .tab {
        padding: 8px 20px;
        font-size: 14px;
    }
    
    .slider-nav {
        justify-content: center;
    }
    
    
    
    .review-item {
        padding: 18px 20px;
    }
}



/* Слайдеры на всю ширину */
.sliders-fullwidth {
    width: 100%;
    overflow: hidden;
}

.sliders-fullwidth .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.sliders-fullwidth .owl-carousel .owl-stage {
    display: flex;
}

.sliders-fullwidth .owl-carousel .owl-item {
    padding: 0 10px;
}

/* Стрелки позиционируем относительно всего блока */
.reviews-certificates-block {
    position: relative;
    overflow: hidden;
}

.reviews-certificates-block .slider-nav {
    position: relative;
    z-index: 20;
    flex-shrink: 0;
}

/* Панели табов - на всю ширину */
.reviews-certificates-block .tab-panel {
    width: 100%;
}

/* Сертификаты - кликабельные */
.certificates-slider .item a {
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certificates-slider .item a:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.certificates-slider .item a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    pointer-events: none; /* Чтобы клик шел по ссылке, а не по картинке */
}

/* Fancybox кастомизация */
.fancybox-image {
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.fancybox-caption {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
}

/* Кнопка закрытия */
.fancybox-close-small {
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.fancybox-close-small:hover {
    background: rgba(0,0,0,0.8);
}
.tab-reviews_widget{
    width:560px;
    height:800px;
    overflow:hidden;
    position:relative;
    margin: 0 auto;
}

@media (max-width: 768px){
    .tab-reviews_widget{
        width:100%;
        height:600px;
    }
    .slider-nav {
        margin-left: 0;
    }
}
/* End */


/* Start:/local/templates/jaluzi/components/bitrix/news.list/partners/style.css?178548632731*/
.partners{
visibility:hidden;
}
/* End */
/* /local/templates/jaluzi/components/bitrix/news.list/index_vid/style.css?17854863263616 */
/* /local/templates/jaluzi/components/bitrix/news.detail/main_page/style.css?17878423826909 */
/* /local/templates/jaluzi/components/bitrix/news.list/partners/style.css?178548632731 */
