.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-wrapper {
    padding: 0 5px;
  }

  .is-about__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .is-about__text {
    padding: 20px;
    max-width: 576px;
    color: #fff;
    background: #ff4040;
  }
  .is-about__btn {
    background: #fff;
    border: none;
    margin: 20px 0 20px 20px;
    height: 65px;
  }
  .is-about__btn > a {
    display: flex;
    align-items: center;
    border: 5px solid #00DCDC;
    background: #00DCDC;
    color: #fff;
    font-weight: 700;
    width: 100%;
    height: 100%;
    font-size: 18px;
    transition: 0.6s background-color;
  }
  .is-about__btn > a:hover {
    background: #fff;
    color: #00DCDC;
  }
  .is-about__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 320px));
    grid-gap: 10px;
    justify-content: center;
  }
  .is-about__gallery a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .is-card {
    margin: 20px;
  }
  .is-card__wrapper {
    padding: 15px 0 0 15px;
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .is-card__container {
    position: relative;
    top: unset;
    left: unset;
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: column;
    width: auto;
    height: 199px;
    background-color: #F0F0F0;
    margin: 0 0 40px;
  }
  .is-card__container--floating {
    position: absolute;
    top: -15px;
    left: -15px;
  }
  .is-card__img {
    width: 90px;
    height: 90px;
  }
  .is-card__content {
    margin: 15px 0 0 90px;
  }
  .is-card__content p {
    margin-bottom: 0;
  }
  .is-card__heading {
    font-family: "Stolzl-bold";
    text-transform: capitalize;
    color: #00DCDC;
    margin-bottom: 10px;
  }
  .is-card__subtitle {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
  }
  .is-card__email {
    word-break: break-word;
  }

  .is-about__btn {
    margin: 0 auto;
    width: 100%;
    max-width: 576px;
    text-align: center;
  }

  .is-cta--save {
    max-width: 290px;
    width: 100%;
    padding: 10px 5px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border: 4px solid #fff;
    transition: 0.6s background-color;
  }
  .is-cta--save:hover {
    background-color: #fff;
    color: #ff4040;
  }
}
@media only screen and (min-width: 767px) {
  .is-about__wrapper {
    justify-content: normal;
    align-items: flex-end;
    min-height: 425px;
  }
  .is-about__img {
    background: url("https://infoshare.pl/infoshare/_media/pages/media-pack/hero-img.jpg") no-repeat top right;
    background-size: 92% 86%;
  }
  .is-about__text {
    padding: 40px;
    margin: 184px 0 0 0;
  }
  .is-about__btn {
    margin: 20px 0 0 20px;
  }
  .is-card {
    margin: 30px;
  }
  .is-card__wrapper {
    padding: 30px 0 0 30px;
    display: block;
  }
  .is-card__container {
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: column;
    width: 520px;
    height: 199px;
    margin: 0 0 60px;
  }
  .is-card__container--floating {
    position: absolute;
    top: -30px;
    left: -30px;
  }
  .is-card__img {
    width: 180px;
    height: 180px;
  }
  .is-card__content {
    margin: 30px 0 0 165px;
  }
  .is-card__heading {
    margin-bottom: 20px;
  }

  .is-about__wrapper {
    flex-wrap: nowrap;
  }

  .is-about__btn {
    margin: 0;
    width: 100%;
    max-width: none;
  }
}
@media all and (min-width: 1050px) {
  .is-wrapper {
    padding: 0;
  }

  .is-card__wrapper {
    flex-wrap: nowrap;
  }
  .is-card__container:nth-child(even) {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 319px) {
  .is-section__media {
    margin: 20px 0;
  }

  .is-media__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .is-tile {
    display: flex;
    justify-content: space-between;
    align-items: normal;
    flex-direction: row;
    position: relative;
    margin-bottom: 25px;
    filter: saturate(0.5);
  }
  .is-tile__lg {
    width: 100%;
  }
  .is-tile__md {
    width: 48.5%;
  }
  .is-tile__sm {
    width: 48.5%;
  }
  .is-tile__heading {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
  }
  .is-tile__heading > a {
    color: #fff !important;
  }
}
@media only screen and (min-width: 767px) {
  .is-media__container {
    justify-content: space-between;
  }

  .is-tile {
    width: auto;
  }
  .is-tile__lg {
    width: 66%;
  }
  .is-tile__md {
    width: 31.5%;
  }
  .is-tile__sm {
    width: 31.9%;
  }
  .is-tile__heading {
    font-size: 16px;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .is-tile__lg {
    width: auto;
  }
  .is-tile__lg > img {
    width: 100%;
  }
  .is-tile__md {
    width: auto;
  }
  .is-tile__sm {
    margin: 0 25px 20px;
  }
  .is-tile__sm:nth-child(odd) {
    margin: 0 0 20px;
  }
  .is-tile__heading {
    font-size: 20px;
  }
}

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