

/* Start:/bitrix/templates/headliner/css/gallery.css?169996418314455*/
.page-gallery {

}

.gallery-main-list {
	background-color: #171717;
}
.gallery-item {
	overflow: hidden;
}
.window-slider .gallery-item {
	overflow: hidden;
	margin-right: 90px;
	transition-property: all;
	transition-duration: .5s;
	transform-origin: right;
	max-width: 100%;
}
.window-slider .gallery-item-img__item {
	max-height: 700px;
	width: auto;
}
.window-slider .gallery-item[aria-selected=false] {
	transform: scale(.7);
}
.window-slider .gallery-item[aria-selected=true] ~ .gallery-item[aria-selected=false] {
	transform-origin: left;
}

.gallery-item-over {
	min-height: calc(100vh - 140px);
	display: block;
	color: #FFF;
	position: relative;
	font-size: 16px;
}

.gallery-item-over .gallery-item-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	width: 100%;
	height: 100%;

	background-size: cover;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.4s
}

.gallery-item-over:hover .gallery-item-bg {
	transform: translate(-50%, -50%) scale(1.05);
}

.gallery-item-over .gallery-item-title {
	font-size: 3.125em;
	position: absolute;
	left: 15%;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
	font-family: "Roboto Slab", sans-serif;
	z-index: 1;

}

@media (max-width: 1024px) {

	.gallery-item-over {

		min-height: calc(50vh - 35px);
		height: calc(50vh - 35px);
	}

}

@media (max-width: 768px) {
	.gallery-item-over .gallery-item-title {
		font-size: 1.688em;
	}
}

.gallery-page .b-top .item__txt {
	z-index: 1;
	margin-top: 50px;
	opacity: 0;
	transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), margin-top 1s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition-delay: 0.2s;
}

.gallery-page .item.is-selected .item__txt {
	margin-top: 0;
	opacity: 1;
}

.gallery-page .b-top .tooltip {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20%;
	border-right: 1px dashed #fff;
	color: #fff;
	opacity: 0.5;
}

.gallery-page .b-top .tooltip__txt {
	position: absolute;
	-webkit-transform: translate(22.5%, 0) rotate(-90deg);
	transform: translate(22.5%, 0) rotate(-90deg);
	-webkit-transform-origin: 50% -50%;
	transform-origin: 50% -50%;
	white-space: nowrap;
	top: 60%;
	right: 100%;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 1;
}

.b-top .tooltip__txt::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	margin-top: 10px;
}

.gallery-page .b-info.b-info-first .b-txt {
	padding: 0;
	margin-top: -3%;
}

.gallery-page .b-info.b-info-first {
	margin-top: -8.75%;
	background-color: #171717;
}

.gallery-page .b-info .b-txt .b-inner .txt ul {

	font-size: 16px;
}

.gallery-page .b-info .b-txt .b-inner .txt ul li {

	font-size: 1.250em;
	color: #7F7F7F;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 20px 20px 0;
	width: 170px;

}

.gallery-page .b-info .b-txt .b-inner .txt ul li.br {
	display: block;
	width: 100%;
	height: 1px;
}

