

/* Start:/local/templates/vinyl4you_studio/components/bitrix/news/portfolio/bitrix/news.detail/.default/style.css?16564882748631*/
:root {
	--header-font-size: 24px;
	--header-font-color: #fff;
	--header-font-weight: 500;
	--content-font-size: 14px;
	--content-font-color: #ECEEF1;
	--content-line-height: 1.6em;
	--content-font-weight: 300;
	--content-link-color: #ECEEF1;
	--first-col-max-width: 445px;
	--current-color: #EB3A24;
	--swiper-pagination-color: #fff !important;
	--swiper-pagination-bullet-horizontal-gap: 2.5px;
	--swiper-pagination-bullet-width: 5px;
	--swiper-pagination-bullet-height: 5px;
	--swiper-pagination-bullet-inactive-color: #807f86;
	--swiper-pagination-bullet-inactive-opacity: 0.6;
	--fancybox-accent-color: var(--current-color);
	--carousel-button-color: var(--current-color);
}
@media screen and (max-width: 768px) {
	:root {
		--header-font-size: 18px;
	}
}
.footer {
	height: 100%;
}
.gallery {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: calc(100vh - 360px);
	padding: 0 20px;
	padding-top: 160px;
	margin-bottom: 70px;
	flex-wrap: wrap;
}
.gallery .work-block {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 75px;
	margin-top: 40px;
	max-width: 1100px;
}
.back-icon {
	cursor: pointer;
	color: #ECEEF1;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #ECEEF1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	padding-right: 2px;
	transition: background-color 0.3s;
}
.back-icon:hover {
	border: 1px solid var(--main-color);
	background: var(--main-color);
}
.gallery .work-block__header {
	color: var(--header-font-color);
	margin-top: 20px;
	margin-bottom: 15px;
}
.gallery .work-block__header h1 {
	font-weight: var(--header-font-weight);
	font-size: var(--header-font-size);
}
.gallery .work-block__content {
	color: var(--content-font-color);
	font-size: var(--content-font-size);
	font-weight: var(--content-font-weight);
	line-height: var(--content-line-height);
}
.gallery .work-block__content a {
	color: var(--content-link-color);
}
.gallery .work-block__col {
	width: 100%;
}
.gallery .work-block__col:nth-child(1) {
	grid-column-start: 1;
	grid-column-end: 6;
}
.gallery .work-block__col:last-child {
	display: flex;
	justify-content: center;
	grid-column-start: 6;
	grid-column-end: 13;
}
.gallery .work-block__col .projects-slider {
	position: relative;
	width: 100%;
	max-width: 628px;
}
.gallery .work-block__col .projects-slider .swiper-pagination {
	display: none;
}
.gallery .work-block__col .projects-slider .swiper-slide {
	height: auto;
}
.gallery .work-block__col .projects-slider .swiper-images {
	height: 100%;
	max-height: 352px;
}
.gallery .work-block__col .projects-slider .swiper-images .swiper-slide {
	max-height: 352px;
}
.gallery .work-block__col .projects-slider .swiper-thumbs {
	position: relative;
}
.gallery .work-block__col .projects-slider .swiper-thumbs-container {
	margin-top: 16px;
	height: 100%;
	max-height: 144px;
}
.gallery .work-block__col .projects-slider .swiper-thumbs-container .swiper-slide.swiper-slide-thumb-active {
	filter: grayscale(0);
}
.gallery .work-block__col .projects-slider .swiper-thumbs-container .swiper-slide.swiper-slide-thumb-active::after {
	transform: translateY(-100%);
}
.gallery .work-block__col .projects-slider .swiper-thumbs-container .swiper-slide:hover {
	filter: grayscale(0);
}
.gallery .work-block__col .projects-slider .swiper-thumbs-container .swiper-slide:hover::after {
	transform: translateY(-100%);
}
.gallery .work-block__col .projects-slider .swiper-thumbs-container .swiper-slide {
	max-height: 144px;
}
.gallery .work-block__col .projects-slider .swiper-thumbs-container .swiper-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #0e0e0e 0%, rgba(50, 55, 57, 0.2) 100%);
	mix-blend-mode: darken;
	transition: all 0.3s;
}
.gallery .work-block__col .projects-slider .swiper-images, .gallery .work-block__col .projects-slider .swiper-thumbs-container {
	overflow: hidden;
}
.gallery .work-block__col .projects-slider .swiper-images img, .gallery .work-block__col .projects-slider .swiper-images object, .gallery .work-block__col .projects-slider .swiper-thumbs-container img, .gallery .work-block__col .projects-slider .swiper-thumbs-container iframe, .gallery .work-block__col .projects-slider .swiper-thumbs-container object {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery .vid {
	position: relative;
	z-index: 3;
}
.gallery .vid::before {
	content: "";
	width: 25%;
	height: 75%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 5;
}
.gallery .vid::after {
	content: "";
	width: 25%;
	height: 75%;
	top: 0;
	right: 0;
	z-index: 5;
	position: absolute;
}
.gallery .work-block__col .projects-slider .swiper-button-prev, .gallery .work-block__col .projects-slider .swiper-button-next {
	cursor: pointer;
	color: var(--current-color);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #2E3032;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	padding-right: 2px;
	transition: background-color 0.3s;
}
.gallery .work-block__col .projects-slider .swiper-button-next {
	transform: rotate(180deg);
	right: -60px;
}
.gallery .work-block__col .projects-slider .swiper-button-prev {
	left: -60px;
}
.gallery .work-block__col .projects-slider .swiper-button-prev:after, .gallery .work-block__col .projects-slider .swiper-button-next:after {
	content: none;
}
.swiper-slide .lightbox-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #2E3032;
	bottom: 10px;
	right: 10px;
}
.gbtn.disabled {
	opacity: 0.3 !important;
}
.gbtn svg path {
	fill: var(--current-color) !important;
}
.gslide-image img {
	height: 100% !important;
}
.gslide-description {
	display: none;
}
.gallery .work-block__col .row {
	overflow: hidden;
	margin-top: 0;
}

