html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.grid-container {
  width: 100%;
  max-width: 1876px;
  margin: 0 auto; }

.row {
  display: flex;
  flex-wrap: wrap; }

[class*='col-'] {
  max-width: 8.33333%;
  min-height: 1px;
  margin-left: 10px;
  margin-right: 10px;
  flex-basis: 8.33333%; }

.col-1 {
  max-width: 8.33333%;
  flex-basis: 8.33333%;
  position: relative; }

.col-2 {
  max-width: 16.66667%;
  flex-basis: 16.66667%;
  position: relative; }

.col-3 {
  max-width: 25%;
  flex-basis: 25%;
  position: relative; }

.col-4 {
  max-width: 33.33333%;
  flex-basis: 33.33333%;
  position: relative; }

.col-5 {
  max-width: 41.66667%;
  flex-basis: 41.66667%;
  position: relative; }

.col-6 {
  max-width: 50%;
  flex-basis: 50%;
  position: relative; }

.col-7 {
  max-width: 58.33333%;
  flex-basis: 58.33333%;
  position: relative; }

.col-8 {
  max-width: 66.66667%;
  flex-basis: 66.66667%;
  position: relative; }

.col-9 {
  max-width: 75%;
  flex-basis: 75%;
  position: relative; }

.col-10 {
  max-width: 83.33333%;
  flex-basis: 83.33333%;
  position: relative; }

.col-11 {
  max-width: 91.66667%;
  flex-basis: 91.66667%;
  position: relative; }

.col-12 {
  max-width: 100%;
  flex-basis: 100%;
  position: relative; }

.col-offset-1 {
  margin-left: calc(((100% - (12/ 1 - 1) * 10px) / 12 * 1 ) + 20px + 20px); }

.col-offset-2 {
  margin-left: calc(((100% - (12/ 2 - 1) * 10px) / 12 * 2 ) + 20px + 20px); }

.col-offset-3 {
  margin-left: calc(((100% - (12/ 3 - 1) * 10px) / 12 * 3 ) + 20px + 20px); }

.col-offset-4 {
  margin-left: calc(((100% - (12/ 4 - 1) * 10px) / 12 * 4 ) + 20px + 20px); }

.col-offset-5 {
  margin-left: calc(((100% - (12/ 5 - 1) * 10px) / 12 * 5 ) + 20px + 20px); }

.col-offset-6 {
  margin-left: calc(((100% - (12/ 6 - 1) * 10px) / 12 * 6 ) + 20px + 20px); }

.col-offset-7 {
  margin-left: calc(((100% - (12/ 7 - 1) * 10px) / 12 * 7 ) + 20px + 20px); }

.col-offset-8 {
  margin-left: calc(((100% - (12/ 8 - 1) * 10px) / 12 * 8 ) + 20px + 20px); }

.col-offset-9 {
  margin-left: calc(((100% - (12/ 9 - 1) * 10px) / 12 * 9 ) + 20px + 20px); }

.col-offset-10 {
  margin-left: calc(((100% - (12/ 10 - 1) * 10px) / 12 * 10 ) + 20px + 20px); }

.col-offset-11 {
  margin-left: calc(((100% - (12/ 11 - 1) * 10px) / 12 * 11 ) + 20px + 20px); }

.col-offset-12 {
  margin-left: calc(((100% - (12/ 12 - 1) * 10px) / 12 * 12 ) + 20px + 20px); }

body
.header--dom-mediowy {
  font-family: 'Lato Light', sans-serif;
  font-size: 23px;
  margin-bottom: 22px;
  margin-top: 20px; }
  body
.header--dom-mediowy .row {
    overflow: inherit;
    flex-wrap: nowrap; }
  body
.header--dom-mediowy .col-12 {
    margin: 0px; }
  body
.header--dom-mediowy .main-navigation__list--element {
    display: flex;
    text-align: center;
    align-items: center;
    color: #664593;
    transition: background-color 1s;
    min-height: 50px;
    min-width: 100px;
    justify-content: center; }

.main-navigation__list--element.no-after:after, .main-navigation__list--element.no-before:before {
  display: none; }

.subsite-logo {
  display: none; }

.subsite-navigation {
  display: none; }

.main-navigation__list--element:not(.nav-1) {
  padding: 0px 2.6vw;
  white-space: nowrap; }

.sticky {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  max-width: 1876px; }

@supports (-ms-ime-align: auto) {
  .main-navigation__list--element:not(.nav-1) {
    padding: 0px 2.56vw; } }

.nav-1 {
  background: #68a695;
  padding: 0px; }

.home-page {
  display: none; }

