*{
    box-sizing: border-box;
  }
  body{
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    color: #000;
  }
  button,
  textarea,
  button:hover{
    font-family: 'Lato', sans-serif;
    outline: none;
    border: none;
    box-shadow: none;
    background: none;
  }
  input{
    outline: none;
    border: none;
  }
  h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
  }
  p{
    padding: 0;
    margin: 0;
  }
  ul, li{
    display: block;
    padding: 0;
    margin: 0;
  }
  .header{
    padding-top: 10px;
  }
  a{
    text-decoration: none;
    font-weight: 700;
    color: #001139;
  }
  a:hover{
    color: #001139;
  }
  img{
    max-width: 100%;
    object-fit: cover;
    display: block;
  }
  .title{
    font-weight: 700;
    font-size: 45px;
  }

  .butn{
    background: radial-gradient(100% 1808.4% at 0% 0%, #B469FF 0%, #009ED1 100%);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    padding: 14px 0;
    display: block;
    width: 228px;
    text-align: center;
    transition: all 0.5s ease;
    border-radius: 3px;
  }
  .butn:hover{
    transition: all 0.5s ease;
    color: #fff;
  }
  .menu{
    position: relative;
  }
  .menu__active{
    margin-bottom: 0;
    border-bottom: 2px solid #52AC62;
  }
  .menu__item {
    margin-right: 30px;
    transition: all 0.5s ease;
  }
.logo-new{
	height: 80px;
	display:block;
}
  .menu__item_link {
    font-size: 15px;
    color: #000 !important;
    font-weight: 500;
  }
  .menu__item_link:hover{
    color: #000;
    border-bottom: 2px solid #000;
  }
 .theme__title{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #001139;
 }
 .burger-btn{
    display: none;
    z-index: 99999;
    margin-top: 20px;
  }
  .burger{
      height: 100%;
      width: 50%;
      background: #fff;
      position: absolute;
      z-index: 9999;
      right: 0;
      top: 0;
      padding: 22px;
      display: none;
      box-shadow: 0px -20px 56px rgba(0, 0, 0, 0.25);
  }
  .title{
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 32px;
  }

.wrap__title{
  font-weight: 800;
  font-size: 45px;
  line-height: 59px;
  color: #000;
  max-width: 500px;
}
.wrap__btn{
   margin-top: 30px;
}
.home-header{
  padding-top: 120px;
  padding-bottom: 50px;
}
.dropbtn {
  color: #52AC62;
  font-size: 15px;
  border: none;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 190px;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
  z-index: 99999999;
  border-radius: 13px;
  left: -50px;

}
.cart__title-3{
  margin-top: 90px;
}
.dropdown{
  margin-top: 18px;
  margin-right: 30px;
}
.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 13px;
  font-weight: 500;
  text-align: center;
  display: block;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dropdown-content a:hover {
  background-color: #f4f4f4;
}
.e-mails{
  max-width: 250px;
  margin-left: 18px;
}
.e-mails-flex{
  max-width: 250px;
}
.telephones{
  margin-left: 15px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content-active{
  display: block;
}

.menu__item_dropdown{
  font-size: 14px !important;
  margin-top: -10px !important;
  color: #275cd8;
  font-weight: 800 !important;
  display: block;
}
.energy-business{
  font-weight: 400;
  font-size: 16px;
  margin-left: 20px;
  line-height: 30px;
}
.energy-business_color{
  color: #069AD3;
  font-weight: 900;
}
iframe{
  border-radius: 15px;
}
.home-img{
  display: block;
  max-width: 600px;
  width: 100%;
  border-radius: 10px;
}
.homes-img{
  max-width: 700px;
}
.energy-title{
  margin-top: 94px;
  margin-bottom: 50px;
}
.cart__item{
  max-width: 370px;
  width: 100%;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
  background: #fff;
  padding: 30px 0;
}
.cont {
  flex-wrap: wrap;
}
.cart__title{
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 20px;  
}
.contact{
  background: radial-gradient(96.56% 1746.11% at 3.44% 49.49%, rgba(165, 74, 255, 0.05) 0%, rgba(0, 158, 209, 0.1) 100%);
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.25);
  border-radius: 30px 30px 0px 0px;
  text-align: center;
  max-width: 710px;
  margin: 0 auto;
  padding: 57px 0 70px 0;
  margin-top: 50px;
}
.cart__item_img{
  max-width: 250px;
  margin: 0 auto;
}
.cart__item_arrow{
  margin: 15px auto;
}
.cart__item:hover{
  transform: scale(1.05);
  transition: all 0.3s ease;
  z-index: 99;
}
.mail, .tel, .adress, .time{
  color: #000;
  font-weight: 400;
  font-size: 20px;
}
.adress{
  margin-top: 50px;
}

.telephones{
  max-width: 250px;
}
.time{
  max-width: 260px;
  margin: 43px auto 0;
}
.menu__item_footer{
  margin-right: 30px;
}
.footer{
  background: radial-gradient(96.56% 1746.11% at 3.44% 49.49%, #A54AFF 0%, #009ED1 100%);
  color: #fff;
  padding: 30px 0;
}
.menu__item_footer a{
  color: #fff;
  font-size: 15px;
  font-weight: 600;

}
.footer__logo{
  font-weight: 800;
  font-size: 12px;
  color: #fff;
}
.footer__logo:hover{
  color: #fff;
}
.footer__menu{
  margin: 0 auto;
}
 /* Large: 992px - 1199px */
@media (max-width: 1199px) {
  .cart {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .cart__item{
    margin-bottom: 40px;
    margin-right: 30px;
  }
  }
  
  /* Medium: 768px - 991px */
  @media (max-width: 991px) {
    .dropbtn{
      font-size: 18px;
      margin-bottom: 20px;
      color: #000;
      font-weight: 500;
      text-align: center;
      margin: 20px auto;
      display: block;
    }
    .cont{
      flex-wrap: wrap;
    }
    .dropdown-content-user-add{
      max-width: 250px;
      width: 100%;
    }
    .dropdown-content{
      margin-top: -10px;
      left: 55px;
    }
    .energy-business{
      margin-left: 0;
      margin-top: 30px;
    }
    .wrap__title{
      margin-bottom: 30px;
    }
    .menu__item_link:hover{
      border: none;
    }
    .footer__menu{
      flex-wrap:wrap; 
      text-align: center;
    }
    .wrap__title{
      max-width: 650px;
    }
    .burger.active{
      display: block;
    }
    .theme_burger{
      justify-content: center;
      margin-top: 40px;
    }
    .menu_burger{
      margin-top: 50%;
    }
    .menu__item_burger{
      text-align: center;
      margin-top: 20px;
    }
    .menu__item_burger a{
      font-size: 18px;
      margin-bottom: 20px;
      color: #000;
      font-weight: 500;
      text-align: center;
    }

    .burger-btn{
      display: block;
      position: relative;
      width: 30px;
      height: 20px;
      background: none;
    }
    .burger-btn::before,
    .burger-btn::after{
      content: '';
      background-color: #000;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      transition: all 0.4s ease;
    }
    .burger-btn::before{
      top: 0;
    }
    .burger-btn::after{
      bottom: 0;
    }
    .burger-btn span{
      position: absolute;
      background-color: #000;
      left: 0;
      width: 100%;
      height: 2px;
      top: 9px;
      transition: all 0.4s ease;
    }
    .burger-btn.active::before{
      transform: rotate(45deg);
      top: 9px;
      transition: all 0.4s ease;
    }
    .burger-btn.active::after{
      transform: rotate(-45deg);
      bottom: 9px;
      transition: all 0.4s ease;
    }
    .burger-btn.active span{
      transform: scale(0);
      transition: all 0.3s ease;
    }

  }
  /* Small: 576px - 767px */
  @media (max-width: 767px) {
    .dropdown-content{
      left: 0px;
    }
    .menu__item_footer a{
      font-size: 14px;
    }
    .menu__item_footer{
      margin-right: 15px;
    }
    .wrap__title{
      font-size: 32px;
      line-height: 1.4em;
    }
    .energy-business{
      margin-top: 40px;
      font-size: 14px;
    }
    .wrap__btn{
      margin-top: 15px;
    }
    .cart__item{
      margin-right: 0;
    }
    .benefits__img ,.benefits__text{
      margin: 0 auto;
      text-align: center;
    }
   }
  
  /* Extra small: 0px (320px) - 575px */
  @media (max-width: 575px) {
    .wrap__title{
      font-weight: 800;
      font-size: 28px;
      max-width: 320px;
    }
    .dropdown-content{
      left: -60px;
    }
	.energyef__title{
		font-size: 30px !important;
	}
  }
  @media (max-width: 350px) {
    .wrap__title, .title{
      font-size: 20px;
      max-width: 200px;
    }
  }
/*about us*/
.maps{
  padding-bottom: 78px;
}
.offer__text{
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 30px;
} 
.offer__text_color{
  font-weight: 800;
  font-size: 24px;
} 
.section-about{
  padding: 200px 0 150px 0;
}
.map__title{
  font-size: 28px;
}
.map__img{
  margin: 55px auto 0;
}

  /* Medium: 768px - 991px */
  @media (max-width: 991px) {
    .map__btn{
      margin: 0 auto;
    }
    .offer__img{
      margin: 0 auto;
    }
  }
  /* Small: 576px - 767px */
  @media (max-width: 767px) {
  }
  
  /* Extra small: 0px (320px) - 575px */
  @media (max-width: 575px) {
    .offer__text{
      font-size: 14px;
    }
    .map__title{
      font-size: 23px;
    }
  }
  /*electrical*/
  .contents__title{
    max-width: 500px;
    text-align: left;
    font-size: 45px;
  }
  .section-energy{
    padding-top: 100px;
  }
  .offers__text{
    font-size: 20px;
    margin-bottom: 40px;
  }
  .offers__title{
    text-align: left;
    font-size: 20px;
  }
  .offers__list{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-left: 10px;
    margin-top: 14px;
  }
  .offers__list li{
    margin-bottom: 15px;
  }
  .section-energy-bottom{
    padding-top: 180px;
    padding-bottom: 140px;
  }
  .offers__butn{
    width: 290px;
    margin: 40px auto 0;
  }
   /* Large: 992px - 1199px */
@media (max-width: 1199px) {
  .offers{
    flex-wrap: wrap;
    justify-content: center;
  }
  .offers__text{
    text-align: center;
  }
  .contents {
    flex-wrap: wrap;
  }
  .contents__title{
    text-align: center;
    margin: 0 auto;
  }
  }
  
  /* Medium: 768px - 991px */
  @media (max-width: 991px) {

  }
  /* Small: 576px - 767px */
  @media (max-width: 767px) {
    .contents__title{
      font-size: 38px;
    }
    .offers__text{
      font-size: 16px;
    }
    .offers__list li{
      font-size: 15px;
    }
  }
  
  /* Extra small: 0px (320px) - 575px */
  @media (max-width: 575px) {
    .offers__butn{
      font-size: 15px;
      width: 250px;
    }
    .contents__title {
      font-size: 28px;
    }
    .section-energy-bottom{
      padding-top: 80px;
      padding-bottom: 40px;
    }
  }
.conditions{
  padding-top: 50px;
  padding-bottom: 160px;
}
.condition__btn img{
  margin-left: 15px;
  transition: all 0.5s ease;
  height: 25px;

}
.condition__btn{
  height: 53px;
}
.condition__btn img:hover{
  margin-top: 8px;
  transition: all 0.5s ease;
}
.telephones-contact{
	margin-bottom:30px;
}
.adress-contacts , .time-contacts{
	text-align:left;
	margin-left:0;
}
.condition__title{
  font-size: 45px;
  margin-bottom: 30px;
}
.partners__title{
  font-size: 28px;
  margin-bottom: 36px;
}
.partner__title{
  font-size: 20px;
  font-weight: 500;
}
.partner__link{
  font-size: 18px;
  font-weight: 500;
  color: #2655C5;
  display: block;
  margin-bottom: 25px;
}
.partner__link:hover{
  color: #2655C5;
}
.partner__offer{
  margin-top: 45px;
}
.partner__item{
  display: block;
  max-width: 370px;
}
.ind-year{
  padding-bottom: 100px;
}
#partners{
  padding-bottom: 150px;
}
.year-title{
  font-size: 24px;
  margin-bottom: 35px;
}
.btn-ghost{
  margin: 0 auto;
}

.price-month__link{
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #52AC62;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.price-month__link:hover{
  color: #52AC62;
}
.last{
  padding-bottom: 100px;
}
 /* Large: 992px - 1199px */
 @media (max-width: 1199px) {
    .condition__title{
      text-align: left;
    }
    .partner{
      flex-wrap: wrap;
    }
    .partner__item{
      margin-bottom: 70px;
    }
  }
  
  /* Medium: 768px - 991px */
  @media (max-width: 991px) {
    .conditions{
      padding-top: 100px;
    }
    .condition__title {
      text-align: center;
    }
    .condition__btn{
      margin: 0 auto 50px;
    }
    .condition__img{
      margin: 0 auto;
    }
  }
  /* Small: 576px - 767px */
  @media (max-width: 767px) {
    .partner__item{
      text-align: center;
    }
    .partner__title{
      text-align: center;
    }
    .partner {
      justify-content: center !important;
    }
   }
  
  @media (max-width: 350px) {
    .year-title,.partners__title{
      font-size: 18px;
      width: 100%;
      margin: 20px auto;
    }
    .condition__title{
      font-size: 30px;
      margin: 0 auto;
    }
    .partners{
      padding-bottom: 50px;
    }
  }
  .regulatory-framework{

    padding-bottom: 100px;
  }
  .framework__title{
    font-size: 24px;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 27px;
  }
.govern__link{
  font-size: 17px;
  color: #4F6FAA;
  border-bottom: 2px solid #4F6FAA;
  display: block;
  margin-top: 30px;
}
.govern__link:hover{
  color: #193b7a;
  border-bottom: 2px solid #0f3781;
}
.information__title{
  max-width: 441px;
  text-align: left;
  font-size: 45px;
}
.information-adition{
  margin-bottom: 93px;
  margin-top: 40px;
}
.information-adition__link{
  display: block;

  color: #4F6FAA;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.2s ease;
  max-width: 1000px;
}
 /* Large: 992px - 1199px */
 @media (max-width: 1199px) {

}

/* Medium: 768px - 991px */
@media (max-width: 991px) {
  .framework-offer{
    flex-wrap: wrap;
  }
  .framework-img{
    margin: 25px auto 0;
  }
  .information{
    flex-wrap: wrap;
	padding-top:50px;
  }
  .information__title{
    text-align: center;
    margin: 0 auto;
  }
  .information img{
    margin: 30px auto 0;
  }
}
/* Small: 576px - 767px */
@media (max-width: 767px) {
  .information__title{
    font-size: 40px;
  }
  .information-adition__link{
    font-size: 19px;
  }
}
.benefits__text{
  font-weight: 400;
  font-size: 16px;
  margin-top: 30px;
  max-width: 320px;
}
.benefits__title{
  margin-top: 90px;
  margin-bottom: 56px;
}
.row-top{
  margin-bottom: 86px;
}
.benefits__text{
  margin-bottom: 85px;
}
.chat-bot{
  font-size: 20px;
  font-weight: 400;
  margin-top: 50px;
}
.chat-bot img{
  margin-right: 10px;
}
.section-contacts{
  padding: 100px 0 150px 0;
}
.section-contacts__offer{
  flex-wrap: wrap;
}
.gas-title{
  font-size: 28px;
  margin-bottom: 16px;
}
.gas{
  padding: 130px 0;
}
.gas-text{
  font-size: 16px;
  font-weight: 600;
  color: #001548;
  line-height: 2em;
}
.main-title{
  font-size: 45px;
  text-align: left;
}
.gas-section{
  padding-bottom: 80px;
}
.bace-item{
  font-size: 14px;
  margin-bottom: 15px;
}
.gas-title{
  margin-bottom: 18px;
}
.base-link{
  color: #4F6FAA;
  text-decoration:underline;
}
.gas-contact__title{
  margin-top: 80px;
}
.adress-gas{
  margin-top: 30px;
}
.gas-contact__wrap{
  border-radius: 30px;
  padding-bottom: 90px;
}
.gas-ltext{
  font-size: 18px;
  text-align: center;
  margin: 78px auto 0;
}
/* Large: 992px - 1199px */
@media (max-width: 1199px) {
  .gas-header{
    flex-wrap: wrap;
  }
  .gas-header img{
    margin: 20px auto 0;
  }
  .main-title{
    margin: 0 auto;
    text-align: center;
    font-size: 43px;
  }
}


/* Small: 576px - 767px */
@media (max-width: 767px) {
  .gas-title{
    font-size: 24px;
 }
 .main-title{
  font-size: 34px;
 }
 .gas-text{
  font-size: 14px;
 }
}
.energyef__title{
  font-size: 45px;
}
.energyef{
  padding: 80px 0;
  flex-wrap: wrap;
}
.energyef__text{
  font-size: 18px;
  text-align: left;
  line-height: 2.1em;
  margin-top: 80px;
}
.energyefficiency{
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .energyef__title{
    text-align: center;
    margin: 0 auto;
  }
  .energyef img{
    margin: 30px auto 0;
  }
}

/* Small: 576px - 767px */
@media (max-width: 767px) {
  .energyef__title{
    font-size: 37px;
  }
  .energyef__text{
    font-size: 16px;
  }
  .energyef{
    padding-bottom: 30px;
  }
}