

/* Start:/local/templates/.default/components/bitrix/news/proekty/bitrix/news.detail/.default/style.css?17794471017035*/
.project-detail-page {
    box-sizing: border-box;
    min-width: 320px;
    max-width: 1800px;
    margin: 0 auto;
}

.project-detail-page-mobile {
    display: none;
    box-sizing: border-box;
    min-width: 320px;
    max-width: 1800px;
    margin: 0 auto;
}


.project-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 40px;
    margin: 40px 0 40px 0;
}

.project-main-content {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 80px;
}

.project-left-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.project-right-column {
    position: relative;
}

.info-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
}

.time-section {
    margin-top: 24px;
    margin-bottom: 24px;
}

/* Слайдер */
.project-gallery {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.dw-slider {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
    border-radius: 12px;
}

.dw-slider .slideBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 10000%;
    height: 100%;
    transition: transform 0.5s ease;
    will-change: transform;
}

.dw-slider .slideBox li {
    position: relative;
    float: left;
    width: 1%;
    height: 100%;
    list-style: none;
}

.dw-slider .slideBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.dw-slider .pager {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    z-index: 10;
}

.dw-slider .pager li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.dw-slider .pager li.selected {
    background: #2ECC71;
}

.sliderBtnLeft,
.sliderBtnRight,
.sliderBtnLeft2,
.sliderBtnRight2 {
    position: absolute;
    bottom: 4px !important;
    transform: translateY(-50%);
    background: #ffffff80;
    color: white;
    border: none;
    width: 13px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
}

.sliderBtnLeft2:hover,
.sliderBtnRight2:hover,
.sliderBtnLeft:hover,
.sliderBtnRight:hover {
    background: #2ecc7133;
}

.sliderBtnLeft2,
.sliderBtnLeft {
    left: calc(50% + -85px);
    transform: translateY(-50%) translateX(-50%);
}

.sliderBtnRight2,
.sliderBtnRight {
    right: calc(50% + -85px);
    transform: translateY(-50%) translateX(50%);
}

.sliderBtnLeft2 svg,
.sliderBtnRight2 svg, 
.sliderBtnLeft svg,
.sliderBtnRight svg {
    width: 24px;
    height: 24px;
}

/* Описание проекта */
.project-preview {
    margin-top: 20px;
}

.preview-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0 0 16px 0;
}

.preview-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
}

.project-detail-text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #333;
}

/* Правая колонка стили */
.info-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.price-amount {
    font-size: 36px;
    font-weight: 700;
    color: rgb(46 204 113);
    margin: 0 0 4px 0;
}

.vat-info {
    font-size: 12px;
    color: rgb(142 142 158);
}

/* Особенности */
.feature-item {
    display: flex;
    align-items: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}

.feature-content {
    flex: 1;
}

.feature-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.feature-name {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.feature-value {
    font-size: 12px;
    font-weight: 500;
    color: #666;
}

.feature-description {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

/* Детали */
.details-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.detail-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.detail-content {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.detail-address {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.equipment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.equipment-item {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    padding-left: 16px;
    position: relative;
}

.equipment-item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2ECC71;
}

/* Кнопка заказа */
.order-section {
    margin-top: 24px;
    padding: 24px;
    text-align: center;
    background: transparent;
    border: none;
}

.order-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 16px 0;
}

.order-button {
    box-sizing: border-box !important;
    width: 100%;
    background: #000;
    color: white;
    border: none;
    padding: 16px;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: background 0.3s;
}

.order-button:hover {
    background: #333;
}

/* Адаптив */
@media (max-width: 1800px) {
    .project-detail-page {
        display: none;
    }

    .project-detail-page-mobile {
        display: block;
    }

    .project-main-content {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .project-title {
        order: 1;
        margin: 40px 0 24px 0;
        font-size: 28px;
    }

    .project-gallery {
        order: 2;
    }

    .project-detail-text {
        order: 3;
    }

    .info-card {
        order: 4;
        position: static;
    }

    .order-section {
        order: 5;
    }

    .dw-slider {
        height: 700px;
    }
}

@media (max-width: 1400px) {
    .dw-slider {
        height: 600px;
    }
}

@media (max-width: 1200px) {
    .dw-slider {
        height: 600px;
    }
}

@media (max-width: 768px) {

    .project-detail-page-mobile {
        padding: 0 16px;
    }

    .project-title {
        font-size: 24px;
        line-height: 32px;
        margin: 32px 0 20px 0;
    }

    .dw-slider {
        height: 500px;
    }

    .order-section {
        padding: 24px 0;
    }
}

@media (max-width: 480px) {

    .dw-slider {
        height: 400px;
    }

    .info-card {
        padding: 20px;
    }

    .order-button {
        padding: 14px;
        font-size: 16px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/proekty/bitrix/news.detail/.default/style.css?17794471017035 */
