/* Fonts 
font-family: 'Montserrat', sans-serif;
font-family: 'Merriweather', serif;
font-family: 'Raleway', sans-serif;
*/

body{
  max-width: 980px;
  margin: 0 auto; 
}

span{
  background-color: #76f4ea;
}

i{
  cursor: pointer;
}


.section-section{
  padding-top: 92px;
  padding-left: 100px;
  padding-right: 106px;
  padding-bottom: 74px;
  opacity: 0.99;
  text-align: center;
}

/* section-header */

.section-header{
  padding-top: 92px;
  padding-left: 100px;
  padding-right: 106px;
  width: 774.5px;
  height: 463px;
  opacity: 0.99;
  background-color: #eff0f2;
}

.section-header_head{
  display: flex;
  justify-content: space-between;

}


.section-header_logo{
  width: 57px;
  height: 8px;
  padding: 7px 7px;
  border: 3px solid  #170f1c;
  text-align: center;
  line-height: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(21, 21, 22, 0.75);
}

.section-header_menu{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}


.section-header-menu_item{
  display: block;
  content: "";
  width: 15px;
  height: 2px;
  opacity: 0.6;
  border-radius: 0.8px;
  background-color: #000;
  
}

.section-header-menu_item::before{
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  opacity: 0.6;
  border-radius: 0.8px;
  background-color: #000;
  top: -4px;
}

.section-header-menu_item::after{
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  width: 15px;
  height: 2px;
  opacity: 0.6;
  border-radius: 0.8px;
  background-color: #000;
}


.section-header-content{
  display: block;
  justify-content: center;
  text-align: center;
}

.section-header-content_title{
  font-stretch: normal;
  font-style: normal;
  line-height: 0.62;
  letter-spacing: 1.35px;
  text-align: center;
  color: #505050;
  text-shadow: 1.8px 4.1px 5px rgba(0, 0, 0, 0.24);
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22.5px;
  padding-top: 103px;
  
}

.section-header-content_subtitle{
  font-stretch: normal;
  font-style: normal;
  line-height: 0.62;
  letter-spacing: 1.35px;
  text-align: center;
  color: #505050;
  text-shadow: 1.8px 4.1px 5px rgba(0, 0, 0, 0.24);
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22.5px;
  padding-top: 14.5px;
}

.section-header-content_button{
  margin-top: 98px;
  color: rgba(0, 0, 0, 0.75);
  background: transparent;
  border-radius: 1px;
  border: 1px solid #78797A;
  padding: 10px 24px;
  cursor: pointer;
  font-size: 9px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.08px;
  font-weight: 700;
  outline: none;
}

.section-header-content_button:hover{
  background: #505050;
  color: white;
  opacity: 0.9;
}


.section-header_image{
  display: flex;
  justify-content: flex-end;
  padding-left: 586px;
  margin-top: -22px;
  width: 92px;
  height: 78px;

  
}

/* section-header */


/* section-about */

.section-about{
  background-color: #f8fafa;
  
  
}

.section_title{
  
  font-stretch: normal;
  font-style: normal;
  opacity: 0.9;
  line-height: 0.74;
  letter-spacing: 1.14px;
  font-weight: 700;
  font-family: 'Montserrat';
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 8.5px;
  color: black;
}

.section_subtitle{
  color: #5F6060;
  font-size: 9px;
  font-family: 'Merriweather', serif;
  line-height: 1.56;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  font-weight: normal;
}

.section-about_block{
  margin-right: 100px;
  margin-left: 100px;
  text-align: left;
  display: flex;
}

.section-about_content{
  width: 50%;
  margin-left: 78px;
  
}

.section-about_image{
  padding-left: 126px;
}


.section-about_title{
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.6px;
  color: #3C3D3D;
  margin-bottom: 15.5px;
}

.section-about_subtitle{
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #9E9F9F;
  padding-bottom: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}

.section-about_kub{
  display: flex;
  margin-left: 202px;
  padding-top: 22px;
  padding-bottom: 57px;
}

.section-about-kub_item{
  width: 6px;
  height: 6px;
  border-radius: 1.5px;
  background-color: #D1D1D1;
  margin-right: 1.5px;
}

.section-about-kub_blue{
  background-color: #72F6EC;
  width: 6px;
  height: 6px;
  border-radius: 1.5px;
  margin-right: 1.5px;
}


  /* section-about */

  /* section-works */

 .section-works_box{
  display: flex;
  
  margin-bottom: 61px;
  justify-content: center;
 }

