.block {
  display: block;
}

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

.aspect-ratio-16\/9 {
  position: relative;
  padding-bottom: 56.25%;
}
.aspect-ratio-16\/9 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.overflow-auto {
  overflow: inherit;
}

.post-content .ul-list {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.post-content .wp-block-column.is-layout-flow .microsites .col-lg-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .post-content .wp-block-column.is-layout-flow .microsites .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.post-content a.btn-link {
  color: #fff;
}
.post-content a.btn-link:hover {
  color: #fff;
}
.post-content p {
  font-size: 1.125rem;
  line-height: 1.4;
}

a.btn-link {
  color: #fff;
  display: block;
  text-align: center;
  min-width: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #dd0c15;
  padding: 0.625rem;
}
a.btn-link:hover {
  color: #fff;
}
a.btn-link + .btn-link {
  margin-top: 0.9375rem;
}

.img-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

b,
strong {
  font-family: "VELUXGothicBold";
}

.calc {
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  padding: 40px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  .calc {
    padding: 30px 15px;
  }
}
.calc__logo {
  margin-left: auto;
  margin-bottom: 30px;
  max-width: 100px;
}
@media screen and (max-width: 600px) {
  .calc__logo {
    margin-bottom: 20px;
  }
}
.calc__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-height: 150px;
}
.calc__title {
  padding: 0;
  margin-bottom: 20px;
}
.calc__desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.calc__desc p {
  font-size: inherit;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.calc-inner__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .calc-inner__row {
    gap: 20px;
  }
}
.calc-inner__row-info,
.calc-inner__row input {
  -ms-flex-preferred-size: calc(50% - 70px);
      flex-basis: calc(50% - 70px);
}
@media screen and (max-width: 600px) {
  .calc-inner__row-info,
.calc-inner__row input {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
}
.calc-inner__row-info {
  font-size: 16px;
  line-height: 1.2;
}
.calc-inner__text {
  line-height: 1.5;
}
.calc-inner__text .container {
  padding-left: 0;
  padding-right: 0;
}
.calc-inner__text ul {
  padding-left: 0;
  padding-right: 0;
}
.calc-inner__text img {
  display: inline-block;
  vertical-align: middle;
}
.calc-inner__text img.alignnone {
  margin: 5px 20px 5px 0;
}
.calc-inner__btns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .calc-inner__btns {
    gap: 10px;
  }
}
.calc-inner__btn {
  cursor: pointer;
  display: block;
  margin: auto 0;
  padding: 15px 25px;
  background: #2b2e2f;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 4px;
  -webkit-transition: background ease-in-out 0.3s;
  transition: background ease-in-out 0.3s;
}
@media screen and (max-width: 600px) {
  .calc-inner__btn {
    font-size: 16px;
    padding: 15px 20px;
  }
}
.calc-inner__btn span:first-child {
  display: inline-block;
}
.calc-inner__btn span:last-child {
  display: none;
}
.calc-inner__btn:hover {
  color: #fff;
  background: #dd0c15;
}
.calc-inner__btn--new, .calc-inner__btn--link {
  display: none;
}
.calc-inner__info {
  font-size: 16px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "calc-inner__info-above" "calc-inner__info-below" "calc-inner__info-above_below";
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.calc-inner__info._area_above_below {
  grid-template-areas: "calc-inner__info-above_below" "calc-inner__info-below" "calc-inner__info-above";
}
.calc-inner__info._area_below {
  grid-template-areas: "calc-inner__info-below" "calc-inner__info-above_below" "calc-inner__info-above";
}
@media screen and (max-width: 600px) {
  .calc-inner__info {
    font-size: 15px;
  }
}
.calc-inner__info-above {
  grid-area: calc-inner__info-above;
}
.calc-inner__info-below {
  grid-area: calc-inner__info-below;
}
.calc-inner__info-above_below {
  grid-area: calc-inner__info-above_below;
}
.calc-inner__info p {
  font-size: inherit;
  padding-bottom: 0;
  margin-bottom: 10px;
  letter-spacing: 0;
  line-height: 1.2;
}
.calc-inner__info._above._below {
  gap: 20px;
}
.calc-inner__info._above .calc-inner__info-above {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: auto;
  max-height: 1000px;
  opacity: 1;
  margin-top: 10px;
}
.calc-inner__info._below .calc-inner__info-below {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: auto;
  max-height: 1000px;
  opacity: 1;
  margin-top: 10px;
}
.calc-inner__info._above_below .calc-inner__info-above_below {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: auto;
  max-height: 1000px;
  opacity: 1;
  margin-top: 10px;
}
.calc-inner__info-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 0 10px 0 40px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 600px) {
  .calc-inner__info-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 376px) {
  .calc-inner__info-content {
    padding: 0 10px 0 30px;
  }
}
.calc-inner__info-content::before {
  position: absolute;
  left: 5px;
  top: 10px;
  content: "";
  border-radius: 50%;
  background: url(../images/info.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 376px) {
  .calc-inner__info-content::before {
    width: 20px;
    height: 20px;
  }
}
.calc-inner__info-content img {
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 600px) {
  .calc-inner__info-content img {
    max-width: 100%;
  }
}
.calc-inner a.calc-inner__btn.calc-inner__btn--link {
  color: #fff;
  background: #dd0c15;
}
.calc-inner a.calc-inner__btn.calc-inner__btn--link:hover {
  color: #fff;
}
.calc._is-result .calc-inner__btns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calc._is-result .calc-inner__btn span:first-child {
  display: none;
}
.calc._is-result .calc-inner__btn span:last-child {
  display: inline-block;
}
.calc._is-result .calc-inner__btn--link,
.calc._is-result .calc-inner__btn--new {
  display: block;
}
.calc input {
  display: block;
  padding: 5px 10px;
  max-width: 140px;
  outline: none;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-align: center;
  -moz-appearance: textfield;
}
.calc input::-webkit-outer-spin-button, .calc input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calc input._error {
  border-color: #dd0c15;
  -webkit-box-shadow: 0px 1px 5px rgba(221, 12, 21, 0.1);
          box-shadow: 0px 1px 5px rgba(221, 12, 21, 0.1);
}
.calc input:focus {
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.calc ._error-text {
  position: absolute;
  left: 0;
  bottom: -4px;
  font-size: 14px;
}
.calc table {
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  border-spacing: 2px;
  display: table;
  border-collapse: separate;
}
@media screen and (max-width: 600px) {
  .calc table {
    font-size: 16px;
  }
}
.calc table tr th,
.calc table tr td {
  border: 2px solid #e8e8e8;
  text-align: center;
  width: 50%;
  padding: 5px 10px;
}

.ul-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  list-style: none;
  padding-left: 0;
}
.ul-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (min-width: 48em) {
  .ul-list__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ul-list__item-icon {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .ul-list__item-icon {
    width: 3.125rem;
    min-width: 3.125rem;
    height: 3.125rem;
  }
}
.ul-list__item-icon img {
  width: 100%;
  border-radius: inherit;
}
.ul-list__item-text {
  padding: 0;
}

.news {
  padding-bottom: 1.25rem;
}
.news-title {
  text-align: center;
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.25rem;
  gap: 1.875rem;
}
@media screen and (min-width: 48em) {
  .news-list {
    gap: 2.5rem 1.875rem;
  }
}
.news-article {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 48em) {
  .news-article {
    -ms-flex-preferred-size: calc((100% - 1.875rem) / 2);
        flex-basis: calc((100% - 1.875rem) / 2);
  }
}
@media screen and (min-width: 68.75em) {
  .news-article {
    -ms-flex-preferred-size: calc((100% - 3.75rem) / 3);
        flex-basis: calc((100% - 3.75rem) / 3);
  }
}
.news-article:hover .news-article__image img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.news-article__image {
  display: block;
  overflow: hidden;
  background-color: #2b2e2f;
}
.news-article__image img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.news-article__text {
  padding: 0.9375rem;
}
@media screen and (min-width: 48em) {
  .news-article__text {
    padding: 1.25rem;
  }
}
.news-article__title {
  padding: 0;
  margin: 0.4375rem 0 0.5rem;
  text-align: left;
  font-size: 1.5rem;
}
.news-article__title a,
.news-article__title .news-article__title-link {
  color: inherit;
  -webkit-transition: color ease-in-out 0.4s;
  transition: color ease-in-out 0.4s;
}
.news-category {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #ab1313;
}
.news-category a {
  -webkit-transition: color ease-in-out 0.4s;
  transition: color ease-in-out 0.4s;
}
.news .entry-excerpt {
  padding: 0;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 68.75em) {
  .news .entry-excerpt {
    font-size: 1.125rem;
  }
}
.news-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5rem;
  text-align: center;
  min-height: 12.5rem;
}
.news-banner-bg-yes {
  background-color: #2b2e2f;
}
.news-banner-bg-after-off::after {
  opacity: 0;
  visibility: hidden;
}
.news-banner.post-content {
  display: block;
  background: transparent;
  min-height: auto;
  text-align: left;
}
.news-banner .post-content h1,
.news-banner .post-content h2,
.news-banner .post-content h3,
.news-banner .post-content h4,
.news-banner .post-content h5,
.news-banner .post-content h6,
.news-banner .post-content p,
.news-banner .post-content ul,
.news-banner .post-content a {
  color: inherit;
}
.news-banner > picture, .news-banner__img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
.news-banner.img-custom > picture,
.news-banner.img-custom .news-banner__img {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  -webkit-transform: none;
          transform: none;
}
.news-banner.img-custom .news-banner__title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news-banner::after {
  position: absolute;
  pointer-events: none;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.news-banner > * {
  position: relative;
  z-index: 3;
}
.news-banner__title {
  max-width: 81.25rem;
  position: relative;
  z-index: 3;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
}
@media screen and (min-width: 68.75em) {
  .news-banner__title {
    font-size: 2.5rem;
  }
}
.news-category-description {
  max-width: 39.375rem;
  margin: 0 auto 0.625rem;
}
.news-category-description p {
  padding-bottom: 0.625rem;
}
.news .post-content code mark {
  background-color: transparent;
}

.single-post .post-content .pg-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-post .post-content .pg-flex-wrap .pg-flex-wrap-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
@media screen and (max-width: 45.06125em) {
  .single-post .post-content .pg-flex-wrap .pg-flex-wrap-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.single-post .post-content .pg-flex-wrap + .pg-flex-wrap, .single-post .post-content .pg-flex-wrap + .pg-content-slider {
  margin-top: 2.5rem;
}
.single-post .post-content button,
.single-post .post-content .splide__arrows > div {
  cursor: pointer;
}
.single-post .post-content .splide__pagination__page {
  border: none;
}

.blog-pagination a {
  -webkit-transition: background-color ease-in-out 0.4s;
  transition: background-color ease-in-out 0.4s;
}/*# sourceMappingURL=v-core-style.css.map */