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

.head {
  background: url("../pages/nasze_studia/intersection_125.png");
  height: 100vh;
  display: flex;
  background-size: cover;
  justify-content: center;
  flex-direction: column;
}
.head .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;
}
.head .title {
  font-size: 100px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 100px;
}
.head .description {
  font-size: 22px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 38px;
}
.head .outline-text {
  font-size: 300px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.4;
  font-weight: bold;
  position: absolute;
  left: -250px;
  bottom: 0;
  line-height: 353px;
  transform: translateY(40%);
}

.studios {
  padding: 200px 0;
}
.studios .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  z-index: 10000000;
  position: relative;
}
.studios .description {
  font-size: 22px;
  line-height: 38px;
}
.studios .section-title {
  position: relative;
}
.studios .section-title .gradient {
  position: absolute;
  background-image: url("../pages/nasze_studia/Image 155.svg");
  background-repeat: no-repeat;
  height: 100%;
  width: 200%;
  left: -100%;
}
.studios img:nth-of-type(2) {
  transform: translate(50px, 100px);
}
.studios img:nth-of-type(3) {
  transform: translateY(100px);
}

.area .value {
  font-size: 400px;
  line-height: 400px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
}
.area .value span {
  font-size: 100px;
}
.area .value + P {
  text-transform: uppercase;
  font-size: 70px;
  line-height: 69px;
  font-weight: bold;
  margin-top: -150px;
}

.studio {
  position: relative;
  padding: 70px 0;
}
.studio .letter {
  position: absolute;
  font-size: 500px;
  line-height: 623px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 2px #2f2f2f;
  z-index: 100;
}
.studio .letter.a {
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}
.studio .letter.b {
  left: 40%;
  bottom: -25%;
}
.studio .letter.c {
  left: 50%;
  bottom: -20%;
  transform: translateX(-50%);
}
.studio .label {
  font-size: 70px;
  font-weight: bold;
  line-height: 69px;
}
.studio .label.a {
  text-align: right;
  transform: translate(25%, -50%);
  z-index: 1000;
  position: relative;
}
.studio .label.b {
  transform: translate(-100%, -50%);
  position: relative;
  z-index: 1000;
}
.studio .label.c {
  text-align: right;
  transform: translate(25%, -50%);
  z-index: 1000;
  position: relative;
}
.studio .area {
  font-size: 400px;
  line-height: 400px;
  font-weight: bold;
  color: transparent;
  white-space: nowrap;
  -webkit-text-stroke: 2px #ffffff;
}
.studio .area span {
  font-size: 100px;
}
.studio.conference {
  padding-bottom: 0;
}
.studio.conference img {
  height: 40%;
}
.studio.conference img:nth-of-type(2) {
  height: 30%;
  transform: translate(20px, 200px);
}
.studio.b {
  transform: translateX(-100px);
}
.studio.c {
  transform: translateX(200px);
}

.video-studio {
  position: relative;
  margin: 150px 0;
}
.video-studio .big {
  position: absolute;
  left: 200px;
  top: 0;
  font-size: 300px;
  line-height: 283px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.3;
  transform: translateY(-25%);
}
.video-studio .title {
  font-weight: bold;
  font-size: 70px;
  line-height: 80px;
}
.video-studio .list {
  font-size: 16px;
  line-height: 38px;
}
.video-studio .list .head-row {
  font-weight: bold;
  font-size: 18px;
  line-height: 69px;
  border-bottom: solid 1px #ffffff;
}

@media all and (max-width: 1440px) {
  .head .title {
    font-size: 70px;
    line-height: 70px;
  }
  .head .description {
    font-size: 18px;
    line-height: 32px;
  }
}
@media all and (max-width: 736px) {
  .head .outline-text {
    font-size: 100px;
    left: -100px;
    transform: translateY(50%);
  }

  .studios img {
    transform: none !important;
    width: 100%;
    margin: 20px 0;
  }

  .area .value {
    font-size: 175px;
    line-height: 200px;
    margin-bottom: 70px;
  }
  .area .value span {
    font-size: 60px;
    white-space: nowrap;
  }
  .area .value + P {
    font-size: 40px;
    line-height: 60px;
  }

  .studio {
    padding: 50px 0;
    transform: none !important;
  }
  .studio .label.a, .studio .label.b, .studio .label.c {
    transform: none !important;
    position: static !important;
    text-align: left !important;
  }
  .studio.conference .label {
    font-size: 40px;
    line-height: 50px;
  }
  .studio.conference .area {
    font-size: 140px;
    line-height: 200px;
  }
  .studio.conference img {
    transform: none !important;
    width: 100%;
    height: auto !important;
    margin: 20px 0;
  }
}
@media all and (max-width: 480px) {
  .head .title {
    padding-top: 60%;
  }
  .head .outline-text {
    display: none;
  }

  .studios {
    padding: 50px 0;
  }
  .studios .title {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .area .value {
    font-size: 9rem;
  }
}

/*# sourceMappingURL=nasze-studia.css.map */
