

/* Start:/local/templates/arhio_new/components/bitrix/catalog/catalog/style.css?17878308476484*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}


/* ===== ARHIO NEW CATALOG HOME START ===== */

.arhio-catalog-home {
    width: 100%;
    padding: 64px 0 88px;
    background: #fff;
}

.arhio-catalog-home__inner {
    width: calc(100% - 80px);
    max-width: 1040px;
    margin: 0 auto;
}

.arhio-catalog-home__title {
    margin: 0 0 46px;
    padding: 0;

    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.035em;

    color: #2D2A2A;
}


/* GRID */

.arhio-catalog-home__grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 24px 20px;
}


/* CARD */

.arhio-catalog-card {
    display: flex;
    flex-direction: column;

    min-width: 0;

    padding: 12px 12px 17px;

    background: #E4DBD2;

    color: #2D2A2A;
    text-decoration: none;
}


/* IMAGE */

.arhio-catalog-card__media {
    position: relative;

    width: 100%;

    aspect-ratio: 1 / 1;

    overflow: hidden;

    background: #f2eee9;
}

.arhio-catalog-card__image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .35s ease;
}

.arhio-catalog-card__placeholder {
    width: 100%;
    height: 100%;

    background: #f2eee9;
}


/* TITLE */

.arhio-catalog-card__title {
    margin: 0;

    padding: 16px 3px 0;

    min-height: 58px;

    display: flex;
    align-items: flex-start;

    font-family: "Montserrat", sans-serif;

    font-size: 15px;
    line-height: 1.28;

    font-weight: 600;

    letter-spacing: -0.012em;

    text-transform: uppercase;

    color: #2D2A2A;
}


/* HOVER */

@media (hover: hover) and (pointer: fine) {

    .arhio-catalog-card:hover
    .arhio-catalog-card__image {

        transform: scale(1.025);

    }

}


/* FUTURE TABLET */

@media (max-width: 900px) {

    .arhio-catalog-home__grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }

}


/* ===== ARHIO NEW CATALOG HOME END ===== */


/* ===== ARHIO CATALOG TEXT START ===== */

.arhio-catalog-text {
    width: calc(100% - 80px);
    max-width: 1040px;
    margin: 0 auto;
    padding: 4px 0 100px;

    font-family: "Montserrat", sans-serif;
    color: #2D2A2A;
}

.arhio-catalog-text .title-text {
    max-width: 760px;
    margin: 0 0 28px;
    padding: 0;

    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    line-height: 1.16;
    font-weight: 600;
    letter-spacing: -0.025em;

    color: #2D2A2A;
}

.arhio-catalog-text p {
    max-width: 900px;
    margin: 0 0 18px;
    padding: 0;

    font-size: 15px;
    line-height: 1.72;
    font-weight: 400;

    color: #2D2A2A;
}

.arhio-catalog-text ul {
    max-width: 900px;
    margin: 0 0 22px;
    padding-left: 22px;

    font-size: 15px;
    line-height: 1.72;
}

.arhio-catalog-text h2 + p {
    margin-top: 0;
}

/* ===== ARHIO CATALOG TEXT END ===== */


/* ===== CATALOG BEIGE COMPOSITION START ===== */


/* ------------------------------------------------------------
   БЛОК КАТАЛОГА
------------------------------------------------------------ */

.arhio-catalog-home {
    background: #E4DBD2 !important;
}

.arhio-catalog-home__title {
    color: #2D2A2A !important;
    text-transform: uppercase !important;
}


/* ------------------------------------------------------------
   БЕЛЫЕ КАРТОЧКИ
------------------------------------------------------------ */

.arhio-catalog-card {
    background: #ffffff !important;
    color: #2D2A2A !important;
}

.arhio-catalog-card__media {
    background: #f4f1ed !important;
}

.arhio-catalog-card__placeholder {
    background: #f4f1ed !important;
}

