* {
  font-family: "Urbanist", sans-serif;
}

p {
  color: var(--font-color);
}
p strong {
  font-weight: bold;
}
p blockquote {
  font-style: italic;
}
p a {
  color: inherit !important;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6em;
  text-decoration: none !important;
}
p a:hover {
  text-decoration: underline !important;
}

span {
  display: block;
}

ul {
  width: 100%;
  list-style: disc outside;
  padding: 0 0 0 1.2em;
}
ul li {
  color: var(--font-color);
  font-size: 1.25em;
  letter-spacing: 0;
  line-height: 1.5em;
}
ul li strong {
  font-weight: bold;
}

ol {
  width: 100%;
  padding: 0 0 0 1.2em;
}
ol li {
  color: var(--font-color);
  font-size: 1.25em;
  letter-spacing: 0;
  line-height: 1.5em;
}
ol li strong {
  font-weight: bold;
}

input, textarea, select {
  background-color: transparent;
  border-radius: 0;
}

.richText * {
  color: var(--font-color);
  margin-bottom: 1em;
}
.richText *:last-child {
  margin-bottom: 0;
}
.richText figure {
  width: 100%;
  max-width: 1000px;
}
.richText figure img {
  width: 100%;
}

h1.title_h1 {
  color: var(--font-color);
  font-size: 3.75em;
  font-weight: 400;
  text-align: left;
  line-height: 1.15em;
  text-transform: uppercase;
}

h2.title_h2 {
  color: var(--font-color);
  font-size: 2.5em;
  font-weight: 400;
  text-align: left;
  line-height: 1.15em;
  text-transform: uppercase;
}

h3.title_h3 {
  color: var(--font-color);
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.15em;
  text-transform: uppercase;
}

p {
  font-size: 1.25em;
  letter-spacing: 0;
  line-height: 1.2em;
}
p strong {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2em;
}
p ol li, p ul li {
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1.2em;
}

ol li, ul li {
  font-size: 1.25em;
  letter-spacing: 0;
  line-height: 1.2em;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}
.absolute.top {
  top: 0;
}
.absolute.bottom {
  bottom: 0;
}
.absolute.left {
  left: 0;
}
.absolute.right {
  right: 0;
}

.flex {
  display: flex;
}
.flex.align_center {
  align-items: center;
}
.flex.align_start {
  align-items: flex-start;
}
.flex.align_end {
  align-items: flex-end;
}
.flex.justify_start {
  justify-content: flex-start;
}
.flex.justify_center {
  justify-content: center;
}
.flex.justify_end {
  justify-content: flex-end;
}
.flex.space_between {
  justify-content: space-between;
}
.flex.space_evenly {
  justify-content: space-evenly;
}

.flex_column {
  display: flex;
  flex-direction: column;
}
.flex_column.align_center {
  align-items: center;
}
.flex_column.align_start {
  align-items: flex-start;
}
.flex_column.align_end {
  align-items: flex-end;
}
.flex_column.justify_start {
  justify-content: flex-start;
}
.flex_column.justify_center {
  justify-content: center;
}
.flex_column.justify_end {
  justify-content: flex-end;
}
.flex_column.space_between {
  justify-content: space-between;
}
.flex_column.space_evenly {
  justify-content: space-evenly;
}

.overflow {
  overflow: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.pointer {
  cursor: pointer;
}

a {
  color: #000000;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

button {
  border: none;
  background: transparent;
}

.line {
  display: block;
}
.line.vertical {
  width: 1px;
}
.line.vertical.strong {
  width: 2px;
}
.line.horizontal {
  height: 1px;
}
.line.horizontal.strong {
  height: 2px;
}

* {
  position: relative;
  box-sizing: border-box;
  font-weight: 400;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  transition: color 1s ease;
}

body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  background-color: var(--background-color);
  overflow: hidden auto;
  transition: background-color 1s ease;
}
@media (max-width: 1500px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 1050px) {
  body.fixed_body {
    position: fixed;
    overflow: hidden;
  }
}

p strong {
  font-weight: 700;
}
p blockquote {
  font-style: italic;
}

span {
  display: block;
}

input, textarea, select {
  background-color: transparent;
  border-radius: 0;
  border: none;
}

section.subpage {
  min-height: 50vh;
}

.fancybox-navigation .fancybox-button {
  top: calc(50vh - 50px) !important;
}

.richText * {
  margin-bottom: 1em;
}
.richText *:last-child {
  margin-bottom: 0;
}
.richText figure {
  width: 100%;
  max-width: 1000px;
}
.richText figure img {
  width: 100%;
}

#email2 {
  display: none;
}

