

/* 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.element/arhio_product/style.css?178846910620997*/
/* ============================================================
   ARHIO PRODUCT
============================================================ */

.arhio-product-page,
.arhio-product-page *,
.arhio-product-page *::before,
.arhio-product-page *::after {
    box-sizing: border-box;
}

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

    margin: 0 auto;

    padding: 50px 0 90px;

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

    color: #2D2A2A;
}


/* ============================================================
   MAIN
============================================================ */

.arhio-product-main {
    display: grid;

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

    gap: 58px;

    align-items: start;
}


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

.arhio-product-gallery {
    min-width: 0;
}

.arhio-product-gallery__main {
    width: 100%;

    aspect-ratio: 1 / 1;

    margin: 0;
    padding: 20px;

    display: flex;

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

    border: 2px solid #E4DBD2;

    background: #fff;

    cursor: zoom-in;
}

.arhio-product-gallery__main img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}

.arhio-product-gallery__thumbs {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 10px;

    margin-top: 12px;
}

.arhio-product-gallery__thumb {
    aspect-ratio: 1 / 1;

    padding: 5px;

    border: 1px solid #E4DBD2;

    background: #fff;

    cursor: pointer;
}

.arhio-product-gallery__thumb.is-active {
    border-color: #2D2A2A;
}

.arhio-product-gallery__thumb img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* ============================================================
   INFO
============================================================ */

.arhio-product-title {
    margin: -4px 0 31px;

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

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

    font-weight: 600;

    letter-spacing: -0.035em;

    color: #2D2A2A;
}

.arhio-product-specs {
    width: 100%;

    margin: 0 0 27px;
}

.arhio-product-specs__row {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;

    padding: 13px 0;

    border-bottom: 1px solid #E4DBD2;
}

.arhio-product-specs__row:first-child {
    border-top: 1px solid #E4DBD2;
}

.arhio-product-specs dt,
.arhio-product-specs dd {
    margin: 0;
    padding: 0;

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

    color: #2D2A2A;
}

.arhio-product-specs dt {
    font-weight: 400;
}

.arhio-product-specs dd {
    font-weight: 600;

    text-align: right;
}

.arhio-product-description {
    margin-top: 26px;

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

    color: #2D2A2A;
}

.arhio-product-description p {
    margin: 0 0 16px;
}

.arhio-product-description p:last-child {
    margin-bottom: 0;
}


/* ============================================================
   FILES
============================================================ */

.arhio-product-files {
    width: 100%;

    display: grid;

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

    gap: 10px;

    margin-top: 28px;
}

.arhio-product-file {
    min-height: 58px;

    padding: 13px 14px;

    display: flex;

    align-items: center;

    gap: 10px;

    border: 1px solid #2D2A2A;

    color: #2D2A2A !important;

    text-decoration: none !important;

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

    font-weight: 600;
}

.arhio-product-file__icon {
    flex: 0 0 auto;

    font-size: 19px;

    font-weight: 400;
}

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

    .arhio-product-file:hover {
        background: #2D2A2A;

        color: #fff !important;
    }

}


/* ============================================================
   CONSULT
============================================================ */

.arhio-product-consult {
    width: 100%;

    min-height: 58px;

    margin-top: 10px;

    padding: 14px 20px;

    border: 1px solid #2D2A2A;

    background: #2D2A2A;

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

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

    font-weight: 600;

    text-transform: uppercase;

    color: #fff;

    cursor: pointer;

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

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

    .arhio-product-consult:hover {
        background: #E4DBD2;

        color: #2D2A2A;
    }

}


/* ============================================================
   PALETTE SLIDER
============================================================ */

.arhio-product-palette {
    width: 100%;

    margin-top: 42px;

    padding: 26px;

    background: #E4DBD2;
}

.arhio-product-palette__head {
    width: 100%;

    display: flex;

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

    gap: 25px;

    margin-bottom: 20px;
}

.arhio-product-palette__title {
    margin: 0;

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

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

    font-weight: 600;

    letter-spacing: -0.02em;

    color: #2D2A2A;
}

.arhio-product-palette__controls {
    display: flex;

    gap: 7px;
}

.arhio-product-palette__arrow {
    width: 42px;
    height: 42px;

    padding: 0;

    display: flex;

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

    border: 1px solid #2D2A2A;

    background: transparent;

    font-size: 20px;

    color: #2D2A2A;

    cursor: pointer;
}

