

/* Start:/local/templates/rotado/components/bitrix/news.detail/about/style.css?17689786836452*/
.collective__img img {
	display: block;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.collective__stats {
	display: flex;
	margin: 48px 0;
	padding: 0 44px;
}

.collective__statsitem:nth-child(2) {
	white-space: nowrap;
}

.collective__statsitem:nth-child(3) {
	white-space: nowrap;
}

.collective__statsitem + .collective__statsitem {
	margin-left: 73px;
}

@media (max-width: 1300px)  {
	.collective__stats {
		margin: 48px 0;
		padding: 0;
	}

	.collective__statsitem + .collective__statsitem {
		margin-left: 48px;
	}
}

@media (max-width: 1150px) {
	.collective__statsitem {
		min-width: 240px;
		margin: 0 40px 20px 0;
	}

	.collective__stats {
		flex-wrap: wrap;
	}

	.collective__statsitem + .collective__statsitem {
		margin-left: 0 !important;
	}
}

@media (max-width: 1000px) {
	.collective__statsitem + .collective__statsitem {
		margin-left: 30px;
	}
}

@media (max-width: 600px) {
	.collective__stats {
		margin: 26px 0;
	}

	.collective__stats {
		flex-direction: column;
	}

	.collective__statsitem + .collective__statsitem {
		margin: 10px 0 0 25px;
	}

	.collective__statsitem {
		display: flex;
		align-items: center;
		padding-left: 15px;
		margin: 0 40px 10px 0;
	}

	.stats__title {
		width: 52px;
		text-align: right;
		margin-right: 15px;
	}
}

@media (max-width: 420px) {
	.collective__stats {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.collective__statsitem + .collective__statsitem {
		margin-left: 5px;
		margin-bottom: 10px;
	}

}

.stats__title {
	color: #0090E3;
	font-weight: bold;
	font-size: 40px;
	line-height: 54px;
}

.stats__text {
	font-size: 18px;
	line-height: 25px;
	color: #595959;
}

@media (max-width: 1180px) {
	.stats__title {
		font-size: 35px;
		line-height: 47px;
	}

	.stats__text {
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 600px) {
	.stats__title {
		font-size: 30px;
		line-height: 40px;
	}

	.stats__text {
		font-size: 14px;
		line-height: 20px;
	}
}


@media (max-width: 420px) {
	.stats__title {
		font-size: 26px;
		line-height: 34px;
	}

	.stats__text {
		font-size: 15px;
		line-height: 21px;
	}
}


.history {
	margin-top: 96px;
}

.history__heading {
	margin: 0 0 48px 0;
	text-align: left;
}

.history__row {
	display: grid;
	gap: 50px;
	margin-bottom: 56px;
}

.history__row:nth-child(1) {
	grid-template-columns: 1fr 470px;
}

.history__row:nth-child(2) {
	grid-template-columns: 470px 1fr;
}

.history__row:nth-child(3) {
	grid-template-columns: 1fr 470px;
}

.history__text {
	color: #595959;
	font-size: 18px;
	line-height: 29px;
}

.history__text + .history__text {
	margin-top: 16px;
}

.history__textblock.right {
	order: 2;
}

.history__img {
	max-width: 470px;
	text-align: center;
	max-height: 400px;
}

.history__img.right {
	order: 1;
}

.history__img img {
	text-align: center;
}

@media (max-width: 1300px) {
	.history__row:nth-child(1) {
		grid-template-columns: 1fr 400px;
	}

	.history__row:nth-child(2) {
		grid-template-columns: 400px 1fr;
	}

	.history__row:nth-child(3) {
		grid-template-columns: 1fr 400px;
	}
}

@media (max-width: 1180px) {

	.history__text {
		font-size: 16px;
	}

	.history {
		margin-top: 60px;
	}
}


@media (max-width: 1000px) {
	.history__row:nth-child(1) {
		grid-template-columns: 1fr 350px;
	}

	.history__row:nth-child(2) {
		grid-template-columns: 350px 1fr;
	}

	.history__row:nth-child(3) {
		grid-template-columns: 1fr 350px;
	}

	.history__row {
		gap: 30px;
		margin-bottom: 40px;
	}
}

@media (max-width: 900px) {
	.history__row {
		grid-template-columns: 1fr !important;
	}

	.history__textblock.right {
		order: 1;
	}

	.history__img.right {
		order: 2;
	}

	.history__heading {
		margin: 0 0 30px 0;
	}

	.history__text {
		font-size: 14px;
		line-height: 26px;
	}

	.history__text + .history__text {
		margin-top: 14px;
	}
}

@media (max-width: 600px) {

	.history {
		margin-top: 28px;
	}

	.history__heading {
		margin: 0 0 20px 0;
	}
}


/* technology */
.technology__heading {
	text-align: left;
}

.technology__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.technology__item {
	display: flex;
	padding: 20px 40px;
	border: 1px solid #E9F1F4;
	justify-content: space-between;
	border-radius: 4px;
}

.technology__desc {
	max-width: 340px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 25px;
}

.technology__title {
	color: #2a2a2a;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 8px;
}

.technology__text {
	color: #595959;
	font-size: 16px;
	line-height: 26px;
}
.technology__img {
	display: flex;
	align-items: center;
}

@media (max-width: 1180px) {
	.technology__item {
		padding: 17px 20px;
	}

	.technology__title {
		font-size: 16px;
		line-height: 22px;
	}

	.technology__text {
		font-size: 15px;
		line-height: 24px;
	}

	.technology__desc {
		max-width: 280px;
	}
}

@media (max-width: 1150px) {
	.technology__items {
		gap: 15px;
	}
}

@media (max-width: 1050px) {
	.technology__desc {
		max-width: 254px;
		margin-right: 25px;
	}
}

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

}

@media (max-width: 600px) {
	.technology__title {
		font-size: 14px;
		line-height: 18px;
	}

	.technology__text {
		font-size: 13px;
		line-height: 21px;
	}

}

@media (max-width: 420px)  {
	.technology__item {
		flex-direction: column;
	}

	.technology__desc {
		max-width: 100%;
		margin-right: 0;
	}

	.technology__img {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
}

/* production */
.production {
	margin-bottom: 176px;
}

.production__heading {
	text-align: left;
}

.production__img {
	height: 100%;
	width: 100%;
	margin-bottom: 64px;
}

.production__img img {
	border-radius: 8px;
	background-repeat: no-repeat;
	background-size: contain;
}
.production__row {
	display: flex;
	justify-content: center;
}

@media (max-width: 1180px) {
	.production {
		margin-bottom: 140px;
	}
}

@media (max-width: 1050px) {
	.production {
		margin-bottom: 120px;
	}
}

@media (max-width: 900px) {
	.production {
		margin-bottom: 100px;
	}
}

@media (max-width: 600px) {
	.production {
		margin-bottom: 60px;
	}

	.production__img {
		margin-bottom: 30px;
	}
}

@media (max-width: 420px) {
	.production__row .but {
		padding: 14px 17px;
	}
}

@media (max-width: 360px) {
	.production__row .but {
		width: 100%;
	}
}

/* End */
/* /local/templates/rotado/components/bitrix/news.detail/about/style.css?17689786836452 */
