.is-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.is-wrapper--wide {
  max-width: 1600px;
  margin: 0 auto;
}

.is-header h1.is-header__title {
  color: #ff4040;
}
@media only screen and (min-width: 319px) {
  .is-header h1.is-header__title {
    font-family: "Stolzl-bold";
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 767px) {
  .is-header h1.is-header__title {
    font-family: "Stolzl-bold";
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .is-header h1.is-header__title {
    font-family: "Stolzl-bold";
    font-size: 48px;
    line-height: 58px;
    margin: 50px 0;
  }
}
.is-header p.is-header__subtitle {
  text-transform: uppercase;
}
@media only screen and (min-width: 319px) {
  .is-header p.is-header__subtitle {
    font-family: "Stolzl-regular";
    font-size: 14.4px;
    line-height: 18px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 767px) {
  .is-header p.is-header__subtitle {
    font-family: "Stolzl-regular";
    font-size: 16.2px;
    line-height: 20px;
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .is-header p.is-header__subtitle {
    font-family: "Stolzl-regular";
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 50px 0;
  }
}

.is-section__title {
  text-transform: uppercase;
}
@media only screen and (min-width: 319px) {
  .is-section__title {
    font-family: "Stolzl-regular";
    font-size: 24px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 767px) {
  .is-section__title {
    font-family: "Stolzl-regular";
    font-size: 24px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .is-section__title {
    font-family: "Stolzl-regular";
    font-size: 30px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 319px) {
  .is-section__title--big {
    font-family: "Stolzl-bold";
    font-size: 24px;
    line-height: 55px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 767px) {
  .is-section__title--big {
    font-family: "Stolzl-bold";
    font-size: 24px;
    line-height: 55px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 1200px) {
  .is-section__title--big {
    font-family: "Stolzl-bold";
    font-size: 48px;
    line-height: 58px;
    font-weight: bold;
  }
}
.is-section__title > span {
  font-family: "Stolzl-regular";
  font-weight: 400;
}
.is-section__title::before {
  content: "";
  display: inline-block;
  background: #00DCDC;
}
@media only screen and (min-width: 319px) {
  .is-section__title::before {
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .is-section__title::before {
    width: 80px;
    height: 80px;
    margin: 0 25px 0 0;
  }
}

.is-section__text {
  font-family: "Stolzl-regular";
}
@media only screen and (min-width: 319px) {
  .is-section__text {
    font-size: 14.4px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 767px) {
  .is-section__text {
    font-size: 16.2px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .is-section__text {
    font-size: 18px;
    line-height: 30px;
  }
}
.is-section__text--bold {
  font-weight: bold;
}

.is-section__img {
  display: block;
}

@media only screen and (min-width: 319px) {
  .is-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-family: "Stolzl-regular";
    font-size: 12px;
    line-height: 14px;
    background-color: #ff4040;
    text-transform: uppercase;
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  .is-btn {
    font-size: 15px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 319px) {
  .is-btn--large {
    width: 240px;
    height: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .is-btn--large {
    width: 300px;
    height: 45px;
  }
}

@media only screen and (min-width: 319px) {
  .is-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-family: "Stolzl-regular";
    font-size: 12px;
    line-height: 14px;
    background-color: #ff4040;
    text-transform: uppercase;
    color: #fff;
  }
  .is-cta--xsm {
    width: 80px;
    height: 36px;
  }
  .is-cta--sm {
    width: 160px;
    height: 36px;
  }
  .is-cta--md {
    width: 200px;
    height: 36px;
  }
  .is-cta--lg {
    width: 240px;
    height: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .is-cta {
    font-size: 15px;
    line-height: 18px;
  }
  .is-cta--xsm {
    width: 100px;
    height: 45px;
  }
  .is-cta--sm {
    width: 200px;
    height: 45px;
  }
  .is-cta--md {
    width: 250px;
    height: 45px;
  }
  .is-cta--lg {
    width: 300px;
    height: 45px;
  }
}

@media only screen and (min-width: 319px) {
  .is-main__hero {
    display: flex;
    flex-wrap: wrap;
  }
  .is-main__hero__logo {
    position: absolute;
    top: 10px;
    left: unset;
    font-family: "Stolzl-bold", sans-serif;
    font-size: 14px;
    line-height: 18px;
  }
  .is-main__hero__container {
    position: relative;
    padding: 50px 20px;
    color: #fff;
  }
  .is-main__hero__container__sm {
    background: #ff4040;
    width: 100%;
  }
  .is-main__hero__container__lg {
    background: rgba(0, 56, 56, 0.5);
  }
  .is-main__hero__container__lg::before {
    content: "";
    position: absolute;
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #00DCDC;
  }
  .is-main__hero__container__lg--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://infoshare.pl/infoshare/_media/pages/_front-page/main-hero_bg.jpg");
    background-size: cover;
    z-index: -1;
  }
  .is-main__hero__container__lg--overlay {
    z-index: 2;
  }
  .is-main__hero__heading {
    font-family: "Stolzl-bold", sans-serif;
    font-size: 30px;
    color: #fff;
    margin: 20px 0;
  }
  .is-main__hero__text {
    font-size: 14.4px;
    line-height: 18px;
  }
  .is-main__hero__text--straight {
    text-transform: uppercase;
  }
  .is-main__hero__btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 767px) {
  .is-main__hero {
    flex-wrap: nowrap;
  }
  .is-main__hero__logo {
    top: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .is-main__hero__container {
    display: flex;
    justify-content: normal;
    align-items: center;
    flex-direction: row;
    min-height: 570px;
  }
  .is-main__hero__container__sm {
    flex-basis: 43%;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
    padding: 50px;
  }
  .is-main__hero__container__lg {
    flex-basis: 57%;
    padding: 50px 100px;
  }
  .is-main__hero__container__lg p {
    font-size: 18px;
    line-height: 36px;
  }
  .is-main__hero__heading {
    margin: 30px 0 50px;
    font-size: 36px;
    line-height: 46px;
  }
  .is-main__hero__text {
    font-size: 16.2px;
    line-height: 20px;
  }
  .is-main__hero__btn {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .is-main__hero__logo {
    top: 30px;
    font-size: 36px;
    line-height: 36px;
  }
  .is-main__hero__container__lg::before {
    width: 80px;
    height: 80px;
  }
  .is-main__hero__container__lg p {
    font-size: 24px;
    line-height: 48px;
  }
  .is-main__hero__heading {
    font-size: 40px;
    line-height: 50px;
  }
  .is-main__hero__text {
    font-size: 18px;
    line-height: 30px;
  }
  .is-main__hero__text--subtitle {
    margin-top: 30px;
  }
  .is-main__hero__btn {
    margin-top: 80px;
  }

  .is-main__hero__text--customSize1 {
    font-size: 24px;
  }
  .is-main__hero__text--customSize2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 319px) {
  .is-main__wa {
    margin-top: 50px;
  }
  .is-main__wa__container {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .is-main__wa__stage {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-basis: 16%;
    min-width: 220px;
  }
  .is-main__wa__stage__logo__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 80px;
    height: 80px;
    background: #ff4040;
    border-radius: 50%;
  }
  .is-main__wa__stage__logo__item {
    max-width: 40px;
  }
  .is-main__wa__stage__title {
    font-family: "Stolzl-bold", sans-serif;
    font-size: 20px;
    margin: 20px 0;
    color: #ff4040;
    text-transform: uppercase;
  }
  .is-main__wa__stage__subtitle {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #1C393A;
  }
}
@media only screen and (min-width: 767px) {
  .is-main__wa__stage {
    flex-basis: 19%;
  }
  .is-main__wa__stage__title {
    font-size: 28px;
  }
  .is-main__wa__stage__subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .is-main__wa__container {
    justify-content: space-between;
  }
  .is-main__wa__stage {
    margin: 0;
    flex-basis: 15%;
    min-width: unset;
  }
}
@media only screen and (min-width: 767px) {
  .is-main__about__item {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .is-main__about__item {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 319px) {
  .is-section__title {
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: row;
    line-height: 24px;
  }
  .is-section__title:before {
    min-width: 40px;
  }
  .is-section__title--sm {
    text-transform: none;
  }
  .is-section__title .is-section__title__container {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 767px) {
  .is-section__title {
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .is-section__title {
    line-height: 43px;
  }
  .is-section__title::before {
    min-width: 80px;
  }
  .is-section__title .is-section__title__container {
    padding-top: 40px;
  }
}

/*# sourceMappingURL=is-styles.css.map */