.section-works-box_inner{
  max-width: 600;
  display: flex;
  flex-wrap: wrap;
}

.section-works-box_item{
  display: flex;
  width: 185px;
  height: 180px;
  margin: 5px;
  justify-content: center;
  align-items: center;
}

.section-works-box_item:hover{
  opacity: .6;
  
  
}

  /* section-works */

  /* section-services */

  .section-services{
    background-color: #f9fbfb;
  }

  .section-services_content{
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    
  }

  .section-services_1{
    width: 326px;
    height: 211px;
    background-color: #6df6eb;
    opacity: 0.97;
    
  }

  .section-services-1_photo{
    width: 326px;
    height: 211px;
  }

  .section-services_title{
    font-family: 'Merriweather', serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.6px;
    text-align: left;
    color: rgba(0, 0, 0, 0.83);
    padding-top: 32px;
    padding-bottom: 19px;
    padding-left: 58px;
   }

   .section-services_subtitle{
    font-family: 'Raleway', sans-serif;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.2px;
    text-align: left;
    padding-left: 58px;
    padding-bottom: 10px;
    padding-right: 58px;
    color: rgba(0, 0, 0, 0.75);
   }
  
   .cross{
    padding-bottom: 28px;
    padding-left: 58px;
    
   }

  .section-services_2{
    width: 237px;
    height: 211px;
    margin-left: 7px;
    background-color: black;
  }

  

  .photo_img{
    position: relative;
    background-color: black;
    
   }
  
   .section-services-2_photo{
     
    width: 237px;
    height: 211px;
    
   }
  
   .photo_img:hover {
    background-color: black;
    
   }

   .photo_img:hover img{
     opacity: 0.7;
   }
  
  
   .photo_img:hover .photo_content{
     opacity: 1;
     
   }
  
   .photo_content{
    position: absolute;
    width: 100%;
    opacity: 0; 
    top: 50%; 
    text-align: left;
    color: white;
   }
  
   .photo_text{
    width: 137.5px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    height: 8.5px;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: white;
    padding-bottom: 13px;
    padding-left: 33px;
   }
  
   .photo_subtitle{
    width: 156px;
    height: 31.5px;
    opacity: 0.9;
    font-family: Raleway;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 0.16px;
    padding-bottom: 13px;
    padding-left: 33px;
    color: white;
   }
  
   .know_more{
    width: 59px;
    height: 6.5px;
    opacity: 0.9;
    font-family: 'Raleway', sans-serif;
    font-size: 9px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    padding-bottom: 29px;
    padding-left: 33px;
    color: white;
    text-transform: uppercase;
   }

  .section-services_22{
    margin-right: 5px;
    width: 237px;
    height: 211px;
    background-color: black;
  }

  

  /* section-services */


   /* section-team */

   .section-team_block{
     margin-bottom: 60px;
   }

   .section-team_1{
     display: flex;
     justify-content: center;
     margin-right: 111px;
     margin-left: 111px;
   }

   .section-team_photo{
    
    position: relative;
    margin-right: 8px;
    margin-bottom: 7px;
    
  }
  
   .section-team_photo:hover{
    box-shadow: 1.4px 3.2px 8px 0 rgba(20, 20, 21, 0.18);
   }

   .section-team_photo:hover .section-team-photo_content{
     opacity: 1;
     
   }

   .section-team_img{
     width: 185px;
     height: 220px;
    
   }

   .section-team-photo_content{
     position: absolute;
     width: 120px;
     opacity: 0;
     top: 40%;
     margin-right: 9px;
     margin-left: 15px;
     padding: 17px;
     background-color: #6df6eb;
   }

   .title_content{
    width: 121.5px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
   }

   .section-team-photo_title{
    font-family: 'Merriweather', serif;
    font-size: 11px;
    font-weight: 700;
   }

   .prof{
    font-weight: bold;
    letter-spacing: 0.5px;
    color: rgba(39, 39, 39, 0.95);
    font-family: Merriweather;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.23px;
   }
   .section-team-photo_subtitle{
    width: 119.5px;
    height: 32px;
    margin-bottom: 19px;
    font-family: Raleway;
    font-size: 8px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: black;
  }

  .section-team-photo_icons{
   display: flex;
   justify-content: space-between;
   width: 70px;
  }

    /* section-team */


  /* section-they */

    .section-they{
      background-color: #f9fbfb;
    }

    .section-they_content{
      width: 333px;
      height: 132px;
      margin-left: 60px;
      background-color: #eaebed;
      text-align: center;
      padding: 50px;
    }

    .title-they_content{
      display: flex;
      justify-content: center;
      margin-bottom: 12px;
     }

    .section-they_block{
      margin-right: 100px;
      margin-left: 100px;
      display: flex;
      align-items: center;
    }

    .section-they_image{
      padding-left: 126px;
    }

    .section-they_subtitle{
      width: 250px;
      margin-right: 43px;
      margin-left: 43px;
    opacity: 0.7;
    font-family: Raleway;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: 0.48px;
    text-align: center;
    color: black;
    margin-bottom: 17px;
    }

    .section-they-photo_title{
      font-family: 'Merriweather', serif;
      font-size: 12px;
      font-weight: 700;
     }

     .they_prof{

      font-size: 9px;
      font-weight: bold;
      letter-spacing: 0.5px;
      color: rgba(120, 120, 120, 0.95);
      font-family: Merriweather;
      font-size: 8px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: 0.23px;
     }

     .stars{
       margin-bottom: 35px;
     }

