/*---- root ----*/

:root {
	--color-1: #ffffff;
	--color-2: #F3F3F4;
	--color-3: #d4d4d4;
	--color-4: #878787;
	--color-5: #272727;
	--color-6: #0D0E10;
	--color-7: #CA0000;

	--indent: 100px;
	--distance: 50px;
	--transition: all ease-in-out .3s;
}

/*---- Reset styles ----*/

html {
	height: 100%;
	min-height: -moz-available;
	min-height: -webkit-fill-available;
	min-height: fill-available;
}

body {
	font-family: "Manrope", sans-serif;
	margin: 0;
	padding: 0;
	background-color: var(--color-1);
	color: var(--color-6);
	line-height: 150%;
	font-size: 16px;
	transition: var(--transition);
	position: relative;
	overflow-x: hidden;
}

main {
	position: relative;
	z-index: 0;
	width: 100%;
	overflow-x: hidden;
}

img {
	border-style: none;
	width: 100%;
}

textarea {
	overflow: auto;
}

:focus {
	outline: 0;
}

:hover,
:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

::-ms-clear {
	display: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", serif;
	line-height: 120%;
}

h1 {
	font-size: 144px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 23px;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	transition: all .3s;
	color: var(--color-6)
}

a:hover {
	color: var(--color-5);
}

ol {
	list-style: none;
	counter-reset: li;
	padding: 0;
	margin: 0;
}

ol li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
}

ol li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
	position: absolute;
	left: 0;
}

button {
	background: none;
	border: none;
	outline: none;
}

section {
	position: relative;
	z-index: 1;
}

/*---- Reset class ----*/

.container {
	max-width: 1760px;
	width: 100%;
	margin: auto;
	padding: var(--indent) 20px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.infographic {
	width: 100px;
	height: 101px;
}

.hidden {
	display: none;
}

.inner_indent {
	padding: var(--distance);
}

.title_block h2 {
	margin-bottom: 80px;
}

.post_block h2 {
	margin-top: 80px;
}

.grey_bg {
	background-color: var(--color-2);
}

.dark_bg {
	color: var(--color-1);
	background-color: var(--color-5);
}

.w_bg_img {
	position: relative;
	z-index: 0;
}

.w_bg_img>* {
	position: relative;
	z-index: 1;
}

.w_bg_img::before {
	position: absolute;
	z-index: 0;
}

.mt {
	margin-top: var(--distance);
}

ul[class*="ul_style_"] li {
	position: relative;
}

ul[class*="ul_style_"] li::before {
	content: '';
	position: absolute;
	left: 0;
}

ul.ul_style_1 li {
	padding-left: 38px;
}

ul.ul_style_1 li::before {
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuODAxNTYgOS4wNjE2Mkw4LjQwMTU2IDEyLjA2MTZMMTMuMjAxNiA2LjA2MTYyTTkuMDAxNTYgMTcuNDYxNkM0LjM2MjM3IDE3LjQ2MTYgMC42MDE1NjIgMTMuNzAwOCAwLjYwMTU2MiA5LjA2MTYyQzAuNjAxNTYyIDQuNDIyNDMgNC4zNjIzNyAwLjY2MTYyMSA5LjAwMTU2IDAuNjYxNjIxQzEzLjY0MDggMC42NjE2MjEgMTcuNDAxNiA0LjQyMjQzIDE3LjQwMTYgOS4wNjE2MkMxNy40MDE2IDEzLjcwMDggMTMuNjQwOCAxNy40NjE2IDkuMDAxNTYgMTcuNDYxNloiIHN0cm9rZT0iI0Y4RkFGOSIvPgo8L3N2Zz4K');
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	top: 3px;
}

ul.ul_style_2 li {
	padding-left: 26px;
}

ul.ul_style_2 li::before {
	width: 6px;
	height: 6px;
	background-color: var(--color-6);
	top: 9px;
}

/* header */

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

header .container {
	padding-bottom: 0;
}

header .hr {
	background-color: var(--color-5);
	opacity: .2;
	width: calc(100% - 80px) !important;
	height: 1px;
}

.telegram_link {
	width: 68px;
	height: 68px;
	position: relative;
}

.telegram_link a {
	color: var(--color-6);
	position: relative;
	z-index: 1;
}

.telegram_link a:hover {
	color: var(--color-7)
}

.telegram_link::before {
	content: '';
	background-color: var(--color-4);
	opacity: .12;
	width: 100%;
	height: calc(100% + 100px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

/* first screen block */

#first_screen_block::before {
	content: url(./img/Gradients_1.svg);
	left: 100%;
	top: -190px;
	transform: translateX(-105%);
}

.hr_style {
	height: 1px;
	width: 100%;
	position: relative;
	background-color: var(--color-3);
}

.hr_style::before,
.hr_style::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	background-color: var(--color-6);
	display: block;
	height: 1px;
}

.hr_style::before {
	width: 66.6666%;
	z-index: 0;
	opacity: .3;
}

.hr_style::after {
	width: 33.3333%;
	z-index: 1;
}

#first_screen_block .logo_block {
	margin-top: 160px;
	position: relative;
	display: inline-block;
}