.arhio-catalog-card__title {
    color: #2D2A2A !important;
}


/* ------------------------------------------------------------
   ТЕКСТОВЫЙ БЛОК НИЖЕ
------------------------------------------------------------ */

.arhio-catalog-text {
    margin-top: 0 !important;

    padding-top: 72px !important;
    padding-bottom: 100px !important;

    background: #ffffff !important;

    color: #2D2A2A !important;
}


/* Заголовок текста больше не прилипает к каталогу */

.arhio-catalog-text .title-text:first-child {
    margin-top: 0 !important;
}


/* ------------------------------------------------------------
   ТЕКСТ
------------------------------------------------------------ */

.arhio-catalog-text,
.arhio-catalog-text p,
.arhio-catalog-text li,
.arhio-catalog-text strong,
.arhio-catalog-text .title-text {
    color: #2D2A2A !important;
}


/* ===== CATALOG BEIGE COMPOSITION END ===== */


/* ===== CATALOG FINAL ALIGN START ===== */


/* ------------------------------------------------------------
   НАЗВАНИЯ РАЗДЕЛОВ ПО ЦЕНТРУ КАРТОЧКИ
------------------------------------------------------------ */

.arhio-catalog-card__title {
    width: 100% !important;

    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;

    text-align: center !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* ------------------------------------------------------------
   ТЕКСТОВЫЙ БЛОК = ШИРИНА СЕТКИ КАТАЛОГА
------------------------------------------------------------ */

.arhio-catalog-text {
    width: calc(100% - 80px) !important;
    max-width: 1040px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* Убираем внутренние ограничения 760 / 900px */

.arhio-catalog-text .title-text,
.arhio-catalog-text p,
.arhio-catalog-text ul {
    width: 100% !important;
    max-width: none !important;
}


/* ===== CATALOG FINAL ALIGN END ===== */





/* End */


/* Start:/local/templates/arhio_new/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17881883257306*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1758799373675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/templates/arhio_new/components/bitrix/catalog/catalog/bitrix/catalog.section/arhio_catalog/style.css?178819075122261*/

/* ============================================================
   CATALOG SECTION
============================================================ */

.arhio-catalog-section {
    width: 100%;
    margin: 0;
    padding: 0;

    background: #fff;

    color: #2D2A2A;
}

.arhio-catalog-section *,
.arhio-catalog-section *::before,
.arhio-catalog-section *::after {
    box-sizing: border-box;
}

.arhio-catalog-section__inner {
    width: calc(100% - 80px);
    max-width: 1040px;

    margin: 0 auto;
}


/* ============================================================
   TOP
============================================================ */

.arhio-catalog-section__top {
    width: 100%;

    margin: 0;
    padding: 58px 0 62px;

    background: #fff;
}

.arhio-catalog-section__title {
    margin: 0 0 34px;
    padding: 0;

    font-family: "Montserrat", sans-serif;

    font-size: 48px;
    line-height: 1.08;

    font-weight: 600;

    letter-spacing: -0.035em;

    text-transform: uppercase;

    color: #2D2A2A;
}

.arhio-catalog-section__intro {
    width: 100%;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size: 15px;
    line-height: 1.72;

    font-weight: 400;

    color: #2D2A2A;
}

.arhio-catalog-section__intro p {
    width: 100%;
    max-width: none;

    margin: 0 0 18px;
    padding: 0;

    color: #2D2A2A;
}

.arhio-catalog-section__intro p:last-child {
    margin-bottom: 0;
}

.arhio-catalog-section__intro img,
.arhio-catalog-section__intro picture {
    display: none !important;
}


/* ============================================================
   FULL WIDTH BEIGE PRODUCTS AREA
============================================================ */

.arhio-catalog-section__products-shell {
    width: 100%;

    margin: 0;
    padding: 46px 0 52px;

    background: #E4DBD2;
}

.arhio-catalog-section__products-inner {
    width: calc(100% - 80px);
    max-width: 1040px;

    margin: 0 auto;
}


/* GRID */

.arhio-catalog-products {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 20px;
}


/* PRODUCT */

.arhio-catalog-product {
    display: flex;
    flex-direction: column;

    min-width: 0;

    padding: 11px 11px 16px;

    background: #fff;

    color: #2D2A2A;
    text-decoration: none;
}


/* ALWAYS BEIGE PHOTO BACKING */

.arhio-catalog-product__media {
    width: 100%;

    padding: 9px;

    background: #E4DBD2;
}

.arhio-catalog-product__image-pad {
    width: 100%;

    aspect-ratio: 1 / 1;

    overflow: hidden;

    background: #f5f2ee;
}

.arhio-catalog-product__image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .35s ease;
}

.arhio-catalog-product__placeholder {
    width: 100%;
    height: 100%;

    background: #f5f2ee;
}


/* TITLE */

.arhio-catalog-product__title {
    width: 100%;
    min-height: 54px;

    padding-top: 15px;

    display: flex;
    align-items: flex-start;
    justify-content: center;

    text-align: center;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;
    line-height: 1.3;

    font-weight: 600;

    color: #2D2A2A;
}


@media (hover: hover) and (pointer: fine) {

    .arhio-catalog-product:hover
    .arhio-catalog-product__image {
        transform: scale(1.025);
    }

}


/* PAGINATION */

.arhio-catalog-products__pagination {
    width: 100%;

    margin: 36px 0 0;

    text-align: center;
}


/* ============================================================
   LOWER DESCRIPTION
============================================================ */

.arhio-catalog-section__description-wrap {
    width: 100%;

    margin: 0;
    padding: 68px 0 10px;

    background: #fff;
}

.arhio-catalog-section__description {
    width: 100%;

    font-family: "Montserrat", sans-serif;

    font-size: 15px;
    line-height: 1.72;

    font-weight: 400;

    color: #2D2A2A;
}

.arhio-catalog-section__description p,
.arhio-catalog-section__description ul,
.arhio-catalog-section__description ol {
    width: 100%;
    max-width: none;

    color: #2D2A2A;
}

.arhio-catalog-section__description p {
    margin: 0 0 18px;
}

.arhio-catalog-section__description img,
.arhio-catalog-section__description picture {
    display: none !important;
}

.arhio-catalog-section__description h2,
.arhio-catalog-section__description h3 {
    margin: 34px 0 20px;

    font-family: "Montserrat", sans-serif;

    color: #2D2A2A;
}


/* ============================================================
   GALLERY AREA
============================================================ */

.arhio-catalog-section__gallery-wrap {
    width: 100%;

    margin: 0;
    padding: 58px 0 94px;

    background: #fff;
}

.arhio-balustrade-gallery {
    width: 100%;
    margin: 0;
}

.arhio-balustrade-gallery__head {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;

    margin-bottom: 28px;
}

.arhio-balustrade-gallery__title {
    margin: 0;
    padding: 0;

    font-family: "Montserrat", sans-serif;

    font-size: 32px;
    line-height: 1.15;

    font-weight: 600;

    letter-spacing: -0.025em;

    color: #2D2A2A;
}

.arhio-balustrade-gallery__controls {
    display: flex;
    gap: 8px;
}

.arhio-balustrade-gallery__arrow {
    width: 46px;
    height: 46px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid #2D2A2A;

    background: #fff;

    font-size: 21px;
    line-height: 1;

    color: #2D2A2A;

    cursor: pointer;
}


/* HORIZONTAL SLIDER */

.arhio-balustrade-gallery__viewport {
    width: 100%;

    overflow: hidden;

    scroll-behavior: smooth;
}

.arhio-balustrade-gallery__track {
    display: flex;

    flex-direction: row !important;

    flex-wrap: nowrap !important;

    gap: 20px;
}

.arhio-balustrade-gallery__item {
    flex:
        0 0
        calc((100% - 60px) / 4);

    aspect-ratio: 1 / 1;

    display: block;

    overflow: hidden;

    background: #E4DBD2;

    cursor: zoom-in;
}

.arhio-balustrade-gallery__image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .3s ease;
}

