

/* Start:/bitrix/templates/115fzpro/components/bitrix/menu/leftbase/style.css?16942570502799*/
.treeCatalog__list>ul>li ul ul {
    padding-left: 16px;
}
.treeCatalog__list>ul>li>a.active +ul {
    display: block;
}
.treeCatalog__list>ul>li>a +ul {
    display: none;
}
.treeCatalog__list>ul>li>a.active {
    background: linear-gradient(94.87deg, #0036F8 52.3%, #001C81 88.94%);
    color: white;
    font-weight: 700;
	position: relative;
}
.treeCatalog__list>ul>li>a.active:before {
    content: "";
    background-image: url(/bitrix/templates/115fzpro/images/white-nav.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 9px;
    position: absolute;
    right: 19px;
    margin: auto;
    bottom: 0px;
    top: 0px;
}
.treeCatalog__list>ul>li ul>li a.active {
	color: #000000;
	font-weight: 600;
}
.treeCatalog__list ul li, 
.treeCatalog__list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.treeCatalog__list li a {
    display: block;    
	margin-bottom: 16px;
}
.treeCatalog__list>ul>li>a {
    padding: 13px 16px;
    padding-right: 38px;
    background-color: #F8F8F8;
    border-radius: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    background-image: url(/bitrix/templates/115fzpro/images/right-nav.svg);
    background-repeat: no-repeat;
    background-position: center right 22px;
}
.treeCatalog__list>ul>li {
    margin-bottom: 16px;
}
.treeCatalog__list>ul>li ul>li a {
    padding: 0px 16px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
	font-size: 12px;
    line-height: 16px;
    color: #818181;
}

.treeCatalog-list__icon {
    display: none;
    background: linear-gradient(94.87deg, #0036F8 52.3%, #001C81 88.94%);
    border-radius: 0px 6px 6px 0px;
    width: 20px;
    height: 32px;
    transition: all ease 0.5s;
    margin-top: 14px;
    margin-left: -1px;
}

.treeCatalog-list__icon svg {
    transition: all ease 0.2s;
}

.treeCatalog-list__icon.active svg {
    transform: rotate(180deg);
}

@media (max-width: 767px) { 
    .treeCatalog__list {
        width: 278px;
        background: #FFFFFF;
        box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        padding: 8px;
        left: -278px;
        position: fixed;
        z-index: 9;
        transition: all ease 0.5s;
        height: 100vh;
        top: 0px;
        overflow: auto;
    }
    .treeCatalog__list.active {
        left: 0px;
    }
    .treeCatalog-list__icon.active {
        left: 278px;
    }
    .treeCatalog-list__icon {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        position: fixed;
        z-index: 2;
        left: 0px;
    }
}
/* End */


/* Start:/bitrix/templates/115fzpro/components/bitrix/news/services/style.css?17316631803636*/
.drag_block.n_0.order .order-block.not {
    border-top-width: 0;
    }

.item-views.list.staff-block.staff .item .image img {
    object-position: top;
}

.btn--more-small {
    cursor: pointer;
    display: block;
    color: #0036F8;
}

ul > span.More-detailed.btn--more {
    margin-bottom: 30px;
    display: inline-block;
}

section.review {
    margin-bottom: 60px;
}

.article__detailimage img {
    border-radius: 10px;
    background: linear-gradient(280deg, #A091F9 -31.47%, #DBE3FF 85.37%), #FFF;
    box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.15);
    display: block;
    margin-bottom: 32px;
    width: 100%;
}

.articleBanner__price:not(:last-child) {
    margin-right: 40px;
}

.articleBanner__price-number {
    color: #A20E8B;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}

.articleBanner__price-text {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
}

.article-footer__btn .hr {
    width: 100%;
    border-top: 1px solid #eee;
    margin-bottom: 44px;
    margin-top: 55px;
}

.article__header .article__shares-block svg {
    margin-right: 0px;
}

.article__header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.article__header .article__shares-block {
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 20px;
}

.article__header .caption {
    width: calc(100% - 44px);
}

.articleBanner {
    border-radius: 10px;
    background: linear-gradient(280deg, #A091F9 -31.47%, #DBE3FF 85.37%), #FFF;
    box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.15);
    padding: 36px 50px;
    margin-bottom: 33px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.articleBanner__title {
    color: #001C81;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 16px;    
	max-width: 570px;
}

.articleBanner__text {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 32px;    
	max-width: 570px;
}

.articleBanner__form {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 32px;
}

.articleBanner__form-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.articleBanner__form-btn > div {
    margin-right: 20px;
}

.articleBanner__form-text {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;    
	max-width: 100%;
    width: 270px;
}

.articleBanner__form_text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 32px;
}

@media (max-width: 1400px) {

	.detail.services2 section.review textarea {
		width: 100%;
	}

}

@media (max-width: 1250px) {
	.review-form__picture {
		display: none;
	}
	.detail.services2 .review-form__container {
		width: 100%;
	}
	.detail.services2 .review-form__container > div:last-child {
		width: calc(60% - 30px);
	}
	.detail.services2 .review-form__container > div:not(:last-child) {
		width: 40%;
	}
}

@media (max-width: 900px) {
	.detail.services2 .review-form__container > div:last-child {
		width: 100%;
	}
	.detail.services2 .review-form__container > div:not(:last-child) {
		width: 100%;
        margin-right: 0px;
	}
}

@media (max-width: 400px) {
	.article__shares-block .btn-small {
		min-width: 102px;
	}
}
/* End */


/* Start:/bitrix/templates/115fzpro/components/bitrix/news.detail/services/style.css?17389218486985*/

.toggle-icon {
    cursor: pointer;
}
.items-td > div > div:first-child {
    text-align: left;
}
.items-td > div > div:last-child {
    width: 30%;
    text-align: right;
    max-width: 200px;
}
.table-price tr:not(.tr-bold,:first-child) .items-td {
    padding-left: 20px;
}
.items-td {
    padding: 10px;
}
.items-td > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    padding: 10px 0px;
}
.toggle-tr {
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    float: right;
}
.toggle-tr.active svg {
    transform: rotate(180deg);
}
.toggle-tr svg {
    transition: all 0.2s ease;
}
.toggle-icon:hover svg path {
    stroke: #0036F8;
}
.old-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #646464;
    text-decoration: line-through;
    margin-right: 26px;
}
.table-price__val {
    font-size: 16px;
    font-weight: 700;
}
.table-price tr:not(:first-child) td:last-child {
    text-align: right;
}

.table-price tr.tr-bold h6 {
    font-weight: bold;
}
.table-price tr td {
    border: 1px solid #E1E1E1;
}
.table-price tr:first-child td,
.table-price tr.tr-bold td {
    font-weight: 700;
	background: #F8F8F8;
}
.table-price tr td {
	position: relative;
    vertical-align: middle;    
	padding: 10px;
	color: #000;
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%; 
}
.table-price tr:not(.tr-bold,:first-child) td:first-child {
    padding-left: 20px;
}
.table-price s {
    color: #646464;
    font-size: 13px;
    font-weight: 300;
	margin-top: 16px;
    display: block;
}
.table-price tr td .price-img {
    position: absolute;
    top: 0px;
    right: 0px;
}
.table-price tr td p.price-price {
    margin: 0px;
    text-align: right;
    display: block;
}
.table-price .old-price {
    display: block;
    margin-right: 0px;
}
.table-price tr td p.price-price {
    margin: 0px;
    text-align: right;
    display: block;
}

.btn--more-small {
    cursor: pointer;
    display: block;
    color: #0036F8;
}

ul > span.More-detailed.btn--more {
    margin-bottom: 30px;
    display: inline-block;
}

section.review {
    margin-bottom: 60px;
}

.article__detailimage img {
    border-radius: 10px;
    background: linear-gradient(280deg, #A091F9 -31.47%, #DBE3FF 85.37%), #FFF;
    box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.15);
    display: block;
    margin-bottom: 32px;
    width: 100%;
}

.articleBanner__price:not(:last-child) {
    margin-right: 40px;
}

.articleBanner__price-number {
    color: #A20E8B;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}

.articleBanner__price-text {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
}

.article-footer__btn .hr {
    width: 100%;
    border-top: 1px solid #eee;
    margin-bottom: 44px;
    margin-top: 55px;
}

.article__header .article__shares-block svg {
    margin-right: 0px;
}

.article__header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.article__header .article__shares-block {
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 20px;
}

.article__header .caption {
    width: calc(100% - 44px);
}

.articleBanner {
    border-radius: 10px;
    background: linear-gradient(280deg, #A091F9 -31.47%, #DBE3FF 85.37%), #FFF;
    box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.15);
    padding: 36px 50px;
    margin-bottom: 33px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.articleBanner__title {
    color: #001C81;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 16px;    
	max-width: 570px;
}

.articleBanner__text {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 32px;    
	max-width: 570px;
}

.articleBanner__form {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 32px;
}

.articleBanner__form-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.articleBanner__form-btn > div {
    margin-right: 20px;
}

.articleBanner__form-text {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;    
	max-width: 100%;
    width: 270px;
}

.articleBanner__form_text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 32px;
}

@media (max-width: 1400px) {

	.detail.services2 section.review textarea {
		width: 100%;
	}

}

@media (max-width: 1250px) {
	.review-form__picture {
		display: none;
	}
	.detail.services2 .review-form__container {
		width: 100%;
	}
	.detail.services2 .review-form__container > div:last-child {
		width: calc(60% - 30px);
	}
	.detail.services2 .review-form__container > div:not(:last-child) {
		width: 40%;
	}
}

@media (max-width: 900px) {
	.detail.services2 .review-form__container > div:last-child {
		width: 100%;
	}
	.detail.services2 .review-form__container > div:not(:last-child) {
		width: 100%;
        margin-right: 0px;
	}
}

table.table-price td:last-child {
    max-width: 200px;
    width: 30%;
}

.items-td > div > div:first-child {
    width: 60%;
}

.items-td > div > div:last-child {
    width: 40%;
}

@media (max-width: 800px) {

	.categoryTags__item {
		width: 100%;
	}
	.categoryTags__item {
		padding: 20px;
	}
    .table-price__val {
        font-size: 12px;
    }
}

@media (max-width: 568px){

    .items-td {
        padding: 8px;   
        text-align: left;
    }
    .items-td > div {
        padding: 8px 0px;
    }
	.table-price tr td {
		padding: 8px;
	}
	.table-price tr:not(.tr-bold,:first-child) td:first-child {
		padding-left: 16px;
	}
    .table-price tr:not(.tr-bold,:first-child) .items-td {
        padding-left: 16px;
    }
	.categoryTags__description {
		max-width: calc(100% - 100px);
	}
	.categoryTags__picture {
		max-width: 130px;
	}

    .mobile-info{
        display: block;
        width: 10px;
        height: 10px;
        background-image: url("/bitrix/templates/aspro-allcorp2/images/down.png");
        position: absolute;
        top: 8px;
        right: 10px;
        background-size: cover;
        background-position: center;
        transition: 0.5s;
        transform: rotateX(0);
    }

    .mobile-info.open{
        transform: rotateX(180deg);
    }

}

@media (max-width: 390px) {
    .items-td > div > div:first-child {
        width: 52%;
    }
    .items-td > div > div:last-child {
        width: 48%;
    }
}

@media (max-width: 400px) {
	.article__shares-block .btn-small {
		min-width: 102px;
	}
}
/* End */


/* Start:/bitrix/templates/115fzpro/components/bitrix/form/baseForm/bitrix/form.result.new/.default/style.css?17424816772026*/
.form__description .formText {
    margin-bottom: 35px;
}

.callform__field select {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    color: #000;
    display: block;
    height: initial;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url('data:image/svg+xml,<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 1L4.70711 3.29289C4.31658 3.68342 3.68342 3.68342 3.29289 3.29289L1 1" stroke="black" stroke-width="1.5" stroke-linecap="round"/></svg>');
	background-repeat: no-repeat;
    background-position: center right 20px;
    padding-right: 35px;
}

.callform__field select:focus {
    border: 1px solid #0036F8;
    outline: #0036F8 solid 1px !important;
}

.callform__btn--container {
	position: relative;
}

input.callform__btn.btn-main.product__btn-main.preloader {
	font-size: 0px;
	height: 61px;
}

.callform__btn--container .pswp__preloader__icn {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
}

.callform__field input[type="text"].error {
    border: 1px solid #0036F8;
    outline: #0036F8 solid 1px !important;
}

.callform__text a {
    color: #0036F8;
}

.formTitle {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
}

.formText {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
    max-width: 324px;
    margin: 0px auto 10px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/115fzpro/components/bitrix/form/baseForm/bitrix/form.result.new/.default/images/icon_warn.gif);
}

@media(max-width: 767px) {
	input.callform__btn.btn-main.product__btn-main.preloader {
		height: 45px;
	}
}
/* End */
/* /bitrix/templates/115fzpro/components/bitrix/menu/leftbase/style.css?16942570502799 */
/* /bitrix/templates/115fzpro/components/bitrix/news/services/style.css?17316631803636 */
/* /bitrix/templates/115fzpro/components/bitrix/news.detail/services/style.css?17389218486985 */
/* /bitrix/templates/115fzpro/components/bitrix/form/baseForm/bitrix/form.result.new/.default/style.css?17424816772026 */
