/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-hero-banner-small/block-hero-banner-small.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; }

.hero-banner-small {
  background: #212529;
  color: #fff;
  padding: 50px 0; }
  @media screen and (max-width: 600px) {
    .hero-banner-small {
      padding: 70px 0; } }
  .hero-banner-small-small {
    max-height: 450px;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      .hero-banner-small-small {
        min-height: auto;
        max-height: fit-content; } }
    @media screen and (max-width: 600px) {
      .hero-banner-small-small {
        padding: 45px 0; } }
  .hero-banner-small_content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column; }
    @media screen and (max-width: 950px) {
      .hero-banner-small_content {
        max-width: unset;
        margin-right: 0;
        margin-bottom: 35px; } }
    @media screen and (max-width: 600px) {
      .hero-banner-small_content {
        margin-bottom: 0; } }
  @media screen and (max-width: 600px) {
    .hero-banner-small_title br {
      display: none; } }
  .hero-banner-small_text {
    margin: 25px 0;
    opacity: 0.7; }
  .hero-banner-small_buttons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px; }
    @media screen and (max-width: 400px) {
      .hero-banner-small_buttons {
        flex-direction: column; } }
  .hero-banner-small_img {
    width: 600px;
    height: 400px;
    object-fit: cover; }
    @media screen and (max-width: 1300px) {
      .hero-banner-small_img {
        width: 400px; } }
    @media screen and (max-width: 950px) {
      .hero-banner-small_img {
        width: 100%; } }
    @media screen and (max-width: 600px) {
      .hero-banner-small_img {
        height: auto; } }