.section-they_kub{
  display: flex;
  margin-left: 202px;
  padding-top: 22px;
}

.section-they-kub_item{
  width: 6px;
  height: 6px;
  border-radius: 1.5px;
  background-color: #D1D1D1;
  margin-right: 1.5px;
}

.section-they-kub_blue{
  background-color: #72F6EC;
  width: 6px;
  height: 6px;
  border-radius: 1.5px;
  margin-right: 1.5px;
}

.slider{
  display: flex;
  min-width: 66px;
  margin-left: 170px;
  padding-top: 13px;
  padding-bottom: 20px;
 
}

.slider_item{
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 1.5px;
  box-shadow: 1.2px 2.8px 5.5px 0 rgba(20, 20, 21, 0.1);
  background-color: #ffffff;
  margin-left: 14px;
}

.slider_item:hover{
  background-color: #71f6eb;
}


/* section-they */


/* section-icons */
.section-icons_inner{
  margin-right: 100px;
  margin-left: 100px;
}

.section-icon_block{
  display: flex;
  justify-content: center;
}

.icon_img{
  margin-right: 10px;
  width: 130px;
  height: 70px;
}

.icons{
  margin-top: 54px;
  margin-bottom: 54px;
}

/* section-icons */

/* section-form */

.outro{
  position: relative;
}

.outro_img{
  max-width: 980px;
  
}

.outro_block{
  position: absolute;
  display: flex;
  bottom: 125px;
  right: 183px;
}

.outro_block1{
  width: 307px;
  height: 237px;
  background-color: #021623;
  opacity: 0.71;
}

.outro_block2{
  width: 250px;
  height: 237px;
  background-color: #021623;
  margin-left: 13px;
  opacity: 0.71;
}

.send{
  padding-top: 24px;
  padding-left: 18px;
  padding-bottom: 64px;
  padding-right: 18px;
}

.subscribe__input{
  width: 270px;
  border: transparent;
  background-color: #021623;
  margin-bottom: 6px;
  opacity: 1;
  font-family: 'Raleway', sans-serif;
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.4;
  letter-spacing: normal;
  text-align: left;
  color: white;
  border-bottom: 1px solid grey;
}

.subscribe__btn{
  width: 135px;
  border-radius: 2px;
  background-color: #6eeee4;
  height: 27px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.08px;
  font-family: 'Montserrat', sans-serif;
  padding-right: 19px;
  padding-left: 19px;
  margin-bottom: 19px;
  margin-top: 19px;
  border: none;
  font-size: 10px;
}

.subscribe__btn:hover{
  background-color: white;
  font-weight: bold;
}

.subscribe__input:hover{
 border-bottom: 1px solid grey;
}

.outro_content{
  background-color: #021623;
  margin-bottom: 6px;
  opacity: 1;
  font-family: 'Raleway', sans-serif;
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 11;
  color: white;
  cursor: pointer;
}

.outro_content:hover{
  text-decoration: underline; 
}

.outro_map{
  cursor: pointer;
  width: 228px;
  height: 112px;
}

.outro_mapblock{
  margin: 11px;
}

/* section-form */

/* Footer */

.section-footer{
  min-width: 980px;
  height: 158px;
  background: #262b2e;
  align-items: center;
}

.footer_content{
  padding-top: 47px;
  padding-bottom: 47px;
  text-align: center;
  color: white;
}

.footer_title{
  padding-bottom: 10px;
  text-transform: uppercase;
  opacity: 1;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.footer_icons{
  padding-bottom: 22px;
}

.copyright{
  opacity: 1;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}