.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: 36px;
    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;
    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;
  }
}

.is-section__discover {
  width: 100vw;
  height: auto;
  max-width: 1600px;
  margin: 0 auto 50px;
  background: url("./bg.png") #f0f0f0;
  overflow-x: hidden;
  overflow-y: hidden;
  color: #003838;
}

.is-heading__discover {
  font-family: "Stolzl-bold";
  font-style: normal;
  font-weight: bold;
  background-color: #f0f0f0;
  color: #ff4040;
  text-transform: capitalize;
}

.is-paragraph__discover {
  font-family: "Stolzl-regular";
  font-style: normal;
  font-weight: normal;
  background-color: #f0f0f0;
  color: #003838;
  text-transform: uppercase;
}
@media only screen and (min-width: 319px) {
  .is-paragraph__discover {
    font-size: 14.4px !important;
  }
}
@media only screen and (min-width: 767px) {
  .is-paragraph__discover {
    font-size: 14.4px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .is-paragraph__discover {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 319px) {
  .is-paragraph__discover {
    line-height: 24px !important;
  }
}
@media only screen and (min-width: 767px) {
  .is-paragraph__discover {
    line-height: 24px !important;
  }
}
@media all and (min-width: 992px) {
  .is-paragraph__discover {
    line-height: 30px !important;
  }
}

.is-discover__container > .is-paragraph__discover {
  margin: 0 0 50px;
}

.is-discover__container, .is-discover__banner {
  margin: 0 auto;
}
.is-discover__banner {
  background: linear-gradient(180deg, #ff4040 80%, white 80%);
}
.is-discover__banner > .is-discover__inner {
  position: relative;
  overflow: inherit;
  height: 100%;
}
.is-discover__city {
  position: relative;
  top: unset;
  left: unset;
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-direction: row;
  width: auto;
  height: 100%;
}
.is-discover__city::after {
  content: url("./strzala.svg");
  display: none;
}
.is-discover__city img.is-arrow__top {
  position: absolute;
  top: -117px;
  left: unset;
  bottom: unset;
  right: 188px;
  width: auto;
  height: auto;
}
.is-discover__city img.is-arrow__cut {
  position: absolute;
  top: -1.5px;
  left: unset;
  bottom: unset;
  right: 0;
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: row;
  width: auto;
  height: auto;
  max-height: 463px;
}

@media only screen and (min-width: 319px) {
  .is-section__discover {
    padding: 15px 0 0 0;
    margin: 0 auto;
  }

  .is-heading__discover {
    width: 311px;
    height: 32px;
    font-size: 30px;
    line-height: 36px;
  }

  .is-paragraph__discover {
    padding: 0;
    width: 78%;
    height: auto;
  }

  .is-discover__container > .is-paragraph__discover {
    margin: 0 0 15px;
  }
  .is-discover__inner {
    padding: 0 5px;
    width: auto;
    height: auto;
  }
  .is-discover__banner {
    width: auto;
    height: 183px;
  }
  .is-discover__banner .is-discover__inner {
    height: 187px;
  }
  .is-discover__city {
    display: block;
  }
  .is-discover__city::after {
    content: url("./strzala_small.svg");
    display: block;
    position: absolute;
    top: -51px;
    right: -5%;
  }
  .is-discover__img {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  .is-section__discover {
    margin: 0 auto 30px;
  }

  .is-discover__container {
    max-width: 743px;
  }
  .is-discover__container .is-paragraph__discover {
    width: 548px;
    height: auto;
    margin: 28px 0;
  }

  .is-discover__inner {
    padding: 0 10px;
  }
  .is-discover__city {
    display: flex;
    max-width: 743px;
    padding: 0 0 30px;
    margin: 0 auto;
    width: auto;
    height: 183px;
  }
  .is-discover__city img.is-discover__img {
    width: auto;
    height: 100px;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .is-section__discover {
    padding: 57px 0 0 0;
    margin: 0 auto 50px;
  }

  .is-discover__city::after {
    display: block;
  }

  .is-heading__discover {
    width: 702px;
    height: 99px;
    font-size: 72px;
    line-height: 86px;
    margin: 0;
  }

  .is-paragraph__discover {
    width: 754px;
    height: auto;
    padding: 14px 0 0 5px;
  }

  .is-discover__container {
    max-width: unset;
  }
  .is-discover__container > .is-paragraph__discover {
    margin: 0 0 50px;
    width: 754px;
    height: auto;
  }
  .is-discover__inner {
    width: 1200px;
    height: 50%;
    margin: 0 auto;
    padding: 0;
  }
  .is-discover__banner {
    width: 100vw;
    height: 467px;
    max-width: 1600px;
  }
  .is-discover__banner .is-discover__inner {
    height: 100%;
  }
  .is-discover__img {
    display: block;
  }
  .is-discover__city {
    display: flex;
    max-width: unset;
    padding: 0 0 92px;
    margin: 0 0 0 5px;
    width: auto;
    height: 100%;
  }
  .is-discover__city img.is-discover__img {
    width: 716px;
    height: 237px;
  }
  .is-discover__city::after {
    content: url("https://infoshare.pl/infoshare/_media/pages/discover-gdansk/strzala.svg");
    position: absolute;
    top: -116.55px;
    left: unset;
    bottom: unset;
    right: -150px;
  }
}
.is-showcase__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  color: #003838;
}
.is-showcase__container {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  flex-direction: row;
}
.is-showcase__container img {
  margin: 0 0 25px;
}
.is-showcase__player {
  position: relative;
  top: unset;
  left: unset;
}
.is-showcase__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.is-showcase__content--small > p {
  text-align: left;
}
.is-showcase__heading {
  font-family: "Stolzl-bold";
  font-style: normal;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-direction: column;
  color: #003838;
  text-transform: uppercase;
}
.is-showcase__heading--block {
  display: block;
}
.is-showcase__text {
  font-family: "Stolzl-regular";
  font-style: normal;
  font-weight: normal;
  color: #003838;
  text-align: right;
}
.is-showcase__text--bold {
  font-weight: bold;
}
.is-showcase__btn {
  font-family: "Stolzl-bold";
  font-style: normal;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #00DCDC;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #00DCDC;
}
.is-showcase__btn:hover {
  background-color: #fff;
  color: #00DCDC;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 319px) {
  .is-showcase__container {
    flex-direction: column-reverse;
    margin: 0 5px;
  }
  .is-showcase__container .is-showcase__text {
    text-align: left;
    font-size: 14.4px;
    line-height: 18px;
  }
  .is-showcase__content--small {
    width: auto;
    height: auto;
  }
  .is-showcase__content--small p {
    display: none;
  }
  .is-showcase__content--mobile {
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: column-reverse;
  }
  .is-showcase__content--mobile p {
    order: 1;
    margin: 20px 0;
  }
  .is-showcase__heading {
    flex-direction: row;
    font-size: 24px;
  }
  .is-showcase__heading span:first-child {
    margin: 0 5px 0 0;
  }
  .is-showcase__text {
    margin: 0;
  }
  .is-showcase__player {
    min-height: 250px;
    width: auto;
    height: auto;
  }
  .is-showcase__img {
    margin: 0 0 20px;
    width: 100%;
    height: auto;
  }
  .is-showcase__btn {
    margin: 25px auto 20px;
    width: 160px;
    height: 36px;
  }
  .is-showcase__btn--tablet {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  .is-showcase__text--mobile {
    display: none;
  }

  .is-showcase__wrapper {
    align-items: center;
  }
  .is-showcase__container {
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: row;
    margin: 0;
  }
  .is-showcase__container img {
    margin: 0 0 15px;
  }
  .is-showcase__container .is-showcase__text {
    margin: 30px 0;
    text-align: right;
    line-height: 20px;
    font-size: 16.2px;
  }

  .is-showcase__wrapper {
    padding: 0 10px;
  }
  .is-showcase__player {
    width: 370px;
    height: 200px;
    min-height: unset;
  }
  .is-showcase__content {
    display: flex;
    justify-content: space-evenly;
    align-items: normal;
    flex-direction: column;
    max-width: 370px;
    margin: 0 15px 0 0;
  }
  .is-showcase__content--small {
    margin: 0 0 0 15px;
  }
  .is-showcase__content--small p.is-showcase__text {
    display: block;
    margin: 15px 0;
    max-width: 358px;
    text-align: left;
  }
  .is-showcase__imgs {
    width: 363px;
    height: auto;
  }
  .is-showcase__text {
    text-align: right;
  }
  .is-showcase__btn {
    display: none;
  }
  .is-showcase__btn--tablet {
    font-family: "Stolzl-bold";
    font-style: normal;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 160px;
    height: 36px;
    margin: 30px auto 36px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1200px) {
  .is-showcase__wrapper {
    padding: 0;
  }
  .is-showcase__container img {
    margin: 0 0 25px;
  }
  .is-showcase__container .is-showcase__text {
    font-size: 18px;
    line-height: 30px;
    margin: 50px 0;
  }
  .is-showcase__player {
    width: 600px;
    height: 329px;
  }
  .is-showcase__content {
    display: block;
    max-width: 599px;
    margin: 0 50px 0 0;
  }
  .is-showcase__content--small {
    width: 550px;
    height: 329px;
    margin: 0 0 0 50px;
  }
  .is-showcase__content--small p.is-showcase__text {
    margin: 50px 0 0;
    height: auto;
    max-width: unset;
  }
  .is-showcase__content--left {
    display: block;
  }
  .is-showcase__content--left p:first-child {
    margin: 50px 0 0;
    height: 185px;
  }
  .is-showcase__content--left p:last-child {
    height: 219px;
    margin: 0 0 40px;
  }
  .is-showcase__imgs {
    width: 550px;
    height: auto;
  }
  .is-showcase__img:last-of-type {
    width: 272px;
  }
  .is-showcase__heading {
    flex-direction: column;
    font-size: 48px;
    line-height: 55px;
  }
  .is-showcase__btn {
    width: 200px;
    height: 45px;
    display: flex;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 25px auto;
  }
  .is-showcase__btn--tablet {
    display: none;
  }
}

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