@font-face {
	font-family: "FranklinGothicHeavy";
	src: url("../fonts/FranklinGothicHeavy.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "sylfaen";
	src: url("../fonts/sylfaen.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
html {
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	font-family: "sylfaen";
	font-size: 18px;
	color: #3e3a39;
}

* {
	transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "FranklinGothicHeavy";
	margin: 0;
	margin-bottom: 40px;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 16px;
}

a {
	color: #3e3a39;
}

/*flexbox*/
.f-a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}

.f-b {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.f-c {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.f-s {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
}

.f-e {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

.f-w {
	flex-wrap: wrap;
}

.f-dr {
	flex-direction: column;
}

.ai {
	align-items: center;
}

/* end flex */
.wrap {
	max-width: 1440px;
	margin: 0 auto;
}

#header {
	height: 100vh;
	background: url("../img/headerbg.jpg") top;
	position: relative;
}
#header::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #3e3a39, transparent);
}
#header::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/grid.png");
}

.header_navigation {
	padding: 10px 0px;
	background: #23201f;
	position: fixed;
	z-index: 9;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}

.logotype {
	width: 180px;
	padding-right: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.0901960784);
}
.logotype img {
	width: 100%;
}
.logotype img:hover {
	transform: scale(1.08);
}

.navigation_tel {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-radius: 1em;
	letter-spacing: 1px;
}

.navigation_menu {
	margin-left: 50px;
}
.navigation_menu a {
	text-decoration: none;
	margin: 0px 20px;
	color: #fff;
	font-size: 18px;
}
.navigation_menu a:first-child {
	margin: 0px 20px 0px 0px;
}
.navigation_menu a:hover {
	color: #0f77ae;
}

.header_middle {
	height: calc(100% - 80px);
	padding-top: 60px !important;
	color: #fff;
	position: relative;
	z-index: 1;
}
.header_middle span {
	background: #3e3a39;
	padding: 20px;
	border-radius: 1em;
	width: 50%;
	font-size: 21px;
	line-height: 28px;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}
.header_middle span p {
	border-radius: inherit;
	border: 1px dashed rgba(255, 255, 255, 0.05);
	padding: 20px;
	margin: 0;
}
.header_middle .header_btns {
	width: 45%;
}

.mainbtn {
	background: #0f77ae;
	font-size: 16px;
	padding: 18px;
	width: 280px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "FranklinGothicHeavy";
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 1em;
	margin-top: 40px;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}
.mainbtn svg {
	width: 12px;
	margin-right: 10px;
	background: #fff;
	padding: 6px;
	border-radius: 1em;
}
.mainbtn:hover {
	background: #fff;
	color: #0f77ae;
}

.second_btn {
	background: #3e3a39;
	font-size: 14px;
	padding: 12px;
	width: 280px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "FranklinGothicHeavy";
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 1em;
	margin-top: 40px;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}
.second_btn svg {
	width: 18px;
	margin-right: 10px;
	padding: 6px;
	border-radius: 1em;
}
.second_btn:hover {
	background: #696260;
}

#company {
	margin-top: 50px;
}

.company_informer {
	width: 50%;
	margin-right: 40px;
}

.company_img {
	width: 50%;
	padding-left: 40px;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	height: -moz-fit-content;
	height: fit-content;
}
.company_img img {
	width: 100%;
	border-radius: 1em;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}
.company_img span {
	display: block;
	font-size: 18px;
	margin-top: 20px;
	background: rgba(0, 0, 0, 0.05);
	padding: 10px;
	border-radius: 1em;
	color: #0f77ae;
	text-align: center;
}

#items {
	margin-top: 50px;
	background: #3e3a39;
	padding: 60px 0px 40px;
	position: relative;
}
#items h3 {
	color: #fff;
	text-align: center;
}
#items::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 50%;
	height: 100%;
	border: 20px solid transparent;
	border-top: 20px solid #ffffff;
	border-radius: 0em;
}

.item_container {
	flex-wrap: wrap;
}
.item_container span {
	border: 1px dashed rgba(255, 255, 255, 0.05);
	display: block;
	width: calc(33% - 50px);
	padding: 20px;
	margin: 5px;
	color: #fff;
	text-align: center;
	z-index: 1;
	position: relative;
	border-radius: 1em;
}
.item_container span:hover {
	background: rgba(255, 255, 255, 0.05);
}

