* {
  margin: 0;
  padding: 0;
}

header {
  color: black;
}

section {
  position: relative;
  background-color: white;
}

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

nav.active {
  left: 0px;
  padding: 0 60px;
  padding-bottom: 50px;
}

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

.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;
}

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

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

.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;
}

.header_logo {
  position: relative;
  height: 50px;
}

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

.between {
  display: flex;
  justify-content: space-between;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 900;
}

.s_content {
  padding: 250px 60px;
  overflow: hidden;
  z-index: 2;
}
.s_content h1 {
  background: linear-gradient(90deg, #FB8006 2.07%, #FA6402 14.55%, #FB033D 47%, #F127AF 72.47%, #ED35CD 86.45%, #FB68FB 97.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 100px;
  text-transform: uppercase;
}
.s_content h4 {
  margin: 80px 216px 31px;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}
.s_content h5 {
  margin: 10px 216px 5px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.s_content p, .s_content ul {
  display: block;
  margin: 0 216px;
  font-size: 18px;
  line-height: 170%;
}
.s_content ul {
  margin: 0 241px;
}
.s_content ul li ul {
  margin: 0 50px;
}

.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;
}

.mobile-menu {
  position: fixed;
  width: calc(100vw - 120px);
  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;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
}
.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%;
  margin-bottom: 50px;
}
.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;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu nav .header_logo {
  height: 50px;
}
.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%;
}

.footer-cover {
  height: 0px;
  min-height: 0px;
}

footer {
  margin-top: 0px;
}

.footer_desktop.footer-main {
  z-index: 0;
  position: fixed;
}

@media screen and (min-width: 1450px) {
  .s_content h1 {
    font-size: 8vw;
  }
  .s_content h4 {
    margin: 80px 216px 31px;
  }
  .s_content p {
    margin: 0 216px;
  }
}
@media screen and (max-width: 1050px) {
  .column_one h1 {
    font-size: 60px;
  }
  .s_content h1 {
    font-size: 60px;
  }
  .s_content h4 {
    margin: 60px 90px 31px;
  }
  .s_content p {
    margin: 60px 90px 31px;
  }
  .s_content ul {
    margin: 0 110px;
  }
}
@media screen and (max-width: 900px) {
  .footer-cover {
    height: 170vw;
    width: 100%;
    z-index: 1;
    transition: all 1s ease-in-out;
  }
  nav {
    width: calc(100% - 50px);
    padding: 0 25px !important;
    padding-top: 10px !important;
    height: 35px;
    align-items: self-end;
  }
  .mobile-menu {
    width: calc(100% - 40px);
    padding: 0px 20px 70px;
  }
  .mobile-menu nav {
    padding: 0 !important;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .mobile-menu nav .header_logo {
    height: 25px;
    margin-bottom: 0px;
  }
  .mobile-menu img {
    width: 60%;
    z-index: -1;
  }
  .mobile-menu .header_item {
    margin: 15px 0px;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
  }
  .column_one h1 {
    font-size: 36px;
  }
  .s_content {
    padding: 100px 24px;
  }
  .s_content h1 {
    font-size: 36px;
  }
  .s_content h4 {
    margin: 50px 0px 31px;
  }
  .s_content p {
    margin: 50px 0px 31px;
  }
  .s_content ul {
    margin: 0px 20px;
  }
  .header_logo {
    height: 25px;
    width: 150px;
  }
  .header_logo img {
    width: 100%;
  }
  .header_menu {
    display: none;
  }
  .header_menu_burg {
    display: block;
    opacity: 1;
    bottom: 0;
    color: #000;
    bottom: 0px !important;
    right: 0px !important;
  }
  .header_content {
    left: auto;
    max-width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header_content img {
    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: 45px;
    text-align: center;
  }
  .header_text.between {
    justify-content: center;
  }
  .footer_desktop {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .s_content {
    padding: 100px 20px;
  }
  nav {
    width: calc(100% - 50px);
    padding: 0 25px !important;
    padding-top: 10px !important;
    height: 35px;
    align-items: self-end;
  }
  .mobile-menu {
    width: calc(100% - 40px);
    padding: 0px 20px 70px;
  }
  .mobile-menu img {
    width: 60%;
    z-index: -1;
  }
  .mobile-menu .header_item {
    margin: 15px 0px;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
  }
  .header_logo {
    height: 25px;
    width: 150px;
    top: 0px;
    left: 10px;
  }
  .header_logo img {
    width: 100%;
  }
  .header_menu {
    display: none;
  }
  .header_menu_burg {
    display: block;
    opacity: 1;
    bottom: 0;
    color: #000;
    bottom: 0px !important;
    right: 0px !important;
  }
  .header_content {
    left: auto;
    max-width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header_content img {
    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: 45px;
    text-align: center;
  }
  .header_text.between {
    justify-content: center;
  }
}