@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400..900&display=swap");
/* Header */
.admin-bar .wp-site-blocks > header {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .wp-site-blocks > header {
    top: 32px;
  }
}

.wp-site-blocks > header {
  background: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 100;
}
.wp-site-blocks > header .wp-block-group.header {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  border-top: 8px solid #F7A600;
  position: relative;
  padding: 0 20px;
}
.wp-site-blocks > header .wp-block-group.header::before, .wp-site-blocks > header .wp-block-group.header::after {
  background-color: #76B82B;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 0;
  width: 33.33%;
}
.wp-site-blocks > header .wp-block-group.header::after {
  background-color: #009FE3;
  left: auto;
  right: 0;
}
.wp-site-blocks > header .wp-block-group.header .header__inner {
  padding: 18px 0;
}
.wp-site-blocks > header .wp-block-group.header .header__inner .wp-block-navigation__responsive-container.is-menu-open {
  padding: 24px !important;
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__logo {
  color: #1E3A8A;
  font: 900 20px/1 "Inter", sans-serif;
}
@media (min-width: 1024px) {
  .wp-site-blocks > header .wp-block-group.header .header__inner .header__logo {
    font-size: 30px;
  }
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__right {
  gap: 16px;
}
@media (min-width: 768px) {
  .wp-site-blocks > header .wp-block-group.header .header__inner .header__right {
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .wp-site-blocks > header .wp-block-group.header .header__inner .header__right {
    gap: 48px;
  }
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__right .wpml-language-switcher-block {
  width: auto !important;
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__right .wpml-language-switcher-block ul.horizontal-list {
  gap: 20px;
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__right .wpml-language-switcher-block ul.horizontal-list > li.wp-block-navigation-item {
  margin: 0 !important;
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__right .wpml-language-switcher-block ul.horizontal-list > li.wp-block-navigation-item div {
  display: block !important;
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__right .wpml-language-switcher-block ul.horizontal-list > li.wp-block-navigation-item * {
  color: #4A5565 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  text-transform: uppercase !important;
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__right .wpml-language-switcher-block ul.horizontal-list > li.wp-block-navigation-item a {
  transition: color 0.3s !important;
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__right .wpml-language-switcher-block ul.horizontal-list > li.wp-block-navigation-item a:hover, .wp-site-blocks > header .wp-block-group.header .header__inner .header__right .wpml-language-switcher-block ul.horizontal-list > li.wp-block-navigation-item a:hover > span.wp-block-navigation-item__label {
  color: #1E3A8A !important;
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__right .wpml-language-switcher-block ul.horizontal-list > li.wp-block-navigation-item[data-wpml=current-language-item] span.wp-block-navigation-item__label {
  color: #101828 !important;
  font-weight: 700 !important;
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__right .wpml-language-switcher-block ul.horizontal-list > li.wp-block-navigation-item + li.wp-block-navigation-item {
  position: relative;
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__right .wpml-language-switcher-block ul.horizontal-list > li.wp-block-navigation-item + li.wp-block-navigation-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  margin: auto;
  background: #D1D5DC;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__nav {
  order: 1;
}
@media (min-width: 1024px) {
  .wp-site-blocks > header .wp-block-group.header .header__inner .header__nav {
    order: 0;
  }
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__nav .header__nav .wp-block-navigation-item .wp-block-navigation-item__content {
  color: #4A5565;
  font: 700 14px/20px "Inter", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: color 0.3s;
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__nav .header__nav .wp-block-navigation-item .wp-block-navigation-item__content:hover {
  color: #1E3A8A;
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__buttons .wp-block-button__link {
  background: #1E3A8A;
  border-radius: 10px;
  color: #FFFFFF;
  font: 700 14px/20px "Inter", sans-serif;
  text-transform: uppercase;
  padding: 8px 16px;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .wp-site-blocks > header .wp-block-group.header .header__inner .header__buttons .wp-block-button__link {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 24px;
  }
}
.wp-site-blocks > header .wp-block-group.header .header__inner .header__buttons .wp-block-button__link:hover {
  background: #009FE3;
}

@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
}
/* Footer */
footer .wp-block-group.footer {
  padding: 24px 20px;
}
@media (min-width: 1024px) {
  footer .wp-block-group.footer {
    padding: 48px 20px 24px;
  }
}
footer .wp-block-group.footer .footer__inner .footer__top {
  width: 100%;
}
footer .wp-block-group.footer .footer__inner .footer__middle {
  font: 400 14px/20px "Inter", sans-serif;
  letter-spacing: -0.015em;
  padding: 24px 0;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  footer .wp-block-group.footer .footer__inner .footer__middle {
    align-items: center;
    flex-direction: row;
    padding: 48px 0;
  }
}
footer .wp-block-group.footer .footer__inner .footer__middle > .wp-block-group {
  gap: 8px;
}
footer .wp-block-group.footer .footer__inner .footer__middle p + p {
  margin: 0;
}
footer .wp-block-group.footer .footer__inner .footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  font: 400 12px/16px "Inter", sans-serif;
  gap: 12px;
  padding-top: 24px;
  width: 100%;
}
footer .wp-block-group.footer .footer__inner .footer__nav {
  gap: 34px;
  position: relative;
}
footer .wp-block-group.footer .footer__inner .footer__nav .wp-block-navigation-item {
  position: relative;
}
footer .wp-block-group.footer .footer__inner .footer__nav .wp-block-navigation-item:hover {
  color: #FFFFFF;
  transition: color 0.3s;
}
footer .wp-block-group.footer .footer__inner .footer__nav .wp-block-navigation-item + .wp-block-navigation-item::after {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 0;
  right: calc(100% + 16px);
  width: 1px;
}

.bg-form__content .gform_wrapper .gform_heading {
  display: none;
}
.bg-form__content .gform_wrapper .gform-body .gform_fields {
  gap: 16px;
}
@media (min-width: 1024px) {
  .bg-form__content .gform_wrapper .gform-body .gform_fields {
    gap: 20px;
  }
}
.bg-form__content .gform_wrapper .gform-body .gform_fields .gfield .gfield_label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .bg-form__content .gform_wrapper .gform-body .gform_fields .gfield .gfield_label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.bg-form__content .gform_wrapper .gform-body .gform_fields .gfield .gfield_label .gfield_required {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #101828;
}
.bg-form__content .gform_wrapper .gform-body .gform_fields .gfield.gfield--type-checkbox .gfield_label {
  border-bottom: 1px solid #F3F4F6;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1E3A8A;
  margin-bottom: 16px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .bg-form__content .gform_wrapper .gform-body .gform_fields .gfield.gfield--type-checkbox .gfield_label {
    font-size: 18px;
    line-height: 28px;
  }
}
.bg-form__content .gform_wrapper .gform-body .gform_fields .gfield.gfield--type-section {
  border-bottom: none;
}
.bg-form__content .gform_wrapper .gform-body .gform_fields .gfield.gfield--type-section .gsection_title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #1E3A8A;
  margin-bottom: 4px;
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .bg-form__content .gform_wrapper .gform-body .gform_fields .gfield.gfield--type-section .gsection_title {
    font-size: 20px;
    line-height: 28px;
  }
}
.bg-form__content .gform_wrapper .gform-body .gform_fields .gfield.gfield-versandart {
  background-color: #F9FAFB;
  border-radius: 10px;
  padding: 16px;
}
@media (min-width: 1024px) {
  .bg-form__content .gform_wrapper .gform-body .gform_fields .gfield.gfield-versandart {
    padding: 24px;
  }
}
.bg-form__content .gform_wrapper .gform-body .gform_fields .gfield.gfield-versandart legend {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  float: left;
  margin-bottom: 6px;
  width: 100%;
}
@media (min-width: 1024px) {
  .bg-form__content .gform_wrapper .gform-body .gform_fields .gfield.gfield-versandart legend {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.bg-form__content .gform_wrapper .gform-body .gform_fields .gfield.gfield-versandart .ginput_container_radio {
  clear: both;
}
.bg-form__content .gform_wrapper .gform_footer {
  justify-content: center;
}
.bg-form__content .gform_wrapper .gform_footer .gform_button {
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 10px 24px !important;
}
@media (min-width: 1024px) {
  .bg-form__content .gform_wrapper .gform_footer .gform_button {
    padding: 10px 40px !important;
  }
}
.bg-form__content .gform-footer-text {
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .bg-form__content .gform-footer-text {
    max-width: 40%;
  }
}

.back-button__block {
  border-bottom: 1px solid #E5E7EB;
}
.back-button__block .bg-wrapper__inner {
  padding: 12px 0;
}
@media (min-width: 1024px) {
  .back-button__block .bg-wrapper__inner {
    padding: 24px 0;
  }
}
.back-button__block .wp-block-button .wp-block-button__link {
  align-items: center;
  background: transparent;
  border: none;
  color: #1E3A8A;
  display: inline-flex;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  gap: 8px;
  padding: 0;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .back-button__block .wp-block-button .wp-block-button__link {
    font-size: 16px;
    line-height: 24px;
  }
}
.back-button__block .wp-block-button .wp-block-button__link::before {
  background: url(../img/icon-arrow.svg) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
}
.back-button__block .wp-block-button .wp-block-button__link:hover {
  text-decoration: underline;
}

.posts-single__page .bg-wrapper__inner {
  max-width: 900px;
}
.posts-single__page .wp-block-post-title {
  font-size: 32px !important;
  line-height: 40px !important;
}
@media (min-width: 768px) {
  .posts-single__page .wp-block-post-title {
    font-size: 36px !important;
    line-height: 44px !important;
  }
}
@media (min-width: 1024px) {
  .posts-single__page .wp-block-post-title {
    font-size: 48px !important;
    line-height: 56px !important;
  }
}
.posts-single__page .taxonomy-category {
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 700;
  background: #1E3A8A;
  color: #FFFFFF;
  display: inline-flex;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .posts-single__page .taxonomy-category {
    padding: 8px 16px;
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
.posts-single__page .taxonomy-category a {
  text-decoration: none;
  cursor: default;
}
.posts-single__page .wp-block-post-date {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4A5565;
}
.posts-single__page .wp-block-post-date::before {
  background: url(../img/icon-calendar.svg) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
}
.posts-single__page .wp-block-quote {
  background: #F3F4F6;
  border: none;
  border-left: 4px solid #009FE3;
  border-radius: 10px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
}
@media (min-width: 1024px) {
  .posts-single__page .wp-block-quote {
    font-size: 20px;
    line-height: 28px;
    padding: 24px 60px 24px 28px;
  }
}

.bg-cards__block {
  padding-left: 0;
  padding-right: 0;
}
.bg-cards__block .bg-wrapper__inner > div {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.bg-cards + .bg-form {
  margin-top: -48px;
}
@media (min-width: 1024px) {
  .bg-cards + .bg-form {
    margin-top: -92px;
  }
}

.bg-card-item .bg-card-item__text h2 {
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 0.07px;
  color: #1E3A8A;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .bg-card-item .bg-card-item__text h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.bg-card-item .bg-card-item__text h3 {
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: #1E3A8A;
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .bg-card-item .bg-card-item__text h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}
.bg-card-item .bg-card-item__text ul {
  margin: 8px 0;
}
.bg-card-item .bg-card-item__text ul:last-child {
  margin-bottom: 0;
}
.bg-card-item .bg-card-item__text ul:first-child {
  margin-top: 0;
}
.bg-card-item .bg-card-item__text ul li {
  padding-left: 14px;
  position: relative;
}
.bg-card-item .bg-card-item__text ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #4A5565;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}
.bg-card-item .bg-card-item__text ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-reset: list;
  margin: 12px 0;
}
@media (min-width: 1024px) {
  .bg-card-item .bg-card-item__text ol {
    gap: 16px;
    margin: 16px 0;
  }
}
.bg-card-item .bg-card-item__text ol:last-child {
  margin-bottom: 0;
}
.bg-card-item .bg-card-item__text ol:first-child {
  margin-top: 0;
}
.bg-card-item .bg-card-item__text ol li {
  counter-increment: list;
  padding-left: 32px;
  position: relative;
}
@media (min-width: 1024px) {
  .bg-card-item .bg-card-item__text ol li {
    padding-left: 48px;
  }
}
.bg-card-item .bg-card-item__text ol li::before {
  background: #1E3A8A;
  color: #FFFFFF;
  content: counter(list);
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
@media (min-width: 1024px) {
  .bg-card-item .bg-card-item__text ol li::before {
    font-size: 16px;
    line-height: 24px;
    height: 32px;
    width: 32px;
  }
}

* {
  box-sizing: border-box;
}

body {
  background-color: #F9FAFB;
  color: #101828;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}

:where(.wp-site-blocks) > * {
  margin: 0;
}/*# sourceMappingURL=main.css.map */