

/* Start:/local/templates/aspro-priority/components/bitrix/news.detail/services_custom/style.css?175735150811085*/
h3 {
    margin: 0;
}
.hero {
    background-color: #F8F9FF;
    border-radius: 6px;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    gap: 64px;
}

.hero-text {
    flex: 1;
    padding: 32px;
}

.hero-text h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 24px;
    line-height: 1.36;
}

.hero-text p {
    font-size: 15px;
    color: #777777;
    margin-bottom: 32px;
    line-height: 1.4;
}

.hero-buttons {
    display: flex;
    gap: 24px;
}

.hero-images {
    flex: 1;
    max-height: 326px;
}

.hero-image {
width: 100%;
height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.features-grid {
    gap: 48px;
    display:flex;
    align-items: baseline;
}

.feature-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top:64px;
}

.feature-icon {
    display: flex;
    align-items: center;
    gap: 16px;
}

.feature-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.feature-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
    width: 200px;
    margin: 0;
}

.feature-item p {
    font-size: 15px;
    color: #777777;
    line-height: 1.4;
}
.section-header {
    margin-bottom: 73px;
}

.section-header h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 24px;
    line-height: 1.36;
}

.section-header p {
    font-size: 15px;
    color: #777777;
    line-height: 1.4;
    max-width: 1000px;
}

.choose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.choose-item {
    display: flex;
    gap: 12px;
    height: 152px;
}

.choose-image {
    width: 152px;
    height: 152px;
    background-color: #BFD8F6;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

.choose-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.choose-content {

    background-color: #F8F9FF;
    border: 1px solid #EFF1F5;
    border-radius: 6px;
    padding: 24px;
}

.choose-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
    margin: 0;
}

.choose-content p {
    font-size: 15px;
    color: #777777;
    line-height: 1.4;
    margin: 16px 0 !important;
}
.process-steps {
    display: grid;
    gap: 56px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 128px;
}

.process-step {
    display: flex;
    align-items: center;
    gap: 24px;
}

.step-number {
    width: 104px;
    height: 104px;
    background-color: #FFFFFF;
    border: 1px solid #BFD8F6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    font-weight: 400;
    color: #2B7DE0;
    line-height: 1.4;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

.step-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 16px;
    line-height: 1.4;
}

.step-content p {
    font-size: 15px;
    color: #777777;
    line-height: 1.4;
}

/* Design Styles Section */

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-all {
    color: #2B7DE0;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.view-all:hover {
    color: #1e5bb3;
}
.design-styles {
    margin-bottom: 128px;
}
/* Styles Carousel */
.styles-carousel {
    position: relative;
    overflow: hidden;
}

.styles-carousel.no-arrows {
    padding: 0;
}

.carousel-container {
    position: relative;
    display: flex;
    align-items: center;
}

.styles-container {
    display: flex;
    gap: 24px;
    transition: transform 0.3s ease;
    width: 100%;
}

.style-item {
    flex: 0 0 calc(25% - 18px);
    min-width: 0;
}

