

/* Start:/local/templates/main/components/bitrix/catalog.element/service/style.css?17642527018454*/
.page-article__article h2 {
    font-size: 32px;
    margin-bottom: 50px;
}

.page-article__article h3 {
    font-size: 20px;
    margin-bottom: 40px;
}

.page-article__article h4 {
    padding-bottom: 20px;
    font-size: 16px;
}

.page-article__article blockquote > h2 {
    padding-top: 50px;
}

.page-article__article p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 50px;

    &:has(+ ol),
    &:has(+ ul) {
        margin-bottom: 20px;
    }

    & + ol,
    & + ul {
        margin-bottom: 50px;
        padding-bottom: 0;
    }
}

.page-article__article p:last-child {
    margin-bottom: 0;
}

.page-article__article blockquote {
	font-weight: 500;
    font-size: 20px;
    padding: 40px 136px 40px 40px;
    margin: 25px 0;
    position: relative;

	&::before {
		content: '';
		position: absolute;
		left: 40px;
		top: 0;
		background: #139dd633;
		width: calc(100% - 40px);
		height: 1px;
	}

	&::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		background: rgba(19, 157, 214, 0.2);
		width: 100%;
		height: 1px;
	}

	& p {
		font-weight: 500;
		font-size: 20px;
		position: relative;

		&:first-child::before {
			content: '';
			position: absolute;
			left: -52px;
			top: -45px;
			background-image: url(/local/templates/main/components/bitrix/catalog.element/service/../../../../assets/images/services/quote.png);
			background-repeat: no-repeat;
			background-size: auto;
			width: 44px;
			height: 34px;
		}
	}

    & ul {
        font-size: 20px;
        font-weight: 500;
    }
}

.page-article__side h2 {
    font-size: 32px;
    margin-bottom: 40px;

    &.subservice__title {
        font-size: 26px;
    }
}

.page-article__side {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.subservice__small-button {
    height: 60px;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    text-decoration: none;
}

.page-article__side .expert {
    margin-bottom: 20px;
    height: 370px;
}

.subservice {
    min-height: 460px;
    width: 100%;
    display: block;
    background: var(--lightColor);
    padding: 40px;
    margin-bottom: 20px;
    border-radius: 4px;
    text-decoration: none;
}

.subservice:hover {
    box-shadow: rgba(11, 41, 95, 0.2) 0px 50px 150px 0px;
}

.subservice__arrow {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    color: var(--activeColor);
    border-radius: 50px;
}


.page-article__box {
    display: grid;
    grid-template-columns: 1fr 464px;
    padding-bottom: 90px;
}

.article-block {
    padding: 50px 0;
    border-top: 1px solid rgba(19, 157, 214, 0.2);
}

.page-article__article {
    padding-right: 74px;
}

table {
    background: var(--lightColor);
    border-collapse: collapse;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 40px;

    &:last-child {
        margin-bottom: 0;
    }

    & tr:first-child td {
        padding-top: 40px;
    }

    & td {
        padding-bottom: 30px;
        vertical-align: baseline;
    }

    & td:first-child {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.43;
        padding-left: 40px;
    }

    & td:last-child {
        font-weight: 500;
        font-size: 16px;
        padding-right: 40px;
    }

    & th {
        font-weight: 900;
        font-size: 16px;
        line-height: 1.25;
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        text-align: left;
    }

    & th:not(:first-child) {
        padding-right: 40px;
    }

    & a {
        color: var(--activeColor);
        text-decoration: none;
    }
}

/* .article-table-info td:first-child {
    opacity: 0.5;
    width: 270px;
}

.article-table td:last-child {
    font-weight: 500;
    font-size: 16px;
    padding-right: 40px;
}

.article-table-data-1 th {
    font-weight: 900;
    font-size: 16px;
    line-height: 1.25;
    padding-top: 40px;
}

.article-table-data-2 th {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.42857;
    opacity: 0.5;
    padding-top: 40px;
    text-align: right;
}

.article-table th:first-child {
    padding-left: 40px;
    text-align: left;
}

.article-table th:not(:first-child) {
    padding-right: 40px;
}

.article-table-data-1 th:not(:first-child) {
    text-align: right;
}

.article-table-data-1 tr:first-child td, .article-table-data-2 tr:first-child td {
    padding-top: 30px;
}

.article-table-data-1 td:last-child {
    text-align: right;
}

.article-table-data-2 td:not(:first-child) {
    text-align: right;
    padding-right: 40px;
}

.article-table a {
    color: var(--activeColor);
    text-decoration: none;
} */

.article-block p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 40px;
}

.article-block p:last-child {
    margin-bottom: 0;
}

.article-block strong {
    font-weight: 900;
    font-size: 16px;
}

.article-block h3 span {
    font-weight: 500;
    font-size: 14px;
}

.article-block__list {
    padding: 0 40px;
}

