

/* Start:/local/templates/main/components/bitrix/news/projects/bitrix/news.detail/.default/style.css?17441966644610*/
.page-title.projects__title {
	margin-bottom: 0;
}

.s-project {
	position: relative;
}

.project__grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 2rem;
}

@media(max-width: 991px) {
	.project__grid {
		grid-template-columns: 1fr;
	}
}

.project-main-slide {
	width:100%;
	padding-bottom: 57%;
	position: relative;
}

.project-main-slide img {
	width: 100%;
	height: 100%;
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
}

.project-page-wrapper {
	position: relative;
	z-index: 1;
	/*margin-top: -153px;*/
}

.project-main-slider .flickity-prev-next-button {
	z-index: 4;
	top: 0;
	bottom: 0;
	transform: none;
	height: 100%;
	width: 35px;
	outline: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .3);
}

.project-main-slider .flickity-prev-next-button:hover {
	background: rgba(255, 255, 255, .5);
}

.project-main-slider .flickity-prev-next-button.next {
	right: 0;
}

.project-main-slider .flickity-prev-next-button.previous {
	left: 0;
}

.project-main-slider .flickity-prev-next-button svg path {
	fill: #c4c4c4 !important;
}

.project-main-slider .flickity-prev-next-button svg {
	position: relative;
	left: auto;
	width: 25px;
}

.project-main-slider .flickity-page-dots {
	position: absolute;
	z-index: 2;
	bottom: 36px;
}

.project-main-slider .flickity-page-dots .dot {
	margin: 0 6px;
}

.project-main-slider .flickity-page-dots .dot.is-selected {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.s-project {
	padding-bottom: 20px;
}

.project-page {
	background-color: #fff;
	padding: 3rem 0;
}

.project-page h1 {
	font-size: 45px;
	max-width: 785px;
	margin-bottom: 45px;
}

.project-page .more-link {
	margin-bottom: 25px;
}

.project-page .video-block {
	margin-bottom: 65px;
	margin-left: -74px;
	margin-right: -74px;
}

.project-page h2 {
	margin-bottom: 30px;
}

.project-page-info-col ul li.project__date {
	color: #A3A7AA;
	margin-top: 1.5rem;
}

.project-page .video-link {
	top: 30px;
	left: 30px;
}

.project-page .video-time {
	right: 30px;
	bottom: 30px;
}

.project-page > *:last-child {
	margin-bottom: 0 !important;
}


.project-page-info-col {
	flex-shrink: 0;
}

.project-page-info-col ul li {
	font-size: 20px;
	color: var(--color-black);
	list-style-type: none;
	padding: 0;
	margin: 0 0 13px;
	font-weight: 600;
	display: flex;
	gap: .5rem;
}

.project-page-info-col p {
	margin-bottom: 14px;
	font-size: 14px;
}

.project-page-info-col p a {
	color: var(--color-grey);
	margin: 0 6px;
}

.project-page .project-page-text-columns {
	padding-bottom: 29px;
	font-size: 20px;
}

.project-page-text-columns p {
	margin-bottom: 26px;
}




@media(max-width: 1500px) {


	.project-page .video-block {
		margin-left: -40px;
		margin-right: -40px;
	}

	.project-page .video-block > div {
		width: 100%;
		height: auto;
		position: relative;
		padding-top: 56.25%;
	}

	.project-page .video-block .video-js {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

}

@media(max-width: 1199px) {
	.project__grid {
		grid-gap: 1rem;
	}

	.project-page .project-page-text-columns {
		font-size: 18px;
	}

	.project-page-info-col ul li {
		font-size: 18px;
	}
}

@media(max-width: 1024px) {

	.project-main-slider .flickity-page-dots {
		bottom: 33px;
	}

	.project-main-slide {
		width: -webkit-calc(100% - 110px);
		width: calc(100% - 110px);
	}

	.project-page .project-page-text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

}

@media(max-width: 680px) {

	.project-page-info-col ul li {
		font-size: 16px;
	}

	.project-page .project-page-text-columns {
		font-size: 16px;
	}

	.project-main-slide {
		padding-bottom: 100%;
		width: 100%;
	}

	.project-main-slider .flickity-page-dots {
		bottom: 15px;
	}
	.project-page-wrapper {
		margin-top: 0;
	}
	.project-page {
		padding: 30px 0;
		padding-bottom: 0;
		background-color: transparent;
	}
	.project-page h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.project-page .video-block {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 30px;
	}



	.project-page .video-link {
		left: 10px;
		top: 10px;
	}
	.project-page .video-time {
		bottom: 10px;
		right: 10px;
	}
	.project-page h2 {
		margin-bottom: 15px;
	}
	.project-page p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.project-page-info-list {
		display: block;
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	.project-page-info-col {
		width: 100%;
	}
	.project-page-info-col ul li span {
		display: block;
	}
	.project-page-text-columns {
		margin-bottom: 15px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/sections/style.css?1744115420526*/
.section__menu ul {
    list-style-type: none;
    display: flex;
    gap:  1rem 3rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.section__menu ul a {
    font-weight: 700;
    font-size: 20px;
    color: #A3A7AA;
    transition: all .3s;
}

.section__menu ul a:hover {
    color: #000;
}

@media(max-width: 900px) {
    .section__menu ul {
        gap: 1rem 2rem;
    }

    .section__menu ul a {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .section__menu ul a {
        font-size: 16px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1747901534783*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
    margin: 3rem 0;
}

.pagination-arrow {
    line-height: 1;
    display: inline-block;
    padding: .1rem .25rem;
    border: 1px solid var(--color-black);
}

.pagination-arrow:hover {
    background: var(--color-primary);
}

.pagination-arrow.prev img {
    transform: rotate(180deg);
}

.pagination-link {
    transition: all .3s ease;
    font-size: .75rem;
    color: var(--color-black);
    font-weight: 800;
    padding: .45rem .75rem;
    display: inline-block;
}

.pagination-link.active {
    background: var(--color-primary);
}

.pagination-link:hover {
    color: var(--color-primary);
}

@media(max-width: 480px) {
    .pagination-arrow {
        display: none;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/similar_projects/style.css?17442007251100*/
/* Similar projects */

.similar-projects {
    padding-top: 45px;
    padding-bottom: 55px;
    overflow: hidden;
}

.s-similar-projects.with-border {
    padding-top: 76px;
}


.similar-projects__list {
    display: flex;
    gap: 1rem;
}

.similar-project {
    position: relative;
    border: 2px solid #D6D7D5;
}

.similar-project__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.similar-project__img-wrapper {
    background: #EBEBEB;
    height: 250px;
    position: relative;
}

.similar-project__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.similar-project__inner {
    padding: 1.5rem 1.5rem 8rem;
}

.similar-project__name {
    font-size: 20px;
    font-weight: 700;
}

.similar-project__place {
    font-weight: 400;
    font-size: .875rem;
}

.similar-projects__bottom {
    position: absolute;
    bottom: 1.5rem;
    font-size: .875rem;
}

.similar-project__section,
.similar-projects__product {
    color: #A3A7AA;
}





/* End */
/* /local/templates/main/components/bitrix/news/projects/bitrix/news.detail/.default/style.css?17441966644610 */
/* /local/templates/main/components/bitrix/menu/sections/style.css?1744115420526 */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1747901534783 */
/* /local/templates/main/components/bitrix/news.list/similar_projects/style.css?17442007251100 */