#preim {
	padding: 50px 0px;
	background: linear-gradient(180deg, rgba(15, 119, 174, 0.1) 30%, transparent);
}

.preim_container h2 {
	text-align: right;
	margin: 0;
	margin-bottom: 40px;
}

.preim_block {
	padding: 10px 10px;
	margin: 5px 0px;
	border-radius: 1em;
	border: 1px solid #0f77ae;
}
.preim_block span {
	background: #0f77ae;
	padding: 10px 20px;
	margin-right: 20px;
	font-size: 18px;
	color: #fff;
	height: -moz-fit-content;
	height: fit-content;
	border-radius: inherit;
}
.preim_block p {
	margin: 0;
	display: flex;
	align-items: center;
}

#contact {
	margin-top: 20px;
}

.contact_img {
	width: 50%;
	padding-right: 40px;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	height: -moz-fit-content;
	height: fit-content;
}
.contact_img img {
	width: 100%;
	border-radius: 1em;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}

.contact_info {
	width: 50%;
	margin-left: 40px;
}

.contact_content {
	background: #3e3a39;
	padding: 10px;
	color: #fff;
	border-radius: 1em;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}

.contact_item {
	background: #fff;
	margin: 10px 0px;
	padding: 20px;
	border-radius: inherit;
	color: #3e3a39;
}
.contact_item svg {
	width: 16px;
	margin-right: 10px;
}
.contact_item b {
	margin-right: 10px;
}
.contact_item a {
	color: #3e3a39;
	text-decoration: none;
}
.contact_item a:hover {
	color: #0f77ae;
}

.contact_more {
	margin: 10px 0px;
}
.contact_more span {
	margin: 0px 2px;
	padding: 5px 10px;
	background: rgb(15, 119, 174);
	border-radius: 1em;
	font-size: 14px;
}

footer {
	margin-top: 50px;
	padding: 20px;
	background: #3e3a39;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

@media screen and (max-width: 1500px) {
	.wrap {
		max-width: 1280px;
	}
	.header_middle span {
		width: 70%;
	}
	.header_middle .header_btns {
		width: 50%;
	}
}
@media screen and (max-width: 1300px) {
	.wrap {
		max-width: calc(100% - 40px);
		padding: 0px 20px;
	}
	.header_btns a {
		margin-right: 10px;
	}
}
@media screen and (max-width: 1080px) {
	.wrap {
		max-width: calc(100% - 20px);
		padding: 0px 20px;
	}
	body {
		font-size: 16px;
	}
	.header_middle span {
		font-size: 16px;
	}
	.header_btns a {
		font-size: 14px;
	}
	.company_img {
		display: none;
	}
	.company_informer {
		width: 100%;
		margin-right: 0px;
	}
	.contact_img {
		display: none;
	}
	.contact_info {
		width: 100%;
		margin-left: 0px;
	}
	.navigation_menu a {
		margin: 0px 10px;
		font-size: 16px;
	}
	.navigation_menu {
		margin-left: 20px;
	}
	.logotype {
		width: 160px;
		padding-right: 20px;
	}
	.header_middle span {
		width: 80%;
	}
	.header_middle .header_btns {
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.navigation_menu a {
		display: none;
	}
	.navigation_menu a:first-child {
		display: block;
		font-weight: bold;
	}
	.header_middle span {
		width: auto;
	}
	.header_middle .header_btns {
		width: auto;
		display: block;
	}
	.mainbtn {
		width: auto;
	}
	.second_btn {
		margin-top: 10px;
		width: auto;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 21px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 14px;
	}
	a {
		color: #3e3a39;
	}
	.preim_block span {
		background: #0f77ae;
		padding: 5px 15px;
		margin-right: 10px;
		font-size: 16px;
	}
	.item_container span {
		border: 1px dashed rgba(255, 255, 255, 0.05);
		display: block;
		width: calc(50% - 40px);
		padding: 10px;
		margin: 5px;
	}
	.contact_more span {
		display: block;
		text-align: center;
		margin-top: 1px;
	}
} /*# sourceMappingURL=style.css.map */
