

/* 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/components/bitrix/system.pagenavigation/.default/style.css?17544006221338*/
.pagination-list {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.pagination-list__link {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #E9E9E9;
	border-radius: 0;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px;
}

span.pagination-list__link {
	background: #E9E9E9;
	border-color: #E9E9E9;
}

.pagination-list__item--active .pagination-list__link {
	background: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
}

.pagination-list__item svg {
	width: 7px;
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.pagination-more {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F8FE;
	border: 1px solid #DCEAFD;
	border-radius: 4px;
	padding: 0 25px;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}


@media (max-width: 767px) {
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
	}

	.pagination-more {
		width: 100%;
		max-width: 335px;
		margin-bottom: 10px;
	}

	.pagination-list {
		width: 100%;
		justify-content: center;
	}
}
/* End */


/* Start:/local/templates/box/components/bitrix/news.list/brands-list/style.css?1757917190652*/
.brands-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 39px;
	margin-top: 60px;
}

.brand-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.brand-item img {
	max-width: 100%;
	max-height: 100%;
	/* height: 90px; */
	object-fit: scale-down;
	object-position: center;
}

.pagination {
	grid-column: 5 span;
}

@media (max-width: 1200px) {
	.brands-list {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 992px) {
	.brands-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.brands-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* End */
/* /local/templates/box/style/showroom.css?17633640632103 */
/* /local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17544006221338 */
/* /local/templates/box/components/bitrix/news.list/brands-list/style.css?1757917190652 */