.gallery-page .b-masked.active .b-masked__mask {
	-webkit-animation: width-in-l 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
	animation: width-in-l 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.gallery-page .b-masked .b-masked__mask {
	-webkit-animation: width-out-r 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
	animation: width-out-r 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.gallery-page .b-info .b-txt .b-content {
	background-color: #fff;
	padding: 16% 50px;
	margin-left: -50px;
	height: 100%;
	min-height: 127vh;
}

.gallery-page .b-info .b-txt .b-content p.b-txt-title {

	color: #000;
}

.gallery-page .b-info .b-txt .b-content p {
	color: #7F7F7F;
}

.gallery-page .b-txt.b-txt-black .b-content p {

	color: #FFF;
}

.gallery-page .b-txt-black {
	background-color: #171717;
}

.gallery-page .b-txt-red {
	background-color: #E41A4A;
}
.window-slider {
	position: relative;
	background: #1E1E1E;
}
.gallery-slider {
}

.gallery-slider .flickity-slider {
	display: flex;
	align-items: center;
}

.flickity-viewport {
	transition: height 0.2s;
}
.gallery-action-group {
	display: flex;
	flex-direction: row;
	gap: 20px;
	padding: 62px 50px;
	background-color: #000;
	transition: .7s;
}
.gallery-action-group__item {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-weight: 600;
	font-size: 24px;
	line-height: 20px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	background: transparent;
	color: white;
	border: none;
}
.gallery-action-group__item.active {
	color: #E41A4A;
}
.gallery-action-group__item:enabled:hover {
	cursor: pointer;
	color: #fa2f5f;
}
.gallery-slider .gallery-item {
	max-height: 80vh;
	max-width: 90vw;
	height: auto;
	width: auto;
	overflow: hidden;
}


.gallery-slider .gallery-item-img,
.gallery-slider .gallery-item-video {
	position: relative;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.gallery-slider .gallery-item-video.init .btn-play--round {
	display: none;
}

.gallery-slider .gallery-item-video.init .video-controls {
	display: block;
}

.gallery-slider .gallery-item-video .video-over,
.gallery-slider .gallery-item-video .player {
	width: 100%;
	height: 100%;
}

.gallery-slider .gallery-item-video .video-controls {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	padding: 5px 0;
	z-index: 2;
}

.gallery-slider .gallery-item-video .btn-play--round {
	z-index: 2;
}

.gallery-slider .gallery-item-video .control--play {
	margin-right: 20px;
}

.gallery-slider .gallery-item-img::after,
.gallery-slider .gallery-item-video::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.gallery-slider .gallery-item .gallery-item-title.b-notice {
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	/*z-index: 3;*/
	width: 110px;
	background-color: #000;
	color: #FFF;
	transform: translateY(-50%);
	opacity: 0;
	transition: .7s;
	z-index: 1;
}

.gallery-slider .gallery-item.is-selected .gallery-item-title.b-notice {
	opacity: 1;
	transform: translateY(0%);
}

.gallery-slider .gallery-item .gallery-item-title.b-notice .notice {
	position: absolute;
	left: 50%;
	bottom: 60px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.gallery-slider .gallery-item .gallery-number {

	font-family: 'Roboto Slab';

	font-size: 10em;
	color: #FFFFFF;
	letter-spacing: 1.33px;
	line-height: 1;
	right: 9%;
	top: auto;
	bottom: calc(10% + 65px);
	position: absolute;
	z-index: 3;

}
.window-slider .flickity-button_custom {
	border: 0;
	transition-property: all;
	transition-duration: .5s;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	z-index: 2;
}

.window-slider .flickity-button_custom:enabled {
	color: #E41A4A;
	cursor: pointer;
}
.window-slider .flickity-button_custom:disabled {
	color: rgba(23, 23, 23, 0.5);
}

.flickity-button__prev {
	transform: translateX(-50%);
}
.flickity-button__next {
	transform: translateX(-50%);
}

.gallery-slider .flickity-prev-next-button:hover {
	background: url(/bitrix/templates/headliner/img/icons/arrow_next.svg) no-repeat center;
	opacity: 1;

}

.gallery-slider .flickity-prev-next-button:active {
	opacity: 1;
}

.gallery-slider .flickity-prev-next-button svg {
	display: none;

}

.gallery-slider .flickity-page-dots {
	display: none;
}

.gallery-slider-over {
	position: relative;
}

.gallery-slider-title {
	display: none;
}

.gallery-paginator {
	position: absolute;
	padding: 10px 0;
	display: flex;
	align-items: baseline;
	transition-duration: .5s;
	transition-property: all;
	bottom: 60px;
	z-index: 2;
}

.gallery-paginator * {
	display: inline-block;
	white-space: nowrap;
	font-size: 40px;
	line-height: 100px;
	color: #fff;
	font-weight: 600;
}

.gallery-paginator .current-slide {
	font-size: 100px;
}

.gallery-paginator .separetor {
	padding: 0 1em;
}

.gallery-paginator .separetor::before {
	content: '/';
}

.gallery-paginator .all-count {
}

.gallery-page .b-features .b-left,
.gallery-page .b-features .b-right {
	position: relative;
	width: 50%;
}

.gallery-item {
	background-color: #171717;
}

.gallery-page .b-left {
	float: left;
}

.gallery-page .b-right {
	float: right;
}

.gallery-page .b-inner .b-txt {
	padding: 50px 50px;
}

.gallery-page .b-features .b-left .b-colored {
	background-color: #E41A4A;
	padding-bottom: 110%;
	color: #FFF;
}

.gallery-page .b-features .b-right .b-colored {
	background-color: #171717;
	padding-bottom: 110%;
	color: #FFF;
}

.gallery-page .b-features .b-left .b-colored .b-content {
	padding-right: 15%;
}

.gallery-page .b-features .b-left .b-content,
.gallery-page .b-features .b-right .b-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.gallery-page .b-features .b-left .b-colored .b-content {
	padding-right: 15%;
}

.gallery-page .b-features .b-right .b-colored .b-content {
	padding-left: 15%;
}

.b-features .b-img {
	width: 100%;
}

.gallery-page .b-features .b-img .img {
	position: relative;
	width: 100%;
	padding-bottom: 88%;
}

.gallery-page .b-features .b-right .b-colored .b-content .b-feature {
	padding-top: 80px;
}

.gallery-page .b-features .b-left .b-colored .b-content .b-feature {
	padding-top: 80px;
	padding-left: 50px;
}

.gallery-page .b-info.b-info-two::before {
	background-color: #171717;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;

}

.b-right.b-txt.b-txt-black {

}

.gallery-page .b-info .b-txt.b-txt-black .b-content {
	background-color: transparent;

}

.gallery-page .b-inner .b-txt {
	/*padding-left: 15%;*/
	/*padding-top: 16.25%;*/
	/*padding-right: 50px;*/
}

.gallery-page .b-info.b-info-two .b-txt {
	padding-top: 2%;
}

.gallery-page .b-txt-right-to-top {
	/*top: 0;*/
	/*bottom: 0;*/
	/*right: 0;*/
	/*background-color: #171717;*/
	/*position: absolute;*/
}

.gallery-page .b-info.b-info-two {
	position: relative;
}

.gallery-page .gallery-item-over {
	height: 50vh;
	min-height: 50vh;
}

.gallery-page .gallery-item-over .gallery-item-title {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

pre {
	width: 100%;
	overflow: hidden;
}

@media (max-width: 1360px) {
	.gallery-page .b-info .b-txt .b-content {
		min-height: 0;
	}

}

@media (max-width: 1024px) {
	.window-slider .gallery-slider .gallery-item {
		max-width: 80%;
	}
	.gallery-page .b-info.b-info-first {
		margin-top: 0;
	}

	.gallery-page .b-top .tooltip {
		display: none;
	}

	.gallery-page .b-mood .item__txt {
		top: 50%;
	}

	.gallery-page .b-info .b-txt .b-content {
		margin: 0 -50px;
		padding: 80px 50px;
	}

	.gallery-page .b-info .b-txt .b-inner {
		margin: 0 auto;
	}

	.gallery-page .b-info.b-info-two::before {
		display: none;
	}

	.gallery-page .b-features .b-left,
	.gallery-page .b-features .b-right {
		width: 100%;
	}

	.gallery-page .b-features .b-left .b-colored,
	.gallery-page .b-features .b-right .b-colored {
		padding-bottom: 80px;
	}

	.gallery-page .b-features .b-left .b-content, .gallery-page .b-features .b-right .b-content {
		position: static;
	}

	.gallery-page .b-features .b-left .b-colored .b-content .b-feature,
	.gallery-page .b-features .b-right .b-colored .b-content .b-feature {
		padding-top: 40px;
	}

	.gallery-page .b-features .b-left .b-colored .b-content .b-feature::after,
	.gallery-page .b-features .b-right .b-colored .b-content .b-feature::after {
		content: '';
		clear: both;
		display: block;
	}

	.gallery-slider .gallery-item .gallery-number {
		font-size: 8.125em;
	}
}

body .gallery-item-img__item {
	max-height: 700px;
}

@media (max-width: 768px) {
	.gallery-slider .gallery-item {
		/*height: 66vw;*/
		width: 90vw;
		margin-right: 20px;
	}

	.gallery-slider .gallery-item .gallery-number {
		font-size: 3.125em;
		right: auto;
		left: 20px;
		bottom: 50px;
	}

	.gallery-slider .gallery-item.is-selected .gallery-item-title.b-notice {
		display: none;
	}
	.gallery-action-group {
		gap: 6px;
		padding: 25px 6px;
	}
	.gallery-action-group__item {
		font-size: 16px;
		line-height: 16px;
	}
	.gallery-item-img__item {
		width: 100%;
		height: auto;
	}
	.gallery-slider-title {

		padding: 20px;
		background-color: #171717;
		font-size: 16px;
		line-height: 1.25;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		color: #FFF;

	}

	.gallery-page-interiors .gallery-slider-title {
		display: block;
	}

	.gallery-page .b-info .b-txt .b-content {
		margin: 0 -20px;
		padding: 50px 20px;
	}

	.gallery-page .b-feature::after {
		content: '';
		clear: both;
		display: block;
	}

	.gallery-page .b-inner .b-txt {
		padding: 0px 20px;
	}

	.gallery-page .b-features .b-left .b-colored .b-content .b-feature {
		padding-left: 20px;
	}

	.gallery-page .b-features .b-left .b-colored, .gallery-page .b-features .b-right .b-colored {
		padding-bottom: 40px;
	}

	/*.gallery-slider .flickity-page-dots {*/
	/*	display: block;*/
	/*}*/

	.gallery-slider .flickity-page-dots .dot {
		margin: 0 20px 0 0;
	}

	.gallery-slider .flickity-prev-next-button {
		display: none;
	}

	.gallery-paginator {
		display: none;
	}
	.window-slider .gallery-paginator {
		display: flex;
	}

	.gallery-slider .flickity-page-dots {
		bottom: 25px;
		width: auto;
		left: 20px;
	}

	.gallery-page .gallery-item-over {
		height: 185px;
		min-height: 185px;
	}

	.gallery-page .b-info .b-txt .b-inner .txt ul li {
		width: 130px;
	}

	.window-slider .flickity-button_custom {
		width: 30px;
		height: 30px;
	}
	.window-slider .gallery-paginator {
		margin-top: -20px;
		bottom: 0;
	}
	.window-slider .gallery-paginator * {
		font-size: 16px;
		line-height: 28px;
	}

	.window-slider .gallery-paginator .current-slide {
		font-size: 28px;
	}
}

/*.gallery-page .w-img--fancy .img-over:last-child{*/
/*width: 75%;*/
/*left: 0;*/
/*}*/
.gallery-slider__preloader {
	width: 100%;
	height: 100%;
	background-color: #1A1A1A;
	background-image: url(http://headliner.loc/bitrix/templates/headliner/img/icons/logo_main.svg);
	background-size: 50% 50%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	z-index: 40;
}
/* End */
/* /bitrix/templates/headliner/css/gallery.css?169996418314455 */
