

/* 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/.default/components/bitrix/news/baseNews/bitrix/news.list/.default/style.css?16957577048231*/
.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;
}
.categoryTags__count {
    background: #0036F8;
    border-radius: 5px;
    padding: 1px 14px;
    position: absolute;
    bottom: 23px;
    right: 29px;
    z-index: 1;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;    
	font-family: 'Manrope';
}

.categoryTags__item {
    background: #FFFFFF;
    box-shadow: 0px 12px 40px rgb(0 0 0 / 15%);
    border-radius: 8px;
    width: 49%;
    padding: 36px 41px;    
	margin-bottom: 20px;
	position: relative;
	background-image: url(/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
	overflow: hidden;
}

.category-full {
    width: 100%;
}

.categoryTags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
	margin-bottom: 20px;
	width: 100%;
}

.categoryTags__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 15px;
	max-width: 400px;
    display: block;
	font-family: 'Manrope';
}

.categoryTags__description {
    margin-bottom: 30px;
    color: #818181;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    max-width: calc(100% - 140px);
    font-family: 'Manrope';
}

.categoryTags__link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	z-index: 2;
}

.categoryTags__picture {
    position: absolute;
    bottom: 0px;
    right: 0px;    
	max-width: 180px;
}


.category-tags__item {
    padding: 8px 12px;
    border: 1px solid;
    margin-right: 10px;
    margin-bottom: 10px;
	display: block;
}
.category-tags__item:hover {
    background: linear-gradient(94.87deg, #0036F8 52.3%, #001C81 88.94%);
    color: white;
}
.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;
}
/*.price-list{*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*}*/

/*.price-list .price-item{*/
/*	display: flex;*/
/*	align-items: flex-end;*/
/*	justify-content: space-between;*/
/*	padding: 15px;*/
/*	font-weight: 400;*/
/*	font-size: 14px;*/
/*	line-height: 19px;*/
/*}*/

/*.price-list .price-item:nth-child(2n - 1){*/
/*	background: #F8F8F8;*/
/*}*/

/*.price-list .price-item .name{*/
/*	flex: auto;*/
/*}*/

/*.price-list .price-item .value{*/
/*	width: 12%;*/
/*	display: flex;*/
/*	justify-content: end;*/
/*	flex-shrink: 0;*/
/*}*/

/*.price-list .price-item .time{*/
/*	width: auto;*/
/*	flex-shrink: 0;*/
/*	margin-left: 30px;*/
/*}*/

/*.section-title{*/
/*	font-weight: 500;*/
/*	font-size: 18px;*/
/*	line-height: 25px;*/
/*	padding-bottom: 22px;*/
/*	margin-bottom: 15px;*/
/*	border-bottom: 1px solid #A20E8B;*/
/*}*/

/*.section-description{*/
/*	padding-top: 24px;*/
/*	border-top: 1px solid #E1E1E1;*/
/*}*/


/*@media (max-width: 1024px){*/
/*	.price-list__wrap{*/
/*		width: 100%;*/
/*		overflow: scroll;*/
/*	}*/
/*	.price-list {*/
/*		width: fit-content;*/
/*	}*/
/*	.price-list .price-item .name{*/
/*		width: 380px;*/
/*		flex-shrink: 0;*/
/*	}*/

/*	.price-list .price-item .time{*/
/*		width: 200px;*/
/*		flex-shrink: 0;*/
/*	}*/

/*	.price-list .price-item .value{*/
/*		width: 100px;*/
/*		flex-shrink: 0;*/
/*	}*/
/*}*/

/*@media (max-width: 768px){*/
/*	.price-list .price-item{*/
/*		align-items: flex-start;*/
/*	}*/

/*	.price-list .price-item .value{*/
/*		justify-content: flex-start;*/
/*	}*/

/*	.price-list .price-item .name{*/
/*		margin-bottom: 10px;*/
/*	}*/

/*	.price-list .price-item .time{*/
/*		margin-left: 0;*/
/*		margin-bottom: 10px;*/
/*	}*/
/*}*/


.price-img{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 2px;
    justify-content: center;
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
    width: 32px;
    height: 22px;
    background-image: url('/bitrix/templates/aspro-allcorp2/images/Rectangle 25.svg'),url('/bitrix/templates/aspro-allcorp2/images/Rectangle 26.svg');
    background-size: contain;
    background-position: top center, bottom center;
    background-repeat: no-repeat;
}


@media (max-width:568px) {
    .price-img{
        position: absolute;
        bottom: 8px;
        right: 8px;
        width: 26px;
        height: 18px;
        font-weight: 800;
        font-size: 8px;
        line-height: 11px;
    }

    .with-description .prcie-img
    {
        bottom: 20px;
    }
}

.section-group{
    margin-bottom: 30px;
}

.subtitle{
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 25px;
}

@media (max-width: 568px){
    .subtitle{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
}

.section-description{
    margin-bottom: 20px;
}

.mobile-info{
    display: none;
}

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%;
    }
}
/* End */
/* /bitrix/templates/115fzpro/components/bitrix/menu/leftbase/style.css?16942570502799 */
/* /bitrix/templates/.default/components/bitrix/news/baseNews/bitrix/news.list/.default/style.css?16957577048231 */