.arhio-product-palette__viewport {
    width: 100%;

    overflow: hidden;

    scroll-behavior: smooth;
}

.arhio-product-palette__track {
    display: flex;

    flex-wrap: nowrap;

    gap: 14px;
}

.arhio-product-palette__item {
    flex:
        0 0
        calc((100% - 42px) / 4);

    min-width: 0;

    display: block;

    padding: 8px 8px 11px;

    background: #fff;

    color: #2D2A2A !important;

    text-decoration: none !important;

    cursor: zoom-in;
}

.arhio-product-palette__image {
    width: 100%;

    aspect-ratio: 1 / 1;

    overflow: hidden;

    background: #f5f2ee;
}

.arhio-product-palette__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .3s ease;
}

.arhio-product-palette__name {
    min-height: 47px;

    padding: 10px 4px 0;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

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

    color: #2D2A2A;
}

.arhio-product-palette__name strong {
    margin-top: 3px;

    font-size: 12px;

    font-weight: 600;
}

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

    .arhio-product-palette__item:hover
    .arhio-product-palette__image img {
        transform: scale(1.035);
    }

}


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

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

.arhio-product-lightbox {
    position: fixed;

    z-index: 999999;

    inset: 0;

    padding: 60px;

    display: flex;

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

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

.arhio-product-lightbox img {
    display: block;

    max-width: 90vw;
    max-height: 88vh;

    width: auto;
    height: auto;

    object-fit: contain;
}

.arhio-product-lightbox__close {
    position: absolute;

    top: 24px;
    right: 28px;

    padding: 0;

    border: 0;

    background: transparent;

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

    color: #fff;

    cursor: pointer;
}



/* ===== ARHIO PRODUCT LIGHTBOX FINAL START ===== */

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

.arhio-product-lightbox {
    position: fixed;

    z-index: 999999;

    inset: 0;

    display: flex;

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

    padding: 55px 105px;

    background: rgba(255,255,255,.98);
}

.arhio-product-lightbox__canvas {
    width: 100%;
    height: 100%;

    max-width: 1100px;
    max-height: calc(100vh - 110px);

    display: flex;

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

    background: #fff;
}

.arhio-product-lightbox__canvas img,
.arhio-product-lightbox img {
    display: block;

    width: auto;
    height: auto;

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

    object-fit: contain;

    background: #fff;
}

.arhio-product-lightbox__close {
    position: absolute;

    z-index: 4;

    top: 20px;
    right: 26px;

    width: 48px;
    height: 48px;

    padding: 0;

    border: 0;

    display: flex;

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

    background: transparent;

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

    font-weight: 300;

    color: #2D2A2A;

    cursor: pointer;
}

.arhio-product-lightbox__arrow {
    position: absolute;

    z-index: 4;

    top: 50%;

    width: 54px;
    height: 54px;

    padding: 0;

    border: 1px solid #2D2A2A;

    display: flex;

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

    background: #fff;

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

    color: #2D2A2A;

    cursor: pointer;

    transform: translateY(-50%);
}

.arhio-product-lightbox__arrow--prev {
    left: 28px;
}

.arhio-product-lightbox__arrow--next {
    right: 28px;
}

.arhio-product-lightbox__arrow[hidden] {
    display: none !important;
}

.arhio-product-file--button {
    width: 100%;

    margin: 0;

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

    text-align: left;

    background: #fff;

    cursor: pointer;
}

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

    .arhio-product-lightbox__arrow:hover {
        background: #E4DBD2;
    }

    .arhio-product-lightbox__close:hover {
        opacity: .65;
    }

}

/* ===== ARHIO PRODUCT LIGHTBOX FINAL END ===== */


/* ===== ARHIO RELATED PRODUCTS START ===== */

.arhio-related {
    width: 100%;

    margin-top: 58px;
}

.arhio-related__head {
    display: flex;

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

    gap: 25px;

    margin-bottom: 22px;
}

.arhio-related__title {
    margin: 0;

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

    font-size: 28px;
    line-height: 1.18;

    font-weight: 600;

    letter-spacing: -0.025em;

    color: #2D2A2A;
}

.arhio-related__title span {
    display: block;

    margin-top: 4px;
}

.arhio-related__controls {
    display: flex;

    gap: 7px;
}