@media (hover: hover) and (pointer: fine) {

    .arhio-balustrade-gallery__item:hover
    .arhio-balustrade-gallery__image {
        transform: scale(1.025);
    }

}


/* ============================================================
   LIGHTBOX
============================================================ */

.arhio-gallery-lightbox[hidden] {
    display: none !important;
}

.arhio-gallery-lightbox {
    position: fixed;

    z-index: 999999;

    inset: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    background: rgba(20,20,20,.94);
}

.arhio-gallery-lightbox__stage {
    width: min(82vw, 1200px);
    height: 84vh;

    display: flex;

    align-items: center;
    justify-content: center;
}

.arhio-gallery-lightbox__image {
    display: block;

    max-width: 100%;
    max-height: 100%;

    width: auto;
    height: auto;

    object-fit: contain;
}

.arhio-gallery-lightbox__close {
    position: absolute;

    top: 24px;
    right: 28px;

    border: 0;

    background: transparent;

    font-size: 42px;
    line-height: 1;

    color: #fff;

    cursor: pointer;
}

.arhio-gallery-lightbox__nav {
    position: absolute;

    top: 50%;

    width: 54px;
    height: 54px;

    display: flex;

    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    border:
        1px solid
        rgba(255,255,255,.65);

    background: transparent;

    font-size: 25px;

    color: #fff;

    cursor: pointer;
}

