@font-face {
  font-family: "Basier-Circle";
  src: local("Basier Circle Regular"), local("Basier-Circle-Circle-Regular"), url("../fonts/BasierCircle-Regular.woff2") format("woff2"), url("../fonts/BasierCircle-Regular.woff") format("woff"), url("../fonts/BasierCircle-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Basier-Circle-M";
  src: local("Basier Circle Medium"), local("Basier-Circle-Circle-Medium"), url("../fonts/BasierCircle-Medium.woff2") format("woff2"), url("../fonts/BasierCircle-Medium.woff") format("woff"), url("../fonts/BasierCircle-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Basier-Circle-B";
  src: local("Basier Circle Bold"), local("Basier-Circle-Circle-Bold"), url("../fonts/BasierCircle-Bold.woff2") format("woff2"), url("../fonts/BasierCircle-Bold.woff") format("woff"), url("../fonts/BasierCircle-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.latest-news {
  padding-top: 110px;
}

.latest-news-heading {
  font-size: 48px;
  line-height: 64px;
  color: #243d4c;
  letter-spacing: -1px;
  text-align: center;
  font-family: "Basier-Circle-B";
}

.latest-news-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 35px;
  position: relative;
  padding-bottom: 105px;
}

.new-card {
  width: 32.1%;
  min-height: 420px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  margin-bottom: 50px;
  padding-bottom: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-card .more-link {
  display: none;
}

.new-image {
  width: 100%;
  height: 192px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.new-title {
  text-decoration: none;
  display: block;
  font-family: "Basier-Circle-B";
  letter-spacing: -0.5px;
  font-size: 20px;
  line-height: 26px;
  color: #243d4c;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 22px;
  padding-right: 22px;
}

.new-short-descr {
  letter-spacing: -0.35px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 10px;
  padding-left: 22px;
  padding-right: 22px;
}

.post-date {
  letter-spacing: -0.35px;
  font-size: 14px;
  line-height: 24px;
  color: #506470;
  padding-left: 22px;
}

.post-date:nth-child(1) {
  position: relative;
}
.post-date:nth-child(1):after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #506470;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  right: -13px;
}

.date-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 22px;
}

.new-date-info {
  font-size: 14px;
  line-height: 24px;
  color: #506470;
}
.new-date-info span {
  font-size: 14px;
  line-height: 24px;
  color: #506470;
  margin-left: 16px;
  position: relative;
}
.new-date-info span:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #506470;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: -9px;
}

.results {
  font-size: 16px;
  line-height: 24px;
  color: #506470;
  margin-bottom: 10px;
}

.go-up-btn-shop {
  display: block;
  cursor: pointer;
  width: 115px;
  height: 19px;
  position: absolute;
  right: -2px;
  bottom: 83px;
  font-size: 16px;
  color: #506470;
}
.go-up-btn-shop.ger{
  width: 160px;
}
.go-up-btn-shop.esp{
  width: 122px;
}
.go-up-btn-shop.nl{
  width: 160px;
}
.go-up-btn-shop:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(../img/go-up-btn.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 2px;
  top: 5px;
}

.post-pagination {
  height: 75px;
  width: 100%;
  border-top: 1px solid #a7b1b7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-pagination .results {
  font-size: 16px;
  color: #506470;
}

.nav-links span {
  font-family: "Basier-Circle-M";
  font-size: 16px;
}
.nav-links a {
  font-size: 16px;
  text-decoration: none;
  color: #506470;
}

.products-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding-bottom: 195px;
}
.products-wrapper .wp-ajax-pagination-loading {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.712);
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 195px;
  background-position-y: 30%;
  background-position-x: center;
  background-size: 35px;
}

@media screen and (max-width: 961px) {
  .new-card {
    width: 369px;
  }
}
@media screen and (max-width: 769px) {
  .latest-news-inner {
    justify-content: space-evenly;
  }

  .new-card {
    width: 325px;
  }
}
@media screen and (max-width: 681px) {
  .go-up-btn-shop {
    display: none;
  }
}
@media screen and (max-width: 426px) {
  .latest-news {
    padding-top: 65px;
  }

  .latest-news-inner {
    padding-top: 5px;
    padding-bottom: 58px;
  }

  .latest-news-heading {
    font-size: 30px;
    line-height: 40px;
    font-family: "Basier-Circle-B";
  }

  .new-card {
    width: 365px;
    min-height: auto;
    box-shadow: none;
    border: none;
    margin-bottom: 5px;
  }

  .new-image {
    display: none;
  }

  .new-title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .new-short-descr {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .post-date {
    font-size: 12px;
    line-height: 16px;
    padding-left: 22px;
  }

  .post-date:nth-child(1) {
    padding-left: 0;
  }

  .post-pagination {
    flex-direction: column;
    justify-content: center;
  }
  .post-pagination .nav-links {
    font-size: 14px;
  }
  .post-pagination .nav-links a {
    font-size: 14px;
    line-height: 24px;
  }

  .results {
    font-size: 14px;
  }
}
.campaign-content {
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}

/*# sourceMappingURL=news-page.css.map */