#first_screen_block .logo_block h1 {
	line-height: 1;
}

#first_screen_block .logo_block::after {
	content: '';
	width: 20px;
	height: 20px;
	background-color: var(--color-7);
	position: absolute;
	bottom: 7px;
	right: calc(0% - 30px);
}

#first_screen_block .logo_block+.text_block {
	margin-top: 160px;
}

#first_screen_block .logo_block+.text_block+.btn_hr_block {
	margin-top: 80px;
}

.next_block {
	transition: var(--transition);
	cursor: pointer;
	color: var(--color-6);
}

.next_block:hover {
	color: var(--color-7);
}

/* steps block */

#steps_block .num_block {
	font-family: "Oswald", serif;
	font-size: 72px;
	font-weight: bold;
	line-height: 120%;
}

/* schem block */

#schem_block::before {
	content: url(./img/Gradients_2.svg);
	left: 100%;
	top: -200px;
	transform: translateX(-100%);
}

/* photo carousel block */

#photo_carousel_block {
	padding-bottom: var(--indent);
}

#photo_carousel_block .title_block h2+svg {
	margin-bottom: 80px;
	position: relative;
	top: 5px;
}

#photo_carousel_block .container {
	padding-bottom: 0;
}

.photo_carousel,
#photo_carousel_block>*:not(.container) {
	padding: 0 20px;
}

.photo_carousel .swiper-wrapper {
	height: auto;
}

.photo_carousel .swiper-slide {
	height: 320px;
	position: relative;
}

.photo_carousel .swiper-slide img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: top left;
	z-index: 0;
	transition: var(--transition);
}

#photo_carousel_block .swiper-slide a {
	position: absolute;
	display: block;
	line-height: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

#photo_carousel_block .swiper-slide a::before {
	content: '';
	background-color: #27272710;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: var(--transition);
}

#photo_carousel_block .swiper-slide a:hover img {
	transform: scale(1.1);
}

#photo_carousel_block .swiper-slide a:hover::before {
	opacity: 0;
}

.photo_carousel div[class*="swiper-button-"] {
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: var(--color-6);
	color: var(--color-1);
	transition: var(--transition);
}

.photo_carousel div[class*="swiper-button-"]::before,
.photo_carousel div[class*="swiper-button-"]::after {
	display: none;
}

.photo_carousel div[class*="swiper-button-"]:hover {
	background-color: var(--color-7);
}

.photo_carousel .swiper-button-next {
	right: 20px;
}

.photo_carousel .swiper-button-prev {
	left: 20px;
}

.photo_carousel .swiper-button-next svg {
	position: relative;
	scale: -1;
}

/* time to market block */

#time_to_market_block::before {
	content: url(./img/Gradients_3.svg);
	left: -310px;
	top: 100px;
}

#time_to_market_block .text_block br {
	display: none;
}

#time_to_market_block .teaser_list {
	max-width: 1030px;
	width: 100%;
	margin-left: auto;
}

#time_to_market_block .title_block {
	position: absolute;
	top: 100px;
	left: 20px;
}

/* platform block */

#platform_block::before {
	content: url(./img/Gradients_4.svg);
	left: 100%;
	top: -320px;
	transform: translateX(-95%);
	width: 100%;
}

/* footer */

footer {
	position: relative;
	z-index: 1;
}

footer a {
	white-space: nowrap;
}

footer a:hover {
	color: var(--color-7);
}

footer .arr_block {
	position: relative;
	height: 8px;
	max-width: 178px;
	width: 100%;
}

footer .arr_block svg {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	z-index: 1;
}

footer .arr_block::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: var(--color-6);
	border-radius: 2px;
	z-index: 0;
	top: 4px;
}

footer .telegram_link::before {
	bottom: auto;
	top: 0;
}

/* adaptive */

@media screen and (min-width: 1760px) {

	.photo_carousel,
	#photo_carousel_block>*:not(.container) {
		padding: 0 calc((100vw - 1720px) / 2);
	}
}

@media (max-width:1250px) and (min-width: 1024px) {
	#time_to_market_block .title_block {
		max-width: 300px;
	}

	#time_to_market_block .title_block br {
		display: none;
	}
}

@media (max-width: 1200px) and (min-width: 1024px) {
	#schem_block .icon {
		position: relative;
		height: 0;
		padding-bottom: 67%;
	}

	#schem_block .icon svg {
		position: absolute;
		height: 100%;
		max-height: 187px;
		width: auto;
	}
}

