/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-long-text/block-long-text.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.header_right-switcher.desktop {
  display: block; }

.header_right-switcher.mobile {
  display: none; }

.header_right-switcher .wpml-ls-legacy-dropdown {
  width: auto;
  background-color: transparent;
  border: none; }

.header_right-switcher li a {
  background-color: transparent;
  border: none; }
  .header_right-switcher li a::after {
    color: #fff; }
  .header_right-switcher li a span {
    display: none; }

.header_right-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.header_right-switcher .wpml-ls-legacy-dropdown a:focus, .header_right-switcher .wpml-ls-legacy-dropdown a:hover {
  background-color: transparent; }

.header_right-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none; }

@media screen and (max-width: 1440px) {
  .header_right-switcher.desktop {
    display: none; }
  .header_right-switcher.mobile {
    display: block;
    position: fixed;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    transition: 0.3s ease; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown .wpml-ls-item {
      display: flex;
      align-items: center; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
      padding-right: 10px; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
      visibility: visible;
      position: relative;
      display: flex;
      align-items: center; }
    .header_right-switcher.mobile li a::after {
      display: none; }
    .header_right-switcher.mobile.open {
      bottom: 50px;
      transition: 0.3s ease; } }

.page-not-found {
  height: 100vh; }
  .page-not-found-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column; }
    .page-not-found-inner h1 {
      margin-bottom: 25px; }
    .page-not-found-inner p {
      margin-bottom: 40px; }

.long-text {
  padding: 75px 0; }
  .long-text h1 {
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: bold; }
  .long-text h2,
  .long-text h3,
  .long-text h4 {
    margin-bottom: 20px;
    font-weight: bold; }
  .long-text p {
    margin-bottom: 20px;
    line-height: 1.6; }
  .long-text span {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .long-text img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px; }
  .long-text a {
    color: #007bff;
    text-decoration: underline; }
    .long-text a:hover {
      color: #0056b3;
      text-decoration: none; }
  .long-text ul {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 60px;
    list-style-type: disc; }
    .long-text ul li {
      margin-bottom: 10px;
      line-height: 1.4;
      list-style: inherit; }
    @media screen and (max-width: 600px) {
      .long-text ul {
        padding-left: 10px; } }
  .long-text ol {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 60px;
    list-style-type: decimal; }
    .long-text ol li {
      margin-bottom: 10px;
      line-height: 1.4;
      list-style: inherit; }
    @media screen and (max-width: 600px) {
      .long-text ol {
        padding-left: 10px; } }
  .long-text table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse; }
    .long-text table th,
    .long-text table td {
      border: 1px solid #dee2e6;
      padding: 10px;
      text-align: left; }
    .long-text table th {
      background-color: #f8f9fa;
      font-weight: bold; }
    .long-text table tbody tr:nth-child(odd) {
      background-color: #f8f9fa; }
  .long-text blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    background-color: #f8f9fa;
    border-left: 5px solid #007bff;
    font-style: italic;
    color: #495057; }
  .long-text strong {
    font-weight: bold; }
  .long-text em {
    font-style: italic; }
  .long-text pre {
    background-color: #f8f9fa;
    padding: 15px;
    overflow-x: auto;
    margin-bottom: 20px;
    border-radius: 5px;
    font-family: monospace; }
  .long-text code {
    background-color: #e9ecef;
    padding: 2px 4px;
    border-radius: 3px;
    font-family: monospace; }
  @media screen and (max-width: 1199px) {
    .long-text {
      padding: 50px 0; } }
  @media screen and (max-width: 640px) {
    .long-text {
      padding: 25px 0; } }

