

/* Start:/bitrix/templates/aspro-allcorp/components/bitrix/news.detail/news/style.css?17502999864255*/
/* ========== SHARE ========== */
.share { margin: 30px 0; }

/* ========== ASK A QUESTION ========== */
.ask_a_question {
    background: linear-gradient(135deg, #e0eafc, #cfdef3);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    margin-bottom: 30px;
    transition: transform 0.3s;
}
.ask_a_question:hover { transform: scale(1.02); }
.ask_a_question .btn {
    background: #2980b9;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(41,128,185,0.4);
    transition: background 0.3s, box-shadow 0.3s;
}
.ask_a_question .btn:hover {
    background: #1c5985;
    box-shadow: 0 6px 20px rgba(28,89,133,0.6);
}

/* ========== PERIOD ========== */
.period .label {
    background: #538fb5;
    color: #fff;
    padding: 6px 12px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

/* ========== BANNER SCROLL ========== */
.banner-scroll-outer {
    width: 100%;
    max-width: 1700px;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto 20px auto;
    position: relative;
    background: #e3eff5;
    box-shadow: 0 8px 28px rgba(0,0,0,0.09);
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-scroll-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.banner-scroll-img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
    transition: transform 0.2s;
    will-change: transform;
}
@media (max-width: 991px) {
    .banner-scroll-outer { height: 110px; border-radius: 12px; }
}
@media (max-width: 600px) {
    .banner-scroll-outer { height: 70px; border-radius: 6px; }
}

/* ========== IMAGE (LEFT/RIGHT/REGULAR) ========== */
.image {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.image img {
    width: 100%;
    border-radius: 15px;
    transition: transform 0.5s;
}
.image-left img { float: left; margin-right: 24px; max-width: 100%; }
.image-right img { float: right; margin-left: 24px; max-width: 100%; }
@media (max-width: 991px) {
    .image-left img, .image-right img {
        float: none;
        margin: 0 auto 20px;
        display: block;
    }
}

/* ========== NEWS CONTAINER ========== */
.detail.news {
    background: #e3eff5b0;
    border: 1px solid #d7dee3;
    padding: 25px;
    border-radius: 15px;
    color: #444;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s;
}
.detail.news:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* ========== PROPERTIES ========== */
.properties {
    background: #fafafa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
.property {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.property i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #3498db;
    font-size: 18px;
}

/* ========== GALLERY ========== */
.galery .item {
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    transition: transform 0.3s;
}
.galery .item:hover { transform: scale(1.05); }
.galery .item img { width: 100%; transition: opacity 0.4s; }
.galery .item:hover img { opacity: 0.9; }

/* ========== VIDEO ========== */
.video .item { margin-bottom: 35px; }
.video_body {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    background: #000;
}
.video_body video {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%; border-radius: 12px;
}

/* ========== BACK BTN RIPPLE ========== */
.back-btn .ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    width: 15px; height: 15px;
    pointer-events: none;
    transform: scale(0);
    opacity: 1;
    transition: transform 0.6s, opacity 1s;
}
.back-btn:active .ripple {
    transform: scale(12);
    opacity: 0;
    transition: 0s;
}

/* End */
/* /bitrix/templates/aspro-allcorp/components/bitrix/news.detail/news/style.css?17502999864255 */