.nav-1:hover {
  background: #518a7a; }

.nav-2 {
  background: #b5f1c5; }

.nav-2:hover {
  background: #8ae9a3; }

.nav-3 {
  background: #acdfde; }

.nav-3:hover {
  background: #87d1cf; }

.nav-4 {
  background: #ffec84; }

.nav-4:hover {
  background: #ffe451; }

.nav-4:hover::after {
  border-color: transparent #ffe451 transparent transparent; }

.nav-4::after {
  content: '';
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: transparent #ffec84 transparent transparent;
  position: absolute;
  transform: rotate(45deg);
  float: left;
  transition: border-color 1s;
  top: 70%; }

.nav-5 {
  background: #fff6c5; }

.nav-5:hover {
  background: #ffee92; }

.nav-6 {
  background: #ffc6c6; }

.nav-6:hover {
  background: #ff9393; }

.nav-7 {
  background: #acecff; }

.nav-7:hover {
  background: #79e0ff; }

.nav-8 {
  background: #db9a85; }

.nav-8:hover {
  background: #cf795e; }

.main-navigation__list__link--dm {
  text-decoration: none;
  color: inherit; }

.main-navigation__list--element a:hover {
  font-weight: bold; }

.main-navigation__list--element a:after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.main-banner.dm {
  background: url("/images/banner-dm.jpg");
  max-height: 650px;
  background-color: #89EBFD;
  background-repeat: no-repeat;
  background-position: bottom left; }

.dm .main-banner__text {
  padding: 76px 70px 76px 60px;
  max-width: 895px;
  transform: translate(30%, 18%);
  margin-right: 25%; }

.dm .main-banner__text::before {
  transform: translate(-89%, 17%) rotate(146deg);
  border-width: 77px 0 0 218px;
  display: block; }

.main-banner-dom__text--heading {
  font-size: 36px;
  margin-bottom: 55px;
  font-family: 'Lato Medium', sans-serif; }

.main-banner-dom__text--paragraph {
  font-size: 24px;
  font-family: 'Lato Thin', sans-serif; }

.mb-sub-text {
  background: #38A896; }

.mb-sub-text .main-banner__sub-text {
  color: #ffffff;
  font-family: 'Lato Thin', sans-serif;
  font-size: 24px;
  margin-top: 2.3%;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 3%; }

.section-one-dm p, .section-one-dm h2 {
  position: relative;
  z-index: 2; }

.section-one-dm .col-6 {
  margin: 0px; }

.section-one-dm__left {
  background: url("/images/kompleksowo.jpg");
  height: 592px;
  position: relative;
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #ffec84; }

.section-one-dm__right {
  background: url("/images/obrot.jpg");
  height: 592px;
  position: relative;
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #E1C4FA; }

.section-one-dm__left__heading, .section-one-dm__right__heading {
  font-size: 36px;
  font-family: 'Lato Medium', sans-serif;
  line-height: 43px; }

.section-one-dm__left__heading {
  margin-bottom: 42px;
  position: relative;
  z-index: 2; }

.section-one-dm__right__heading {
  margin-bottom: 39px;
  margin-left: 10px; }

.section-one-dm__left__txt {
  color: #60356c;
  max-width: 53%;
  margin: 45px 45px;
  padding: 40px 40px 40px 40px; }

.section-one-dm__left__txt::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 65px 0 0 174px;
  border-color: transparent #ffffff;
  transform: rotate(-37deg);
  z-index: 1;
  display: inline-block;
  left: 50%;
  top: 11%; }

.section-one-dm__right__txt {
  color: #c05ec4;
  max-width: 59%;
  padding: 55px 22px 70px 23px;
  margin: 44px 35px 50px 0px;
  transform: translate(64%, 0%); }

.section-one-dm__right__txt::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 88px 0 0 174px;
  border-color: transparent #ffffff;
  transform: translate(-59%, 9%) rotate(130deg);
  z-index: -1;
  display: inline-block; }

@supports (-ms-ime-align: auto) {
  .section-one-dm__right__txt {
    margin: 32px 35px 50px 0px;
    padding: 37px 22px 70px 23px; }
  .section-one-dm__right__txt::before {
    transform: translate(-59%, 23%) rotate(130deg); } }

.section-one-dm__left__paragraph, .section-one-dm__right__paragraph {
  font-size: 24px;
  font-family: 'Lato Thin', sans-serif;
  line-height: 29px; }

.section-one-dm__right__paragraph {
  margin-left: 10px; }

.section-one-dm__right__list {
  margin-left: 10px;
  list-style-type: disc;
  font-size: 24px;
  margin: 40px 0px;
  padding-left: 70px;
  font-family: 'Lato Thin', sans-serif; }

.footer-dm {
  height: 428px;
  background: url("/images/footer-dom.jpg");
  color: #8f1e36;
  margin-bottom: 20px;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #DB9A84; }
  .footer-dm .row {
    overflow: inherit; }

.footer-dm__text--link {
  font-family: 'Lato Thin', sans-serif;
  font-size: 24px;
  color: #8f1e36;
  text-decoration: none;
  border-bottom: 1px solid; }

.footer-dm__text--link:hover {
  font-weight: bold; }

.footer-dm__text {
  text-align: right;
  max-width: 80%;
  padding-top: 40px;
  padding-left: 65px;
  padding-right: 88px;
  padding-bottom: 30px;
  transform: translate(10%, 106%); }

.footer-dm__text--heading {
  font-family: 'Lato Medium', sans-serif;
  font-size: 36px;
  text-align: left;
  margin-bottom: 40px; }

.footer-dm__text::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 98px 0 0 174px;
  border-color: transparent #ffffff;
  transform: translate(-87%, 1%) rotate(196deg);
  z-index: -1;
  display: block; }

@media (max-width: 1824px) {
  .main-navigation__list--element:not(.nav-1) {
    white-space: inherit; } }

@media (max-width: 1755px) {
  .section-one-dm__left__paragraph, .section-one-dm__right__paragraph {
    font-size: 20px; }
  .section-one-dm__left__heading, .section-one-dm__right__heading {
    font-size: 30px; }
  .section-one-dm__right__list {
    font-size: 20px; } }

@media (max-width: 1648px) {
  .main-banner.dm {
    max-height: inherit;
    background-size: 100%; }
  .dm .main-banner__text {
    padding: 4vw 4vw 4vw 3.1vw;
    margin-top: 2%; }
  .main-banner-dom__text--heading {
    font-size: 32px; }
  .main-banner-dom__text--paragraph {
    font-size: 20px; }
  .mb-sub-text .main-banner__sub-text {
    font-size: 20px; } }

@media (max-width: 1515px) {
  .section-one-dm__right__txt {
    max-width: 80%;
    padding: 20px 22px 30px 23px;
    transform: translate(20%, -9%); }
  .section-one-dm__left__heading, .section-one-dm__right__heading {
    line-height: inherit;
    margin-bottom: 19px; }
  .section-one-dm__left__paragraph, .section-one-dm__right__paragraph {
    line-height: inherit; }
  .section-one-dm__right__list {
    margin: 10px 0; }
  .section-one-dm__right__txt::before {
    transform: rotate(130deg);
    top: 92%;
    right: 10%; } }

@media (max-width: 1304px) {
  .dm .main-banner__text::before {
    border-width: 69px 0 0 177px; } }

@media (max-width: 1296px) {
  body .header--dom-mediowy {
    font-size: 20px; } }

@media (max-width: 1192px) {
  .section-one-dm__left__txt {
    padding: 40px 20px 40px 20px;
    transform: translate(-7%, -6%);
    width: 68%;
    max-width: initial; }
  .section-one-dm__left__txt::before {
    transform: rotate(35deg);
    left: 78%;
    top: 24%; } }

@media (max-width: 1151px) {
  .nav-4::after {
    top: 73%; } }

@media (max-width: 1129px) {
  body .header--dom-mediowy {
    font-size: 16px; }
  .nav-4::after {
    top: 69%; } }

@media (max-width: 1120px) {
  .footer-dm__text--heading {
    font-size: 30px; } }

@media (max-width: 1046px) {
  .dm .main-banner__text {
    width: 100%;
    transform: translate(-23%, 1%); }
  .dm .main-banner__text::before {
    transform: translate(151%, 326%) rotate(130deg); } }

@media (max-width: 996px) {
  .footer-dm__text {
    transform: translate(10%, 38%);
    max-width: 90%; }
  .footer-dm__text::before {
    border-width: 84px 0 0 152px;
    transform: translate(-87%, 1%) rotate(140deg); } }

@media (max-width: 899px) {
  .main-banner-dom__text--heading {
    margin-bottom: 0px; } }

@media (max-width: 874px) {
  .nav-4::after {
    top: 75%; } }

@media (max-width: 845px) {
  body .header--dom-mediowy {
    font-size: 14px; }
  .nav-4::after {
    top: 70%; } }

@media (max-width: 800px) {
  .main-banner.dm {
    margin-top: 72px; }
  .subsite-logo {
    display: inherit; }
  .dm .main-banner__text {
    transform: translate(0%, 1%); }
  .dm .main-banner__text::before {
    transform: translate(-93%, 59%) rotate(130deg);
    border-width: 40px 0 0 77px; }
  .section-one-dm__left__txt {
    width: 56%; }
  .section-one-dm__left__txt::before {
    transform: rotate(-36deg); }
  .section-one-dm__right__txt {
    max-width: 56%;
    transform: translate(72%, -9%); }
  .section-one-dm__right__txt::before {
    border-width: 68px 0 0 123px;
    top: 18%;
    left: -15%;
    right: inherit; }
  .footer-dm__text {
    transform: translate(-6%, 8%);
    max-width: 100%; }
  .footer-dm__text::before {
    transform: translate(75%, 206%) rotate(129deg); } }

@media (max-width: 740px) {
  .dm .main-banner__text::before {
    transform: translate(-85%, 59%) rotate(130deg); } }

@media (max-width: 693px) {
  .footer-dm__text::before {
    transform: translate(108%, 152%) rotate(129deg);
    border-width: 72px 0 0 112px; }
  .footer-dm__text {
    padding-top: 14px;
    padding-left: 36px;
    padding-right: 33px;
    padding-bottom: 16px; }
  .footer-dm__text--heading {
    font-size: 26px; }
  .footer-dm__text--link {
    font-size: 20px; } }

@media (max-width: 602px) {
  .footer-dm__text {
    width: 141%;
    max-width: unset;
    transform: translate(-33%, 8%); } }

@media (max-width: 550px) {
  .section-one-dm__left, .section-one-dm__right {
    min-height: 492px; }
  .section-one-dm__left__heading, .section-one-dm__right__heading {
    margin-bottom: 0px;
    font-size: 27px; }
  .section-one-dm__left__paragraph, .section-one-dm__right__paragraph, .section-one-dm__right__list {
    font-size: 16px; }
  .dm .main-banner__text::before {
    transform: translate(-81%, 59%) rotate(130deg); }
  .footer-dm {
    height: 374px; } }

@media (max-width: 530px) {
  .main-banner-dom__text--heading {
    font-size: 27px; }
  .main-banner-dom__text--paragraph {
    font-size: 16px; }
  .main-banner-dom__text--paragraph {
    font-size: 16px; } }

@media (max-width: 500px) {
  .main-banner.dm {
    height: 355px !important;
    background-size: 613px; }
  .dm .main-banner__text::before {
    transform: translate(441%, 305%) rotate(130deg); } }

@media (max-width: 467px) {
  .dm .main-banner__text::before {
    transform: translate(441%, 373%) rotate(130deg); } }

@media (max-width: 463px) {
  .footer-dm__text::before {
    transform: translate(108%, 192%) rotate(129deg); } }

@media (max-width: 444px) {
  .footer-dm__text--heading {
    font-size: 20px; }
  .footer-dm__text--link {
    font-size: 16px; }
  .footer-dm__text::before {
    transform: translate(108%, 126%) rotate(129deg); } }

@media (max-width: 450px) {
  .section-one-dm__left__heading, .section-one-dm__right__heading {
    font-size: 20px; }
  .section-one-dm__left__paragraph, .section-one-dm__right__paragraph, .section-one-dm__right__list {
    font-size: 12px; }
  .section-one-dm__left__txt {
    width: 80%; }
  .section-one-dm__left__txt::before {
    border-width: 51px 0 0 98px;
    transform: rotate(25deg);
    right: 33%;
    top: 84%;
    left: initial; }
  .section-one-dm__right__txt {
    max-width: 80%;
    transform: translate(19%, -9%); }
  .section-one-dm__right__txt::before {
    top: 89%;
    right: 25%;
    left: inherit; } }

@media (max-width: 449px) {
  .dm .main-banner__text::before {
    transform: translate(396%, 411%) rotate(130deg); } }

@media (max-width: 422px) {
  .mb-sub-text .main-banner__sub-text {
    font-size: 12px; }
  .dm .main-banner__text::before {
    transform: translate(370%, 406%) rotate(130deg);
    border-width: 40px 0 0 77px; } }

@media (max-width: 391px) {
  .footer-dm__text::before {
    transform: translate(89%, 161%) rotate(129deg); }
  .footer-dm {
    height: 338px; } }

@media (max-width: 386px) {
  .dm .main-banner__text::before {
    transform: translate(334%, 444%) rotate(130deg); } }

@media (max-width: 375px) {
  .footer-dm {
    max-height: 400px; }
  .footer-dm__text::before {
    transform: translate(96%, 158%) rotate(129deg); } }

@media (max-width: 369px) {
  .footer-dm__text::before {
    transform: translate(71%, 158%) rotate(129deg); } }

@media (max-width: 370px) {
  .dm .main-banner__text::before {
    transform: translate(301%, 440%) rotate(130deg); } }

@media (max-width: 334px) {
  .dm .main-banner__text::before {
    transform: translate(280%, 482%) rotate(130deg); } }

.main-navigation.idea .nav-2::after {
  content: '';
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: transparent #b5f1c5 transparent transparent;
  position: absolute;
  transform: translate(0%, 84%) rotate(45deg);
  float: left;
  transition: border-color 1s; }

.main-navigation.idea .nav-2:hover::after {
  border-color: transparent #8ae9a3 transparent transparent; }

.main-navigation.idea .nav-4::after {
  display: none; }

.main-idea-section {
  margin-bottom: 20px; }
  .main-idea-section .col-6 {
    margin: 0 0; }

.main-idea-section__left {
  height: 966px;
  background: url("/images/idea-background.jpg");
  background-size: cover;
  background-position: center; }

.main-idea-section__left__heading {
  color: #b47153;
  font-size: 47.7px;
  font-family: 'Lato Light', sans-serif !important;
  margin-top: 75px;
  margin-left: 85px; }

.main-idea-section__right {
  background: #d5f6ff;
  height: 966px; }

.main-idea-section__right-txt {
  font-size: 24px;
  font-family: 'Lato Thin',sans-serif !important;
  color: #0085ae;
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding: 20% 0;
  text-align: right;
  line-height: 1.2; }

.main-idea-section__right-txt--paragraph {
  margin-bottom: 40px;
  text-align: left;
  font-family: 'Lato Thin',sans-serif !important; }

.main-idea-section__right--signature {
  font-family: 'Lato Regular',sans-serif !important;
  margin-bottom: 50px; }

.main-idea-section__right--cta {
  color: inherit; }

.main-idea-section__right--cta:hover {
  font-weight: bold; }
.footer-links {
  text-align: right;
  padding: 0 10px 20px;
}
.footer-link:first-child,
.footer-link:nth-child(2) {
  margin-right: 5px;
}@media (max-width: 1296px) {
  .main-navigation.idea .nav-2::after {
    transform: translate(0%, 80%) rotate(45deg); } }

@media (max-width: 1151px) {
  .main-navigation.idea .nav-2::after {
    transform: translate(0%, 84%) rotate(45deg); } }

@media (max-width: 1129px) {
  .main-navigation.idea .nav-2::after {
    transform: translate(0%, 80%) rotate(45deg); } }

@media (max-width: 1060px) {
  .main-idea-section__right-txt {
    font-size: 20px; }
  .main-idea-section__left__heading {
    font-size: 43.7px; } }

@media (max-width: 874px) {
  .main-navigation.idea .nav-2::after {
    transform: translate(0%, 99%) rotate(45deg); } }

@media (max-width: 845px) {
  .main-navigation.idea .nav-2::after {
    transform: translate(0%, 80%) rotate(45deg); } }

@media(max-width:600px){
  .footer-link{
    display: block;
    text-align: center;
    margin-top: 0.5rem;
  }
}

@media (max-width: 500px) {
  .main-idea-section__right {
    height: auto; } }

@media (max-width: 450px) {
  .main-idea-section__left {
    height: 800px; }
  .main-idea-section__left__heading {
    font-size: 36px;
    margin-left: 15px; }
  .main-idea-section__right-txt {
    font-size: 17px; } }

.main-navigation.poufnosc .nav-5::after {
  content: '';
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: transparent #fff6c5 transparent transparent;
  position: absolute;
  transform: translate(0%, 84%) rotate(45deg);
  float: left;
  transition: border-color 1s; }

.main-navigation.poufnosc .nav-5:hover::after {
  border-color: transparent #ffee92 transparent transparent; }

.main-navigation.poufnosc .nav-4::after {
  display: none; }

.main-poufnosc-section {
  margin-bottom: 20px; }
  .main-poufnosc-section .col-6 {
    margin: 0 0; }

.main-poufnosc-section__left {
  height: 966px;
  background: url("/images/poufnosc-background.jpg");
  background-size: cover;
  background-position: center bottom; }

.main-poufnosc-section__left__heading {
  color: #275f50;
  font-size: 47.7px;
  font-family: 'Lato Light', sans-serif;
  margin-top: 75px;
  margin-left: 85px;
  line-height: 58px; }

.main-poufnosc-section__right {
  background: #f0fae6;
  height: 966px; }

.main-poufnosc-section__right-txt {
  font-size: 23px;
  font-family: 'Lato Thin',sans-serif;
  color: #555f39;
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding: 28% 0;
  text-align: right;
  line-height: 28px; }

.main-poufnosc-section__right-txt--paragraph {
  margin-bottom: 40px;
  text-align: left; }

.main-poufnosc-section__right--signature {
  font-family: 'Lato Regular',sans-serif;
  margin-bottom: 50px; }

@media (max-width: 1500px) {
  .main-poufnosc-section__left {
    background-position: center bottom;
    background-size: 121%;
    background-repeat: no-repeat;
    background-color: #71D7C6; } }

@media (max-width: 1296px) {
  .main-navigation.poufnosc .nav-5::after {
    transform: translate(0%, 80%) rotate(45deg); } }

@media (max-width: 1129px) {
  .main-navigation.poufnosc .nav-5::after {
    transform: translate(0%, 80%) rotate(45deg); } }

@media (max-width: 1060px) {
  .main-poufnosc-section__right-txt {
    font-size: 20px; }
  .main-poufnosc-section__left__heading {
    font-size: 43.7px; } }

@media (max-width: 874px) {
  .main-navigation.poufnosc .nav-5::after {
    transform: translate(0%, 99%) rotate(45deg); } }

@media (max-width: 845px) {
  .main-navigation.poufnosc .nav-5::after {
    transform: translate(0%, 80%) rotate(45deg); } }

@media (max-width: 500px) {
  .main-poufnosc-section__left {
    height: 666px; }
  .main-poufnosc-section__right {
    height: auto; }
  .main-poufnosc-section__left__heading {
    margin-left: 0px; } }

@media (max-width: 450px) {
  .main-poufnosc-section__left__heading {
    font-size: 36px; }
  .main-poufnosc-section__right-txt {
    font-size: 17px;
    line-height: inherit; } }

.main-navigation.kontakt .nav-8::after {
  content: '';
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: transparent #db9a85 transparent transparent;
  position: absolute;
  transform: translate(0%, 84%) rotate(45deg);
  float: left;
  transition: border-color 1s; }

.main-navigation.kontakt .nav-8:hover::after {
  border-color: transparent #cf795e transparent transparent; }

.main-navigation.kontakt .nav-4::after {
  display: none; }

.main-kontakt-banner {
  background: url("/images/kontakt-main.jpg");
  height: auto;
  background-position: 87%;
  background-repeat: no-repeat;
  background-color: #95E0DF;
  background-size: cover; }
  .main-kontakt-banner .row {
    overflow: visible; }

.main-kontakt-banner__txt {
  text-align: center;
  font-size: 36px;
  color: #238759;
  line-height: 44px;
  font-family: 'Lato Medium',sans-serif;
  width: 55%;
  padding: 37px 60px;
  margin: 30px 23%; }

.success-message-container {
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1000;
  justify-content: center;
  font-family: 'Lato Regular', sans-serif;
  font-size: 23px;
  color: #ffffff;
  top: 0%;
  transition: z-index 2s linear; }

.success-message {
  background: #55CFE8;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: left;
  flex-direction: column;
  border-radius: 1%;
  transition: opacity 2s linear;
  opacity: 0;
  width: 100%;
  height: 100%; }
  .success-message p {
    margin: 10px 34vw;
    text-align: left;
    width: 34%;
    max-width: 650px; }

.success-close {
  text-decoration: underline;
  font-family: 'Lato Light',sans-serif;
  cursor: pointer; }
  .success-close:hover {
    font-weight: bold; }

.error-message-container {
  display: flex;
  width: 100vw;
  height: 200px;
  position: fixed;
  z-index: -1000;
  justify-content: center;
  font-family: 'Lato Regular', sans-serif;
  font-size: 23px;
  color: #9a1539;
  transition: z-index 2s linear; }

.error-message {
  background: #f17575;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: left;
  flex-direction: column;
  border-radius: 1%;
  opacity: 0;
  transition: opacity 2s linear;
  box-shadow: 0px 0px 6px 0px; }
  .error-message p {
    margin: 10px 40px; }

.error-close {
  text-decoration: underline;
  cursor: pointer; }
  .error-close:hover {
    font-weight: bold; }

.main-kontakt-banner__txt--header {
  z-index: 2;
  position: relative; }

.main-kontakt-banner__txt::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 121px 0 0 125px;
  border-color: transparent #ffffff;
  transform: rotate(173deg);
  z-index: 1;
  display: inline-block;
  top: 43%;
  right: 25%; }

.main-kontakt-banner__form .col-4, .main-kontakt-banner__form .col-12 {
  margin: 0px; }

.main-kontakt-banner__form input:not(#submit-btn):not(#acceptance) {
  height: 55px;
  width: 21.5vw;
  margin-bottom: 20px;
  border: none;
  font-family: 'Lato Thin',sans-serif;
  font-size: 23px;
  padding-left: 30px;
  color: #238759; }

.main-kontakt-banner__form input::placeholder {
  color: #238759;
  font-size: 23px;
  font-family: 'Lato Thin', sans-serif; }

#message {
  width: 44.5vw;
  border: none;
  resize: none;
  margin-left: 90px;
  font-family: 'Lato Thin',sans-serif;
  font-size: 23px;
  max-height: 166px;
  padding-left: 30px;
  padding-top: 25px;
  color: #238759; }

#message::placeholder {
  color: #238759;
  font-size: 23px;
  font-family: 'Lato Thin', sans-serif; }

.submit-btn {
  text-align: center; }

#name, #mail, #company {
  margin-left: 90px; }

#surname, #phone {
  margin-left: -14.2%; }

.main-kontakt-banner .main-kontakt-banner__form #company {
  width: 44.5vw; }

.g-recaptcha {
  margin-left: 79px;
  margin-top: 20px;
  margin-bottom: 20px; }

#submit-btn {
  color: #238759;
  font-size: 23px;
  font-family: 'Lato Thin', sans-serif;
  background: no-repeat;
  border: none;
  border-bottom: 1px solid;
  margin-top: 35px;
  margin-left: 19%; }
  #submit-btn:hover {
    cursor: pointer; }

.main-kontakt-banner__form .acceptance-container {
  margin-left: 90px; }

.acceptance {
  color: #238759;
  font-family: 'Lato Light',sans-serif;
  line-height: 1.2; }

.star-info {
  position: absolute;
  transform: translate(313%, 246%); }

.no-margin {
  margin: 0px; }

.kontakt-footer {
  margin-bottom: 20px; }

.kontakt-footer__left {
  height: 648px;
  background: url("/images/kontakt-kontakt.jpg");
  background-position: right;
  background-position: bottom right;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #F09B84; }
  .kontakt-footer__left .row {
    height: 100%; }

.kontakt-footer__right {
  height: 648px;
  background: #fdf0ab; }
  .kontakt-footer__right .row {
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: visible; }

.arrow-kontakt {
  position: relative;
  transform: translate(0%, 0%);
  text-align: center; }

.kontakt-footer__address {
  color: #8f1e36;
  font-size: 23px;
  line-height: 30px;
  font-family: 'Lato Thin', sans-serif;
  width: 86%;
  padding: 45px 65px;
  margin-top: 30px;
  margin-left: 39px;
  position: relative;
  z-index: 2; }
  .kontakt-footer__address a {
    color: inherit;
    text-decoration: none;
    position: relative;
    z-index: 2; }
    .kontakt-footer__address a:hover {
      text-decoration: underline; }

.kontakt-footer-first-a {
  margin-top: 30px;
  display: inline-block; }

.kontakt-footer__left__text--heading {
  font-family: 'Lato Medium', sans-serif; }

.kontakt-footer__address::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 204px 0 0 80px;
  border-color: transparent #ffffff;
  transform: translate(7%, -8%) rotate(170deg);
  z-index: 1;
  display: inline-block; }

.kontakt-footer__right__map-container::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 204px 0 0 58px;
  border-color: transparent #ffffff;
  transform: translate(-210%, 98%) rotate(-97deg);
  z-index: 1;
  display: inline-block; }

.kontakt-footer__right__map {
  width: 99%;
  padding: 17px 12px 17px 18px;
  position: relative;
  z-index: 2; }

@media (min-width: 1903px) {
  .main-kontakt-banner__form input:not(#submit-btn):not(#acceptance) {
    width: 412.8px; }
  #message {
    width: 854.39px; } }

@media (max-width: 1884px) {
  .main-kontakt-banner__txt::after {
    top: 56%; } }

@media (max-width: 1781px) {
  .kontakt-footer__address::after {
    transform: translate(-48%, -8%) rotate(170deg); } }

@media (max-width: 1731px) {
  #surname, #phone {
    margin-left: -13%; } }

@media (max-width: 1650px) {
  .kontakt-footer-first-a {
    margin-top: 15px; }
  .kontakt-footer__address::after {
    border-width: 178px 0 0 77px; } }

@media (max-width: 1612px) {
  .kontakt-footer__right__map-container {
    transform: translate(6%, 0%); }
  .kontakt-footer__right__map-container::before {
    border-width: 180px 0 0 58px;
    transform: translate(-190%, 98%) rotate(-97deg); } }

@media (max-width: 1621px) {
  #surname, #phone {
    margin-left: -12%; } }

@media (max-width: 1580px) {
  .kontakt-footer__address {
    font-size: 20px; } }

@media (max-width: 1510px) {
  .kontakt-footer__address::after {
    transform: translate(-109%, -8%) rotate(170deg); } }

@media (max-width: 1525px) {
  #surname, #phone {
    margin-left: -11%; } }

@media (max-width: 1450px) {
  #surname, #phone {
    margin-left: -10%; } }

@media (max-width: 1410px) {
  .kontakt-footer__address {
    padding-left: 30px; } }

@media (max-width: 1386px) {
  #surname, #phone {
    margin-left: -9%; } }

@media (max-width: 1378px) {
  .kontakt-footer__right__map-container {
    transform: translate(6%, 9%); }
  .kontakt-footer__right__map-container::before {
    border-width: 180px 0 0 58px;
    transform: translate(-190%, 87%) rotate(-97deg); } }

@media (max-width: 1370px) {
  .submit-btn {
    text-align: left;
    flex-basis: 100%;
    max-width: 100%; }
  #submit-btn {
    margin-bottom: 5%;
    margin-left: 74px; } }

@media (max-width: 1345px) {
  #surname, #phone {
    margin-left: -8%; } }

@media (max-width: 1263px) {
  #surname, #phone {
    margin-left: -7%; } }

@media (max-width: 1236px) {
  .kontakt-footer__address::after {
    border-width: 146px 0 0 66px;
    transform: translate(158%, -8%) rotate(170deg); } }

@media (max-width: 1230px) {
  .kontakt-footer__right__map-container {
    transform: translate(6%, 32%); }
  .kontakt-footer__right__map-container::before {
    border-width: 148px 0 0 58px;
    transform: translate(-152%, 88%) rotate(-97deg); } }

@media (max-width: 1263px) {
  #surname, #phone {
    margin-left: -6%; } }

@media (max-width: 1210px) {
  .kontakt-footer__address::after {
    transform: translate(-181%, 14%) rotate(170deg); }
  .kontakt-footer__address {
    width: 135%;
    text-align: center; } }

@media (max-width: 1176px) {
  .main-kontakt-banner__txt {
    font-size: 32px; } }

@media (max-width: 1175px) {
  #surname, #phone {
    margin-left: -5%; } }

@media (max-width: 1117px) {
  #surname, #phone {
    margin-left: -4%; } }

@media (max-width: 1100px) {
  #surname, #phone {
    margin-left: 90px; }
  .main-kontakt-banner__form .col-4:not(.acceptance-container) {
    max-width: 100%;
    flex-basis: 100%; }
  .main-kontakt-banner__form input:not(#submit-btn):not(#acceptance) {
    width: 44.5vw;
    min-width: 50vw; }
  #message {
    min-width: 50vw; }
  .acceptance-container {
    max-width: 50%;
    flex-basis: 50%; } }

@media (max-width: 1296px) {
  .main-navigation.kontakt .nav-8::after {
    transform: translate(0%, 80%) rotate(45deg); } }

@media (max-width: 1146px) {
  .main-navigation.kontakt .nav-8::after {
    transform: translate(0%, 82%) rotate(45deg); } }

@media (max-width: 1128px) {
  .main-navigation.kontakt .nav-8::after {
    transform: translate(0%, 81%) rotate(45deg); } }

@media (max-width: 1076px) {
  .main-kontakt-banner__txt {
    width: 66%; } }

@media (max-width: 1024px) {
  .kontakt-footer__right__map-container {
    transform: translate(6%, 53%); }
  .kontakt-footer__right__map-container::before {
    border-width: 120px 0 0 58px;
    transform: translate(-141%, 88%) rotate(-97deg); } }

@media (max-width: 901px) {
  .main-kontakt-banner__txt {
    width: 100%;
    margin: 30px 0%; }
  .kontakt-footer__right__map-container::before {
    border-width: 120px 0 0 46px; } }

@media (max-width: 874px) {
  .main-navigation.kontakt .nav-8::after {
    transform: translate(0%, 97%) rotate(45deg); } }

@media (max-width: 845px) {
  .main-navigation.kontakt .nav-8::after {
    transform: translate(0%, 81%) rotate(45deg); } }

@media (max-width: 800px) {
  .main-kontakt-banner {
    margin-top: 72px; }
  .success-message p {
    margin: 10px 14vw;
    text-align: left;
    width: 70%; }
  .kontakt-footer__address {
    width: 100%;
    margin-left: 0px; }
  .kontakt-footer__right__map-container {
    transform: translate(0%, -7%); }
  .kontakt-footer__right__map-container::before {
    border-width: 163px 0 0 58px;
    transform: translate(547%, -81%) rotate(28deg); }
  .main-kontakt-banner__form .acceptance-container {
    flex-basis: 50%; } }

@media (max-width: 763px) {
  .main-kontakt-banner__form-container {
    margin-top: 20px; }
  #surname, #phone, #name, #mail, #company {
    margin-left: 0px; }
  .main-kontakt-banner .main-kontakt-banner__form #company {
    width: 100%; }
  .main-kontakt-banner__form input:not(#submit-btn):not(#acceptance) {
    width: 100%; }
  #message {
    width: 100%;
    margin-left: 0px; }
  #submit-btn {
    margin-left: 0px; }
  .main-kontakt-banner__form-container .captcha-container {
    flex-basis: 8.33%; }
  .g-recaptcha {
    margin-left: 0px; }
  .main-kontakt-banner__form .acceptance-container {
    flex-basis: 100%;
    margin-left: 0px; } }

