/*!
Theme Name: enerb
Theme URI:  
Author:  
Author URI:  
Description:  
*/


html{
  scroll-behavior: smooth;
  scroll-padding-top: 50px;

}

body {
  font-family: 'Ubutnu', sans-serif;
  outline: none;
}

section{
  overflow: hidden;

}

.hide {
  display: None;
}

.slick-slide img {
height: 75px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #170F36;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  letter-spacing: -1.5px;

}

h1 {
  font-size: 61px;
  line-height: 115%;
}

h2 {
  font-size: 48px;
  line-height: 125%;
}

h3 {
  font-size: 36px;
  line-height: 125%;
}

h4 {
  font-size: 32px;
  line-height: 125%;
}

h5 {
  font-size: 28px;
  line-height: 125%;
}

h6 {
  font-size: 24px;
  line-height: 125%;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}

section.security_info {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.security_info h1 {
  font-size: 52px;
}

.security_info h2 {
}

.security_info p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.security_info ul {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

.security_info li {
}

.security_info dl {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  font-family: 'Montserrat', sans-serif;

}

.security_info dt {
  padding-top: 1rem;

}

.security_info dd {

}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease;

}

.more {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;

  display: inline-block;
  align-items: center;
  color: #FFFFFF;

  padding: 15px 20px;

  background: #4BC33B;
  box-shadow: 0px 7px 25px rgba(75, 195, 59, 0.3);
  border-radius: 3px;
  transition: 0.3s ease;
}

.more:hover {
  color: #fff;
  box-shadow: 0px 7px 25px rgba(75, 195, 59, 0.7);

}

main{
  margin-top: 111px;
}




.banner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 112px);

  background: url(../img/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;

  border-bottom: 1px solid rgba(200, 201, 208, 0.3);
}

.banner h1 {
  margin-bottom: 30px;
}



.sub_title {
  color: #4BC33B;
  font-size: 15px;
  letter-spacing: 1px;
}

.product {
  padding-top: 100px;
  position: relative;

}

