.we-create-windows {
  position: relative;
  /* .we-create-windows__box-img */
  /* .we-create-windows__img-bg */
  /* .we-create-windows__img-men */
  /* .we-create-windows__img */
  /* .we-create-windows__inner */
  /* .we-create-windows__suptitle */
  /* .we-create-windows__title */
  /* .we-create-windows__text */
}

@media (max-width: 767px) {
  .we-create-windows .container-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 16.4rem;
  }
}

.we-create-windows__box-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.we-create-windows__img-bg {
  width: 100%;
  height: 100%;
}

.we-create-windows__img-bg::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.66);
}

.we-create-windows__img-men {
  position: absolute;
  top: 0;
  height: 35.1rem;
  width: 37.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .we-create-windows__img-men {
    height: 29.1rem;
    width: 44.2rem;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 1200px) {
  .we-create-windows__img-men {
    height: 39.3rem;
    width: 68.3rem;
    right: 50%;
    -webkit-transform: translateX(75%);
            transform: translateX(75%);
  }
}

.we-create-windows__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.we-create-windows__inner {
  position: relative;
  background: rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.28);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.28);
  padding: 0 1.5rem;
}

@media (min-width: 768px) {
  .we-create-windows__inner {
    max-width: 37.2rem;
    margin-left: 1.6rem;
    padding: 0 1.8rem;
  }
}

@media (min-width: 1200px) {
  .we-create-windows__inner {
    max-width: 50.8rem;
    margin-left: 0;
    padding: 0 4.9rem;
  }
}

.we-create-windows__suptitle {
  line-height: 1.3;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .we-create-windows__suptitle {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .we-create-windows__suptitle {
    font-size: 3.5rem;
    line-height: 1.4;
    margin-bottom: 2.1rem;
  }
}

.we-create-windows__title {
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 3.2rem;
}

.we-create-windows__title span {
  display: block;
}

@media (min-width: 768px) {
  .we-create-windows__title {
    line-height: 1.1;
    margin-bottom: 1.9rem;
  }
  .we-create-windows__title span {
    display: inline;
  }
}

@media (min-width: 1200px) {
  .we-create-windows__title {
    line-height: 1.2;
    margin-bottom: 3.2rem;
  }
}

.we-create-windows__text {
  margin-bottom: 2.5rem;
}

.we-create-windows__text:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .we-create-windows__text {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .we-create-windows__text {
    line-height: 1.2;
    margin-bottom: 2.6rem;
  }
}
/*# sourceMappingURL=we-create-windows.css.map */