header {
  background: #fff;
  width: 100%;
  position: relative;
  display: flex; }
  header:before {
    width: calc((100% - 1660px) / 2);
    height: 100%;
    background-color: #131313;
    content: '';
    position: absolute;
    left: 0;
    top: 0; }
  header .header__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1660px;
    padding: 0 10px;
    width: 100%;
    position: relative; }
    header .header__container:before {
      width: calc(100% - 820px);
      height: 100%;
      background-color: #131313;
      content: '';
      position: absolute;
      left: 0;
      top: 0; }
      @media all and (max-width: 1100px) {
  header .header__container:before {
    width: 30px; } }
  header a.logo {
    margin: 0;
    position: relative;
    z-index: 2; }
    header a.logo svg {
      width: 215px;
      height: 40px;
      fill: #fff; }
      @media all and (max-width: 800px) {
  header a.logo svg {
    height: 30px;
    width: 170px; } }
    @media all and (max-width: 1100px) {
  header a.logo {
    width: 280px;
    height: 100px;
    margin: 0 0 0 -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #131313; } }
    @media all and (max-width: 800px) {
  header a.logo {
    height: 60px;
    width: 200px; } }
  header nav {
    margin: 0 0 0 auto; }
    header nav ul {
      display: flex;
      margin: 0;
      padding: 0;
      list-style: none; }
      header nav ul li a {
        line-height: 149px;
        padding: 0 25px;
        font-size: 16px;
        display: block;
        position: relative;
        -webkit-transition: 250ms;
        /* Safari */
        transition: 250ms; }
        header nav ul li a:before {
          width: 0;
          height: 10px;
          content: '';
          position: absolute;
          left: 50%;
          top: 0;
          -webkit-transition: 250ms;
          /* Safari */
          transition: 250ms; }
        header nav ul li a:hover:before {
          background-color: #131313;
          left: 0;
          width: 100%; }
          @media all and (max-width: 800px) {
      header nav ul li a:hover:before {
        display: none; } }
          @media all and (max-width: 800px) {
    header nav ul li a:hover {
      text-decoration: underline; } }
        @media all and (max-width: 1100px) {
    header nav ul li a {
      line-height: 100px;
      padding: 0 25px; } }
        @media all and (max-width: 900px) {
    header nav ul li a {
      padding: 0 15px; } }
        @media all and (max-width: 800px) {
    header nav ul li a {
      color: #fff;
      text-align: center;
      line-height: 60px;
      font-size: 18px; } }
        header nav ul li.active a:before {
          background-color: #131313;
          left: 0;
          width: 100%; }
          @media all and (max-width: 800px) {
      header nav ul li.active a:before {
        display: none; } }
          @media all and (max-width: 800px) {
    header nav ul li.active a {
      text-decoration: underline; } }
        @media all and (max-width: 800px) {
  header nav ul li {
    width: 100%; } }
      @media all and (max-width: 800px) {
  header nav ul {
    flex-wrap: wrap;
    margin: 15px 0 0 0; } }
    @media all and (max-width: 800px) {
  header nav {
    display: none;
    position: fixed;
    right: 0;
    top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #131313;
    z-index: 10; } }
  header .nav-toggle {
    display: none;
    background-color: inherit;
    position: absolute;
    right: 10px;
    top: 5px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s; }
    header .nav-toggle:focus {
      outline: 0; }
    header .nav-toggle span {
      display: block;
      position: absolute;
      top: 23px;
      left: 10px;
      right: 10px;
      height: 4px;
      background: #131313;
      transition: background 0s 0.3s;
      border-radius: 2px; }
      header .nav-toggle span:after, header .nav-toggle span:before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #131313;
        content: "";
        border-radius: 2px;
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s; }
      header .nav-toggle span:before {
        top: -10px;
        transition-property: top, transform; }
      header .nav-toggle span:after {
        bottom: -10px;
        transition-property: bottom, transform; }
    header .nav-toggle.is-active {
      background-color: inherit;
      z-index: 7; }
      header .nav-toggle.is-active span {
        background: 0 0; }
        header .nav-toggle.is-active span:before {
          top: 0;
          transform: rotate(45deg); }
        header .nav-toggle.is-active span:after {
          bottom: 0;
          transform: rotate(-45deg); }
        header .nav-toggle.is-active span:after, header .nav-toggle.is-active span:before {
          transition-delay: 0s, 0.3s; }
    @media all and (max-width: 800px) {
  header .nav-toggle {
    display: block; } }
  @media all and (max-width: 800px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10; } }

footer {
  background-color: #fff;
  padding: 80px 0 0 0; }
  footer .footer__container {
    max-width: 1200px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  footer .col-address {
    width: 33.3333%; }
    footer .col-address h5 {
      font-size: 28px;
      margin: 0;
      padding: 0;
      color: #131313; }
    footer .col-address p {
      font-size: 17px;
      color: #4d4c4c;
      line-height: 1.3; }
    footer .col-address a {
      text-decoration: none; }
      footer .col-address a:hover {
        text-decoration: underline; }
    @media all and (max-width: 800px) {
  footer .col-address {
    width: 50%; } }
    @media all and (max-width: 600px) {
  footer .col-address {
    width: 100%;
    text-align: center;
    margin-top: 30px; } }
  footer .col-social {
    width: 180px;
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    footer .col-social h5 {
      font-size: 28px;
      margin: 0 0 20px 0;
      padding: 0;
      color: #131313;
      width: 100%; }
      @media all and (max-width: 800px) {
  footer .col-social h5 {
    text-align: center; } }
    footer .col-social a {
      width: 52px;
      height: 52px;
      margin: 0 10px 0 0;
      background-color: #f2f2f2;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      -webkit-transition: 250ms;
      /* Safari */
      transition: 250ms; }
      footer .col-social a svg {
        fill: #fff;
        width: 30px;
        height: 30px; }
      footer .col-social a:hover {
        background-color: #131313; }
    @media all and (max-width: 800px) {
  footer .col-social {
    width: 100%;
    justify-content: center;
    margin: 30px 0 0 0; } }
  footer .logo {
    width: 100%;
    border-top: 10px solid #f2f2f2;
    text-align: center;
    padding: 60px 0;
    margin: 60px 0 0 0; }
    footer .logo svg {
      width: 215px;
      height: 40px;
      fill: #131313; }
  footer .copyright {
    width: 66.6666%;
    border-top: 2px solid #565a66;
    color: #fff;
    padding: 20px 0 0 0;
    margin: -60px 0 0 0; }
    footer .copyright__text {
      display: inline-block; }
      @media all and (max-width: 600px) {
  footer .copyright__text {
    display: block;
    text-align: center;
    padding: 0 0 20px 0; } }
    footer .copyright .avente {
      float: right;
      clear: both;
      color: #fff;
      font-size: 15px;
      line-height: 20px; }
      footer .copyright .avente svg {
        height: 15px;
        width: 87px;
        margin: 0 0 -2px 5px;
        fill: #e20e3e; }
      @media all and (max-width: 600px) {
  footer .copyright .avente {
    text-align: center;
    float: none;
    display: block; } }
    @media all and (max-width: 900px) {
  footer .copyright {
    margin: 0;
    width: 100%; } }
  @media all and (max-width: 1220px) {
  footer {
    padding: 30px; } }

.intro {
  position: relative; }
  .intro__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    height: 100%;
    max-width: 1660px;
    padding: 0 10px;
    width: 100%;
    margin: 0 0 0 -830px;
    position: absolute;
    left: 50%;
    top: 0; }
    @media all and (max-width: 1660px) {
  .intro__container {
    width: 100%;
    margin: 0 0 0 -50%; } }
    @media all and (max-width: 1100px) {
  .intro__container {
    background: rgba(242, 242, 242, 0.9); } }
  .intro:before {
    width: 50%;
    background-color: #131313;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 2; }
    @media all and (max-width: 1100px) {
  .intro:before {
    display: none; } }
  .intro .slider-box {
    width: 42%;
    position: absolute;
    height: calc(100% - 150px);
    background-color: #f2f2f2;
    z-index: 4; }
    .intro .slider-box:before {
      width: 50vw;
      background-color: #f2f2f2;
      height: 100%;
      content: '';
      position: absolute;
      right: 100%;
      top: 0; }
      @media all and (max-width: 1100px) {
  .intro .slider-box:before {
    display: none; } }
    .intro .slider-box__item {
      width: 100%;
      padding: 50px 70px 50px 0;
      position: absolute;
      top: 50%;
      z-index: 2;
      right: 100%;
      opacity: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 750ms;
      /* Safari */
      transition: 750ms; }
      .intro .slider-box__item.startup {
        right: 0;
        opacity: 0;
        top: calc(50% + 50px); }
      .intro .slider-box__item.active {
        right: 0;
        opacity: 1;
        top: 50%; }
      .intro .slider-box__item h1, .intro .slider-box__item .h1, .intro .slider-box__item h2 {
        font-size: 56px;
        margin: 0;
        padding: 0; }
        @media all and (max-width: 1200px) {
  .intro .slider-box__item h1, .intro .slider-box__item .h1, .intro .slider-box__item h2 {
    font-size: 40px; } }
        @media all and (max-width: 550px) {
  .intro .slider-box__item h1, .intro .slider-box__item .h1, .intro .slider-box__item h2 {
    display: none; } }
      .intro .slider-box__item h3 {
        font-size: 35px;
        font-weight: 900;
        margin: 0;
        padding: 0;
        display: none; }
        @media all and (max-width: 1200px) {
  .intro .slider-box__item h3 {
    font-size: 40px; } }
        @media all and (max-width: 550px) {
  .intro .slider-box__item h3 {
    display: block; } }
      .intro .slider-box__item .text {
        text-align: justify; }
        @media all and (max-width: 550px) {
  .intro .slider-box__item .text {
    display: none; } }
      .intro .slider-box__item .text_phone {
        display: none; }
        @media all and (max-width: 550px) {
  .intro .slider-box__item .text_phone {
    display: block; } }
      .intro .slider-box__item p {
        font-size: 17px;
        color: #4d4c4c;
        line-height: 1.3; }
        .intro .slider-box__item p:last-child > a {
          display: inline-block;
          font-size: 21px;
          color: #131313;
          border: 3px solid #131313;
          line-height: 60px;
          padding: 0 40px;
          font-weight: bold;
          -webkit-transition: 250ms;
          /* Safari */
          transition: 250ms; }
          .intro .slider-box__item p:last-child > a:hover {
            background-color: #131313;
            color: #fff; }
          @media all and (max-width: 1200px) {
    .intro .slider-box__item p:last-child > a {
      line-height: 45px;
      padding: 0 25px;
      font-size: 18px; } }
        @media all and (max-width: 1200px) {
  .intro .slider-box__item p {
    font-size: 16px; } }
      @media all and (max-width: 1100px) {
  .intro .slider-box__item {
    padding-right: 0;
    background: rgba(229, 229, 229, 0.8);
    padding: 30px; } }
      @media all and (max-width: 550px) {
  .intro .slider-box__item {
    padding: 20px 20px 10px 20px; } }
    .intro .slider-box__pagination {
      position: absolute;
      left: 0;
      bottom: -30px;
      width: 100%;
      height: 10px;
      display: flex;
      z-index: 3;
      cursor: pointer; }
      .intro .slider-box__pagination span {
        width: 80px;
        height: 10px;
        background-color: #f2f2f2;
        margin: 0 20px 0 0;
        cursor: pointer; }
        .intro .slider-box__pagination span.active {
          background-color: #131313; }
        @media all and (max-width: 1200px) {
  .intro .slider-box__pagination span {
    width: 60px; } }
        @media all and (max-width: 1100px) {
  .intro .slider-box__pagination span {
    background-color: #ccc; } }
      @media all and (max-width: 1100px) {
  .intro .slider-box__pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    bottom: -20px; } }
    @media all and (max-width: 1500px) {
  .intro .slider-box {
    width: 60%;
    height: calc(100% - 60px); } }
    @media all and (max-width: 1100px) {
  .intro .slider-box {
    background: none;
    width: calc(100% - 20px); } }
    @media all and (max-width: 550px) {
  .intro .slider-box {
    width: calc(100% - 50px);
    margin: 0 0 0 15px; } }
  .intro .slider-images {
    width: 65%;
    margin: 0 0 0 auto;
    position: relative;
    padding-top: 40%;
    z-index: 3; }
    .intro .slider-images__item {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      position: absolute;
      right: 0;
      top: 0;
      opacity: 0;
      -webkit-transition: 750ms;
      /* Safari */
      transition: 750ms; }
      .intro .slider-images__item.active {
        opacity: 1; }
    @media all and (max-width: 1100px) {
  .intro .slider-images {
    width: 100%;
    padding-top: 50%; } }
    @media all and (max-width: 800px) {
  .intro .slider-images {
    padding-top: 65%; } }
    @media all and (max-width: 650px) {
  .intro .slider-images {
    padding-top: 80%; } }
    @media all and (max-width: 550px) {
  .intro .slider-images {
    padding-top: 100%; } }
    @media all and (max-width: 450px) {
  .intro .slider-images {
    padding-top: 140%; } }

.classic-page {
  padding: 100px 0 0 0;
  position: relative; }
  .classic-page.bg {
    padding: 70px 0; }
    .classic-page.bg:before {
      background-color: #f2f2f2;
      width: 100%;
      height: 60%;
      max-height: 660px;
      content: '';
      position: absolute;
      left: 0;
      top: 0; }
  .classic-page h2 {
    font-size: 56px;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media all and (max-width: 800px) {
  .classic-page h2 {
    font-size: 40px; } }
  .classic-page__container {
    padding: 0 10px;
    max-width: 1220px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 1.4; }

.last-projects {
  padding: 100px 0 20px 0;
  position: relative; }
  .last-projects.bg {
    padding: 70px 0; }
    .last-projects.bg:before {
      background-color: #f2f2f2;
      width: 100%;
      height: 60%;
      content: '';
      position: absolute;
      left: 0;
      top: 0; }
    @media all and (max-width: 600px) {
  .last-projects.bg {
    padding: 30px 0; } }
  .last-projects h2 {
    font-size: 56px;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media all and (max-width: 800px) {
  .last-projects h2 {
    font-size: 40px; } }
  .last-projects .line-text {
    padding: 0 30px; }
    @media all and (max-width: 800px) {
  .last-projects .line-text {
    padding: 0; } }
  .last-projects__container {
    padding: 0 10px;
    max-width: 1620px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 1.4; }
  .last-projects .nav {
    text-align: center;
    margin: 10px 0 -20px 0;
    position: relative;
    z-index: 3; }
    .last-projects .nav a {
      display: inline-block;
      position: relative;
      font-size: 17px;
      -webkit-transition: 250ms;
      /* Safari */
      transition: 250ms; }
      .last-projects .nav a:after {
        width: 8px;
        height: 8px;
        background-color: #ccc;
        display: inline-block;
        content: '';
        border-radius: 50%;
        margin: 0 5px 1px 8px; }
      .last-projects .nav a:last-child:after {
        display: none; }
      .last-projects .nav a:hover {
        text-decoration: underline; }
  .last-projects .image-list {
    max-width: 1620px;
    width: 100%;
    padding: 0 10px;
    margin: 40px auto 0 auto;
    /*.col-1{
     width: 75%; display: flex; flex-wrap: wrap;
     @media all and (max-width: 1000px){width: 100%;}
     }
     .col-2{
     width: 25%; display: flex; flex-wrap: wrap;
     @media all and (max-width: 1000px){width: 100%;}
     }*/
    /*.image-1{
     width: calc(50% - 40px); padding-top: 15%;
     @media all and (max-width: 1200px){width: calc(50% - 10px);}
     @media all and (max-width: 1000px){padding-top: 25%;}
     @media all and (max-width: 500px){width: calc(100% - 10px); padding-top: 65%;}
     }
     .image-2{
     width: calc(50% - 40px); padding-top: 15%;
     @media all and (max-width: 1200px){width: calc(50% - 10px);}
     @media all and (max-width: 500px){width: calc(100% - 10px); padding-top: 65%;}
     }
     .image-3{
     width: calc(70% - 40px); padding-top: 25%;
     @media all and (max-width: 1200px){width: calc(66.6666% - 10px);}
     @media all and (max-width: 1000px){padding-top: 35%;}
     @media all and (max-width: 500px){width: calc(100% - 10px); padding-top: 65%;}
     }
     .image-4{
     width: calc(30% - 40px); padding-top: 15%;
     @media all and (max-width: 1200px){width: calc(33.3333% - 10px);}
     @media all and (max-width: 500px){width: calc(100% - 10px); padding-top: 130%;}
     }
     .image-5{
     width: calc(100% - 40px); padding-top: 50%;
     @media all and (max-width: 1200px){width: calc(100% - 10px);}
     @media all and (max-width: 1000px){width: calc(33.3333% - 10px); padding-top: 20%;}
     @media all and (max-width: 500px){width: calc(100% - 10px); padding-top: 65%;}
     }
     .image-6{
     width: calc(100% - 40px); padding-top: 50%;
     @media all and (max-width: 1200px){width: calc(100% - 10px);}
     @media all and (max-width: 1000px){width: calc(33.3333% - 10px); padding-top: 20%;}
     @media all and (max-width: 500px){width: calc(100% - 10px); padding-top: 65%;}
     }
     .image-7{
     width: calc(100% - 40px); padding-top: 50%;
     @media all and (max-width: 1200px){width: calc(100% - 10px);}
     @media all and (max-width: 1000px){width: calc(33.3333% - 10px); padding-top: 20%;}
     @media all and (max-width: 500px){width: calc(100% - 10px); padding-top: 65%;}
     }*/ }
    .last-projects .image-list .col-3 {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      @media all and (max-width: 1000px) {
  .last-projects .image-list .col-3 {
    width: 100%; } }
    .last-projects .image-list .image {
      width: calc(33.3333% - 40px);
      padding-top: 20%;
      background-size: cover;
      background-position: center;
      margin: 20px;
      position: relative; }
      .last-projects .image-list .image .overlayer {
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 17px;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        color: #c5c4c4;
        display: flex;
        align-items: center;
        text-align: center;
        opacity: 0;
        -webkit-transition: 250ms;
        /* Safari */
        transition: 250ms; }
        .last-projects .image-list .image .overlayer:hover {
          opacity: 1; }
        .last-projects .image-list .image .overlayer > div {
          width: 100%; }
        .last-projects .image-list .image .overlayer strong {
          font-size: 30px;
          color: #fff; }
        @media all and (max-width: 800px) {
    .last-projects .image-list .image .overlayer strong {
      font-size: 19px; } }
        .last-projects .image-list .image .overlayer .btn {
          font-size: 17px;
          color: #fff;
          display: inline-block;
          margin: 30px 0 0 0;
          position: relative; }
        .last-projects .image-list .image .overlayer .btn:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 0 7px 7px;
          border-color: transparent transparent transparent #fff;
          content: '';
          position: absolute;
          right: -15px;
          top: 4px; }
        .last-projects .image-list .image .overlayer .btn:hover {
          text-decoration: underline; }
        @media all and (max-width: 800px) {
    .last-projects .image-list .image .overlayer .btn {
      font-size: 15px;
      margin: 15px 0 0 0; } }
        @media all and (max-width: 800px) {
  .last-projects .image-list .image .overlayer {
    font-size: 15px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3); } }
      @media all and (max-width: 1200px) {
  .last-projects .image-list .image {
    margin: 10px;
    width: calc(33.3333% - 20px); } }
      @media all and (max-width: 800px) {
  .last-projects .image-list .image {
    margin: 5px;
    width: calc(50% - 10px);
    padding-top: 30%; } }
      @media all and (max-width: 550px) {
  .last-projects .image-list .image {
    width: 100%;
    padding-top: 50%; } }
    @media all and (max-width: 1000px) {
  .last-projects .image-list {
    flex-wrap: wrap; } }
  .last-projects .projects-tabs {
    position: relative;
    /*@media all and (max-width: 1600px){height: auto; padding-top: 50%;}
     @media all and (max-width: 1000px){padding-top: 90%;}
     @media all and (max-width: 600px){padding-top: 95%;}
     @media all and (max-width: 500px){padding-top: 530%;}*/ }
    .last-projects .projects-tabs > .image-list {
      display: none;
      /*position: absolute; left: 50%; top: 0; visibility: hidden; opacity: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%);*/
      -webkit-transition: 750ms;
      /* Safari */
      transition: 750ms; }
      .last-projects .projects-tabs > .image-list.active {
        display: flex; }
  @media all and (max-width: 1100px) {
  .last-projects {
    padding-top: 50px; } }

.about-us {
  margin-bottom: 180px; }
  .about-us__container {
    padding: 70px 200px 0 200px;
    max-width: 1560px;
    background-color: #f2f2f2;
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align: center; }
    @media all and (max-width: 1200px) {
  .about-us__container {
    padding: 70px 70px 0 70px; } }
    @media all and (max-width: 800px) {
  .about-us__container {
    padding: 70px 10px 0 10px; } }
  .about-us h2 {
    font-size: 56px;
    margin: 0;
    padding: 0; }
    @media all and (max-width: 800px) {
  .about-us h2 {
    font-size: 40px; } }
  .about-us p {
    font-size: 17px;
    color: #4d4c4c;
    line-height: 1.7;
    padding: 0;
    margin: 40px 0;
    text-align: justify; }
    @media all and (max-width: 800px) {
  .about-us p {
    font-size: 16px; } }
  .about-us .image {
    background-color: #fff;
    padding: 30px;
    position: relative;
    bottom: -180px;
    margin: -160px 0 0 0;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2); }
    .about-us .image img {
      max-width: 100%;
      display: block; }
    @media all and (max-width: 800px) {
  .about-us .image {
    padding: 15px; } }
    @media all and (max-width: 500px) {
  .about-us .image {
    padding: 10px; } }

.partners {
  padding: 90px 0; }
  .partners__container {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    position: relative; }
  .partners h2 {
    font-size: 56px;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center; }
    @media all and (max-width: 800px) {
  .partners h2 {
    font-size: 40px; } }
  .partners .partner-list {
    display: flex;
    flex-wrap: wrap; }
    .partners .partner-list .item {
      width: calc(25% - 20px);
      margin: 0 10px 20px 10px;
      background-color: #f2f2f2;
      -webkit-transition: 250ms;
      /* Safari */
      transition: 250ms; }
      .partners .partner-list .item > img {
        max-width: 100%;
        display: block; }
      .partners .partner-list .item .tag {
        line-height: 35px;
        background-color: #131313;
        padding: 0 10px;
        margin: 0 0 0 10px;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        display: inline-block;
        position: relative;
        top: -17px; }
        @media all and (max-width: 800px) {
  .partners .partner-list .item .tag {
    font-size: 15px;
    line-height: 30px;
    top: -15px; } }
      .partners .partner-list .item h4 {
        font-size: 25px;
        margin: 0 10px;
        padding: 0; }
        @media all and (max-width: 750px) {
  .partners .partner-list .item h4 {
    font-size: 21px; } }
      .partners .partner-list .item p {
        font-size: 17px;
        color: #4d4c4c;
        margin: 10px;
        padding: 0;
        line-height: 1.4; }
        @media all and (max-width: 750px) {
  .partners .partner-list .item p {
    font-size: 15px; } }
      .partners .partner-list .item .btn {
        font-size: 17px;
        color: #131313;
        font-weight: bold;
        display: inline-block;
        margin: 0 10px 10px 10px;
        position: relative; }
        .partners .partner-list .item .btn:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 0 7px 7px;
          border-color: transparent transparent transparent #131313;
          content: '';
          position: absolute;
          right: -15px;
          top: 4px; }
        .partners .partner-list .item .btn:hover {
          text-decoration: underline; }
        @media all and (max-width: 750px) {
  .partners .partner-list .item .btn {
    font-size: 15px; } }
      .partners .partner-list .item:hover {
        background-color: #d9d9d9; }
      @media all and (max-width: 750px) {
  .partners .partner-list .item {
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px; } }
    .partners .partner-list__hide {
      display: none; }
    .partners .partner-list .show-more {
      width: 100%;
      text-align: center;
      padding: 80px 0 0 0; }
      .partners .partner-list .show-more > a {
        font-size: 17px;
        color: #131313;
        font-weight: bold;
        display: inline-block;
        margin: 0 10px 10px 10px;
        position: relative; }
        .partners .partner-list .show-more > a:hover {
          text-decoration: underline; }
      @media all and (max-width: 750px) {
  .partners .partner-list .show-more {
    padding: 40px 0 0 0; } }

.reviews-stars {
  margin-bottom: 100px; }
  .reviews-stars__container {
    padding: 70px 200px 0 200px;
    max-width: 1560px;
    background-color: #f2f2f2;
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 50px; }
    @media all and (max-width: 1200px) {
  .reviews-stars__container {
    padding: 70px 70px 0 70px; } }
    @media all and (max-width: 800px) {
  .reviews-stars__container {
    padding: 70px 10px 0 10px; } }
  .reviews-stars h2 {
    font-size: 56px;
    margin: 0;
    padding: 0;
    width: 100%; }
    @media all and (max-width: 800px) {
  .reviews-stars h2 {
    font-size: 40px; } }
  .reviews-stars__item {
    width: calc(25% - 37.5px);
    margin: 30px 0; }
    .reviews-stars__item .stars {
      display: flex;
      justify-content: flex-start; }
      .reviews-stars__item .stars svg {
        fill: #ffc107;
        width: 100px;
        height: 20px; }
    .reviews-stars__item .text {
      text-align: justify;
      margin: 15px 0;
      line-height: 1.7; }
    .reviews-stars__item .name {
      font-weight: bold;
      text-align: left; }
    @media all and (max-width: 800px) {
  .reviews-stars__item {
    width: calc(50% - 25px); } }
    @media all and (max-width: 500px) {
  .reviews-stars__item {
    width: 100%; } }

.contant-form {
  background: url(../img/tpl/01.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0 90px 0; }
  .contant-form__container {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    position: relative; }
  .contant-form h3 {
    font-size: 56px;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center; }
    @media all and (max-width: 800px) {
  .contant-form h3 {
    font-size: 40px; } }
  .contant-form p {
    font-size: 17px;
    color: #4d4c4c;
    margin: 10px;
    padding: 0;
    line-height: 1.4;
    text-align: center; }
  .contant-form form {
    margin: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap; }
    .contant-form form .message {
      width: calc(70% - 10px); }
      .contant-form form .message textarea {
        width: 100%;
        height: 100px;
        resize: none;
        border: 2px solid #131313;
        background: none;
        color: #131313;
        padding: 10px;
        outline: none; }
      .contant-form form .message .term-checkbox {
        text-align: right;
        margin: 20px 0 0 0;
        line-height: 40px;
        font-size: 14px; }
        .contant-form form .message .term-checkbox a {
          text-decoration: underline; }
        .contant-form form .message .term-checkbox a:hover {
          text-decoration: none; }
      @media all and (max-width: 800px) {
  .contant-form form .message {
    width: 100%; } }
    .contant-form form .col-right {
      width: calc(30% - 10px);
      margin: 0 0 0 auto; }
      .contant-form form .col-right .input {
        width: 100%;
        margin: 0 0 20px 0; }
        .contant-form form .col-right .input input {
          width: 100%;
          border: 2px solid #131313;
          background: none;
          color: #131313;
          outline: none;
          height: 40px;
          line-height: 40px;
          padding: 0 10px; }
      .contant-form form .col-right .submit {
        width: 100%; }
        .contant-form form .col-right .submit input {
          width: 100%;
          border: 0;
          background-color: #131313;
          color: #fff;
          height: 40px;
          line-height: 40px;
          text-align: center;
          font-size: 17px;
          font-weight: bold;
          -webkit-transition: 250ms;
          /* Safari */
          transition: 250ms; }
        .contant-form form .col-right .submit input:hover {
          background-color: #fff;
          color: #131313; }
      @media all and (max-width: 800px) {
  .contant-form form .col-right {
    width: 100%;
    margin: 15px 0 0 0; } }

.four-steps {
  padding: 0 0 80px 0;
  margin: 0; }
  .four-steps h2 {
    font-size: 56px;
    margin: 0 0 50px 0;
    padding: 0;
    text-align: center; }
    @media all and (max-width: 800px) {
  .four-steps h2 {
    font-size: 40px; } }
  .four-steps__container {
    background-color: #f2f2f2;
    margin: 0 auto;
    padding: 80px 200px 100px 200px;
    max-width: 1530px;
    width: 100%; }
    @media all and (max-width: 1500px) {
  .four-steps__container {
    padding: 80px 80px 100px 80px; } }
    @media all and (max-width: 1200px) {
  .four-steps__container {
    padding: 80px 10px 100px 10px; } }
  .four-steps .four-steps-list {
    display: flex;
    flex-wrap: wrap; }
    .four-steps .four-steps-list .item {
      width: calc(25% - 30px);
      background-color: #fff;
      margin: 0 15px;
      padding: 30px 20px 10px 20px;
      text-align: center; }
      .four-steps .four-steps-list .item svg {
        width: 80px;
        height: 60px;
        fill: #dedede;
        margin: 0 auto;
        position: relative;
        top: 140px;
        -webkit-transition: 250ms;
        /* Safari */
        transition: 250ms; }
        @media all and (max-width: 900px) {
  .four-steps .four-steps-list .item svg {
    fill: #111;
    top: 0; } }
      .four-steps .four-steps-list .item .h {
        width: 100%;
        font-size: 21px;
        margin: 20px 0;
        font-weight: bold;
        color: #dedede;
        position: relative;
        top: 140px;
        -webkit-transition: 250ms;
        /* Safari */
        transition: 250ms; }
        @media all and (max-width: 900px) {
  .four-steps .four-steps-list .item .h {
    color: #111;
    top: 0; } }
      .four-steps .four-steps-list .item p {
        opacity: 0;
        visibility: hidden;
        font-size: 17px;
        color: #4d4c4c;
        padding: 0 20px;
        line-height: 1.4;
        -webkit-transition: 500ms;
        /* Safari */
        transition: 500ms; }
        @media all and (max-width: 1200px) {
  .four-steps .four-steps-list .item p {
    padding: 0; } }
        @media all and (max-width: 900px) {
  .four-steps .four-steps-list .item p {
    opacity: 1;
    visibility: visible; } }
      .four-steps .four-steps-list .item:hover svg {
        fill: #111;
        top: 0; }
        .four-steps .four-steps-list .item:hover .h {
          color: #111;
          top: 0; }
        .four-steps .four-steps-list .item:hover p {
          opacity: 1;
          visibility: visible; }
      @media all and (max-width: 1200px) {
  .four-steps .four-steps-list .item {
    padding: 40px 15px 20px 15px; } }
      @media all and (max-width: 900px) {
  .four-steps .four-steps-list .item {
    width: calc(50% - 30px);
    margin-bottom: 30px; } }
      @media all and (max-width: 500px) {
  .four-steps .four-steps-list .item {
    width: 100%;
    margin: 0 0 15px 0; } }
  @media all and (max-width: 900px) {
  .four-steps {
    margin: 0;
    padding: 0; } }

.project-detail {
  position: relative;
  padding: 100px 0; }
  .project-detail:before {
    background-color: #f2f2f2;
    width: 100%;
    height: 25%;
    content: '';
    position: absolute;
    left: 0;
    top: 0; }
  .project-detail__container {
    max-width: 1220px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .project-detail__container > p {
      color: #4d4c4c;
      font-size: 17px;
      line-height: 1.4;
      text-align: center; }
  .project-detail h1 {
    font-size: 56px;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center; }
    @media all and (max-width: 800px) {
  .project-detail h1 {
    font-size: 40px; } }
  .project-detail .image-text-line {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0; }
    .project-detail .image-text-line .image {
      margin: 0 0 0 auto;
      width: 50%; }
      .project-detail .image-text-line .image img {
        max-width: 100%;
        display: block; }
      @media all and (max-width: 800px) {
  .project-detail .image-text-line .image {
    width: 100%; } }
    .project-detail .image-text-line .text {
      width: calc(50% - 50px);
      text-align: left;
      font-size: 17px;
      color: #4d4c4c;
      display: flex;
      align-items: center;
      text-align: justify;
      line-height: 1.5; }
      .project-detail .image-text-line .text h2 {
        font-size: 34px;
        margin: 0 0 10px 0;
        padding: 0;
        color: #131313; }
      .project-detail .image-text-line .text h3 {
        font-size: 29px;
        margin: 0 0 10px 0;
        padding: 0;
        color: #131313; }
      @media all and (max-width: 800px) {
  .project-detail .image-text-line .text {
    width: 100%; } }
  .project-detail .materials {
    background-color: #f2f2f2;
    margin: 30px 0;
    padding: 50px 50px 35px 50px; }
    .project-detail .materials h2 {
      font-size: 41px;
      color: #131313;
      margin: 0 0 40px 0;
      padding: 0;
      text-align: center; }
      @media all and (max-width: 600px) {
  .project-detail .materials h2 {
    font-size: 31px; } }
    .project-detail .materials h3 {
      width: 100%; }
    .project-detail .materials .item {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 15px 0; }
      .project-detail .materials .item .image {
        margin: 0;
        width: 50%; }
        .project-detail .materials .item .image img {
          max-width: 100%;
          display: block; }
        @media all and (max-width: 500px) {
  .project-detail .materials .item .image {
    width: 40%; } }
      .project-detail .materials .item .text {
        width: calc(50% - 50px);
        margin: 0 0 0 auto;
        display: flex;
        align-items: center;
        line-height: 1.5;
        font-size: 17px;
        color: #4d4c4c; }
        @media all and (max-width: 500px) {
  .project-detail .materials .item .text {
    width: calc(60% - 20px); } }
    @media all and (max-width: 800px) {
  .project-detail .materials {
    padding: 20px 20px 5px 20px; } }
    @media all and (max-width: 500px) {
  .project-detail .materials {
    padding: 20px 10px 5px 10px; } }
  .project-detail .line-images > .image-list-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 30px 0; }
    .project-detail .line-images > .image-list-2 a {
      width: calc(50% - 40px);
      margin: 20px;
      display: block; }
      .project-detail .line-images > .image-list-2 a img {
        display: block;
        width: 100%; }
      @media all and (max-width: 800px) {
    .project-detail .line-images > .image-list-2 a {
      padding: 10px; } }
      @media all and (max-width: 500px) {
    .project-detail .line-images > .image-list-2 a {
      width: 100%; } }
    @media all and (max-width: 800px) {
    .project-detail .line-images > .image-list-2 {
      margin: 0 -10px; } }
  .project-detail .appliance-list {
    background-color: #f2f2f2;
    margin: 30px 0;
    padding: 50px 30px 35px 30px;
    display: flex;
    flex-wrap: wrap; }
    .project-detail .appliance-list h2 {
      font-size: 41px;
      color: #131313;
      margin: 0 0 40px 0;
      padding: 0;
      text-align: center;
      width: 100%; }
    @media all and (max-width: 600px) {
    .project-detail .appliance-list h2 {
      font-size: 31px; } }
    .project-detail .appliance-list h3 {
      width: 100%; }
    .project-detail .appliance-list .item {
      width: 33.3333%;
      padding: 0 20px; }
    .project-detail .appliance-list .item .image {
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .project-detail .appliance-list .item .image > img {
        max-width: 100%;
        max-height: 100%;
        display: block; }
    .project-detail .appliance-list .item .label {
      text-align: center;
      font-size: 17px;
      color: #4d4c4c;
      line-height: 1.5;
      padding: 30px 0; }
      .project-detail .appliance-list .item .label strong {
        font-size: 22px; }
      @media all and (max-width: 800px) {
      .project-detail .appliance-list .item .label strong {
        font-size: 17px; } }
      @media all and (max-width: 800px) {
    .project-detail .appliance-list .item .label {
      font-size: 15px; } }
    @media all and (max-width: 800px) {
    .project-detail .appliance-list .item {
      padding: 0 10px; } }
    @media all and (max-width: 500px) {
    .project-detail .appliance-list .item {
      width: 100%;
      margin-bottom: 30px; } }
    @media all and (max-width: 800px) {
  .project-detail .appliance-list {
    padding: 50px 10px 25px 10px; } }
    @media all and (max-width: 500px) {
  .project-detail .appliance-list {
    padding: 40px 10px 0 10px; } }

.line-text {
  color: #4d4c4c;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  padding: 0; }
  .line-text h2 {
    text-align: center;
    font-size: 26px;
    color: #111;
    margin: 0 0 40px 0;
    font-weight: bold; }
  .line-text h3 {
    text-align: center;
    font-size: 22px;
    color: #4d4c4c;
    margin: 0 0 40px 0;
    font-weight: normal; }
  .line-text hr {
    border: 0;
    height: 10px;
    width: 100%;
    background: #f2f2f2; }
  .line-text a {
    text-decoration: underline; }
    .line-text a:hover {
      text-decoration: none; }
  @media all and (max-width: 1000px) {
  .line-text {
    padding: 0; } }

.line-images h2 {
  text-align: center;
  font-size: 26px;
  color: #111;
  margin: 0 0 20px 0;
  font-weight: bold; }
  .line-images h3 {
    text-align: center;
    font-size: 22px;
    color: #4d4c4c;
    margin: 0 0 20px 0;
    font-weight: normal; }
  .line-images .single-image {
    padding: 30px 0; }
    .line-images .single-image a {
      display: block; }
    .line-images .single-image a img {
      display: block;
      width: 100%; }
  .line-images > .image-list-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .line-images > .image-list-2 a {
      width: calc(50% - 20px);
      margin: 10px; }
    .line-images > .image-list-2 a img {
      max-width: 100%; }
    @media all and (max-width: 600px) {
    .line-images > .image-list-2 a {
      width: calc(50% - 10px);
      margin: 5px; } }
    @media all and (max-width: 600px) {
  .line-images > .image-list-2 {
    margin: 0 -5px; } }

.line-video {
  max-width: 640px;
  width: 100%;
  margin: 0 auto; }
  .line-video h2 {
    text-align: center;
    font-size: 26px;
    color: #111;
    margin: 0 0 20px 0;
    font-weight: bold; }
  .line-video h3 {
    text-align: center;
    font-size: 22px;
    color: #4d4c4c;
    margin: 0 0 20px 0;
    font-weight: normal; }
  .line-video .source {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    .line-video .source iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