.product::before{
  content: '';
    background-image: url(../img/dot_f8.png);
    width: 252px;
    height: 252px;
    display: block;
    position: absolute;
    right: -100px;
    bottom: 30px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.product_sub_info_two{
  position: relative;
}


.product_sub_info_two::before{
  content: '';
    background-image: url(../img/dot_f8.png);
    width: 252px;
    height: 252px;
    display: block;
    position: absolute;
    right: -100px;
    bottom: 30px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
}


.product_sub_tool{
  position: relative;
}

.product_sub_tool::before{
  content: '';
    background-image: url(../img/dot_ff.png);
    width: 252px;
    height: 252px;
    display: block;
    position: absolute;
    left: -120px;
    top: 650px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.product__title {
  text-align: center;
}

.product__title h2 {
  margin-top: 5px;
  margin-bottom: 25px;
}

.product__wrap{
  margin-top: 30px;

  flex-direction: column;
  display: flex;
  width: 100%;
}

.product__wrap__single{
  background: #FFFFFF;
border: 1px solid #F4F4F4;
box-sizing: border-box;
box-shadow: 0px 7px 25px rgba(24, 48, 63, 0.2);
border-radius: 10px;
padding: 45px 30px;

display: flex;
flex-wrap: wrap;
align-content: space-between;
height: 100%;
}

.product__wrap__single__name p{
  font-weight: 400;
  font-size: 27px;
  line-height: 27px;

  color: #727272;
}



p.product__wrap__single__txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #453F5E;
  padding-bottom: 30px;
  margin-top: 15px;
  
}

.more_border{
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;

  display: block;
  align-items: center;
  color: #4BC33B;

  padding: 15px 20px;
  width: 100%;

  background: #fff;
  border-radius: 3px;
  border: #4BC33B 1px solid;
  transition: 0.3s ease;
}

.more_border:hover{
  color: #fff;
  background-color: #4BC33B;
  box-shadow: 0px 7px 25px rgba(75, 195, 59, 0.3);
}


.more_border--blue{
  color: #429AEA;
  border: #429AEA 1px solid;
}

.more_border--blue:hover{
  color: #fff;
  background-color: #429AEA;
  box-shadow: 0px 7px 25px #479ce74a;
}

.more_border--grey{
  color: #B7B7B7;
  border: #B7B7B7 1px solid;
}

.more_border--grey:hover{
  color: #fff;
  background-color: #B7B7B7;
  box-shadow: 0px 7px 25px #b7b7b753;
}

.span_green{
  color: #4BC33B;
}

.span_blue{
  color: #429AEA;
}

.span_grey{
  color: #B7B7B7;
}

.product__line{
  border-bottom: 1px solid #D1CFD7;
  width: 120px;
  height: 1px;
  display: block;
  margin: 0 auto;
  margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
}

.product__mix p{
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #453F5E;
}

.offer{
  padding-top: 100px;

  padding-bottom: 100px;
}

.offer__title h2 {
  margin-top: 5px;
  margin-bottom: 25px;
}



.topic2 {
  padding: 0;
  margin: 0;
}

.open2 {
  cursor: pointer;
  display: block;
  padding: 0px;
  transition: all .3s ease;
  position: relative;

}

.open2:hover {
  color: #4BC33B;

}

.expanded2 {
  transition: all .3s ease;
}

.question2 {
  padding-bottom: 3px;
  padding-left: 13px;
  
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #453F5E;

  transition: all .3s ease;

}

.question2 p {
  margin-left: 25px;
}


.topic2:hover .question2{
  color: #4BC33B;
}


.question2 img {
  max-width: 80px;
  height: auto;
  z-index: 1;
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  fill: #4BC33B;
}


.topic2.expanded2 .question2 {
  color: #4BC33B;
}

.topic2.expanded2 .question2 svg {
  fill: #000;
}


.answer2 {

  display: none;

}

.answer2 p {
  padding-top: 3px;
  padding-bottom: 12px;
  padding-left: 15px;

  font-weight: 400;
  font-size: 16px;
  line-height: 160%;

  
  color: #453F5E;
  
  
}

.topic2.expanded2 .answer2 {
  color: #000;
}

.faq-t2:before {

  display: inline-block;
  float: right;
  position: absolute;
  top: 12px;
  left: 0px;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L3.49691e-07 8L5 4L0 0Z' fill='%23453F5E'/%3E%3C/svg%3E%0A");  content: '';
  width: 5px;
  height: 8px;
  transition: all .3s ease;

}

.open2:hover .faq-t2:before{
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L3.49691e-07 8L5 4L0 0Z' fill='%234BC33B'/%3E%3C/svg%3E%0A");

}


.faq-o2:before {
  display: inline-block;
  float: right;
  position: absolute;
  top: 12px;
  left: 0px;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L3.49691e-07 8L5 4L0 0Z' fill='%234BC33B'/%3E%3C/svg%3E%0A");
  width: 5px;
  height: 8px;
}

.offer__info__faq{
  margin-top: 25px;
}

.bg_gr{
  background: linear-gradient(180deg, rgba(248, 248, 249, 0) 0%, rgba(248, 248, 249, 0.427083) 42.71%, #F8F8F9 100%);
}

.about{
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.about::before{
  content: '';
    background-image: url(../img/dot_f8.png);
    width: 252px;
    height: 252px;
    display: block;
    position: absolute;
    left: -120px;
    top: 60px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact{
  padding-top: 100px;
  padding-bottom: 100px;

  background: url(../img/contact.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;

  position: relative;
}

.contact::before{
  content: '';
    background-image: url(../img/dot_ff.png);
    width: 252px;
    height: 252px;
    display: block;
    position: absolute;
   right: -120px;
   bottom: -120px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact .product__title h2, .contact .product__title p.sub_title{
  color: #fff;
}

.contact a {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}

p.contact_p_s{
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;

  color: #F2F2F2;
  padding-bottom: 3px;
}

.contact h3{
  color: #fff;
  padding-bottom: 20px;
}

input[type="text"], input[type="tel"], input[type="email"], textarea   {
  background: transparent;
  border: none;
  padding: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #F2F2F2;
  padding-bottom: 8px;
  margin-bottom: 40px;
}

textarea{
  height: 100px;
}

input[type="text"]::placeholder, input[type="tel"]::placeholder, input[type="email"]::placeholder, textarea::placeholder{
  color: #F2F2F2;
}

.form{
  margin-top: 20px;
}

.terms{
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;

  color: #F2F2F2;
}

label.terms a{
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;

  color: #F2F2F2;
  text-decoration: underline;
}


.form-group {
  display: block;
  margin-bottom: 15px;
  margin-top: -30px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
  height: 0.5px;
  width: 0.5px;
background-color: transparent !important;
z-index: -2;
}

input {
  outline: none;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}



.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input[type="submit"] {
  align-items: center;
  padding: 15px 30px;
  position: static;
  width: 223px;
  height: 46px;
  left: 0px;
  top: 0px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 3px;
  background: transparent;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  align-items: center;
  color: #FFFFFF;
  transition: 0.3s ease;
}

input[type="submit"]:hover{
  background: #fff;
  color: #4BC33B;
}

.contact .product__title{
  margin-bottom: 12px;
}

.footer{
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer__copy a{
  color: #170F36;
}

.footer ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}

.footer ul li{
 padding-bottom: 10px;
}

.footer ul li a{
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  
  color: #170F36;
  
}

.footer ul li a.a_offer{
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 160%;

color: #746F86;
}

.footer p{
  font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 160%;

color: #746F86;
}

.footer__copy{
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer__lang a{
  font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 150%;

color: #746F86;

}

.footer a:hover{
  color: #4BC33B;
}







.banner_sub {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;

  background: url(../img/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;

  border-bottom: 1px solid rgba(200, 201, 208, 0.3);
}

.product_sub_info{
  padding-top: 100px;
  padding-bottom: 100px;
}


.product_sub_tool {
  padding-top: 100px;
  padding-bottom: 100px;
}

.product_sub_tool__title {
  text-align: center;
}

.product_sub_tool__title h2 {
  margin-top: 5px;
  margin-bottom: 25px;
}

.product_sub_tool__wrap{
  margin-top: 30px;

  flex-direction: column;
  display: flex;
  width: 100%;
}

.product_sub_tool__wrap__single{
  background: #FFFFFF;
border: 1px solid #F4F4F4;
box-sizing: border-box;
box-shadow: 0px 7px 25px rgba(24, 48, 63, 0.2);
border-radius: 10px;
padding: 45px 30px;

display: flex;
flex-wrap: wrap;
align-content: space-between;
height: 100%;
}



p.product_sub_tool__wrap__single__txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #453F5E;
  margin-top: 15px;
}

.product_single_page{
  padding-bottom: 100px;
}

.footer a {
  color: #170f36;
}


.product_single_page__slid{
  margin-top: 40px;
}

.product_single_page__result__single{
    border-radius: 10px;
    padding: 35px;
    background-color: #f2f2f3;
    margin-bottom: 30px;
}

.product_single_page__result__single p{
  color: #75798a;
  font-size: 14px;
}

.product_single_page__result__single h3{
  color: #4BC33B;
}


.product_single_page__result__single--green{
  background-color: #4BC33B;
  color: #fff;
}


.product_single_page__result__single--green p, .product_single_page__result__single--green h3{
  color: #fff;
}


.product_single_page__result__single.product_single_page__result__single--blue{
  background-color: #429AEA;
  color: #fff;
  text-align: center;
}

.product_single_page__result__single.product_single_page__result__single--blue p, .product_single_page__result__single.product_single_page__result__single--blue h3{
  color: #fff;
}

.product_single_page__result__info p{
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}


@media only screen and (max-width: 991px) {

  main{
    margin-top: 79px;
  }


h1 {
  font-size: 38px;
  line-height: 115%;
}

h2 {
  font-size: 28px;
    line-height: 125%;
}

h3 {
  font-size: 24px;
  line-height: 125%;
}


p {
  font-size: 15px;
  line-height: 160%;
}

.security_info ul, .security_info dl {
  font-size: 15px;
  line-height: 160%;
}

.more {
  font-size: 15px;
  padding: 15px 20px;
}

.sub_title {
  font-size: 13px;
  letter-spacing: 1px;
}

.product__title{
  text-align: left;
}

.offer__info__faq{
  margin-bottom: 50px;
}

.about, .contact {
  padding-top: 80px;
  padding-bottom: 80px;
}

.product{
  padding-top: 80px;
}

.offer {
  padding-bottom: 80px;
  padding-top: 80px;
}

p.product__wrap__single__txt{
  padding-bottom: 50px;
}

p.contact__form_title{
  font-weight: 700;
font-size: 24px;
line-height: 160%;
margin-top: 40px;
color: #F2F2F2;
}

.footer{
  padding-top: 50px;
  padding-bottom: 10px;
}

.footer ul{
  margin-top: 30px !important;
}

.product_sub_info img, .product_sub_info_two img{
  margin-top: 30px;
}

.product_sub_info{
  padding-top: 80px;
  padding-bottom: 80px;
}


.product_sub_tool {
  padding-top: 80px;
  padding-bottom: 80px;
}

.product__mix{
  text-align: center;
}

.product_single_page{
  padding-bottom: 80px;
}

.contact a{
  color: #fff;
}



}