

/* Start:/local/templates/ai_new/components/bitrix/news/news_services/bitrix/news.detail/.default/style.css?1775586639155*/
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;
}

/* End */


/* Start:/local/components/refreshcomponents/bannertop/templates/.default/style.css?17758374022071*/
/********************************* big_banner ***********************************/
.bannertop {position: relative;overflow: hidden;}
.bannertop .backgraund_image {position: absolute;top: 0px;left: 0px;bottom: 0px;right: 0px;background-position-y: bottom !important;}
.bannertop .content {width: 50%;position: relative;z-index: 2;padding: 70px 0px 70px 0px;}
.bannertop .active_image {position: absolute;bottom: 20px;right: 20px;top: 20px;width:45%;display: flex;justify-content: center;align-items: center;}
.bannertop .active_image img {max-width: 100%;max-height: 100%;}
.bannertop h1 {font-weight: 200;font-size: 68px;text-transform: uppercase;padding-bottom: 30px;line-height: 78px;color: #ffffff;margin-bottom: 0px;}
.bannertop .description {color: #ffffff;font-size: 36px;line-height: 40px;font-weight: 200;}
.bannertop .content_btn2{display: flex;gap: 20px;padding-top: 40px;}
.bannertop.lite .content{padding: 0px;width: 100%;}
.bannertop.lite {padding: 20px;}
.bannertop.lite h1{padding-bottom: 20px;}
.bannertop .cat-tabs{display: flex;gap: 10px;flex-wrap: wrap;}
.bannertop .cat-tab{display: block;    color: #ffffff;height: 40px;font-size: 14px;line-height: 38px;padding: 0px 20px;    border: solid #282828 1px;
    background: #00000066;
border-radius: 9px;cursor: pointer;text-decoration: none;font-weight: 400;}
.bannertop .cat-tab.active{
    color: #000000;
    background: var(--my-base-color);
}

@media (max-width: 991px) {
	.bannertop{padding: 25px 15px 10px 15px;display: flex;flex-direction: column-reverse;}
    .bannertop h1 {font-size: 44px;line-height: 48px;text-align: center;}
	.bannertop .content {padding: 60px 0px 20px 0px;width:100%;}
	.bannertop .bx-breadcrumb{display:none;}
	.bannertop .description {color: #fff;font-size: 24px;line-height: 28px;text-align: center;}
	.bannertop .active_image {position: unset;width: 100%;}
	.bannertop .content_btn2 {align-items: center;gap: 10px;justify-content: center;}
	.bannertop .cat-tabs {justify-content: center;}
	.bannertop .cat-tab {height: 34px;line-height: 32px;padding: 0px 11px;}
}





/* End */


/* Start:/local/components/refreshcomponents/perfects/templates/.default/style.css?1775508792324*/
.perfects{}
.perfects .content_area{}
.perfects .title{font-size: 40px;font-weight: 900;color: var(--my-base-color2);}
.perfects .description{max-width: 200px;}


@media (max-width: 991px) {
	.perfects {text-align: center;}
	.perfects .description {font-size: 14px;line-height: 18px;}
	.perfects .title {font-size: 32px;}
}

/* End */


/* Start:/local/components/refreshcomponents/block_focus/templates/.default/style.css?17758931333483*/
.block_focus {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 0px;
}

.block_focus_container {
    position: relative;
}

.block_focus .vertical-line {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    height: 0px;
    width: 3px;
    background: var(--my-base-color2);
    opacity: 0;
    transition: opacity 0.5s ease;
    transition: height 0.5s ease;
}

.block_focus .vertical-line.active {
    opacity: 1;
}

.block_focus .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.block_focus .item.active {
    opacity: 1;
    transform: translateY(0);
}

.block_focus .item:hover {
    /* transform: translateX(-5px); */
}

.block_focus .circle-container {
    position: relative;
    margin-right: 25px;
    flex-shrink: 0;
    z-index: 2;
}

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

.block_focus .circle {
    background: var(--my-base-color2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    position: relative;
        border: 3px solid var(--my-base-color2);
    opacity: 0;
    transform: scale(0.1) rotate(0deg);
}

.block_focus .circle.active {
    animation: rotateCircle 0.5s ease-out forwards;
}

.block_focus .content {
    flex: 1;
    padding: 15px 0;
}

.block_focus .title {
    font-size: 22px;
    font-weight: bold;
    /* ИЗМЕНЕНИЕ: текст (заголовок) — белый */
    color: #ffffff;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.block_focus .description {
    font-size: 16px;
color: #ffffff;
    line-height: 1.5;
}

.block_focus .block_title {
    padding-bottom: 50px;
}

/* Анимации */
@keyframes rotateCircle {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.9;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drawBorder {
    0% {
        border-color: transparent;
    }
    25% {
        border-top-color: var(--my-base-color);
    }
    50% {
        border-top-color: var(--my-base-color);
        border-right-color: var(--my-base-color);
    }
    75% {
        border-top-color: var(--my-base-color);
        border-right-color: var(--my-base-color);
        border-bottom-color: var(--my-base-color);
    }
    100% {
        border-top-color: var(--my-base-color);
        border-right-color: var(--my-base-color);
        border-bottom-color: var(--my-base-color);
        border-left-color: var(--my-base-color);
    }
}

/* Адаптивность */
@media (max-width: 600px) {
    .block_focus {
    }

    .block_focus .item {
        margin-bottom: 30px;
    }

    .block_focus .vertical-line {
        left: 29px;
    }

    .block_focus .content {
        text-align: left;
        padding-left: 20px;
    }

    .block_focus .item {
        text-align: center;
    }

    .block_focus .circle-container {
        margin-right: 0;
    }

    .block_focus .title {
        font-size: 16px;
    }

    .block_focus .description {
        font-size: 15px;
        line-height: 1.4;
    }

    .block_focus .block_title {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 24px;
    }
}
/* End */


/* Start:/local/components/refreshcomponents/cases_items/templates/.default/style.css?17758359354339*/
.cases_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);
}

.cases_items .content_area {
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--bs-body-color);
}

.cases_items .title {
    color: var(--my-base-color) !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    min-height: auto;
    text-align: left;
}

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

.cases_items .description {
    color: var(--my-base-text) !important;
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    padding: 10px 0px;
}

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

.cases_items .img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 110px;
}

.cases_items .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 9px;
}