@media (max-width: 634px) {
  .star-info {
    position: absolute;
    transform: translate(6%, 758%); } }

@media (max-width: 615px) {
  .kontakt-footer__right {
    height: 559px; } }

@media (max-width: 606px) {
  .main-kontakt-banner__txt {
    font-size: 30px; } }

@media (max-width: 579px) {
  .main-kontakt-banner__txt {
    padding: 17px 60px; } }

@media (max-width: 515px) {
  .kontakt-footer__right {
    height: 516px; }
  .kontakt-footer__right__map-container::before {
    border-width: 150px 0 0 58px;
    transform: translate(408%, -81%) rotate(28deg); } }

@media (max-width: 606px) {
  .main-kontakt-banner__txt {
    font-size: 27px; } }

@media (max-width: 430px) {
  .kontakt-footer__right__map-container {
    transform: translate(0%, -30%); }
  .kontakt-footer__right__map-container::before {
    border-width: 124px 0 0 58px;
    transform: translate(324%, -81%) rotate(28deg); } }

@media (max-width: 415px) {
  .main-kontakt-banner__txt::after {
    top: 63%; } }

@media (max-width: 377px) {
  .main-kontakt-banner__txt::after {
    top: 69%; } }

@media (max-width: 360px) {
  .kontakt-footer__right {
    height: 469px; } }

