html, body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, pre, form, fieldset, p, blockquote, th, td, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}
/* Common button styles */
.button {
	font-family: "PTSansNarrowBold";
	min-width: 135px;
	max-width: 250px;
	display: block;
	margin: auto;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	border: 2px solid #8e8e8e;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
/* Nanuk */
.button--nanuk {
	padding: 0 2em;
	overflow: hidden;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.button--nanuk > span {
	display: inline-block;
	padding: 1em 0;
	margin: 0 -0.5px;
}
.button--nanuk:hover {
	background-color: #8e8e8e;
}
.button--nanuk:hover > span:nth-child(odd) {
	-webkit-animation: anim-nanuk-1 0.5s forwards;
	animation: anim-nanuk-1 0.5s forwards;
}
.button--nanuk:hover > span:nth-child(even) {
	-webkit-animation: anim-nanuk-2 0.5s forwards;
	animation: anim-nanuk-2 0.5s forwards;
}
.button--nanuk:hover > span:nth-child(odd),
.button--nanuk:hover > span:nth-child(even) {
	-webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
@-webkit-keyframes anim-nanuk-1 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		color: #fff;
	}
	100% {
		color: #fff;
	}
}
@keyframes anim-nanuk-1 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		color: #fff;
	}
	100% {
		color: #fff;
	}
}
@-webkit-keyframes anim-nanuk-2 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		color: #fff;
	}
	100% {
		color: #fff;
	}
}
@keyframes anim-nanuk-2 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		color: #fff;
	}
	100% {
		color: #fff;
	}
}
.button--nanuk:hover > span:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.button--nanuk:hover > span:nth-child(2) {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}
.button--nanuk:hover > span:nth-child(3) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.button--nanuk:hover > span:nth-child(4) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.button--nanuk:hover > span:nth-child(5) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.button--nanuk:hover > span:nth-child(6) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.button--nanuk:hover > span:nth-child(7) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.button--nanuk:hover > span:nth-child(8) {
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}
.button--nanuk:hover > span:nth-child(9) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.button--nanuk:hover > span:nth-child(10) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}
.button--nanuk:hover > span:nth-child(11) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

