@charset "UTF-8";
.container {
  max-width: 1640px;
  width: 95%;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FDFDFD;
}

h1 {
  color: #202020;
  font-family: Montserrat;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 100px;
  text-transform: uppercase;
}

h2 {
  color: #6A943C;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
}

h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

p {
  color: #202020;
  font-family: "Open Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

@media screen and (max-width: 1000px) {
  h1 {
    font-size: 60px;
    line-height: 66px;
  }
  h2 {
    font-size: 55px;
    line-height: 62px;
  }
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 630px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.body-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.header {
  position: relative;
  background: rgba(62, 62, 63, 0.2);
  padding: 20px 0 8px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 2;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo a {
  text-decoration: none;
}
.header-logo img {
  display: block;
}
.header-menu {
  flex-basis: 52%;
}
.header-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu li {
  padding-bottom: 10px;
}
.header-menu li:hover {
  border-bottom: 1.5px solid #C2F25D;
}
.header-mobil-menu {
  display: none;
}
.header-link {
  text-decoration: none;
  color: #202020;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.header-lang a, .header-lang span {
  text-decoration: none;
  color: #202020;
  leading-trim: both;
  text-edge: cap;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.header-menu-toggle {
  display: none;
  padding: 15px 0;
}
.header-lang-wrap {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.header-lang-wrap li {
  position: relative;
}
.header-lang-wrap li:not(:last-child) {
  margin-right: 20px;
}
.header-lang-wrap li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -12px;
  top: -5px;
  font-size: 20px;
}
.header-lang-wrap a {
  text-transform: uppercase;
}
.header-lang-wrap .current-lang a {
  color: #C2F25D;
}

@media screen and (max-width: 1290px) {
  .header-menu {
    flex-basis: 68%;
  }
}
@media screen and (max-width: 1050px) {
  .header-menu {
    display: none;
  }
  .header-menu-toggle {
    display: block;
  }
  .header-menu-toggle span {
    position: relative;
    display: block;
    width: 32px;
    height: 2px;
    background-color: #fff;
    margin: 0;
  }
  .header-menu-toggle span::after {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 32px;
    height: 2px;
    background-color: #fff;
  }
  .header-menu-toggle span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 32px;
    height: 2px;
    background-color: #fff;
  }
  .header-lang {
    margin-left: auto;
    margin-right: 30px;
  }
  .header-menu-icon {
    width: 44px;
    height: 44px;
    fill: #fff;
  }
  .header-mobil-menu {
    transform: translateX(430px);
    display: block;
    position: absolute;
    height: 100vh;
    right: 0px;
    top: 0;
    border-radius: 20px 0 0 0;
    background: #202020;
    box-shadow: 0 -4px 20px 0 rgba(255, 255, 255, 0.1) inset;
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
    padding: 32px 24px 8px 12px;
    z-index: 5;
  }
  .header-mobil-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .header-mobil-menu ul li:not(:last-child) {
    margin-bottom: 32px;
  }
  .header-mobil-menu ul a {
    color: #fff;
  }
  .header-mobil-logo {
    text-align: center;
  }
  .header-mobil-nav {
    margin: 40px 0;
  }
  .header-mobil-social {
    display: flex;
    gap: 12px;
  }
  .header-mobil-social a {
    text-decoration: none;
  }
  .header-mobil-close {
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    width: 40px;
    height: 40px;
    background: url(../img/close.svg) no-repeat;
  }
  .show {
    transform: translateX(0);
    transition: 0.3s;
  }
}
.popup {
  position: fixed;
  top: 101%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 1540px;
  max-height: 90%;
  overflow: auto;
  border-radius: 40px;
  border: 1px solid #C2F25D;
  background: #FDFDFD;
  padding: 40px 90px;
  z-index: 20;
}
.popup-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.popup-wrapper {
  display: flex;
  justify-content: space-between;
}
.popup-info {
  width: 50%;
}
.popup-description {
  width: 50%;
}
.popup-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 610px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #6A943C;
  background: url(../img/popup-bg.png) no-repeat;
  padding: 36px;
}
.popup-img1 {
  max-width: 50%;
}
.popup-img2, .popup-img3, .popup-img4 {
  max-width: 90%;
}
.popup-details .last {
  text-align: center;
}
.popup-title {
  font-size: 50px;
  color: #193551;
  margin-bottom: 35px;
  margin-top: 0;
}
.popup-title-mob {
  display: none;
}
.popup-subtitle {
  color: #193551;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.popup-tabl p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.3px solid rgba(32, 32, 32, 0.2);
  margin: 0;
  padding: 10px 0;
}
.popup-tabl span {
  text-align: right;
}
.popup-tabl .popup-row {
  justify-content: flex-start;
}
.popup-tabl .popup-row span {
  margin-left: 10px;
}
.popup-text {
  max-width: 620px;
}
.popup-text h3 {
  margin-top: 32px;
  color: #193551;
  font-size: 24px;
  line-height: 28px;
}
.popup-text p {
  max-width: 500px;
}
.popup-button {
  text-align: center;
  padding: 0px 35px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.popup-btn {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 10px;
  border: 1px solid #202020;
  background: #202020;
  padding: 18px 80px;
}
.popup-close {
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 16px 16px 0 0;
}
.popup-close::after {
  content: "✕";
  position: absolute;
  top: 19px;
  right: 34px;
  color: #202020;
  font-size: 25px;
}
.popup-close::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 24px;
  color: #FDFDFD;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.popup-close:hover::before {
  background: #C2F25D;
}

.no-scroll {
  overflow: hidden;
}

.form-popup {
  position: fixed;
  width: 330px;
  top: 101%;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #fff;
  border-radius: 16px 16px 0 0;
  z-index: 10;
}
.form-popup-header {
  position: relative;
  display: block;
  border-radius: 16px 16px 0 0;
  border-bottom: 0.2px solid #FDFDFD;
  background: #202020;
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-popup-header p {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.form-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 60px;
}
.form-popup-close::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 14px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.form-popup-close::after {
  content: "✕";
  position: absolute;
  top: 16px;
  right: 17px;
  width: 16px;
  height: 16px;
  color: #fff;
}

.form-radio-group {
  flex-direction: column;
  padding: 24px 24px 32px;
}

.activ {
  top: 10%;
}

@media (max-width: 1570px) {
  .popup {
    width: 1300px;
  }
  .popup-image {
    width: 510px;
  }
}
@media (max-width: 1340px) {
  .popup {
    width: 1140px;
  }
  .popup-image {
    width: 410px;
  }
}
@media (max-width: 1170px) {
  .popup {
    width: 1050px;
  }
  .popup-image {
    width: 410px;
  }
}
@media (max-width: 1070px) {
  .popup {
    width: 100%;
    border: none;
    padding-top: 130px;
    padding-bottom: 0;
    border-radius: 20px;
    padding: 140px 0 0;
  }
  .popup-wrapper {
    display: block;
  }
  .popup-info {
    width: 100%;
    padding: 0 40px;
  }
  .popup-title {
    display: none;
  }
  .popup-title-mob {
    display: block;
    color: #fff;
    font-size: 41px;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .popup-image {
    width: 100%;
  }
  .popup-text {
    max-width: 100%;
  }
  .popup-description {
    width: 100%;
  }
  .popup-details {
    padding: 0 40px;
  }
  .popup-close {
    background: #202020;
  }
  .popup-close::before {
    top: 18px;
    right: 24px;
    font-size: 60px;
  }
  .popup-close::after {
    color: #fff;
  }
  .popup-btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    font-size: 26px;
    border: none;
    border-radius: 16px;
  }
  .activ {
    transition: 0.3s;
  }
}
@media (max-width: 928px) {
  .popup-title-mob-last {
    max-width: 550px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 5px;
  }
}
@media (max-width: 665px) {
  .popup-title-mob {
    font-size: 28px;
  }
  .popup-title-mob-last {
    max-width: 450px;
    line-height: 35px;
    margin-top: 7px;
  }
}
@media (max-width: 485px) {
  .popup-title-mob {
    font-size: 18px;
    margin-top: 0;
  }
  .popup-title-mob-last {
    line-height: 26px;
    margin-top: 0px;
  }
  .popup-close {
    height: 50px;
    padding-top: 15px;
  }
  .popup-close::before {
    width: 30px;
    height: 30px;
    top: 11px;
    right: 20px;
  }
  .popup-close::after {
    top: 12px;
    right: 27px;
    font-size: 18px;
  }
  .popup-btn {
    font-size: 20px;
    padding: 15px 0;
  }
}
.main {
  position: relative;
  top: -100px;
}
.main-intro {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1050px;
}
.main-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FDFDFD url(../img/intro-bg.webp) no-repeat center;
  background-size: cover;
}
.main-video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.main-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.main-content {
  width: 90%;
}
.main-social {
  min-width: 45px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main-icon {
  width: 44px;
  height: 44px;
  fill: #C2F25D;
}
.main-icon:hover {
  fill: #fff;
}
.main-img:not(:last-child) {
  margin-bottom: 10px;
}
.main-title {
  margin-top: 0;
}
.main-title span {
  color: #fff;
}
.main-subtitle {
  color: #fff;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
.main-button {
  text-decoration: none;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 18px 85px;
  border-radius: 10px;
  background-color: #202020;
}
.main-button:hover {
  border: 1px solid #202020;
  background-color: transparent;
}
.main-btn {
  padding: 25px 0;
  margin-top: 100px;
}

.about {
  padding-top: 150px;
  padding-bottom: 250px;
}
.about-wrap {
  position: relative;
}
.about-name {
  color: #202020;
  text-align: right;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}
.about-content {
  width: 52%;
  margin-left: auto;
}
.about-title span {
  color: #193551;
}
.about-image-wrap {
  text-align: center;
  margin-top: 30px;
}
.about-img {
  position: absolute;
  left: -120px;
  top: -70px;
  width: 60%;
  z-index: -1;
}
.about-img img {
  width: 100%;
  display: block;
}

/* Products */
.products {
  background: #111;
  padding: 180px 0px 140px;
}
.products-header {
  display: flex;
  align-items: center;
}
.products-title {
  width: 54%;
  color: #fff;
  font-family: Montserrat;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
}
.products-text {
  width: 46%;
  color: #fff;
  padding-left: 32px;
  border-left: 3px solid #6A943C;
}
.products-text h3 {
  margin-top: 0;
}
.products-text p {
  color: #fff;
  margin-bottom: 0;
}
.products-ps-text {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-top: 130px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  gap: 20px;
  margin-top: 110px;
}
.product-card1 {
  position: relative;
  height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: 40px;
  border: 0.3px solid #C2F25D;
}
.product-card1 img {
  display: block;
  margin: 0 auto;
}
.product-card1 h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}
.product-card1 p {
  max-width: 480px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
}
.product-card1 span {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 80px;
  cursor: pointer;
  border-radius: 20px;
  background: #C2F25D url(../img/arrow.svg) no-repeat center;
}
.product-card1 span:hover {
  background-size: 50%;
}
.product-card1:hover img {
  transform: scale(110%);
  transition: 0.4s;
}
.product-card1:hover h2 {
  transform: translateY(-50px);
  color: #C2F25D;
  transition: 0.4s;
}
.product-card1:hover p {
  opacity: 1;
  transform: translateY(-50px);
  transition: 0.4s;
}
.product-card2 {
  position: relative;
  height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: 40px;
  border: 0.3px solid #C2F25D;
}
.product-card2 img {
  display: block;
  margin: 0 auto;
}
.product-card2 h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}
.product-card2 p {
  max-width: 480px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
}
.product-card2 span {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 80px;
  cursor: pointer;
  border-radius: 20px;
  background: #C2F25D url(../img/arrow.svg) no-repeat center;
}
.product-card2 span:hover {
  background-size: 50%;
}
.product-card2:hover img {
  transform: scale(110%);
  transition: 0.4s;
}
.product-card2:hover h2 {
  transform: translateY(-50px);
  color: #C2F25D;
  transition: 0.4s;
}
.product-card2:hover p {
  opacity: 1;
  transform: translateY(-50px);
  transition: 0.4s;
}
.product-card3 {
  position: relative;
  height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: 40px;
  border: 0.3px solid #C2F25D;
}
.product-card3 img {
  display: block;
  margin: 0 auto;
}
.product-card3 h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}
.product-card3 p {
  max-width: 480px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
}
.product-card3 span {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 80px;
  cursor: pointer;
  border-radius: 20px;
  background: #C2F25D url(../img/arrow.svg) no-repeat center;
}
.product-card3 span:hover {
  background-size: 50%;
}
.product-card3:hover img {
  transform: scale(110%);
  transition: 0.4s;
}
.product-card3:hover h2 {
  transform: translateY(-50px);
  color: #C2F25D;
  transition: 0.4s;
}
.product-card3:hover p {
  opacity: 1;
  transform: translateY(-50px);
  transition: 0.4s;
}
.product-card4 {
  position: relative;
  height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: 40px;
  border: 0.3px solid #C2F25D;
}
.product-card4 img {
  display: block;
  margin: 0 auto;
}
.product-card4 h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}
.product-card4 p {
  max-width: 480px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
}
.product-card4 span {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 80px;
  cursor: pointer;
  border-radius: 20px;
  background: #C2F25D url(../img/arrow.svg) no-repeat center;
}
.product-card4 span:hover {
  background-size: 50%;
}
.product-card4:hover img {
  transform: scale(110%);
  transition: 0.4s;
}
.product-card4:hover h2 {
  transform: translateY(-50px);
  color: #C2F25D;
  transition: 0.4s;
}
.product-card4:hover p {
  opacity: 1;
  transform: translateY(-50px);
  transition: 0.4s;
}
.product-last-cart {
  position: relative;
  margin-top: 70px;
  border-radius: 40px;
  border: 0.3px solid #C2F25D;
  padding: 80px 60px 80px 80px;
  background: #111;
}
.product-last-cart h2 {
  max-width: 780px;
  color: #C2F25D;
  margin-top: 0;
  margin-bottom: 0;
}
.product-last-cart span {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 80px;
  cursor: pointer;
  border-radius: 20px;
  background: #C2F25D url(../img/arrow.svg) no-repeat center;
}
.product-last-cart span:hover {
  background-size: 50%;
}
.product-last-cart:hover {
  background: #fff;
  transition: 0.4s;
}
.product-last-cart:hover h2 {
  color: #202020;
  transition: 0.4s;
}

