@import url("https://use.typekit.net/eic7xlc.css");
* {
  font-family: poppins, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.img-wrap {
  position: fixed;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 250px;
  z-index: 99999;
}

.img-wrap img {
  border: 1px solid #444;
  border-right: none;
}

#bg-white {
  padding: 30px 0;
  background-color: #ececec;
}

#bg-white .top-info {
  padding: 5px 0 20px;
  font-weight: normal;
  font-size: 12px;
}

#bg-white .top-info a {
  color: #242424;
  text-decoration: underline;
}

#bg-white .top-info a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  #bg-white .top-info {
    text-align: center;
  }
}

#bg-white .logo {
  width: 270px;
}

@media (max-width: 767px) {
  #bg-white .logo {
    width: 200px;
  }
}

#bg-white .kontakt a {
  display: block;
  color: #000;
  text-align: right;
}

#bg-white .kontakt a.phone {
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.03em;
}

#bg-white .kontakt a.phone span {
  padding-right: 5px;
}

#bg-white .kontakt a.mail {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
}

#bg-white .kontakt a.mail span {
  padding-right: 5px;
}

@media (max-width: 767px) {
  #bg-white .kontakt {
    margin-top: 30px;
  }
  #bg-white .kontakt a {
    display: block;
    color: #000;
    text-align: center;
  }
  #bg-white .kontakt a.phone {
    font-weight: 700;
  }
  #bg-white .kontakt a.mail {
    font-weight: 500;
  }
}

.call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: auto;
  padding: 70px 0;
}

@media (max-width: 1200px) {
  .call-to-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

.call-to-action > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

.call-to-action > div:first-child {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  margin-right: 2%;
}

@media (max-width: 1200px) {
  .call-to-action > div:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
}

.call-to-action > div:last-child {
  -ms-flex-preferred-size: 54%;
      flex-basis: 54%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .call-to-action > div:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.call-to-action > div:last-child .top-paragraph {
  margin-top: 16px;
}

.call-to-action h2,
.call-to-action h3,
.call-to-action h4 {
  font-weight: 100;
}

.call-to-action h2.slogan,
.call-to-action h3.slogan,
.call-to-action h4.slogan {
  font-weight: 900;
}

#bg-header {
  height: 600px;
  position: relative;
}

#bg-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: url("../images/bg2.jpg") left bottom no-repeat;
  background-size: cover;
  opacity: 0.5;
}

#bg-header h2.title {
  font-size: 57px;
  line-height: 68px;
  font-weight: 400;
  margin-top: 110px;
  position: relative;
  z-index: 2;
  opacity: 1;
}

#bg-header h3.subtitle {
  font-size: 42px;
  line-height: 63px;
  font-weight: 700;
  margin-top: 60px;
  max-width: 80%;
  position: relative;
  z-index: 2;
  opacity: 1;
}

#bg-header h2.slogan {
  font-weight: 900;
  position: relative;
  z-index: 3;
}

#bg-header p.top-paragraph {
  z-index: 3;
  margin-top: 30px;
  line-height: 33px;
  position: relative;
}

#bg-header ul > li {
  position: relative;
  line-height: 33px;
  z-index: 3;
}

@media (max-width: 767px) {
  #bg-header {
    height: auto;
    padding: 50px 0;
  }
  #bg-header h2.title {
    font-size: 32px;
    line-height: 30px;
    margin: 30px 0;
  }
  #bg-header h3.subtitle {
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    margin: 30px 0;
    max-width: 100%;
  }
}

#bg-content {
  background-color: #ececec;
  padding: 120px 0;
}

#bg-content .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#bg-content .wrap p {
  line-height: 33px;
}

@media (max-width: 767px) {
  #bg-content {
    height: auto;
    padding: 30px 0;
  }
}

@media (max-width: 575px) {
  #bg-footer .col-sm-4 {
    margin-bottom: 15px;
  }
  #bg-footer .col-sm-4:last-of-type {
    margin: 0;
  }
}

#kontakt {
  background-color: #ececec;
  padding-top: 45px;
}

#kontakt .container {
  padding: 15px;
  border-bottom: solid 1px #fff;
}

#kontakt .container p {
  line-height: 32px;
}

#kontakt .container p a {
  color: #000;
}

#kontakt .container p a span {
  padding-right: 5px;
  display: inline-block;
  font-weight: 900;
}

#copyrights {
  padding: 15px 0;
  background-color: #ececec;
}

#copyrights p {
  font-size: 14px;
  line-height: 24px;
}

#copyrights .carpediem {
  color: #f36a10;
}
/*# sourceMappingURL=main.css.map */