.article-block__list {
    margin-bottom: 40px;
}

.article-block__list:last-child {
    margin-bottom: 0;
}

@media(max-width: 1199px) {
    .page-article__box {
        grid-template-columns: 1fr 264px;
    }

    .page-article .license {
        height: 664px;
    }
}

@media(max-width: 999px) {
    .page-article__box {
        grid-template-columns: 1fr;
    }

    .page-article .license {
        display: none;
    }

    .page-article__article {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

@media(max-width: 600px) {
    .page-article__box {
        display: block;
    }
    .page-article__article h2 {
        font-size: 16px;
        margin: 20px 0;
    }

    .page-article__article h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .article-block p {
        font-size: 11px;
        margin-bottom: 20px;
    }

    .article-block__list {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .article-block strong {
        font-size: 11px;
        line-height: initial;
        display: block;
    }

    /* .article-block ul, .article-block ol {
        margin: 20px 0;
    }

    .article-block li {
        font-size: 11px;
        margin-bottom: 10px;
        padding-left: 21px;
    }

    .article-block ul li::before {
        font-size: 11px;
    }

    .article-block ol li::before {
        font-size: 11px;
        top: 0;
    } */

    .article-block {
        padding: 20px 0;
    }

    .article-table td:first-child, .article-table td:last-child {
        font-size: 11px;
    }

    .article-table td {
        padding-bottom: 20px;
    }

    .article-table-info td:first-child {
        width: 116px;
        padding-right: 10px;
    }

    .article-table tr:first-child td {
        padding-top: 20px;
    }

    .article-table td:first-child {
        padding-left: 20px;
    }

    .article-table td:last-child {
        padding-right: 20px;
    }

    .article-table th:first-child {
        padding-left: 20px;
    }

    .article-table th:not(:first-child) {
        padding-right: 20px;
    }

    .article-table-data-1 th {
        font-size: 11px;
        padding-top: 20px;
    }

    .article-table-data-1 td:first-child {
        max-width: 107px;
    }

    .article-table-data-2 th {
        font-size: 11px;
        padding-top: 20px;
    }

    .article-table-data-2 td:not(:first-child) {
        padding-right: 20px;
        font-size: 11px;
    }

    .article-table-data-2 td:first-child {
        max-width: 117px;
    }

    .article-table {
        margin-bottom: 20px;
    }

    .page-article__box {
        padding-bottom: 0;
    }
}

.page-article__article table {
	width: 100%;
	border: 2px solid #139DD620;
	margin-bottom: 20px;

	& thead {
		& th {
			font-weight: bold;
			text-align: left;
			border: none;
			padding: 10px 15px;
			background: #E7F5FB;
			border-left: 1px solid #139DD620;
			border-right: 1px solid #139DD620;
		}
	}

	& tbody td {
		text-align: left;
		border-left: 1px solid #139DD620;
		border-right: 1px solid #139DD620;
		padding: 10px 15px;
		vertical-align: top;
	}
}

.page-article__article table thead tr th:first-child, .page-article__article table tbody tr td:first-child {
	border-left: none;
}
.page-article__article table thead tr th:last-child, .page-article__article table tbody tr td:last-child {
	border-right: none;
}
.page-article__article table tbody tr:nth-child(odd){
	background: #E7F5FB;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.detail/addition_block_texts/style.css?17642527012935*/
.article-spoiler {
    background: #fff;
    border-radius: 4px;
    padding: 40px;
    margin: 50px 0;

    & h2 {
        margin-bottom: 23px;
    }

    & p {
        margin: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;

        & + ul,
        & + ol {
            margin-top: 20px;
        }
    }
}

.spoiler-trigger {
    font-weight: 500;
    font-size: 14px;
    color: var(--activeColor);
    border-bottom: 1px dashed var(--activeColor);
}

.article_block {
    padding: 50px 0 0;
    margin: 0;
    list-style-type: none;

	& + ul,
	& + ol {
		margin-top: 0px;
	}
}

.page-article__article a {
    text-decoration: none;
    color: var(--activeColor);
}

.article-block_no-border ul, .article-block_no-border ol {
    margin-top: 0;
}

.spoiler-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
}

.spoiler-content.shown {
    max-height: 10000px;
}

.article-spoiler p {
	margin-bottom: 50px;
}

.article-spoiler .article_block ul {
	padding: 0 0 30px 0;
    margin: 0;
    list-style-type: none;
    font-size: 14px;
    font-weight: 500;

	& li {
		position: relative;
		margin-bottom: 20px;
		padding-left: 36px;
		list-style: none;

		&::before {
			content: '—';
			position: absolute;
			left: 0;
			top: 0;
			font-weight: 500;
			font-size: 16px;
			line-height: 1;
		}

        & ul {
            margin-top: 10px;
            padding-bottom: 0;
        }

        & li {
            margin-bottom: 10px;
        }
	}
}

.article-spoiler .article_block ol {
	padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 14px;
    font-weight: 500;
    counter-reset: item;

	& li {
		position: relative;
		margin-bottom: 20px;
		padding-left: 36px;
		counter-increment: item;

		&::before {
			content: "0" counter(item);
			position: absolute;
			left: 0;
			top: 2px;
			font-weight: 500;
			font-size: 14px;
			text-align: right;
			color: rgba(11, 41, 95, 0.5);
		}
	}
}

.article-spoiler table {
	width: 100%;
	border: none;
	margin-bottom: 20px;

	& thead {
		& th {
			font-weight: bold;
			text-align: left;
			border: none;
			padding: 10px 15px;
			background: #E7F5FB;
			font-size: 12px;
			border-left: 1px solid #139DD620;
			border-right: 1px solid #139DD620;
		}
	}

	& tbody td {
		text-align: left;
		border-left: 1px solid #139DD620;
		border-right: 1px solid #139DD620;
		padding: 10px 15px;
		font-size: 10px;
		vertical-align: top;
	}
}

.article-spoiler table thead tr th:first-child, .article-spoiler table tbody tr td:first-child {
	border-left: none;
}
.article-spoiler table thead tr th:last-child, .article-spoiler table tbody tr td:last-child {
	border-right: none;
}
.article-spoiler table tbody tr:nth-child(odd){
	background: #E7F5FB;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/articles_swiper/style.css?17642527012886*/
/*news*/
.news__header-wrapper{
    padding-top: 108px;
    background: var(--darkColor);
}
.news__header{
    display: flex;
    justify-content: space-between;
}
.news__title-block{
    width: 687px;
}
.news__mews-list-wrapper{
    background: linear-gradient(180deg, var(--darkColor) 0%, rgba(11, 41, 95, 0) 100%);
    margin-top: -1px;
}
.news__buttons-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news__buttons{
    display: flex;
    justify-content: flex-end;
}
.news-button_prev{
    transform: rotate(180deg);
    margin-right: 16px;
}
.news__mews-list{
    display: flex;
    padding: 54px 0;
}
.news__news-card{
    margin-right: 24px;
}
.news__mews-list-wrapper .news-card{
    width: 464px;
    height: 460px;
    border-radius: 4px;
    padding: 40px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-card__tags{
    display: flex;
    flex-wrap: wrap;
}
.news-card__date{
    font-weight: 500;
    font-size: 14px;
    color: var(--darkColor);
    opacity: .5;
    line-height: 14px;
    margin-bottom: 35px;
}
.news-card__title{
    font-weight: 900;
    font-size: 20px;

    & a {
        text-decoration: none;
    }

    &:hover a {
        color: var(--activeColor);
    }
}
.news-card__tag{
    position: relative;
    font-weight: 500;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 7px;
    color: var(--activeColor);
    text-decoration: none;
}
.news-card__tag::after, .news__tag::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-image: repeating-linear-gradient(
            to right,
            blue,
            blue 4px,
            transparent 4px,
            transparent 8px
    );
}
.news__tags-arrows{
    display: flex;
    flex-direction: column;
}
.news__tags{
    max-width: 367px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    column-gap: 20px;
    row-gap: 14px;
}
.news__tag{
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: var(--activeColor);
    height: 22px;
}

@media(max-width: 1200px) {
    .news-page{
        grid-template-columns: repeat(2, 1fr);
    }
    .filters-wrapper{
        display: flex;
        justify-content: space-between;
        gap: 24px;
    }
}
@media(max-width: 900px) {
    .news-page{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }
    .filters-wrapper{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .filters-select{
        width: 100%;
        min-width: auto;
        margin-bottom: 20px;
    }
    .news-page .news-card{
        height: auto;
    }
    .news-page .news-card__title{
        margin-bottom: 40px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/why_swiper/style.css?1764252701150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/clients_carousel/style.css?1764252701466*/
/*brands*/
.brands{
    background: var(--darkColor);
    margin-top: -1px;
    padding-bottom: 20px;
    height: fit-content;
}

.brands .swiper-wrapper {
    align-items: center;
}

.brand.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 999px) {
    .brands{
        padding: 0 0 43px;
    }
}

@media (max-width: 600px) {
    .brands{
        padding: 0px 0 40px 0;
    }
}
/* End */
/* /local/templates/main/components/bitrix/catalog.element/service/style.css?17642527018454 */
/* /local/templates/main/components/bitrix/news.detail/addition_block_texts/style.css?17642527012935 */
/* /local/templates/main/components/bitrix/news.list/articles_swiper/style.css?17642527012886 */
/* /local/templates/main/components/bitrix/news.list/why_swiper/style.css?1764252701150 */
/* /local/templates/main/components/bitrix/news.list/clients_carousel/style.css?1764252701466 */