:root {
  --main-color: #375E5A;
  --font-color: #375E5A;
  --button-text-color: #E6D9C8;
  --background-color: #F8F5F1;
}

.btn {
  width: fit-content;
  height: fit-content;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.3em 1.4em;
  min-width: 125px;
  min-height: 40px;
}
.btn span {
  text-align: center;
  text-transform: uppercase;
  z-index: 5;
}
.btn.square {
  min-width: 10em;
  height: 3.25em;
  background-color: var(--main-color);
  padding: 0.875em;
  border-radius: 2.5em;
  box-shadow: 0 5px 15px 0 var(--main-color);
  transition: all 0.3s ease;
}
.btn.square span {
  color: var(--button-text-color);
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.btn.square:hover {
  box-shadow: 0 0 0 0 var(--main-color);
}
.btn.more {
  gap: 0.625em;
}
.btn.more span {
  color: var(--main-color);
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.btn.more svg {
  width: 2em;
}
.btn.more.small {
  gap: 5px;
}
.btn.more.small span {
  font-size: 1em;
}
.btn.more.small svg {
  width: 1em;
}

.gdpr #gdpr_input {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.gdpr .custom_checkbox {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--main-color);
}
.gdpr .custom_checkbox::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--main-color);
  transform: scale(0);
  transition: all 0.3s ease;
}
.gdpr #gdpr_input:checked ~ .custom_checkbox::after {
  transform: scale(1);
}
.gdpr label {
  width: calc(100% - 20px);
  color: var(--font-color);
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2em;
  padding: 0 0 0 10px;
}
.gdpr label a {
  color: var(--font-color);
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2em;
  text-decoration: underline;
}

.form_message {
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  min-height: 300px;
  background-color: var(--main-color);
  padding: 2.5em;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  z-index: 300;
  transform: translate(-50%, -50%);
}
.form_message .message {
  color: var(--button-text-color);
  font-size: 2em;
  text-align: center;
}

header {
  width: 100%;
  max-width: 1920px;
  height: 5em;
  padding: 10px 5em;
  z-index: 220;
}
header .header_logo {
  position: absolute;
  top: 1.25em;
  left: 5em;
  width: min(200px, 10.41vw);
}
header .header_logo svg {
  width: 100%;
}
header .header_logo svg path {
  fill: var(--main-color);
}
header .header_nav {
  gap: 2.5em;
  margin: 0 0 0 auto;
}
header .header_nav .nav_item {
  color: var(--main-color);
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
header .header_nav .nav_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--main-color);
  transition: all 0.3s ease;
}
header .header_nav .nav_item:hover::after {
  left: 0;
  width: 100%;
}
header .header_lang {
  height: calc(100% - 1.25em);
  gap: 1.25em;
  border-left: 2px solid var(--main-color);
  padding: 0 0 0 2.5em;
  margin: 0 0 0 2.5em;
}
header .header_lang a {
  color: #CBBAA4;
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
header .header_lang a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--main-color);
  transition: all 0.3s ease;
}
header .header_lang a.active {
  color: var(--main-color);
}
header .header_lang a.active::after {
  left: 0;
  width: 100%;
}
header .hamburger {
  width: 45px;
  height: 31px;
  margin: 0 0 0 auto;
}
header .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: var(--main-color);
}
header .hamburger span:nth-child(1) {
  top: 0;
  transition: top 0.25s ease 0.25s, transform 0.25s ease;
}
header .hamburger span:nth-child(2) {
  top: 12px;
  transition: opacity 0.01s ease 0.25s;
}
header .hamburger span:nth-child(3) {
  top: 24px;
  transition: top 0.25s ease 0.25s, transform 0.25s ease;
}
@media (min-width: 1051px) {
  header .hamburger {
    display: none;
  }
}
header .hamburger.open span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
  transition: top 0.25s ease, transform 0.25s ease 0.25s;
}
header .hamburger.open span:nth-child(2) {
  opacity: 0;
  transition: opacity 0.01s ease 0.25s;
}
header .hamburger.open span:nth-child(3) {
  top: 12px;
  transform: rotate(-45deg);
  transition: top 0.25s ease, transform 0.25s ease 0.25s;
}
header.subpage_header {
  height: 8.75em;
  padding: 1.25em 5em;
}
header.subpage_header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2.5em;
  width: calc(100% - 5em);
  height: 1px;
  background-color: #CBBAA4;
}
header.subpage_header .header_logo {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: 100%;
}
header.subpage_header .header_logo svg {
  width: auto;
  height: 100%;
}
header.subpage_header .header_lang {
  height: 3.75em;
}
@media (max-width: 1600px) {
  header {
    padding: 10px 2.5em;
  }
  header .header_logo {
    left: 2.5em;
  }
  header.subpage_header {
    padding: 1.25em 2.5em;
  }
  header.subpage_header::after {
    left: 2.5em;
    width: calc(100% - 5em);
  }
}
@media (max-width: 1050px) {
  header {
    padding: 20px 2.5em;
  }
  header .header_nav {
    display: none;
  }
  header .header_lang {
    display: none;
  }
}
@media (max-width: 600px) {
  header {
    padding: 20px 10px;
  }
  header .header_logo {
    left: 10px;
    width: 14.2vw;
  }
  header.subpage_header {
    height: 5em;
    padding: 10px 10px;
  }
  header.subpage_header::after {
    left: 10px;
    width: calc(100% - 20px);
  }
}