.arhio-gallery-lightbox__nav--prev {
    left: 28px;
}

.arhio-gallery-lightbox__nav--next {
    right: 28px;
}


/* ===== PRODUCT CARDS BEIGE FRAME START ===== */

/* Белая карточка */

.arhio-catalog-product {
    padding: 2px !important;

    background: #ffffff !important;

    color: #2D2A2A !important;

    text-decoration: none !important;
}


/* Бежевая рамка вокруг изображения */

.arhio-catalog-product__media {
    width: 100% !important;

    padding: 2px !important;

    margin: 0 0 18px !important;

    background: #E4DBD2 !important;
}


/* Белое внутреннее поле */

.arhio-catalog-product__image-pad {
    width: 100% !important;

    aspect-ratio: 1 / 1 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    overflow: hidden !important;

    background: #ffffff !important;
}


/* Товар показываем целиком */

.arhio-catalog-product__image {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: contain !important;

    object-position: center !important;
}


/* Если фотографии нет */

.arhio-catalog-product__placeholder {
    width: 100% !important;
    height: 100% !important;

    background: #ffffff !important;
}


/* Название */

.arhio-catalog-product__title {
    width: 100% !important;

    min-height: 58px !important;

    padding: 0 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;

    font-family: "Montserrat", sans-serif !important;

    font-size: 14px !important;
    line-height: 1.35 !important;

    font-weight: 600 !important;

    color: #2D2A2A !important;
}

/* ===== PRODUCT CARDS BEIGE FRAME END ===== */


/* ===== CATALOG SUBSECTIONS START ===== */

.arhio-catalog-subsections {
    width: 100%;

    margin: 0;

    padding: 0 0 54px;

    background: #ffffff;
}

.arhio-catalog-subsections__label {
    margin: 0 0 15px;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;
    line-height: 1.2;

    font-weight: 600;

    letter-spacing: .08em;

    text-transform: uppercase;

    color: #77716d;
}


/* ------------------------------------------------------------
   ВСЕ ПОДРАЗДЕЛЫ В ОДНУ РОВНУЮ СТРОКУ
------------------------------------------------------------ */