/* Wind Section */
.wind {
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 180px;
}
.wind-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wind-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.wind-adv-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  gap: 10px;
}
.wind-adv-item {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wind-adv-item img {
  width: 100px;
  margin: 0 auto;
}
.wind-adv-title {
  max-width: 255px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0 auto;
}
.wind-adv-text {
  max-width: 273px;
  color: #FDFDFD;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.wind-name {
  color: #202020;
  text-align: center;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.wind-title {
  max-width: 1100px;
  color: #202020;
  margin: 0 auto;
}
.wind-energy {
  color: #202020;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.wind-title-back {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.wind-text-back {
  max-width: 910px;
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0 auto;
}
.wind-footer {
  margin-top: 1200px;
}

/* Steps */
.steps {
  padding-top: 180px;
  padding-bottom: 180px;
}
.steps-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.steps-wrap h2 {
  max-width: 680px;
  color: #202020;
}
.steps-grid {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px 20px;
  margin-top: 20px;
}
.steps-grid::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
  opacity: 0.8;
  z-index: -1;
}
.steps-name {
  color: #202020;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}
.steps-name-mobil {
  display: none;
}

.step-item {
  width: 23%;
  height: 300px;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.step-circle {
  color: #202020;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding: 31px 30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #C2F25D;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
  margin: 0 auto;
}
.step-title {
  height: 100px;
  color: #202020;
  text-align: center;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin: 32px 0 24px;
}
.step-text {
  max-width: 322px;
  height: 15px;
  color: #202020;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
}

.energy {
  padding-top: 160px;
  padding-bottom: 220px;
}

.energy-form {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 8px;
}
.energy-form h2 {
  text-align: center;
  color: #202020;
  margin-bottom: 80px;
}

.form-row {
  display: flex;
  gap: 40px;
  margin-bottom: 25px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-group label {
  font-size: 14px;
  margin-bottom: 5px;
}
.form-group .form-label {
  margin-bottom: 24px;
}

.form-group input,
.form-group textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

.form-radio-block-mobil {
  display: none;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  font-size: 14px;
  margin-bottom: 24px;
}
.radio-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.radio-group input[type=radio] {
  position: relative;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.radio-group input[type=radio]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #202020;
}
.radio-group input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #202020;
  transform: translate(-50%, -50%);
  visibility: visible;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 15px 0 24px;
}
.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3E3E3F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.checkbox-group input[type=checkbox] {
  position: relative;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.checkbox-group input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #202020;
}
.checkbox-group input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  top: -1px;
  left: 6px;
  width: 0px;
  height: 0px;
}

.btn-submit {
  background: #202020;
  color: #fff;
  padding: 18px 104px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.btn-submit:hover {
  background: transparent;
  border: 1px solid #202020;
  color: #202020;
}

.form-result {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 1440px) {
  .product-card1 h2, .product-card2 h2, .product-card3 h2, .product-card4 h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1325px) {
  .products-title {
    font-size: 80px;
  }
  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  }
  .product-card1 h2, .product-card2 h2, .product-card3 h2, .product-card4 h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .product-card1, .product-card2, .product-card3, .product-card4 {
    height: 100%;
  }
  .product-card1 p, .product-card2 p, .product-card3 p, .product-card4 p {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .wind-adv-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .steps-grid {
    flex-wrap: wrap;
  }
  .steps-grid::after {
    display: none;
  }
  .step-item {
    width: 40%;
  }
}
@media screen and (max-width: 1180px) {
  .products-title {
    font-size: 80px;
    line-height: 100px;
  }
  .products-card1 h2 {
    font-size: 48px;
  }
  .about-wrap {
    flex-direction: column;
  }
  .about-img {
    width: 70%;
  }
  .about-content {
    width: 60%;
  }
}
@media screen and (max-width: 1070px) {
  .products-title {
    font-size: 60px;
    line-height: 70px;
  }
  .product-card1:hover img, .product-card2:hover img, .product-card3:hover img, .product-card4:hover img {
    transform: scale(100%);
  }
  .product-card1:hover h2, .product-card2:hover h2, .product-card3:hover h2, .product-card4:hover h2 {
    transform: translateY(0px);
    color: #fff;
  }
}
@media screen and (max-width: 1050px) {
  h1 {
    text-transform: none;
  }
}
@media screen and (max-width: 1000px) {
  .about {
    padding-top: 0px;
    padding-bottom: 200px;
  }
  .about-content {
    width: 100%;
  }
  .about-img {
    width: 80%;
    left: -180px;
  }
  .wind {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .wind-adv-wrap {
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
  }
  .wind-footer {
    margin-top: 790px;
  }
  .steps {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .steps-wrap h2 {
    max-width: 630px;
  }
  .steps-name {
    display: none;
  }
  .steps-name-mobil {
    display: block;
    text-align: right;
  }
  .energy {
    padding-top: 0;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 800px) {
  .main-media {
    height: 87%;
  }
  .main-social {
    display: none;
  }
  .main-wrap {
    display: block;
  }
  .main-content {
    width: 100%;
  }
  .main-btn {
    text-align: center;
  }
  .products {
    padding-top: 36px;
  }
  .products-header {
    display: block;
  }
  .products-text {
    position: relative;
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 53px;
    text-align: right;
  }
  .products-text p {
    text-align: center;
  }
  .products-text::after {
    content: "";
    position: absolute;
    right: -2.3%;
    top: -30px;
    width: 50%;
    height: 3px;
    background-color: #C2F25D;
  }
  .product-card1 p {
    display: none;
  }
  .steps-grid {
    align-items: start;
    gap: 60px 20px;
  }
  .step-item {
    flex-direction: row;
    width: 100%;
    height: auto;
    text-align: left;
  }
  .step-item-cont {
    margin-left: 20px;
  }
  .step-circle {
    margin: 0;
  }
  .step-title {
    margin-top: 0;
    margin-bottom: 10px;
    height: auto;
    text-align: left;
  }
  .step-text {
    height: auto;
    text-align: left;
    margin: 0;
  }
}
@media screen and (max-width: 630px) {
  .main-intro {
    height: 800px;
  }
  .main-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .main-button {
    color: #C2F25D;
    font-size: 18px;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 1.2px solid #C2F25D;
    padding: 18px 0;
    display: block;
  }
  .about-name {
    font-size: 14px;
    line-height: 14px;
  }
  .about-title {
    font-size: 28px;
    line-height: 36px;
  }
  .about-text {
    font-size: 16px;
    line-height: 24px;
  }
  .about-img {
    width: 100%;
    left: -200px;
  }
  .wind {
    background: #000;
  }
  .wind-bg {
    height: 65%;
  }
  .wind-name {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
  }
  .wind-title {
    font-size: 32px;
    line-height: 32px;
    text-align: left;
  }
  .wind-energy {
    font-size: 14px;
    line-height: 14px;
    text-align: left;
  }
  .wind-title-back {
    font-size: 32px;
    line-height: 32px;
  }
  .wind-text-back {
    font-size: 14px;
    line-height: 14px;
  }
  .wind-adv-item {
    width: 360px;
    height: 270px;
    border-radius: 20px;
    border: 1px solid rgba(194, 242, 93, 0.6509803922);
    padding: 20px 0;
  }
  .wind-adv-text {
    margin: 0 auto;
    font-weight: 400;
  }
  .product-last-cart {
    border-radius: 10px;
    border: 1px solid #C2F25D;
    padding: 23px 16px;
    background-color: #fff;
    margin-top: 24px;
  }
  .product-last-cart h2 {
    color: #202020;
    width: 60%;
  }
  .product-last-cart span {
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: 0 1.805px 1.805px 0 rgba(0, 0, 0, 0.25) inset;
  }
  .products {
    padding-bottom: 40px;
  }
  .products-ps-text {
    margin-top: 24px;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    color: #fff;
    -webkit-text-stroke-width: 0;
  }
  .product-card1, .product-card2, .product-card3, .product-card4 {
    border-radius: 18.05px;
    border: 0.135px solid #C2F25D;
    background: rgba(0, 0, 0, 0);
  }
  .product-card1 h2, .product-card2 h2, .product-card3 h2, .product-card4 h2 {
    margin-bottom: 20px;
  }
  .steps-name-mobil {
    font-size: 14px;
    line-height: 14px;
  }
  .steps-wrap {
    font-size: 32px;
    line-height: 32px;
  }
  .step-title {
    font-size: 20px;
    line-height: 24px;
  }
  .step-text {
    font-size: 14px;
    line-height: 14px;
  }
  .energy-form h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .form-row {
    display: block;
  }
  .form-group {
    margin-bottom: 25px;
  }
  .radio-group {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }
  .product-card1 h2, .product-card2 h2, .product-card3 h2, .product-card4 h2 {
    font-size: 36px;
    margin-bottom: 14px;
  }
  .product-card1 span, .product-card2 span, .product-card3 span, .product-card4 span {
    width: 70px;
    height: 60px;
    border-radius: 10px;
  }
  .product-last-cart span {
    width: 70px;
    height: 60px;
    border-radius: 10px;
  }
  .energy-form {
    padding: 10px;
  }
}
@media screen and (max-width: 460px) {
  .about-img {
    width: 145%;
    left: -180px;
    top: 60px;
  }
  .about-image-wrap {
    display: none;
  }
  .products-title {
    font-size: 32px;
    line-height: 40px;
  }
  .products-text p {
    font-size: 14px;
    line-height: 14px;
  }
  .product-grid {
    margin-top: 50px;
  }
  .product-card1 h2, .product-card2 h2, .product-card3 h2, .product-card4 h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .product-card1 span, .product-card2 span, .product-card3 span, .product-card4 span {
    width: 60px;
    height: 40px;
    background-size: 45%;
  }
  .product-last-cart h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .product-last-cart span {
    width: 60px;
    height: 60px;
  }
  .btn-submit {
    padding: 18px 0;
    width: 100%;
  }
  .products-ps-text {
    font-size: 12px;
    line-height: 14px;
  }
  .form-radio-block {
    display: none;
  }
  .form-radio-block-mobil {
    display: block;
    position: relative;
  }
  .form-radio-block-mobil::after {
    content: "⌵";
    position: absolute;
    color: #202020;
    font-weight: bold;
    font-size: 23px;
    top: 36px;
    right: 25px;
    width: 20;
    height: 20px;
    transform: rotate(-90deg);
    opacity: 0.5;
  }
  .form-radio-block-mobil p {
    height: 43px;
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
    border: 1px solid rgba(32, 32, 32, 0.368627451);
    border-radius: 5px;
    font-size: 14px;
    font-family: inherit;
    padding: 6px 0 6px 10px;
    opacity: 0.7;
    cursor: pointer;
  }
}
.policies {
  padding-top: 40px;
  padding-bottom: 200px;
  background-color: #202020;
}
.policies-content p, .policies-content ul {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.policies-content a {
  text-decoration: none;
  color: #C2F25D;
}
.policies-content h3 {
  margin-top: 5px;
}
.policies-breadcrumbs {
  margin-bottom: 100px;
}
.policies-breadcrumbs a {
  text-decoration: none;
  color: #FDFDFD;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  opacity: 0.6;
}
.policies-breadcrumbs-sep {
  color: #FDFDFD;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px;
}
.policies-breadcrumbs-last {
  color: #FDFDFD;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.policies-wrap {
  display: flex;
  margin-bottom: 100px;
}
.policies-title-block {
  width: 50%;
}
.policies-content {
  width: 50%;
}
.policies-title {
  color: #C2F25D;
  margin-top: 0;
}

@media (max-width: 1050px) {
  .policies-title {
    font-size: 45px;
    line-height: 45px;
  }
  .policies-title-block {
    width: 45%;
    padding-right: 10px;
  }
  .policies-content {
    width: 55%;
  }
}
@media (max-width: 960px) {
  .policies-wrap {
    flex-direction: column;
  }
  .policies-title-block {
    width: 100%;
  }
  .policies-content {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .policies {
    padding-bottom: 1px;
  }
  .policies-title {
    font-size: 38px;
  }
  .policies-content p, .policies-content li {
    font-size: 16px;
  }
}
.footer {
  position: relative;
  background-color: #202020;
}
.footer::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #FDFDFD;
}
.footer::after {
  content: "";
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #FDFDFD;
}
.footer-menu-title {
  display: none;
}
.footer-menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}
.footer-menu-nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-menu-nav a {
  text-decoration: none;
  color: #FDFDFD;
}
.footer-menu-nav a:hover {
  color: #6A943C;
}
.footer-body-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 56px 0;
}
.footer-contact-text {
  display: none;
}
.footer-social-mobil {
  display: none;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-social a {
  text-decoration: none;
}
.footer-icon {
  width: 44px;
  height: 44px;
  fill: #fff;
}
.footer-icon:hover {
  fill: #C2F25D;
}
.footer-info {
  width: 880px;
  display: flex;
  justify-content: space-between;
}
.footer-adress {
  position: relative;
  max-width: 180px;
  color: #FDFDFD;
}
.footer-adress::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 25px;
  height: 25px;
  background: url(../img/location.svg) no-repeat;
}
.footer-cif {
  position: relative;
  width: 112px;
  color: #FDFDFD;
}
.footer-cif::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 25px;
  height: 25px;
  background: url(../img/ribbon.svg) no-repeat;
}
.footer-contact {
  width: 306px;
  color: #FDFDFD;
}
.footer-mail {
  position: relative;
  margin-bottom: 0;
  color: #fff;
}
.footer-mail::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 25px;
  height: 25px;
  background: url(../img/mail.svg) no-repeat;
}
.footer-phone {
  position: relative;
  margin-top: 16px;
  margin-bottom: 0;
  color: #fff;
}
.footer-phone::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 25px;
  height: 25px;
  background: url(../img/call.svg) no-repeat;
}
.footer-text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer-copy {
  color: #FDFDFD;
  margin: 32px 0;
}
.footer-website {
  color: #FDFDFD;
  margin: 32px 0;
}
.footer-website a {
  text-decoration: none;
  color: #C2F25D;
}
.footer-policy {
  margin: 32px 0;
}
.footer-policy a {
  text-decoration: none;
  color: #FDFDFD;
}
.footer-policies {
  border-top: 1px solid #C2F25D;
}
.footer-policies::before {
  background-color: #C2F25D;
}
.footer-policies::after {
  background-color: #C2F25D;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 92px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: url(../img/pageup.svg) no-repeat;
  cursor: pointer;
  z-index: 10;
}
.back-to-top:hover {
  background: url(../img/pageup.svg) no-repeat rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

@media screen and (max-width: 1230px) {
  .footer-info {
    width: 675px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-body-wrap {
    flex-direction: column;
  }
  .footer-info {
    width: 90%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .footer::before {
    display: none;
  }
  .footer::after {
    display: none;
  }
  .footer-menu-wrap {
    flex-direction: column;
  }
  .footer-social {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .footer {
    padding-bottom: 24px;
  }
  .footer-body-wrap {
    align-items: start;
  }
  .footer-info {
    flex-direction: column;
    padding-left: 50px;
  }
  .footer-website, .footer-phone, .footer-copy, .footer-policy {
    margin: 0;
    font-size: 12px;
    line-height: 12px;
  }
}
@media screen and (max-width: 630px) {
  .footer-body-wrap {
    padding-top: 0;
  }
  .footer-menu-title {
    display: block;
    margin-bottom: 10px;
    color: #C2F25D;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .footer-menu-wrap {
    align-items: start;
  }
  .footer-menu-nav ul {
    flex-direction: column;
    align-items: start;
    gap: 6px;
  }
  .footer-logo {
    display: none;
  }
  .footer-info {
    margin-top: 0;
  }
  .footer-text-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  .footer-contact-text {
    display: block;
    color: #C2F25D;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .footer-social {
    display: none;
  }
  .footer-social-mobil {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 460px) {
  .footer-adress, .footer-cif, .footer-mail, .footer-phone {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-copy {
    order: -1;
  }
  .footer-policy {
    order: -1;
  }
  .back-to-top {
    transform: scale(70%);
    bottom: 145px;
    right: 2px;
  }
}