* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font: 2rem/2.4rem 'Roboto'; }

.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }

/*media queries */
/* h1 for sections */
.advantages h1, .examples h1, .scope h1 {
  text-transform: uppercase;
  padding: 50px 0 70px 0;
  font-weight: 600; }

.advantages h1::after, .examples h1::after, .scope h1::after {
  width: 50px;
  height: 3px;
  background: #00a888;
  content: '';
  display: block;
  margin: 0 auto;
  margin-top: 10px; }

/* btn-more */
.btn-more {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #6EBC57;
  width: 220px;
  margin: 0 auto;
  z-index: 11;
  padding: 15px;
  font: 300 1.5rem 'Roboto';
  position: relative; }

.btn-more::before, .btn-more::after {
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1; }

.btn-more::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  border: 3px solid #6EBC57; }

.btn-more:hover, .btn-more:active, .btn-more:focus {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase; }

.btn-more:hover::after, .btn-more:active::after, .btn-more:focus::after {
  width: 100%;
  color: #000000; }

.main-page {
  background: url("../img/kotel1.png") no-repeat center;
  background-size: 100% 100%;
  height: 100vh; }
  .main-page .menu-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .main-page .nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-top: 0; }
    .main-page .nav .logo {
      background: url("../img/logo.png") no-repeat center;
      width: 120px;
      height: 50px;
      margin-top: 10px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background-size: 120px 50px; }
    .main-page .nav .humb {
      width: 30px;
      height: 16px;
      position: relative;
      border-bottom: 2px solid #000000;
      display: block;
      margin: 20px 0 0 90px;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .main-page .nav .humb::before, .main-page .nav .humb::after {
      height: 2px;
      background: #000000;
      width: 30px;
      display: block;
      content: '';
      margin: 0 0 5px 0;
      -webkit-transition: .2s ease-in;
      transition: .2s ease-in; }
    .main-page .nav .menu {
      position: absolute;
      text-align: center;
      left: -1000px;
      bottom: 0;
      top: 0;
      padding: 80px 0 0;
      -webkit-transition: left .4s ease-in;
      transition: left .4s ease-in; }
      .main-page .nav .menu li {
        margin-bottom: 30px;
        border-bottom: 1px solid #f3f3f3;
        border-top: 1px solid #f3f3f3;
        padding: 15px; }
        .main-page .nav .menu li a {
          color: #000000;
          text-transform: uppercase;
          font-family: 'Roboto';
          letter-spacing: 1.5px; }
      .main-page .nav .menu li:first-child {
        margin-top: 20px; }
      .main-page .nav .menu .catalog-page {
        cursor: pointer; }
  .main-page .nav.active {
    margin: 0; }
    .main-page .nav.active .menu {
      left: 0;
      background: #ffffff;
      z-index: 50;
      height: 100vh;
      width: 100%; }
    .main-page .nav.active .humb {
      z-index: 9999;
      margin: 20px 0 0 90px;
      border-color: #000000;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .main-page .nav.active .humb::before, .main-page .nav.active .humb::after {
      background: #000000;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      margin: 14px 1px 0 0;
      -webkit-transition: .4s ease-in;
      transition: .4s ease-in; }
    .main-page .nav.active .humb::before {
      display: none; }
    .main-page .nav.active .logo {
      z-index: 9999; }
  .main-page h1 {
    margin: 2.5em 0 1em 0;
    font: 600 3rem "Roboto";
    color: #000000;
    text-transform: uppercase; }
  .main-page h2 {
    font: 1.6rem 'Roboto';
    color: #000000;
    margin-bottom: 3em; }
  .main-page .btn-more {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px; }

.advantages h1 {
  text-transform: uppercase;
  padding: 50px 0 70px 0; }

.advantages h1::after {
  width: 50px;
  height: 3px;
  background: #00a888;
  content: '';
  display: block;
  margin: 0 auto;
  margin-top: 10px; }

.advantages .point .item {
  background: url("../img/money-bag.png") no-repeat center yellow;
  background-size: 60%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 20px auto; }

.advantages .point p {
  font-size: 1.5rem;
  margin: 0 20px 0;
  font-weight: 300; }
  .advantages .point p span {
    color: #006836;
    font-weight: 700; }

.advantages .point:nth-child(2) .item {
  background: url("../img/biofuel.png") no-repeat center yellow; }

.advantages .point:nth-child(3) .item {
  background: url("../img/industrial-waste-to-bio-mass.png") no-repeat center yellow; }

.advantages .point:nth-child(4) .item {
  background: url("../img/businessmen.png") no-repeat center yellow; }

.advantages .point:nth-child(5) .item {
  background: url("../img/tick.png") no-repeat center yellow; }

.advantages .point:nth-child(6) .item {
  background: url("../img/very-high-pressure.png") no-repeat center yellow; }
.slick-dots {

  position: static;
  
}

.slick-dots li button {
  color: black;
  font-size: 15px;
  font-weight: 600;
}
.slick-dots li button:before {
  color: #00a888;
  font-size: 20px;
}
.slick-dots li.slick-active button:before {
  color: green;  
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: .8;
}
.examples #dots-nav {
  margin-bottom: 20px;
}


