/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 version
*/

.breadcrumbs {
	display: none;
}

.landing-page .container {
	max-width: 1220px !important;
	width: 100% !important;
	margin: 0 auto;
	padding: 0 40px;
}

.landing-page img {
	max-width: 100%;
	width: 100%;
}

.landing-page {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	min-width: 320px;
}


.landing-page * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.landing-page .title-block {
	h1 {
		font-size: 55px;
		font-weight: 700;
		line-height: 120%;
		text-transform: uppercase;

		span {
			color: #FF1700;
		}
	}

	h2 {
		font-size: 36px;
		font-weight: 500;
		line-height: 120%;
		text-transform: uppercase;
	}
}

.landing-page .mb-40 {
	margin-bottom: 40px;
}


.landing-page .section {
	padding: 80px 0;
}




.landing-page .main-screen {

	background: -o-radial-gradient(49.34% 48.33%, 52.04% 71.42%, #022957 0%, #001937 100%);

	background: radial-gradient(52.04% 71.42% at 49.34% 48.33%, #022957 0%, #001937 100%);

	color: #fff;
}

.landing-page .main-screen__overlay {
	background-image: url('../images/setka2.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	min-height: 600px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;

}



.landing-page .main-screen__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}



.landing-page .main-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.40);
}

.landing-page .main-info__desc {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 486px;
	flex: 0 1 486px;
	font-size: 16px;
	line-height: 130%;
	color: #E6E6E6;
}

.landing-page .main-info__age {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 230px;
	flex: 0 1 230px;
	font-size: 20px;
	line-height: 130%;

	span {
		font-size: 32px;
		line-height: 130%;
	}
}


/* PRODUCTS */
.landing-page .products {
	background: #EAEEF5;
}

.landing-page .products__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	.product {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc((100% - 16px) / 3);
		flex: 0 1 calc((100% - 16px) / 3);
	}
}

.landing-page .product {
	position: relative;



	border-top: 3px solid #FF1700;
	background: var(--White, #FFF);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	z-index: 0;
}

.landing-page .product::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #FF1700;
	z-index: -1;
	-webkit-transition: height 0.4s ease;
	-o-transition: height 0.4s ease;
	transition: height 0.4s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.landing-page .product:hover::before {
	height: 100%;
}

.landing-page .product:hover {
	color: white;

	.product__link {
		svg {
			path {
				fill: #FF1700;
			}
		}
	}
}


.landing-page .product__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 28px;
	height: 300px;
	text-decoration: none;
	color: inherit;

	h3 {
		font-size: 24px;
		font-weight: 400;
		line-height: 135%;
		text-transform: uppercase;
	}


}

.landing-page .product__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #EAEEF5;

	svg {
		path {
			-webkit-transition: 0.3s ease;
			-o-transition: 0.3s ease;
			transition: 0.3s ease;
		}
	}
}

.landing-page .product__img {
	position: absolute;
	right: -30px;
	bottom: -0px;
	width: 300px;
	height: 120px;


	img {
		width: 100%;
		height: 100%;
	}
}

/* END-PRODUCTS */


/* HOME-BANNER */
.landing-page .home-banner {
	background: -o-radial-gradient(49.34% 48.33%, 52.04% 71.42%, #022957 0%, #001937 100%);
	background: radial-gradient(52.04% 71.42% at 49.34% 48.33%, #022957 0%, #001937 100%);

	color: #fff;

}

.landing-page .home-banner__overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url('../images/setka.png');
	background-repeat: repeat;
	padding: 7px 0;
	width: 100%;
}

.landing-page .home-banner__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px;
}

.landing-page .home-banner__desc {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 565px;
	flex: 0 1 565px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;

	p {
		font-size: 16px;
		line-height: 130%;
		color: #E6E6E6;
	}
}

.landing-page .home-banner__desc h2 {
	color: white;
}

.landing-page .home-banner__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 535px;
	flex: 0 1 535px;
}

/* END_HOME-BANNER */

/* WHY-WE */

.landing-page .why-we {
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#022957), to(#001937));
	background: -o-linear-gradient(top, #022957 0%, #001937 100%);
	background: linear-gradient(180deg, #022957 0%, #001937 100%);
	padding: 50px 0;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.landing-page .container {}

.landing-page .why-we__inner {}

.landing-page .why-we__slider {}

.landing-page .we-slider {}

.landing-page .we-block {
	height: 420px;
}

.landing-page .we-block__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}

.landing-page .we-block__desc {
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;

	.title-block {
		margin-bottom: 20px;
	}

	h3 {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 135%;
		/* 32.4px */
		text-transform: uppercase;
		margin-bottom: 8px;
	}

	p {
		font-size: 16px;
		font-weight: 400;
		line-height: 122%;
		color: rgba(255, 255, 255, 0.80);
	}
}

.landing-page .we-block__desc h2 {
	color: white;
}

.landing-page .we-block__img {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}

.landing-page .navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: -75px;
	position: relative;
	z-index: 2;
}

.landing-page .arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 12px;
}

