

/* Start:/local/templates/ai_new/components/bitrix/news/products/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/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/block10/templates/.default/style.css?1775892817864*/
.block10-wrap{display: flex;flex-direction: column;gap: 100px;width: 100%;}
.block10-flex{display: flex;gap: 65px;}
.block10-flex > * {flex: 1;}
.block10-image{max-height: 350px;height: 100%;display: flex;align-items: center;justify-content: center;overflow: hidden;border-radius: 20px}
.block10-image img{width: 100%;height: 100%;object-fit: cover;border-radius: inherit;}
.block10-reverse{flex-direction: row-reverse;}
.block10 .block_title {padding-bottom: 30px;}

.block10 .block_text {display: flex;flex-direction: column;gap: 20px;justify-content: center;}
.block10 .name {font-size: 24px;line-height: 28px;color: #fff;font-weight: 600;}


@media (max-width: 991px) {
    .block10-wrap {gap: 60px; }
    .block10-flex {flex-direction: column; gap: 30px; }
    .block10-reverse {flex-direction: column;}
    .block10-image {max-height: 300px; width: 100%;}
}

/* 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/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/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/products/bitrix/news.detail/.default/style.css?1775586639155 */
/* /local/components/refreshcomponents/bannertop/templates/.default/style.css?17758374022071 */
/* /local/components/refreshcomponents/block_focus/templates/.default/style.css?17758931333483 */
/* /local/components/refreshcomponents/block10/templates/.default/style.css?1775892817864 */
/* /local/components/refreshcomponents/block1v2/templates/.default/style.css?17758337071251 */
/* /local/components/refreshcomponents/block5v2/templates/.default/style.css?1775836294877 */
/* /local/components/refreshcomponents/blog_items/templates/.default/style.css?17758347462483 */
