.page.advantages {}

.page.advantages .items .item {
	background: var(--color7);
	padding: var(--step2);
	position: relative;
}

.page.advantages .items .item .title {
	font-size: var(--font-large);
	font-weight: 600;
	text-transform: uppercase;
	word-break: break-word;
	line-height: 1.2;
	color: var(--color3);
}

.page.advantages .items .item .text {
	font-size: var(--font-default);
	color: var(--color2);
	margin-top: var(--step4);
}

.page-home>.page2>.title {
	font-size: var(--font-large);
	position: relative;
	margin-top: calc(var(--step) * 6);
	padding-bottom: var(--step2);
	border-bottom: var(--stepHalf) solid var(--color1);
	max-width: max-content;
}

.page-home>.page2>.title.title-count {
	padding-right: calc(var(--step) * 6);
	position: relative;
}

.page-home>.page2>.title.title-count:after {
	content: attr(data-count);
	font-size: var(--font-tiny);
	text-align: center;
	background: var(--color7);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	right: calc(-1 * var(--step2));
	line-height: 1;
}

.page-home>.page2>.title2 {
	font-size: var(--font-xlarge);
	line-height: 1.2;
	margin-top: 20px;
	max-width: 1000px;
}

.page.projects-block .projects-slider {
	margin-top: 20px;
}

.page.projects-block .projects-slider.carousel .slick-list {
	background: transparent;
}

.page.projects-block .projects-slider .item {
	margin-left: 10px;
	margin-right: 10px;
}

.page.projects-block .projects-slider .item .img {
	position: relative;
}

.page.projects-block .projects-slider .item .img>img {
	display: block;
}

.page.projects-block .projects-slider .item .img>.params {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.page.projects-block .projects-slider .item .img>.params>div {
	font-size: var(--font-tiny);
	color: var(--color-100);
	padding: var(--step) var(--step2);
	background: var(--color1);
	border-left: 1px solid var(--color-100);
}

.page.projects-block .projects-slider .item .img>.params>div:first-child {
	border-left: none;
}

.page.projects-block .projects-slider .item>a>.title {
	font-size: var(--font-medium);
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.page.projects-block .projects-slider .item>a>.text {
	font-size: 18px;
	margin-top: 20px;
	min-height: 80px;
}

.page.projects-block .projects-slider .item>a>.title>.que {
	position: absolute;
}

.projects-item-ext-block>div.img img {
	margin: 0 var(--step2);
	display: inline-block;
	width: inherit;
	max-width: inherit;
	height: inherit;
}

.page.tech-block .tech-num {
	display: none;
	margin-top: 40px;
}

.page.tech-block .tech-num .item:not(:last-child) {
	margin-right: 80px;
}

.page.tech-block .tech-num .item .title {
	font-family: 'LVnumbers';
	font-size: 85px;
	font-weight: 600;
	color: var(--color1);
	letter-spacing: 2px;
}

.page.exhib-block {
	margin-top: 60px;
}

.page.exhib-block .exhib-gallery .item {
	background: #f9f9f9;
	background-repeat: no-repeat;
	background-size: cover;
	height: 35vw;
}

.page.exhib-block .exhib-gallery .item.text {
	color: #fff;
	background: var(--color3);
	padding: 20px;
	height: inherit;
	min-height: 35vw;
	display: flex;
	flex-direction: column;
}

.page.exhib-block .exhib-gallery .item.text+div {
	height: inherit;
	min-height: 35vw;
}

.page.exhib-block .exhib-gallery .item.text .title {
	font-size: 48px;
}

.page.exhib-block .exhib-gallery .item.text .text {
	font-size: 24px;
	margin-top: 30px;

}

.page.exhib-block .exhib-gallery .item.text .btn {
	margin-top: auto;
}

.page.exhib-block .exhib-gallery2.carousel .slick-list {
	background: var(--color4);
}

.page.exhib-block .exhib-gallery2 .item {
	margin: 0 var(--step2);
}

.page-actions a.btn1 {
	position: absolute;
	z-index: 1;
	bottom: var(--step4);
	left: 50%;
	transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
	.page.tech-block .tech-num {
		display: flex;
	}

	.page.tech-block .tech-num .item .title {
		font-size: calc(var(--step) * 9);
	}
}

@media screen and (max-width: 480px) {
	.page.advantages .items .item {
		background: transparent;
		padding: 0px;
		margin-bottom: var(--step2);
	}

	.page.advantages .items .item .title {
		color: var(--color1);
	}

	.page.advantages .items .item .text {
		margin-top: var(--step2);
	}

	.page.projects-block .projects-slider .item {
		margin-left: 0px;
		margin-right: 0px;
	}

	.page.projects-block .projects-slider .item .img>.params>div {
		padding: var(--step);
	}

	.page.exhib-block {
		margin-top: calc(var(--step) * 7);
	}

	.page.exhib-block .exhib-gallery2 .item {
		margin: 0;
	}

	.projects-item-ext-block>div.img img {
		width: auto;
		height: 60px;
	}
}