

/* Start:/local/modules/services31.08.26/style.css?178826545313367*/
.circle {
    display: block;
    background: red;
    
}
.animation-container .circle:nth-child(2) {
    border: 2px dashed #d6d3f8;
    background: transparent;
    left: 0%;
    top: 15%;
    width: 15vw;
    height: 15vw;
    -webkit-animation: bg-rotation 22s cubic-bezier(0.445, 0.05, 0.55, 0.95) both infinite;
    animation: bg-rotation 22s cubic-bezier(0.445, 0.05, 0.55, 0.95) both infinite;
}

.bigtextbg{
    position: absolute;
    top: 130px;
    /* left: -6px; */
    transform: translateY(-52%);
    white-space: nowrap;
    background: linear-gradient(180deg, #347da8 0%, rgba(225, 237, 244, 0) 159.29%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background-clip: text; */
    text-fill-color: transparent;
    font-size: 130px;
}

.p100 {
	padding: 100px 0 ;
}


/* ================================================================
   Единые смысловые блоки для текстовых страниц.
   Цветовая схема: n3 и n6 — акценты, n4 — нейтральный фон,
   n5 — основной тёмный текст, n2 — только небольшие детали.
   ================================================================ */

.article-quote,
.article-note,
.article-related,
.info-block {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 40px 0;
    padding: 28px 42px;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    color: var(--n5);
    background: var(--n4);
    border: 1px solid var(--n6);
    border-left: 4px solid var(--n3);
    border-radius: 10px;
    box-shadow: none;
    font-family: inherit;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}

.article-note p,
.article-note ul,
.article-note ol,
.article-related p,
.article-related ul,
.article-quote p,
.info-block p {
    margin-top: 0;
    margin-bottom: 0;
}

.article-note p + p,
.article-note p + ul,
.article-note p + ol,
.article-related p + ul,
.article-quote p + p,
.info-block p + p {
    margin-top: 12px;
}

.article-note__title,
.article-related__title {
    display: block;
    margin: 0 0 10px;
    color: var(--n5);
    font-size: 1.05em;
    line-height: 1.35;
    font-weight: 700;
}

/* Обычное уведомление. */
.article-note--notice {
    border-left-color: var(--n6);
}

/* Блок «Это важно». */
.article-note--important {
    border-color: var(--n3);
    border-left-width: 5px;
}

/* Нейтральная полезная информация и старый .info-block. */
.article-note--info,
.info-block {
    border-left-color: var(--n3);
}

/* Если в старом .info-block есть иконка, делаем её небольшой деталью. */
.info-icon {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0 0 12px;
    box-sizing: border-box;
    color: var(--n4);
    background: var(--n2);
    border: 2px solid var(--n6);
    border-radius: 50%;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
}

.info-content {
    color: var(--n5);
    overflow-wrap: anywhere;
}

/* Цитата: сбрасываем общий декоративный blockquote с маской. */
.article-quote {
    border-left-color: var(--n6);
}

.article-quote > blockquote {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-mask-image: none;
    mask-image: none;
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    text-align: left;
}

.article-quote > blockquote::before,
.article-quote > blockquote::after {
    display: none;
    content: none;
    -webkit-mask-image: none;
    mask-image: none;
}

.article-quote > blockquote p,
.article-quote > blockquote p:first-of-type {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.article-quote__source {
    margin-top: 14px;
    color: var(--n5);
    font-size: 0.9em;
    line-height: 1.45;
    font-style: normal;
}

.article-quote__source::before {
    display: inline-block;
    width: 16px;
    height: 3px;
    margin-right: 8px;
    content: "";
    vertical-align: middle;
    background: var(--n2);
    border-radius: 3px;
}

.article-quote__source a {
    color: inherit;
    text-decoration-color: var(--n3);
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

/* Блок внутренних ссылок «Читайте также». */
.article-related {
    border-left-color: var(--n6);
}

.article-related__list {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-related__list li {
    position: relative;
    margin: 0;
    padding: 0 0 0 18px;
}

.article-related__list li::before {
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    background: var(--n2);
    border-radius: 50%;
    transform: translateY(-50%);
}

.article-related__list a {
    color: var(--n5);
    text-decoration-color: var(--n3);
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.article-related__list a:hover,
.article-related__list a:focus-visible,
.article-quote__source a:hover,
.article-quote__source a:focus-visible {
    color: var(--n3);
}

@media (max-width: 600px) {
    .article-quote,
    .article-note,
    .article-related,
    .info-block {
        margin: 28px 0;
        padding: 20px 20px 22px;
        border-radius: 8px;
        font-size: 16px;
        line-height: 1.55;
    }

    .article-note--important {
        border-left-width: 4px;
    }

    .info-icon {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
}
.service-detail--310826,
.service-detail--310826 * {
    box-sizing: border-box;
}

.service-detail--310826 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
    overflow: clip;
}

.service-detail--310826 article,
.service-detail--310826 .row,
.service-detail--310826 .dnoverflow {
    min-width: 0;
    max-width: 100%;
}

.service-detail--310826 .service-detail__header-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

/* Не даём верхнему margin заголовка схлопываться за пределы контейнера. */
.service-detail--310826 .service-detail__header-container {
    display: flow-root;
}

.service-detail--310826 .service-detail__title {
    width: 100%;
    max-width: 100%;
}

.service-detail--310826 .service-detail__header-content,
.service-detail--310826 .dnoverflow {
    min-width: 0;
}

.service-detail--310826 .dnoverflow {
    overflow: hidden;
}

.service-detail--310826 .service-detail__header-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.service-detail--310826 .content-visibility {
    content-visibility: auto;
    contain-intrinsic-size: auto 600px;
}

@media (min-width: 768px) {
    /* Высоту строки определяет текст слева, а изображение вписывается в неё. */
    .service-detail--310826 .service-detail__header-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: stretch;
    }

    .service-detail--310826 .service-detail__header-content,
    .service-detail--310826 .dnoverflow {
        width: auto;
        max-width: none;
    }

    .service-detail--310826 .dnoverflow {
        position: relative;
        align-self: stretch;
    }

    .service-detail--310826 .service-detail__header-image {
        position: absolute;
        inset: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: right center;
    }

}

@media (max-width: 767.98px) {
    .service-detail--310826,
    .service-detail--310826 article,
    .service-detail--310826 .service-detail__header-content,
    .service-detail--310826 .dnoverflow {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .service-detail--310826 .service-detail__header-content,
    .service-detail--310826 .dnoverflow {
        flex: 0 0 100%;
    }

    .service-detail--310826 .service-detail__header-image {
        width: auto;
        max-width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Слайдер примеров работ: полностью изолирован от старых .slider/.slide. */
.service-detail--310826 .service-examples {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 30px;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
}

.service-detail--310826 .service-examples__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.service-detail--310826 .service-examples__heading {
    min-width: 0;
    margin: 0;
    color: #000000;
}

.service-detail--310826 .service-examples__viewport {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 16px;
    touch-action: pan-y;
}

.service-detail--310826 .service-examples__track {
    display: flex;
    width: 100%;
    min-width: 0;
    will-change: transform;
}

.service-detail--310826 .service-examples__slide {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    background: transparent;
    border-radius: 16px;
}

.service-detail--310826 .service-examples__image-wrap {
    flex: 0 0 46%;
    min-width: 0;
    min-height: 340px;
    overflow: hidden;
}

.service-detail--310826 .service-examples__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
}

.service-detail--310826 .service-examples__content {
    display: flex;
    flex: 1 1 54%;
    flex-direction: column;
    min-width: 0;
    padding: 42px 48px;
    color: #000000;
}

.service-detail--310826 .service-examples__city {
    margin-bottom: 12px;
    color: var(--n6);
    font-size: 14px;
    line-height: 1.4;
}

.service-detail--310826 .service-examples__title {
    margin: 0 0 18px;
    color: #000000;
    font-size: clamp(22px, 2.3vw, 34px);
    line-height: 1.2;
}

.service-detail--310826 .service-examples__text {
    margin-bottom: 24px;
    color: #000000;
    overflow-wrap: anywhere;
    line-height: 1.6;
}

.service-detail--310826 .service-examples__more {
    align-self: flex-start;
    margin-top: auto;
    color: var(--n3);
    text-decoration: none;
}

.service-detail--310826 .service-examples__more:hover,
.service-detail--310826 .service-examples__more:focus-visible {
    text-decoration: underline;
}

.service-detail--310826 .service-examples__controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
}

.service-detail--310826 .service-examples__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    color: var(--n5);
    font: inherit;
    font-size: 22px;
    line-height: 1;
    background: var(--n4);
    border: 1px solid var(--n6);
    border-radius: 50%;
    cursor: pointer;
}

.service-detail--310826 .service-examples__arrow:hover,
.service-detail--310826 .service-examples__arrow:focus-visible {
    color: var(--n4);
    background: var(--n3);
    border-color: var(--n3);
}

@media (max-width: 767.98px) {
    .service-detail--310826 .service-examples {
        margin: 50px auto 30px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .service-detail--310826 .service-examples__header {
        margin-bottom: 36px;
    }

    .service-detail--310826 .service-examples__slide {
        flex-direction: column;
    }

    .service-detail--310826 .service-examples__image-wrap {
        flex-basis: auto;
        width: 100%;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .service-detail--310826 .service-examples__image {
        min-height: 0;
    }

    .service-detail--310826 .service-examples__content {
        flex-basis: auto;
        padding: 24px 22px 28px;
    }

    .service-detail--310826 .service-examples__controls {
        justify-content: flex-end;
    }
}

@media (max-width: 600px) {
    .service-detail--310826 .service-examples__header {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .service-detail--310826 .service-examples__controls {
        justify-self: end;
    }
}

@media (min-width: 768px) {
    /* На компьютере показываем изображение примера целиком, без обрезки краёв. */
    .service-detail--310826 .service-examples__image {
        object-fit: contain;
        object-position: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-detail--310826 .service-examples__track {
        scroll-behavior: auto;
    }
}

/* End */


/* Start:/bitrix/templates/120423/components/bitrix/news.list/blog-art/style.css?17741222301805*/
.articles-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	
}

.articles-scroll {
	display: flex;
	gap: 30px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding: 20px 0;
	scrollbar-width: thin;
	scrollbar-color: var(--n4) transparent;
}

.articles-scroll::-webkit-scrollbar {
	height: 8px;
}

.articles-scroll::-webkit-scrollbar-track {
	background: transparent;
}

.articles-scroll::-webkit-scrollbar-thumb {
	/* background: #ddd; */
	border-radius: 4px;
}

.articles-scroll::-webkit-scrollbar-thumb:hover {
	/* background: #ccc; */
}

.article {
	display: flex;
	flex-direction: column;
	flex: 0 0 350px;
	scroll-snap-align: start;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #ededed;
	/* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.15);
	transform: translate(0px, -2px);
	box-shadow: var(--box-x);
}

/* Шахматный порядок картинок по nth-child */
.article:nth-child(1) img { order: -1; }
.article:nth-child(2) img { order: 1; }
.article:nth-child(3) img { order: -1; }
.article:nth-child(1) p {display: none;}
.article-content {
	padding: 25px;
	flex: 1;
}

.article h3 {
	margin: 0 0 15px 0;
	color: #333;
	font-size: 22px;
	line-height: 1.3;
}

.article p {
	margin: 0 0 20px 0;
	color: #666;
	line-height: 1.6;
}

.article-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}


/* Мобильная версия */
@media (max-width: 768px) {
	.articles-scroll {
		padding: 15px 0;
	}

	.article {
		flex: 0 0 280px;
	}
}

/* Десктоп: шахматный порядок */
@media (min-width: 769px) {
	.articles-scroll {
		justify-content: space-between;
	}
}
/* End */
/* /local/modules/services31.08.26/style.css?178826545313367 */
/* /bitrix/templates/120423/components/bitrix/news.list/blog-art/style.css?17741222301805 */
