

/* 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.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.list/clients_carousel/style.css?1764252701466 */