.carousel-arrow {
    position: absolute;
    top: -189px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.carousel-arrow.prev {
    left: -26px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.carousel-arrow.next {
    right: -26px;
    background-color: #2B7DE0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.carousel-arrow:hover {
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
}

/* .carousel-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
} */

.carousel-arrow:disabled:hover {
    transform: translateY(-50%) scale(1);
}

.style-card {
    background-color: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.style-image {
    height: 200px;
    overflow: hidden;
}

.style-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.style-content {
    padding: 24px;
    background-color: #F8F9FF;
    border: 1px solid #EFF1F5;
}

.style-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.style-content p {
    font-size: 15px;
    color: #777777;
    margin-bottom: 20px;
    line-height: 1.4;
}

.style-link {
    color: #2B7DE0;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.style-link:hover {
    color: #1e5bb3;
}

/* Order Section */
.order {
    background-color: #F8F9FF;
    border: 1px solid #EFF1F5;
    border-radius: 6px;
}
.order-content {
    padding: 32px;
}
.order-text {
    margin-bottom: 32px;
}

.order-text h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 32px;
    line-height: 1.36;
}

.order-points {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.order-point {
    display: flex;
    gap: 12px;
    align-items: center;
}

.point-bullet {
    width: 8px;
    height: 8px;
    background-color: #2B7DE0;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 7px;
}

.order-point p {
    font-size: 15px;
    color: #777777;
    line-height: 1.4;
}

.order-actions {
    display: flex;
    gap: 48px;
    align-items: center;
}

.action-buttons {
    display: flex;
    gap: 24px;
}

.social-links {
    display: flex;
    gap: 16px;
}

.social-link {
    display: block;
    transition: transform 0.3s ease;
}

.social-link:hover {
    transform: scale(1.1);
}

/* Bottom Banner */
.bottom-banner {
    margin: 0;
    padding: 0;
}

.bottom-banner img {
    width: 100%;
    height: auto;
    display: block;
}
.carousel-navigation {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
}

/* Mobile arrows */
.carousel-arrow-mobile {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
}

.carousel-arrow-mobile.prev-mobile {
    background-color: #2B7DE0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.carousel-arrow-mobile.next-mobile {
    background-color: #2B7DE0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.carousel-arrow-mobile:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
/* Carousel indicators for mobile */
.carousel-indicators {
    display: none;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #BFD8F6 !important;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.carousel-indicator.active {
    background-color: #2B7DE0 !important;
}

.carousel-indicator:not(.active) {
    background-color: #EFF1F5;
}

/* Responsive Design */
@media (max-width: 760px) {

    .hero-content {
        gap: 10px;
        flex-direction: column;
    }
    .feature-icon {
        width: 100%;
        height: 40px;
        gap:16px;
    }

    .features-grid{
        display: block;
    }
    .section-header {
        margin-bottom: 24px;
    }
    .choose-grid {
        display: flex;
        flex-direction: column;
        gap:24px;
    }
    .choose-item {
        display: block;
        height: auto;
    }
    .choose-image {
        width: 100%;
        margin-bottom: 8px;
    }
    .choose-image img {
        width: 100% !important;
        height: 152px !important;
        object-fit: cover !important;
    }
    .process-steps {
        grid-template-columns: repeat(1, 1fr);
            gap: 24px;
    }
    .process-step {
        align-items: start;
    }
    .step-number {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
    .step-content p {
        margin-top: 8px;
    }
    .header-top {
        display: block;
    } 
/*карусель*/
 .styles-carousel {
        width: 100%;
        max-width: 343px;
        margin: 0 auto;
    }
    
    .style-item {
        flex: 0 0 100%;
        min-width: 0;
    }
    
    .styles-container {
        gap: 0;
    }
  .carousel-arrow:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none;
    }
    
    .carousel-arrow:disabled:hover {
        transform: none;
        opacity: 0.5;
    }
    .carousel-navigation {
        display: flex;
        justify-content: space-between;
    }
    
    /* Hide desktop arrows on mobile */
    .carousel-arrow {
        display: none !important;
    }
    
    .carousel-indicators {
        margin: 0;
    }
     .style-card {
        width: 100%;
        max-width: 343px;
    }
    
    .style-image {
        height: 215px;
    }
    
    .style-content {
        padding: 16px;
    }
    
    .style-content h3 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    
    .style-content p {
        font-size: 15px;
        margin-bottom: 16px;
    }
    
    .style-link {
        font-size: 15px;
        font-weight: 600;
    }
    .carousel-indicators {
        display: flex;
    }
    .order-point {
        align-items: start;
    }
    .order-point p {
        margin: 0 !important;
    }
    .order-actions {
        flex-direction: column;
    }
}


/* End */
/* /local/templates/aspro-priority/components/bitrix/news.detail/services_custom/style.css?175735150811085 */
