.page-block{padding-top:150px;padding-bottom:60px}.projects_compact .projects__item:nth-child(3){margin-bottom:0;padding-bottom:0;border-bottom:none}.project__text{font-weight:300}.project__text ol,.project__text ul{margin-bottom:20px;margin-top:10px}.project__text ol:first-child,.project__text ul:first-child{margin-top:0}.variant__image img{max-height:65%}.questions{overflow:hidden}@media screen and (max-width:991px){.page-block{padding-top:80px}}@media screen and (max-width:380px){.header__info-legend{font-size:12px;white-space:nowrap}}.video{display:none}.videos__slide:first-child .video:nth-child(-n+5){display:block}.videos__slide:nth-child(2) .video:nth-child(10),.videos__slide:nth-child(2) .video:nth-child(6),.videos__slide:nth-child(2) .video:nth-child(7),.videos__slide:nth-child(2) .video:nth-child(8),.videos__slide:nth-child(2) .video:nth-child(9){display:block}.videos__slide:nth-child(3) .video:nth-child(11),.videos__slide:nth-child(3) .video:nth-child(12),.videos__slide:nth-child(3) .video:nth-child(13),.videos__slide:nth-child(3) .video:nth-child(14),.videos__slide:nth-child(3) .video:nth-child(15){display:block}.videos__slide:nth-child(4) .video:nth-child(16),.videos__slide:nth-child(4) .video:nth-child(17),.videos__slide:nth-child(4) .video:nth-child(18),.videos__slide:nth-child(4) .video:nth-child(19),.videos__slide:nth-child(4) .video:nth-child(20){display:block}.videos__slide:nth-child(5) .video:nth-child(21),.videos__slide:nth-child(5) .video:nth-child(22),.videos__slide:nth-child(5) .video:nth-child(23),.videos__slide:nth-child(5) .video:nth-child(24),.videos__slide:nth-child(5) .video:nth-child(25){display:block}.videos__slide:nth-child(6) .video:nth-child(26),.videos__slide:nth-child(6) .video:nth-child(27),.videos__slide:nth-child(6) .video:nth-child(28),.videos__slide:nth-child(6) .video:nth-child(29),.videos__slide:nth-child(6) .video:nth-child(30){display:block}.videos__slide:nth-child(7) .video:nth-child(31),.videos__slide:nth-child(7) .video:nth-child(32),.videos__slide:nth-child(7) .video:nth-child(33),.videos__slide:nth-child(7) .video:nth-child(34),.videos__slide:nth-child(7) .video:nth-child(35){display:block}.videos__slide:nth-child(8) .video:nth-child(36),.videos__slide:nth-child(8) .video:nth-child(37),.videos__slide:nth-child(8) .video:nth-child(38),.videos__slide:nth-child(8) .video:nth-child(39),.videos__slide:nth-child(8) .video:nth-child(40){display:block}
.project__option-desc {
	white-space: nowrap;
}
.projects_compact .projects__items_hidden {
	/*display: none;*/
}
.projects__title {
}
.projects__controls {
	display: none;
}
.videos__slide:not(:first-child) .video:nth-child(6) {
	display: block;
	height: 560px;
	grid-row: 1/3;
	border-radius: 30px 0;
}
.request__input::placeholder,
.request__input::-webkit-input-placeholder,
.request__input::-moz-placeholder {
	color: #ffffff !important;
}
@media screen and (min-width: 992px) {
	.projects__wrapper {
		display: block;
	}
	.video:nth-child(-n+5) {
		/*height: 560px;*/
		/*grid-row: 1/3;*/
		/*border-radius: 30px 0;*/
	}
}
@media screen and (max-width: 991px) {
	.videos__slide:not(:first-child) .video:nth-child(6) {
		height: 400px;
	}
	.projects_compact .projects__item {
		display: block !important;
	}
	.projects__controls {
		display: flex;
		margin-top: 30px;
		flex-direction: column;
	}
	.projects__controls .controls__pagination {
		margin-left: 0;
		margin-bottom: 25px;
	}
	.projects__footer {
		display: none !important;
	}
	.projects__controls .swiper-pagination-bullet {
		flex: none;
	}
	.controls__buttons {
		display: none !important;
	}
	.controls__pagination {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		transform: none !important;
	}
	.projects__pagination .swiper-pagination-bullet {
		margin: 0 6px !important;
	}
}
@media (max-width: 767px) {
	.projects__controls {
		position: absolute;
		top: 415px;
	}
	.project__info {
		margin-top: 50px;
	}
}
@media (max-width: 575px) {
	.project__options {
		flex-direction: row;
	}
}