.arhio-catalog-subsections__list {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(
            var(--arhio-sub-count),
            minmax(0, 1fr)
        );

    gap: 10px;

    margin: 0;

    padding: 0;
}


/* ------------------------------------------------------------
   ОДИН ПУНКТ
------------------------------------------------------------ */

.arhio-catalog-subsections__link {
    width: 100%;

    min-width: 0;
    min-height: 52px;

    padding: 11px 12px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #E4DBD2;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;
    line-height: 1.3;

    font-weight: 600;

    text-align: center;

    text-transform: uppercase;

    color: #2D2A2A !important;

    text-decoration: none !important;

    transition:
        background .2s ease,
        color .2s ease;
}


/* Активный подраздел */

.arhio-catalog-subsections__link.is-active {
    background: #2D2A2A;

    color: #ffffff !important;
}


@media (hover: hover) and (pointer: fine) {

    .arhio-catalog-subsections__link:hover {
        background: #2D2A2A;

        color: #ffffff !important;
    }

}

/* ===== CATALOG SUBSECTIONS END ===== */


/* ===== SUBSECTION SPACING FINAL START ===== */

/* Рубрикатор ближе к верхнему тексту */
.arhio-catalog-section__top {
    padding-bottom: 30px !important;
}

/* Если на странице подраздела после H1 нет вступительного текста,
   убираем лишний нижний отступ самого заголовка */
.arhio-catalog-section__title:last-child {
    margin-bottom: 0 !important;
}

/* ===== SUBSECTION SPACING FINAL END ===== */



/* ===== DECORATIVE COLUMNS COPY START ===== */

.arhio-catalog-section__columns-top {
    max-width: 1040px;

    margin: 28px 0 0;

    font-size: 15px;
    line-height: 1.68;

    color: #2D2A2A;
}

.arhio-catalog-section__columns-top p {
    margin: 0 0 16px;
}

.arhio-catalog-section__columns-top p:last-child {
    margin-bottom: 0;
}


.arhio-catalog-section__columns-bottom {
    width: 100%;

    background: #fff;
}

.arhio-catalog-section__columns-bottom-inner {
    width: calc(100% - 80px);
    max-width: 1040px;

    margin: 0 auto;

    padding: 58px 0 74px;

    font-size: 15px;
    line-height: 1.72;

    color: #2D2A2A;
}

.arhio-catalog-section__columns-bottom-inner p {
    margin: 0 0 17px;
}

.arhio-catalog-section__columns-bottom-inner p:last-child {
    margin-bottom: 0;
}

/* ===== DECORATIVE COLUMNS COPY END ===== */


/* ===== ARHIO ALL SECTION COPY FINAL START ===== */

.arhio-catalog-section__copy-top {
    width: 100%;

    margin: 28px 0 0;

    font-size: 15px;
    line-height: 1.68;

    color: #2D2A2A;
}

.arhio-catalog-section__copy-top p {
    margin: 0 0 16px;
}

.arhio-catalog-section__copy-top p:last-child {
    margin-bottom: 0;
}


.arhio-catalog-section__copy-bottom {
    width: 100%;

    background: #fff;
}

.arhio-catalog-section__copy-bottom-inner {
    width: calc(100% - 80px);
    max-width: 1040px;

    margin: 0 auto;

    padding: 58px 0 74px;

    font-size: 15px;
    line-height: 1.72;

    color: #2D2A2A;
}

.arhio-catalog-section__copy-bottom-inner p {
    margin: 0 0 17px;
}

.arhio-catalog-section__copy-bottom-inner p:last-child {
    margin-bottom: 0;
}

/* ===== ARHIO ALL SECTION COPY FINAL END ===== */


/* ===== ARHIO PAGINATION FINAL START ===== */

.arhio-catalog-products__pagination{
    width:100%;

    margin-top:46px;
}