.arhio-related__arrow {
    width: 42px;
    height: 42px;

    padding: 0;

    display: flex;

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

    border: 1px solid #2D2A2A;

    background: #fff;

    font-size: 20px;

    color: #2D2A2A;

    cursor: pointer;
}

.arhio-related__viewport {
    width: 100%;

    overflow: hidden;

    scroll-behavior: smooth;
}

.arhio-related__track {
    display: flex;

    flex-wrap: nowrap;

    gap: 20px;
}

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

    min-width: 0;

    padding: 10px 10px 16px;

    display: block;

    background: #fff;

    color: #2D2A2A !important;

    text-decoration: none !important;

    transition: transform .2s ease;
}

.arhio-related__media {
    width: 100%;

    aspect-ratio: 1 / 1;

    padding: 2px;

    display: flex;

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

    background: #E4DBD2;
}

.arhio-related__media img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;

    background: #fff;
}

.arhio-related__name {
    min-height: 45px;

    padding: 13px 5px 0;

    display: flex;

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

    text-align: center;

    font-size: 13px;
    line-height: 1.35;

    font-weight: 500;

    color: #2D2A2A;
}

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

    .arhio-related__card:hover {
        transform: scale(1.025);
    }

    .arhio-related__arrow:hover {
        background: #E4DBD2;
    }

}

/* ===== ARHIO RELATED PRODUCTS END ===== */



/* ===== ARHIO PRODUCT MOBILE FINAL START ===== */

.arhio-palette-mobile-more,
.arhio-related-mobile-more{
    display:none;
}

@media(max-width:900px){

    /* =====================================================
       ОСНОВНАЯ КАРТОЧКА
       H1 -> ФОТО -> ИНФОРМАЦИЯ -> ДОКУМЕНТЫ
       ===================================================== */

    .arhio-product-main{
        display:flex !important;
        flex-direction:column !important;

        width:100% !important;
        gap:22px !important;
    }


    .arhio-product-title{
        display:block !important;

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

        margin:0 auto 4px !important;
        padding:0 !important;

        box-sizing:border-box !important;

        text-align:center !important;

        font-size:
            clamp(30px, 8vw, 44px) !important;

        line-height:1.06 !important;

        white-space:normal !important;
    }


    .arhio-product-gallery{
        width:100% !important;
        max-width:100% !important;

        margin:0 auto !important;
    }


    .arhio-product-gallery__main{
        display:flex !important;

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

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

        height:auto !important;
        min-height:0 !important;

        margin:0 auto !important;

        overflow:hidden !important;
    }


    .arhio-product-gallery__main img{
        display:block !important;

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

        height:auto !important;
        max-height:78vh !important;

        margin:0 auto !important;

        object-fit:contain !important;
        object-position:center !important;
    }


    .arhio-product-gallery__thumbs{
        width:100% !important;

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

        gap:6px !important;
    }


    /*
     * Файловая кнопка возле фотографии
     * на mobile не нужна — документы будут
     * в правильном месте внизу информации.
     */

    .arhio-product-gallery
    .arhio-product-file--button{
        display:none !important;
    }


    .arhio-product-info{
        display:flex !important;
        flex-direction:column !important;

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

        margin:0 !important;
    }


    .arhio-product-specs{
        order:10;
        width:100% !important;
    }


    .arhio-product-description{
        order:20;

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

        text-align:left !important;
    }


    .arhio-product-consult{
        order:30;
    }


    /*
     * Документы — последними в информационном блоке.
     */

    .arhio-product-files{
        order:40;

        display:grid !important;
        grid-template-columns:1fr !important;

        width:100% !important;

        margin-top:18px !important;
    }


    .arhio-product-file{
        width:100% !important;
        box-sizing:border-box !important;
    }


    /* =====================================================
       ПАЛИТРА
       4 ЦВЕТА В РЯД / ПЕРВЫЕ 8
       ===================================================== */

    .arhio-product-palette{
        padding-top:38px !important;
        padding-bottom:38px !important;
    }


    .arhio-product-palette__head{
        display:block !important;

        width:100% !important;

        text-align:center !important;
    }


    .arhio-product-palette__title{
        width:100% !important;
        text-align:center !important;
    }


    .arhio-product-palette__controls{
        display:none !important;
    }


    .arhio-product-palette__viewport{
        width:100% !important;

        overflow:visible !important;
    }


    .arhio-product-palette__track{
        display:grid !important;

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

        gap:10px !important;

        width:100% !important;
        min-width:0 !important;

        transform:none !important;
        translate:none !important;
    }


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

        margin:0 !important;

        transform:none !important;
    }


    .arhio-product-palette__image{
        width:100% !important;
        aspect-ratio:1 / 1 !important;

        overflow:hidden !important;
    }


    .arhio-product-palette__image img{
        width:100% !important;
        height:100% !important;

        object-fit:cover !important;
    }


    .arhio-product-palette__name{
        margin-top:5px !important;

        font-size:13px !important;
        line-height:1.2 !important;

        text-align:center !important;
    }


    .arhio-product-palette.is-mobile-collapsed
    .arhio-product-palette__item:nth-child(n+5){
        display:none !important;
    }


    .arhio-palette-mobile-more{
        display:block;

        min-height:44px;

        margin:20px auto 0;
        padding:9px 22px;

        border:1px solid #2D2A2A;
        background:transparent;

        color:#2D2A2A;

        font:inherit;

        cursor:pointer;
    }


    /* =====================================================
       ДРУГИЕ ТОВАРЫ
       2 В РЯД / ПОКАЗАТЬ ЕЩЁ
       ===================================================== */

    .arhio-related{
        padding-top:38px !important;
        padding-bottom:38px !important;
    }


    .arhio-related__head{
        display:block !important;

        width:100% !important;

        text-align:center !important;
    }


    .arhio-related__title{
        width:100% !important;

        text-align:center !important;
    }


    .arhio-related__controls{
        display:none !important;
    }


    .arhio-related__viewport{
        width:100% !important;

        overflow:visible !important;
    }


    .arhio-related__track{
        display:grid !important;

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

        gap:14px !important;

        width:100% !important;
        min-width:0 !important;

        transform:none !important;
        translate:none !important;
    }


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

        margin:0 !important;

        transform:none !important;

        box-sizing:border-box !important;
    }


    .arhio-related__media{
        width:100% !important;
    }


    .arhio-related__media img{
        display:block !important;

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


    .arhio-related__name{
        width:100% !important;

        text-align:center !important;

        overflow-wrap:anywhere;
    }


    .arhio-related__card.arhio-related-mobile-hidden{
        display:none !important;
    }


    .arhio-related-mobile-more{
        display:block;

        min-height:44px;

        margin:22px auto 0;
        padding:9px 24px;

        border:1px solid #2D2A2A;
        background:transparent;

        color:#2D2A2A;

        font:inherit;

        cursor:pointer;
    }

}

