

/* Start:/local/templates/a-profil/css/catalog.css?17600292378324*/
.breadcrumbs-section.breadcrumbs-section__with-banner {
    padding: 20px 10px;
}

.section-card {
    position: relative;
    width: calc(50% - 40px);

    margin: 20px;
    overflow: hidden;
    color: var(--gray-100);
}

.section-card:hover {
    color: var(--gray-100);
    opacity: .85;
}

.section-card-name {
    font-size: 21px;
    font-weight: bold;
    padding: 18px 0;
}



.catalog-detailed__sort select[data-select].button.button-select {
    color: black;
}

.catalog-detailed__sort select[data-select].button.button-select option{
    font-family: var(--font-family);
}

.catalog-controls {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.catalog-controls__form {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.catalog-controls__select {
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 14px;
    gap: 10px;
    align-items: center;

}

.catalog-controls__select label {
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
}

.catalog-controls__select select {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background-color: #fff;
    min-width: 150px;
    transition: border-color 0.3s ease;
}

.catalog-controls__select select:focus {
    border-color: #007bff;
    outline: none;
}

.filter .filter__close{
    display: none;
}

.filter.mobile-show {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

.filter-show-button{
    display: none;
}

@media (max-width: 720px) {
    .products__cards {
        flex-direction: column;
    }

    .section-card {
        height: auto;
        min-height: auto;
    }

    .products__cards {
        padding: 0;
    }
    .section-card {
        width: 100%;
        margin: 0;
        margin-top: 40px;
    }
    .section-card-img img {
        max-width: 100%;
    }

    .catalog-detailed__products-wrap .product-card {
        width: 100%;
    }
    .catalog-detailed__wrap {
        flex-direction: column;
    }

    .filter.mobile-show {
        visibility: visible;
        opacity: 1;
    }

    .filter .filter__close{
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        cursor: pointer;
        font-size: 30px;
        padding: 0 10px;
    }

    .filter-show-button {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .product-card__wrap .product-card__info-wrap {
        align-items: baseline;
    }

}
@media (max-width: 1024px) {
    .product-card__wrap .product-card__info-key {
        display: inline-block!important;
    }
}
.show-more-text {
    position: relative;
}

.show-more-text__text {
	position: relative;
	max-height: 125px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.show-more-text__text:after{
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.16) 100%);
	position: absolute;
	bottom: -10px;
	left: 0;
}

.show-more-text__text--show {
    qmax-height: 2000px;
	max-height: none;
}

.show-more-text__text.show-more-text__text--show:after{
	display: none;	
}

.show-more-text__button-wrapper {
    display: flex;
    margin-top: 10px;
}

.product-card__link {
    display: block;
	font-weight: bold;
}

.show-more-text__button {

    cursor: pointer;
    margin-top: 10px;
    display: flex;
    justify-content: right;
    align-items: end;
}

.show-more-text__button--show::before {
    content: "Скрыть";
}

.show-more-text__button svg {
    margin-top: -6px;
    margin-left: 6px;
    font-size: 12px;
    color: var(--primary-default);
}

.show-more-text__button:not(.show-more-text__button--show) svg {
    transform: rotateX(180deg);
}



.show-more-text__button:not(.show-more-text__button--show)::before {
    content: "Развернуть";
}

.project-gallery__block-descr p {
    margin: 10px;
}

.j_sticky {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.j_sticky::-webkit-scrollbar {
    width: 6px;
}

.j_sticky::-webkit-scrollbar-track {
    background: transparent;
}

.j_sticky::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

/* Стили для прилипшего состояния */
.j_sticky.is-sticky {
    transition: all 0.3s ease;
}

/* Отключаем sticky на мобильных устройствах */
@media (max-width: 767px) {
    .j_sticky {
        position: static !important;
        width: auto !important;
        max-height: none;
    }
}


.product-card__price.product-card__price--main {
    font-size: 36px;
}

.calculator__left {
    width: 100%;
    max-width: 100%;
    margin-right: 20px;
}

.calculator__color {
    width: calc(20% - 90px);
}
.info__payment-title {
    margin: 0 0 1rem;
    display: block;
}

.delivery__title {
    margin: 0 0 1rem;
    display: block;
}

.modal-open {
    display: block;
    visibility: visible;
    opacity: 1;
}
.modal.modal--large {
}
.modal-open .modal {
    opacity: 1;
}

.product-card__price {
    font-size: 35px;
}

body .fancybox__container:not([aria-hidden]) {
    opacity: 1;
}

.products-container_list {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .product-card {
        width: calc(50% - 20px);
    }
    .info__tabs-wrap {
        margin: 0;
    }

    .product-card__info-key:after {
        //display: none;
    }
    .product-card__wrap .product-card__info-wrap {
        font-size: 10px;
    }

}

@media (max-width: 720px) {
    .calculator__color {
        width: calc(50% - 56px);
    }
    .is-horizontal.is-ltr .f-button.is-arrow {
        display: none;
    }
}
.calculator__full {
    width: 100%;
}
body .catalog-detailed__products-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    width: 100%;
}


.show-more-text ul {
    margin: 20px 5px;
    list-style: disc;
    padding-left: 20px;
}


.modal-open {
    display: block;
    visibility: visible;
    opacity: 1;
}
.modal.modal--large {
}
.modal-open .modal {
    opacity: 1;
    pointer-events: all;


}


.calculator__price .name-prices {
    display: inline-block !important;
}

.catalog-detailed__title {
    margin-top: 20px;
}
.product-card__wrap .product-card__info-wrap {
    color: #000;
    flex-wrap: wrap;
}

.product-card__info-key span {
    white-space: nowrap;
}

.product-card__info-key{
	-ms-flex: 1 1 42%;
    flex: 1 1 42%;
}

.order__data-input{
	z-index: 1;
}


@media (max-width: 1366px) {
    .product-card {
        width: 33.333333%;
        width: calc(33.33333% - 20px);
    }
}

@media (max-width: 900px) {
    .product-card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    .product-card__price.product-card__price--main {
        font-size: 20px;
    }
}

#description .gallery__image-body a{
	color: #333;
}

.docs__tabs-buttons .button:before{
	right: -5px;
}

@media (min-width: 1801px) {
	.order__items-title{
		font-size: 30px;
	}
	.order .item__title,
	.order__footer .button{
		font-size: 18px;
	}
	.order .item__subprice{
		font-size: 30px;
	}
	.order .item__input .input-wrapper .input-label,
	.order__items-link,
	.order .item__price-text,
	.order__data-title{
		font-size: 24px;
	}
	.order .item__input .input-wrapper .input,
	.order .item__input .input-wrapper .input-name,
	.order__data-text,
	.order__data-input .input-label{
		font-size: 20px;
	}	
	.item__price-wrapper span:last-child{
		font-size: 18px !important;
	}	
	
	.order .item__price,
	.item__price-wrapper span.name-pricesInput{
		font-size: 44px !important;
	}	
	
}

/* End */


/* Start:/local/templates/a-profil/components/bitrix/news.list/product-new/style.css?1757599277268*/
.section-card-img{
	max-height: 460px;
	overflow: hidden;
}

.section-card-img img{
	min-height: 460px;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.section-card-img{
		max-height: 260px;
	}

	.section-card-img img{
		min-height: 260px;
	}
}
/* End */


/* Start:/bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1757353478565*/
/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.2, built on 2014-09-25 4:01:07 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
/* End */


/* Start:/local/templates/a-profil/components/slam/easyform/main-form/style.css?175752211273*/
.feedback-section.slam-easyform .feedback__form{
    margin-left: auto;
}
/* End */


/* Start:/local/templates/a-profil/components/slam/easyform/main-form/bitrix/main.file.input/drag_n_drop/style.min.css?17573534707420*/
.file-placeholder .loading-wrap{display:inline-block;margin-left:15px;vertical-align:middle;position:relative;width:50%}.file-placeholder .loading{background:#e3ebed;display:block;border:1px solid;border-top:1px solid #bcc2c4;border-left-color:#cfd7d9;border-right-color:#cfd7d9;border-bottom:1px solid #dde5e6;border-radius:2px;height:17px;-webkit-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);-moz-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);box-shadow:inset 0 1px 2px rgba(188,194,196,0.7)}.file-placeholder .loading .del-but{background:url("/local/templates/a-profil/components/slam/easyform/main-form/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 7px -20px;cursor:pointer;height:20px;position:absolute;right:0;top:0;width:20px}.file-placeholder .load-indicator{background:#40c0e9;background:linear-gradient(top,#40c0e9,#2698db);background:-moz-linear-gradient(top,#40c0e9,#2698db);background:-o-linear-gradient(top,#40c0e9,#2698db);background:-ms-linear-gradient(top,#40c0e9,#2698db);background:-webkit-gradient(linear,left top,left bottom,from(#40c0e9),to(#2698db));border-radius:2px;color:#fff;font-size:12px;height:19px;text-align:center;text-shadow:0 1px 0 rgba(56,124,162,1);left:0;top:0;position:absolute}.file-placeholder .load-number{display:inline-block;box-sizing:border-box;padding-top:2px}.file-placeholder .files-title{background:url("/local/templates/a-profil/components/slam/easyform/main-form/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat;color:#5c6470;font-size:12px;text-shadow:0 1px 0 rgba(255,255,255,0.8);left:13px;top:12px;width:54px;padding-left:20px;position:absolute}html* .file-placeholder .files-list{width:auto!important}.file-placeholder .files-list{margin-top:-10px;table-layout:fixed;width:100%;position:relative}.file-placeholder .files-list td{box-shadow:0 -2px 0 -1px #fff inset;border-bottom:1px solid #dde5e8;color:#5c6470;font-size:12px;line-height:16px;padding:10px 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;zoom:1}.file-placeholder .file-edit,.file-placeholder .file-section{display:none}.file-placeholder .files-name{width:40%}.file-placeholder .files-size{width:12%}.file-placeholder .files-storage{width:20%}.file-placeholder .files-storage .files-storage-text{display:inline-block;width:80px;color:#5c6470}.file-placeholder .files-storage-block{position:relative}.file-placeholder .files-text{-moz-box-sizing:border-box;color:#2067b0;display:inline-block;font-weight:bold;max-width:100%;padding-right:20px;position:relative;zoom:1;padding-left:5px}.file-placeholder .error-load .files-text{color:#b00}.file-placeholder .f-wrap{display:inline-block;overflow:hidden;width:100%;word-wrap:break-word;zoom:1}.file-placeholder .del-but{background:url("/local/templates/a-profil/components/slam/easyform/main-form/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 0 0;cursor:pointer;height:20px;position:absolute;right:0;top:0;width:20px}.file-placeholder .files-text .del-but{background-position:6px -19px;display:inline-block;margin-top:-2px;position:static;vertical-align:top}.file-placeholder .loading .del-but{background-position:7px -20px;top:0}.file-placeholder .files-storage-block .del-but{background-position:7px -20px;top:0}.file-placeholder .info-icon{background:url("/local/templates/a-profil/components/slam/easyform/main-form/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -112px -60px;display:inline-block;height:16px;margin-right:10px;vertical-align:middle;width:17px}.file-placeholder .stor-place{display:inline-block;margin-left:10px;vertical-align:top}.file-placeholder .stor-text{display:inline-block;border-bottom:1px solid #5c6470}.file-placeholder .stor-pl-arrow{background:url("/local/templates/a-profil/components/slam/easyform/main-form/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -130px -23px;display:inline-block;margin-left:10px;height:5px;vertical-align:middle;width:3px}.file-placeholder .edit-stor{background:url("/local/templates/a-profil/components/slam/easyform/main-form/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 4px -64px;display:none;height:15px;margin-left:0;vertical-align:middle;width:15px}.file-placeholder .files-path,.file-placeholder .files-path:visited,.file-placeholder .files-path:active,.file-placeholder .files-path:link,.file-placeholder .files-path:hover{border-bottom:1px dashed #5c6470;display:inline-block;color:#5c6470;text-decoration:none}.file-placeholder .files-placement,.file-placeholder .files-placement:visited,.file-placeholder .files-placement:active,.file-placeholder .files-placement:link,.file-placeholder .files-placement:hover{display:inline-block;color:#5c6470;text-decoration:none}.file-selectdialog{-moz-border-bottom-colors:none;-moz-border-image:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:none repeat scroll 0 0 transparent;border-radius:2px 2px 2px 2px;border-style:solid;border-color:#ccc;border-width:1px;margin-bottom:10px;overflow:hidden;padding:10px 10px 0 0;position:relative;display:none}.file-selectdialog .file-simple .file-placeholder{margin-top:0;margin-left:90px}.file-selectdialog .file-label{background:url("/local/templates/a-profil/components/slam/easyform/main-form/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -146px -186px;color:#5c6470;font-size:12px;padding-left:20px;text-shadow:0 1px 0 rgba(255,255,255,0.8);width:54px;line-height:20px;display:block;position:relative;margin-left:5px;margin-bottom:5px}.file-selectdialog .file-extended .file-selector{border-radius:5px 5px 5px 5px;color:#a0aeb5;line-height:16px;margin:10px 0 7px 0;padding:5px 0 8px 5px;position:relative;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.file-selectdialog .file-extended .file-selector-active,.file-selectdialog .file-extended .file-selector:hover{border:3px dashed #d4dde1;padding:5px 0 5px 5px;margin-left:-3px;margin-top:7px}.file-selectdialog .file-extended .file-load-img{background:url("/local/templates/a-profil/components/slam/easyform/main-form/bitrix/main.file.input/drag_n_drop/images/loading-place-img.gif") no-repeat 0 0;height:79px;left:58px;top:20px;position:absolute;width:90px}.file-selectdialog .file-extended .file-selector:hover .file-load-img{background-position:0 -104px;left:55px;top:17px}.file-selectdialog .file-extended .file-uploader{color:#2067b0;display:inline-block;overflow:hidden;position:relative;vertical-align:top}.file-selectdialog .file-extended .file-uploader .file-but-text{cursor:pointer;display:block;width:100%;height:auto}.file-selectdialog .file-uploader .file-fileUploader{font-size:120px;height:85px;opacity:0;filter:alpha(opacity=0);position:absolute;right:0;top:-20px;cursor:pointer}.file-selectdialog .file-uploader .file-filemacos{left:0!important}.file-selectdialog .file-label2{color:#5c6470;font-size:12px;margin-left:58px;padding-bottom:11px}.file-selectdialog .file-simple,.file-selectdialog .file-extended{display:none;margin-left:10px}.file-selectdialog .file-simple .file-label2{margin-top:20px}.file-selectdialog .file-simple .file-selector{color:#5c6470;overflow:hidden;height:30px;font-weight:bold;margin:6px 0 6px 90px;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.file-selectdialog .file-simple .file-uploader{overflow:hidden;position:relative;display:inline-block;margin:0 15px 0 0;vertical-align:middle;cursor:pointer}.file-selectdialog .file-simple .file-uploader-left{background:url("/local/templates/a-profil/components/slam/easyform/main-form/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 0 -240px;display:inline-block;height:25px;vertical-align:top;width:4px}.file-selectdialog .file-simple .file-uploader-right{background:url("/local/templates/a-profil/components/slam/easyform/main-form/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -7px -240px;display:inline-block;height:25px;vertical-align:top;width:4px}.file-selectdialog .file-simple .file-but-text{background:url("/local/templates/a-profil/components/slam/easyform/main-form/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") repeat-x 0 -267px;color:#7a808c;display:inline-block;font-size:12px;font-weight:bold;height:25px;padding:2px 10px 0;text-shadow:0 1px 0 rgba(255,255,255,0.8);vertical-align:top}.webform-field-upload-notice{font-size:10px}
/* End */
/* /local/templates/a-profil/css/catalog.css?17600292378324 */
/* /local/templates/a-profil/components/bitrix/news.list/product-new/style.css?1757599277268 */
/* /bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1757353478565 */
/* /local/templates/a-profil/components/slam/easyform/main-form/style.css?175752211273 */
/* /local/templates/a-profil/components/slam/easyform/main-form/bitrix/main.file.input/drag_n_drop/style.min.css?17573534707420 */
