@font-face{
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}
html, body {
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: CenturyGothic;
	color: #535353;
	scroll-behavior: smooth;
}
a {
	color: #009392;
	text-decoration: none;
	transition: 0.2s;
}
a:hover {
	color: #009392;
	text-decoration: underline;
}
h1, h2, h3 {
	color: #099;
	margin: 0 auto 30px;
	font-family: 'CenturyGothic';
	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{
	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(255 255 255 / 80%);
    padding: 10px;
    position: relative;
}
.header_menu{
	display: flex;
	align-items: center;
}
.head_container{
	align-items: center;
}
.head_logo{
	text-align: center;
}
.head_logo img{
	width: 120px;
}
a.menu_item {
    color: #535353;
    margin: 0px 20px;
    text-decoration: none;
    background: rgb(0 0 0 / 5%);
    padding: 10px 20px;
}
a.menu_item:hover{
	color: #ffffff;
    background: rgb(0 153 153);
}
h1.header_title {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    background: #099;
    padding: 20px;
    line-height: 36px;
    width: 60%;
}
.header_news {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.header_news_container{
	padding: 80px;
}
.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;
}
/*smallpreim*/
.smallpreim {
    background: #099;
    padding: 40px 0px;
}
.smallpreim_item {
    color: #fff;
    background: rgb(255 255 255 / 10%);
    display: block;
    margin: 0px 1px;
    padding: 20px;
    line-height: 24px;
    font-size: 16px;
}
.smallpreim_item i {
    margin-right: 10px;
    color: rgb(255 255 255 / 50%);
}
.smallpreim h2 {
    color: #fff;
    font-size: 21px;
    margin: 0px 0px 20px 0px;
    background: rgb(255 255 255 / 5%);
    padding: 10px;
}
/*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: 32px;
    margin: 0;
    margin-bottom: 40px;
    letter-spacing: 2px;
    color: #099;
    line-height: 50px;
}
.preim_txt {
    font-size: 18px;
    line-height: 32px;
}
.preim_informer {
    color: #919191;
    margin: 10px 0px;
    display: block;
}
.title_over {
    color: #fff;
    background: #099;
    padding: 10px 20px;
}
/*services*/
.services {
    padding: 40px 0px;
    background: rgb(0 0 0 / 3%);
}
.service_img {
    width: 45%;
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-top: -10px;
    flex-direction: column;
}
.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: auto;
    background: #ffffff;
    margin: 5px 0px;
    padding: 20px;
    color: #919191;
    font-size: 18px;
    line-height: 32px;
}

.service_block h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
}
.service_content h2{
	font-size: 32px;
	line-height: 50px;
}
.service_number_step {
    background: rgb(0 0 0 / 5%);
    width: 32px;
    display: inline-block;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-right: 15px;
}
.service_arg {
    margin-top: 40px;
}
.service_arg_tags {
    background: #f7f7f7;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.service_arg_tags span {
    background: #099;
    margin: 5px;
    padding: 10px;
    color: #fff;
    width: calc(33% - 28px);
}
/*contact*/
.contact{
	padding: 40px 0;
}
/*footer*/
.footer {
    padding: 10px;
    background: rgb(0 0 0 / 5%);
}
.footer_copy{
	align-items: center;
	font-size: 14px;
}
.footer_logo {
    padding: 10px;
}
.footer_logo img{
	width: 100px;
}
.footer_info{
	margin-left: 20px;
}

.footer_contact {
	width: 300px;
	padding: 10px;
}
.footer_contact_item {
    font-size: 21px;
    color: #009999;
    margin-bottom: 5px;
}
.footer_street_item{
	font-size: 14px;
	margin-top: 10px;
}
.footer-totop{
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: rgb(0 153 153);
}
.footer-totop a {
    background: rgb(0 153 153);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: 0.2s;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #fff;
}
.footer-totop a:hover {
	background: #fff;
    text-decoration: none;
    color: rgb(0 153 153);
}

@media screen and (max-width: 1400px) {
.service_arg_tags span {
    width: calc(50% - 30px);
}

}

@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;
	}
	.container {
		flex-wrap: wrap;
	}
	.service_content {
		width: 100%;
	}
.service_img {
    width: 100%;
    order: 2;
    margin: 20px auto 0;
}
	.smallinfo_list li {
		width: 40%;
		padding: 15px;
	}
	.smallinfo_list {
		flex-wrap: wrap;
	}
	h1.header_title{
		width: 100%;
	}
	.services-container {
    	flex-wrap: wrap;
	}
}

@media screen and (max-width: 780px) {
	.wrap {
		padding: 0px 20px;
	}
	.smallinfo_list li {
		width: 100%;
		justify-content: center;
	}
.footer_copy {
    align-items: center;
    font-size: 14px;
    width: 100%;
    background: #f7f7f7;
    padding: 5px;
}
	.footer-totop {
		order: 3;
		margin: 0 auto;
	}
	.footer_contact {
		width: 100%;
		margin: 10px 0px;
		text-align: center;
	}
	a.menu_item {
    margin: 0px 1px;
    padding: 10px 10px;
}
h1.header_title {
    font-size: 21px;
    line-height: 32px;
}
.service_arg_tags span{
	width: 100%;
}
.preim_desc h2{
	font-size: 21px;
}
.service_content h2{
	font-size: 21px;
}
.service_block h3 {
    font-size: 16px;
}
.smallpreim h2 {
    font-size: 18px;
}
}

@media screen and (max-width: 480px) {
	.header_news {
		width: 100%;
	}
h1.header_title {
    width: auto;
}
.header_news_container {
    width: auto;
    padding: 10px;
}
	.preim_desc h1 {
		font-size: 21px;
	}
	.head_logo {
    text-align: center;
    margin: 0 auto;
}
.header_menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
a.menu_item {
    width: 100%;
    margin: 1px;
}
}