/* jquery.bxslider.css */
.bx-wrapper {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background-image: url("../images/bx_loader.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #c3c3c3;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #d4021d;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -28px;
	outline: 0;
	width: 29px;z-index: 100;
	height: 56px;
	text-indent: -9999px;
	z-index: 9999;
	opacity: 0.6;
}
.bx-wrapper .bx-prev {
	left: 5px;
	background-image: url("../images/circle_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
}
.bx-wrapper .bx-next {
	right: 5px;
	background-image: url("../images/circle_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
	transform: scale(-1, 1);
}
.bx-wrapper .bx-prev:hover {}
.bx-wrapper .bx-next:hover {}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background-image: url("../images/controls.png");
  background-position: -86px -11px;
  background-repeat: no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	/*background-image: url("../images/controls.png");*/
  background-position: -86px -44px;
  background-repeat: no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* global.css */
@font-face {
    font-family: "PTSansNarrow";
    src: url("../fonts/PTSansNarrowRegular/PTSansNarrow.eot");
    src: url("../fonts/PTSansNarrowRegular/PTSansNarrow.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansNarrowRegular/PTSansNarrow.woff") format("woff"),
    url("../fonts/PTSansNarrowRegular/PTSansNarrow.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PTSansNarrowBold";
    src: url("../fonts/PTSansNarrowBold/PTSansNarrowBold.eot");
    src: url("../fonts/PTSansNarrowBold/PTSansNarrowBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansNarrowBold/PTSansNarrowBold.woff") format("woff"),
    url("../fonts/PTSansNarrowBold/PTSansNarrowBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body {
  font-family: "PTSansNarrow", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
	background-color: #ffffff;
}
a {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
img {
  display: block;
  max-width: 100%;
  width: auto;
}
.wrapper {
  width: 100%;
  max-width: 1260px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
.wrapper--col-1 {
	padding: 0;
}
.wrapper--col-2 {
  padding: 0 10px 0 50px;
}
.clear {
  clear: both;
  display: block;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  margin: 0 0 -1px;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.scroll-btn {
	position: fixed;
	left: 0;
	bottom: 10px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	border: 0;
	padding: 0;
	background-color: #d4021d;
	background-image: url("../images/btn-arrow.png");
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
	background-size: 70%;
}
@media (min-width: 768px) {
  .wrapper--col-2 {
    max-width: 650px;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
	.wrapper--col-1 {
		width: 310px;
    padding: 0 10px;
		margin: 0 0 0 auto;
  }
  .wrapper--col-2 {
		width: 100%;
	  max-width: 1260px;
	  padding: 0 10px 0 320px;
	  margin: 0 auto;
  }
	.scroll-btn {
		left: 384px;
		bottom: 20px;
		width: 65px;
		height: 72px;
	}
}

/* header.css */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  padding: 10px 0 2px;
  background-color: #eeeded;
}
.header__logo {
  display: block;
  float: left;
}
.header__contacts {
  float: right;
  list-style: none;
  padding: 5px 0 5px 30px;
  margin: 0;
  color: #707173;
  line-height: 14px;
}
.header__contact {
  position: relative;
  padding: 3px 0 3px 10px;
  border-left: 1px solid #a4a4a4;
}
.header__contact::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -10px;
  opacity: 0.31;
  background-image: url("../images/contact-icons.png");
  background-repeat: no-repeat;
}
.header__contact--phone::before {
  background-position: 0 0;
}
.header__contact--email::before {
  background-position: -20px 0;
}
@media (min-width: 1024px) {
	.header {
		display: none;
	}
}

/* panel.css */
.panel {
  box-sizing: border-box;
  padding-top: 26vh;
  position: fixed;
  top: 0;
	left: -280px;
	width: 320px;
	height: 100vh;
	border-right: 40px solid rgba(0,0,0,0.5);
	background-color: transparent;
  z-index: 10;
}
.panel--opened {
	left: 0;
	background-color: rgba(238,237,237,0.9);
}
.panel__logo {
  display: none;
}
.panel__contacts {
  display: none;
}
.panel__menu-btn {
	cursor: pointer;
	border: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	background-color: #d4021d;
	background-image: url("../images/btn-arrow-right.png");
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
	background-size: auto 70%;
	position: absolute;
	right: -40px;
	top: 80px;
}
.panel__menu-btn--active {
	transform: rotate(180deg);
}
.panel__menu {
	/*margin-left: 40px;*/
}
.panel__menu-list {
	border-left: 1px solid #000000;
  list-style: none;
  padding: 0;
  margin: 0;
}
.panel__menu-item:hover .panel__menu-item-link,
.panel__menu-item--active .panel__menu-item-link {
	color: #8e8e8e;
}
.panel__menu-item {
  position: relative;
  min-width: 280px;
}
.panel__menu-item::after {
  content: '';
  display: block;
	position: absolute;
  width: 40px;
  height: 40px;
  right: -40px;
  top: 50%;
	margin-top: -20px;
  background-image: url("../images/menu-icons.png");
  background-repeat: no-repeat;
}
.panel__menu-item--about::after {
	background-position: -40px 0;
}
.panel__menu-item--about:hover::after,
.panel__menu-item--about.panel__menu-item--active::after {
	background-position: -40px -40px;
}
.panel__menu-item--specialization::after {
  background-position: 0 0;
}
.panel__menu-item--specialization:hover::after,
.panel__menu-item--specialization.panel__menu-item--active::after {
    background-position: 0 -40px;
}
.panel__menu-item--news::after {
  background-position: -120px 0px;
}
.panel__menu-item--news:hover::after,
.panel__menu-item--news.panel__menu-item--active::after {
  background-position: -120px -40px;
}
.panel__menu-item--projects::after {
	background-position: -80px 0;
}
.panel__menu-item--projects:hover::after,
.panel__menu-item--projects.panel__menu-item--active::after {
	background-position: -80px -40px;
}
.panel__menu-item--team::after {
  background-position: -160px 0;
}
.panel__menu-item--team:hover::after,
.panel__menu-item--team.panel__menu-item--active::after {
  background-position: -160px -40px;
}
.panel__menu-item--contacts::after {
  background-position: -200px 0;
}
.panel__menu-item--contacts:hover::after,
.panel__menu-item--contacts.panel__menu-item--active::after {
  background-position: -200px -40px;
}
.panel__menu-item-link {
	font-family: "PTSansNarrowBold";
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-transform: uppercase;
  display: block;
	text-decoration: none;
  padding: 10px;
}
.panel__contacts-list {
	list-style: none;
  font-size: 18px;
  line-height: 18px;
  color: #707173;
  padding: 5px 0 5px 30px;
  margin: 0 0 25px;
}
.panel__contacts-item {
  position: relative;
  padding: 3px 0 3px 10px;
  border-left: 1px solid #000000;
}
.panel__contacts-item::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -10px;
  background-image: url("../images/contact-icons.png");
  background-repeat: no-repeat;
}
.panel__contacts-item--phone::before {
  background-position: 0 0;
}
.panel__contacts-item--email::before {
  background-position: -20px 0;
}
@media (min-width: 1024px) {
	.panel {
		background-color: #eeeded;
		width: 310px;
		padding: 40px 0 90px;
		overflow: auto;
		border: 0;
		left: 0;
	}
	.panel__logo {
		display: block;
	}
	.panel__contacts {
		display: block;
	}
	.panel .wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
	.panel__menu-btn {
		display: none;
	}
	.panel__menu-list {
		position: relative;
		z-index: 1;
		margin: 10px 0 10px 30px;
		border-left: 1px solid #000000;
	}
	.panel__menu-item {
		min-width: auto;
	}
	.panel__menu-item-link {
		font-family: "PTSansNarrowBold";
		font-size: 18px;
		line-height: 22px;
		color: #000000;
		text-transform: uppercase;
    padding: 15px 10px;
		background-color: #eeeded;
		outline: none;
		transition: margin 1s;
		-webkit-transition: margin 1s;
	}
	.panel__menu-item-link span {
		position: relative;
		z-index: 3;
		display: inline-block;
		vertical-align: middle;
		background-color: #eeeded;
	}
	.panel__menu-item--active .panel__menu-item-link {
		color: #8e8e8e;
		margin: 0 0 0 -10px;
		position: relative;
		z-index: 2;
		transition: margin 1s;
		-webkit-transition: margin 1s;
	}
	.panel__menu-item::after {
		display: none;
	}
	.panel__menu-item-link::after {
		content: '';
		display: block;
		position: absolute;
		left: 10px;
		bottom: 19px;
		background-color: #d4021d;
		height: 1px;
		width: 0;
		transition: width 1s;
		-webkit-transition: width 1s;
	}
	.panel__menu-item--active .panel__menu-item-link::after {
		width: 90%;
		transition: width 1s;
		-webkit-transition: width 1s;
	}
}
@media (min-width: 1260px) {
	.panel {
		width: 50%;
		margin-left: -321px;
	}
}

/* systems.css */
.systems {
	min-height: 100vh;
  background-image: url("../images/systems-bg.jpg");
  background-attachment: fixed;
	background-size: cover;
  background-position: -405px 0;
  background-repeat: repeat-y;
}
.systems .wrapper {
	position: relative;
}
.systems__title {
	position: absolute;
  height: 100vh;
  padding-top: 25vh;
  box-sizing: border-box;
  font-size: 48px;
  line-height: 52px;
  color: #ffffff;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}
.systems__menu {
  padding: 70px 0 20px;
}
.systems__menu-item {
  display: block;
  border: 3px solid #ffffff;
  padding: 23px 24px;
  margin: 10px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  box-sizing: border-box;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
}
.systems__menu-item:hover {
  background-color: rgba(0,0,0,0.3);
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
}
.systems__menu-item-inner {
  display: block;
  position: relative;
  padding: 50px 0 10px 10px;
	transition: padding 1s;
	-webkit-transition: padding 1s;
}
.systems__menu-item-inner::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	top: auto;
	bottom: 0;
	background-color: #ffffff;
	transition: background-color 1s, height 0.5s 0.5s, width 0.5s;
	-webkit-transition: background-color 1s, height 0.5s 0.5s, width 0.5s;
}
.systems__menu-item:hover .systems__menu-item-inner {
  padding: 50px 0 10px 0;
	transition: padding 1s;
	-webkit-transition: padding 1s;
}
.systems__menu-item:hover .systems__menu-item-inner::after {
	width: 100%;
	height: 1px;
	left: 0;
	top: auto;
	bottom: 0;
	background-color: #d4021d;
	transition: background-color 1s, height 0.5s, width 0.5s 0.5s;
	-webkit-transition: background-color 1s, height 0.5s, width 0.5s 0.5s;
}
.systems__menu-item-image {
  width: 60px;
  height: 45px;
	margin-bottom: 5px;
  position: absolute;
  top: 0;
  left: 5px;
	text-align: center;
	transition: left 1s;
	-webkit-transition: left 1s;
}
.systems__menu-item:hover .systems__menu-item-image {
  left: -20px;
	transition: left 1s;
	-webkit-transition: left 1s;
}
@media (min-width: 768px){
  .systems {
    background-position: 0 0;
  }
  .systems__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .systems__menu-item {
    max-width: 45%;
    flex: 0 45%;
  }
  .systems__menu-item:last-child {
    max-width: 100%;
    flex: 1;
  }
}
@media (min-width: 1024px) {
	.systems {
    background-position: right top;
	}
	.systems__title {
		padding-top: 40px;
		font-size: 20vh;
		line-height: 18vh;
	}
	.systems__menu {
		align-items: flex-start;
		max-width: 650px;
	}
	.systems__menu-item {
		max-width: 48%;
		flex: 0 48%;
		margin: 10px 1%;
		padding: 35px 30px;
	}
	.systems__menu-item:nth-child(5n+1) {
		padding: 55px 30px;
		font-size: 36px;
		line-height: 38px;
	}
	.systems__menu-item:nth-child(5n+2) {
		padding: 30px;
	}
	.systems__menu-item:nth-child(5n+3) {
		padding: 35px 30px;
	}
	.systems__menu-item:nth-child(5n+4) {
		padding: 50px 30px;
		margin-top: -48px;
	}
	.systems__menu-item:nth-child(5n+5) {
		padding: 35px 30px;
	}
}

/* about.css */
.about {
  padding: 50px 0 25px;
}
.about__title {
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.about__title::after {
  content: '';
  display: block;
  height: 2px;
  width: 133px;
  background-color: #d4021d;
  margin-top: 35px;
}
.about__announce {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about__text {
  font-size: 16px;
  line-height: 20px;
  color: #3f3f3f;
}
@media (min-width: 768px) {
  .about__announce {
    max-width: 460px;
  }
	.about__title {
		font-size: 60px;
		line-height: 64px;
	}
	.about__announce {
		font-size: 24px;
		line-height: 28px;
	}
  .about__text {
    max-width: 460px;
		font-size: 18px;
		line-height: 22px;
  }
}

/* about.css */
.projects {
  padding: 25px 0;
}
.projects__title {
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.projects__title::after {
  content: '';
  display: block;
  height: 2px;
  width: 133px;
  background-color: #d4021d;
  margin-top: 35px;
}
.projects__total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.projects__total-count {
  float: left;
  font-size: 90px;
  line-height: 90px;
  border-right: 1px solid #000000;
  margin-right: 15px;
  padding-right: 15px;
}
.projects__total-title {
  flex: 1;
  float: right;
  color: #8d8d8d;
  text-transform: uppercase;
}
.projects__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.projects__item {
  max-width: 259px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.projects__item--hide {
	display: none;
}
.projects__item--btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.projects__item-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1000px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
	transition: bottom 0.5s;
	-webkit-transition: bottom 0.5s;
}
.projects__item:hover .projects__item-info {
	bottom: 0;
	transition: bottom 0.5s;
	-webkit-transition: bottom 0.5s;
}
.projects__item-title {
  font-family: "PTSansNarrowBold";
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.projects__item-address {
  margin-top: 15px;
}
@media (min-width: 768px) {
	.projects__title {
		font-size: 60px;
		line-height: 62px;
	}
  .projects__totals {
    display: flex;
    justify-content: flex-start;
  }
  .projects__total {
    display: block;
    width: 160px;
    margin-right: 60px;
  }
  .projects__total-count {
		font-size: 120px;
		line-height: 120px;
    float: none;
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .projects__total-title {
    float: none;
  }
	.projects__list {
		max-width: 650px;
		justify-content: flex-start;
		align-items: flex-start;
	}
  .projects__item {
    width: 300px;
		max-width: 300px;
		min-height: 300px;
		margin: 5px;
  }
	.projects__item:nth-child(6n+3) {
		margin-top: -112px;
	}
	.projects__item--btn {
		background-color: #eeeded;
	}
}

/* news.css */
.news {
  padding: 25px 0;
}
.news__title {
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.news__title::after {
  content: '';
  display: block;
  height: 2px;
  width: 133px;
  background-color: #d4021d;
  margin-top: 35px;
}
.news__main {
  font-size: 18px;
  line-height: 22px;
}
.news__main-date {
  color: #8e8e8e;
  margin-bottom: 20px;
}
.news__main-title {
	display: block;
  font-family: "PTSansNarrowBold";
  text-transform: uppercase;
  margin-bottom: 20px;
	color: #000000;
	text-decoration: none;
}
.news__main-announce {
  color: #3f3f3f;
  margin-bottom: 60px;
}
.news__item {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
.news__item-date {
  color: #8e8e8e;
  margin-bottom: 10px;
}
.news__item-title {
  color: #000000;
}
.news__item-title:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
	.news__title {
	  font-size: 60px;
	  line-height: 62px;
		padding-bottom: 50px;
	}
  .news__block {
		max-width: 620px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .news__main {
    width: 240px;
  }
  .news__list {
    padding: 35px 20px;
    box-sizing: border-box;
    width: 300px;
    background-color: #eeeded;
  }
}

/* our-team.css */
.our-team {
  padding: 25px 0;
}
.our-team__inner {
  position: relative;
  overflow: hidden;
}
.our-team__title {
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.our-team__title::after {
  content: '';
  display: block;
  height: 2px;
  width: 133px;
  background-color: #d4021d;
  margin-top: 35px;
}
.our-team__item {
	text-decoration: none;
  margin: 0 10px;
  width: 180px;
}
.our-team__item-image {
  margin-bottom: 15px;
}
.our-team__item-image img {
  max-width: 100%;
  width: auto;
}
.our-team__item-title {
  font-size: 18px;
  line-height: 22px;
  color: #3f3f3f;
  margin-bottom: 15px;
}
.our-team__item-announce {
  font-size: 16px;
  line-height: 20px;
  color: #8e8e8e;
}
.our-team__item-announce::before {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #000000;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
	.our-team__title {
	  font-size: 60px;
	  line-height: 62px;
		padding-bottom: 50px;
	}
  .our-team__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
		max-width: 650px;
  }
  .our-team__item {
    margin: 20px 15px;
  }
}

/* contacts.css */
.contacts {
  padding: 25px 0 0;
	min-height: 110vh;
	box-sizing: border-box;
}
.contacts__title {
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.contacts__title::after {
  content: '';
  display: block;
  height: 2px;
  width: 133px;
  background-color: #d4021d;
  margin-top: 35px;
}
.contacts__name {
  font-family: "PTSansNarrowBold";
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contacts__address {
	max-width: 320px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #707173;
  border-left: 1px solid #000000;
  padding: 5px 0 5px 10px;
  margin: 0 0 25px 30px;
}
.contacts__address::before {
  content: '';
  display: block;
  width: 20px;
  height: 25px;
  background-image: url("../images/icon_addr.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: 5px;
}
.contacts__info {
  font-size: 18px;
  line-height: 18px;
  color: #707173;
  padding: 5px 0 5px 30px;
  margin-bottom: 25px;
}
.contacts__info-item {
  position: relative;
  padding: 3px 0 3px 10px;
  border-left: 1px solid #000000;
}
.contacts__info-item::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -10px;
  background-image: url("../images/contact-icons.png");
  background-repeat: no-repeat;
}
.contacts__info-item--phone::before {
  background-position: 0 0;
}
.contacts__info-item--email::before {
  background-position: -20px 0;
}
.contacts__map {
	width: 100%;
	/*max-width: 620px;*/
	height: 180px;
}
@media (min-width: 1024px) {
	.contacts {
		padding-bottom: 90px;
	}
	.contacts__info {
		display: none;
	}
	.contacts__map {
		height: 450px;
		margin: 20px;
	}
}

/* system-popup.css */
.system-popup {
	width: 280px;
}
.system-popup__title {
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
}
.system-popup__title::after {
	content: '';
	display: block;
	width: 133px;
	height: 2px;
	background-color: #d4021d;
	margin: 20px 0;
}
.system-popup__text {
	font-size: 16px;
	line-height: 18px;
	color: #3f3f3f;
}
.system-popup__text p {
	margin: 10px 0;
}
@media (min-width: 768px) {
	.system-popup {
		width: 620px;
	}
	.system-popup__title {
		font-size: 36px;
		line-height: 40px;
	}
	.system-popup__text {
		font-size: 18px;
		line-height: 20px;
	}
}

/* project-popup.css */
.project-popup {
	width: 280px;
}
.project-popup__title {
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
}
.project-popup__title::after {
	content: '';
	display: block;
	width: 133px;
	height: 2px;
	background-color: #d4021d;
	margin: 20px 0;
}
.project-popup__text {
	font-size: 16px;
	line-height: 18px;
	color: #3f3f3f;
}
.project-popup__text p {
	margin: 10px 0;
}
@media (min-width: 768px) {
	.project-popup {
		width: 620px;
	}
	.project-popup__title {
		font-size: 36px;
		line-height: 40px;
	}
	.project-popup__text {
		font-size: 18px;
		line-height: 20px;
	}
}

/* project-popup.css */
.news-popup {
	width: 280px;
}
.news-popup__title {
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
}
.news-popup__title::after {
	content: '';
	display: block;
	width: 133px;
	height: 2px;
	background-color: #d4021d;
	margin: 20px 0;
}
.news-popup__date {
	font-size: 14px;
	line-height: 14px;
	color: #8e8e8e;
	margin-bottom: 20px;
}
.news-popup__text {
	font-size: 16px;
	line-height: 18px;
	color: #3f3f3f;
}
.news-popup__text p {
	margin: 10px 0;
}
@media (min-width: 768px) {
	.news-popup {
		width: 620px;
	}
	.news-popup__title {
		font-size: 36px;
		line-height: 40px;
	}
	.news-popup__text {
		font-size: 18px;
		line-height: 20px;
	}
}

/* project-popup.css */
.team-popup {
	width: 280px;
}
.team-popup__title {
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
}
.team-popup__title::after {
	content: '';
	display: block;
	width: 133px;
	height: 2px;
	background-color: #d4021d;
	margin: 20px 0;
}
.team-popup__position {
	font-size: 16px;
	line-height: 18px;
	color: #8e8e8e;
	margin-bottom: 20px;
}
.team-popup__text {
	font-size: 16px;
	line-height: 18px;
	color: #3f3f3f;
}
.team-popup__text p {
	margin: 10px 0;
}
@media (min-width: 768px) {
	.team-popup {
		width: 620px;
	}
	.team-popup__title {
		font-size: 36px;
		line-height: 40px;
	}
	.team-popup__text {
		font-size: 18px;
		line-height: 20px;
	}
}