@media screen and (max-width: 1023px) {

	#schem_block::before {
		transform: translateX(-50%);
		top: -100px;
	}

	#first_screen_block::before {
		left: 50%;
		transform: translateX(-50%);
	}

	#first_screen_block .text_block .flex {
		align-items: flex-start;
	}

	#first_screen_block h2 br {
		display: none;
	}

	#first_screen_block .logo_block+.text_block {
		margin-top: 100px;
	}

	#first_screen_block .logo_block {
		margin-top: 120px;
	}

	#first_screen_block .logo_block+.text_block+.btn_hr_block {
		margin-top: 50px;
	}

	footer a {
		white-space: normal;
	}

	footer .flex {
		gap: 0 50px;
	}

	footer .text_block {
		max-width: 135px;
		height: 75px;
	}

	footer .arr_block {
		width: 128px;
	}

	.arr_block+.arr_block {
		display: none;
	}

	:root {
		--indent: 50px;
		--distance: 30px;
	}

	.title_block h2,
	#photo_carousel_block .title_block h2+svg {
		margin-bottom: 50px;
	}

	.post_block h2 {
		margin-top: 50px;
	}

	.photo_carousel,
	#photo_carousel_block>*:not(.container) {
		padding: 0 20px;
	}

	#time_to_market_block .title_block {
		position: relative;
		left: 0;
		top: 0;
	}

	#time_to_market_block::before {
		top: 40px;
		left: -410px;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	#schem_block .flex.column {
		flex-direction: row;
		gap: 0 10px;
	}

	#schem_block .icon {
		text-align: center;
	}

	#schem_block .flex.column>* {
		max-width: calc(50% - 5px);
		flex: calc(50% - 5px);
		width: 100%;
	}

	#schem_block .text_block {
		margin: 0;
	}
}

@media screen and (min-width: 768px) {
	.photo_carousel .swiper-slide {
		max-width: 570px;
	}
}

@media screen and (max-width: 767px) {

	.photo_carousel div[class*="swiper-button-"] {
		width: 50px;
		height: 50px;
	}

	#photo_carousel_block .title_block .flex {
		flex-direction: column;
		gap: 10px 0;
	}

	#photo_carousel_block .title_block .flex svg:last-of-type {
		position: relative;
		transform: rotate(90deg);
	}

	#photo_carousel_block .title_block {
		margin-bottom: 30px;
	}

	#photo_carousel_block .title_block .flex * {
		margin: 0;
	}

	#first_screen_block .text_block .flex {
		gap: 30px 0;
	}

	#first_screen_block .text_block br {
		display: none;
	}

	#first_screen_block .logo_block {
		margin-top: 80px;
	}

	#first_screen_block .logo_block+.text_block {
		margin-top: 30px;
	}

	#first_screen_block::before {
		top: -225px;
		left: calc(50% + 40px);
	}

	header .container {
		padding-top: 0;
	}

	:root {
		--indent: 20px;
	}

	.container {
		padding-bottom: 50px;
	}

	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 28px;
	}

	.title_block h2,
	#photo_carousel_block .title_block h2+svg {
		margin-bottom: 30px;
	}

	.post_block h2 {
		margin-top: 30px;
	}

	.photo_carousel .swiper-slide {
		padding-bottom: 57%;
		height: 0;
	}

	#steps_block .item .flex,
	#time_to_market_block .item .flex {
		flex-direction: row;
		align-items: flex-start;
		gap: 0 30px
	}

	#steps_block .item .num_block {
		font-size: 36px;
	}

	#steps_block .item .text_block,
	#time_to_market_block .text_block {
		margin-top: 0;
	}

	#schem_block .icon {
		width: 100%;
		text-align: center;
	}

	#schem_block br,
	#platform_block br,
	footer br {
		display: none;
	}

	#time_to_market_block .icon svg,
	#platform_block .item svg {
		width: 48px;
		height: 48px;
	}

	#time_to_market_block .text_block br {
		display: block;
	}

	footer .flex {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px 0 !important;
	}

	footer .text_block {
		height: auto;
		max-width: 100%;
	}

	footer .telegram_link::before {
		height: calc(100% + 50px);
	}

	footer .arr_block {
		position: relative;
		transform: rotate(90deg);
		height: 68px;
		width: 48px;
		left: 10px;
	}

	footer .arr_block::before {
		width: 48px;
		top: 50%;
	}

	footer .arr_block svg {
		top: calc(50% - 4px);
	}

	#platform_block::before {
		transform: translateX(-150%);
	}

	main {
		padding-right: 0;
	}

}

@media screen and (max-width: 480px) {

	#schem_block .icon {
		position: relative;
		height: 0;
		padding-bottom: 67%;
	}

	#schem_block .icon svg {
		position: absolute;
		height: 100%;
		max-height: 187px;
		width: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}