

/* Start:/local/templates/box/style/showroom.css?17633640632103*/
.showroom p {
    font-family: var(--font-family-cormorant);
    font-style: normal;
    font-weight: 400;
    /* font-size: clamp(14px, 1vw, 15px); */
    font-size: 15px;
    line-height: 16px;
    word-break: break-word;

    text-align: justify;
}

.showroom .showroom-big-text{
    font-size: 18px;
    line-height: 19px;
    font-weight: 500;
}

.showroom p.title {
    font-size: clamp(18px, 2.6vw, 24px);
    margin-bottom: clamp(20px, 3vw, 56px);
    margin-top: 0;
    letter-spacing: 0.2em;
}

.showroom p.title:not(:first-child) {
    margin-top: clamp(30px, 3vw, 56px);
}

.showroom > div{
    margin-bottom: 35px;
}

.showroom img{
    display: block;
    width: 100%;
    line-height: auto;
    background: #f5f5f5;
}

.showroom * + img {
    margin-top: 20px;
}

.showroom .pd-top{
    padding-top: clamp(20px, 3.53125vw, 74px); 
}

.showroom h2{
    font-size: 18px;
    font-weight: 300;
}

/* Анимация появления изображений при скролле */
.showroom img.fade-in {
    opacity: 0;
}

/* Анимация исчезновения изображений при скролле */
.showroom img.fade-out {
    opacity: 1;
}

/* Анимация появления и исчезновения изображений при скролле */
.showroom img.fade-in-out {
    opacity: 0;
}

.showroom a{
    color: inherit;
}

main .main-container{
    padding: 0 30px;
}

main .main-container .big-picture{
    margin: 0 -30px;
}

@media screen and (max-width: 768px) {
    main .main-container{
        padding: 0 15px;
    }
    main .main-container .big-picture{
        margin: 0 -15px;
    }
    [data-slider="showroom"]{
        margin: 0 -5px 0;
    }
    [data-slider="showroom"] img{
        margin: 0 5px 0;
    }

    .showroom p{
        font-weight: 400;
        font-size: 17px;
        line-height: 21px;
    }

    .showroom p.title{
        font-size: 22px;
    }
}

/* .showroom .col--1 .content-sticky{
    max-width: 310px;
} */
/* End */


/* Start:/local/templates/box/style/grid-system.css?1763020776722*/
@media (min-width: 768px) {
    .grid-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
        max-width: 100%;
    }

    .col--1 {
        grid-column: span 1;
    }

    .col--2 {
        grid-column: span 2;
    }

    .col--3 {
        grid-column: span 3;
    }

    .col--4 {
        grid-column: span 4;
    }

    .content-sticky {
        position: sticky;
        top: 30%;
    }

    .grid-container:first-child .content-sticky {
        top: clamp(160px, 15%, 300px);
    }

    .col--2-contacts{
        display: flex;
        justify-content: center;
    }

    .contacts-content{
        max-width: 500px;
    }
}
/* End */
/* /local/templates/box/style/showroom.css?17633640632103 */
/* /local/templates/box/style/grid-system.css?1763020776722 */
