

/* Start:/local/components/vpl/about.company.kolesa/templates/.default/style.css?17484460597143*/
.company {

	.projects__item:hover {
		border: 1px solid #efefef;
	}

	.company__header {
		margin-top: -80px;
		padding-block: 141px;
		background-image:
			linear-gradient(180deg, #021234 -117.1%, rgba(2, 18, 52, 0) 100%),
			linear-gradient(163.35deg, #010528 -85.75%, rgba(1, 5, 40, 0) 68.74%),
			url('/local/components/vpl/about.company.kolesa/templates/.default/./images/back.png');
		background-size: cover;
		background-position: center;


		.company__header-title {
			/* font-family: Roboto; */
			font-size: 50px;
			font-weight: 700;
			line-height: 55px;
			color: #FFFFFF;
			margin-bottom: 30px;
		}

		.company__header-subtitle {
			position: relative;
			font-size: 16px;
			font-weight: 400;
			line-height: 24px;
			color: #FFFFFF;
			max-width: 674px;
			padding-left: 46px;
			margin-bottom: 0;
		}

		.company__header-subtitle::before {
			content: '';
			display: block;
			left: 0;
			top: 12px;
			position: absolute;
			width: 36px;
			height: 4px;
			background: url('/local/components/vpl/about.company.kolesa/templates/.default/./images/line-white.svg') center center;
		}
	}

	.company__video {
		position: relative;
		padding-block: 85px;
		width: 100%;
		margin-bottom: 100px;

		.company__video-video {
			position: relative;
			width: 100%;
			height: 700px;
			z-index: 10;
		}
	}

	.company__video::after {
		content: '';
		display: block;
		height: 280px;
		width: 650px;
		left: 0;
		bottom: 0;
		position: absolute;
		background: url('/local/components/vpl/about.company.kolesa/templates/.default/./images/video-arrows.svg') no-repeat;
		z-index: 0;
	}

	.company__video::before {
		content: '';
		display: block;
		height: 280px;
		width: 650px;
		right: 0;
		top: 0;
		position: absolute;
		background: url('/local/components/vpl/about.company.kolesa/templates/.default/./images/video-arrows.svg') no-repeat;
		z-index: 0;
	}

	.projects__item {
		margin-block: 100px !important;
	}

	.company__item-title {
		font-size: 22px;
		font-weight: 600;
		line-height: 26px;
		color: #2E2F31;
		margin-bottom: 24px;
	}

	.company__item-subtitle {
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		color: #2E2F31;
	}

	.advantages__note {
		font-size: 43px;
		font-weight: 700;
		line-height: 50px;
		color: #fff;
	}

	.company__about {
		display: flex;
		gap: 60px;
		margin: 100px auto 70px;
	}

	.company__about-column {
		width: 50%;

		p {
			font-size: 18px;
			font-weight: 400;
			line-height: 24px;
			color: #000000;
			margin-bottom: 20px;
		}

		.company__about-column-title {
			font-size: 20px;
			font-weight: 600;
			line-height: 28px;
			color: #000000;
		}
	}

	.company__cards {
		display: grid;
		gap: 60px;
		margin-bottom: 100px;
	}

	.company__card {
		display: flex;
		gap: 60px;
		position: relative;
		border: 1px solid #E1DEDE;
		padding: 60px 60px 110px;

		.company__card-title {
			/* font-family: Roboto; */
			font-size: 32px;
			font-weight: 700;
			line-height: 37px;
			color: #2E2F31;
			margin-bottom: 20px;
		}

		.company__card-subtitle {
			font-size: 20px;
			font-weight: 600;
			line-height: 28px;
			color: #000000;
			margin-bottom: 20px;
		}

		.company__card-list {
			li {
				position: relative;
				font-size: 18px;
				font-weight: 400;
				line-height: 24px;
				color: #000000;
				margin-bottom: 20px;
				padding-left: 54px;
			}

			li::before {
				content: '';
				display: block;
				left: 0;
				top: 12px;
				position: absolute;
				width: 36px;
				height: 4px;
				background: url('/local/components/vpl/about.company.kolesa/templates/.default/./images/line.svg') center center;
			}
		}

		.company__card-par {
			font-size: 18px;
			font-weight: 400;
			line-height: 24px;
			color: #2E2F31;
			margin-bottom: 40px;
		}

		.company__card-button {
			padding: 17px 54px;
			background: #3275D8;
			text-transform: uppercase;
			font-size: 13px;
			font-weight: 600;
			line-height: 15px;
			letter-spacing: 1px;
			color: #fff;
		}

		.company__card-button:hover {
			background: #08265d;
		}

		.company__card-img {
			object-fit: contain;
			max-width: 500px;
		}
	}

	.company__card::after {
		content: '';
		display: block;
		left: 0;
		bottom: 0;
		position: absolute;
		width: 100%;
		height: 50px;
		background: url('/local/components/vpl/about.company.kolesa/templates/.default/./images/bottom-arrow.svg') no-repeat center center;
	}

	.company__card_reverse {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 1199px) {
	.company {
		.company__card {
			flex-direction: column-reverse;
		}

		.company__video {
			.company__video-video {
				height: 522px;
			}
		}
	}
}

@media screen and (max-width: 1024px) {
	.company {
		.company__header {
			.company__header-title {
				font-size: 40px;
				line-height: 45px;
			}
		}

		.advantages__note {
			font-size: 33px;
			line-height: 40px;
		}
	}
}

@media screen and (max-width: 992px) {
	.company {
		.company__item-title {
			margin-top: 20px;
		}
	}
}

@media screen and (max-width: 768px) {
	.company {
		.company__about {
			display: block;
		}

		.company__about-column {
			width: 100%;
			margin-bottom: 25px;
		}

		.company__card {
			padding: 30px 30px 80px;

			.company__card-title {
				font-size: 22px;
				line-height: 27px;
			}

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

			.company__card-list {
				li {
					font-size: 16px;
					line-height: 22px;
				}
			}

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

			.company__card-img {
				max-width: 100%;
				width: 100%;
			}
		}

		.company__header {
			padding-block: 80px;
			margin-top: -60px;

			.company__header-title {
				font-size: 30px;
				line-height: 35px;
				margin-bottom: 15px;
			}

			.company__header-subtitle {
				font-size: 14px;
				line-height: 22px;
			}
		}

		.company__video {
			.company__video-video {
				height: 382px;
			}
		}

		.advantages__note {
			font-size: 33px;
			line-height: 40px;
		}
	}
}

@media screen and (max-width: 425px) {
	.company {

		.company__about {
			margin-block: 60px;
		}

		.company__about-column {
			width: 100%;
			margin-bottom: 25px;

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

			.company__about-column-title {
				font-size: 16px;
				line-height: 22px;
			}
		}

		.company__card {
			padding: 30px 20px 80px;

			.company__card-button {
				width: 100%;
			}

			.company__card-title {
				font-size: 22px;
				line-height: 27px;
			}

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

			.company__card-list {
				li {
					font-size: 16px;
					line-height: 22px;
					padding-left: 22px;
				}

				li::before {
					width: 16px;
					height: 2px;
				}
			}

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

			.company__card-img {
				max-width: 100%;
				width: 100%;
			}
		}

		.projects__item {
			margin-block: 60px;
		}

		.company__header {
			padding-block: 60px;

			.company__header-title {
				font-size: 24px;
				line-height: 26px;
			}

			.company__header-subtitle {
				padding-left: 0;
			}

			.company__header-subtitle::before {
				display: none;
			}
		}

		.company__video {
			margin-bottom: 60px;
			padding: 0;

			.company__video-video {
				height: 192px;
			}
		}

		.company__video::after,
		.company__video::before {
			display: none;
		}

		.advantages__note {
			font-size: 33px;
			line-height: 40px;
		}
	}
}

@media screen and (max-width: 576px) {
	.company {
		.company__header {
			margin-top: -35px;
		}
	}
}
/* End */
/* /local/components/vpl/about.company.kolesa/templates/.default/style.css?17484460597143 */
