body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px; }

input[type="text"],
input[type="email"],
button {
  outline: none;
  -webkit-appearance: none; }

.button__link {
  border: none;
  background-color: transparent;
  color: #0eb493;
  font-size: 15px;
  border-bottom: 1px dashed #0eb493;
  padding: 0; 
  transition: all 0.5s ease;
}
.button__link:hover {
  color: #05755F;
  border-bottom: 1px dashed #05755F;
}
a {
  color: #0eb493; 
  transition: color 0.5s ease;  
}  
a:hover,
a:focus {
  color: #05755F;
  text-decoration: none;
}
.text-left {
  text-align: left; }

.flex {
  display: flex;
  align-items: center; }

.weight-bold {
  font-weight: 700; }

.color-green {
  color: #0feb9e; }

.color-blue {
  color: #32b0ee; }

.bg-grey {
  background-color: #f4f7f9; }

.bg-light {
  background-color: #FFFFFF; }

.bg-dark {
  background-color: #132537; }

.section {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin-top: 1px; }
  .section__title {
    color: #0eb493;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase; }
  .section__note {
    font-size: 18px;
    font-weight: 600;
    color: #5b646e;
    letter-spacing: -0.4px; }
  .section__delimiter {
    position: relative;
    width: 230px;
    margin-bottom: 40px; }
    .section__delimiter--bg-grey {
      border-top: 1px solid #dce1e5; }
    .section__delimiter--bg-light {
      border-top: 1px solid #dce1e5; }
    .section__delimiter--bg-dark {
      border-top: 1px solid #FFFFFF; }
    .section__delimiter:after {
      font-family: FontAwesome;
      content: "\f08a";
      display: block;
      position: absolute;
      left: 50%;
      padding: 0 10px;
      margin: -10px 0 0 -20px;
      color: #c3c6c7;
      font-size: 16px;
      overflow: hidden; }
    .section__delimiter--bg-white:after {
      background-color: #FFFFFF;
      color: #c3c6c7; }
    .section__delimiter--bg-grey:after {
      background-color: #f4f7f9;
      color: #c3c6c7; }
    .section__delimiter--bg-dark:after {
      background-color: #132537;
      color: #FFFFFF; }
  .section__construction--padding {
    padding-top: 73px;
    padding-bottom: 40px; }
  .section__engineering--padding {
    padding-top: 73px;
    padding-bottom: 40px; }

.checkbox {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0 17px 0 0;
  float: left; }
  .checkbox input[type=checkbox] {
    visibility: hidden; }
  .checkbox input[type=checkbox] + label {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: border .15s ease;
    transition: border .15s ease;
    cursor: pointer;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 3px;
    border: 1px solid #cccccc;
    padding: 0; }
  .checkbox input[type=checkbox]:checked + label {
    border: 1px solid #0eb493;
    background-color: #0eb493; }
    .checkbox input[type=checkbox]:checked + label:after {
      content: "\f00c";
      font-family: FontAwesome;
      color: #fff;
      position: absolute;
      top: 2px;
      left: 4px; }
  .checkbox__label {
    font-size: 15px;
    display: inline;
    color: #000;
    font-weight: 500;
    cursor: pointer; }

.modal-title {
  font-weight: bold;
  color: #0eb493;
  font-weight: 19px; }

.modal-subtitle {
  font-weight: bold;
  font-size: 17px;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #0eb493;
  display: inline-block; }

.modal-body p {
  font-size: 15px; }

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(16, 22, 54, 1);
  border: 0;
  border-radius: 0; }
  .navbar__header {
    display: inline;
    width: 100%; }
  .navbar__logotype {
    height: 42px; }
  .navbar__tagline {
    font-weight: 300;
    opacity: 0.75;
    display: inline;
    color: #fff;
    padding-left: 30px;
    line-height: 70px; }
    .navbar__tagline--delimiter {
      display: inline-block;
      padding-right: 30px; }

.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right; }
  .navigation__toggle {
    display: none;
    cursor: pointer; }
  .navigation__item {
    float: left;
    margin-left: 35px; }
    .navigation__item:first-child {
      margin-left: 0; }
  .navigation__link {
	font-weight: 600;
    text-transform: uppercase;	  
    display: block;
    line-height: 69px;
    color: #fff;
    border-top: 3px solid transparent; }
    .navigation__link--active {
      border-top: 3px solid #32b0ee; }
    .navigation__link:hover {
      text-decoration: none;
      color: #fff; }

.top-menu {
  float: right; }

.home {
  background-color: #254869;
  background-image: url("../images/home/bg-home.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 800px;
  padding-top: 160px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  width: 100%; }
  .home__title {
    color: #0eb493;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px; }
  .home__p {
    margin-bottom: 15px; }
  .home__image {
    margin: 0 auto; }

.home-content__title {
  margin: 0;
  color: #fff;
  font-size: 62px;
  font-weight: 300; }

.home-content__text {
  font-weight: 300;
  font-size: 48px;
  color: #fff;
  margin: -12px 0 0 0; }

.home-content__note {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  margin: 0 0 0 0; }

.features__container {
  margin-top: 30px; }

.features__swiper-container {
  padding-bottom: 70px; }

.features__item {
  text-align: left; }

.features__icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #0eb493;
  text-align: center;
  margin: 0 13px;
  float: left; }

.features__i {
  color: #0eb493;
  font-size: 21px;
  margin: 3px 0 0 0;
  display: inline-block; }

.features__descr {
  margin-left: 70px; }

.features__title {
  margin: 0;
  font-weight: 600; }

.features__text {
  line-height: 1.65;
  color: #717982; }

.section__features--padding {
  padding-top: 48px;
  padding-bottom: 52px; }

.works__filter {
  text-align: center; }

.filter__list {
  list-style: none;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 27px 0 32px 0; }

.filter__item {
  float: left;
  cursor: pointer;
  color: #062033;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 20px;
  margin: 0 3px; }
  .filter__item--active {
    color: #fff;
    background-color: #0eb493;
    border-radius: 3px; }

/* #portfolio .mix
	display: none*/
.portfolio__item {
  padding: 0; }

.portfolio__image {
  width: 100%;
  height: auto; }

.portfolio__more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  height: 100%; }

.portfolio__icon {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 0 auto;
  padding-top: 4px; }

.portfolio__i {
  color: #fff;
  font-size: 20px; }

.portfolio__overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0eb493;
  opacity: 0;
  transition: opacity 0.2s ease-in; }
  .portfolio__overlay-content:hover {
    opacity: 0.9; }

.portfolio__title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 22px 0 4px 0; }

.portfolio__category {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0; }

.section__works--padding {
  padding-top: 70px;
  padding-bottom: 0; }

.team__padding {
  margin-top: 85px; }

.team__item-content {
  position: relative; }
  .team__item-content:hover ~ h3 {
    color: #0eb493; }

.team__overlay {
  position: absolute;
  top: 0;
  width: 0;
  width: 100%;
  height: 100%;
  background-color: #0eb493;
  opacity: 0;
  transition: opacity 0.2s ease-in; }
  .team__overlay:hover {
    opacity: 0.9; }

.team__photo {
  width: 100%;
  height: auto; }

.team__title {
  color: #fff;
  font-size: 16px;
  padding: 20px 20px 5px 20px;
  line-height: 1.6;
  font-weight: 700; }

.team__description {
  color: #fff;
  line-height: 1.5;
  padding: 0 20px 64px 20px;
  font-size: 16px;
  font-weight: 400; }

.team__name {
  color: #062033;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 0px 0;
  transition: color 0.2s ease-in; }

.team__position {
  font-size: 13px;
  font-weight: 400;
  margin: 5px 0 0 0;
  color: #979ca1; }

.team__social-link {
  background-color: #000;
  opacity: 0.3;
  color: #fff;
  font-size: 24px;
  padding-top: 5px;
  text-align: center;
  display: inline-block;
  height: 42px;
  width: 42px;
  transition: opacity 0.2s ease-in; }

.team__swiper-container {
  padding-bottom: 98px; }

.section__team--padding {
  padding-top: 70px;
  padding-bottom: 117px; }

.facts {
  background-image: url("../images/facts/background.jpg"); }
  .facts__icon {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-color: rgba(255, 255, 255, 0.4);
    border-radius: 65px;
    border-width: 2px;
    border-style: solid; }
  .facts__svg {
    margin-top: 45px;
    width: 40px;
    height: 40px; }
  .facts__path {
    fill: #fff; }
  .facts__number {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    margin: 30px 0 0 0;
    line-height: 1.3; }
  .facts__description {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0; }

.section__facts--padding {
  padding-top: 70px;
  padding-bottom: 135px; }

.contacts__map {
  width: 100%;
  height: 400px;
  padding-left: 0;
  padding-right: 0;
  background-color: #f5f5f5; }

.contacts__title {
  text-align: left;
  font-size: 21px;
  color: #062033; }

.contacts__note {
  text-align: left;
  font-size: 15px;
  color: #6a737b; }

.contacts__social {
  margin-top: 30px; }

.contacts__social-link {
  font-size: 30px;
  padding-bottom: 3px;
  display: block;
  color: #000;
  opacity: 0.2;
  transition: opacity 0.2s ease-in; }
  .contacts__social-link:hover {
    opacity: 0.9; }

#result_form {
  text-align: left;
  margin-top: 13px;
  display: none; }

.map__frame {
  width: 100%;
  height: 215px;
  border: 0; }

.section__contacts--padding {
  padding-top: 73px; }

.contacts-content__padding {
  padding-bottom: 80px;
  padding-top: 31px; }

.form-contact__form {
  overflow: hidden; }

.form-contact__title {
  font-size: 24px;
  font-weight: 700;
  color: #062033;
  text-align: left; }

.form-contact__input {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.2); }

.form-contact__button {
  border: none;
  background-color: transparent;
  /*float: right;*/
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin-top: 30px;
  padding: 10px 15px; 
  background-color: #0eb493;
  border-radius: 3px;
  color: #ffffff;
  transition: background-color 0.5s ease;
}
.form-contact__button:hover {
  background-color: #05755F;
}

.form-contact__button-icon {
  color: #ffffff;
  font-size: 22px;
  padding-right: 12px; }

.footer {
  background-color: #1ea78d;
  border-top: 5px solid #062033;
  color: #fff;
  padding-top: 94px;
  padding-bottom: 105px; }
  .footer__link {
    color: #062033; }

.about__logotype {
  max-height: 35px;
  margin-bottom: 20px; }

.about__text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8; }

.subscribe__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 41px;
  margin-top: 16px; }

.subscribe__note {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8; }

.subscribe__form {
  margin-top: 5px;
  position: relative; }

.subscribe__input {
  border: 2px solid #fff;
  background-color: transparent;
  margin-bottom: 19px;
  width: 100%;
  line-height: 42px;
  padding-left: 10px; }

.subscribe__button {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 46px;
  padding: 0 22px;
  background-color: transparent;
  border: none; }

.explore__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 36px;
  margin-top: 16px; }

.explore__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.explore__item {
  display: inline-block;
  width: 50%;
  float: left;
  margin-bottom: 15px; }

.explore__link {
  color: #fff;
  font-size: 13px; }

.copyright {
  margin-top: 72px; }
  .copyright__note {
    font-size: 13px;
    border-left: 1px solid #062033;
    padding-left: 10px;
    line-height: 1.8; }
  .copyright__icon {
    padding: 0 9px; }
    .copyright__icon--color-grey {
      color: rgba(0, 0, 0, 0.3); }
  .copyright__signature {
    color: #062033;
    padding-left: 10px;
    margin-top: 50px; }

.engineering::before {
  content: "";
  width: 100%;
  height: 1px;
  z-index: 9;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  background-color: #132537; }

.engineering__list {
  list-style: none;
  padding: 0; }

.engineering__item {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0 15px 60px;
  position: relative;
  color: #ffffff; }

.engineering__marker {
  position: absolute;
  left: 0;
  top: 13px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #0eb493;
  background-image: url("../images/engineering/marker.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center; }

.production {
  background: url("../images/production/bg-production.jpg") bottom center;
  padding: 70px 0; }
  .production p {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 15px;
    text-align: left;
    color: #ffffff; }

.construction p {
  font-size: 20px;
  line-height: 32px; }

.construction__image {
  border: 1px solid #ff8100;
  padding: 3px;
  margin-bottom: 15px; }