.landing-page .arrow.slick-arrow {
	position: static;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid var(--white-80, rgba(255, 255, 255, 0.80));
	background: transparent;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;

}

.landing-page .arrow.slick-arrow:before {
	display: none;
}

.landing-page .fraction {
	color: rgba(255, 255, 255, 0.80);
}

.landing-page .arrow:hover {
	border-color: #fff;
}

/* END_WHY-WE */
/* clients */
.landing-page .clients {
	background: #EAEEF5;
	overflow: hidden;
}

.landing-page .clients__inner {}

.landing-page .clients__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 8px;

}

.landing-page .client {
	width: 300px;
	height: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #FFF;

	img {
		height: auto;
		width: auto;
		max-width: 70%;
	}
}

.landing-page .marquee-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	white-space: nowrap;
}

.landing-page .marquee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	position: relative;
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	-webkit-animation-name: marquee;
	animation-name: marquee;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.landing-page .marquee-wrapper:hover .marquee {
	-webkit-animation-play-state: paused !important;
	animation-play-state: paused !important;
}

@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes marquee {
	0% {
		-webkit-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

/* END_clients */



/* MEDIA QUERY */
@media(max-width: 1199px) {
	.landing-page .products__list {
		.product {
			-webkit-box-flex: 0;
			-ms-flex: 1 1 45%;
			flex: 1 1 45%;
		}
	}

	.landing-page .we-block__inner {
		padding: 0 40px;
	}
}

@media(max-width: 992px) {
	.landing-page .title-block {
		h1 {
			font-size: 55px;
		}

		h2 {
			font-size: 36px;
		}
	}

	.landing-page .product__inner {
		h3 {
			font-size: 20px;
		}
	}

	.landing-page .main-screen__overlay {
		min-height: 700px;
	}



	.landing-page .home-banner__overlay {
		padding: 100px 0 16px;
		background-size: cover;
		background-repeat: no-repeat;

	}

	.landing-page .home-banner__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.landing-page .home-banner__desc,
	.landing-page .home-banner__img {
		-webkit-box-flex: 1;
		-ms-flex: 1 1;
		flex: 1 1;
	}

	.landing-page .home-banner__img {
		max-width: 534px;
		width: 100%;
	}

	.landing-page .why-we {
		padding: 60px 0;
	}

	.landing-page .we-block {
		height: auto;
	}

	.landing-page .we-block__img {
		position: relative;
		top: 0;
		right: 0;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		-webkit-transform: translateX(150px);
		-ms-transform: translateX(150px);
		transform: translateX(150px);

		img {
			max-height: 420px;
			-o-object-fit: contain;
			object-fit: contain;
		}
	}

	.landing-page .we-block__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 40px;
		gap: 66px;

	}

	.landing-page .navigation {
		margin-top: 60px;
	}
}

@media(max-width: 768px) {
	.landing-page .we-block__img {
		-webkit-transform: translateX(40px);
		-ms-transform: translateX(40px);
		transform: translateX(40px);
		width: 100%;

		img {
			-o-object-position: right;
			object-position: right;
		}
	}

}

@media(max-width: 767.5px) {

	.landing-page {
		font-size: 14px;
	}

	.landing-page .container {
		padding: 0 20px;
	}

	.landing-page .mb-40 {
		margin-bottom: 20px;
	}

	.landing-page .section {
		padding: 40px 0;
	}

	.landing-page .title-block {
		h1 {
			font-size: 32px;
		}

		h2 {
			font-size: 24px;
		}
	}

	.landing-page .main-screen__overlay {
		height: auto;
		padding: 40px 0;
		min-height: auto;
	}

	.landing-page .main-screen__inner {
		gap: 60px;
	}

	.landing-page .main-info__age {
		font-size: 16px;
	}

	.landing-page .main-info {
		gap: 16px;
	}

	.landing-page .products__list {
		.product {
			-webkit-box-flex: 1;
			-ms-flex: 1 1 100%;
			flex: 1 1 100%;
		}
	}

	.landing-page .we-block__inner {
		padding: 0 20px;
		gap: 60px;
	}

	.landing-page .we-block__desc {
		h3 {
			font-size: 16px;
		}

		p {
			font-size: 14px;
			min-height: 35px;
		}
	}


	.landing-page .we-block__img {
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);

		img {
			height: 200px;
			-o-object-fit: contain;
			object-fit: contain;
		}
	}

	.landing-page .client {
		width: 140px;
		height: 80px;
		padding: 19px 27px;
	}

	.landing-page .home-banner__overlay {
		padding: 60px 0 25px;
	}

	.landing-page .home-banner__inner {
		gap: 9px;
	}

	.landing-page .home-banner__img {
		img {
			max-width: 290px;
		}
	}

	.landing-page .home-banner__desc {
		p {
			font-size: 14px;
		}
	}

	.home-banner__desc p {
		font-size: 14px;
	}


	.landing-page .main-info__desc {
		font-size: 14px;
	}
}

/* MEDIA QUERY */