@font-face{
	font-family: 'ZodchiyRegular';
	src: url('../fonts/Zodchiy-Regular.ttf') format('truetype'),
	url('../fonts/Zodchiy-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'InterRegular';
	src: url('../fonts/Inter-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
html, body {
	padding: 0;
	margin: 0;
	background: #141414;
	font-family: InterRegular;
	color: #a5a5a5;
	scroll-behavior: smooth;
}
a {
	color: #dfdfdf;
	text-decoration: none;
	transition: 0.2s;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
h1, h2, h3 {
	color: #fff;
	margin: 0 auto 30px;
	font-family: 'ZodchiyRegular';
	text-transform: uppercase;
}
/*flex*/
.f-c{
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;	
}
.f-s{
	display: flex;
	-webkit-justify-content: start;
	justify-content: start;
}
.f-a{
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.f-b{
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.f-wr{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap{
	width: auto;
	margin: 0 auto;
	padding: 0px 40px;
}
.container{
	align-items: center;
	position: relative;
}
#header {
	background: url(../img/bg.jpg) top;
	width: 100%;
	height: 100vh;
	position: relative;
}
#header:before{
	content: "";
	background: url(../img/grid.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.header_head {
	background: rgb(30 26 55 / 90%);
	padding: 10px;
}
.head_container{
	align-items: center;
}
.head_logo{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.head_logo img{
	width: 250px;
}
h1.header_title {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 100px;
	font-size: 38px;
	font-family: 'ZodchiyRegular';
	text-transform: uppercase;
	color: #8fffff;
}
.header_title_desc {
	text-align: center;
	font-size: 21px;
	color: #dfdfdf;
	border-bottom: 1px solid rgb(255 255 255 / 5%);
	padding-bottom: 50px;
}
.header_news {
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgb(20 20 20 / 95%);
	flex-direction: column;
	display: flex;
	justify-content: center;
}
.header_news_container{
	padding: 40px;
}
.to-next {
	position: absolute;
	color: rgb(255 255 255 / 25%);
	display: block;
	margin: 0 auto;
	text-align: center;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 38px;
	transition: 0.2s;
}
.to-next:hover {
	color: #8fffff;
}
/*preim*/
.preim {
	padding: 40px 0px;
	font-size: 16px;
	text-align: center;
}
.preim_img{
	width: 45%;
}
.preim_img img {
	width: 100%;
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
}
.preim_desc {
	width: 45%;
	text-align: left;
	font-size: 16px;
}

.preim_desc h2 {
	font-size: 38px;
	margin: 0;
	margin-bottom: 40px;
	letter-spacing: 2px;
}
.preim_txt {
	font-size: 21px;
	line-height: 42px;
}
.preim_informer {
	padding-left: 20px;
	border-left: 3px solid #8fffff;
}
/*work*/
.work {
	background-color: #1e1e1e;
	padding: 40px 0;
	background: url(../img/work.jpg) top;
	position: relative;
	background-size: cover;
}
.work:before{
	content: "";
	background: url(../img/grid.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.work h2 {
	font-size: 38px;
	margin: 0;
	margin-bottom: 40px;
	letter-spacing: 2px;
	text-align: right;
	background: rgb(143 255 255 / 20%);
	padding: 10px;
}
.work_block{
	list-style: none;
	flex-wrap: wrap;
	padding: 0;
	margin-top: 20px;
}
.work_container{
	flex-wrap: wrap;
}
.work_inform {
	background: rgb(20 20 20 / 95%);
	padding: 10px;
	width: calc(33% - 60px);
	margin: 10px 10px;
	display: flex;
	flex-direction: column;
}
span.work_inform_name {
	font-size: 21px;
	background: #292929;
	padding: 10px;
	line-height: 40px;
	font-family: 'ZodchiyRegular';
	text-transform: uppercase;
	color: #fff;
}
ul.work_block i {
	margin-right: 10px;
	font-size: 16px;
	color: #292929;
}
ul.work_block li {
	background: rgb(143 255 255 / 2%);
	margin: 5px 0px;
	padding: 10px;
	display: flex;
}
/*services*/
.services{
	padding: 40px 0px;

}
.service_img{
	width: 45%;
}
.service_img img{
	width: 100%;
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 11%);
}
.service_content{
	width: 50%;
}
.service_blocks{
	flex-wrap: wrap;
}
.service_block {
	width: calc(50% - 53px);
	background: #292929;
	margin: 5px;
	padding: 20px;
	color: #a5a5a5;
	border-left: 3px solid #8fffff;
}
.service_block h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 21px;
}
.service_block i {
	margin-right: 10px;
	font-size: 14px;
	color: #3f3f3f;
}
.title_over {
	color: rgb(255 255 255 / 50%);
}
.service_content h2{
	font-size: 38px;
}
/*smallinfo*/
.smallinfo {
	text-align: center;
	padding: 40px;
	background: #292929;
	color: #ffffff;
	font-family: 'ZodchiyRegular';
	text-transform: uppercase;
	font-size: 32px;
}
/*footer*/
.footer {
	padding: 10px;
	background: #141414;
}
.footer_copy{
	align-items: center;
	font-size: 14px;
}
.footer_logo {
	/* background: #292929; */
	padding: 10px;
	/* border-radius: 1em; */
}
.footer_logo img{
	width: 100px;
}
.footer_info{
	color: #f1f1f1;
	margin-left: 20px;
}

.footer_contact {
	width: 300px;
	background: #ffffff0a;
	padding: 10px;
}
.footer_contact_item {
	font-size: 18px;
	padding: 10px 20px;
	background: #8fffff;
	color: #141414;
	margin-bottom: 5px;
	text-align: center;
}
.footer_street_item{
	font-size: 14px;
	margin-top: 10px;
}
.footer-totop{
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: rgb(255 255 255 / 50%);
}
.footer-totop a {
	background: rgb(255 255 255 / 10%);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	transition: 0.2s;
	margin: 0 auto;
	margin-bottom: 10px;
}
.footer-totop a:hover {
	background: rgb(255 255 255 / 20%);
}

.footer_contact_item, .head_logo{
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@media screen and (max-width: 1400px) {
	.header_news {
		width: 100%;
		background: rgb(20 20 20 / 70%);
	}
	.head_logo img {
		width: 300px;
	}
	.preim_txt {
		line-height: 22px;
	}
	span.preim_secondary {
		line-height: 22px;
	}

}

@media screen and (max-width: 1180px) {
	html, body {
		font-size: 14px;
	}
	.preim_img {
		display: none;
	}
	.preim_desc {
		width: 100%;
	}
	.work_info {
		line-height: 22px;
		font-size: 14px;
	}
	.work_inform {
		width: calc(50% - 60px);
	}
	.container {
		flex-wrap: wrap;
	}
	.service_content {
		width: 100%;
	}
	.service_img {
		width: auto;
		order: 2;
		margin: 20px auto 0;
	}
	.header_news {
		clip-path: none;
	}
}

@media screen and (max-width: 780px) {
	.wrap {
		padding: 0px 20px;
	}
	.head_logo img {
		width: 210px;
	}
	h1.header_title {
		font-size: 28px;
	}
	.preim_desc h2{
		font-size: 32px;
	}
	.work h2{
		font-size: 32px;
	}
	.service_content h2{
		font-size: 32px;
	}
	section.smallinfo {
		font-size: 24px;
	}
	.work_block {
		list-style: none;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.work_inform {
		margin: 5px 0px;
		width: 100%;
	}
	.service_block {
		width: 100%;
	}
	.smallinfo_list li {
		width: 100%;
		justify-content: center;
	}
	.footer_copy {
		align-items: center;
		font-size: 14px;
		width: 100%;
		background: #00000038;
		padding: 5px;
	}
	.footer-totop {
		order: 3;
		margin: 0 auto;
	}
	.footer_contact {
		width: 100%;
		margin: 10px 0px;
		text-align: center;
	}
	.smallinfo {
		padding: 40px 0px;
	}
}

@media screen and (max-width: 480px) {
	.footer_copy {
		flex-wrap: wrap;
		text-align: center;
	}
	.footer_info {
		margin-left: 0px;
	}
}