

/* Start:/local/templates/main/components/bitrix/news/news/style.css?16481267011257*/
.b-interiors-video{
	position: relative;
	width: 100%;
	height: auto;
}
.b-interiors-video__wrapper{
	position: relative;
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-size: cover;
	background-repeat: no-repeat;
}
.b-interiors-video__block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
}
.b-interiors-video__title{
	max-width: 600px;
	font-weight: 900;
	font-size: 5vw;
	line-height:1;
	color: transparent;
	text-transform: uppercase;
	-webkit-text-stroke:1px #ffffff;
}

.b-interiors-video__block button {
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.b-interiors-video__block button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


@media(max-width: 800px) {
  .b-interiors-video__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b-interiors-video__block {
    width: 100%;
  }

}

.news-list-item-title {
	font-weight: 600;
    text-align: center;
}

.news-list-item-content {
	color: grey;
    text-align: center;
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/pager/style.css?16251353541186*/
.b-pager{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 2% 40px;
	margin-bottom: 40px;
	background-color: #ffffff;
}

[class^=b-pager__arrow_] .b-pager__link{
	padding: 10px 5px;
}
[class^=b-pager__arrow_] .b-pager__link svg{
	stroke: #000000;
}
[class^=b-pager__arrow_] .b-pager__link.disabled svg{
	stroke: #ADA090;
}

.b-pager__list{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.b-pager__item{
	margin: 0px 5px;
}
.b-pager__link{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	font-size: 16px;
	color: #1E1A1B;
}
.b-pager__link.current:before{
	content: '';
	position: absolute;
	bottom: 0px;
	width: 25px;
	height: 1px;
	background-color: #ADA090;
}

.b-pager__item:hover a {
  text-decoration: none;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/news/bitrix/news.list/list/style.css?1625135354645*/
.news-list-wrapper{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin: 0 -15px;
}
.news-list-item-container{
	width: 25%;
	min-width: 300px;
	padding: 0 15px;
	margin-bottom: 25px;
}
.news-list-item-wrapper{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.news-list-item-images{
	position: relative;
	display: flex;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.news-list-item-images img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-list-item-title{
	display: flex;
	justify-content: center;
	padding: 10px 0 15px;
}
.news-list-item-content{
	flex-grow: 1;
}

/* End */
/* /local/templates/main/components/bitrix/news/news/style.css?16481267011257 */
/* /local/templates/main/components/bitrix/system.pagenavigation/pager/style.css?16251353541186 */
/* /local/templates/main/components/bitrix/news/news/bitrix/news.list/list/style.css?1625135354645 */
