* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
}

body {
	background: #141413;
	overflow-x: hidden;
	margin: 0 auto;
	font-size: 62.5%;
	text-decoration: none;
	font-family: protosans;
	max-width: 1920px;
	min-height: 100%;
	color: #fff;
}

:root {
	--index: calc(1vw + 1vh);
}


img {
  display: block;
  max-width: 100%;
}

.portfolio_text {
	opacity: o;
	position: absolute;
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
}

::-webkit-scrollbar {
	padding: 20px;
	background-color: #141413;
	width: 10px;
}

::-webkit-scrollbar-thumb {
	background: linear-gradient( rgba(184 27 129), rgba(255, 14, 72, 1));
	border-radius: 15px;
}

* {
	scrollbar-color: #141413 linear-gradient(rgba(255, 14, 72, 1), rgba(184, 27, 129, 1));
}


@font-face {
	font-family: protosans;
	src: url(../fonts/ProtoSans12.woff);
}

@font-face {
	font-family: protosans56;
	src: url(../fonts/protosans.woff);
}

@font-face {
	font-family: Stolzl-thin;
	src: url(../fonts/Stolzl-Thin.woff);
}

@font-face {
	font-family: Stolzl_book;
	src: url(../fonts/stolzl_book.woff);
}


.navbar {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
	margin-top: 5rem;
}

.back {
	min-width: 150px;
	margin-inline: 3rem;
	transition: .5s;
}

.back:hover {
	transform: translatex(-20px);
}

.nav_box {
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav_box ul {
	white-space: nowrap;
	display: flex;
	align-items: center;
	width: 100%;
	font-size: clamp(15px, 1.3vw, 30px);
	justify-content: center;
	padding: 15px;
	border-radius: 30px;
	background: linear-gradient(2deg, rgba(0, 0, 0, .4) 15%, rgba(155, 112, 11, .0) 98%);
	max-width: 1100px;
	border-radius: 25px;
	z-index: 5;
	backdrop-filter: blur(1rem)	;
	border: 1px solid rgba(175, 175, 175, .1);
}

.nav_box ul li a{
	white-space: nowrap;
	text-decoration: none;
	font-size: clamp(15px, 1vw, 40px);
	color: #fff;
	transition: .5s;
}

.nav_box ul li a:hover {
	transform: scale(1.1);
}

.nav_box ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 30px;
}

.go_home {
	margin-inline: 3rem;
	min-width: 150px;
	transition: .5s;
}

.go_home img {
	transition: .5s;
}

.go_home img:hover {
	transform: translatex(20px);
}

/* end navbar */

/* Start home_page */


.wrap_dev {
	display: flex;
	margin: 0 auto;
	padding: 10px;
}






.page_blog_home {
	display: flex;
	height: 80dvh;
	max-width: 1500px;
	align-items: start;
	justify-content: end;
	margin: 0 auto;
	margin-inline: 5rem ;
}

.text_little {
	display: flex;
	justify-content: end;
	align-items: center;
	text-align: left;
}

.center_img {
  width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	margin-inline: 50rem;
}

.center_img h1::after {
	content: '';
	display: flex;
	top: 95%;
	width: 1px;
	height: 120dvh;
	right: -100px;
	transform: translateX(100px);
	position: absolute;
	background: #fff;
}

.center_img h1::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	right: -210px;
	bottom: -55dvh;
	border-radius: 50%;
	position: absolute;
	background: #fff;
}


.center_img span {
	width: 200px;
	height: 1px;
	right: -200px;
	top: 95%;
	background: #fff;
	position: absolute;
}

.center_img span::before {
	content: '';
	width: 10px;
	height: 10px;
	top: -4px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
}

.center_img span::after {
	content: '';
	top: 120dvh;
	left: 200px;
	width: 300px;
	height: 1px;
	position: absolute;
	background: #fff;
}


.center_img h1 {
	transform: translate(-50px, 70px);
	margin-right: 4rem;
	font-size: clamp(25px, 5.5vw, 100px);
}

.page_1 {
	margin-bottom: 10rem;
}


.plus_box_1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100dvh;
}

.plus_box_1 p {
	font-family: Stolzl_book;
	font-size: 20px;
	max-width: 1000px;
}

.img_box_1 {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 30px;
	justify-content: end;
	height: 100%;
	margin-bottom: 20rem;
}

.plus_box_1 h1 {
	font-size: 680px;
	font-family: protosans56;
	opacity: .1;
	filter: brightness(.5);
	bottom: 200px;
}