/* ===== ARHIO PRODUCT MOBILE FINAL END ===== */


/* ===== ARHIO PRODUCT PALETTE SMALL LIGHTBOX FINAL START ===== */

.arhio-product-lightbox{
    inset:auto !important;

    top:50% !important;
    left:50% !important;

    width:min(520px, calc(100vw - 40px)) !important;
    height:min(520px, calc(100vw - 40px)) !important;

    padding:0 !important;

    transform:translate(-50%,-50%) !important;

    background:#fff !important;

    box-shadow:
        0 0 0 9999px rgba(0,0,0,.42),
        0 12px 45px rgba(0,0,0,.18) !important;
}

.arhio-product-lightbox__canvas{
    width:100% !important;
    height:100% !important;

    max-width:none !important;
    max-height:none !important;

    padding:28px !important;
    box-sizing:border-box !important;
}

.arhio-product-lightbox__close{
    top:10px !important;
    right:12px !important;
}

.arhio-product-lightbox__arrow--prev{
    left:14px !important;
}

.arhio-product-lightbox__arrow--next{
    right:14px !important;
}

/* ===== ARHIO PRODUCT PALETTE SMALL LIGHTBOX FINAL END ===== */


/* ===== ARHIO RELATED PRODUCT FOCUS FIX START ===== */

.arhio-related__card{
    -webkit-tap-highlight-color: transparent;
}

.arhio-related__card:focus{
    outline: none !important;
}

.arhio-related__card:focus-visible{
    outline: none !important;
    box-shadow: inset 0 0 0 1px rgba(45,42,42,.35);
}

/* ===== ARHIO RELATED PRODUCT FOCUS FIX END ===== */


/* End */
/* /local/templates/arhio_new/components/bitrix/catalog/catalog/style.css?17878308476484 */
/* /local/templates/arhio_new/components/bitrix/catalog/catalog/bitrix/catalog.element/arhio_product/style.css?178846910620997 */