.cases_items .a_services {
    display: block;
}

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

.cases_items .box-services {
    height: 100%;
}

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

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

.cases_items .section {
}

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

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

.cases_items .sections a:hover {
    color: #ffffff !important;
}

.cases_items .indicator-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cases_items .indicator-item {
}

.cases_items .indicator-value {
    padding-bottom: 5px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: var(--my-base-color) !important;
    text-transform: uppercase;
    line-height: 20px;
}

.cases_items .indicator-value * {
    color: var(--my-base-color) !important;
}

.cases_items .indicator-desc {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: var(--my-base-text) !important;
}

.cases_items .indicator-desc * {
    color: var(--my-base-text) !important;
}

.cases_item_full .img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
}

.cases_item_full .img:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: linear-gradient(to right, #00000094, #00000094, #00000000);
}

.cases_item_full .title {
    position: relative;
    z-index: 2;
    padding-top: 0px;
    min-height: auto;
    font-size: 24px;
    max-width: 500px;
    line-height: 28px;
    color: #ffffff !important;
}

.cases_item_full .title a {
    color: #ffffff !important;
}

.cases_item_full .title * {
    color: #ffffff !important;
}

.cases_item_full .text {
    position: relative;
    z-index: 2;
    color: #ffffff !important;
    max-width: 500px;
    font-weight: 600;
}

.cases_item_full .text * {
    color: #ffffff !important;
}

.cases_item_full .indicator-items {
    position: relative;
    z-index: 2;
}

.cases_item_full .indicator-value {
    color: #ffffff !important;
}

.cases_item_full .indicator-value * {
    color: #ffffff !important;
}

.cases_item_full .indicator-desc {
    color: #ffffff !important;
}

.cases_item_full .indicator-desc * {
    color: #ffffff !important;
}

.cases_item_full .content_area {
    padding: 30px 30px;
}

/* Дополнительные правила для всех возможных текстовых элементов */
.cases_items p,
.cases_items span,
.cases_items div:not(.sections):not(.indicator-value) {
    color: var(--my-base-text);
}

.cases_items h1,
.cases_items h2,
.cases_items h3,
.cases_items h4,
.cases_items h5,
.cases_items h6,
.cases_items .heading,
.cases_items .headline {
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .blog_items {
    }
}
/* End */


