

/* Start:/local/templates/ai_new/components/bitrix/news.detail/main_page/style.css?1775586640155*/
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/main_banner/templates/.default/style.css?17758410422586*/
/********************************* main_banner ***********************************/
.bannertop { position: relative; overflow: visible; min-height: clamp(260px, 42vh, 520px); }
.bannertop.lite { min-height: 0; }
.bannertop .backgraund_image { position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; z-index: 0; background-position-y: bottom !important; }
.bannertop .content {     text-align: center;position: relative; z-index: 3;
	 padding: 300px 0px 150px 0px; }
.bannertop h1 {     letter-spacing: 7px;font-weight: 200; font-size: 68px; text-transform: uppercase; padding-bottom: 30px; line-height: 78px; color: #ffffff; margin-bottom: 0px; text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35); 
transition: 1s;
}
.bannertop .description { color: #ffffff; font-size: 36px; line-height: 40px; font-weight: 200; }
.bannertop.lite .content { padding: 0px; width: 100%; }
.bannertop.lite { padding: 20px; }
.bannertop.lite h1 { padding-bottom: 20px; }

/* Слово на canvas: точки по контуру (word-dots.js), как на промо-странице */
.main-banner-sticks {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: stretch;
	padding: 24px 12px;
	box-sizing: border-box;
}

.main-banner-sticks__inner {
	width: 100%;
	max-width: 100%;
	height: min(52vh, 420px);
	min-height: 200px;
}

.main-banner-canvas-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 180px;
}

/* Canvas на весь viewport: точки летают по экрану, фона у блока нет */
.main-banner-word-dots-root {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	z-index: 1;
	overflow: visible;
	background: transparent;
	pointer-events: none;
}

.main-banner-word-dots-root .word-dots-host {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.main-banner-word-dots-root .word-dots-canvas {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

@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 .description { color: #fff; font-size: 24px; line-height: 28px; text-align: center; }

	.main-banner-sticks {
		align-items: flex-start;
		padding: 16px 10px 0;
	}
	.main-banner-sticks__inner {
		height: min(36vh, 240px);
		min-height: 140px;
	}
}

/* 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/block8/templates/.default/style.css?1775832697893*/
.blok8{}
.blok8_title{text-align: left !important;line-height: 70px !important;text-transform: uppercase;font-size: 70px !important;}
.blok8_text{font-size: 32px;color: #fff;line-height: 46px;}
.blok8_item {padding-top:10px;}
.blok8_item a{position: relative;width: 100%;border-radius: 19px;color: #ffffff;font-weight: 500;display: flex;justify-content: space-between;align-items: center;padding: 15px 15px 15px 30px;font-size: 24px;transition:0.3s;}
.blok8_item a svg{content: "";height: 37px;width: 37px;}
.blok8_item a svg path {stroke: var(--my-base-color) !important;}
.blok8_item a:hover{background: linear-gradient(45deg, #60cff9, #b0a2f7);padding-right: 40px;transition: 0.3s;padding-left: 50px;}
@media (max-width: 991px) {
	.blok8_title {line-height: 46px !important;font-size: 40px !important;}
	.blok8_text {font-size: 22px;line-height: 28px;}
	.blok8_item a {font-size: 18px;}
}


/* End */


/* Start:/local/components/refreshcomponents/block9/templates/.default/style.css?17758328241763*/
.block9{

}
.block9-content{
    border-radius: 20px;
    overflow: hidden;
}
.block9 h2{
    color: #000000;
    font-size: 60px;
    font-weight: 500;
    line-height: 64px;
    text-align: left;
    padding-bottom: 40px;
}
.cards9-wrap{
    max-width: 100%;
    margin: 0 auto;
    padding: 24px 16px;
    overflow: clip;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 600px;
}

.cards9-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 1300px;
    width: 100%;
}
.card9{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transform: translateY(-18.9075px) rotate(-10deg);
}

.card9__link{
display: block;
    width: 100%;
    height: 500px;
}


.card9 .padding_top{
    height: 750px;
    padding-top: 250px;
}






.card9__img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000024;
    background-position-y: 0px;
    background-size: cover;
}

.card9:hover .card__img{

}

@media (max-width: 991px) {
	.cards9-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));

	}
	.card9:last-child{
			display:none;
	}
}
@media (max-width: 767px) {
	.card9__link{
		height: 400px;
		padding-top:0px;
	}
	.card9 .padding_top{
		height: 400px;
		padding-top:0px;
	}
}
@media (max-width: 576px) {
	.cards9-wrap {
		height: 400px;
	}
	.card9__link{
		height: 300px;
		padding-top:0px;
	}
	.card9 .padding_top{
		height: 300px;
	}
	.cards9-grid {
		width: 140%;
		margin-left: -20%;
		margin-right: -20%;
	}
	.block9 h2 {
		font-size: 34px;
		line-height: 38px;
		padding-bottom: 10px;
	}
	.block9 {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}
/* End */


/* Start:/local/components/refreshcomponents/block3/templates/.default/style.css?17758332701147*/
.block3 {position: relative;}
.block3 .block_title{padding-bottom: 30px;}
.block3 .name{font-size: 24px;line-height: 28px;color: #000;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/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/faq/templates/.default/style.css?1775834483687*/
.faq{}
.faq .content_area{cursor: pointer;position:relative;padding: 20px 57px 20px 24px;}
.faq .title{color: #ffffff;font-size: 18px;line-height: 24px;}
.faq .description{color: #ffffff;line-height: 23px;font-size: 14px;display: none;padding-top: 25px;}
.faq .content_area:after {content: "";position: absolute;top: 22px;right: 20px;height: 15px;width: 15px;transform: rotate(225deg);border-left: solid var(--my-base-color) 3px;border-top: solid var(--my-base-color) 3px;transition:0.3s;}
.faq .active .description{display:block;}
.faq .content_area.active:after {top: 27px;transform: rotate(44deg);}
.faq .block_title {text-align:center;}
@media (max-width: 991px) {
.add_services{}
}

/* 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.detail/main_page/style.css?1775586640155 */
/* /local/components/refreshcomponents/main_banner/templates/.default/style.css?17758410422586 */
/* /local/components/refreshcomponents/perfects/templates/.default/style.css?1775508792324 */
/* /local/components/refreshcomponents/block8/templates/.default/style.css?1775832697893 */
/* /local/components/refreshcomponents/block9/templates/.default/style.css?17758328241763 */
/* /local/components/refreshcomponents/block3/templates/.default/style.css?17758332701147 */
/* /local/components/refreshcomponents/block4/templates/.default/style.css?17758335771046 */
/* /local/components/refreshcomponents/block1v2/templates/.default/style.css?17758337071251 */
/* /local/components/refreshcomponents/technologies/templates/.default/style.css?1775834054720 */
/* /local/components/refreshcomponents/add_services/templates/.default/style.css?17758341791381 */
/* /local/components/refreshcomponents/faq/templates/.default/style.css?1775834483687 */
/* /local/components/refreshcomponents/blog_items/templates/.default/style.css?17758347462483 */
