

/* Start:/local/templates/aspro-stroy/components/bitrix/news.detail/catalog/style.css?17810723827913*/
.chars {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.chars__item {
    display: inline-flex;
    gap: 13px;
    padding: 7px 15px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    align-items: center;
}

.chars__icon {
    display: inline-block;
}

.chars__value {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #353535;
}

.chars__name,
.chars__value--lite {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #353535;
}

.row__flex {
    display: flex;
    gap: 18px;
}

.row__flex_item {
    width: 50%;
}

.catalog.detail .head .row__flex_item .previewtext,
.content p,
.content {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #353535;
    margin-bottom: 30px;
}

.catalog.detail .head .row__flex_item .previewtext {
    margin-top: 0;
}

.detail .galery .item img {
    border-radius: 5px;
    height: 100% !important;
    object-fit: cover;
}

.flexslider .slides>li a {
    height: 100%;
    display: inline-block;
}

.catalog.detail .head {
    border: none !important;
    margin: 15px 0 23px !important;
    background: transparent !important;
}

.docs .pdf {
    background: url('/local/templates/aspro-stroy/images/pdf.svg') no-repeat !important;
}

.docs .text {
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    color: #353535;
}

.docs .text a {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #353535;
}

.order {
    display: flex;
    gap: 9px;
    margin-bottom: 30px;
}

.project .order .btn-default {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 30px;
    background: #EF3833;
    border-radius: 5px;
    border: none;
    margin: 0;
} 

.project .order .btn-default:hover {
    opacity: 0.8;
}

.project .order .btn-default.white {
    padding: 20px 30px;
    border: 1px solid #EF3833;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #EF3833 !important;
    background: transparent;
}

.project .order .btn-default.white:hover {
    background: #EF3833;
    color: #FFFFFF !important;
    border-color: #EF3833;
}

.catalog.detail .project .head .info {
    padding: 0;
}

.docs .item {
    padding-left: 45px !important;
}

.portfolio.item-views .item {
    border-radius: 5px;
}

.portfolio .portfolio__item {
    width: 25%;
}

footer {
    margin-top: -130px !important;
}



/*  */

.variants-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 40px 0;
}

