:root {
  --percentage-1: 70%;
  --percentage-2: 100%;
}

p {
  color: #6e6e6e;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  line-height: 150%;
}

a {
  color: #000;
  text-transform: uppercase;
  text-underline-offset: 3px;
  min-width: 48px;
  min-height: 48px;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  text-decoration: underline;
}

.menucontainer {
  z-index: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffffb3;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 25px 30px;
  display: flex;
}

.logo-text {
  color: #414141;
  letter-spacing: .2px;
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.logo_subline {
  color: #747474;
  font-family: Outfit, sans-serif;
  font-size: 14px;
}

.body {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.video_v {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

.menutop {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.aboutwrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.abouttext_en {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.button-about {
  justify-content: flex-end;
  align-items: flex-end;
  width: 40px;
  height: 40px;
  transition: transform .2s;
  display: flex;
}

.button-close {
  justify-content: flex-end;
  align-items: flex-start;
  width: 40px;
  height: 100%;
  min-height: 40px;
  display: none;
}

.contactbuttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.button-call {
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 155px;
  display: flex;
}

.menuwrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.menutop-name {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.menutop-functions {
  position: relative;
}

.abouttext {
  color: #747474;
  text-align: justify;
}

.video_h {
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.menusection {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0;
}

.div-block {
  opacity: .5;
  background-color: red;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.div-block-2 {
  z-index: 5;
  position: relative;
}

.div-block-3 {
  z-index: 0;
  background-color: #f59696;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-6 {
  background-color: #0f6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
}

@media screen and (max-width: 479px) {
  .video_v {
    display: block;
  }

  .aboutwrapper {
    flex-flow: column;
  }

  .video_h {
    display: none;
  }
}


