* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}

body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 10%;
  background-color: white;
}

header {
  height: 100vh;
  padding: 0 20px;
  background-image: url(../media/headr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.header_logo {
  position: relative;
  height: 50px;
  top: -11px;
  left: 0px;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
}

.logo-light {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.logo-dark {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.logo-light.visible {
  opacity: 1;
}

.logo-dark.visible {
  opacity: 1;
}

nav {
  height: 100px;
  position: fixed;
  top: 0;
  left: 60px;
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
  z-index: 10;
  margin-top: 10px;
}

nav.active {
  left: 0;
  width: 100%;
  padding: 0 60px;
}

button[data-faciliti-popin] .background-circle {
  fill: white;
}

button[data-faciliti-popin] path,
button[data-faciliti-popin] .iris {
  fill: black;
}

button[data-faciliti-popin] .pupil {
  fill: white;
}

.header_menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  color: white;
  font-size: 14px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  position: absolute;
  top: 53px;
  right: 0px;
  transition: all 0.3s ease-in;
  padding-right: 10px;
}

.header_menu.hidden {
  top: 30px;
  opacity: 0;
}

.header_menu.black {
  color: black;
}

.header_view {
  position: relative;
  z-index: 1;
}
.header_view svg defs clipPath rect {
  fill: black;
}

.cursor:first-child {
  display: none;
}

.header_menu_burg {
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: white;
  font-weight: 900;
  display: block;
  cursor: pointer;
  opacity: 0;
  position: relative;
  bottom: -20px;
  transition: all 0.3s ease-in;
}

.header_menu_burg.show {
  bottom: 0px;
  opacity: 1;
  pointer-events: all;
  display: inline-block;
}

.header_content {
  position: relative;
  left: calc(50% - 425px);
  height: calc(100% - 200px);
  max-width: 850px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.header_img {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.header_img img {
  height: 100%;
  display: block;
  margin: auto;
}

.animated-element {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.5s, transform 0.5s;
}

.header_text {
  width: 850px;
  font-size: 110px;
  text-transform: uppercase;
  z-index: 1;
}

.header_text.right {
  display: flex;
  justify-content: flex-end;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  top: 100%;
  left: 0%;
  padding: 30px 60px 50px;
  background-image: url(../media/headr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-menu img {
  position: absolute;
  opacity: 1;
  right: 0;
  height: 100%;
  width: initial;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-menu .bottom {
  font-family: "AvenirNext";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.mobile-menu .bottom .column {
  position: relative;
  z-index: 10;
  font-family: "AvenirNext";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 10px 0 30px;
  display: flex;
  justify-content: space-between;
}
.mobile-menu .bottom .column .right {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.mobile-menu .bottom .column a {
  color: white;
  margin-right: 20px;
}
.mobile-menu .bottom p {
  margin-bottom: 20px;
}
.mobile-menu nav {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu .header_item {
  display: block;
  margin: 5px 0px;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  padding-top: 20px;
  text-transform: uppercase;
}

.header_menu_burg.black {
  color: black;
}

.mobile-menu.active {
  top: 0%;
}

.cursor-image {
  position: fixed;
  width: 50px;
  height: 50px;
  pointer-events: none;
  display: none;
}

.image-cursor {
  position: relative;
  z-index: 10;
  padding: 40px;
  cursor: default;
  text-decoration: none;
  color: black;
}
.image-cursor:hover .engie__title {
  color: white;
}

footer {
  position: relative;
  height: 500px;
  margin-top: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url(../media/headr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  margin-top: 0 !important;
}
footer img {
  position: absolute;
  right: 0;
  height: 100%;
}
footer p {
  font-size: 14px;
  line-height: 170%;
  margin-top: 14px;
}
footer a {
  color: white;
}
footer .lang {
  margin-top: -15px;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
}

.footer_mobile {
  display: none;
  position: relative;
}

.column_one {
  width: 45%;
  margin-left: 90px;
  z-index: 1;
}
.column_one h1 {
  font-size: 60px;
  line-height: 120%;
  font-weight: 900;
}

.column_two {
  width: 220px;
  z-index: 1;
  margin-left: 90px;
  margin-right: 50px;
}
.column_two a {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

.column_three {
  width: 150px;
  z-index: 1;
  margin-right: 25px;
}
.column_three a {
  display: block;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 10px;
}
.column_three a:first-child {
  margin-bottom: 16px;
  margin-top: 14px;
}
.column_three a.ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings {
  color: white;
  border: 0px solid transparent;
  padding: 0;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 14px;
  margin-top: -7px;
  margin-bottom: 9px;
}
.column_three a.ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings:hover {
  color: white;
  background-color: transparent;
}
.column_three p {
  margin: 0;
}

.bold {
  font-weight: 900;
}

.main-img {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
}

.electro {
  padding: 80px 0;
  padding-bottom: 120px;
  background-color: white;
}

.electro__head {
  padding: 46px 0;
  border-bottom: 1px solid #E1E1E1;
}

.electro__subtitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.electro__body {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.electro__left {
  flex: 0 0 370px;
  display: flex;
}

.electro__name {
  margin-right: 30px;
}
.electro__name span {
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
}
.electro__name p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.electro__text {
  flex: 1 1 auto;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #E1E1E1;
}
.electro__text span {
  transition: 0.3s;
}
.electro__text span.active {
  color: black;
}

.photo-big {
  overflow: hidden;
}
.photo-big img, .photo-big video {
  width: 100%;
  max-width: 100%;
  max-height: 50.8vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-full, .photo-mobile {
  padding-bottom: 120px;
  background-color: white;
}
.photo-full.photo-mobile, .photo-mobile.photo-mobile {
  display: none;
}
.photo-full img, .photo-full video, .photo-mobile img, .photo-mobile video {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 56.6vw;
}

.title-big-wrap {
  padding: 180px 0;
}

.title-big {
  display: block;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin: 20px auto;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
}
.title-big span {
  display: block;
}

.photo-duoble {
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
}

.photo-duoble__item {
  flex: 0 0 49%;
}
.photo-duoble__item img {
  width: 100%;
  max-width: 100%;
  height: 40.6vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.info {
  padding-bottom: 120px;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

.text-custom p {
  margin: 30px 0;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.text-custom h2 {
  margin: 50px 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.text-custom ul {
  padding-left: 10px;
}
.text-custom ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

p.text-decor {
  margin-bottom: 40px;
  font-size: 17px;
  font-style: normal;
  font-weight: 900;
  line-height: 200%;
  text-transform: uppercase;
  margin-top: 0px;
  min-height: 10px;
}

.quote {
  padding: 200px 0;
  background-color: white;
}

.quote__body {
  max-width: 1130px;
  padding: 0 100px;
  margin: 0 auto;
}

.quote__text {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: white;
  margin-bottom: 40px;
  position: relative;
}
.quote__text:before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 150px;
  display: block;
  height: 80px;
  opacity: 0.5;
  background: url("../media/quote.svg") 50%/contain no-repeat;
}

.quote__subtext {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: white;
}

.footer-cover {
  height: 70vh;
  width: 100%;
  z-index: -1;
  transition: all 1s ease-in-out;
}

.engie__body {
  padding: 200px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.engie__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
  background-color: #F127AF;
  background-image: linear-gradient(90deg, #FB8006 0%, #FA6402 13.02%, #FB033D 46.88%, #F127AF 73.44%, #ED35CD 88.02%, #FB68FB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 5;
}

.engie__body:hover .engie__text {
  color: white;
  background-color: black;
  background-image: linear-gradient(white, white);
}

.engie__title__span {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
}

.engie__title {
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
}

.overfloy-hiden {
  overflow: hidden;
}

.fixed-scrooll {
  height: 200vh;
  position: relative;
  z-index: 999;
  pointer-events: none;
}

section {
  position: relative;
  z-index: 2;
}

div {
  position: relative;
  z-index: 2;
}

.engie {
  background-color: white;
}

.footer_desktop {
  position: fixed;
  bottom: 0;
}

@media screen and (max-width: 900px) {
  .cursor2 {
    display: none;
  }
  .cursor {
    display: none;
  }
  .mobile-menu {
    width: 100%;
    padding: 0px 20px 70px;
  }
  .mobile-menu .header_item {
    margin: 15px 0;
    margin: 15px 0px;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
  }
  .mobile-menu nav {
    padding: 0 !important;
  }
  .mobile-menu nav .header_logo {
    height: 25px;
    margin-bottom: 0px;
  }
  .mobile-menu img {
    width: 60%;
    z-index: -1;
  }
  .header_menu {
    display: none;
  }
  .header_menu_burg {
    display: block;
    opacity: 1;
    bottom: 25px !important;
    right: 17px !important;
  }
  .header_logo {
    width: 150px;
    height: 25px;
    top: -25px;
    left: 9px;
  }
  .header_logo img {
    width: 100% !important;
  }
  nav {
    align-items: self-end;
    padding: 0 25px !important;
    padding-top: 10px !important;
    height: 60px;
    left: 0;
    width: 100vw;
  }
  .header_content {
    left: auto;
    max-width: 100%;
  }
  .header_img {
    height: 80%;
    top: 10%;
  }
  .header_img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .header_text {
    width: 100%;
    font-size: 40px;
    text-align: center;
  }
  .header_text.between {
    justify-content: center;
  }
  .engie {
    padding: 150px 0;
  }
}
@media screen and (max-width: 1050px) {
  .column_one h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 740px) {
  footer {
    margin-top: 80px;
  }
  footer .lang {
    margin-top: -28px;
  }
  footer img {
    height: 500px;
  }
  .footer_desktop {
    display: none;
  }
  .footer_mobile {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    padding: 50px 20px;
  }
  .footer_mobile .string {
    display: flex;
    justify-content: space-between;
  }
  .footer_mobile .column {
    width: 50%;
  }
  .footer_mobile h1 {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 900;
    margin-right: 25px;
    line-height: 36px;
    position: relative;
    display: block;
    z-index: 1;
  }
  .footer_mobile p {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 0px;
  }
  .footer_mobile a {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 0px;
  }
  .footer_mobile .col-link a {
    font-size: 14px;
    margin-top: 3px !important;
    margin-bottom: 0px;
  }
  .footer_mobile .ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings {
    color: white;
    border: 0px solid transparent;
    padding: 0;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 14px;
  }
  .footer_mobile .ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings:hover {
    color: white;
    background-color: transparent;
  }
}
@media screen and (max-width: 1200px) {
  .electro__text {
    font-size: 40px;
  }
  .engie__title {
    font-size: 7vw;
  }
  .image-cursor:hover .engie__title {
    color: black;
  }
  span.engie__title__span {
    color: black !important;
  }
}
@media screen and (max-width: 992px) {
  .electro__text {
    font-size: 25px;
  }
  .title-big {
    margin: 80px auto;
    font-size: 60px;
  }
  .photo-duoble {
    padding: 100px 0;
  }
  .info {
    padding: 100px 0;
  }
  .text-custom p {
    margin: 20px 0;
    font-size: 14px;
  }
  .text-custom h2 {
    margin: 40px 0;
    font-size: 30px;
  }
  .text-custom ul li {
    font-size: 14px;
  }
  p.text-decor {
    margin: 30px 0;
  }
  .quote {
    padding: 150px 0;
  }
  .quote__body {
    padding: 0 50px;
  }
  .quote__text {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .quote__subtext {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .electro {
    padding: 40px 0;
  }
  .electro__left {
    flex: 1 1 auto;
    margin-bottom: 40px;
  }
  .electro__body {
    padding: 50px 0;
    padding-bottom: 0px;
    flex-direction: column;
  }
  .mob-non {
    display: none;
  }
  .photo-duoble {
    flex-direction: column;
    padding: 80px 0;
  }
  .photo-duoble__item {
    margin-bottom: 15px;
  }
  .photo-duoble__item img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 90vw;
  }
  .title-big-wrap {
    padding: 80px 0;
  }
  .title-big {
    margin: 60px auto;
    font-size: 50px;
  }
  .photo-full {
    display: none;
  }
  .photo-mobile {
    display: block !important;
    padding: 60px 0;
  }
  .info {
    padding: 80px 0;
  }
  .engie__body {
    padding: 0px 0;
  }
  .footer-cover {
    height: 0px;
  }
  .container.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .container {
    padding: 0 5%;
  }
}
@media screen and (max-width: 576px) {
  .electro {
    padding: 20px 0;
  }
  .title-big {
    margin: 20px auto;
    font-size: 28px;
  }
  .photo-duoble {
    padding: 40px 0;
  }
  .info {
    padding: 40px 0;
  }
  .text-custom p {
    margin: 10px 0;
    font-size: 14px;
  }
  .text-custom h2 {
    margin: 30px 0;
    font-size: 30px;
  }
  .text-custom ul li {
    font-size: 14px;
  }
  p.text-decor {
    margin: 20px 0;
  }
  .quote__body {
    padding: 0 30px;
  }
  .quote__text {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .quote__subtext {
    font-size: 14px;
  }
  .engie__body {
    padding: 0px 0px;
    padding: 0px 0px;
  }
  .footer-cover {
    height: 0vh;
    height: 50px;
  }
  .engie__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .image-cursor {
    padding: 0px;
  }
  .photo-duoble.trigger-element {
    padding-bottom: 0px;
  }
  .dn-mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .desktop-p-120 {
    padding-bottom: 120px;
  }
}