@font-face {
	font-family: 'Brother';
	src: url('../fonts/Brother-1816-Bold.eot');
	src: url('../fonts/Brother-1816-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Brother-1816-Bold.woff') format('woff'),
		 url('../fonts/Brother-1816-Bold.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Brother';
	src: url('../fonts/Brother-1816-Light.eot');
	src: url('../fonts/Brother-1816-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Brother-1816-Light.woff') format('woff'),
		 url('../fonts/Brother-1816-Light.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
  font-family: 'ALSS';
  src: url('../fonts/ALSSchlangesans.eot');
  src: url('../fonts/ALSSchlangesans.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ALSSchlangesans.svg#ALSSchlangesans') format('svg'),
       url('../fonts/ALSSchlangesans.ttf') format('truetype'),
       url('../fonts/ALSSchlangesans.woff') format('woff'),
       url('../fonts/ALSSchlangesans.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ALSS';
  src: url('../fonts/ALSSchlangesans-Light.eot');
  src: url('../fonts/ALSSchlangesans-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ALSSchlangesans-Light.svg#ALSSchlangesans-Light') format('svg'),
       url('../fonts/ALSSchlangesans-Light.ttf') format('truetype'),
       url('../fonts/ALSSchlangesans-Light.woff') format('woff'),
       url('../fonts/ALSSchlangesans-Light.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
font-family: 'Myriad';
src: url('../fonts/MyriadPro-Light.eot');
src: url('../fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/MyriadPro-Light.woff') format('woff'),
	 url('../fonts/MyriadPro-Light.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Myriad';
src: url('../fonts/MyriadPro-Bold.eot');
src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/MyriadPro-Bold.woff') format('woff'),
	 url('../fonts/MyriadPro-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}

body {
	font-family: 'Brother', sans-serif;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 0.02em;
	color: #000;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Myriad', sans-serif;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
h1 {
	font-size: 50px !important;
	text-align: center;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
h2 {
	font-size: 50px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 23px;
}
h6 {
	font-size: 19px;
}
a, a:hover, a:active {
	font-family: 'Brother', sans-serif !impottant;
	text-decoration: none;
}
a:hover {
	opacity: 0.75;
}
a, button {
	transition: all 0.3s ease;
}
button {
	outline: none;
	cursor: pointer;
}
button, input {
	outline: none;
	border: none;
	background: transparent;
}
ul, li {
	display: block;
	padding-left: 0;
}
ul, ol {
	margin: 0 !important;
}
li {
	list-style-type: none;
}
p {
	margin-bottom: 1.4rem !important;
	line-height: 1.4em !important;
	letter-spacing: 0.1px;
}
.container-fluid_plain {
	padding-right: 0;
	padding-left: 0;
}

/*----------------HEADER SECTION----------------*/
.header-section {
	height: 100vh;
	padding: 20px;
	position: relative;
	-ms-align-items: center;
	align-items: center;
}
.header-logo {
	/*width: 70%;*/
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.header-logo_img {
	max-width: 90%;
}
.header-info {
	position: absolute;
	justify-content: center;
	bottom: 20px;
	left: 0;
	width: 100%;
}
.header-info_site-link {
	text-align: center;
	text-transform: uppercase;
	color: 	#444;
}

/*----------------ABOUT SECTIOM----------------*/
.about-section {
	padding: 120px 0;
}
.section-header {
	text-align: center;
	margin-bottom: 20px;
}
.about-header {
	
}
.about-card {
	justify-content: center;
}
.about-card_pic {
	margin: 20px auto;
	height: 150px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	max-width: 200px;
}
.about-card_info {
	text-align: center;
}
.about-card_header {
	text-transform: none;
	font-size: 18px;
	margin-bottom: 15px;
}
.about-card_text {
	font-size: 14px;
}
.about-card_count-projects {
	font-family: 'Myriad', sans-serif;
	font-weight: 700;
	font-size: 100px;
	color: #9ecfce;
}

/*---------------BUILDING SECTION---------------*/
.building-section {
	padding: 120px 0;
}
.building-header, .engi-title {
	font-weight: 500;
	margin-bottom: 20px;
}
.servises-block {
	margin-top: 45px;
}
.services-block_title {
	font-size: 20px;
	display: inline;
    background-color: #9ECFCE;
    padding: 3px;
    line-height: 1.3em;
}
.services-list, .completed-card_list {
	margin-top: 25px !important;
	margin-bottom: 40px !important;
	padding-left: 25px;
}
.completed-card_list__no-padding {
	padding-left: 0 !important;
}
.completed-card_list__mb84 {
	margin-bottom: 84px !important;
}
.services-list_item {
	position: relative;
}
.completed-card_item__offset {
	margin-right: 25px;
}
.completed-card_item__min-height111 {
	min-height: 111px;
}
.services-list_item::before, .completed-card_item::before {
	content: '';
	display: block;
	left: -10px;
	top: 10px;
	position: absolute;
	background-color: #000;
	border-radius: 50%;
	height: 4px;
	width: 4px;
}

.services-list_text, .services-list_subtext {
	margin-bottom: 0.5rem !important;
}
.services-list_subtext {
	margin-left: 15px;
}
.services-list_subtext:before {
	content: '› ';
}
.builging-pic, .engi-pic {
	width: 100%;
	height: 100%;
	align-items: center;
	display: flex;
}
.building-pic_img, .engi-pic_img {
	max-width: 100%;
}
.engineering-section {
	padding-bottom: 120px;
}
/*-----------------COMPLETED SECTION-----------------*/
.completed-section {
	padding-bottom: 120px;
}
.completed-section > .container > .row:first-child {
	min-height: 100vh;
}
.completed-main {
	max-width: 75%;
	margin: 20px auto;
}
.completed-main_upper, .completed-main_lower {
	text-align: center;
}
.completed-main_upper {

}
.completed-main_lower {
	margin-bottom: 25px;
}
.completed-main_img {
	max-width: 50%;
	margin: 0 auto;
}
.completed-header {
	margin-bottom: 70px;
	margin-top: 50px;
}
.completed-card {
	max-width: 95%;
	margin: 0 auto;
}
.comleted-card_info {
	max-width: 100%;
}
.completed-card_list {

}
.completed-card_item {
	position: relative;
}
.completed-card_text {

}
.completed-card_text {

}
.completed-card_text__upper-offset {
	margin-top: 20px;
}
.completed-card_wrap {
	justify-content: space-between;
}
.completed-card_pic {
	max-width: 100%;
}
.completed-card_img-btn, .licence_img-btn, .licence-paper_img-btn {
	display: block;
}
.completed-card_img-btn__small, .licence_img-btn__small {
	max-width: 49%;
}
.completed-card_img {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 7px;
}
.completed-card_img__90 {
	max-width: 90% !important;
}
.completed-card_desc {
	font-style: italic;
	text-align: left;
}
.completed-card_ges9, .completed-card_ges12 {
	max-width: 50%;
}
.completed-card_ges12 img {
	float: right;
}
.completed-card_ges12 p {
	padding-left: 10%;
}
/*-----------------COMPLETED VODOKANAL-----------------*/
/*-------------------CLIENT SECTION-----------------*/
.clients-section {
	padding: 90px 0;
}
.licence-header {
	margin-bottom: 60px;
}
.licence-paper {
	height: 100%;
	-ms-align-items: center;
	align-items: center;
}
.licence_img-btn {
	width: 100%;
	height: 135px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.licence-paper_img {
	max-width: 100%;
}
.licence_img {
	max-width: 95%;
	max-height: 100%;
}
/*-----------------FOOTER-SECTION-----------------*/
.footer-section {
	padding: 90px 0 60px;
	background-color: rgba(168, 205, 205, 1);
}
.footer-info {

}
.footer-info_link {
	text-align: center;
	color: #000;
	display: block;
}
.footer-info_link-header {
	margin-bottom: 5px !important;
	font-weight: 700;
	text-transform: uppercase;
}
.footer_text {
	position: relative;
	text-align: center;
	margin-top: 40px;
}
.footer_text::before, .footer_text::after {
	content: '';
	position: absolute;
	width: 50%;
	top: -10px;
	height: 1px;
	background-color: #000;
}
.footer_text::before {
	right: 50%;
}
.footer_text::after {
	left: 50%;
}
.slick-slide {
	padding: 0 30px;
}
/*-------------------MEDIA QUERIES-------------------*/
@media screen and (max-width: 768px) {
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 20px;
	}
	.completed-main_img {
		max-width: 100%;
	}
	.licence_img {
		max-width: 90%;
	}
	.licence_img-btn {
		height: 180px;
	}
	.completed-header {
	    margin-bottom: 40px;
	    margin-top: 40px;
	}
	.footer-section .container .row .col-12:nth-child(1), .footer-section .container .row .col-12:nth-child(2) {
			height: 120px;
		}
	}
/*320-576*/
@media screen and (max-width: 576px) {
	section {
		padding: 45px 0 !important;
	}
	.services-list, .completed-card_list {
		margin-bottom: 10px !important;
	}
	.completed-card_pic {
		margin-bottom: 20px;
	}
	.footer-section .container .row .col-12:nth-child(1), .footer-section .container .row .col-12:nth-child(2) {
		height: auto;
	}
	.footer-info {
		margin-bottom: 40px;
	}

}
/*320-425*/
@media screen and (max-width: 425px) {
	h1 {
		font-size: 25px !important;
	}
	.servises-block {
		margin-top: 30px;
	}
	.main-offer__text h1:last-child {
		font-size: 21px !important;
	}
	.pic-wrap__lines {
		max-width: 93%;
	}

}


