

/* 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 */
/* /local/templates/arhio_new/components/bitrix/catalog/catalog/style.css?17878308476484 */
