@font-face{
	font-family: 'lucidaconsole';
	src: url('../fonts/lucidaconsole.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html,body{
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: lucidaconsole;
	color: #878787;
	scroll-behavior: smooth;
}
a {
	color: #6f6f6f;
	text-decoration: none;
	transition: 0.2s;
}
a:hover {
	color: #00b6b1;
	text-decoration: none;
}
h1{
	line-height: 36px;
}
/*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: 1400px;
	margin: 0 auto;
}
.container{
	align-items: center;
}
/*header*/
header{
	background: url(../img/bg.jpg);
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
header:before{
	content: "";
	position: absolute;
	background: url(../img/grid.png);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.main{
	height: 100%;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	position: relative;
}
.main h1 {
    background: #00b6b1;
    padding: 20px;
    text-transform: uppercase;
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 1px;
}
.main_logo {
    width: 200px;
    background: #fff;
    padding: 20px;
}
.main_logo img{
	width: 100%;
}
.main_desc {
	text-align: center;
	line-height: 20px;
	font-size: 21px;
	color: #fff;
	width: 50%;
}
.main_nextarrow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(255 255 255 / 75%);
}
.main_nextarrow i {
	color: #00b6b1;
	font-size: 36px;
	transition: 0.2s;
}
.main_nextarrow:hover{
	background: #00b6b1;
}
.main_nextarrow:hover > i{
	color: #121212;
}
.smallinfo {
	padding: 20px;
	text-align: center;
/*    background: #121212;
*/    color: #00b6b1;
	line-height: 20px;
}
.smallinfo_icon {
	font-size: 28px;
	background: rgb(0 0 0 / 10%);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.smallinfo_desc{
	width: 100%;
}
.second_par {
	padding: 15px;
	background: #00afaf;
	color: #fff;
}
.company {
	background: #e3e3e3;
}
.company_info {
	width: 45%;
	color: #878787;
	font-size: 16px;
	line-height: 21px;
}

.company_img {
    width: 45%;
    height: 100%;
    display: flex;
    border: 10px solid #fff;
    margin: 40px 0px 40px 0px;
    padding: 0px;
}
.company_img img {
	width: 100%;
	height: 100%;
}
.company_info h2 {
	font-size: 24px;
	color: #00b6b1;
	margin-bottom: 35px;
}
.company_info span {
	background: #00b6b1;
	padding: 10px;
	color: #121212;
}
.company_btn {
	padding: 15px;
	margin-top: 50px;
	display: block;
	text-align: center;
	width: 200px;
	font-size: 18px;
	color: #00b6b1;
	border: 1px solid #00b6b1;
	transition: 0.2s;
}
.company_btn:hover {
	background: #00b6b1; 
	color: #121212;
	border: 1px solid #00b6b1;
}
.tasks {
	padding: 40px 0px;
}
.tasks_img{
	width: 45%;
	position: relative;
	display: flex;
}
.tasks_img:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background: transparent;
	border-bottom: 25px solid transparent;
	border-top: 25px solid #e3e3e3;
	border-left: 25px solid #e3e3e3;
	border-right: 25px solid transparent;
}
.tasks_img:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background: transparent;
	border-bottom: 25px solid #e3e3e3;
	border-top: 25px solid transparent;
	border-left: 25px solid transparent;
	border-right: 25px solid #e3e3e3;
	bottom: 0;
	right: 0;
}
.tasks_img img{
	width: 100%;
}
.tasks_info{
	width: 45%;
	font-size: 16px;
	line-height: 21px;
}
.tasks_info h2 {
	font-size: 24px;
	color: #00b6b1;
	margin-bottom: 35px;
}
.tasks_info span {
	color: #121212;
}
.contact{
	padding: 40px 0px;
}
.contact h2{
	color: #00b6b1;
	text-align: center;
}
.contact_items {
	width: 40%;
}
.contact_block {
	padding: 10px 0px;
	margin: 5px 0px;
}
.contact_block_name {
	padding: 10px 0px;
	margin: 0 auto;
	color: #00b6b1;
	font-size: 21px;
}
.contact_map {
    width: 50%;
    background: #00afaf;
    padding: 20px;
}
.contact_block_desc {
    background: #e3e3e3;
    padding: 10px;
    margin: 5px 0px;
}

.preim {
    background: #e3e3e3;
    padding: 40px 0px;
}
.preim_info{
	width: 45%;
}
.preim_info h2 {
	font-size: 24px;
	color: #00b6b1;
	margin-bottom: 35px;
}
.preim_info span {
	color: #121212;
}
.preim_img{
	width: 45%;
	    border: 10px solid #fff;
    margin: 40px 0px 40px 0px;
    padding: 0px;
}
.preim_img img{
	width: 100%;
	display: flex;

}
.preim_container{
	flex-wrap: wrap;
	margin: 20px 0px 0px 0px;
}
.prem_item_name {
    padding: 20px;
    background: #fff;
    display: block;
    font-size: 16px;
    border-left: 4px solid #00afaf;
}
.preim_block {
    background: #00afaf;
    margin: 5px;
    padding: 20px;
    width: calc(50% - 50px);
    color: #fff;
    font-size: 16px;
    align-items: center;
}
.preim_block span {
    width: 75%;
    display: block;
    color: #fff;
}
.preim_block_icon {
    background: #373737;
    width: 40px !important;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;

}
.preim_block_icon i{
	    color: #fff;
}

footer {
	background: #00b6b1;
	padding: 20px 0px;
	text-align: center;
	font-size: 14px;
	color: #121212;
}

@media screen and (max-width: 1480px) {
	.wrap{
		width: 92%;
	}
	.company_info h2 {
		line-height: 38px;
	}
	.company {
		padding: 20px 0px;
	}
	.company_info {
		width: 65%;
	}
	.main_desc {
		width: 80%;
	}
}
@media screen and (max-width: 1080px) {
	.container {
		flex-wrap: wrap;
	}
	.company_info {
		width: 100%;
		order: 2;
		text-align: center;
	}
	.company_img {
		order: 1;
		text-align: center;
		margin: 0 auto;
	}
	.company_btn{
		margin: 0 auto;
	}
	.tasks_img{
		display: none;
	}
	.tasks_info{
		width: 100%;
	}
	.main_desc {
		width: 90%;
	}
	.main h1 {
		padding: 15px;
		font-size: 24px;
		color: #121212;
		text-align: center;
	}
	.preim_info{
		width: 100%;
	}
	.preim_img{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.contact_items{
		width: 100%;
	}
	.contact_map{
		width: 100%;
	}
	.preim_block{
		width: 100%;
	}
}