.arhio-catalog-products__pagination
.modern-page-navigation{
    width:100%;

    display:flex;

    align-items:center;
    justify-content:center;

    gap:18px;

    font-family:
        "Montserrat",
        Arial,
        sans-serif;

    color:#2D2A2A;
}


.arhio-catalog-products__pagination
.modern-page-title{
    display:none !important;
}


.arhio-catalog-products__pagination
.modern-page-navigation a,

.arhio-catalog-products__pagination
.modern-page-navigation
.modern-page-current{
    display:inline-flex;

    align-items:center;
    justify-content:center;

    min-width:30px;
    min-height:36px;

    padding:0 3px;

    box-sizing:border-box;

    color:#2D2A2A !important;

    font-size:22px !important;
    font-weight:500 !important;
    line-height:1 !important;

    text-decoration:none !important;

    background:none !important;

    border:0 !important;

    opacity:1 !important;

    transition:
        opacity .18s ease;
}


.arhio-catalog-products__pagination
.modern-page-navigation a:hover{
    color:#2D2A2A !important;

    opacity:.52 !important;
}


.arhio-catalog-products__pagination
.modern-page-current{
    font-weight:700 !important;
}


.arhio-catalog-products__pagination
.modern-page-next,

.arhio-catalog-products__pagination
.modern-page-previous{
    width:38px;
    min-width:38px;

    padding:0 !important;

    font-size:0 !important;
}


.arhio-catalog-products__pagination
.modern-page-next::after{
    content:"→";

    display:block;

    color:#2D2A2A;

    font-size:30px;
    font-weight:400;
    line-height:1;
}


.arhio-catalog-products__pagination
.modern-page-previous::after{
    content:"←";

    display:block;

    color:#2D2A2A;

    font-size:30px;
    font-weight:400;
    line-height:1;
}

/* ===== ARHIO PAGINATION FINAL END ===== */



/* ===== ARHIO PAGINATION CLEAN FIX START ===== */

/*
 * В Bitrix ссылки назад/вперед содержат текст:
 * "Пред." и "След."
 *
 * Здесь скрываем именно этот текст и оставляем
 * только наши крупные стрелки.
 */

.arhio-catalog-products__pagination
.modern-page-navigation
a.modern-page-previous,

.arhio-catalog-products__pagination
.modern-page-navigation
a.modern-page-next {

    width: 44px !important;
    min-width: 44px !important;
    height: 42px !important;
    min-height: 42px !important;

    padding: 0 !important;
    margin: 0 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 0 !important;
    line-height: 0 !important;

    color: #2D2A2A !important;

    overflow: hidden !important;

    text-decoration: none !important;
}


/* НАЗАД */

.arhio-catalog-products__pagination
.modern-page-navigation
a.modern-page-previous::after {

    content: "←";

    display: block;

    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1 !important;

    color: #2D2A2A !important;
}


/* ВПЕРЕД */

.arhio-catalog-products__pagination
.modern-page-navigation
a.modern-page-next::after {

    content: "→";

    display: block;

    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1 !important;

    color: #2D2A2A !important;
}


/* Общая геометрия */

.arhio-catalog-products__pagination
.modern-page-navigation {

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 20px !important;
}


/* ЦИФРЫ */

.arhio-catalog-products__pagination
.modern-page-navigation > a:not(.modern-page-next):not(.modern-page-previous),

.arhio-catalog-products__pagination
.modern-page-navigation > .modern-page-current {

    min-width: 32px !important;
    height: 42px !important;

    padding: 0 !important;
    margin: 0 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 22px !important;
    line-height: 1 !important;

    color: #2D2A2A !important;

    text-decoration: none !important;
}


/* Текущая страница */

.arhio-catalog-products__pagination
.modern-page-navigation
.modern-page-current {

    font-weight: 700 !important;
}


/* ===== ARHIO PAGINATION CLEAN FIX END ===== */



/* ===== ARHIO CATALOG SECTIONS MOBILE FINAL START ===== */

