* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

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;
}

::-webkit-scrollbar

: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 {
	width: 0;
}

::-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);
}



/* ФОН */


.mob_menu {
	display: none;
}

.text_big {
	position: absolute;
	width: 100%;
	height: 90dvh;
	z-index: -1;
}

.text_big h1 {
	font-size: 160px;
	top: 250px;
	right: -290px;
	position: absolute;
	font-family: protosans56;
	font-weight: 400;
	transform: rotate(-90deg);
	bottom: 40%;
	opacity: .3;
	filter: brightness(.3);
	margin-right: 20px;
}

.bg_page1 {
	position: absolute;
	z-index: -2;
	right: -100px;
	width: 100%;
	top: 200px;
	filter: blur(200px) brightness(.5);
}


.bg_home {
	z-index: 1;
	position: absolute;
	opacity: 0.3;
	top: -50px;
	left: 0;
	filter: brightness(0.3);
}

/* navbar */


.wrap_uslugi {
	margin: 0 auto;
	padding: 10px;
}



.page_blog {
	width: 100%;
}
 
.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;
}

.center_img .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 */

.page_blog_home {
	display: grid;
	height: 80dvh;
	width: 100%;
	grid-template-columns: auto 500px 100px;
	justify-content: end;
	padding-right: 8%;
}

.center_img ul li a{
	color: #fff;
	font-size: clamp(20px, 1.5vw, 40px);
	margin: 25px 0;
	font-family: protosans56;
	transition: .5s;
}

.center_img ul li {
	display: flex;
	align-items: start;
	justify-content: end;
	transition: .5s;
}

.center_img ul li a:hover {
	transform: scale(1.1);
}

.center_img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.text_little {
	display: flex;
	justify-content: end;
	align-items: center;
	text-align: left;
	padding: 20px;
}

