.not-found {
  min-height: 300px;
  display: flex;
  align-items: center;
}
.not-found .page-title {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
}

.content_wrapper {
  position: relative;
  overflow: hidden;
}
.content_wrapper--fetching {
  max-height: calc(100vh - 60px);
}
.content {
  flex: 1 auto;
}

.flex-centering {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookies-policy-warning {
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(193, 205, 213, 0.8);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding: 5px 25px;
  z-index: 1000;
}
.cookies-policy-warning__wrapper {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookies-policy-warning--normal {
  position: fixed;
}
.cookies-policy-warning--relative {
  position: relative;
}
.cookies-policy-warning__message {
  color: #10465b;
  flex: 1 auto;
}
.cookies-policy-warning__message-link {
  color: white;
  cursor: pointer;
}
.cookies-policy-warning__close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}

.svg-icon.svg-icon--transparent-fill svg path,
.svg-icon.svg-icon--transparent-fill svg circle {
  fill: transparent;
}
.svg-icon.svg-icon--transparent-stroke svg path,
.svg-icon.svg-icon--transparent-stroke svg circle {
  stroke: transparent;
}

.svg-icon--size-tiny {
  width: 8px;
  height: 8px;
  max-width: 8px;
  max-height: 8px;
  min-width: 8px;
}
.svg-icon--size-tiny svg {
  width: 8px;
  height: 8px;
  max-width: 8px;
  max-height: 8px;
}
.svg-icon--size-small {
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
}
.svg-icon--size-small svg {
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
}
.svg-icon--size-normal {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  min-width: 20px;
}
.svg-icon--size-normal svg {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
}
.svg-icon--size-big {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  min-width: 32px;
}
.svg-icon--size-big svg {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
}
.svg-icon--size-bigger {
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
}
.svg-icon--size-bigger svg {
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
}
.svg-icon--size-large {
  width: 72px;
  height: 72px;
  max-width: 72px;
  max-height: 72px;
  min-width: 72px;
}
.svg-icon--size-large svg {
  width: 72px;
  height: 72px;
  max-width: 72px;
  max-height: 72px;
}
.svg-icon--color-main svg path,
.svg-icon--color-green svg path,
.svg-icon--color-main svg circle,
.svg-icon--color-green svg circle {
  fill: #a7cb00;
  stroke: #a7cb00;
}
.svg-icon--color-downy svg path,
.svg-icon--color-downy svg circle {
  fill: #79c9d6;
  stroke: #79c9d6;
}
.svg-icon--color-white svg path,
.svg-icon--color-white svg circle {
  fill: white;
  stroke: white;
}
.svg-icon--color-eden svg path,
.svg-icon--color-eden svg circle {
  fill: #10465b;
  stroke: #10465b;
}

.app {
  margin: 0 auto;
  max-width: 1920px;
}

.blog-preview .button {
  padding: 0 30px;
  min-width: 160px;
}

.flex-centering {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title-section {
  height: 250px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1096px) {
  .page-title-section {
    height: 225px;
  }
}
@media (max-width: 739px) {
  .page-title-section {
    height: 200px;
  }
}
.page-title {
  position: relative;
  font-weight: 700;
  color: white;
  font-size: 44px;
  height: 100%;
  padding-top: 60px;
  padding-left: 100px;
  align-items: center;
  display: flex;
}
.page-title--primary {
  color: #79c9d6;
}
.page-title--darkblue {
  color: #10465b;
}
.page-title--blue {
  color: #79c9d6;
}
@media (max-width: 1096px) {
  .page-title {
    padding-left: 50px;
    font-size: 38px;
  }
}
@media (max-width: 739px) {
  .page-title {
    padding-left: 20px;
    font-size: 34px;
  }
}
.page-section {
  padding: 20px 100px;
}
@media (max-width: 1096px) {
  .page-section {
    padding: 20px 50px;
  }
}
@media (max-width: 739px) {
  .page-section {
    padding: 20px;
  }
}
.page-section + .page-section {
  padding-top: 0;
}
@media (min-width: 1096px) {
  .page-section p:first-child,
  .page-section .page-col-subtitle:first-child {
    margin-top: 0;
  }
}
.page-col-title {
  font-size: 38px;
  line-height: 38px;
  color: #10465b;
  font-weight: 300;
  margin: 20px 0;
}
.page-col-subtitle {
  font-size: 24px;
  font-weight: normal;
  color: #10465b;
  margin: 20px 0;
}
.section__title--blue {
  color: #79c9d6;
}
.section__title--regular {
  font-weight: 400;
}
.contact-form {
  position: relative;
  margin: 50px 0;
}
.contact-form__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1096px) {
  .contact-form__row {
    flex-direction: column;
  }
}
.contact-form__input {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
@media (max-width: 1096px) {
  .contact-form__input {
    width: 100%;
  }
}
.contact-form__policy {
  margin: 15px 0 0;
  font-size: 16px;
  color: #839cab;
}
.contact-form__btn-row {
  margin: 30px 0 40px;
  text-align: center;
}
.contact-form__success-msg {
  font-size: 38px;
  line-height: 38px;
  color: #10465b;
  font-weight: 300;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  color: #a7cb00;
  pointer-events: none;
  background-color: white;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.contact-form--success .contact-form__success-msg {
  opacity: 1;
  pointer-events: auto;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/source-sans-pro-v11-latin_latin-ext-300.eot);
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(../fonts/source-sans-pro-v11-latin_latin-ext-300.eot?#iefix) format('embedded-opentype'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-300.woff2) format('woff2'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-300.woff) format('woff'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-300.ttf) format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/source-sans-pro-v11-latin_latin-ext-regular.eot);
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/source-sans-pro-v11-latin_latin-ext-regular.eot?#iefix) format('embedded-opentype'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-regular.woff2) format('woff2'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-regular.woff) format('woff'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-regular.ttf) format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/source-sans-pro-v11-latin_latin-ext-600.eot);
  /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(../fonts/source-sans-pro-v11-latin_latin-ext-600.eot?#iefix) format('embedded-opentype'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-600.woff2) format('woff2'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-600.woff) format('woff'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-600.ttf) format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/source-sans-pro-v11-latin_latin-ext-700.eot);
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(../fonts/source-sans-pro-v11-latin_latin-ext-700.eot?#iefix) format('embedded-opentype'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-700.woff2) format('woff2'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-700.woff) format('woff'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-700.ttf) format('truetype');
  /* Safari, Android, iOS */
}
.input {
  position: relative;
  margin: 15px 0 0;
  padding: 0 0 19px;
  min-width: 130px;
}
.input--error .input__title {
  color: #e85d6a;
}
.input--error .input__field {
  border-bottom-color: #e85d6a;
}
.input--error .input__field ~ .input__focus-indicator:before {
  background-color: #e85d6a;
}
.input--error .input__error-msg {
  opacity: 1;
}
.input--full {
  width: 100%;
}
.input__title {
  color: #839cab;
  font-size: 14px;
  line-height: 1.3333;
  margin-bottom: 4px;
  transition: color 0.2s ease;
}
.input__field {
  font-size: 18px;
  font-weight: 700;
  display: block;
  width: 100%;
  min-height: 40px;
  background: white;
  color: #10465b;
  line-height: 26px;
  border: none;
  border-bottom: 1px solid #839cab;
  border-radius: 0;
  transition: color 0.2s ease;
}
.input__field:focus {
  outline: none;
}
.input__field:focus ~ .input__focus-indicator:before {
  opacity: 1;
  width: 100%;
}
.input__focus-indicator:before {
  content: "";
  display: block;
  position: relative;
  top: -2px;
  margin: auto;
  height: 2px;
  width: 0;
  opacity: 0;
  background-color: #10465b;
  transition: opacity 0.3s, width 0.3s, background-color 0.2s ease;
}
.input__error-msg {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #e85d6a;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.file-upload {
  flex-direction: column;
}
@media (min-width: 1096px) {
  .file-upload {
    margin-top: -178px;
  }
}
.file-upload__button-container {
  margin-top: 15px;
}
.file-upload__button {
  color: #a7cb00;
  cursor: pointer;
}
.file-upload__button:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-position: under;
}
.file-upload__drop-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 7px;
  font-size: 14px;
  color: #839cab;
}
@media (min-width: 1096px) {
  .file-upload__drop-box {
    padding: 15px 0px;
    text-align: center;
    border: 1px solid #839cab;
    height: 224px;
  }
  .file-upload__drop-box.is-active {
    border: 2px solid #839cab;
  }
}
.file-upload__drop-box input {
  display: none;
}
.file-upload__drop-instruction {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 1096px) {
  .file-upload__drop-instruction {
    display: none;
  }
}
.file-upload__drop-info {
  font-size: 12px;
  color: #c1cdd5;
}
.file-upload__file-name {
  margin-top: 15px;
  font-weight: 600;
}


.floating-overlay {
  position: fixed;
  transition: transform 0.2s ease-in-out;
  transform: translateX(-100%);
  z-index: 9999;
}
.floating-overlay--left {
  left: 0;
}
.floating-overlay--opened {
  transform: translateX(0);
}
.floating-overlay--opened .floating-overlay__content {
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.25);
}
.floating-overlay__content {
  height: 100%;
  overflow: hidden;
}
.floating-overlay__label {
  position: absolute;
  top: 60px;
  right: 0;
  transform: translateX(85px) rotate(-90deg);
  cursor: pointer;
  visibility: hidden;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.25);
}
.floating-overlay__label--visible {
  visibility: visible;
}

.flex-centering {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map__loading,
.map__element {
  height: 100%;
}
.map__container {
  height: 400px;
}
.map__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #10465b;
  flex-wrap: wrap;
  flex-basis: 1200px;
  font-size: 30px;
  font-weight: 400;
  margin: 0 auto 90px;
}
@media (max-width: 739px) {
  .map__title {
    font-size: 20px;
    text-align: center;
    padding: 0 16px;
  }
}
.map__input {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -465px;
  margin: 0 auto;
  padding: 0 16px;
}
.map__input-content {
  max-width: 450px;
  height: 35px;
  border: none;
  border-bottom: 1px grey solid;
  outline: none;
  font-size: 14px;
  width: 80%;
}
.map__input-content::placeholder {
  color: #839cab;
}
@media (max-width: 739px) {
  .map__input-content {
    max-width: unset;
    width: 100%;
  }
}
.map__input-image {
  margin: 10px 10px 0 0;
}
.map__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 50px 0;
}
@media (max-width: 1096px) {
  .map__buttons {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 739px) {
  .map__buttons {
    flex-wrap: wrap;
    padding: 30px 12px;
  }
  .map__buttons a {
    width: 100%;
  }
}
.map__button {
  min-width: 300px;
}
@media (max-width: 1096px) {
  .map__button {
    margin-bottom: 26px;
    min-width: 350px;
  }
}
@media (max-width: 739px) {
  .map__button {
    margin: 10px 0;
    width: 100%;
  }
}

.product-table__row {
  display: flex;
  justify-content: space-between;
  min-height: 56px;
  align-items: center;
  padding: 0 17px;
}
.product-table__row-text {
  line-height: 1.56;
}
.product-table__row-value {
  line-height: 1.56;
  white-space: nowrap;
  padding-left: 10px;
}

.feature {
  /*FutureTabs*/
  /*FeaturesColumn */
}
.feature__content {
  color: #10465b;
  padding: 18px 0 36px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 892px) {
  .feature__content {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1096px) {
  .feature__content {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 739px) {
  .feature__content {
    padding-top: 0;
  }
}
.feature__title {
  color: #10465b;
  font-weight: 400;
  font-size: 44px;
  margin: 36px auto;
  text-align: center;
  padding: 0 30px;
  max-width: 100%;
}
@media (max-width: 1096px) {
  .feature__title {
    margin: 24px auto;
    font-size: 34px;
  }
}
@media (max-width: 739px) {
  .feature__title {
    font-size: 20px;
  }
}
.feature__title--bold {
  font-weight: 700;
}
.feature__columns-container {
  position: relative;
  width: 100%;
}
.feature__columns-container::after {
  content: "";
  width: 1px;
  height: calc(100% - 110px);
  background-color: #839cab;
  top: 32px;
  left: 50%;
  position: absolute;
}
@media (max-width: 739px) {
  .feature__columns-container::after {
    display: none;
  }
}
.feature__columns {
  display: flex;
  margin: 32px auto;
  justify-content: space-around;
}
@media (max-width: 739px) {
  .feature__columns {
    margin: 16px auto;
  }
}
.feature__feature-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-color: #839cab;
  border-style: solid;
  border-width: 1px 0;
}
.feature__feature-button {
  width: 50%;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.feature__feature-button--active {
  font-weight: 600;
  background-color: #10465b;
  color: white;
}
.feature__column {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
@media (max-width: 739px) {
  .feature__column {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
    align-items: stretch;
  }
}
.feature__list {
  list-style: none;
  counter-reset: tabs;
  padding: 0;
  margin: 10px 0;
  width: 100%;
}
@media (max-width: 739px) {
  .feature__list {
    margin: 0;
  }
}
.feature__list-item {
  display: inline-flex;
  align-items: center;
  margin: 8px auto;
  min-height: 46px;
  width: 100%;
}
.feature__list-item::before {
  content: counter(tabs);
  counter-increment: tabs;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 32px;
  border-color: inherit;
  border-radius: 100%;
  border: #10465b 1px solid;
  font-size: 24px;
  margin-right: 14px;
}
.feature__column-title {
  color: #79c9d6;
  font-size: 18px;
  margin: 5px auto;
  line-height: 24px;
}
.feature__summary-text {
  font-size: 24px;
  text-align: center;
  margin: 8px auto 32px;
}
.feature .button {
  padding: 0 25px;
}
@media (max-width: 739px) {
  .feature .button {
    white-space: normal;
    min-width: 0;
    width: 100%;
    height: auto;
    min-height: 48px;
    padding: 5px 0;
  }
}
.feature bold {
  font-weight: 600;
}
.feature strong {
  color: #79c9d6;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*::-moz-focus-inner {
  border: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
h1 {
  font-size: inherit;
}
.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.container--narrow {
  max-width: 1080px;
}
.noscroll {
  overflow: hidden;
}
.underline {
  text-decoration: underline;
}
.flex-centering {
  display: flex;
  align-items: center;
  justify-content: center;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/source-sans-pro-v11-latin_latin-ext-300.eot);
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(../fonts/source-sans-pro-v11-latin_latin-ext-300.eot?#iefix) format('embedded-opentype'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-300.woff2) format('woff2'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-300.woff) format('woff'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-300.ttf) format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/source-sans-pro-v11-latin_latin-ext-regular.eot);
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/source-sans-pro-v11-latin_latin-ext-regular.eot?#iefix) format('embedded-opentype'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-regular.woff2) format('woff2'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-regular.woff) format('woff'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-regular.ttf) format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/source-sans-pro-v11-latin_latin-ext-600.eot);
  /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(../fonts/source-sans-pro-v11-latin_latin-ext-600.eot?#iefix) format('embedded-opentype'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-600.woff2) format('woff2'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-600.woff) format('woff'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-600.ttf) format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/source-sans-pro-v11-latin_latin-ext-700.eot);
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(../fonts/source-sans-pro-v11-latin_latin-ext-700.eot?#iefix) format('embedded-opentype'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-700.woff2) format('woff2'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-700.woff) format('woff'),  url(../fonts/source-sans-pro-v11-latin_latin-ext-700.ttf) format('truetype');
  /* Safari, Android, iOS */
}
.typography-paragraph {
  line-height: 24px;
  color: #343a40;
  font-size: 18px;
  font-weight: 400;
}
.button {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-width: 200px;
  height: 48px;
  border-radius: 30px;
  outline: none;
  border: none;
  padding: 0 60px;
  white-space: nowrap;
  transition: border 0.2s ease;
}
.button--white {
  background-color: white;
  color: #a7cb00;
  border: 1px solid #a7cb00;
  font-weight: 600;
}
.button--white:hover {
  border: 2px solid #9bbc02;
}
.button--green {
  background-color: #a7cb00;
  color: white;
  border: 2px solid #a7cb00;
}
.button--green:hover {
  border: 2px solid rgba(16, 70, 91, 0.3);
  color: rgba(16, 70, 91, 0.3);
}
.button--green:hover:after {
  border: solid rgba(16, 70, 91, 0.3);
  border-width: 0 3px 3px 0;
}
.button--blue {
  background-color: #35cad8;
  color: white;
  border: 2px solid #35cad8;
}
.button--blue:hover {
  border: 2px solid #00a4e4;
}
.button--transparent {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.button--transparent:hover {
  box-shadow: 0 0 0 2px white;
}
.page-button {
  display: flex;
  justify-content: center;
}
@media (max-width: 739px) {
  .page-button a,
  .page-button .button {
    width: 100%;
  }
}
@media (min-width: 739px) {
  .seo-button {
    display: none;
  }
}
.page-title-section {
  height: 250px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1096px) {
  .page-title-section {
    height: 225px;
  }
}
@media (max-width: 739px) {
  .page-title-section {
    height: 200px;
  }
}
.page-title {
  position: relative;
  font-weight: 700;
  color: white;
  font-size: 44px;
  height: 100%;
  padding-top: 60px;
  padding-left: 100px;
  align-items: center;
  display: flex;
}
.page-title--primary {
  color: #79c9d6;
}
.page-title--darkblue {
  color: #10465b;
}
.page-title--blue {
  color: #79c9d6;
}
@media (max-width: 1096px) {
  .page-title {
    padding-left: 50px;
    font-size: 38px;
  }
}
@media (max-width: 739px) {
  .page-title {
    padding-left: 20px;
    font-size: 34px;
  }
}
.page-section {
  padding: 20px 100px;
}
@media (max-width: 1096px) {
  .page-section {
    padding: 20px 50px;
  }
}
@media (max-width: 739px) {
  .page-section {
    padding: 20px;
  }
}
.page-section + .page-section {
  padding-top: 0;
}
@media (min-width: 1096px) {
  .page-section p:first-child,
  .page-section .page-col-subtitle:first-child {
    margin-top: 0;
  }
}
.page-col-title {
  font-size: 38px;
  line-height: 38px;
  color: #10465b;
  font-weight: 300;
  margin: 20px 0;
}
.page-col-subtitle {
  font-size: 24px;
  font-weight: normal;
  color: #10465b;
  margin: 20px 0;
}
.section__title--blue {
  color: #79c9d6;
}
.section__title--regular {
  font-weight: 400;
}
.table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}
.table tr {
  height: 40px;
}
.table tr:not(:last-of-type) {
  border-bottom: 1px solid #79c9d6;
}
* {
  font-family: 'Source Sans Pro', sans-serif;
}
body,
p {
  line-height: 24px;
  color: #343a40;
  font-size: 18px;
  font-weight: 400;
}
body {
  line-height: normal;
}
p {
  margin-bottom: 16px;
  margin-top: 8px;
}
a {
  text-decoration: none;
  color: #a7cb00;
}
a:focus,
a:active {
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #a7cb00;
}
a:active {
  color: #79c9d6;
  text-decoration: none;
}
.bold {
  font-weight: 700;
}
.bold--blue {
  color: #79c9d6;
}
.bold--darkblue {
  color: #10465b;
}
.title {
  font-size: 38px;
  font-weight: 300;
  margin: 35px 0;
}
@media (max-width: 1096px) {
  .title {
    font-size: 30px;
    font-weight: 300;
  }
}
@media (max-width: 739px) {
  .title {
    font-size: 24px;
    font-weight: 300;
  }
}
.title--centered {
  text-align: center;
}
@media (max-width: 739px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.padding--vertical {
  padding: 20px 0;
}
.statement {
  display: block;
  margin: 10px 16px !important;
  font-size: 15px;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .statement {
    margin: 10px auto !important;
    max-width: 1400px;
  }
}
.showDesktop {
  display: none;
}
@media (min-width: 1096px) {
  .showDesktop {
    display: inline;
  }
}
.showMobile {
  display: inline;
}
@media (min-width: 1096px) {
  .showMobile {
    display: none;
  }
}
.readMoreButton {
  color: #007ca3;
  cursor: pointer;
  margin: 0 5px;
}
@media (min-width: 1096px) {
  .readMoreButton {
    display: none;
  }
}
.page-title-section {
  background-size: cover;
}
.page404 {
  flex-direction: column;
  padding: 92px 0 48px;
}
.page404 .text404 {
  font-weight: normal;
  padding: 8px 0 24px;
  font-size: 34px;
  text-shadow: none;
}
.page404 .text404 .strong {
  color: #79c9d6;
}
.features {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.features__maintitle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #10465b;
  flex-wrap: wrap;
  flex-basis: 1200px;
  font-size: 34px;
  font-weight: 400;
  padding: 40px;
  margin: 0;
  text-align: center;
  line-height: 34px;
  width: calc(100vw - 32px);
}
.features__maintitle__bold {
  font-weight: 600;
  padding-left: 5px;
}
.gradient {
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 275px;
}
.zdp__text {
  margin: 10px 0 30px 0;
}
.zdp__first-img-row {
  display: flex;
  align-items: center;
}
.zdp__first-img-row > div:first-of-type {
  flex: 3;
}
.zdp__first-img-row > div:last-of-type {
  flex: 2;
}
@media (max-width: 1096px) {
  .zdp__first-img-row {
    flex-direction: column;
  }
}
.zdp__second-img-row {
  display: flex;
  align-items: center;
}
.zdp__second-img-row > div:first-of-type {
  flex: 3;
}
.zdp__second-img-row > div:last-of-type {
  flex: 1;
}
@media (max-width: 1096px) {
  .zdp__second-img-row {
    flex-direction: column;
  }
}
.zdp__first-img {
  background: center center no-repeat;
  background-size: contain;
  height: 120px;
  width: 467px;
}
.zdp__second-img {
  height: 170px;
  width: 270px;
  background: center center no-repeat;
  background-size: contain;
  margin-top: 40px;
}
.obsluga-klienta .page-col-subtitle {
  line-height: 34px;
  margin: 40px 0 25px 0;
}
.kontakt-dla-mediow {
  padding-bottom: 15px;
}

