div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-date-time {
    color: #486DAA;
}

.cr-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.cr-top:last-child {
    margin-bottom: 0;
}
.cr-top-r-before {
    padding: 40px 50px;
    background: #FFF8D1;
    border-radius: 20px 20px 0px 0px;
}

.cr-top-r-after {
    background: #FFE876;
    padding: 40px 50px;
    border-radius: 0px 0px 20px 20px;
}
.cr-video {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cr-video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.cr-video img {
    object-fit: cover;
    width: 100%;
    min-height: 100%;
}

h1.cr-bottom-title {
    text-align: left;
    font-weight: 500;
    font-size: 34px;
    line-height: 45.9px;
    margin-bottom: 25px;
}

.cr-bottom-detail {
    font-weight: 400;
    font-size: 18px;
    line-height: 26.1px;
    padding-bottom: 60px;
}

.cr-top-fio {
    font-size: 24px;
    line-height: 32.4px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

@media (max-width: 768px) {
    .cr-top-fio {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.cr-top-date {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    letter-spacing:0;
    background: #ECEDEA;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    color: #757575;
}

@media (max-width: 768px) {
    .cr-top-date {
        height: 30px;
        font-size: 16px;
    }
}

.cr-list b {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 29.7px;
    letter-spacing: 0%;
    margin-bottom: 10px;
}

.cr-list ul {
    list-style: disc;
    padding-left: 23px;
}

.cr-list ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 26.1px;
}

.cr-bottom-form {
    margin-bottom: 50px;
    min-height: 197px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.cr-bottom-form-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 30.62px;
    color: #fff;
    margin-bottom: 20px;
}

.cr-bottom-form-link a {
    background: #F58A09;
    width: 350px;
    height: 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    border-radius: 10px;
    max-width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 22.97px;
    letter-spacing: 0%;
    color: #fff;
}

.cr-slider-wr {
    position: relative;
    overflow: hidden;
}

.bottom-pc-first-photos {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.bottom-pc-first-photos-item {
    height: 120px;
    overflow: hidden;
    width: calc(33% - 13px);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom-pc-first-photos-item img {
    object-fit: cover;
    max-width: 100%;
    min-height: 100%;
}

a.reviewItem-image {
    width: 100%;
}

.swiper-slide a.reviewItem-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 270px;
    overflow: hidden;
    border-radius: 20px;
}

.swiper-slide a.reviewItem-image img {
    width: 100%;
}

.reviews-arrows.swiper-navigation {
    width: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 20px;
    display: fjex;
    display: flex;
    justify-content: space-between;
}

.swiper-button-prev.reviews-arrow,
.swiper-button-next.reviews-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    background-size: 8px;
}

.cr-bottom-form-link a {
    border: 1px solid #f58a09;
}

.cr-bottom-form-link a:hover {
    border: 1px solid #81BC3D;
    color: #81BC3D;
    background: #fff;
}

.cr-video {
    height: 100%;
    background-color: #ffe876;
}
@media (max-width:992px){
    .cr-top-r-before {
        padding: 30px 24px;
    }
    .cr-top-r-after {
        padding: 30px 24px;
    }
}
@media (max-width: 768px) {
    .cr-video {
        height: 100%;
        min-height: 250px;
        background-color: #ffe876;
    }
    .cr-video img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

}

.video-cases-popup-content {
    justify-content: center;
}

.video-cases-popup-content iframe {
    position: relative;
    height: auto;
    width: 100%;
}