.examples .examples-slider {
  margin-bottom: 0;
  outline: none; }
  .examples .examples-slider .item-slider {
    outline: none; }
    .examples .examples-slider .item-slider .main-picture img {
      width: 100%;
      height: 217px;
      max-width: 100%;
      margin: 0 auto 20px;
      -webkit-border-radius: 100%/20% 20% 20% 20%;
              border-radius: 100%/20% 20% 20% 20%; }
    .examples .examples-slider .item-slider .picture-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      width: 100%;
      margin-bottom: 30px; }
      .examples .examples-slider .item-slider .picture-block .img-item {
        width: -webkit-calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
        cursor: pointer;
        margin-bottom: 10px; }
        .examples .examples-slider .item-slider .picture-block .img-item img {
          width: 100%;
          max-width: 100%;
          
          height: 79px;
          -webkit-border-radius: 100%/20% 20% 20% 20%;
                  border-radius: 100%/20% 20% 20% 20%; }
    .examples .examples-slider .item-slider .title {
      font-size: 2.2rem;
      font-weight: 700;
      padding-bottom: 15px;
      text-align: center; }
    .examples .examples-slider .item-slider .item {
      font-size: 1.3rem;
      color: #00a888; }

.examples .ready-text {
  color: #727272;
  font-size: 1.7rem;
  margin: 0 10px 40px; }

.examples .btn-more {
  background: #00a888;
  margin-bottom: 50px;
  width: 300px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.examples .btn-more::after {
  border: 3px solid #00a888; }

.examples .btn-more:hover, .examples .btn-more:active, .examples .btn-more:focus {
  color: #00a888; }

.examples .text-block {
  padding-left: 20px;
  padding-right: 20px; }
  .examples .text-block thead {
    border-bottom: 1px solid #f3f3f3; }
    .examples .text-block thead .item {
      text-align: center; }
  .examples .text-block tbody td {
    font-size: 1.3rem;
    color: #727272;
    border: 1px solid #f3f3f3;
    border-left: none;
    text-align: center;
    vertical-align: middle; }
  .examples .text-block .value-item, .examples .text-block .value {
    color: #000000; }
  .examples .text-block .value-title {
    padding: 5px 0px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: none;
    text-align: left;
    width: 30%; }

.scope .item article .description {
  margin: 20px 0 30px;
  color: #727272;
  font-size: 1.6rem; }

.scope .item article img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%/20% 20% 20% 20%;
          border-radius: 100%/20% 20% 20% 20%;
  max-width: 80%;
  overflow: hidden; }

.scope .descr_title, .scope .descr_p_approve {
  font-size: 2.5rem;
  color: #006836;
  font-weight: bold;
  margin: 0 20px 20px; }

.scope .descr_p {
  font-size: 2rem;
  font-weight: 400;
  color: #000000;
  margin: 0 20px 20px; }

.scope .descr_p_approve {
  font-size: 2.3rem;
  line-height: 30px; }
  .scope .descr_p_approve span {
    font-size: 2.5rem;
    color: #ffffff;
    padding: 5px;
    background: #006836; }

.contacts {
  position: relative;
  height: 800px;
  background: url('../img/bg-bot.png') no-repeat center;
  background-size: 100% 100%; }
  .contacts h1 {
    text-transform: uppercase;
    color: #ffffff;
    padding: 50px 0 10px 0;
    font-weight: 600; }
  .contacts h2 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0 0 30px; }
  .contacts .text {
    background-color: #00a888;
    padding-bottom: 25px; }
    .contacts .text .btn-more.catalog {
      background: transparent;
      border: 1px solid #ffffff;
      text-align: center;
      -webkit-border-radius: 0;
      border-radius: 0;
      letter-spacing: 2px;
      width: 300px;
      outline: none;
      height: 47px;
      text-transform: uppercase;
      padding: 0; }
    .contacts .text .btn-more::before, .contacts .text .btn-more::after {
      background: #00a888; }
    .contacts .text .btn-more::after {
      border: none; }
    .contacts .text .btn-more:hover, .contacts .text .btn-more:active, .contacts .text .btn-more:focus {
      color: #ffffff;
      border: 3px solid #048068; }
    .contacts .text .cityAddress.top {
      display: none; }
    .contacts .text .cityAddress.top.active {
      display: block !important;
      padding-top: 20px;
      border: 3px solid #048068;
      margin: 20px auto;
      width: 300px; }
      .contacts .text .cityAddress.top.active .city, .contacts .text .cityAddress.top.active .street, .contacts .text .cityAddress.top.active .phone {
        padding-bottom: 20px;
        font-weight: 300;
        color: #ffffff;
        font-family: 'Roboto'; }
.contacts .contactData .cityAddress h3 {
  color: #ffffff;
  font-weight: 400;
  
  border: 3px solid #ffffff;
  width: 70%;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto 15px;

}
.contacts .contactData .cityAddress h3 span {
  font-weight: 600;
}

  .contacts .map {
    width: 100%;
    position: absolute;
    background-image: url('../img/bg-bot.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    bottom: -95px; }
  .contacts .address {
    position: relative;
    z-index: 1;
    width: 100%;
    height: -webkit-calc(100% - 138px);
    height: calc(100% - 138px);
    top: 0;
    bottom: 0;
    background: #00a888;
    opacity: .83; }
  .contacts .contactData {
    max-width: 550px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    
    padding: 27px 0 0;
    margin: 80px auto;
    opacity: 1;
    z-index: 909;
    max-height: 488px;
    right: 0;
    border: 5px solid #048068;
    text-align: center; }
    .contacts .contactData .cityAddress {
      color: #ffffff; }
      .contacts .contactData .cityAddress .logo {
        background: url("../img/logo.png") no-repeat center;
        width: 120px;
        height: 50px;
        margin: 0 auto 30px;
        display: block;
        background-size: 120px 50px; }
      .contacts .contactData .cityAddress .city,
      .contacts .contactData .cityAddress .street,
      .contacts .contactData .cityAddress .phone {
        padding-bottom: 20px;
        font-weight: 300;
        font-family: 'Roboto'; }
        .contacts .contactData .cityAddress .city span {
          font-weight: 600;
        }
      .contacts .contactData .cityAddress .btn-more {
        background: transparent;
        border: 1px solid #ffffff;
        -webkit-border-radius: 0;
        border-radius: 0;
        letter-spacing: 2px;
        width: 237px;
        outline: none;
        /*height: 47px;*/
        margin-bottom: 25px;
        text-transform: uppercase; }
      .contacts .contactData .cityAddress .btn-more::before, .contacts .contactData .cityAddress .btn-more::after {
        background: #00a888; }
      .contacts .contactData .cityAddress .btn-more::after {
        border: none; }
      .contacts .contactData .cityAddress .btn-more:hover{
        color: #ffffff;
        
        border: 3px solid #048068; }
.contacts .contactData .cityAddress.active {
  display: none;
}
.contacts .contactData .form-block {
  display: none;
}
.contacts .contactData .form-block.active {
  display: block;
}

.contacts .contactData .form-block .input-group{
  display: flex;
  flex-flow: column;
}
.contacts .contactData .form-block .input-group label,
.contacts .contactData .form-block .input-group input {
  display: block;
  width: calc(100% - 50px);
  margin: 0 auto;
}
.contacts .contactData .form-block .input-group input {
  background: transparent;
  border: 1px solid #006836;
  color: #ffffff;
  padding: 10px 10px;
  margin-bottom: 30px;
  border-radius: 5px;

}
.contacts .contactData .form-block .text {
  padding-bottom: 20px;
    font-weight: 300;
    background: transparent;
    color: #ffffff;
    font-family: 'Roboto';
}
    
.contacts .contactData .form-block input[type="submit"] {
  background: transparent;
    border: 1px solid #006836;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    letter-spacing: 2px;
    min-width: 200px;
    outline: none;
    height: 47px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 40px;
}

/*.g-recaptcha div{
  margin: 0 auto 25px !important;
*/

.g-recaptcha {
  -webkit-transform-origin:0 0;
          transform-origin:0 0;
  -webkit-transform:scale(0.68); /* scale recaptcha image to fit */
          transform:scale(0.68);
          width: 200px;
          margin: 0 auto;
}

input:-webkit-autofill {
  background-color: none;
}

.contacts .contactData .form-block input[type="submit"]:hover {
  border: 1px solid #ffffff;
  font-weight: 600;
  color: #ffffff;
}

input::-webkit-input-placeholder {color:#006836;}
input::-moz-placeholder          {color:#006836;}/* Firefox 19+ */
input:-moz-placeholder           {color:#006836;}/* Firefox 18- */
input:-ms-input-placeholder      {color:#006836;}


.footer {
  padding-top: 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  background: #00a888;
}
.footer .container {
  padding: 50px 0 25px 0;
}
.footer .left {
  text-align: left;
}
.footer .right {
  text-align: right;

}

.footer .right span {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .contacts .contactData {
    max-height: 433px;
  }
  .main-page .menu-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .main-page h1 {
    letter-spacing: 2px;
    font-size: 2.8rem; }
  .main-page h1::after {
    content: '';
    display: block;
    width: 30%;
    height: 3px;
    background: #1B7249;
    margin: 10px auto; }
  .main-page h2 {
    letter-spacing: 0px;
    font-weight: 400; } 
.examples .examples-slider .item-slider .main-picture img {
  height: 258px;
}
    .examples .examples-slider .item-slider .picture-block .img-item img {
      height: 126px;
    } 

    .contacts .map {

      bottom: -72px;
    }
    .footer .container {
  padding: 25px;
}
  }



  



@media only screen and (min-width: 1024px) {
  .main-page .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .main-page .nav .logo {
      margin: 20px 100px 0 120px;
      width: 173px;
      height: 63px;
      background-size: 173px 63px; }
    .main-page .nav .humb {
      display: none; }
    .main-page .nav .menu {
      position: static;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row;
          -ms-flex-flow: row;
              flex-flow: row;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 20px; }
      .main-page .nav .menu li {
        border: none;
        font-size: 1.3rem;
        font-weight: 500;

 }
        .main-page .nav .menu li a {
          padding-bottom: 5px; }
        .main-page .nav .menu li a::after {
          content: '';
          width: 0;
          height: 1px;
          background: #2b542c;
          display: none;
          margin: 0 auto;
          -webkit-transition: .3s ease-in;
          transition: .3s ease-in; }
        .main-page .nav .menu li a:hover, .main-page .nav .menu li a:active, .main-page .nav .menu li a:focus {
          text-decoration: none;
          color: #ffffff;
          border-bottom: 1px solid #000000; }
      .main-page .nav .menu li:first-child {
        margin-top: 0; }
      .main-page .nav .menu .catalog-page {
        cursor: pointer;
        border: 1px solid #000000; }
      .main-page .nav .menu .catalog-page:hover {
        border-color: #ffffff; }
        .main-page .nav .menu .catalog-page:hover a {
          color: #ffffff;
          border: none; }
  .main-page .nav.active .menu {
    background: transparent;
    height: 0; }
    .main-page .nav.active .menu li {
      border: none; }
  .main-page h1 {
    font-size: 3.3rem; }
  .main-page h2 {
    font-size: 1.8rem; }
  .advantages {
    padding-bottom: 80px; }
  .examples .examples-slider {
    padding-bottom: 20px; }
    .examples .examples-slider .item-slider .main-picture img {
      height: 416px;
    }
    .examples .examples-slider .item-slider .picture-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      width: 100%;
      margin-bottom: 30px; }
      .examples .examples-slider .item-slider .picture-block .img-item {
        width: -webkit-calc((100% - 10px) / 3);
        width: calc((100% - 10px) / 3);
        cursor: pointer;
        margin-bottom: 10px; }
        .examples .examples-slider .item-slider .picture-block .img-item img {
          width: 100%;
          max-width: 100%;
          
          height: 137px;
          -webkit-border-radius: 100%/20% 20% 20% 20%;
                  border-radius: 100%/20% 20% 20% 20%; }
  .scope .item {
    padding-bottom: 80px; } 

  .contacts .contactData .form-block .input-group label,
.contacts .contactData .form-block .input-group input {

  width: calc(100% - 150px);

 

}
 .scope .descr_title, .scope .descr_p_approve {
  line-height: 40px;
  margin: 0 100px 20px; }
}

@media only screen and (min-width: 1440px) {
  .main-page .nav .menu li{
    margin-right: 25px;
  }
  .main-page .nav {
    margin: 20px 0 0 50px; }
    .main-page .nav .logo {
      margin-left: 130px;
      margin-right: 200px; }
    .main-page .nav .menu li {
      font-size: 1.8rem;
       }
  .main-page h1 {
    margin-top: 3.5em;
    margin-bottom: 1.5em; }
  .main-page h2 {
    margin-bottom: 4em; } }