.gallery .work-block .row .gallery__groups-point {
	flex: 0 0 auto;
}
.two-cols {
	width: 100%;
	max-width: 1100px;
}
.plyr--video {
	height: 100%;
}
.plyr__video-wrapper {
	position: relative;
}
.plyr__video-embed iframe {
	object-fit: unset !important;
}
.plyr__poster {
	background-size: cover;
}
.video-poster {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	max-height: 144px;
}
.video-poster .play-icon {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
}
.video-poster .play-icon::before {
	position: absolute;
	content: "";
	display: block;
	border-radius: 50%;
	background: #fff;
	width: 70px;
	height: 70px;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
	opacity: 0.6;
}
.video-poster .play-icon::after {
	position: relative;
	content: "";
	display: block;
	border-bottom: 15px solid transparent;
	border-left: 30px solid #000;
	border-top: 15px solid transparent;
	left: 5px;
}
@media screen and (max-width: 1330px) {
	.gallery .work-block__col .projects-slider .swiper-button-next {
		right: 10px;
	}
	.gallery .work-block__col .projects-slider .swiper-button-prev {
		left: 10px;
	}
	.gallery .work-block__col .projects-slider .swiper-button-prev:after, .gallery .work-block__col .projects-slider .swiper-button-next:after {
		content: none;
	}
}
@media screen and (max-width: 768px) {
	.projects-slider {
		max-width: unset !important;
	}
	.gallery {
		padding-top: 100px;
	}
	.gallery .work-block {
		width: 100%;
		display: flex;
		flex-direction: column;
		grid-gap: 0;
	}
	.gallery .work-block__col {
		flex: 1 1 100%;
	}
	.gallery .work-block__col:first-child {
		order: 2;
	}
	.gallery .work-block__col:last-child {
		order: 1;
		margin-bottom: 50px;
	}
	.gallery .work-block__col .projects-slider .swiper-pagination {
		display: block;
		bottom: -25px;
	}
	.gallery .work-block__col .projects-slider .swiper-pagination-bullet {
		transition: 0.5s;
	}
	.gallery .work-block__col .projects-slider .swiper-pagination-bullet-active {
		width: 25px;
		border-radius: 50px;
	}
	.gallery .work-block__col .projects-slider .swiper-thumbs {
		display: none;
	}
	.gallery .work-block__col .projects-slider .swiper-button-prev:after, .gallery .work-block__col .projects-slider .swiper-button-next:after {
		content: none;
	}
}
@media screen and (max-width: 414px) {
	.projects-slider {
		margin-bottom: 20px;
	}
	.gallery .work-block__col:last-child {
		margin-bottom: 20px;
	}
}

@media screen and (max-height: 575px) {
	.gallery {
		padding-top: 80px;
	}
}

@media screen and (min-width: 768px) {
	.gallery .work-block__col .row {
		flex-wrap: wrap;
	}
	.gallery .work-block__col .gallery__groups-point {
		margin-bottom: 10px;
	}
}
/* End */


/* Start:/local/templates/vinyl4you_studio/components/bitrix/breadcrumb/.default/style.css?1646395524814*/
:root {
    --font-color: #454545;
}

.breadcrumb {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: var(--font-color);
}

.breadcrumb .breadcrumb__items {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-left: 15px;
}
.breadcrumb .breadcrumb__items .breadcrumb__item {
    color: #767778;
}
.breadcrumb .breadcrumb__items .breadcrumb__item:last-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.breadcrumb .breadcrumb__items .breadcrumb__item:not(:last-child)::after {
    content: '/';
    padding: 0 5px 0 5px;
    font-weight: 500;
    color: #454545;
}

.breadcrumb .breadcrumb__items .breadcrumb__link {
    text-decoration: none;
    color: var(--font-color);
}
/* End */
/* /local/templates/vinyl4you_studio/components/bitrix/news/portfolio/bitrix/news.detail/.default/style.css?16564882748631 */
/* /local/templates/vinyl4you_studio/components/bitrix/breadcrumb/.default/style.css?1646395524814 */