.menu {
  top: 0;
  width: 100%;
  height: 100vh;
  gap: 2.5em;
  transform: translateX(-100%);
  background-color: var(--background-color);
  transition: all 0.5s ease;
  padding: 10px;
  z-index: 200;
}
.menu.open {
  transform: translateX(0%);
}
.menu .menu_nav {
  gap: 1.75em;
}
.menu .menu_nav .nav_item {
  color: var(--main-color);
  font-size: 1.75em;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-align: right;
  text-transform: uppercase;
}
.menu .menu_lang {
  gap: 1.75em;
}
.menu .menu_lang a {
  color: var(--main-color);
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-align: right;
  text-transform: uppercase;
}
.menu .menu_lang a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--main-color);
  transition: all 0.3s ease;
}
.menu .menu_lang a.active {
  color: var(--main-color);
}
.menu .menu_lang a.active::after {
  left: 0;
  width: 100%;
}

footer {
  width: 100%;
  max-width: 1920px;
  padding: 0 5em;
}
footer .footer_wrapper {
  width: 100%;
  gap: 5em;
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding: 5em 0;
}
footer .footer_wrapper .footer_column {
  width: calc(25% - 3.75em);
  gap: 1.25em;
}
footer .footer_wrapper .footer_column:last-child {
  align-self: stretch;
  align-items: flex-end;
  justify-content: center;
}
footer .footer_wrapper .footer_column .footer_nav {
  color: var(--font-color);
  font-size: 1.625em;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.45em;
  cursor: pointer;
  transition: color 0.3s ease;
}
footer .footer_wrapper .footer_column .footer_nav:hover {
  color: var(--main-color);
}
footer .footer_wrapper .footer_column .footer_title {
  color: var(--font-color);
  font-size: 1.625em;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.45em;
}
footer .footer_wrapper .footer_column .footer_text {
  color: var(--font-color);
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.2em;
}
footer .footer_wrapper .footer_column .footer_link {
  color: var(--font-color);
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.2em;
  cursor: pointer;
  transition: color 0.3s ease;
}
footer .footer_wrapper .footer_column .footer_link:hover {
  color: var(--main-color);
}
footer .footer_wrapper .footer_column .footer_social {
  gap: 3.75em;
}
footer .footer_wrapper .footer_column .footer_social svg {
  width: 2.5em;
  height: 2.5em;
  object-fit: contain;
}
footer .footer_wrapper .footer_column .footer_social svg path {
  fill: var(--main-color);
}
footer .copyright {
  width: 100%;
  padding: 2.5em 0;
}
footer .copyright span {
  color: var(--font-color);
  font-size: 1.625em;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.45em;
  cursor: pointer;
}
footer .copyright span a {
  color: var(--font-color);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.45em;
  cursor: pointer;
  transition: color 0.3s ease;
}
footer .copyright span a:hover {
  color: var(--main-color);
}
@media (max-width: 1600px) {
  footer {
    padding: 0 2.5em;
  }
}
@media (max-width: 1000px) {
  footer .footer_wrapper {
    flex-wrap: wrap;
  }
  footer .footer_wrapper .footer_column {
    width: calc(50% - 2.5em);
    align-items: flex-start !important;
  }
}
@media (max-width: 600px) {
  footer {
    padding: 0 10px;
  }
  footer .footer_wrapper .footer_column {
    width: 100%;
  }
  footer .footer_wrapper .footer_column:last-child {
    align-items: center !important;
  }
  footer .copyright {
    flex-direction: column;
    gap: 10px;
  }
  footer .copyright span {
    text-align: center;
  }
}