.arhio-mobile-desc-toggle{
    display:none;
}

@media(max-width:900px){

    /* H1 */

    .arhio-catalog-section__title{
        width:100% !important;
        max-width:100% !important;
        margin-left:auto !important;
        margin-right:auto !important;
        text-align:center !important;
    }


    /* ОПИСАНИЕ — МОБИЛЬНЫЙ АККОРДЕОН */

    .arhio-mobile-desc-toggle{
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;

        width:100% !important;
        min-height:48px !important;

        margin:18px 0 !important;
        padding:11px 14px !important;

        box-sizing:border-box !important;

        border:1px solid rgba(45,42,42,.25) !important;
        background:transparent !important;

        color:#2D2A2A !important;

        font:inherit !important;
        text-align:left !important;

        cursor:pointer;
    }

    .arhio-mobile-desc-toggle__icon{
        margin-left:12px;
        font-size:20px;
        line-height:1;
    }

    .arhio-catalog-section__top.arhio-mobile-desc-collapsed
    .arhio-catalog-section__copy-top,

    .arhio-catalog-section__top.arhio-mobile-desc-collapsed
    .arhio-catalog-section__intro,

    .arhio-catalog-section__copy-bottom.arhio-mobile-desc-collapsed{
        display:none !important;
    }


    /* ПОДРАЗДЕЛЫ — ПО ОДНОМУ В СТРОКУ */

    .arhio-catalog-subsections__list{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:8px !important;

        width:100% !important;
    }

    .arhio-catalog-subsections__link{
        display:flex !important;

        align-items:center !important;
        justify-content:center !important;

        width:100% !important;
        max-width:none !important;

        min-height:48px !important;

        margin:0 !important;
        padding:10px 14px !important;

        box-sizing:border-box !important;

        text-align:center !important;
    }

    .arhio-catalog-subsections__label{
        text-align:center !important;
    }


    /* ТОВАРЫ — 2 КАРТОЧКИ В РЯД */

    .arhio-catalog-products{
        display:grid !important;

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap:14px !important;

        width:100% !important;
    }

    .arhio-catalog-product{
        width:100% !important;
        min-width:0 !important;
        max-width:none !important;

        margin:0 !important;

        box-sizing:border-box !important;
    }

    .arhio-catalog-product__media,
    .arhio-catalog-product__image-pad{
        width:100% !important;
        max-width:100% !important;
    }

    .arhio-catalog-product__image{
        max-width:100% !important;
    }

    .arhio-catalog-product__title{
        width:100% !important;
        max-width:100% !important;

        text-align:center !important;

        overflow-wrap:anywhere;
    }

}

/* ===== ARHIO CATALOG SECTIONS MOBILE FINAL END ===== */



/* ===== CATALOG MOBILE TITLE CENTER V2 START ===== */

@media(max-width:900px){

    .arhio-catalog-section__title{
        display:block !important;

        position:static !important;
        left:auto !important;
        right:auto !important;
        transform:none !important;

        width:100% !important;
        max-width:100% !important;

        margin:
            0 auto !important;

        padding:
            0 6px !important;

        box-sizing:border-box !important;

        text-align:center !important;

        font-size:
            clamp(34px, 9vw, 46px) !important;

        line-height:1.05 !important;

        letter-spacing:-0.02em !important;

        white-space:normal !important;
        word-break:normal !important;
        overflow-wrap:normal !important;
        hyphens:none !important;
    }
}

/* ===== CATALOG MOBILE TITLE CENTER V2 END ===== */

/* End */
/* /local/templates/arhio_new/components/bitrix/catalog/catalog/style.css?17878308476484 */
/* /local/templates/arhio_new/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17881883257306 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1758799373675 */
/* /local/templates/arhio_new/components/bitrix/catalog/catalog/bitrix/catalog.section/arhio_catalog/style.css?178819075122261 */