.text_box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social_box {
	display: flex;
	width: 100%;
	margin-right: 10rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.social a img {
	margin: 20px 0;
	width: 40px;
	transition: .5s;
}

.social a img:hover {
	transform: scale(1.2);
}

.page_1 {
	margin-bottom: 10rem;
}


/* БЛОК КОНТЕНТ */

.page_uslug_one {
	display: grid;
	max-width: 1700px;
	margin: 0 auto;
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
	margin-top: 30rem;
	margin-bottom: 20rem;
}

.page_uslug_three {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100dvh;
}

.page_uslug_three .page_three_text h1{
	font-size: clamp(20px, 3vw, 50px);
	font-family: protosans56;
	text-align: center;
	font-weight: 400;
}

.page_uslug_three .page_three_text h2 {
	text-align: center;
	font-size: clamp(20px, 3vw, 25px);
	font-family: Stolzl_book;
	font-weight: 100;
	margin: 2rem;
}

.page_uslug_three .page_three_text p {
	text-align: center;
	font-size: clamp(20px, 3vw, 20px);
	font-family: Stolzl_book;
	font-weight: 100;
	max-width: 640px;
}

.page_uslug_four {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	height: 100dvh;
	align-self: center;
	justify-self: center;
	width: 80%;
}

.page_four_img {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-self: start;
}

.page_four_text {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.page_four_text h1 {
	font-size: 50px;
	font-family: protosans56;
	font-weight: 400;
	padding-left: 50px;
}

.page_uslug_five {
	position: relative;
	display: grid;
	grid-template-columns:  20% repeat(3, 1fr);
	width: 100%;
  height: 100%;
}

.five_img_left {
	grid-column: 1;
	grid-row: 1;
	align-self: center;
}

.five_text {
	grid-column: 2 / span 2;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	font-size: 25px;
	font-family: Stolzl_book;
	max-width: 700px;
	transform: translate(-70px);
	align-self: center;
}

.five_img_right {
	grid-column: 4;
	grid-row: 1;
	width: 100%;
	align-self: center;
}

.ball_one {
	grid-column: 1;
	grid-row: 1;
	align-self: center;
	transform: translate(-200px) scale(2);
	width: 30%;
	top: 200px;
	position: absolute;
	filter: blur(100px) brightness(0.5) opacity(0.5);
}

.ball_two {
	display: flex;
	position: absolute;
	width: 30%;
	align-self: center;
	right: -400px;
	filter: blur(200px);
}

.end_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 80dvh;
}

.social_box_end {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
	gap: 0px 50px;
}



@media screen and (max-width: 1024px) {
	.page_uslug_one {
		display: grid;
		padding-inline: 25px;
		align-self: center;
		justify-self: center;
		margin: 0 auto;
	}
}

.icon_box_one {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon_box_one img {
	align-self: center;
	justify-self: center;
}



.text_box_one {
	width: 80%;
	align-self: center;
	justify-self: center;
}

.text_box_one p{
	font-family: Stolzl_book;
	font-size: clamp(25px, 2vw, 30px);
	text-align: left;
	font-weight: 100;
}

.text_box_one h1 {
	font-family: Protosans56;
	font-size: clamp(25px, 2vw, 30px);
	margin-bottom: 2rem;
}

.page_uslug_two {
	display: grid;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 100%;
	margin: 0 auto;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 30%);
	position: relative;
	margin-top: 25rem;
}

.icon_box_two {
	grid-column: 2;
	grid-row: 2;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.text_box_two:nth-child(1){
	width: 100%;
	grid-column: 1;
	grid-row: 1;
	align-self: center;
	justify-self: end;
	font-size: clamp(15px, 1vw, 25px);
	font-family: Stolzl_book;
	font-weight: 100;
}

.text_box_two:nth-child(2){
	width: 100%;
	grid-column: 3;
	grid-row: 2;
	margin-left: 2rem;
	justify-self: start;
	font-size: clamp(15px, 1vw, 25px);
	font-family: Stolzl_book;
	font-weight: 100;
}

.text_box_two:nth-child(4){
	width: 100%;
	grid-column: 1;
	grid-row: 3;
	justify-self: end;
	font-size: clamp(15px, 1vw, 25px);
	font-family: Stolzl_book;
	font-weight: 100;
}





/* 1200px Адаптив */

@media screen and (max-width: 1200px) {


	.page_blog_home {
		margin-left: 1px;
	}
		
	.blog_conteiner {
		flex-wrap: wrap;
	}

	.blog {
		display: flex;
		flex-wrap: wrap;
	}

	.blog_text {
		text-align: center;
	}

	.blog_text h1 {
		font-size: 40px;
		font-family: Stolzl;
		font-weight: 100;
	}

	.blog_img img {
		padding-top: 15px;
	}
		
	.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;
	}

	.social_box {
		padding-right: 0px;
	}
}

.navbar_menu_mob, .but, .start_blog {
	display: none;
}

@media screen and (max-width: 768px) {
	
	.navbar, .page_blog_home, .text_big, .bg_page1 {
		display: none;
	}


.center_img {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
}

.mob_menu {
	display: flex;
	flex-direction: row;
	height: 100dvh;
	width: 100%;
	position: relative;
	align-items: center;
	justify-content: center;
}

.decor_bg {
	display: flex;
	position: absolute;
	left: -30px;
}

.decor_bg::after {
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	left: 5px;
	background: #fff;
}

.decor_bg::before {
	content: '';
	width: 100px;
	display: flex;
	position: absolute;
	bottom: 0;
	height: 1px;
	left: -95px;
	background: #fff;
}

.decor_bg_logo {
	position: absolute;
	height: 100%;
	width: 100%;
	top: -105px;
}

.center_img ul {
	display: flex;
	margin-top: 33px;
	height: 68%;
	line-height: 11.5vh;
	align-items: start;
	flex-direction: column;
}

.center_img ul li a{
	font-family: protosans56;
	font-size: 25px;
}

	
	.bg_home {
		display: none;
	}

.bg_page1_mob {
	position: absolute;
	display: flex;
	width: 100%;
	opacity: 1;
	bottom: -270px;
	left: -100px;
	filter: blur(50px) brightness(0.5);
	transform: rotate(180deg) scale(2);
	z-index: -1;
}

.proectirov {
	display: flex;
	position: relative;
	width: 100%;
	height: 100dvh;
	align-items: start;
	justify-content: center;
	padding: 10px;
	margin-bottom: 10rem;
}

.proectirov .proect_img {
	width: 30%;
	margin: 2rem;
} 

.text_proect_mob {
	margin-top: 2rem;
	display: flex;
	font-family: Stolzl;
	font-weight: 100;
	font-size: 20px;
	text-align: justify;
	padding: 15px;
}

.desing {
	display: flex;
	height: 10px;
}







/* Мобильное меню */

.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 {
	display: none;
	position: absolute;
	width: 60%;
	top: 55%;
	right: 20px;
	opacity: 0.3;
}

.img_mob img {
	min-width: 250px;
}

.text_blog {
	font-size: 50px;
	width: 100vw;
	height: 100%;
	display: flex;
}

.text_blog h1 {
	position: absolute;
	top: 40%;
	left: -12vw;
	font-size: clamp(30px, 35vw, 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: 60%;
	height: 60%;
	margin: 10px 0;
	margin-left: 1.7rem;
	opacity: .7;
	position: relative;
}


.soc_mob a {
	width: 20%;
}

}
