

/* Start:/bitrix/templates/podem/components/bitrix/news/projects/bitrix/news.detail/.default/style.css?17839572027464*/
.go-back-projects a{
    margin-bottom: 20px;
    display: flex;
    column-gap: 10px;
    align-items: center;
    text-decoration: none !important;
    color: #3f83c5;
}
.go-back-projects a:hover{
    opacity: 0.75;
}
.project-detail-title{
    font-size: 40px;
    margin-bottom: 30px;
}
.project-detail-container{
    margin-bottom: 70px;
}
.project-detail{
    display: flex;
}
.project-detail .project-detail-left{
    width: 50%;
    flex-shrink: 0;
    margin-right: 50px;
    user-select: none !important;
}
.project-gallery-container{
    position: relative;
}
.project-gallery-container .swiper-button-next{
    right: -5px !important;
    top: calc(50% - 70px);
}
.project-gallery-container .swiper-button-prev{
    left: -5px !important;
    top: calc(50% - 70px);
}
.project-gallery-container .swiper-button-next:after,
.project-gallery-container .swiper-button-prev:after{
    font-size: 28px !important;
}
.project-gallery-container .project-gallery-top{
    margin-bottom: 20px;
}
.project-gallery-container .project-gallery-top .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    height: auto;
}
.project-gallery-container .project-gallery-top .swiper-slide a{
    width: initial;
    display: block;
    margin: 0px auto;
    border: none;
    text-align: center;
    vertical-align: middle;
    outline: none;
    box-shadow: none;
    border: none;
}
.project-gallery-container .project-gallery-top .swiper-slide a img{
    max-width: 100%;
    max-height: 450px;
    display: block;
}
.project-gallery-container .project-gallery-top .project-gallery-video{
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-gallery-container .project-gallery-top .project-gallery-video video{
    max-width: 100%;
    max-height: 450px;
    display: block;
    background: #000;
}
.project-gallery-container .project-gallery-top .project-gallery-video-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    cursor: pointer;
    padding: 0;
    z-index: 2;
    transition: opacity 0.2s ease, background 0.2s ease;
}
.project-gallery-container .project-gallery-top .project-gallery-video-play:hover{ 
    background: rgba(0, 0, 0, 0.75);
}
.project-gallery-container .project-gallery-top .project-gallery-video-play:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
}
.project-gallery-container .project-gallery-top .project-gallery-video.is-playing .project-gallery-video-play{
    opacity: 0;
    pointer-events: none;
}
.project-gallery-container .project-gallery-thumbs:not(.swiper-initialized){
    display: none;
}
.project-gallery-container .project-gallery-thumbs{

}
.project-gallery-container .project-gallery-thumbs .swiper-slide{

}
.project-gallery-container .project-gallery-thumbs .swiper-slide img{
    height: 100px;
}

.project-gallery-container .project-gallery-thumbs .swiper-wrapper { 
    width: max-content;  /* 👈 ключевой момент */
}
.project-gallery-container .project-gallery-thumbs .swiper-slide {
    width: auto !important;
}
.project-gallery-container .project-gallery-thumbs .swiper-slide img {
    height: 100px;
    width: auto;
    object-fit: cover;
}
.project-gallery-container .project-gallery-thumbs .project-gallery-thumb-video{
    position: relative;
    height: 100px;
    display: inline-block;
    background: #000;
}
.project-gallery-container .project-gallery-thumbs .project-gallery-thumb-video img{
    height: 100px;
    width: auto;
    object-fit: cover;
    display: block;
}
.project-gallery-container .project-gallery-thumbs .project-gallery-thumb-video-placeholder{
    display: block;
    width: 160px;
    height: 100px;
    background: #1a1a1a;
}
.project-gallery-container .project-gallery-thumbs .project-gallery-thumb-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    pointer-events: none;
}
.project-gallery-container .project-gallery-thumbs .project-gallery-thumb-play:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #fff;
}

.project-detail .project-detail-right{
    width: 100%;
    font-size: 14px;
}
.project-detail-right .project-detail-one-row{
    margin-bottom: 20px;
}
.project-detail-right .project-detail-one-row span:first-child{
    font-weight: bold;
}
.project-detail-right .project-detail-one-row span:last-child{

}
.project-detail-right .project-detail-one-block{
    margin-bottom: 25px;
}
.project-detail-right .project-detail-one-block .project-detail-block-title{
    margin-bottom: 15px;
    font-weight: bold;
}
.project-detail-right .project-detail-one-block .project-detail-block-content{

}
.project-detail-right .project-detail-one-block .project-detail-block-content > *:last-child{
    margin-bottom: 0px !important;
}

.project-detail-block-content ul{
    font-size: 14px !important;
    margin-left: 30px !important;
    padding: 0px !important;
    margin-bottom: 10px !important;
    width: initial !important;
}
.project-detail-block-content ul li{
    margin-bottom: 0px;
}
.project-detail-block-content p{
    font-size: 14px !important;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
    padding: 0px !important;
}

.project-detail-content{
    margin-top: 50px;
}
.project-detail-content > *:last-child{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.project-detail-cert{
    margin-top: 30px;
}
.project-detail-cert a{
    display: flex;
    width: 100%;
    justify-content: center;
}
.project-detail-cert a img{
    width: 100%;
    max-width: 500px;
    border: 1px solid #ccc;
}

.project-line{
    width: 100%;
    height: 10px;
    background: #4153A6;
    margin: 50px 0px;
}


@media (max-width: 1100px){

}

@media (max-width: 1000px){

     .project-detail-title{
        font-size: 32px;
    }

}

@media (max-width: 900px){

    .project-detail{
        display: block;
    }

    .project-detail .project-detail-left{
        width: 75%;
        margin: 0px auto 40px auto;
    }

}

@media (max-width: 800px){

    .project-detail-title{
        font-size: 28px;
        margin-bottom: 20px;
    }

    .project-line{
        margin: 30px 0px;
    }


}

@media (max-width: 600px){

    .project-detail-title {
        font-size: 24px;
    }

    .project-detail .project-detail-left {
        width: 100%;
    }

    .project-detail-content{
        margin-top: 30px;
    }

    .project-detail-cert{
        margin-top: 20px;
    }

}
/* End */
/* /bitrix/templates/podem/components/bitrix/news/projects/bitrix/news.detail/.default/style.css?17839572027464 */
