

/* Start:/local/templates/main/components/bitrix/catalog.element/service/style.css?17661497318454*/
.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: 390px;
}

.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/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/css/formRequest.css?17669972235407*/
.order-request{
    padding: 100px;
    min-height: 664px;
    background: var(--darkColor) url("/local/templates/main/css/../assets/images/form/icon.svg") no-repeat;
    background-position: center left;
    position: relative;
}
.order-request__content{
    display: flex;
    column-gap: 75px;
    justify-content: space-between;
}
.request__info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.request__title-block{
    width: 534px;
}
.request__form{
    width: 586px;
}
.form__input-group{
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.form__input-line-group{
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 20px;
}
.form__input-line-group-item{
    flex: 1;
    position: relative;
}
.form__label{
    font-weight: 500;
    font-size: 16px;
    display: block;
    position: absolute;
    color: var(--activeColor);
    top: calc(50% - 16px);
    left: 18px;
    transition: .3s;
}
.form__input{
    width: 100%;
    display: block;
    border: 1px solid var(--activeColor);
    border-radius: 4px;
    padding: 30px 18px 14px 18px;
    height: 64px;
    max-height: 64px;
    background: transparent;
    color: white;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
}
.form__input.invalid {
    border: 1px solid var(--dangerColor);
}
.form__input.invalid + .form__label {
    font-size: 12px;
    top: 14px;
    color: var(--dangerColor);
}
.has_label::placeholder{
    color: transparent;
}
.has_label:focus+label, .has_label:active+label, .has_label:not(:placeholder-shown)+label{
    font-size: 12px;
    top: 14px;
}

.form__input-group.question__container {
    min-height: 148px;
}

.form__input .textarea {
    box-sizing: border-box;
    overflow: auto;
    background: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    color: inherit;
}

label[for="question"] {
    top: 16px;
}

.form__input .textarea::-webkit-scrollbar {
    margin: 2px;
    width: 4px;
    background-color: transparent;
}

.form__input .form__input.textarea::-webkit-scrollbar-thumb {
    background-color: var(--activeColor);
    border-radius: 4px;
}

.form__input .textarea::-webkit-scrollbar-track { background: transparent; }

.form__input .textarea::-webkit-scrollbar-button {
    display: none;
}

.form__button{
    margin-bottom: 20px;
}
.form__policy{
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.form__link{
    color: var(--activeColor);
    text-decoration: none;
}

.order-request__content.success {
    justify-content: center;
}

.success-message {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.success-message .title-block__description {
    max-width: 294px;
}

@media(max-width: 1490px) {
        .order-request {
        padding: 100px 0;
    }

    .request__form {
        width: 100%;
    }
}

@media(max-width: 1270px) {
        .order-request {
        padding: 72px 0;
    }

    .request__title-block {
        max-width: 311px;
        width: 100%;
    }

    .title-block__description {
        font-size: 14px;
    }

    .request__form {
        max-width: 369px;
        width: 100%;
    }

    .form__input-line-group {
        flex-direction: column;
        gap: 20px;
    }
}

@media(max-width: 999px) {
    .order-request{
        padding: 41px 0 50px;
        background-position: center;
        background-size: 285px;
    }
    .order-request .title-block__title{
        font-size: 24px;
        max-width: 342px;
    }
    .order-request__content{
        flex-direction: column;
    }
    .request__form, .request__title-block{
        width: auto;
        max-width: 100%;
    }
    .form__input-group:not(:last-child){
        margin-bottom: 20px;
    }
    .form__input {
        padding: 22px 11px 22px 18px;
    }
    .form__label {
        top: calc(50% - 10px);
    }
    .form__input:focus+label, .form__input:active+label, .form__input:not(:placeholder-shown)+label {
        top: 5px;
    }
    .form__input-line-group{
        flex-direction: column;
        gap: 20px;
    }
    .title-block__description{
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 40px;
    }

    .success-message {
        transform: translate(-50%, -50%);
        left: 50%;
    }
}

@media(max-width: 600px) {
    .order-request{
        padding-top: 28px;
        background-size: 219px;
    }
    .order-request .title-block__title{
        font-size: 20px;
    }
    .order-request__content{
        flex-direction: column;
    }
    .request__form, .request__title-block{
        width: auto;
        max-width: 100%;
    }
    .form__input-group{
        margin-bottom: 14px;
    }
    .form__input-line-group{
        flex-direction: column;
        gap: 14px;
    }
    .title-block__description{
        font-weight: 500;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .request__info .title-block__title{
        font-weight: 900;
        font-size: 20px;
        line-height: 100%;
        max-width: 279px;
        margin-bottom: 18px;
    }
}
/* 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 */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?176425264951*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/main/components/bitrix/catalog.element/service/style.css?17661497318454 */
/* /local/templates/main/components/bitrix/news.list/why_swiper/style.css?1764252701150 */
/* /local/templates/main/css/formRequest.css?17669972235407 */
/* /local/templates/main/components/bitrix/news.list/clients_carousel/style.css?1764252701466 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?176425264951 */
