

* {
  margin: 0;
  padding: 0;
  border: 0 none;
  background: none;
}
body {
  /* transform: scale(0.9); */
  font-weight: normal;
  font-size: 14px;
  letter-spacing: .03em;
  font-family: "Roboto", sans-serif;
}
ul li {
list-style: none;
padding: 0;
}
a{
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width:1199px){
  .container-none{
    display: none;
  }
}
@media screen and (min-width: 320px) {
  .section{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .section{
    padding-top:45px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .section{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 320px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    max-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width:768px) {
  .text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:14px;
    line-height: 1.3;
    letter-spacing: 0.06em;
  }
}

.text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:x-large;
  line-height: 1.3;
  letter-spacing: 0.06em;
}


  .text-white{
    color: white;
  }

  @media screen and (min-width: 320px) {
    .title{
      margin-bottom: 50px;
    padding-left: 20px;
    font-weight: 500;
    font-size: 18px;
    } 
  }
  @media screen and (min-width: 786px) {
    .title{
      margin-bottom: 60px;
    font-size: 36px;
    } 
  }
  @media screen and (min-width: 1200px) {
    .title{
      margin-bottom: 75px;
    font-weight: 500;
    font-size: 46px;
    } 
  }

.box-hero{
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width:320px){
  .logo{
  width: 190px;
  }
}
@media screen and (min-width:786px){
  .logo{
    width: 210px;
  }
}
@media screen and (min-width:1200px) {
  .logo{
    width:240px;
  }
}
@media screen and (min-width:320px){
  .hero-img{
    width: 200px;
  }
}
@media screen and (min-width: 786px) {
  .hero-img{
    width: 280px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-img{
    width: 400px;
  }
}
.hero-link{
  margin-bottom: 30px;
  padding-left: 16px;
}
.link-ua{
  /* background-color: midnightblue; */
  padding: 15px;
}
.link-ua:hover{
  color: black;
  background-color: white;
  
  border-radius: 100%;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.wide-text{
  font-weight: 900;
}
  .hero-text{
    line-height: 1.4;
    padding-left: 28px;
  }
  .bgImages{
    background-image: url(../images/hero-bg.jpg);
  }

.hero-text{
  margin-bottom: 250px;
}
.hero-date{
  padding-left: 28px;

}

.follow-box-pad{
  padding-left: 28px;
  padding: 10px 32px;
}
.follow-title{
  
  color: #25753f;
}
@media screen and (min-width: 320px){
  .follow-title{
    margin: 0;
    padding-right: 25px;
    font-weight: 900;
    font-size: 45px;
    line-height: 1.22;
  }
}
@media screen and (min-width: 786px){
  .follow-title{
    margin: 0;
    padding-right: 25px;
    font-weight: 900;
    font-size: 60px;
    line-height: 1.42;
  }
}
@media screen and (min-width: 1200px){
  .follow-title{
    margin: 0;
    padding-right: 25px;
    font-weight: 900;
    font-size: 90px;
    line-height: 1.62;
  }
}
@media screen and (min-width: 320px){
  .follow-text{
    margin-bottom: 70px;
    padding-left: 20px;
    font-weight: 700;
    font-size: x-large;
  }
}
@media screen and (min-width: 786px){
  .follow-text{
    margin-bottom: 100px;
    padding-left: 20px;
    font-weight: 700;
    font-size: xx-large;
  }
}
@media screen and (min-width: 1200px){
  .follow-text{
    margin-bottom: 100px;
    padding-left: 20px;
    font-weight: 700;
    font-size: xx-large;
  }
}


.generation{
  display: block;
  background-image: url(../images/green-bg.png);
}


@media screen and (max-width: 786px) {
  .generation-text{
    margin-bottom: 100px;
    padding-left: 20px;
    font-weight: 700;
    font-size:x-large;
  }
}
@media screen and (max-width: 786px) {
  .generation-text{
    .generation-text{

        font-size: xx-large;
    }
  }
}

@media screen and (max-width: 785px) {
  .box-flex{
    flex-direction: column-reverse;
  }
}
.box-flex{
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about-item{
  margin-bottom: 35px;

}

.our_work-logo{
  margin-left: auto;
  display: block;
  margin-bottom: 15px;
}
.our_work-flex{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and(min-width: 320px) {
  .our_work-item{
    width: 100%;
  }
}
@media screen and(min-width: 786px) {
  .our_work-item{
    width: calc((100% - 10px)/2);;
  }
}

.our_work-item{
  
  width: calc((100% - 10px)/2);
  height: 300px;
  background-size: cover;
}
.our_work-item1{
  background-image: url(../images/our_work1.jpg);
}
.our_work-item2{
  background-image: url(../images/our_work2.jpg);
}
.our_work-item3{
  background-image: url(../images/our_work3.jpg);
}
.our_work-item4{
  background-image: url(../images/our_work4.jpg);
}

.system-box{
  margin-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .system-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .system-list{
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .system-item{
    
    flex-basis: calc((100% - 30px)/4)
  }
}

.system-item{
  padding: 20px;
  
  border-radius: 15px; 

  box-shadow: 0px 1px 3px rgba(0,0,0,.12), 0px 1px 1px rgba(0,0,0,.14), 0px 2px 1px rgba(0,0,0,.2);
  background-color: #25753f;

}

.system-title{
margin-bottom: 15px;
padding: 0;
}
.system-power{
  margin-bottom: 30px;
}
.system-text{
  padding-bottom: 20px;
  font-size: 20px;
}

.benefits-list{
  display: flex;
  flex-direction: column;
  gap:15px;
}
.benefits-item{
  display:flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 15px;
  box-shadow: 0px 1px 3px rgba(0,0,0,.12), 0px 1px 1px rgba(0,0,0,.14), 0px 2px 1px rgba(0,0,0,.2);
  border: 2px solid #25753f;
}

.generator-img{
  display: block;
  width: 100%;
}

.section-green{
  background-color: #25753f;
}
@media screen and (max-width: 785px) {
  .technology-box{
    margin-bottom: 70px;
    flex-direction: column-reverse;
  }
}




.technology-title{
  margin: 0;
  padding: 0;
}

.technology-list{
  padding: 30px;

  border: 2px solid white;
  border-radius: 15px;
}
.technology-tab-text{
  border-bottom: 3px solid white;
  padding-bottom: 5px;
}
.technology-item{
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid white;
}
.technology-item::before{
  width: 4px;
  border-bottom: 1px solid white;
}

.improvement-box{
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 785px) {
  .impr-text{
    font-size: 30px;
    line-height: 1.62;
  }
}
@media screen and (min-width: 786px) {
  .impr-text{
    font-size: 45px;
  }
}

.our_work-item5{
  background-image: url(../images/our_work5.jpg);
}
.our_work-item6{
  background-image: url(../images/our_work6.jpg);
}
.our_work-item7{
  background-image: url(../images/our_work7.jpg);
}
.our_work-item8{
  background-image: url(../images/our_work8.jpg);
}

.work-list{
  display:inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.work-item{
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(0,0,0,.12), 0px 3px 3px rgba(0,0,0,.14), 0px 4px 3px rgba(0,0,0,.2);
  border: 3px solid #25753f;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .work-item {
    flex-basis: calc((100% - 45px) / 3);
 
  }
}

@media (max-width: 320px) {
  .work-item {
    flex-basis: 100%; 
  }
}
.work-img{
  margin-right: 20px;
}

.qrcode-link:hover{
  color: #25753f;
}
.qrcode-elm{
  margin-top: 30;
}
@media screen and (min-width:320px) {
  .qrcode-flex{
    display: flex;
    justify-content: center;
      align-items: center;
      flex-direction: column;

  }
}
@media screen and (min-width:786px) {
  .qrcode-flex{
      flex-direction: row;
  }
  .qrcode-img{
    margin-right: 40px;
  }
  
}


.footer-bg{
  padding: 300px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/footer-bg.png);
}

.footer-flex{
  display: flex;
  justify-content: center;
    align-items: center;
}

@media screen and (min-width: 320px) {
  .footer-btn{
    display: inline-flex;
    min-width: 150px;
    min-height: 40px;
    margin: 0 auto;
    padding: 8px 24px;
    align-items: center;
    border: 0;
    font-family: inherit;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.88;
    letter-spacing: 0.06em;
    border-radius: 8px;
    transition: background-color 250ms var(--timing-f);
    color:white;
    background-color:#25753f;
  }
}
