header {
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5); }
  @media (max-width: 900px) {
    header {
      position: fixed;
      background: #23211b;
      border-bottom: 2px solid #23211b; } }
  header .mobile-btn-menu {
    display: none;
    position: absolute;
    right: 0;
    z-index: 3;
    width: 90px;
    height: 90px;
    top: 0;
    background: var(--main-color); }
    @media (max-width: 900px) {
      header .mobile-btn-menu {
        display: block; } }
    header .mobile-btn-menu:before {
      position: absolute;
      left: 20px;
      width: 50px;
      top: 25px;
      height: 2px;
      background: #fff;
      content: ""; }
    header .mobile-btn-menu:after {
      position: absolute;
      left: 20px;
      width: 50px;
      bottom: 25px;
      height: 2px;
      background: #fff;
      content: ""; }
    header .mobile-btn-menu span {
      position: absolute;
      left: 20px;
      width: 50px;
      top: calc(50% - 1px);
      height: 2px;
      background: #fff; }
  header .logo {
    height: inherit;
    display: inline-flex;
    vertical-align: top;
    width: 30%;
    position: relative; }
    @media (max-width: 1200px) {
      header .logo {
        width: 20%; } }
    @media (max-width: 900px) {
      header .logo {
        float: left;
        width: 150px; } }
    header .logo .middle {
      margin: auto;
      display: flex;
      text-align: left; }
    header .logo span {
      margin: auto;
      margin-left: 150px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 14px; }
      @media (max-width: 1200px) {
        header .logo span {
          display: none; } }
    header .logo a {
      position: absolute;
      width: 150px;
      height: 90px;
      top: 0;
      left: 0;
      display: flex; }
      header .logo a img {
        width: 90%;
        margin: auto; }
  header .adres-sec {
    display: inline-flex;
    flex-direction: row;
    align-items:center;
    height: inherit;
    vertical-align: top;
    width: 27%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left; }
    @media (max-width: 900px) {
      header .adres-sec {
        float: left;
        width: 200px; } }
    @media (max-width: 700px) {
      header .adres-sec {
        display: none; } }
    header .adres-sec span {
      margin: auto;
      display:block;
      font-size: 13px;
      position: relative;
      padding-left: 20px; }
      
      .adres-sec span + span {
          margin-top:5px;
      }
      
      header .adres-sec span i {
        position: absolute;
        left: 0;
        font-size: 13px;
        top: 2px; }
  header .job-sec {
    display: inline-flex;
    height: inherit;
    vertical-align: top;
    text-align: left;
    width: 20%;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 1100px) {
      header .job-sec {
        width: 24%; } }
    @media (max-width: 900px) {
      header .job-sec {
        display: none; } }
    header .job-sec .middle {
      margin: auto;
      margin-left: 0; }
    header .job-sec span {
      display: block;
      font-size: 14px;
      position: relative;
      padding-left: 25px;
      margin-bottom: 5px; }
      header .job-sec span:last-child {
        margin-bottom: 0; }
      header .job-sec span i {
        position: absolute;
        left: 0;
        font-size: 16px;
        top: 0px; }
  header .phone-head {
    display: inline-flex;
    height: inherit;
    vertical-align: top;
    padding-left: 20px; }
    @media (max-width: 1200px) {
      header .phone-head {
        width: 24%; } }
    @media (max-width: 900px) {
      header .phone-head {
        float: left;
        width: 185px; } }
    @media (max-width: 850px) {
      header .call-button {
	display: none; } }
    @media (max-width: 670px) {
      header .second-number {
	display: none; }}
    @media (max-width: 500px) {
      header .phone-head {
        display: none; } }
    header .phone-head span {
      margin: auto;
      margin-right: 0;
      text-align: right; }
    header .phone-head a {
      font-family: "Bold";
      font-size: 18px;
      color: #fff;
      text-decoration: none; }
      @media (max-width: 900px) {
        header .phone-head a {
          font-size: 16px; } }
    header .phone-head .head-call {
      outline: none;
      transition: 0.3s;
      padding: 10px 20px;
      background: var(--main-color);
      cursor: pointer;
      font-family: "Bold";
      text-transform: uppercase;
      font-size: 12px;
      display: inline-block;
      color: #fff;
      border-radius: 5px; }
      header .phone-head .head-call:hover {
        background: var(--two-color);
        box-shadow: 0 0 15px rgba(71, 74, 80, 0.5); }

footer {
  padding-top: 30px;
  background: #23211b; }
  @media (max-width: 750px) {
    footer {
      margin-bottom: 50px; } }
  footer .child-menu {
    display: none; }
  footer .developed {
    background: #0b090b;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff; }
    footer .developed .wrapper {
      font-size: 0; }
    footer .developed span {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      font-family: "Light";
      font-size: 14px; }
      @media (max-width: 600px) {
        footer .developed span {
          margin-bottom: 15px; }
          footer .developed span:last-child {
            margin-bottom: 0; } }
      @media (max-width: 500px) {
        footer .developed span {
          width: 100%;
          margin-bottom: 10px; } }
      footer .developed span a {
        color: #fff;
        font-family: "Light";
        text-decoration: none;
        font-size: 14px; }
        footer .developed span a:hover {
          color: var(--two-color); }
  footer .footer-colum {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px; }
    @media (max-width: 800px) {
      footer .footer-colum {
        max-width: 48%;
        width: 48%;
        padding-right: 50px; } }
    @media (max-width: 600px) {
      footer .footer-colum {
        width: 100%;
        max-width: 100%;
        padding-bottom: 20px; } }
    footer .footer-colum .footer-title {
      color: #fff;
      font-family: "Black";
      font-size: 27px;
      margin-bottom: 30px; }
      @media (max-width: 600px) {
        footer .footer-colum .footer-title {
          margin-bottom: 10px; } }
    footer .footer-colum .footer-desc {
      text-align: left;
      color: #fff; }
      footer .footer-colum .footer-desc p {
        font-size: 13px;
        line-height: 17px;
        color: #909090; }
      footer .footer-colum .footer-desc .footer-info {
        display: block;
        padding-left: 25px;
        position: relative;
        font-family: "Light";
        line-height: 17px;
        font-size: 13px;
        margin-bottom: 20px; }
        @media (max-width: 600px) {
          footer .footer-colum .footer-desc .footer-info {
            margin-bottom: 10px; } }
        footer .footer-colum .footer-desc .footer-info i {
          top: 2px;
          left: 0;
          position: absolute;
          color: var(--two-color); }
        footer .footer-colum .footer-desc .footer-info a {
          text-decoration: none;
          color: inherit;
          font-size: inherit; }
      footer .footer-colum .footer-desc input {
        background: transparent;
        border: 1px solid #ccc;
        height: 37px;
        font-family: "Light";
        border-radius: 5px;
        color: #fff;
        padding: 10px;
        padding-right: 45px; }
        @media (max-width: 860px) {
          footer .footer-colum .footer-desc input {
            padding-right: 0; } }
  footer .footer-colum-menu {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px; }
    @media (max-width: 800px) {
      footer .footer-colum-menu {
        display: none; } }
    footer .footer-colum-menu .footer-title {
      color: #fff;
      font-family: "Black";
      font-size: 27px;
      margin-bottom: 30px; }
      @media (max-width: 600px) {
        footer .footer-colum-menu .footer-title {
          margin-bottom: 10px; } }
    footer .footer-colum-menu ul {
      padding: 0; }
    footer .footer-colum-menu li {
      padding: 0;
      margin-bottom: 7px;
      list-style: none;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      width: 48%; }
      footer .footer-colum-menu li a {
        color: #fff;
        text-decoration: none;
        font-family: "Light";
        font-size: 14px; }
        footer .footer-colum-menu li a:hover {
          color: var(--main-color); }

.menu-main {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 4;
  width: 100%; }
  .menu-main .project-ref {
    cursor: default; }
  .menu-main li {
    display: inline-block;
    position: relative; }
    .menu-main li .child-menu {
      position: absolute;
      display: none;
      padding: 0;
      left: -20px;
      border-radius: 2px;
      overflow: hidden;
      margin: 0;
      top: 100%;
      width: max-content;
      background: var(--main-color); }
      .menu-main li .child-menu li {
        display: block; }
      .menu-main li .child-menu a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px; }
        .menu-main li .child-menu a:hover {
          background: var(--two-color);
          color: #fff; }
    .menu-main li:hover .child-menu {
      display: block; }
  .menu-main a {
	
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 10px;
    font-family: "Bold";
    border-top: 2px solid transparent;
    color: #fff; }
    .menu-main a:hover {
      color: var(--main-color); }
  .menu-main .active-menu {
    border-top: 2px solid var(--main-color);
    color: var(--main-color); }
  @media (max-width: 900px) {
    .menu-main {
      left: -100%;
      transition: 0.2s;
      position: fixed;
      top: 90px;
      background: #23211b;
      width: 100%;
      overflow: auto;
      padding-bottom: 20px;
      height: calc(100vh - 90px);
      z-index: 7; }
      .menu-main li {
        display: block;
        border-bottom: 1px solid var(--main-color); }
        .menu-main li .child-menu {
          display: block;
          position: relative;
          left: 0;
          background: transparent; }
          .menu-main li .child-menu li {
            border-bottom: none; }
          .menu-main li .child-menu a {
            padding-left: 0px;
            padding-right: 0;
            padding-top: 0px;
            padding-bottom: 5px;
            font-size: 12px; } }

.mobile-inform {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 900px) {
    .mobile-inform {
      display: flow-root; } }
  .mobile-inform .job-time {
    float: left;
    width: 50%;
    text-align: left; }
    @media (max-width: 500px) {
      .mobile-inform .job-time {
        width: 100%; } }
    .mobile-inform .job-time span {
      display: block;
      margin-bottom: 5px;
      color: #fff;
      font-size: 16px;
      padding-left: 25px;
      position: relative; }
      .mobile-inform .job-time span i {
        position: absolute;
        left: 0;
        top: 0; }
      .mobile-inform .job-time span:last-child {
        margin-bottom: 0; }
  .mobile-inform .call-mobile-sec {
    display: none; }
    @media (max-width: 500px) {
      .mobile-inform .call-mobile-sec {
        display: block;
        margin-bottom: 20px; } }
    .mobile-inform .call-mobile-sec a {
      font-size: 22px;
      padding-top: 0;
      padding-bottom: 0; }
    .mobile-inform .call-mobile-sec .mob-call {
      outline: none;
      transition: 0.3s;
      padding: 10px 20px;
      background: var(--main-color);
      margin-top: 5px;
      cursor: pointer;
      font-family: "Bold";
      text-transform: uppercase;
      font-size: 12px;
      display: inline-block;
      color: #fff;
      border-radius: 5px; }
  .mobile-inform .adres-mob {
    display: none;
    text-align: left;
    color: #fff;
    font-size: 16px;
    float: left;
    width: 50%;
    font-size: 16px;
    padding-left: 25px;
    position: relative; }
    @media (max-width: 500px) {
      .mobile-inform .adres-mob {
        width: 100%;
        margin-top: 10px; } }
    .mobile-inform .adres-mob i {
      position: absolute;
      left: 0;
      top: 0; }
    @media (max-width: 700px) {
      .mobile-inform .adres-mob {
        display: block; } }

.active-menu-sec {
  left: 0; }




@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.334em) translateZ(0);
    -moz-transform: translateX(1.334em) translateZ(0);
    -ms-transform: translateX(1.334em) translateZ(0);
    -o-transform: translateX(1.334em) translateZ(0);
    transform: translateX(1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
.social {
  margin: 0 auto;
}
.social a{
  text-decoration: none;
}

.social-icon {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #ED4E42;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  color: white;
  margin: 2px;
}
.social-icon:nth-child(1) {
  -webkit-animation: fadeInRight 0.6s 0.25s forwards;
  animation: fadeInRight 0.6s 0.25s forwards;
  opacity: 0;
}
.social-icon:nth-child(1):hover, .social-icon:nth-child(1):active, .social-icon:nth-child(1):focus {
  opacity: 1;
  background-color: #FF0000;
}
.social-icon:nth-child(2) {
  -webkit-animation: fadeInRight 0.6s 0.5s forwards;
  animation: fadeInRight 0.6s 0.5s forwards;
  opacity: 0;
}
.social-icon:nth-child(2):hover, .social-icon:nth-child(2):active, .social-icon:nth-child(2):focus {
  opacity: 1;
  background-color: #00b2af;
}
.social-icon:nth-child(3) {
  -webkit-animation: fadeInRight 0.6s 0.75s forwards;
  animation: fadeInRight 0.6s 0.75s forwards;
  opacity: 0;
}
.social-icon:nth-child(3):hover, .social-icon:nth-child(3):active, .social-icon:nth-child(3):focus {
  opacity: 1;
  background-color: #00a1b2;
}
.social-icon:nth-child(4) {
  -webkit-animation: fadeInRight 0.6s 1s forwards;
  animation: fadeInRight 0.6s 1s forwards;
  opacity: 0;
}
.social-icon:nth-child(4):hover, .social-icon:nth-child(4):active, .social-icon:nth-child(4):focus {
  opacity: 1;
  background-color: #008cb2;
}
.social-icon:nth-child(5) {
  -webkit-animation: fadeInRight 0.6s 1.25s forwards;
  animation: fadeInRight 0.6s 1.25s forwards;
  opacity: 0;
}
.social-icon:nth-child(5):hover, .social-icon:nth-child(5):active, .social-icon:nth-child(5):focus {
  opacity: 1;
  background-color: #0077b2;
}
.social-icon img {
  width: 20px;
}
.social-icon img {
  width: 20px;
}

[data-tooltip] {
  position: relative;
}
[data-tooltip]:before, [data-tooltip]:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  position: absolute;
  left: 50%;
  top: 100%;
  bottom: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[data-tooltip]:before {
  content: "";
  border-color: #323232;
  border-style: none;
  border: 5px solid transparent;
  border-bottom: 6px solid #323232;
  margin-top: -4px;
}
[data-tooltip]:after {
  content: attr(data-tooltip);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  height: 22px;
  padding: 11px 11px 0 11px;
  font-size: 13px;
  line-height: 11px;
  white-space: nowrap;
  background-color: #323232;
  color: #ecf0f1;
  margin-top: 7px;
}
[data-tooltip]:hover, [data-tooltip]:focus {
  background-color: transparent;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}

.list6a {
	padding: 0;
    list-style: none;
}
.list6a li:before {
    padding-right:5px;
    font-weight: bold;
    color: #77AEDB;
    content: "\2192";
    transition-duration: 0.5s;
}
.list6a li:hover:before {
    color: #337AB7;
    content: "\2193";
}