.variants-list__item {
    background: rgb(220, 232, 244);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.variants-list__item:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.variants-list__title {
    cursor: pointer;
    padding: 22px 60px 22px 25px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    list-style: none;
    position: relative;
    color: #2c3e50;
}

.variants-list__title::-webkit-details-marker {
    display: none;
}

.variants-list__item::after {
    content: '';
    position: absolute;
    top: 24px;
    right: 25px;
    width: 18px;
    height: 18px;

    mask: url('/local/templates/aspro-stroy/components/bitrix/news.list/front-popular/./right.svg') center / contain no-repeat;
    -webkit-mask: url('/local/templates/aspro-stroy/components/bitrix/news.list/front-popular/./right.svg') center / contain no-repeat;

    background-color: #333;
    transform: rotate(90deg);
    transition: transform .3s ease;
}

.variants-list__item[open]::after {
    transform: rotate(270deg);
}

.variants-list__content {
    padding: 0 25px 25px;
    font-size: 15px;
    line-height: 1.7;
    border-top: 1px solid rgba(0,0,0,.08);
    background: rgba(255,255,255,.35);
}

.variants-list__content p:first-child {
    margin-top: 20px;
}

.variants-list__content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.variants-list__content td,
.variants-list__content th {
    border: 1px solid rgba(0,0,0,.1);
    padding: 10px;
}

.variants-list__content strong {
    color: #1d4f91;
}

.variant-price {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #222;
    border-bottom: 2px solid #dce8f4;
    display: inline-block;
    padding-bottom: 3px;
}

.big-gallery-slider-wrap {
	position: relative;
}

.big-gallery-slider-wrap .swiper-wrapper {
	box-sizing: border-box;
}

.big-gallery-slider-wrap .portfolio__item {
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.big-gallery-slider-wrap .swiper-slide {
	height: auto;
}

.big-gallery-slider-wrap .item {
	height: 100%;
}

.big-gallery-slider-wrap .img_block {
	width: 100%;
}

.big-gallery-slider-wrap .swiper-button-prev,
.big-gallery-slider-wrap .swiper-button-next {
	position: absolute;
    top: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 10px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 100px;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.big-gallery-slider-wrap .swiper-button-prev:hover,
.big-gallery-slider-wrap .swiper-button-next:hover {
	background: rgba(0, 0, 0, 0.7);
}

.big-gallery-slider-wrap .swiper-button-prev:after,
.big-gallery-slider-wrap .swiper-button-next:after {
	display: none;
	content: none;
}

.big-gallery-slider-wrap .swiper-button-prev svg,
.big-gallery-slider-wrap .swiper-button-next svg {
	display: block;
}

.big-gallery-slider-wrap .swiper-button-prev {
	left: 0px;
}

.big-gallery-slider-wrap .swiper-button-next {
	right: 0px;
}

@media only screen and (max-width : 1200px){
    .project .order .btn-default,
    .project .order .btn-default.white {
        font-size: 16px;
        white-space: normal;
        line-height: 20px;
        padding: 10px 20px;
    }
}

@media only screen and (max-width : 767px){
    .row__flex {
        flex-direction: column;
    }
    .row__flex_item {
        width: 100%;
    }
    .chars {
        gap: 10px;
    }
    .order {
        flex-direction: column;
        gap: 10px;
    }
	.big-gallery-slider-wrap .swiper-button-prev {
		left: 5px;
	}

	.big-gallery-slider-wrap .swiper-button-next {
		right: 5px;
	}
}

.container-footerF-blur {
    height: 100%;
}

@media only screen and (min-width : 991px){
    .container-footerF {
        height: 125% !important;
    }
}

@media (min-width : 768px) and (max-width : 991px){
    .container-footerF {
        height: 135% !important;
    }
}

@media (min-width : 547px) and (max-width : 767px){
    .container-footerF {
        height: 167% !important;
    }
}

@media (min-width : 446px) and  (max-width : 546px){
    .container-footerF {
        height: 170% !important;
    }
}

@media (min-width : 405px) and (max-width : 445px){
    .container-footerF {
        height: 175% !important;
    }
}

@media (min-width : 380px) and (max-width : 404px){
    .container-footerF {
        height: 183% !important;
    }
}

@media (max-width : 379px){
    .container-footerF {
        height: 190% !important;
    }
}
/* End */


/* Start:/local/templates/aspro-stroy/components/bitrix/news.list/catalog-slider/style.css?17799594863193*/
.see-also-catalog {
	margin-top: 45px;
	margin-bottom: 45px;
}

/* общий контейнер блока */
.catalogs-views {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

/* сам слайдер элементов */
.catalog-cards-carousel {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	box-sizing: border-box;
}

/* лента слайдера */
.catalog-cards-carousel__wrapper {
	display: flex;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: 100%;
	box-sizing: border-box;
}

/* один слайд */
.catalog-cards-carousel__slide {
	flex: 0 0 auto;
	width: auto;
	min-width: 0;
	height: auto;
	box-sizing: border-box;
}

/* карточка внутри слайда */
.catalog-card-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-width: 0;
	row-gap: 20px;
	box-sizing: border-box;
}

/* текстовая часть */
.catalog-card-item__text {
	display: flex;
	flex-direction: column;
	min-width: 0;
	row-gap: 15px;
}

/* картинка */
.catalog-card-item__img,
.catalog-card-item__right-img {
	width: 100%;
	min-width: 0;
}

.catalog-card-item__image {
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.catalog-card-item__image-link {
	display: block;
	width: 100%;
	height: 100%;
}

.catalog-card-item__picture {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* заголовок */
.catalog-card-item__title {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 100%;
	word-break: break-word;
}

.catalog-card-item__title a {
	color: inherit;
	text-decoration: none;
}

/* свойства */
.catalog-card-item__properties {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.catalog-card-item__properties .property {
	font-size: 17px;
	line-height: 140%;
	word-break: break-word;
}

/* кнопки */
.catalog-card-item__buttons {
	display: flex;
	flex-direction: column;
	row-gap: 9px;
}

.catalog-card-item__price .price {
	font-size: 25px;
}

/* стрелки */
.catalog-cards-carousel__nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 10px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 100px;
	transition: background 0.2s ease, opacity 0.2s ease;
}

.catalog-cards-carousel__nav:hover {
	background: rgba(0, 0, 0, 0.7);
}

.catalog-cards-carousel__nav--prev {
	left: 10px;
}

.catalog-cards-carousel__nav--next {
	right: 10px;
}

.catalog-cards-carousel__nav svg {
	display: block;
	width: 21px;
	height: 17px;
}

.catalog-cards-carousel__nav.swiper-button-disabled {
	opacity: 0.35;
	pointer-events: none;
}

.see-also-catalogs {
	margin-bottom: 75px;
}

@media (max-width: 767px) {
	.catalog-card-item__image {
		height: 220px;
	}

	.catalog-cards-carousel__nav {
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}
}
/* End */
/* /local/templates/aspro-stroy/components/bitrix/news.detail/catalog/style.css?17810723827913 */
/* /local/templates/aspro-stroy/components/bitrix/news.list/catalog-slider/style.css?17799594863193 */