.index {
  width: 100%;
  max-width: 1920px;
  padding: 0 5em;
}
.index .index_header {
  width: 100%;
  margin-bottom: 8.75em;
}
.index .index_header .index_header_swiper {
  width: 100%;
  border-radius: min(30.2vw, 580px) 0 0 0;
  overflow: hidden;
}
.index .index_header .index_header_swiper .swiper-slide {
  aspect-ratio: 1760/860;
}
.index .index_header .index_header_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .index_header .index_header_intro {
  left: 0.33em;
  bottom: 0.33em;
  width: calc(100% - 2.5em);
  max-width: 900px;
  color: #ffffff;
  font-size: 3.75em;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  z-index: 20;
}
.index .index_about {
  width: 100%;
  gap: 5em;
  margin-bottom: 8.75em;
}
.index .index_about .column {
  width: calc(58% - 5em);
}
.index .index_about .column .column_wrapper {
  width: 100%;
  max-width: 520px;
  gap: 2.5em;
}
.index .index_about .column .richText {
  width: 100%;
}
.index .index_about .column .btn {
  align-self: flex-end;
}
.index .index_about .image {
  width: 42%;
  border-radius: 0 min(12.5vw, 240px) 0 0;
  overflow: hidden;
}
.index .index_about .image img {
  width: 100%;
}
.index .index_services {
  width: 100%;
  gap: 5em;
  margin-bottom: 8.75em;
}
.index .index_services .index_services_swiper {
  width: 100vw;
  align-self: center;
  overflow: hidden;
  padding: 0 5em;
}
@media (min-width: 1920px) {
  .index .index_services .index_services_swiper {
    padding: 0 calc((100vw - 1760px) / 2);
  }
}
.index .index_services .index_services_swiper .index_services_item {
  gap: 0.625em;
}
.index .index_services .index_services_swiper .index_services_item .image {
  width: 100%;
  border-radius: 1.25em;
  overflow: hidden;
  margin-bottom: 0.625em;
}
.index .index_services .index_services_swiper .index_services_item .image img {
  width: 100%;
}
.index .index_services .index_services_swiper .index_services_item p {
  margin-top: 1.1em;
}
.index .index_services .index_services_swiper .index_services_item .btn {
  align-self: flex-end;
}
.index .index_services .index_services_nav {
  gap: 0.625em;
  align-self: flex-end;
}
.index .index_services .index_services_nav .index_services_prev {
  width: 1.25em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.index .index_services .index_services_nav .index_services_prev.swiper-button-disabled {
  opacity: 0.5;
}
.index .index_services .index_services_nav .index_services_prev svg {
  width: 100%;
}
.index .index_services .index_services_nav .index_services_bar {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: calc(100vw - 20px - 3.75em);
  max-width: 400px;
  height: 4px;
  border-radius: 8px;
  background-color: var(--button-text-color);
  margin: 0;
  overflow: hidden;
}
.index .index_services .index_services_nav .index_services_bar .swiper-pagination-progressbar-fill {
  background-color: var(--main-color);
  border-radius: 8px;
}
.index .index_services .index_services_nav .index_services_next {
  width: 1.25em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.index .index_services .index_services_nav .index_services_next.swiper-button-disabled {
  opacity: 0.5;
}
.index .index_services .index_services_nav .index_services_next svg {
  width: 100%;
}
.index .index_references {
  width: 100%;
  gap: 3.75em;
  margin-bottom: 8.75em;
}
.index .index_references .index_references_swiper {
  width: 100vw;
  align-self: center;
  overflow: hidden;
  padding: 0 5em;
}
@media (min-width: 1920px) {
  .index .index_references .index_references_swiper {
    padding: 0 calc((100vw - 1760px) / 2);
  }
}
.index .index_references .index_references_swiper .swiper-slide img {
  width: 100%;
  border-radius: 1.25em;
  margin-bottom: 1.25em;
}
.index .index_references .index_references_swiper .swiper-slide h3 {
  color: var(--font-color);
  font-size: 1.125em;
  letter-spacing: 0;
  line-height: 1.2em;
}
.index .index_references .index_references_nav {
  gap: 0.625em;
  align-self: flex-end;
}
.index .index_references .index_references_nav .index_references_prev {
  width: 1.25em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.index .index_references .index_references_nav .index_references_prev.swiper-button-disabled {
  opacity: 0.5;
}
.index .index_references .index_references_nav .index_references_prev svg {
  width: 100%;
}
.index .index_references .index_references_nav .index_references_bar {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: calc(100vw - 20px - 3.75em);
  max-width: 400px;
  height: 4px;
  border-radius: 8px;
  background-color: var(--button-text-color);
  margin: 0;
  overflow: hidden;
}
.index .index_references .index_references_nav .index_references_bar .swiper-pagination-progressbar-fill {
  background-color: var(--main-color);
  border-radius: 8px;
}
.index .index_references .index_references_nav .index_references_next {
  width: 1.25em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.index .index_references .index_references_nav .index_references_next.swiper-button-disabled {
  opacity: 0.5;
}
.index .index_references .index_references_nav .index_references_next svg {
  width: 100%;
}
.index .index_contact {
  width: 100%;
  gap: 3.75em;
  margin-bottom: 5em;
}
.index .index_contact .index_contact_wrapper {
  width: 100%;
  gap: 5em;
}
.index .index_contact .index_contact_wrapper .map {
  width: calc(56% - 2.5em);
  border-radius: 1.25em;
  overflow: hidden;
}
.index .index_contact .index_contact_wrapper .map img {
  width: 100%;
}
.index .index_contact .index_contact_wrapper .map svg {
  position: absolute;
  width: 6.25em;
  height: 6.25em;
  object-fit: contain;
}
.index .index_contact .index_contact_wrapper .map svg circle {
  fill: var(--main-color);
}
.index .index_contact .index_contact_wrapper .contact_form {
  width: calc(44% - 2.5em);
  gap: 1.25em;
}
.index .index_contact .index_contact_wrapper .contact_form .title_h3 {
  margin-bottom: 0.3em;
}
.index .index_contact .index_contact_wrapper .contact_form > input {
  width: 100%;
  font-size: 1.125em;
  color: #ffffff;
  border-radius: 0.55em;
  background-color: var(--main-color);
  padding: 1.1em;
}
.index .index_contact .index_contact_wrapper .contact_form > input::placeholder {
  font-size: 1em;
  color: #ffffff;
  opacity: 0.7;
}
.index .index_contact .index_contact_wrapper .contact_form > textarea {
  width: 100%;
  font-size: 1.125em;
  color: #ffffff;
  border-radius: 0.55em;
  background-color: var(--main-color);
  padding: 1.1em;
  resize: none;
}
.index .index_contact .index_contact_wrapper .contact_form > textarea::placeholder {
  font-size: 1em;
  color: #ffffff;
  opacity: 0.7;
}
.index .index_contact .index_contact_wrapper .contact_form .btn {
  align-self: flex-end;
}
@media (max-width: 1600px) {
  .index {
    padding: 0 2.5em;
  }
  .index .index_services .index_services_swiper {
    padding: 0 2.5em;
  }
  .index .index_references .index_references_swiper {
    padding: 0 2.5em;
  }
}
@media (max-width: 1000px) {
  .index .index_header .index_header_swiper .swiper-slide {
    height: 50vh;
  }
  .index .index_services .index_services_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .index .index_about {
    flex-direction: column;
  }
  .index .index_about .column {
    width: 100%;
  }
  .index .index_about .image {
    width: 100%;
  }
  .index .index_contact .index_contact_wrapper {
    flex-direction: column;
  }
  .index .index_contact .index_contact_wrapper .map {
    width: 100%;
  }
  .index .index_contact .index_contact_wrapper .contact_form {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .index {
    padding: 0 10px;
  }
  .index .index_header .index_header_swiper .swiper-slide {
    height: 40vh;
  }
  .index .index_header .index_header_intro {
    left: 10px;
    width: calc(100% - 20px);
    font-size: 8.5vw;
  }
  .index .index_about .column .btn {
    align-self: center;
  }
  .index .index_services .index_services_swiper {
    padding: 0 10px;
  }
  .index .index_references .index_references_swiper {
    padding: 0 10px;
  }
  .index .index_references .index_references_nav {
    align-self: center;
  }
}

.universalPage {
  width: 100%;
  padding: 2.5em 5em 5em 5em;
}
.universalPage .title_h1 {
  width: 100%;
  max-width: 1400px;
}
.universalPage .universalMatrix {
  width: 100%;
  max-width: 1400px;
  margin-top: 2.5em;
}
.universalPage .universalMatrix .universalMatrix_elem {
  width: 100%;
  margin-bottom: 7.5em;
}
.universalPage .universalMatrix .universalMatrix_elem.header {
  margin-bottom: 2.5em;
}
.universalPage .universalMatrix .universalMatrix_elem.textImage {
  gap: 5em;
}
.universalPage .universalMatrix .universalMatrix_elem.textImage.right {
  flex-direction: row-reverse;
}
.universalPage .universalMatrix .universalMatrix_elem.textImage .richText {
  width: calc(60% - 2.5em);
}
.universalPage .universalMatrix .universalMatrix_elem.textImage .image {
  width: calc(40% - 2.5em);
  border-radius: 2.5em;
}
@media (max-width: 1000px) {
  .universalPage .universalMatrix .universalMatrix_elem.textImage {
    gap: 2.5em;
  }
  .universalPage .universalMatrix .universalMatrix_elem.textImage .richText {
    width: calc(50% - 1.25em);
  }
  .universalPage .universalMatrix .universalMatrix_elem.textImage .image {
    width: calc(50% - 1.25em);
  }
}
@media (max-width: 700px) {
  .universalPage .universalMatrix .universalMatrix_elem.textImage {
    flex-direction: column !important;
  }
  .universalPage .universalMatrix .universalMatrix_elem.textImage .richText {
    width: 100%;
  }
  .universalPage .universalMatrix .universalMatrix_elem.textImage .image {
    width: 100%;
  }
}
.universalPage .universalMatrix .universalMatrix_elem.image {
  max-width: 1200px;
}
.universalPage .universalMatrix .universalMatrix_elem.image.small {
  max-width: 600px;
}
.universalPage .universalMatrix .universalMatrix_elem.image .image {
  width: 100%;
  border-radius: 2.5em;
}
.universalPage .universalMatrix .universalMatrix_elem.table table {
  width: 100%;
  border-spacing: 0 2px;
}
.universalPage .universalMatrix .universalMatrix_elem.table table tr td {
  color: var(--font-color);
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.2em;
  background-color: #FFFFFF;
  padding: 0.5em 0.5em 0.5em 1em;
}
.universalPage .universalMatrix .universalMatrix_elem.table table tr td:nth-child(2) {
  text-align: right;
  padding: 0.5em 1em 0.5em 0.5em;
}
.universalPage .universalMatrix .universalMatrix_elem.table table tr td .btn {
  display: inline-flex;
  min-width: unset;
  min-height: unset;
  padding: 0;
}
.universalPage .universalMatrix .universalMatrix_elem.tableImage {
  gap: 5em;
}
.universalPage .universalMatrix .universalMatrix_elem.tableImage.right {
  flex-direction: row-reverse;
}
.universalPage .universalMatrix .universalMatrix_elem.tableImage table {
  width: calc(60% - 2.5em);
  border-spacing: 0 2px;
}
.universalPage .universalMatrix .universalMatrix_elem.tableImage table tr td {
  color: var(--font-color);
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.2em;
  background-color: #FFFFFF;
  padding: 0.5em 0.5em 0.5em 1em;
}
.universalPage .universalMatrix .universalMatrix_elem.tableImage table tr td:nth-child(2) {
  text-align: right;
  padding: 0.5em 1em 0.5em 0.5em;
}
.universalPage .universalMatrix .universalMatrix_elem.tableImage .image {
  width: calc(40% - 2.5em);
  border-radius: 2.5em;
}
@media (max-width: 1000px) {
  .universalPage .universalMatrix .universalMatrix_elem.tableImage {
    gap: 2.5em;
  }
  .universalPage .universalMatrix .universalMatrix_elem.tableImage table {
    width: calc(50% - 1.25em);
  }
  .universalPage .universalMatrix .universalMatrix_elem.tableImage .image {
    width: calc(50% - 1.25em);
  }
}
@media (max-width: 700px) {
  .universalPage .universalMatrix .universalMatrix_elem.tableImage {
    flex-direction: column !important;
  }
  .universalPage .universalMatrix .universalMatrix_elem.tableImage table {
    width: 100%;
  }
  .universalPage .universalMatrix .universalMatrix_elem.tableImage .image {
    width: 100%;
  }
}
.universalPage .universalMatrix .universalMatrix_elem.video {
  max-width: 1200px;
  border-radius: 2.5em;
  overflow: hidden;
}
.universalPage .universalMatrix .universalMatrix_elem.video video {
  width: 100%;
}
.universalPage .universalMatrix .universalMatrix_elem.video .layer {
  width: 100%;
  height: 100%;
}
.universalPage .universalMatrix .universalMatrix_elem.video .layer .layer_bg {
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  opacity: 0.4;
}
.universalPage .universalMatrix .universalMatrix_elem.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 2.5em;
}
.universalPage .universalMatrix .universalMatrix_elem.gallery .image {
  width: 100%;
  border-radius: 1.25em;
  overflow: hidden;
}
.universalPage .universalMatrix .universalMatrix_elem.gallery .image img {
  width: 100%;
}
.universalPage .universalMatrix .universalMatrix_elem.gallery .image .more {
  width: 100%;
  height: 100%;
  background-color: rgba(55, 94, 90, 0.5);
  color: var(--background-color);
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.2em;
}
@media (max-width: 1000px) {
  .universalPage .universalMatrix .universalMatrix_elem.gallery {
    grid-gap: 1.25em;
  }
}
@media (max-width: 600px) {
  .universalPage .universalMatrix .universalMatrix_elem.gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.universalPage .universalMatrix .universalMatrix_elem.products .products_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 2.5em;
}
.universalPage .universalMatrix .universalMatrix_elem.products .products_grid .index_services_item {
  gap: 0.625em;
}
.universalPage .universalMatrix .universalMatrix_elem.products .products_grid .index_services_item .image {
  width: 100%;
  border-radius: 1.25em;
  overflow: hidden;
  margin-bottom: 0.625em;
}
.universalPage .universalMatrix .universalMatrix_elem.products .products_grid .index_services_item .image img {
  width: 100%;
}
.universalPage .universalMatrix .universalMatrix_elem.products .products_grid .index_services_item p {
  margin-top: 1.1em;
}
.universalPage .universalMatrix .universalMatrix_elem.products .products_grid .index_services_item .btn {
  align-self: flex-end;
}
@media (max-width: 1000px) {
  .universalPage .universalMatrix .universalMatrix_elem.products .products_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .universalPage .universalMatrix .universalMatrix_elem.products .products_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 2.5em 1.25em;
  }
}
@media (max-width: 400px) {
  .universalPage .universalMatrix .universalMatrix_elem.products .products_grid {
    grid-template-columns: 100%;
  }
}
.universalPage .universalMatrix .universalMatrix_elem.button {
  margin-top: -5em;
}
@media (max-width: 1600px) {
  .universalPage {
    padding: 2.5em 2.5em 5em 2.5em;
  }
}
@media (max-width: 600px) {
  .universalPage {
    padding: 2.5em 10px 5em 10px;
  }
}

/*# sourceMappingURL=main.css.map */
