@charset "UTF-8";
@font-face {
  font-family: "gothic";
  src: local("gothic"), url("../font/gothic.woff") format("woff");
}
:root {
  --c-white:#FFFFFF;
  --c-black:#000000;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "gothic" !important;
  overflow-x: hidden;
  background: var(--c-white);
}
body.scrollY {
  overflow-y: hidden;
}
body.frontPage {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.frontPage .slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

a {
  text-decoration: none;
  transition: 200ms ease-in-out;
  -webkit-transition-property: color, background-color, opacity;
  transition-property: color, background-color, opacity;
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a[href^=tel] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css propery: value; pairs here */
}

.container {
  padding: 0 108px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

.header {
  width: 100%;
}
.header-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  position: relative;
}
.header-footer {
  display: none;
  padding: 16px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.header-footer a img {
  height: 48px;
}
.header-burger {
  display: none !important;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-logo .m-logo {
  display: none;
}
.header-logo .d-logo {
  display: block;
}
@media (max-width: 768px) {
  .header-wrapper {
    padding: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .container {
    padding: unset;
    width: 100%;
  }
  .header-logo .d-logo {
    display: none;
  }
  .header-logo .m-logo {
    display: block;
  }
  .header-logo img {
    width: 46px;
    height: 72px;
  }
  .header-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-burger {
    display: block !important;
  }
  .header-burger.closed svg path {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
  }
  .header-burger.closed svg path.open {
    opacity: 0;
  }
  .header-burger.closed svg path.close {
    opacity: 1;
  }
  .header-burger svg path {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
  }
  .header-burger svg path.open {
    opacity: 1;
  }
  .header-burger svg path.close {
    opacity: 0;
  }
}
.header-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.header-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.header-menu .menu-item a span {
  color: var(--c-black);
  font-weight: 400;
  font-size: 14px;
}
.header-menu .menu-item.lang::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 32px;
  background: var(--c-black);
}
.header-menu-social {
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  .header-menu-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .header-menu-social .social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
  }
}
.header-menu.is-open {
  left: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
@media (max-width: 768px) {
  .header-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    background: var(--c-white);
    top: 104px;
    height: calc(100vh - 104px);
    z-index: 9;
    left: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
  }
  .header-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header-menu .menu-item {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header-menu .menu-item.language {
    padding-left: 0px !important;
  }
  .header-menu .menu-item.lang::before {
    display: none;
  }
  .header-menu .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 16px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-menu .menu-item a::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5557 3.52783C10.5557 4.00186 11.0239 4.70971 11.498 5.30385C12.1074 6.07047 12.8357 6.73935 13.6707 7.2498C14.2968 7.63247 15.0557 7.99981 15.6665 7.99981M15.6665 7.99981C15.0557 7.99981 14.2961 8.36715 13.6707 8.74983C12.8357 9.26091 12.1074 9.92979 11.498 10.6951C11.0239 11.2899 10.5557 11.999 10.5557 12.4718M15.6665 7.99981H0.333984' stroke='black'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
  }
  .header-menu .menu-item a span {
    font-size: 20px;
    font-weight: 400;
  }
  .header-menu-social {
    padding: 32px 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
}
.footer-logo img {
  height: 48px;
}

.hero {
  width: 100%;
  background: var(--c-black);
}
.hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 80px 0;
}
.hero-wrapper h2 {
  color: var(--c-white);
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  .hero .container {
    padding: 0 16px;
  }
  .hero-wrapper {
    padding: 32px 0;
  }
  .hero-wrapper h2 {
    font-size: 16px;
  }
}

.blocks {
  width: 100%;
  padding: 40px 0;
}
.blocks-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blocks-wrapper.page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .blocks-wrapper.page {
    row-gap: 0px !important;
  }
}
@media (max-width: 768px) {
  .blocks-wrapper.page .flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.blocks-wrapper.page .wp-block-columns:not(:last-child) {
  margin-bottom: 74px;
}
@media (max-width: 768px) {
  .blocks-wrapper.page .wp-block-columns:not(:last-child) {
    margin-bottom: 48px;
  }
}
.blocks-wrapper.page .wp-block-columns .wp-block-column:has(.wp-block-image) {
  -ms-flex-preferred-size: 440px !important;
      flex-basis: 440px !important;
}
.blocks-wrapper.page .wp-block-columns .wp-block-column table tbody tr td {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 16px;
  line-height: 168%;
  letter-spacing: 0;
  color: var(--c-black);
}
@media (max-width: 768px) {
  .blocks-wrapper.page .wp-block-columns .wp-block-column table tbody tr td {
    font-size: 14px;
  }
}
.blocks-wrapper.page .wp-block-columns .wp-block-column table tbody tr td strong {
  font-weight: 700;
  color: var(--c-black);
}
.blocks-wrapper.page p {
  color: var(--c-black);
  font-weight: 400;
  font-size: 16px;
  line-height: 168%;
  letter-spacing: 0%;
}
.blocks-wrapper.page p strong {
  color: var(--c-black);
  font-weight: 700;
  font-size: 16px;
  line-height: 168%;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  .blocks-wrapper.page p {
    font-size: 14px;
  }
  .blocks-wrapper.page p strong {
    font-size: 14px;
  }
}
.blocks-img {
  min-width: 440px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blocks-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blocks-content p {
  color: var(--c-black);
  font-weight: 400;
  font-size: 16px;
  line-height: 168%;
  letter-spacing: 0%;
}
.blocks-content p strong {
  color: var(--c-black);
  font-weight: 700;
  font-size: 16px;
  line-height: 168%;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  .blocks {
    padding: 16px 0 32px 0;
  }
  .blocks-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
  }
  .blocks-img {
    min-width: 100%;
    width: 100%;
  }
  .blocks-content p {
    font-size: 14px;
  }
}

.services {
  width: 100%;
  display: block;
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.services-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
}
.services-title h2 {
  color: var(--c-black);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.services-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.services .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  background: rgba(0, 0, 0, 0.04);
  min-height: 248px;
  padding: 40px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services .service-icon {
  width: 64px;
  height: 64px;
}
.services .service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services .service-content h3 {
  color: var(--c-black);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.services .service-content p {
  color: var(--c-black);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 768px) {
  .services {
    padding: 32px 0 16px 0;
  }
  .services-wrapper {
    row-gap: 16px;
  }
  .services-title h2 {
    font-size: 14px;
  }
  .services-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .services .service {
    min-height: unset;
    padding: 16px 24px;
  }
  .services .service-content {
    row-gap: 16px;
  }
  .services .service-content h3 {
    font-size: 14px;
  }
  .services .service-content p {
    font-size: 14px;
  }
}

.slider {
  width: 100%;
}
.slider-wrapper {
  width: 100%;
  height: 770px;
}
.slider-main {
  overflow: visible !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 255px);
}
.slider-main .swiper-slide {
  height: calc(100vh - 255px);
}
.slider-main .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slider-main .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.slider-main .swiper-pagination-bullet-active {
  overflow: hidden;
}
.slider-main .swiper-pagination-bullet {
  width: 4px;
  background: var(--c-black);
  height: 4px;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  margin: 0 !important;
}
.slider-main .swiper-pagination-bullet::after {
  width: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  background: var(--c-black);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.slider-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.slider-main .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  -webkit-animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
          animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
@media (max-width: 768px) {
  .slider-wrapper {
    height: 668px;
  }
  .slider-main .swiper-slide {
    height: 668px;
  }
  .slider-main .swiper-slide img {
    height: 100%;
  }
}

@-webkit-keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }
}

@keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }
}
.contact {
  width: 100%;
  padding: 40px 0;
}
.contact-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.contact-content h3 {
  color: var(--c-black);
  font-weight: 700;
  font-size: 20px;
  line-height: 168%;
  letter-spacing: 0%;
}
.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-info strong {
  color: var(--c-black);
  font-weight: 700;
  font-size: 16px;
  line-height: 168%;
  letter-spacing: 0%;
}
.contact-info p, .contact-info a {
  font-weight: 400;
  font-size: 16px;
  line-height: 168%;
  letter-spacing: 0%;
  color: var(--c-black);
}
.contact-social.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.contact-social.social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .contact {
    padding: 16px 0;
  }
  .contact-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  .contact-content {
    row-gap: 32px;
  }
  .contact-content h3 {
    font-size: 14px;
  }
  .contact-info strong {
    font-size: 14px;
  }
  .contact-info p, .contact-info a {
    font-size: 14px;
  }
  .contact-social.social {
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .contact-social.social a {
    width: 32px;
    height: 32px;
  }
}