@import url("../fonts/futura_pt_bold.css");
html, body {
	padding: 0;
	margin: 0;
	background: #141414;
	font-family: 'Futura PT Bold';
	color: #fff;
	scroll-behavior: smooth;
}
a {
	color: #8b8b8b;
	text-decoration: none;
	transition: 0.2s;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
h1, h2, h3 {
	color: #fff;
	margin: 0 auto 30px;
	font-family: 'Futura PT Bold';
	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;
}
.title_over {
    color: rgb(0 152 70);
}
.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: 350px;
    background: rgb(255 255 255 / 80%);
    padding: 40px;
    box-shadow: 0 0 0 20px rgb(255 255 255 / 50%);
}
.header_title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 100px;
    font-size: 32px;
    background: rgb(0 152 70 / 80%);
    padding: 20px 0px;
}
.header_title_desc {
    text-align: center;
    font-size: 21px;
    color: #dfdfdf;
    color: #fff;
    text-transform: uppercase;
    width: 75%;
    margin: 0 auto;
}
.header_news {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.header_news_container{
	padding: 40px;
}
.to-next {
    position: absolute;
    color: rgb(0 152 70);
    display: block;
    margin: 0 auto;
    text-align: center;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 38px;
    transition: 0.2s;
    background: rgb(255 255 255 / 80%);
    width: 50px;
    height: 50px;
    line-height: 55px;
}
.to-next:hover {
	color: #fff;
	background: rgb(0 152 70);
}
/*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: 18px;
	line-height: 32px;
}
.preim_informer {
    padding-left: 20px;
    border-left: 3px solid #009846;
}
.preim_mail {
    color: #8b8b8b;
}
/*services*/
.services {
    padding: 40px 0px;
    background: #009846;
}
.service_content{
	width: 100%;
}
.service_blocks{
	flex-wrap: wrap;
}
.service_block {
    width: calc(50% - 53px);
    margin: 5px;
    padding: 20px;
    border: 1px dashed #141414;
    display: flex;
    justify-content: start;
    flex-direction: column;
}
.service_block h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
    background: #141414;
    padding: 20px;
    display: flex;
    align-items: center;
}
.service_block i {
	margin-right: 20px;
	font-size: 14px;
	color: #009846;
}
.service_content h2{
	font-size: 38px;
}
.service_block span {
    display: block;
    margin: 10px 0px;
    font-size: 18px;
    color: #fff;
    height: fit-content;
    line-height: 32px;
}
.title_over_service{
	color: #141414;
}
/*smallinfo*/
.contact {
	text-align: center;
	padding: 40px 0px;
	background: #141414;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 32px;
}
.map_contact {
    background: #009846;
    padding: 20px;
}
.map_contact_item {
    font-size: 21px;
    padding: 20px;
    background: #141414;
    margin-bottom: 5px;
    text-align: center;
}
.map_street_item{
	font-size: 14px;
	margin-top: 10px;
}
/*footer*/
.footer {
    padding: 20px 0px;
    background: #ffffff08;
}
.footer_copy{
	align-items: center;
	font-size: 14px;
}
.footer_info {
    color: #fff;
    background: rgb(255 255 255 / 5%);
    padding: 20px 20px;
}

.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%);
}

@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;
	}
}