

/* Start:/local/templates/ai_new/components/bitrix/news/cases2/bitrix/news.detail/.default/style.css?17757468442235*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.image_main{max-width:100%;}
.main_block{}
.main_block h1{text-transform: uppercase;font-weight: 700;font-size: 48px;line-height: 50px;color: var(--my-base-color);}
.detail_info{text-transform: uppercase;color: #fff;font-size: 18px;}
.detail_info span{font-weight: bold;display: block;}
.detail_info_items{display:flex;flex-direction: column;gap:20px;}

.screens{}
.screen{}
.screen img{max-width:100%;}
.block_title{text-align: left !important;max-width: 100% !important;text-transform: uppercase;}

@media (max-width: 991px) {
.main_block h1 {font-size: 32px;line-height: 38px;}
.image_main {padding-top: 30px;}
.main_block h1 {text-align: center;}
.detail_info_items {text-align: center;}
.block_title{text-align: center !important;}
}





.grey_block{background: #000;padding:100px 0px;}








.cases_detail_item{}
.cases_detail_items .block_title{padding-bottom: 50px;}
.indicators-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: start;
    height: 100%;
}

.indicator-item {
		transition:0.3s;
}

.indicator-item:hover {
    transform: translateX(5px);
    border-color: #3a56d4;
}

.indicator-value {
    font-size: 40px;
    font-weight: 700;
    color: var(--my-base-color);
    line-height: 1.2;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.indicator-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    max-width: 90%;
}

/* Адаптивность */
@media (max-width: 768px) {
    .indicator-value {
        font-size: 28px;
    }
    
    .indicator-desc {
        font-size: 15px;
    }
    
    .indicators-grid {
        gap: 25px;
    }
}

@media (max-width: 576px) {
    .indicator-item {
        padding-left: 15px;
    }
    
    .indicator-value {
        font-size: 24px;
    }
}







.cases_detail_features{}
.cases_detail_features .block_title{padding-bottom:60px;}
.features-value{color: var(--my-base-color);font-size: 24px;font-weight: 600;line-height: 1.1;text-align: left;text-transform: uppercase;}
.features-desc{color: #fff;font-size: 22px;}
/* End */


/* Start:/local/components/refreshcomponents/technologies/templates/.default/style.css?1775834054720*/
.technologies{}
.technologies .content_area_items{padding-top: 30px;display: flex;gap: 40px;width: 100%;flex-wrap: wrap;}
.technologies .content_area{display: block;padding: 20px;width: calc(33% - 31px);}

.technologies .title{padding: 25px 0px 10px 0px;font-weight: 500;text-transform: uppercase;    color: #ffffff;}
.technologies .description{}
.technologies .img{width: 100%;height: 50px;display: flex;justify-content: start;align-items: start;}
.technologies .img img{max-width: 100%;max-height: 50px;object-fit: contain;}



@media (max-width: 991px) {
	.technologies .content_area_items {flex-direction: column;}
	.technologies .content_area {width: 100%;}
	.technologies .content_area_items {padding-top: 0px;}
}

/* End */


/* Start:/local/components/refreshcomponents/add_services/templates/.default/style.css?17758341791381*/
.add_services {
}

.add_services .content_area {
    position: relative;
    padding-bottom: 0px;
    text-align: left;
    padding-left: 140px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.add_services .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
}

.add_services .description {
    color: var(--my-base-text);
    line-height: 20px;
    font-size: 16px;
}

.add_services .img {
    display: flex;
    justify-content: center;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0px;
}

.add_services .img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.add_services .a_services {
    height: 100%;
    display: block;
}

.add_services .box-services {
    height: 100%;
    border: none;
    transition: 0.3s;
    padding: 20px;
}

.add_services .box-services:hover {
    box-shadow: 0px 0px 10px #0000001c;
    transition: 0.3s;
}

@media (max-width: 991px) {
    .add_services .img {
        width: 90px;
        height: 90px;
    }

    .add_services .content_area {
        padding-left: 100px;
        gap: 10px;
    }

    .add_services .title {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
    }

    .add_services .description {
        line-height: 18px;
        font-size: 14px;
    }
}
/* End */


/* Start:/local/components/refreshcomponents/blog_items/templates/.default/style.css?17758347462483*/
.blog_items {
    --bs-body-color: var(--my-base-text);
    --bs-heading-color: #ffffff;
    --bs-secondary-color: var(--my-base-text);
    --bs-link-color: var(--my-base-color);
}

.blog_items .content_area {
    position: relative;
    padding-bottom: 0px;
    text-align: center;
    color: var(--bs-body-color);
}

.blog_items .title {
color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    min-height: 100px;
    text-align: left;
    padding: 20px 0px;
}

.blog_items .title a,
.blog_items .title span,
.blog_items .title * {
    color: #ffffff !important;
}

.blog_items .description {
    color: #ffffff;
    text-align: left;
    padding: 10px 0px;
}

.blog_items .description * {
    color: var(--my-base-text) !important;
}

.blog_items .img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 220px;
    background-color: var(--my-base-dark);
    border-radius: 10px;
    overflow: hidden;
}

.blog_items .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog_items .a_services {
    display: block;
}

.blog_items .a_img {
    display: block;
    height: 100%;
    width: 100%;
}

.blog_items .box-services {
    height: 100%;
	    padding: 20px;
}

.blog_items .date {
    color: var(--my-base-text) !important;
    font-size: 14px;
    text-align: left;
}

.blog_items .date * {
    color: var(--my-base-text) !important;
}

.blog_items .section {
}

.blog_items .sections {
    display: flex;
    gap: 13px;
}

.blog_items .sections a {
    color: var(--my-base-color) !important;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.blog_items .sections a:hover {
    color: #ffffff;
}



.blog_items h1,
.blog_items h2,
.blog_items h3,
.blog_items h4,
.blog_items h5,
.blog_items h6,
.blog_items .heading,
.blog_items .headline {
    /* Все заголовки — белые */
    color: #ffffff !important;
}

.blog_items .title a,
.blog_items h1 a,
.blog_items h2 a,
.blog_items h3 a {
    color: #ffffff !important;
    text-decoration: none;
}

.blog_items .title a:hover,
.blog_items h1 a:hover,
.blog_items h2 a:hover,
.blog_items h3 a:hover {
    color: var(--my-base-color) !important;
}

@media (max-width: 991px) {
    .blog_items {
    }
    
    .blog_items .title {
        font-size: 20px;
        line-height: 24px;
        min-height: auto;
    }
    
    .blog_items .description {
        font-size: 14px;
        line-height: 18px;
    }
}
/* End */
/* /local/templates/ai_new/components/bitrix/news/cases2/bitrix/news.detail/.default/style.css?17757468442235 */
/* /local/components/refreshcomponents/technologies/templates/.default/style.css?1775834054720 */
/* /local/components/refreshcomponents/add_services/templates/.default/style.css?17758341791381 */
/* /local/components/refreshcomponents/blog_items/templates/.default/style.css?17758347462483 */