/* Start:/local/components/refreshcomponents/block3/templates/.default/style.css?17758935951147*/
.block3 {position: relative;}
.block3 .block_title{padding-bottom: 30px;}
.block3 .name{font-size: 24px;line-height: 28px;color: #fff;font-weight: 600;}
.block3 .description{font-size: 24px;line-height: 32px;font-weight: 200;}
.block3 .height_100{height:100%;}
.block3 .items{display: flex;gap: 20px;flex-wrap: wrap;}
.block3 .item{color: #ffffff;padding: 20px;border-radius: 20px;width: calc(33% - 10px);font-size: 16px;font-weight: 400;}
.block3 .blok_text{display: flex;flex-direction: column;gap: 20px;}
.block3 .container-relative{position: relative;}
.block3 .image{height:100%;display: block;}
.block3 .image_sticky{position: sticky;top: 15px;}
.block3 .image img{     width: 100%;margin: 0 auto;height: 450px;border-radius: 20px;object-fit: cover;display: block;vertical-align: inherit;} 
.block3 .item_text{}
.block3 .box-radius-shadow {background: #fff;}
.block3 h2{font-size: inherit;font-weight: inherit;display: inline;}
.block3 .item.standart{    }


@media (max-width: 991px) {
	.block3 .name {font-size: 18px;line-height: 24px;}
	.block3 .blok_text {gap: 10px;}
	.block3 .items {padding-left: 0px;}
	.block3 .item {width: 100%;}
}

/* End */


/* Start:/local/components/refreshcomponents/block4/templates/.default/style.css?17758335771046*/
.big_image_text {position: relative;overflow: hidden;}
.big_image_text .image {position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;overflow: hidden;}
.big_image_text .image img {object-fit: contain;opacity: 1;position: absolute;width: 45%;right: 10px;bottom: 20px;top: 20px;height: calc(100% - 40px);}
.big_image_text .title {font-size: 48px;color: #ffffff;padding-bottom: 40px;line-height: 54px;}
.big_image_text .description {padding-top: 30px;color: #ffffff;max-width: 500px;}
.big_image_text .content_area {position: relative;z-index: 1;    padding: 40px;max-width: 600px;}
.big_image_text .btn {min-width: 150px;}

.big_image_text h3 {
    font-size: inherit;
    font-weight: inherit;
    display: inline;
}

@media (max-width: 991px) {
    .big_image_text .content_area {padding: 30px;}
    .big_image_text .title {font-size: 30px;line-height: 40px;padding-bottom: 21px;}
	.big_image_text {padding-bottom: 300px !important;}
	.big_image_text .image img {left: 10px;right: 10px;width: 100%;bottom: 10px;height: 270px;top: auto;}
}

/* End */


/* Start:/local/components/refreshcomponents/block1v2/templates/.default/style.css?17758337071251*/
.block1v2 {
    overflow: hidden;
}

.block1v2 .item_content {
    height: 100%;
    padding: 45px 45px 45px 220px;
    position: relative;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block1v2 .img {
    width: 120px;
    position: absolute;
    left: 50px;
    top: 50px;
}

.block1v2 .img img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
}

.block1v2 .name {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}

.block1v2 .value {
    color: var(--my-base-text);
}

.block1v2 .block_title {
    padding-bottom: 10px;
}

.block1v2 .description {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    padding-top: 20px;
    color: var(--my-base-text);
}

.block1v2 h3 {
    font-size: inherit;
    font-weight: inherit;
    display: inline;
    line-height: inherit;
}

@media (max-width: 991px) {
    .block1v2 {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .block1v2 .img {
        position: initial;
        padding-bottom: 20px;
        width: 100%;
    }

    .block1v2 .item_content {
        padding: 20px;
        text-align: center;
    }
}
/* End */


/* Start:/local/components/refreshcomponents/block5/templates/.default/style.css?1775836184990*/
.block5 {
    overflow: hidden;
}

.block5 .item_content {
    height: 100%;
    position: relative;
    text-align: left;
    padding: 20px;
}

.block5 .img {
    width: 100%;
}

.block5 .img img {
    width: 140px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}

.block5 .name {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 10px;
    color: #ffffff;
    padding-top: 80px;
}

.block5 .value {
    color: var(--my-base-text);
}

.block5 .num {
    position: absolute;
    top: -16px;
    left: 43px;
    height: 80px;
    width: 80px;
    color: #ffffff;
    background: var(--my-base-color);
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 32px;
}

.block5 .block_title {
    padding-bottom: 10px;
}

.block5 .description {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
color: #ffffff;
}

@media (max-width: 991px) {
}
/* End */


/* Start:/local/components/refreshcomponents/prices/templates/.default/style.css?17759320981656*/
.prices{}
.prices .title{font-size: 24px;font-weight: 500;line-height: 28px;color: #ffffff;padding-bottom: 10px;}
.prices h2 {font-size: inherit;font-weight: inherit;display: inline;}
.prices .description{padding-bottom: 12px;color: #ffffff;font-size: 14px;}
.prices .content_area{padding-top: 40px;border-top: solid #dde0e7 1px;margin-top: 40px;}
.prices .content_area:first-child{border-top: 0px;margin-top: 0px;}
.prices .include{max-width: 800px;width: calc(100% - 330px);}
.prices .include_item{position: relative;padding-left: 22px;font-size: 14px;line-height: 24px;    color: #c1c1c1;padding-right: 25px;}
.prices .include_item:before{content: "";background: url(/upload/my/icon-yes.png);width: 9px;display: block;height: 9px;position: absolute;left: 4px;background-size: contain;background-position: center;background-repeat: no-repeat;top: 8px;opacity: 0.6;filter: grayscale(0.5);}
.prices .include_item:after{content: "";width: 17px;display: block;height: 17px;position: absolute;left: 0px;border: solid #8f9ba5 1px;top: 4px;border-radius: 20px;}
.prices .price{position: relative;font-size: 24px;font-weight: 500;line-height: 46px;color: var(--my-base-color2);width: 200px;}
.prices .btn_block{width: 130px;text-align: center;}
.prices .content_area_items{}
.prices .content_area_info{display: flex;justify-content: space-between;}

@media (max-width: 991px) {
.prices .content_area_info {flex-direction: column;gap: 10px;position: relative;}
.prices .btn_block {position: absolute;right: 0px;bottom: 0px;width: auto;}
.prices .content_area {padding-top: 25px;border-top: solid #00417430 1px;margin-top: 25px;}
.prices .include {width: 100%;}
}

/* End */


/* Start:/local/components/refreshcomponents/block5v2/templates/.default/style.css?1775836294877*/
.block5v2{overflow:hidden;}
.block5v2 h3{font-size: inherit;font-weight: inherit;display: inline;}
.block5v2 .item_content{height: 100%;position: relative;    text-align: center;       padding: 20px;}
.block5v2 .img{width: 100%;}
.block5v2 .img img{width: 140px;height: 100px;border-radius: 10px;object-fit: cover;}
.block5v2 .name{text-align: left;font-size: 24px;font-weight: 600;line-height: 28px;padding-bottom: 15px;color: #ffffff;}
.block5v2 .value{text-align: left;}
.block5v2 .num{position: absolute;top: -30px;left: calc(50% - 30px);height: 60px;width: 60px;color: #fff;background: var(--my-base-color);border-radius: 30px;display: flex;justify-content: center;align-items: center;font-weight: 700;font-size: 32px;}
.block5v2 .block_title{padding-bottom: 10px;}
.block5v2 .description{text-align: left;font-size: 20px;line-height: 24px;}
@media (max-width: 991px) {

}
/* End */


/* Start:/local/components/refreshcomponents/cases/templates/.default/style.css?17756482161269*/
.portfolio2 {
}

.portfolio2_item {
    height: 400px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: solid var(--my-base-dark) 2px;
    transition: 0.3s;
}

.portfolio2_item a {
    display: block;
    height: 100%;
    width: 100%;
}

.portfolio2_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.portfolio2_title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    background: linear-gradient(to top, #0000008c, #00000054, #00000000);
    color: #ffffff !important;
    font-size: 18px;
    min-height: 100px;
    display: flex;
    align-items: end;
}

.portfolio2_item:hover img {
    width: 110%;
    height: 110%;
    margin-top: -5%;
    margin-left: -5%;
    transition: 0.3s;
}

.portfolio2_all_btn {
    padding-top: 30px;
}

.portfolio2_all_btn a {
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    background-color: var(--my-base-color);
    color: #ffffff;
    border-radius: 20px;
    display: block;
    width: max-content;
    margin: 0 auto;
    padding: 0px 80px;
}

.portfolio2_all_btn a:hover {
    background-color: var(--my-base-dark);
    color: var(--my-base-text);
}

@media (max-width: 991px) {
}
/* 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/news_services/bitrix/news.detail/.default/style.css?1775586639155 */
/* /local/components/refreshcomponents/bannertop/templates/.default/style.css?17758374022071 */
/* /local/components/refreshcomponents/perfects/templates/.default/style.css?1775508792324 */
/* /local/components/refreshcomponents/block_focus/templates/.default/style.css?17758931333483 */
/* /local/components/refreshcomponents/cases_items/templates/.default/style.css?17758359354339 */
/* /local/components/refreshcomponents/block3/templates/.default/style.css?17758935951147 */
/* /local/components/refreshcomponents/block4/templates/.default/style.css?17758335771046 */
/* /local/components/refreshcomponents/block1v2/templates/.default/style.css?17758337071251 */
/* /local/components/refreshcomponents/block5/templates/.default/style.css?1775836184990 */
/* /local/components/refreshcomponents/prices/templates/.default/style.css?17759320981656 */
/* /local/components/refreshcomponents/block5v2/templates/.default/style.css?1775836294877 */
/* /local/components/refreshcomponents/cases/templates/.default/style.css?17756482161269 */
/* /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 */
