main {
  background: #0D0D10;
  overflow-x: hidden;
}

.about-us {
  background-image: url("../placeholders/o_nas/bg-o-nas.png");
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about-us .gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #1B222E80 0%, #03081280 100%) 0% 0% no-repeat padding-box;
}
.about-us .title {
  font-size: 100px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 100px;
}
.about-us .description {
  font-size: 22px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 38px;
}
.about-us .outline-text {
  font-size: 340px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.4;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  line-height: 353px;
  transform: translateY(40%);
}
.about-us-lower .lower-title {
  margin: 130px 0 0 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
}
.about-us-lower .lower-description {
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 130px;
}

.ending-img {
  background-image: url("../pages/o_nas/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.ending-text {
  font-weight: bold;
  font-size: 70px;
  line-height: 79px;
  text-transform: uppercase;
  transform: translateX(-25%);
  margin: 75px 0;
}

section {
  position: relative;
  padding: 250px 0 100px;
}
section .big-title {
  position: absolute;
  top: 0;
  left: 50px;
  font-size: 300px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.3;
  font-weight: bold;
  line-height: 353px;
}
section .title {
  font-size: 60px;
  font-weight: bold;
  line-height: 143px;
  border-bottom: solid 2px #ffffff;
  margin-bottom: 75px;
}
section .subtitle {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
}
section .description {
  font-size: 18px;
  line-height: 38px;
}
section .item {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
section .item .label {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
section#team {
  padding-bottom: 100px;
}
section#team .title {
  border: none;
  line-height: 70px;
}
section#team .big-title {
  left: 50%;
  transform: translate(-50%, 15%);
  z-index: 10;
}
section#team .bottom-img {
  position: absolute;
  right: 74px;
  bottom: 200px;
}

.button {
  padding: 10px;
  background: transparent;
  border: solid 1px #ffffff;
}

@media all and (max-width: 1440px) {
  .about-us .title {
    font-size: 70px;
    line-height: 70px;
  }
  .about-us .description {
    font-size: 18px;
    line-height: 32px;
  }

  section .title {
    font-size: 50px;
    line-height: 120px;
  }
}
@media all and (max-width: 1280px) {
  .about-us .outline-text {
    font-size: 200px;
    transform: translateY(50%);
  }

  section .title {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media all and (max-width: 980px) {
  .ending-text {
    transform: translate(10%, -75%);
    font-size: 40px;
    line-height: 50px;
  }

  .ending-img {
    height: 300px;
  }
}
@media all and (max-width: 736px) {
  section {
    padding: 120px 0 80px;
  }
  section .big-title {
    transform: translateY(25%);
    top: 100vw;
    left: 10px;
    font-size: 70px;
    z-index: 10;
  }
  section .title {
    margin-top: 30px;
    line-height: 100px;
    font-size: 50px;
  }

  .about-us {
    padding-top: 60%;
  }
  .about-us .outline-text {
    font-size: 120px;
    transform: translateY(50%);
  }

  section#team {
    padding-bottom: 400px;
  }
  section#team .big-title {
    top: 0;
    transform: translate(-50%, 75%);
    z-index: 10;
  }
  section#team .title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  section#team .bottom-img {
    right: 0;
    bottom: 10vh;
    width: 50vw;
  }
}
@media all and (max-width: 480px) {
  section {
    padding: 50px 0;
  }

  .about-us .outline-text,
section#team .big-title {
    display: none;
  }

  section .big-title {
    display: none;
  }
  section .title {
    font-size: 40px;
  }
  section .item .label {
    font-size: 24px;
  }

  section#team .big-title {
    transform: translate(-50%, 50%);
  }

  .about-us-lower .lower-title {
    margin: 130px 0 0 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
  }

  section#team {
    padding: 50px 0;
  }

  .ending-text {
    transform: none;
    margin: 75px 20px;
  }
}

/*# sourceMappingURL=o-nas.css.map */