.main-navigation.zespol .nav-6 {
  position: relative; }

.main-navigation.zespol .nav-6::after {
  content: '';
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: transparent #ffc6c6 transparent transparent;
  position: absolute;
  transform: rotate(45deg);
  float: left;
  transition: border-color 1s;
  top: 71%; }

.main-navigation.zespol .nav-6:hover::after {
  border-color: transparent #ff9393 transparent transparent; }

.main-navigation.zespol .nav-4::after {
  display: none; }

.main-zespol-section {
  margin-bottom: 20px; }
  .main-zespol-section .col-6 {
    margin: 0 0; }

.main-zespol-section__left {
  height: 966px;
  background: url("/images/zespol.jpg");
  background-size: cover;
  background-position: center; }

.main-zespol-section__left__heading {
  color: #377294;
  font-size: 47.7px;
  font-family: 'Lato Light', sans-serif;
  margin-top: 75px;
  margin-left: 85px;
  line-height: 58px; }

.main-zespol-section__right {
  background: #db9a85;
  height: 966px; }

.main-zespol-section__right-txt {
  font-size: 23px;
  font-family: 'Lato Thin',sans-serif;
  color: #8f1e36;
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding: 32% 1%;
  text-align: right;
  line-height: 28px; }

.main-zespol-section__right-txt--paragraph {
  margin-bottom: 40px;
  text-align: left; }

@media (max-width: 1500px) {
  .main-zespol-section__left {
    background-position: bottom right;
    background-size: 121%;
    background-repeat: no-repeat;
    background-color: #98F1C4; } }

@media (max-width: 1296px) {
  .main-navigation.zespol .nav-6::after {
    top: 70%; } }

@media (max-width: 1129px) {
  .main-navigation.zespol .nav-6::after {
    left: 34%; } }

@media (max-width: 1060px) {
  .main-zespol-section__right-txt {
    font-size: 20px; }
  .main-zespol-section__left__heading {
    font-size: 43.7px; } }

@media (max-width: 874px) {
  .main-navigation.zespol .nav-6::after {
    top: 74%; } }

@media (max-width: 845px) {
  .main-navigation.zespol .nav-6::after {
    top: 70%; } }

@media (max-width: 500px) {
  .main-zespol-section__left {
    height: 666px; }
  .main-zespol-section__right {
    height: auto; }
  .main-zespol-section__left__heading {
    margin-left: 0px; } }

@media (max-width: 450px) {
  .main-zespol-section__left__heading {
    font-size: 36px; }
  .main-zespol-section__right-txt {
    font-size: 17px;
    line-height: inherit; } }

.main-navigation.nagrody .nav-7::after {
  content: '';
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: transparent #acecff transparent transparent;
  position: absolute;
  transform: rotate(45deg);
  float: left;
  transition: border-color 1s;
  top: 71%; }

.main-navigation.nagrody .nav-7:hover::after {
  border-color: transparent #79e0ff transparent transparent; }

.main-navigation.nagrody .nav-4::after {
  display: none; }

.nagrody-main {
  position: relative;
  height: 310px;
  background: #db9a85; }
  .nagrody-main .row {
    overflow: visible; }

.nagrody-main__txt {
  color: #804a6c;
  max-width: 67%;
  margin: 2.9% auto;
  padding: 40px 75px; }

.nagrody-main__txt::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 115px 0 0 115px;
  border-color: transparent #ffffff;
  transform: rotate(23deg);
  z-index: 1;
  display: inline-block;
  left: 28%;
  top: 52%; }

.nagrody-main__txt--heading {
  font-size: 36px;
  font-family: 'Lato Bold',sans-serif;
  margin-bottom: 25px;
  position: relative;
  z-index: 2; }

.nagrody-main__txt--paragraph {
  font-size: 23px;
  font-family: 'Lato Thin',sans-serif;
  line-height: 27px;
  position: relative;
  z-index: 2; }

.arrow-nagrody {
  position: relative;
  text-align: center;
  transform: translateX(0.1%); }

.prizes {
  margin-bottom: 20px; }
  .prizes .col-3 {
    margin: 0px; }

.prizes__element {
  height: 33.9vw; }

.prizes__el--1 {
  background: url("/images/nagroda-1.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #FFC7C6; }

.prizes__el--2 {
  background: url("/images/nagroda-2.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #FFF6C4; }

.prizes__el--3 {
  background: url("/images/nagroda-3.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #8BEDFF; }

.prizes__el--4 {
  background: url("/images/nagroda-4.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #71d7c6; }

@media (min-width: 1921px) {
  .prizes__element {
    height: 628px; } }

@media (max-width: 1850px) {
  .nagrody-main__txt {
    margin: 1.9% auto; }
  .nagrody-main__txt::after {
    content: "";
    left: 28%;
    top: 57%; } }

@media (max-width: 1332px) {
  .nagrody-main__txt {
    padding: 35px 75px; } }

@media (max-width: 1296px) {
  .main-navigation.nagrody .nav-7::after {
    top: 70%; } }

@media (max-width: 1085px) {
  .nagrody-main__txt--heading {
    font-size: 33px; }
  .nagrody-main__txt--paragraph {
    font-size: 20px; }
  .nagrody-main__txt::after {
    content: "";
    left: 28%;
    top: 56%; } }

@media (max-width: 959px) {
  .nagrody-main__txt {
    padding: 18px 40px; }
  .nagrody-main__txt--heading {
    font-size: 30px; }
  .nagrody-main__txt--paragraph {
    font-size: 18px; }
  .nagrody-main__txt::after {
    content: "";
    left: 28%;
    top: 53%; } }

@media (max-width: 854px) {
  .main-navigation.nagrody .nav-7::after {
    top: 75%; } }

@media (max-width: 845px) {
  .main-navigation.nagrody .nav-7::after {
    top: 70%; } }

@media (max-width: 800px) {
  .nagrody-main {
    height: auto;
    margin-top: 72px; }
  .nagrody-main__txt {
    margin-bottom: 100px;
    max-width: 97%; }
  .nagrody-main__txt::after {
    left: 28%;
    top: 34%; } }

@media (max-width: 768px) {
  .prizes__element {
    height: 628px; } }

@media (max-width: 698px) {
  .nagrody-main__txt::after {
    content: "";
    left: 28%;
    top: 39%; } }

@media (max-width: 564px) {
  .nagrody-main__txt::after {
    content: "";
    left: 28%;
    top: 44%; } }

@media (max-width: 465px) {
  .nagrody-main__txt::after {
    content: "";
    left: 28%;
    top: 48%; } }

@media (max-width: 420px) {
  .nagrody-main__txt::after {
    content: "";
    left: 28%;
    top: 42%; }
  .nagrody-main__txt--heading {
    font-size: 26px; }
  .nagrody-main__txt--paragraph {
    font-size: 15px; } }

@media (max-width: 366px) {
  .nagrody-main__txt::after {
    content: "";
    left: 28%;
    top: 50%; } }

@media (max-width: 325px) {
  .nagrody-main__txt::after {
    content: "";
    left: 28%;
    top: 56%; } }

.main-navigation.zakres-uslug .nav-3::after {
  content: '';
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: transparent #acdfde transparent transparent;
  position: absolute;
  transform: rotate(45deg);
  float: left;
  transition: border-color 1s;
  top: 71%; }

.main-navigation.zakres-uslug .nav-3:hover::after {
  border-color: transparent #87d1cf transparent transparent; }

.main-navigation.zakres-uslug .nav-4::after {
  display: none; }

.main-banner-uslugi {
  height: 796px;
  background: url("/images/uslugi-banner.jpg"); }
  .main-banner-uslugi .row {
    overflow: visible; }
  .main-banner-uslugi .col-7 {
    margin-left: 4.8%;
    margin-top: 25px; }

.main-banner-uslugi__txt {
  padding: 35px 0px 35px 50px;
  width: 94%; }

.main-banner-uslugi__txt::after {
  content: "";
  position: absolute;
  border-width: 54px 0 0 163px;
  border-color: transparent #ffffff;
  transform: rotate(27deg);
  z-index: 1;
  display: inline-block;
  border-style: solid; }

.main-banner-uslugi__txt--heading {
  font-family: 'Lato Regular',sans-serif;
  font-size: 36px;
  color: #50a1ba;
  position: relative;
  z-index: 2; }

.main-banner-uslugi .col-8 {
  height: 100%; }

.chart-txt {
  font-family: "Lato Regular",sans-serif;
  color: #0085ae;
  font-size: 27px; }

.chart-sub-txt {
  text-align: center;
  margin-top: 10px; }

.chart-under-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px; }

.radio-flex {
  justify-content: center;
  margin-top: 10px; }

.check-flex {
  justify-content: space-around; }

.check-label, .radio-btn, .chart-sub-txt {
  font-family: 'Lato Regular', sans-serif; }

.check-label {
  width: 11%; }

.chart-container {
  height: 100%;
  position: relative;
  margin: 2% -29% 10% 44%;
  padding-bottom: 120px;
  z-index: 2; }

.choose-year {
  font-family: 'Lato Regular', sans-serif;
  margin-left: -23%; }

.arrow-zakres {
  position: relative;
  transform: translate(0%, 0%);
  text-align: center; }

.section-uslugi .row {
  overflow: visible; }

.section-uslugi [class*='col-'] {
  margin: 0px; }

.section-uslugi__txt {
  padding-top: 65px;
  padding-bottom: 65px;
  position: absolute;
  top: 0%; }

.uslugi-tv .section-uslugi__txt--heading {
  color: #50a1ba; }

.uslugi-tv .section-uslugi__txt--paragraph {
  color: #63aac1; }

#uslugi-tv {
  padding-left: 60px;
  padding-right: 90px;
  width: 68.7%;
  margin-left: 30%;
  margin-top: 4%;
  position: absolute;
  top: 0%; }

#uslugi-tv::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 60px 0 0 143px;
  border-color: transparent #ffffff;
  transform: rotate(191deg);
  z-index: 1;
  display: inline-block;
  top: 66%;
  left: -9%; }

.uslugi-internet {
  color: #c05ec4; }

#uslugi-internet {
  padding-left: 65px;
  padding-right: 75px;
  width: 62.7%;
  margin: 4% 0px 0px 4%; }

#uslugi-internet::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 60px 0 0 143px;
  border-color: transparent #ffffff;
  transform: rotate(21deg);
  z-index: 1;
  display: inline-block;
  top: 21%;
  right: -9%; }

.uslugi-radio {
  color: #804a6c; }

#uslugi-radio {
  padding-left: 55px;
  padding-right: 65px;
  width: 68.7%;
  margin: 4% 0px 0px 30%; }

#uslugi-radio::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 60px 0 0 143px;
  border-color: transparent #ffffff;
  transform: rotate(145deg);
  z-index: 1;
  display: inline-block;
  top: 20%;
  left: -7.9%; }

.uslugi-ooh {
  color: #b47153; }

#uslugi-ooh {
  padding-left: 60px;
  width: 62.7%;
  margin: 4% 0px 0px 4%; }

#uslugi-ooh::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 62px 0 0 140px;
  border-color: transparent #ffffff;
  transform: rotate(11deg);
  z-index: 1;
  display: inline-block;
  top: 35%;
  right: -8.9%; }

.uslugi-prasa {
  color: #50b3ab; }

#uslugi-prasa {
  padding-left: 60px;
  width: 60.7%;
  margin: 4% 0px 0px 38%; }

#uslugi-prasa::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 59px 0 0 140px;
  border-color: transparent #ffffff;
  transform: rotate(193deg);
  z-index: 1;
  display: inline-block;
  top: 48%;
  left: -10.9%; }

.uslugi-kino {
  margin-bottom: 20px;
  color: #63aac1; }
  .uslugi-kino .section-uslugi__txt--heading {
    color: #50a1ba; }

#uslugi-kino {
  padding-left: 60px;
  width: 62.7%;
  margin: 4% 0px 0px 4%; }

#uslugi-kino::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 60px 0 0 143px;
  border-color: transparent #ffffff;
  transform: rotate(21deg);
  z-index: 1;
  display: inline-block;
  top: 21%;
  right: -9%; }

.section-uslugi__txt--heading {
  font-family: 'Lato Regular',sans-serif;
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2; }

.section-uslugi__txt--paragraph {
  font-family: 'Lato Thin',sans-serif;
  font-size: 23px;
  line-height: 27px;
  position: relative;
  z-index: 2; }

@media (max-width: 1608px) {
  .uslugi-tv {
    background-position: 11%; } }

.uslugi-small {
  height: 455px; }

.tv-left {
  background: url("/images/uslugi-tv-2.jpg");
  background-size: cover; }

.tv-right {
  background-color: #baf5d5; }

.internet-left {
  background: #F0D8FC; }

.internet-right {
  background: url("/images/uslugi-internet-2.jpg"); }

.radio-left {
  background: url("/images/uslugi-radio-2.jpg"); }

.radio-right {
  background-color: #FFC1B2; }

.ooh-left {
  background-color: #FFED7F; }

.ooh-right {
  background: url("/images/uslugi-ooh-2.jpg"); }

.prasa-left {
  background: url("/images/uslugi-prasa-2.jpg"); }

.prasa-right {
  background-color: #D0EDFF; }

.kino-left {
  background: #c5e9e8; }

.kino-right {
  background: url("/images/uslugi-kino-2.jpg"); }

@media (max-width: 1768px) {
  .chart-container {
    left: 10%; } }

@media (max-width: 1641px) {
  #uslugi-radio .section-uslugi__txt--heading {
    font-size: 30px; }
  #uslugi-radio .section-uslugi__txt--paragraph {
    font-size: 20px; }
  .radio-left {
    background-position: -110px; } }

@media (max-width: 1585px) {
  .prasa-left {
    background-position: center; }
  .kino-right {
    background-position: right; } }

@media (max-width: 1495px) {
  .internet-right {
    background-position: right; } }

@media (max-width: 1396px) {
  .ooh-right {
    background-position: right; } }

@media (max-width: 1345px) {
  #uslugi-tv {
    width: 60.7%;
    margin-left: 38%; }
    #uslugi-tv .section-uslugi__txt--heading {
      font-size: 33px; }
    #uslugi-tv .section-uslugi__txt--paragraph {
      font-size: 20px; }
  #uslugi-internet .section-uslugi__txt--heading {
    font-size: 33px; }
  #uslugi-internet .section-uslugi__txt--paragraph {
    font-size: 20px; }
  .chart-container {
    left: 18%;
    margin-top: 0px; }
  .chart-txt {
    font-size: 25px; } }

@media (max-width: 1296px) {
  .main-navigation.zakres-uslug .nav-3::after {
    top: 70%; } }

@media (max-width: 1258px) {
  #uslugi-radio .section-uslugi__txt--paragraph {
    line-height: inherit; } }

@media (max-width: 1129px) {
  .main-navigation.zakres-uslug .nav-3::after {
    top: 70%; } }

@media (max-width: 1151px) {
  .main-navigation.idea .nav-3::after {
    top: 73%; } }

@media (max-width: 1084px) {
  .main-banner-uslugi {
    background-position: left bottom;
    background-size: 134%;
    background-repeat: no-repeat;
    background-color: #68DEF4; }
  .chart-container {
    padding-bottom: 90px; }
  .chart-txt {
    font-size: 20px; }
  .main-banner-uslugi__txt--heading {
    font-size: 30px; } }

@media (max-width: 1074px) {
  .tv-left {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #98F1C4; }
  #uslugi-tv {
    padding-left: 31px;
    padding-right: 6px; }
  .internet-right {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #ECC5FC; }
  #uslugi-internet {
    padding-left: 31px;
    padding-right: 6px; }
  .radio-left {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #FEA68E; }
  .ooh-right {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #FFF3A9; }
  #uslugi-ooh .section-uslugi__txt--heading {
    font-size: 33px; }
  #uslugi-ooh .section-uslugi__txt--paragraph {
    font-size: 20px; }
  .prasa-left {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #BCE6FF; }
  #uslugi-prasa .section-uslugi__txt--heading {
    font-size: 33px; }
  #uslugi-prasa .section-uslugi__txt--paragraph {
    font-size: 20px; }
  .kino-right {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #95E0DF; }
  #uslugi-kino .section-uslugi__txt--heading {
    font-size: 33px; }
  #uslugi-kino .section-uslugi__txt--paragraph {
    font-size: 20px; } }

@media (max-width: 886px) {
  #uslugi-internet {
    margin: 2% 0px 0px 4%; } }

@media (max-width: 874px) {
  .main-navigation.zakres-uslug .nav-3::after {
    top: 75%; } }

@media (max-width: 845px) {
  .main-navigation.zakres-uslug .nav-3::after {
    top: 70%; } }

@media (max-width: 840px) {
  #uslugi-kino {
    width: 68.7%; } }

@media (max-width: 800px) {
  .main-banner-uslugi {
    background: url(/images/uslugi-banner-mobile-1.jpg);
    background-size: 50vh;
    background-position: bottom center;
    margin-top: 72px;
    background-repeat: no-repeat;
    background-color: #68DEF4; }
  .main-banner-uslugi__txt {
    padding: 21px 0px 26px 50px;
    width: 96%;
    margin-bottom: 59px; }
  .chart-container {
    left: initial;
    margin: 10px auto;
    height: 97%; }
  .chart-container::before {
    display: none; }
  .choose-year {
    margin-left: 0%; }
  .tv-right, .internet-left, .radio-right, .ooh-left, .prasa-right, .kino-left {
    display: none; }
  #uslugi-tv, #uslugi-radio, #uslugi-prasa, #uslugi-kino, #uslugi-ooh, #uslugi-internet {
    width: 98%;
    padding: 10px;
    margin: 10px 5px; }
    #uslugi-tv .section-uslugi__txt--heading, #uslugi-radio .section-uslugi__txt--heading, #uslugi-prasa .section-uslugi__txt--heading, #uslugi-kino .section-uslugi__txt--heading, #uslugi-ooh .section-uslugi__txt--heading, #uslugi-internet .section-uslugi__txt--heading {
      font-size: 27px; }
    #uslugi-tv .section-uslugi__txt--paragraph, #uslugi-radio .section-uslugi__txt--paragraph, #uslugi-prasa .section-uslugi__txt--paragraph, #uslugi-kino .section-uslugi__txt--paragraph, #uslugi-ooh .section-uslugi__txt--paragraph, #uslugi-internet .section-uslugi__txt--paragraph {
      font-size: 16px; }
  #uslugi-radio .section-uslugi__txt--paragraph {
    line-height: 27px; }
  #uslugi-tv::before {
    transform: rotate(132deg);
    display: inline-block;
    top: 97%;
    left: initial;
    right: 10%; }
  #uslugi-internet::after {
    transform: rotate(26deg);
    display: inline-block;
    top: 82%;
    right: initial;
    left: 10%; }
  #uslugi-radio::before {
    transform: rotate(132deg);
    display: inline-block;
    top: 97%;
    left: initial;
    right: 10%; }
  #uslugi-ooh::after {
    transform: rotate(26deg);
    display: inline-block;
    top: 82%;
    right: initial;
    left: 10%; }
  #uslugi-prasa::before {
    transform: rotate(132deg);
    display: inline-block;
    top: 97%;
    left: initial;
    right: 10%; }
  #uslugi-kino::after {
    transform: rotate(26deg);
    display: inline-block;
    top: 82%;
    right: initial;
    left: 10%; }
  .section-uslugi .row {
    height: 100%; }
  .uslugi-tv {
    background-color: #98F1C4; }
  .uslugi-internet {
    background: #ECC5FC; }
  .uslugi-radio {
    background-color: #FEA68E; }
  .uslugi-ooh {
    background-color: #FFF3A9; }
  .uslugi-prasa {
    background-color: #BCE6FF; }
  .uslugi-kino {
    background-color: #95E0DF; } }

@media (max-width: 568px) {
  .chart-txt {
    font-size: 18px; } }

@media (max-width: 500px) {
  #uslugi-tv .section-uslugi__txt--paragraph, #uslugi-radio .section-uslugi__txt--paragraph, #uslugi-prasa .section-uslugi__txt--paragraph, #uslugi-kino .section-uslugi__txt--paragraph, #uslugi-ooh .section-uslugi__txt--paragraph, #uslugi-internet .section-uslugi__txt--paragraph {
    font-size: 12px; }
  #uslugi-tv .section-uslugi__txt--heading, #uslugi-radio .section-uslugi__txt--heading, #uslugi-prasa .section-uslugi__txt--heading, #uslugi-kino .section-uslugi__txt--heading, #uslugi-ooh .section-uslugi__txt--heading, #uslugi-internet .section-uslugi__txt--heading {
    font-size: 23px; }
  .main-banner-uslugi__txt--heading {
    font-size: 23px; } }

@media (max-width: 458px) {
  .chart-container {
    padding-bottom: 130px; }
  .chart-container {
    height: 90%; } }

@media (max-width: 800px) {
  .main-navigation {
    display: none; }
  #check-nav:checked + .main-nav-label .main-navigation, .main-navigation__list.row {
    display: inherit; }
  .home-img {
    display: none; }
  .home-page {
    display: inherit; }
  li.main-navigation__list--element {
    background: transparent; }
  .main-navigation__list--element:hover {
    text-shadow: none;
    font-weight: bold; }
  .main-navigation__list--element:hover::before {
    content: '\2022';
    color: #ffffff; }
  .nav-1:hover, .nav-2:hover, .nav-3:hover, .nav-4:hover, .nav-5:hover, .nav-6:hover, .nav-7:hover, .nav-8:hover {
    background: transparent; }
  .nav-1::after, .nav-2::after, .nav-3::after, .nav-4::after, .nav-5::after, .nav-6::after, .nav-7::after, .nav-8::after {
    display: none; }
  body .header--dom-mediowy .main-navigation__list--element {
    padding: 0 0 55px 0;
    font-family: 'Lato', sans-serif;
    display: inherit; }
  .main-navigation a {
    color: #ffffff; }
  .main-navigation {
    font-size: 23px;
    text-align: center; } }

body {
  background: #ffffff;
  font-family: 'Lato', sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  font-size-adjust: 0.5; }

.grid-container {
  padding: 0 0px; }

/* START HEADER */
.header {
  background: linear-gradient(#7cc1dd, #93ddf2);
  background: url("/images/gradient.jpg");
  background-size: cover;
  margin-top: 20px;
  height: 800px; }

.header .row .col-12 {
  overflow: visible; }

.header [class*='col-'] {
  margin: 0px; }

.bubble {
  background: #ffffff; }

.bubble--logo {
  margin: 52px 10px 0px 59px;
  position: relative; }

.bubble--logo::before {
  margin: 116px 0px;
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  border-width: 0px 63px 80px 0px;
  border-color: transparent transparent #ffffff #ffffff;
  -webkit-transform: translate(65%, -216%) rotate(-10deg);
  transform: translate(65%, -216%) rotate(-10deg); }

.bubble--logo__logo {
  padding: 14px 82px 25px 20px; }

.header--logo__sub {
  color: #ffffff;
  font-size: 28px;
  position: absolute;
  margin: -74px 0px 0px 409px;
  font-family: 'Lato Light', sans-serif; }

.header--logo__arrow {
  -webkit-animation: slide 1.5s infinite ease-in-out alternate;
  animation: slide 1.5s infinite ease-in-out alternate;
  display: inline-block; }

@-webkit-keyframes slide {
  100% {
    -webkit-transform: translate(-18%, -3%) scale(1.1, 1.1);
    transform: translate(-18%, -3%) scale(1.1, 1.1); } }

@keyframes slide {
  100% {
    -webkit-transform: translate(-18%, -3%) scale(1.1, 1.1);
    transform: translate(-18%, -3%) scale(1.1, 1.1); } }

#check-nav {
  display: none; }

.line {
  width: 38px;
  background-color: #55CFE8;
  border-radius: 5px;
  height: 5px;
  margin-bottom: 5px;
  margin-top: 3px;
  display: none; }

.navigation {
  text-align: right;
  color: #ffffff;
  font-size: 23px;
  margin-right: 30px; }

.navigation a {
  text-decoration: none;
  color: inherit; }

.navigation__menu__element {
  padding: 0 0 55px 0;
  font-family: 'Lato', sans-serif; }

.navigation__menu__element:hover {
  font-weight: bold; }

.navigation__menu__element:hover::before {
  content: '\2022'; }

.navigation__menu__element--details {
  -webkit-transform: translate(30vw, 10vw);
  transform: translate(30vw, 10vw);
  display: inline-block;
  color: #ffffff;
  width: 50%; }

.navigation__menu__element--details--title {
  font-size: 23px;
  display: inline-block;
  margin-bottom: 20px;
  font-family: 'Lato Light', sans-serif; }

.navigation__menu__element--details--txt {
  font-size: 36px;
  display: inline-block;
  margin-bottom: 35px;
  line-height: 43px; }

.header--strong {
  color: #ffffff; }

.navigation__menu__element--details--link {
  font-size: 23px;
  color: #ffffff;
  font-family: 'Lato Light', sans-serif;
  text-decoration: none;
  border-bottom: 1px solid; }

.navigation__menu__element--details--link:hover {
  font-weight: bold; }

.header__heading {
  text-align: center;
  font-size: 30px;
  color: #0085ae;
  margin: 35px 0 30px;
  font-family: 'Lato Medium', sans-serif; }

.header__heading--brand {
  color: #ffffff; }

/* END of HEADER */
/* BANNER */
.main-banner {
  background: url("/images/banner-background.jpg");
  height: 480px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #36a897;
  background-position: bottom;
  position: relative; }

.main-banner .row {
  overflow: inherit; }

.arrow {
  position: relative;
  text-align: center;
  -webkit-transform: translateX(0.1%);
  transform: translateX(0.1%); }

.main-banner__text {
  color: #50a1ba;
  padding: 20px 0px 0px 75px;
  max-width: 855px;
  -webkit-transform: translate(0%, 60%);
  transform: translate(0%, 60%); }

.main-banner__text::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 65px 0 0 274px;
  border-color: transparent #ffffff;
  -webkit-transform: translate(-104%, 85%) rotate(-150deg);
  transform: translate(-104%, 85%) rotate(-150deg);
  z-index: -1; }

.main-banner__text--heading {
  font-size: 36px;
  padding-bottom: 20px;
  padding-top: 22px;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 500; }

.main-banner__text--paragraph {
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 65px;
  font-family: 'Lato Light', sans-serif; }

.main-banner__text--span {
  font-weight: bold; }

/* END BANNER */
.section-one, .section-two, .section-three {
  font-size: 30px; }

.flex-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.flex-section h3 {
  transition: 1s -webkit-transform ease-in-out;
  transition: 1s transform ease-in-out;
  transition: 1s transform ease-in-out, 1s -webkit-transform ease-in-out; }

/* SECTION ONE */
.section-one {
  height: 590px;
  color: #941143; }

.section-one__left {
  background: url("/images/strategie-mediowe.jpg");
  background-color: #ffed7f;
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 1s ease-in-out;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  height: 590px; }

.hover {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 237, 127, 0.9);
  opacity: 0;
  position: absolute;
  display: block;
  z-index: 100;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  transition: opacity 1s ease-in-out; }

.section-one a {
  text-decoration: none;
  font-size: 18px; }

.section-one__left__heading {
  color: #60356c; }

.section-one__left__paragraph {
  font-family: 'Lato Light', sans-serif;
  text-align: left;
  font-size: 21px; }

.section__txt {
  padding: 45px 0px 0px 50px;
  width: 80%;
  line-height: 44px;
  color: #60356c; }

.hidden {
  margin-top: -30px;
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  z-index: 101;
  position: relative; }

.flex-section:hover > .hover {
  opacity: 1; }

.flex-section:hover h3 {
  -webkit-transform: translateX(200%);
  transform: translateX(200%); }

.flex-section:hover .hidden {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.section-one__right {
  background: url("/images/monitoring-mediow.jpg");
  background-color: #ffc7c6;
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 1s ease-in-out;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  height: 590px; }

.section-one__right .hover {
  background: rgba(255, 199, 198, 0.9); }

.section-one__right__paragraph {
  line-height: 36px;
  color: #664593;
  font-family: 'Lato Light', sans-serif;
  font-size: 21px; }

.section-one__right__heading {
  color: #664593; }

/* END of SECTION ONE */
.section-two p, .section-three p {
  font-size: 21px;
  line-height: 36px;
  text-align: justify;
  display: inline-block;
  width: 120%;
  text-align: left; }

/* SECTION TWO */
.section-two strong, .section-three strong {
  font-weight: bold; }

.section-link {
  color: inherit;
  display: inline-block;
  margin-top: 10px; }

.section-two a {
  text-decoration: none;
  font-size: 18px; }

.section-link:hover {
  font-weight: bold; }

.section-two .col-4 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  height: 342px; }

.row {
  overflow: hidden; }

.section-two__left {
  background: url("/images/tv-2.jpg");
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 1s ease-in-out;
  background-color: #98f1c5;
  color: #377294; }

.section-two__left .hover {
  background: rgba(152, 241, 197, 0.9); }

.flex-section:hover {
  background-size: 87%;
  background-position: 100% 100%; }

.section-two__left__heading {
  color: #377294; }

.section-two__left__paragraph {
  font-family: 'Lato Light', sans-serif; }

.section__txt-third {
  padding: 45px 0px 0px 50px;
  width: 80%; }

.section-two__middle {
  background: url("/images/internet.jpg");
  background-color: #eac6fc;
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 1s ease-in-out;
  color: #c05ec4; }

.section-two__middle .hover {
  background: rgba(234, 198, 252, 0.9); }

.section-two__middle__heading {
  color: #c05ec4; }

.section-two__middle__paragraph {
  font-family: 'Lato Light', sans-serif; }

.section-two__right {
  background: url("/images/radio.jpg");
  background-color: #fea690;
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 1s ease-in-out;
  color: #804a6c; }

.section-two__right .hover {
  background: rgba(254, 166, 144, 0.9); }

.section-two__right__paragraph {
  font-family: 'Lato Light', sans-serif; }

.section-two__right__heading {
  color: #804a6c; }

/* END of SECTION TWO */
/* SECTION THREE */
.section-three {
  height: 342px;
  margin-bottom: 22px; }

.section-three .col-4 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  height: 342px; }

.section-three a {
  text-decoration: none;
  font-size: 18px; }

.section-three__left {
  background: url("/images/ooh.jpg");
  background-color: #fff3a6;
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 1s ease-in-out;
  color: #b47153; }

.section-three__left .hover {
  background: rgba(255, 243, 166, 0.9); }

.section-three__left__heading {
  color: #b47153; }

.section-three__left__paragraph {
  font-family: 'Lato Light', sans-serif; }

.section-three__middle {
  background: url("/images/prasa.jpg");
  background-color: #b9e7ff;
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 1s ease-in-out;
  color: #50b3ab; }

.section-three__middle .hover {
  background: rgba(185, 231, 255, 0.9); }

.section-three__middle__heading {
  color: #50b3ab; }

.section-three__middle__paragraph {
  font-family: 'Lato Light', sans-serif; }

.section-three__right {
  background: url("/images/kino.jpg");
  background-color: #95e0df;
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 1s ease-in-out;
  color: #238759; }

.section-three__right .hover {
  background: rgba(149, 224, 223, 0.9); }

.section-three__right__heading {
  color: #238759; }

.section-three__right__paragraph {
  font-family: 'Lato Light', sans-serif; }

.arrow-2 {
  position: relative;
  -webkit-transform: translate(0%, -17%);
  transform: translate(0%, -17%);
  text-align: center; }

/* END of SECTION THREE */
/*  SECTION FOUR */
.section-four {
  height: 455px; }

.section-four .col-6 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  height: 455px; }

.section-four__left {
  background: url("/images/animate.gif");
  background-size: cover;
  background-position: 99%; }

.section-four__left--on {
  background: url("/images/plug-in.jpg");
  background-size: cover;
  background-position: 99%; }

.section-four__left__text {
  margin-top: 65px;
  margin-left: 45px;
  width: 50%; }

.section-four__left__text--heading {
  color: #2e7879;
  font-size: 36px;
  font-weight: bold;
  line-height: 43px; }

.section-four__left__text--paragraph {
  color: #21d2d4;
  font-size: 23px;
  margin-top: 25px; }

.section-four--click {
  height: 43%;
  width: 30%;
  position: absolute;
  right: 163px;
  bottom: 33px;
  background: transparent;
  z-index: 100;
  cursor: pointer; }

.section-four__right__text {
  max-width: 50%;
  float: right; }

.section-four__right {
  background: url("/images/light-off.jpg");
  background-size: cover;
  color: #458a9f;
  font-size: 23px; }

.section-four__right--on {
  background: url("/images/light-on.jpg"); }

.section-four__right__text {
  margin-right: 70px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 46px;
  padding-right: 11px;
  max-width: 55%;
  opacity: 0;
  transition: opacity 1s ease-in-out; }

.show {
  opacity: 1; }

.section-four__right__text::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 62px 0 0 89px;
  border-color: transparent #ffffff;
  -webkit-transform: translate(-144%, 21%) rotate(-185deg);
  transform: translate(-144%, 21%) rotate(-185deg);
  z-index: 1;
  display: block;
  opacity: inherit; }

.section-four__right__text--heading {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 27px;
  position: relative;
  z-index: 2;
  font-family: 'Lato Regular', sans-serif;
  font-weight: bold; }

.section-four__right__text--list__paragraph {
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 26px;
  position: relative;
  z-index: 2; }

.section-four__right__text--list:first-of-type {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 35px; }
  .section-four__right__text--list:first-of-type .section-four__right__text--list__element {
    padding-left: 5px; }

.section-four__right__text--list__element {
  display: inline;
  padding-left: 0px; }

.section-four__right__text--list__element::before {
  content: "\2022"; }

/* END of SECTION FOUR */
/* END of SECTION FIVE */
.section-five {
  height: 888px;
  margin-bottom: 20px; }

.section-five .col-6 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  height: 888px; }

.section-five__left {
  background: url("/images/poufnosc.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #70d6c5;
  color: #275f50;
  font-size: 22px;
  text-align: left; }

.section-five__left__text {
  padding: 30px 80px 30px 40px;
  max-width: 90%;
  line-height: 30px;
  margin-left: 50px;
  margin-top: 25px;
  margin-right: 60px; }

.section-five__left__text::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 90px 0 0 55px;
  border-color: transparent #ffffff;
  -webkit-transform: translate(10%, 20%) rotate(180deg);
  transform: translate(10%, 20%) rotate(180deg);
  z-index: 1; }

.section-five__left__text--heading {
  font-size: 36px;
  margin-bottom: 25px; }

.section-five__left__text--paragraph {
  font-family: "Lato Light", sans-serif; }

.section-five__left__text--link {
  text-decoration: none;
  border-bottom: 1px solid;
  color: #275f50; }

.section-five__left__text--link:hover {
  font-weight: bold; }

.section-five__right {
  background: url("/images/kontakt.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #F09B86; }

.section-five__right__map-container {
  max-width: 810px;
  max-height: 452px;
  padding: 15px 20px 15px 20px;
  margin-top: 50px;
  margin-left: 67px;
  margin-right: 65px; }

.section-five__map {
  max-height: 421px;
  width: 100%; }

.section-five__right__map-container::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 90px 0 0 55px;
  border-color: transparent #ffffff;
  -webkit-transform: translate(64%, 15%) rotate(180deg);
  transform: translate(64%, 15%) rotate(180deg);
  z-index: 1;
  display: block; }

.section-five__right__map iframe {
  width: 100%;
  height: 100%;
  padding: 15px 20px; }

.section-five__right__address {
  color: #8f1e36;
  font-size: 23px;
  line-height: 30px;
  position: absolute;
  bottom: 15px;
  margin-left: 65px;
  font-family: 'Lato Thin', sans-serif; }

.section-five__right__address--details {
  margin-bottom: 40px; }

.section-five__right__address a {
  color: #8f1e36;
  text-decoration: none; }

.section-five__right__address a:hover {
  text-decoration: underline;
  font-weight: bold; }

.section-five__right__text--heading {
  font-family: 'Lato Medium', sans-serif; }

/* MEDIA */
@media (min-width: 1921px) {
  body .header--dom-mediowy .main-navigation__list--element {
    min-width: 8%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  body .header--dom-mediowy .main-navigation__list--element.nav-1 {
    min-width: 5%; }
  body .header--dom-mediowy .main-navigation__list--element.nav-2 {
    min-width: 5%; } }

@media (max-width: 1825px) {
  .section-four__right--on {
    font-size: 18px; }
  .section-four__right__text--heading {
    font-size: 30px;
    line-height: 38px; }
  .section-four__right__text {
    margin-right: 24px; }
  .section-four__right__text--list__paragraph {
    line-height: 18px; } }

@media (max-width: 1610px) {
  .section-four__right__text {
    margin-right: 6px; } }

@media (max-width: 1800px) {
  .section-five__left {
    font-size: 18px; }
  .section-five__left__text--heading {
    font-size: 30px; } }

@media (max-width: 1540px) {
  .main-banner__text {
    -webkit-transform: translate(0%, 66%);
    transform: translate(0%, 66%); }
  .main-banner__text--heading {
    font-size: 30px; }
  .main-banner__text--paragraph {
    font-size: 20px; }
  .section-two p, .section-three p {
    font-size: 1.3vw; }
  .section-two a, .section-three a {
    font-size: 1.2vw; }
  .section-five__left__text--heading {
    font-size: 28px; } }

@media (max-width: 1525px) {
  .section-four__right__text--heading {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 13px; }
  .section-four__right__text--list__paragraph {
    line-height: 18px;
    margin-bottom: 25px; }
  .section-four__right__text--list:first-of-type {
    margin-bottom: 20px; }
  .section-four__right__text {
    margin-top: 15%; }
  .section-four__right__text::before {
    -webkit-transform: translate(-132%, 36%) rotate(-155deg);
    transform: translate(-132%, 36%) rotate(-155deg); } }

@media (max-width: 1446px) {
  .section-four__right__text {
    max-width: 65%;
    margin-top: 27%; }
  .section-four__right__text--heading {
    line-height: 20px;
    font-size: 20px; }
  .section-four__right__text--list__paragraph {
    margin-bottom: 11px; }
  .section-four__right__text::before {
    -webkit-transform: translate(82%, -39%) rotate(-163deg);
    transform: translate(82%, -39%) rotate(-163deg);
    border-width: 82px 0 0 125px; } }

@media (max-width: 1386px) {
  .navigation__menu__element--details {
    width: 90%;
    -webkit-transform: translate(4vw, 10vw);
    transform: translate(4vw, 10vw); } }

@media (max-width: 1330px) {
  .section-five__right__address {
    bottom: 17%; } }

@media (max-width: 1200px) {
  .section-four__right__text {
    max-width: 75%;
    margin-top: 30%; } }

@media (max-width: 1111px) {
  .main-banner__text {
    padding: 0px 0px 0px 40px;
    max-width: 586px; }
  .main-banner__text::before {
    border-width: 65px 0 0 186px; }
  .main-banner__text--heading {
    font-size: 25px; }
  .main-banner__text--paragraph {
    font-size: 15px;
    padding-bottom: 53px; } }

@media (max-width: 1056px) {
  .section-four__right__text {
    margin-top: 38%;
    max-width: 93%; }
  .section-four__right__text::before {
    -webkit-transform: translate(121%, -43%) rotate(-142deg);
    transform: translate(121%, -43%) rotate(-142deg); }
  .section-four__right__text--heading {
    line-height: 16px; }
    .section-four__right__text--heading .section-four__right__text--list__paragraph {
      line-height: 14px; } }

@media (max-width: 1040px) {
  .header {
    height: auto; } }

@media (max-width: 928px) {
  .section-four__right__text {
    margin-top: 44%; } }

@media (max-width: 921px) {
  .main-banner__text--heading {
    font-size: 25px; }
  .main-banner__text--paragraph {
    font-size: 15px; } }

@media (max-width: 991px) {
  .section-five__left__text {
    font-size: 15px; }
  .section-five__left__text--heading {
    font-size: 23px; } }

@media (max-width: 910px) {
  .navigation__menu__element--details--title {
    font-size: 20px; }
  .navigation__menu__element--details--txt {
    font-size: 30px; }
  .navigation__menu__element--details--link {
    font-size: 20px; } }

@media (max-width: 880px) {
  .section-four__right__text--heading {
    margin-bottom: 10px; }
  .section-four__right__text--list:first-of-type {
    margin-bottom: 5px; } }

@media (max-width: 800px) {
  [class*='col-'] {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .header {
    margin-top: 81px; }
  .header--logo__sub {
    display: none; }
  .line {
    display: block; }
  .line-3 {
    margin-bottom: 0px; }
  .header .row {
    overflow: inherit; }
  .navigation__menu__element--details {
    margin-bottom: 50px;
    -webkit-transform: translate(4vw, 1vw);
    transform: translate(4vw, 1vw); }
  .header__heading {
    font-size: 25px; }
  .bubble--logo::before {
    display: none; }
  .bubble--logo__logo {
    padding: 14px 82px 25px 20px;
    position: fixed;
    z-index: 201;
    top: 0;
    left: 0;
    width: 240px;
    height: auto; }
  .label-container {
    background: white;
    height: 92px;
    width: 100%;
    position: fixed;
    z-index: 200;
    top: 0; }
  .main-nav-label {
    position: fixed;
    border: 4px solid #55CFE8;
    z-index: 1000;
    top: 14px;
    right: 14px;
    padding: 11px;
    background-color: white;
    border-radius: 20px;
    width: 68px;
    height: 62px; }
  .navigation {
    display: none;
    text-align: center; }
  #check-nav:checked + .main-nav-label {
    background: white;
    border: none;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    border-radius: 0px; }
  #check-nav:checked + .main-nav-label .navigation {
    display: inherit;
    margin-top: 100px;
    margin-right: 0px; }
  #check-nav:checked + .main-nav-label .navigation .navigation__menu__element {
    padding: 0 0 37px 0; }
  #check-nav:checked + .main-nav-label .navigation a {
    color: #55CFE8; }
  #check-nav:checked + .main-nav-label .line {
    position: fixed;
    right: 29px;
    width: 38px;
    background-color: #55CFE8;
    border-radius: 5px;
    height: 5px;
    margin-bottom: 7px; }
  #check-nav:checked + .main-nav-label .line-1 {
    top: 29px; }
  #check-nav:checked + .main-nav-label .line-2 {
    top: 39px; }
  #check-nav:checked + .main-nav-label .line-3 {
    top: 49px; }
  .navigation__menu__element:hover::before {
    content: '\2022';
    color: #55CFE8; }
  .navigation a {
    color: #ffffff; }
  .main-banner__text {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  .main-banner__text {
    margin: 10px 0px;
    padding: 0px 0px 21px 40px; }
  .main-banner__text--paragraph {
    padding-bottom: 0px;
    margin-right: 10px; }
  .col-6 {
    height: auto; }
  section {
    height: auto !important; }
  .section-two .col-4 {
    background-size: 80%; }
  .section-three .col-4 {
    background-size: 80%; }
  .section-three {
    margin-bottom: -8px; }
  .section-three__middle {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .section-two p, .section-three p {
    font-size: 21px; }
  .section-two a, .section-three a {
    font-size: 18px; }
  .section-four--click {
    width: 100%;
    height: 100%;
    right: 0%;
    bottom: 0%; }
  .section-four__right__text {
    margin-top: 26%; }
  .section-five__left {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #70d6c5; }
  .section-five .col-6 {
    height: 742px; }
  .section-five__right {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #f09b86; }
  .section-five__right__address {
    margin-left: 10%;
    line-height: 1;
    bottom: 1%; }
  .section-five__right__address--details {
    margin-bottom: 27px; }
  .section-five__right__map-container {
    width: 90%;
    height: auto;
    margin: 20px 50px 0px 20px; } }

@media (max-width: 575px) {
  .bubble--logo {
    margin: 0px; }
  .bubble--logo::before {
    display: none; }
  .bubble--logo__logo {
    width: 200px; }
  .header--logo__sub {
    margin: -51px 0px 0px 206px;
    font-size: 20px; }
  .navigation__menu__element--details {
    -webkit-transform: translate(4vw, 8vw);
    transform: translate(4vw, 8vw); }
  .navigation__menu__element--details--title {
    font-size: 18px; }
  .navigation__menu__element--details--txt {
    font-size: 27px; }
  .navigation__menu__element--details--link {
    font-size: 18px; } }

@media (max-width: 630px) {
  .section-four__right__text {
    margin-top: 36%; } }

@media (max-width: 600px) {
  .section-five__right__address {
    bottom: 15%; } }

@media (max-width: 525px) {
  .section-one p, .section-two p, .section-three p {
    font-size: 17px; }
  .section-one a, .section-two a, .section-three a {
    font-size: 14px; } }

@media (max-width: 500px) {
  .col-6.section-five__right {
    height: 674px; }
  .section-four__right__text {
    max-width: 100%;
    margin: 46% 10px; }
  .section-four__right__text::before {
    -webkit-transform: translate(173%, -39%) rotate(-148deg);
    transform: translate(173%, -39%) rotate(-148deg); }
  .main-banner {
    height: 500px !important; }
  .main-banner .col-offset-4 {
    margin-left: 0px; }
  .main-banner__text {
    margin: 10px 10px;
    padding: 0px 0px 13px 23px; }
  .main-banner__text::before {
    -webkit-transform: translate(-14%, 345%) rotate(-254deg);
    transform: translate(-14%, 345%) rotate(-254deg); }
  .header__heading {
    text-align: left;
    margin: 4%; } }

@media (max-width: 468px) {
  .main-banner__text::before {
    -webkit-transform: translate(-14%, 398%) rotate(-254deg);
    transform: translate(-14%, 398%) rotate(-254deg); } }

@media (max-width: 458px) {
  .section-one__left__txt.section__txt, .section-one__right__txt.section__txt {
    padding: 45px 0px 0px 50px;
    width: 85%; } }

@media (max-width: 450px) {
  .navigation__menu__element--details--title {
    font-size: 17px; }
  .navigation__menu__element--details--txt {
    font-size: 23px; }
  .navigation__menu__element--details--link {
    font-size: 17px; }
  .header__heading {
    font-size: 22px; } }

@media (max-width: 446px) {
  .section-four__right__text::before {
    -webkit-transform: translate(156%, -39%) rotate(-148deg);
    transform: translate(156%, -39%) rotate(-148deg); } }

@media (max-width: 433px) {
  .section-one__right, .section-one__left {
    height: 342px; }
  .section__txt-third, .section__txt {
    padding: 44px 0px 0px 20px; }
  .section-one__left__txt.section__txt, .section-one__right__txt.section__txt {
    padding: 44px 0px 0px 20px; }
  .section-one p, .section-two p, .section-three p {
    font-size: 13px;
    line-height: 33px; }
  .section-one a, .section-two a, .section-three a {
    font-size: 11px; } }

@media (max-width: 450px) {
  .section-five__left__text {
    font-size: 12px;
    margin-left: 16px;
    margin-right: 16px; }
  .section-five__left__text--heading {
    font-size: 20px; } }

@media (max-width: 415px) {
  .section-four__right__text {
    margin: 56% 10px; }
  .section-four__right__text--heading {
    font-size: 16px; }
  .section-four__right__text--list__paragraph {
    font-size: 14px; }
  .section-four__right__text--list {
    font-size: 14px; }
  .section-four__right__text::before {
    -webkit-transform: translate(87%, -79%) rotate(-70deg);
    transform: translate(87%, -79%) rotate(-70deg); } }

@media (max-width: 400px) {
  .navigation__menu__element--details--title, .navigation__menu__element--details--link {
    font-size: 15px; }
  .navigation__menu__element--details--txt {
    font-size: 20px; }
  .header__heading {
    font-size: 19px; } }

@media (max-width: 366px) {
  .main-banner__text::before {
    -webkit-transform: translate(-14%, 427%) rotate(-254deg);
    transform: translate(-14%, 427%) rotate(-254deg); } }

@media (max-width: 344px) {
  .section-one__right__txt.section__txt {
    padding-top: 0px; } }

@media (max-width: 323px) {
  .main-banner__text::before {
    -webkit-transform: translate(-14%, 460%) rotate(-254deg);
    transform: translate(-14%, 460%) rotate(-254deg); } }