.line {
	height: 90dvh;
	width: 10%;
	position: absolute;
	left: -100px;
	border: 1px solid #fff;
}

.line span {
	width: 15px;
	right: -8px;
	top: 50%;
	border-radius: 50%;
	height: 15px;
	position: absolute;
	background: #fff;
}

.plus_box_2 {
	position: relative;
	height: 100dvh;
	display: flex;
	width: 100%;
}

.plus_box_2_img {
	display: flex;
	position: absolute;
	right: 0;
	top: 30%;
}

.text_box_2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: 25px;
	font-family: Stolzl_book;
}

.text_box_2 span {
	height: 150px;
}


.text_plus_2 {
	margin-left: 7vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text_plus_2 h1 {
	font-size: 680px;
	display: flex;
	transform: translate(-60px, -60px);
	align-items: center;

	justify-content: center;
	font-family: protosans56;
	font-weight: 400;
	opacity: .1;
	filter: brightness(.5);
}


.plus_box_3 {
	display: flex;
	right: 0;
	position: relative;
	height: 100dvh;
	display: flex;
	width: 100%;
	padding-right: 25px;
}

.line_3 {
	height: 90dvh;
	width: 10%;
	position: absolute;
	right: -120px;
	border: 1px solid #fff;
}

.line_3 span {
	width: 15px;
	left: -8px;
	top: 50%;
	border-radius: 50%;
	height: 15px;
	position: absolute;
	background: #fff;
}

.text_home_3{
	order: 3;
	display: flex;
	transform: translatex(-60px);
}

.text_home_3 h1 {
	font-size: 680px;
	font-family: protosans56;
	font-weight: 400;
	opacity: .1;
	filter: brightness(0.5);
}

.text_3 {
	margin-inline: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	order: 1;
}

.text_3 p {
	padding: 25px;
	font-size: 25px;
	font-family: stolzl_book;
	text-align-last: justify;
}


.plus_box_4 {
	position: relative;
	height: 100dvh;
	display: flex;
	width: 100%;
}

.plus_box_4_img {
	display: flex;
	position: absolute;
	right: 0;
	top: 30%;
}

.text_box_4 {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: 25px;
	font-family: Stolzl_book;
}

.text_box_4 span {
	height: 150px;
}


.text_plus_4 {
	margin-left: 7vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text_plus_4 h1 {
	font-size: 680px;
	display: flex;
	transform: translate(-60px, -60px);
	align-items: center;

	justify-content: center;
	font-family: protosans56;
	font-weight: 400;
	opacity: .1;
	filter: brightness(.5);
}


.plus_box_5 {
	height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.text_plus_5 h1{
	font-size: 680px;
	position: relative;
	font-family: protosans56;
	font-weight: 400;
	opacity: .1;
	filter: brightness(.5);
}

.text_plus_5 {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}


.text_plus_5::before {
	content: '';
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	top: 120px;
	height: 600px;
	background: #fff;
	opacity: .1;
	z-index: -1;
	filter: brightness(.2);
}

.text_box_5 {
	max-width: 700px;
}

.text_box_5 p {
	font-size: 20px;
	font-family: stolzl_book;
	text-align: justify;
	font-weight: 400;
}

.text_box_5 p::after {
	content: '';
	width: 1px;
	transform: translatey(25px);
	height: 500px;
	position: absolute;
	background: #fff;
}

.text_box_5 p::before {
	content: '';
	width: 1px;
	right: 0;
	transform: translatey(25px);
	height: 500px;
	position: absolute;
	background: #fff;
}


.zag_1 {
	height: 50dvh;
}

.partner {
	display: grid;
	width: 100%;
	grid-template-columns: 68% 32%;
	grid-template-rows: repeat(4, 1fr);
}

.text_box_partner h1 {
	font-size: clamp(70px, 10vw, 200px);
	font-family: protosans56;
	font-weight: 400;
}

.text_box_partner_p {
	grid-column: 1;
	grid-row: 2 / span 3;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-inline: 10px;
	justify-content: center;
}


.text_box_partner_p ul li {
	font-size: clamp(20px, 1vw, 30px);
	font-family: Stolzl_book;
	margin: 15px 0px;
	list-style-type: disc;
	margin-left: 5vw;
}

.logo_mini {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	justify-content: end;
}

.logo_mini img {
	width: 50%;
}


.nav_home {
	grid-column: 2;
	grid-row: 2 / span 3;
	display: flex;
	width: 100%;
	flex-direction: column;
	position: relative;
	align-items: center;
	justify-content: center;
	gap: 50px;
}

.nav_home::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	display: flex;
	background: #fff;
	left: 0;
}





/* БЛОК КОНТЕНТ */



.dev_icon {
	position: absolute;
	width: 40%;
	top: 250px;
}

.center_img {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: right;
	height: 90dvh;
	font-family: Stolzl_book;
	font-weight: 500;
	z-index: 1;
	margin: 0 auto;
}

.center_img h1 {
	text-align: left;
	left: 150px;

}


.plus_box_1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100dvh;
}








/* 1200px Адаптив */

@media screen and (max-width: 1200px) {

	.page_blog_home {
		margin-left: 1px;
	}

	
	.blog_text {
		text-align: center;
	}

	
	.navbar {
		flex-wrap: wrap;
		gap: 25px;
	}
	.nav_box {
		order: 1;
		max-width: 800px;
		flex-wrap: wrap;
		margin-inline: 3rem;	
	}

	.back {
		order: 2;
	}

	.btn_back {
		transition: .5s;
	}

	.btn_back:hover {
		transform: scale(1.2);
	}

	.go_home {
		order: 3;
	}

	.center_img {
		width: 200px;
		margin-inline: 1rem;
	}

	.social_box {
		padding-right: 0px;
	}
}

.navbar_menu_mob, .but, .start_blog {
	display: none;
}

@media screen and (max-width: 768px) {
	
	.navbar, .page_blog_home {
		display: none;
	}

	.text_big {
		display: none;
	}

	.bg_home {
		display: none;
	}

.bg_page1_mob {
	position: absolute;
	width: 60%;
	rotate: -180deg;
	top: 300px;
	left: 0px;
	z-index: -1;
	filter: blur(100px);
}



/* Мобильное меню */

.but {
	display: block;
}

.start_blog {
	display: block;
}

.navbar_menu_mob {
	display: block;
	height: 100dvh;
	position: absolute;
	min-width: 450px;
	margin-top: 7rem;
	right: -250px;
	transform: translatex(170px);
	will-change: transform;
	transition: .5s;
	z-index: 100;
}

.navbar_menu_mob:focus {
	transform: translatex(0px);
}

.navbar_mob {
	max-width: 250px;
	height: 35dvh;
	background: linear-gradient(rgba(255, 14, 72, 1), rgba(184, 27, 129, 1));
	border-radius: 20px;
	display: flex;
	padding: 2px;
	position: relative;
	filter: saturate(1.2);
	z-index: 1;
}


.navbar_mob ul {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	background: #141413;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.navbar_mob ul::after {
	content: '';
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -50px;
	width: 110%;
	height: 110%;
	background: transparent;
	backdrop-filter: blur(5px);
	z-index: 1;
}

.navbar_mob ul::before {
	content: '';
			background-image: url(../img/tap.svg);
			background-size: 30px 30px;
			background-repeat: no-repeat;
			background-position: center;
			width: 35px;
			height: 35px;
			position: absolute;
			transform: translatex(-20px);
			display: block;
			z-index: 11;

}

.navbar_mob ul li {
	z-index: 2;
}

.navbar_mob ul li a {
	color: #fff;
	font-size: 20px;
	margin-left: 2rem;
}

/* Конеч мобильного меню */

.but {
	transform: translatey(50%);
}

.go_home_mob {
	transform: translateX(-60px);
	margin-bottom: 1rem;
}

.back_mob:focus {
	transform: translateX(-110px);
}


.back_mob {
	transform: translateX(-70px);
	transition: .5s;
}

.back_mob:focus {
	transform: translateX(-100px);
}

.start_blog {
	position: relative;
	height: 100dvh;
}

.img_mob {
	position: absolute;
	width: 60%;
	top: 59%;
}

.img_mob img {
	min-width: 250px;
}

.text_blog {
	font-size: 50px;
	width: 100vw;
	height: 100%;
	display: flex;
}

.text_blog h1 {
	position: absolute;
	top: 35%;
	right: -230px;
	font-size: 180px;
	font-family: protosans56;
	font-weight: 600;
	transform: rotate(-90deg);
	opacity: .2;
	filter: brightness(0.5);
}

.soc_mob {
	width: 100%;
	display: flex;
	flex-direction: column;
	transform: translateY(30%);
}

.soc_mob img {
	width: 100%;
	max-width: 25px;
	min-width: 20px;
	margin: 20px 0;
	margin-left: 2.5rem;
	opacity: .7;
}

}