.index {
  width: 100%;
  max-width: 1920px;
  padding: 0 3.125em;
}
.index .index_header {
  width: 100vw;
}
.index .index_header .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.index .index_header .index_header_bg {
  right: 25vw;
  bottom: 25vh;
  width: 25vw;
  height: 10.2vw;
  z-index: 12;
}
.index .index_header .index_header_bg .bg_logo {
  width: 100%;
  height: 100%;
  background-image: url("../svg/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: 0;
}
.index .index_header .index_header_bg .bg_hover {
  width: 100%;
  height: 100%;
  background-color: var(--background-color-dark);
  z-index: 1;
  -webkit-mask-image: radial-gradient(circle 100px at var(--x, 50%) var(--y, 50%), transparent 0%, black 100%);
  mask-image: radial-gradient(circle 100px at var(--x, 50%) var(--y, 50%), transparent 0%, black 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: mask-image 0.2s ease, -webkit-mask-image 0.2s ease;
  pointer-events: none;
}
.index .index_header .column {
  width: 50%;
  padding: 5em;
  z-index: 13;
}
.index .index_header .column .intro_line {
  max-width: 670px;
  width: 100%;
  color: var(--text-color-light);
  font-size: min(130px, 6.77vw);
  font-weight: 300;
  line-height: 1em;
}
.index .index_header .column .intro_line strong {
  color: var(--main-color);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.index .index_header .column .richText {
  max-width: 670px;
  width: 100%;
  margin-top: 1.25em;
}
.index .index_header .column .richText p {
  font-size: 1em;
}
.index .index_header .index_header_swiper {
  width: 50%;
  overflow: hidden;
}
.index .index_header .index_header_swiper .swiper-slide img {
  width: 100%;
  height: 50vw;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .index_header .index_swiper_cover {
  width: 50%;
  height: 100%;
  background-color: var(--background-color-dark);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 10;
}
.index .index_header .index_swiper_gradient {
  width: 50%;
  height: 100%;
  background: linear-gradient(221.87deg, rgba(22, 22, 22, 0) 0%, #161616 50.3%);
  z-index: 11;
}
.index .index_header .index_header_nav {
  right: 3.125em;
  bottom: 7.125em;
  gap: 2.5em;
  z-index: 15;
}
.index .index_header .index_header_nav .index_header_nav_swiper {
  width: 200px;
  overflow: hidden;
}
.index .index_header .index_header_nav .index_header_nav_swiper .swiper-slide {
  color: var(--text-color-light);
  font-size: 1.875em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
  justify-content: flex-end;
}
.index .index_header .index_header_nav .index_header_pagination {
  width: auto;
  gap: 0.75em;
}
.index .index_header .index_header_nav .index_header_pagination .swiper-pagination-bullet {
  width: 3.125em;
  height: 4px;
  background-color: var(--background-color-light);
  border-radius: 0;
  opacity: 1;
}
.index .index_header .index_header_nav .index_header_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main-color);
}
.index .index_about {
  width: 100%;
}
.index .index_about .index_about_wrapper {
  width: 100%;
  gap: 1.875em;
  margin: 10em 0 0 0;
}
.index .index_about .index_about_wrapper .index_about_title {
  width: calc(50% - 0.9375em);
  margin-bottom: 10em;
}
.index .index_about .index_about_wrapper .index_about_title .title {
  color: var(--text-color-light);
  font-size: 4.375em;
  font-weight: 300;
  line-height: 1.08em;
}
.index .index_about .index_about_wrapper .index_about_title .title strong {
  color: var(--text-color-light);
  font-size: 1em;
  font-weight: 300;
  line-height: 1.08em;
}
.index .index_about .index_about_wrapper .index_about_title .title strong.animated {
  color: var(--main-color);
}
.index .index_about .index_about_wrapper .index_about_title .index_about_icons {
  width: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 2.5em;
  margin-top: 2.5em;
}
.index .index_about .index_about_wrapper .index_about_title .index_about_icons .index_about_icon {
  width: 5em;
  transition: transform 0.5s ease;
}
.index .index_about .index_about_wrapper .index_about_title .index_about_icons .index_about_icon svg {
  width: 100%;
}
.index .index_about .index_about_wrapper .index_about_title .index_about_icons .index_about_icon svg path {
  transition: fill 0.5s ease;
}
.index .index_about .index_about_wrapper .index_about_title .index_about_icons .index_about_icon.active {
  transform: scale(1.1);
}
.index .index_about .index_about_wrapper .index_about_title .index_about_icons .index_about_icon.active svg path {
  fill: var(--main-color);
}
.index .index_about .index_about_wrapper .column {
  width: calc(50% - 0.9375em);
  align-self: flex-end;
  gap: 2.5em;
}
.index .index_about .index_about_wrapper .column .richText {
  width: 100%;
  border-left: 1px solid var(--main-color);
  padding: 0 0 0 1.25em;
}
.index .index_about .index_about_wrapper .column .btn {
  align-self: flex-end;
}
.index .index_services {
  width: 100%;
  margin-top: 5em;
}
.index .index_services .index_services_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 2.5em;
}
.index .index_services .index_services_grid .index_services_item {
  overflow: hidden;
}
.index .index_services .index_services_grid .index_services_item .image {
  width: 100%;
}
.index .index_services .index_services_grid .index_services_item .cover {
  width: 100%;
  height: 100%;
  background-color: var(--background-color-dark);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.index .index_services .index_services_grid .index_services_item .gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(221.87deg, rgba(22, 22, 22, 0) 0%, #161616 50.3%);
  z-index: 11;
}
.index .index_services .index_services_grid .index_services_item .column {
  width: 100%;
  gap: 1.25em;
  padding: 1.25em 2.5em;
  z-index: 12;
  transition: bottom 0.3s ease, transform 0.3s ease;
}
.index .index_services .index_services_grid .index_services_item .column .icon {
  width: 5em;
}
.index .index_services .index_services_grid .index_services_item .column .title {
  color: var(--text-color-light);
  font-size: 1.875em;
  font-weight: 400;
  gap: 20px;
}
.index .index_services .index_services_grid .index_services_item .column .title .arrow svg {
  width: 1em;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 1200px) {
  .index .index_services .index_services_grid .index_services_item:hover .cover {
    opacity: 1;
  }
  .index .index_services .index_services_grid .index_services_item:hover .column {
    bottom: 50%;
    transform: translateY(50%);
  }
  .index .index_services .index_services_grid .index_services_item:hover .column .title .arrow svg {
    opacity: 1;
  }
}
.index .index_services .index_services_grid .index_services_more {
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  padding: 1.25em 2.5em;
}
.index .index_services .index_services_grid .index_services_more .title {
  color: var(--text-color-light);
  font-size: 1.875em;
  font-weight: 400;
  gap: 20px;
}
.index .index_services .index_services_grid .index_services_more .title .arrow svg {
  width: 1em;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 1200px) {
  .index .index_services .index_services_grid .index_services_more:hover .title .arrow svg {
    opacity: 1;
  }
}
.index .index_info {
  width: 100%;
  margin-top: 5em;
}
.index .index_info .index_info_bg {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.index .index_info .index_info_bg .bg_logo {
  width: 100%;
  height: 100%;
  background-image: url("../svg/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: 0;
}
.index .index_info .index_info_bg .bg_hover {
  width: 100%;
  height: 100%;
  background-color: var(--background-color-dark);
  z-index: 1;
  -webkit-mask-image: radial-gradient(circle 150px at var(--x, 50%) var(--y, 50%), transparent 0%, black 100%);
  mask-image: radial-gradient(circle 150px at var(--x, 50%) var(--y, 50%), transparent 0%, black 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: mask-image 0.2s ease, -webkit-mask-image 0.2s ease;
  pointer-events: none;
}
.index .index_info .index_info_wrapper {
  width: 100%;
  gap: 5em;
  flex-wrap: wrap;
  margin: 10em 0;
  pointer-events: none;
}
.index .index_info .index_info_wrapper .index_info_item {
  max-width: 560px;
}
.index .index_info .index_info_wrapper .index_info_item .number {
  color: var(--text-color-light);
  font-size: 8.125em;
  font-weight: 300;
  line-height: 1em;
}
.index .index_info .index_info_wrapper .index_info_item .text {
  color: var(--text-color-light);
  font-size: 4.375em;
  font-weight: 300;
  line-height: 1.07em;
  text-align: center;
}
.index .index_info .index_info_wrapper .index_info_item .text strong {
  color: var(--main-color);
  font-size: 1em;
  font-weight: 300;
  line-height: 1.07em;
}
.index .index_references {
  width: 100%;
}
.index .index_references .index_references_swiper {
  width: 100%;
  margin-top: 2.5em;
}
.index .index_references .index_references_swiper .swiper-slide {
  gap: 2.5em;
}
.index .index_references .index_references_swiper .swiper-slide .image {
  width: calc(50% - 1.25em);
}
.index .index_references .index_references_swiper .swiper-slide .image img {
  width: 100%;
}
.index .index_references .index_references_swiper .swiper-slide .content {
  width: calc(50% - 1.25em);
}
.index .index_references .index_references_swiper .swiper-slide .content .column {
  width: 100%;
  max-width: 640px;
  gap: 2.5em;
  padding: 2.5em;
}
.index .index_references .index_references_swiper .swiper-slide .content .column .title {
  color: var(--text-color-light);
  font-size: 4.375em;
  font-weight: 300;
  line-height: 1.07em;
}
.index .index_references .index_references_swiper .swiper-slide .content .column .richText {
  width: 100%;
  border-left: 1px solid var(--main-color);
  padding: 0 0 0 1.25em;
}
.index .index_references .index_references_swiper .swiper-slide .content .column .btn {
  align-self: flex-end;
}
.index .index_references .index_references_nav {
  left: calc(50% - 1.25em);
  top: 50%;
  width: 15.25em;
  height: 15.25em;
  background-color: var(--background-color-dark);
  border-radius: 50%;
  gap: 0.625em;
  z-index: 20;
  transform: translate(-50%, -50%);
}
.index .index_references .index_references_nav .index_references_prev {
  cursor: pointer;
  transition: all 0.3s ease;
}
.index .index_references .index_references_nav .index_references_prev svg {
  width: 1.25em;
}
.index .index_references .index_references_nav .index_references_prev.swiper-button-disabled {
  filter: grayscale(1);
}
.index .index_references .index_references_nav .index_references_pagination {
  color: var(--main-color);
  font-size: 1.875em;
  font-weight: 700;
}
.index .index_references .index_references_nav .index_references_next {
  cursor: pointer;
  transition: all 0.3s ease;
}
.index .index_references .index_references_nav .index_references_next svg {
  width: 1.25em;
}
.index .index_references .index_references_nav .index_references_next.swiper-button-disabled {
  filter: grayscale(1);
}
.index .index_video {
  width: 100%;
  gap: 2.5em;
  margin-top: 2.5em;
}
.index .index_video .index_video_header {
  width: 100%;
  height: 1.875em;
}
.index .index_video .index_video_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875em;
  height: 1.875em;
  background-image: url("../svg/title_plus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.index .index_video .index_video_header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.875em;
  height: 1.875em;
  background-image: url("../svg/title_plus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.index .index_video .index_video_video {
  width: 100%;
  padding-bottom: 50.25%;
  height: 0;
}
.index .index_video .index_video_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .index_video .index_video_video .video_cover {
  width: 100%;
  height: 100%;
}
.index .index_video .index_video_video .video_cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.index .index_video .index_video_video .video_wrapper {
  width: 100%;
  height: 100%;
  gap: 2.5em;
  padding: 5em 3.75em;
}
.index .index_video .index_video_video .video_wrapper .gradient_triangle {
  width: 42%;
  height: 100%;
  background: linear-gradient(41deg, #161616 0%, rgba(22, 22, 22, 0) 50.3%);
}
.index .index_video .index_video_video .video_wrapper .title {
  max-width: 670px;
  color: var(--text-color-light);
  font-size: 4.375em;
  font-weight: 300;
  line-height: 1.07em;
}
.index .index_video .index_video_video .video_wrapper .play_icon {
  margin: 0 calc(24vw - 1.25em) 0 0;
  cursor: pointer;
}
.index .index_video .index_video_video .video_wrapper .play_icon .gradient_circle {
  width: min(460px, 24vw);
  height: min(460px, 24vw);
  background: radial-gradient(circle, rgb(22, 22, 22) 0%, rgba(22, 22, 22, 0) 80%);
  border-radius: 50%;
}
.index .index_video .index_video_video .video_wrapper .play_icon .hover_circle {
  width: 24vw;
  height: 24vw;
  background-color: var(--main-color);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.index .index_video .index_video_video .video_wrapper .play_icon svg {
  width: 2.5em;
}
.index .index_video .index_video_video .video_wrapper .play_icon svg path {
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .index .index_video .index_video_video .video_wrapper .play_icon:hover .hover_circle {
    opacity: 1;
  }
  .index .index_video .index_video_video .video_wrapper .play_icon:hover svg path {
    fill: var(--background-color-dark);
  }
}
.index .index_blog {
  width: 100%;
  gap: 2.5em;
  margin: 5em 0 6.25em 0;
}
.index .index_blog .index_blog_wrapper {
  width: 100%;
  max-width: 1450px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1.875em;
}
.index .index_blog .index_blog_wrapper .index_blog_swiper {
  width: 100%;
  background-color: var(--background-color-button);
  overflow: hidden;
}
.index .index_blog .index_blog_wrapper .index_blog_swiper .swiper-slide {
  gap: 2.5em;
  padding: 2.5em;
}
.index .index_blog .index_blog_wrapper .index_blog_swiper .swiper-slide .title {
  width: 100%;
  color: var(--text-color-light);
  font-size: 2.5em;
  font-weight: 400;
}
.index .index_blog .index_blog_wrapper .index_blog_swiper .swiper-slide .image {
  width: 100%;
  height: min(400px, 27vw);
  overflow: hidden;
  transition: height 0.3s ease;
}
.index .index_blog .index_blog_wrapper .index_blog_swiper .swiper-slide .image img {
  width: 100%;
}
.index .index_blog .index_blog_wrapper .index_blog_swiper .swiper-slide .image .date {
  background-color: var(--main-color);
  padding: 0.625em 1.25em;
}
.index .index_blog .index_blog_wrapper .index_blog_swiper .swiper-slide .image .date span {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-color-light);
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
}
.index .index_blog .index_blog_wrapper .index_blog_swiper .swiper-slide .image .date span strong {
  color: inherit;
  font-size: 2em;
  font-weight: inherit;
  line-height: 0.83em;
}
.index .index_blog .index_blog_wrapper .index_blog_swiper.index_blog_swiper_prev .swiper-slide .image {
  height: 209px;
}
.index .index_blog .index_blog_wrapper .index_blog_swiper.index_blog_swiper_prev .swiper-slide:hover .image {
  height: min(400px, 27vw);
}
.index .index_blog .index_blog_wrapper .index_blog_swiper.index_blog_swiper_next .swiper-slide .image {
  height: 150px;
}
.index .index_blog .index_blog_wrapper .index_blog_swiper.index_blog_swiper_next .swiper-slide:hover .image {
  height: min(400px, 27vw);
}
.index .index_blog .index_blog_wrapper .index_blog_nav {
  top: calc(50% - 0.625em);
  left: -3.75em;
  width: calc(100% + 7.5em);
  gap: 5em;
}
.index .index_blog .index_blog_wrapper .index_blog_nav .index_blog_prev {
  cursor: pointer;
  transition: all 0.3s ease;
}
.index .index_blog .index_blog_wrapper .index_blog_nav .index_blog_prev svg {
  height: 1.25em;
}
.index .index_blog .index_blog_wrapper .index_blog_nav .index_blog_prev.swiper-button-disabled {
  filter: grayscale(1);
}
.index .index_blog .index_blog_wrapper .index_blog_nav .index_blog_next {
  cursor: pointer;
  transition: all 0.3s ease;
}
.index .index_blog .index_blog_wrapper .index_blog_nav .index_blog_next svg {
  height: 1.25em;
}
.index .index_blog .index_blog_wrapper .index_blog_nav .index_blog_next.swiper-button-disabled {
  filter: grayscale(1);
}
@media (max-width: 1600px) {
  .index .index_blog .index_blog_wrapper .index_blog_nav {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    gap: 5em;
    grid-column: 1/4;
    margin: 0 auto;
  }
}
@media (max-width: 1400px) {
  .index .index_services .index_services_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1200px) {
  .index .index_header .index_header_bg {
    display: none;
  }
  .index .index_info .index_info_bg {
    display: none;
  }
}
@media (max-width: 800px) {
  .index .index_header {
    flex-direction: column;
  }
  .index .index_header .column {
    order: 2;
    width: 100%;
    padding: 2.5em;
    margin-top: -46vw;
    z-index: 15;
  }
  .index .index_header .column .intro_line {
    font-size: min(130px, 13vw);
  }
  .index .index_header .index_header_swiper {
    order: 1;
    width: 100%;
  }
  .index .index_header .index_header_swiper .swiper-slide img {
    width: 100%;
    height: 100vw;
    min-height: unset;
  }
  .index .index_header .index_swiper_cover {
    width: 100%;
    height: 100vw;
  }
  .index .index_header .index_swiper_gradient {
    width: 100%;
    height: 100vw;
  }
  .index .index_header .index_header_nav {
    order: 3;
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 5em);
    align-items: center;
    margin-top: 2.5em;
  }
  .index .index_header .index_header_nav .index_header_nav_swiper {
    width: 100%;
    border-bottom: 1px solid #575757;
    padding-bottom: 1.25em;
  }
  .index .index_header .index_header_nav .index_header_nav_swiper .swiper-slide {
    text-align: center;
    justify-content: center;
  }
  .index .index_about {
    margin-top: 2.5em;
  }
  .index .index_about .index_about_wrapper {
    flex-direction: column;
    margin: 1.25em 0 0 0;
  }
  .index .index_about .index_about_wrapper .index_about_title {
    width: 100%;
    margin: 0;
  }
  .index .index_about .index_about_wrapper .column {
    width: 100%;
  }
  .index .index_about .index_about_wrapper .column .btn {
    align-self: center;
  }
  .index .index_services .index_services_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index .index_references .index_references_swiper .swiper-slide {
    flex-direction: column;
  }
  .index .index_references .index_references_swiper .swiper-slide .image {
    width: 100%;
  }
  .index .index_references .index_references_swiper .swiper-slide .content {
    width: 100%;
    padding: 7.625em 0 0 0;
  }
  .index .index_references .index_references_swiper .swiper-slide .content .column {
    max-width: 100%;
  }
  .index .index_references .index_references_nav {
    left: 50%;
    top: 90vw;
  }
  .index .index_video .index_video_video .video_wrapper .play_icon .gradient_circle {
    width: 120px;
    height: 120px;
    background: var(--background-color-dark);
  }
  .index .index_blog .index_blog_wrapper {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
  .index .index_blog .index_blog_wrapper .index_blog_swiper.index_blog_swiper_prev {
    display: none;
  }
  .index .index_blog .index_blog_wrapper .index_blog_swiper.index_blog_swiper_next {
    display: none;
  }
  .index .index_blog .index_blog_wrapper .index_blog_nav {
    margin-top: 3.125em;
  }
}
@media (max-width: 600px) {
  .index {
    padding: 0 16px;
  }
  .index .index_header .column {
    padding: 5em 16px;
  }
  .index .index_header .column .intro_line {
    font-size: 12.5vw;
  }
  .index .index_about .index_about_wrapper .index_about_title .title {
    font-size: 38px;
  }
  .index .index_about .index_about_wrapper .index_about_title .index_about_icons {
    width: 100%;
    gap: 60px;
  }
  .index .index_about .index_about_wrapper .index_about_title .index_about_icons .index_about_icon {
    width: 100%;
  }
  .index .index_about .index_about_wrapper .column .btn {
    width: 100%;
    height: 75px;
  }
  .index .index_about .index_about_wrapper .column .btn span {
    font-size: 16px;
  }
  .index .index_services .index_services_grid {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .index .index_services .index_services_grid .index_services_item .column {
    padding: 20px 30px;
  }
  .index .index_services .index_services_grid .index_services_item .column .icon {
    width: 60px;
  }
  .index .index_services .index_services_grid .index_services_item .column .title {
    font-size: 25px;
  }
  .index .index_services .index_services_grid .index_services_more {
    height: 133px;
    justify-content: center;
  }
  .index .index_info .index_info_wrapper {
    gap: 15em;
  }
  .index .index_info .index_info_wrapper .index_info_item .text {
    font-size: 12vw;
  }
  .index .index_references .index_references_swiper .swiper-slide .content {
    width: 100%;
  }
  .index .index_references .index_references_swiper .swiper-slide .content .column {
    padding: 0;
  }
  .index .index_references .index_references_swiper .swiper-slide .content .column .btn {
    width: 100%;
    height: 75px;
  }
  .index .index_references .index_references_swiper .swiper-slide .content .column .btn span {
    font-size: 16px;
  }
  .index .index_video .index_video_video .video_wrapper {
    justify-content: space-between;
    padding: 8px 12px;
  }
  .index .index_video .index_video_video .video_wrapper .title {
    font-size: 18px;
  }
  .index .index_video .index_video_video .video_wrapper .play_icon {
    transform: translateY(10%);
    margin: 0 25px 0 0;
  }
  .index .index_video .index_video_video .video_wrapper .play_icon .gradient_circle {
    width: 80px;
    height: 80px;
  }
  .index .index_video .index_video_video .video_wrapper .play_icon svg {
    width: 1.25em;
  }
  .index .index_blog .index_blog_wrapper .index_blog_swiper .swiper-slide {
    gap: 20px;
    padding: 20px 16px;
  }
}

.about {
  width: 100%;
  max-width: 1920px;
  gap: 2.5em;
  padding: 0 3.125em;
  margin-bottom: 12.5em;
}
.about .about_wrapper {
  gap: 1.875em;
}
.about .about_wrapper .image {
  width: calc(50% - 0.9375em);
}
.about .about_wrapper .image img {
  width: 100%;
}
.about .about_wrapper .image .gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(43deg, #161616 0%, rgba(22, 22, 22, 0) 50.3%);
  z-index: 11;
}
.about .about_wrapper .image .image_column {
  gap: 10px;
  padding: 1.25em 1.875em;
  z-index: 12;
}
.about .about_wrapper .image .image_column .date {
  color: var(--main-color);
  font-size: 2.5em;
  font-weight: 700;
}
.about .about_wrapper .image .image_column .place {
  color: var(--text-color-light);
  font-size: 1.875em;
  font-weight: 400;
}
.about .about_wrapper .column {
  width: calc(50% - 0.9375em);
  gap: 1.875em;
}
.about .about_wrapper .column .richText {
  width: 100%;
  border-left: 1px solid var(--main-color);
  padding: 0 0 0 1.25em;
}
.about .about_wrapper .column .btn {
  align-self: flex-end;
}
.about .about_history {
  width: 100%;
  gap: 5.625em;
  margin: 7.5em 0 10em 0;
}
.about .about_history .about_history_wrapper {
  width: 100%;
}
.about .about_history .about_history_wrapper .about_history_swiper {
  width: calc(100% - 14em);
  overflow: hidden;
}
.about .about_history .about_history_wrapper .about_history_swiper .swiper-slide {
  gap: 0.625em;
  padding: 0 2.5em;
}
.about .about_history .about_history_wrapper .about_history_swiper .swiper-slide .title {
  color: var(--main-color);
  font-size: min(130px, 6.8vw);
  font-weight: 300;
  line-height: 1em;
}
.about .about_history .about_history_wrapper .about_history_swiper .swiper-slide .text {
  width: 100%;
  color: var(--text-color-light);
  font-size: 1em;
  font-weight: 300;
  padding: 1.25em;
  border-left: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
.about .about_history .about_history_wrapper .about_history_swiper .swiper-slide::after {
  content: "";
  position: absolute;
  left: calc(100% + 30px);
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: var(--main-color);
}
.about .about_history .about_history_wrapper .about_history_nav {
  left: 0;
  width: 100%;
  gap: 5em;
}
.about .about_history .about_history_wrapper .about_history_nav .about_history_prev {
  cursor: pointer;
  transition: all 0.3s ease;
}
.about .about_history .about_history_wrapper .about_history_nav .about_history_prev svg {
  height: 1.25em;
}
.about .about_history .about_history_wrapper .about_history_nav .about_history_prev.swiper-button-disabled {
  filter: grayscale(1);
}
.about .about_history .about_history_wrapper .about_history_nav .about_history_next {
  cursor: pointer;
  transition: all 0.3s ease;
}
.about .about_history .about_history_wrapper .about_history_nav .about_history_next svg {
  height: 1.25em;
}
.about .about_history .about_history_wrapper .about_history_nav .about_history_next.swiper-button-disabled {
  filter: grayscale(1);
}
.about .about_values {
  width: 100%;
  gap: 1.875em;
  margin-bottom: 10em;
}
.about .about_values .about_values_grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3.75em;
  padding: 6.25em 0;
}
.about .about_values .about_values_grid .about_values_item {
  width: 100%;
}
.about .about_values .about_values_grid .about_values_item img {
  width: 10em;
  height: 10em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.25em;
}
.about .about_values .about_values_grid .about_values_item .title {
  color: var(--main-color);
  font-size: 4.375em;
  font-weight: 300;
  line-height: 1.08em;
}
.about .about_values .about_values_grid .about_values_item .text {
  color: var(--text-color-light);
  font-size: 1.875em;
  font-weight: 300;
}
.about .about_vision {
  width: 100vw;
  gap: 1.875em;
  align-self: center;
  background-color: var(--main-color);
  padding: 6.25em 3.125em;
}
.about .about_vision .title_h2 {
  max-width: 1820px;
}
.about .about_vision .title_h2 span::before {
  background-color: var(--text-color-light);
}
.about .about_vision .title_h2::before {
  background-image: url("../svg/title_line_white.svg");
}
.about .about_vision .title_h2::after {
  background-image: url("../svg/title_plus_white.svg");
}
.about .about_vision .richText {
  width: 100%;
  max-width: 1280px;
}
.about .about_vision .richText p {
  color: var(--text-color-light);
  font-size: 2.5em;
  text-align: center;
}
.about .about_vision .quote svg {
  width: 5em;
}
.about .about_organisation_structure {
  --node-width: clamp(38px, 11.75vw, 180px);
  --row-gap: calc(var(--node-width) / 2);
  --column-gap-shorter: calc(var(--node-width) / 2.25);
  width: 100%;
}
.about .about_organisation_structure .organisation-structure-wrapper {
  max-width: 1387px;
  width: 100%;
  margin-top: 1.875rem;
  margin-inline: auto;
}
.about .about_organisation_structure .organisation-structure-wrapper img {
  width: 100%;
  display: block;
}
.about .about_team {
  width: 100%;
  gap: 1.875em;
  margin: 3.75em 0 10em 0;
}
.about .about_team .about_team_wrapper {
  width: 100%;
  margin: 3.75em 0 0 0;
}
.about .about_team .about_team_wrapper .about_team_swiper {
  width: calc(100% - 14em);
  overflow: hidden;
}
.about .about_team .about_team_wrapper .about_team_swiper .swiper-slide {
  height: auto;
  background-color: var(--background-color-button);
  gap: 0.625em;
  padding: 2.5em 1.875em;
}
.about .about_team .about_team_wrapper .about_team_swiper .swiper-slide img {
  width: 100%;
}
.about .about_team .about_team_wrapper .about_team_swiper .swiper-slide .name {
  color: var(--text-color-light);
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
.about .about_team .about_team_wrapper .about_team_swiper .swiper-slide .job-position {
  color: var(--main-color);
  margin-block: auto;
  font-size: 1.29rem;
  font-weight: 700;
  text-align: center;
}
.about .about_team .about_team_wrapper .about_team_nav {
  left: 0;
  width: 100%;
  gap: 5em;
}
.about .about_team .about_team_wrapper .about_team_nav .about_team_prev {
  cursor: pointer;
  transition: all 0.3s ease;
}
.about .about_team .about_team_wrapper .about_team_nav .about_team_prev svg {
  height: 1.25em;
}
.about .about_team .about_team_wrapper .about_team_nav .about_team_prev.swiper-button-disabled {
  filter: grayscale(1);
}
.about .about_team .about_team_wrapper .about_team_nav .about_team_next {
  cursor: pointer;
  transition: all 0.3s ease;
}
.about .about_team .about_team_wrapper .about_team_nav .about_team_next svg {
  height: 1.25em;
}
.about .about_team .about_team_wrapper .about_team_nav .about_team_next.swiper-button-disabled {
  filter: grayscale(1);
}
.about .about_certificates {
  width: 100%;
  gap: 1.875em;
}
.about .about_certificates .about_certificates_wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.875em;
  margin-top: 3.75em;
}
.about .about_certificates .about_certificates_wrapper .about_certificates_item {
  width: 100%;
  background-color: #222222;
}
.about .about_certificates .about_certificates_wrapper .about_certificates_item img {
  width: 100%;
}
@media (max-width: 1000px) {
  .about .about_wrapper {
    flex-direction: column;
  }
  .about .about_wrapper .image {
    width: 100%;
  }
  .about .about_wrapper .image .image_column {
    width: 100%;
    padding: 1.25em 1.25em;
  }
  .about .about_wrapper .column {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .about .about_history .about_history_wrapper {
    flex-direction: column;
    gap: 5em;
  }
  .about .about_history .about_history_wrapper .about_history_swiper {
    width: 100%;
  }
  .about .about_history .about_history_wrapper .about_history_nav {
    position: relative;
    left: auto;
    width: auto;
  }
  .about .about_values .about_values_grid {
    grid-template-columns: 1fr 1fr;
  }
  .about .about_values .about_values_grid .about_values_item:nth-child(3) {
    grid-column: 1/3;
  }
  .about .about_vision .richText p {
    font-size: 2em;
  }
  .about .about_team .about_team_wrapper {
    flex-direction: column;
    gap: 5em;
  }
  .about .about_team .about_team_wrapper .about_team_swiper {
    width: 100%;
  }
  .about .about_team .about_team_wrapper .about_team_nav {
    position: relative;
    left: auto;
    width: auto;
  }
}
@media (max-width: 600px) {
  .about {
    padding: 0 16px;
  }
  .about .about_wrapper .column .btn {
    width: 100%;
    height: 75px;
  }
  .about .about_wrapper .column .btn span {
    font-size: 16px;
  }
  .about .about_history .about_history_wrapper .about_history_swiper .swiper-slide {
    padding: 0 0;
  }
  .about .about_history .about_history_wrapper .about_history_swiper .swiper-slide::after {
    display: none;
  }
  .about .about_history .about_history_wrapper .about_history_swiper .swiper-slide .title {
    font-size: 50px;
  }
  .about .about_values .about_values_grid {
    grid-template-columns: 100%;
  }
  .about .about_values .about_values_grid .about_values_item:nth-child(3) {
    grid-column: 1/2;
  }
  .about .about_vision {
    padding: 6.25em 16px;
  }
  .about .about_certificates .about_certificates_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.servicesPage {
  width: 100%;
  max-width: 1920px;
  gap: 2.5em;
  padding: 0 3.125em;
  margin-bottom: 6.75em;
}
.servicesPage .servicesPage_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5em;
}
.servicesPage .servicesPage_grid .servicesPage_grid_item .image {
  width: 100%;
}
.servicesPage .servicesPage_grid .servicesPage_grid_item .cover {
  width: 100%;
  height: 100%;
  background: linear-gradient(43deg, #161616 0%, rgba(22, 22, 22, 0) 78.32%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 10;
}
.servicesPage .servicesPage_grid .servicesPage_grid_item .column {
  width: 70%;
  gap: 1.25em;
  padding: 1.25em 1.875em;
  z-index: 12;
}
.servicesPage .servicesPage_grid .servicesPage_grid_item .column .title {
  color: var(--text-color-light);
  font-size: 1.875em;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .servicesPage .servicesPage_grid {
    gap: 1.25em;
  }
}
@media (max-width: 900px) {
  .servicesPage .servicesPage_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .servicesPage .servicesPage_grid .servicesPage_grid_item .column {
    padding: 1.25em 1.25em;
  }
}
@media (max-width: 600px) {
  .servicesPage {
    padding: 0 16px;
  }
  .servicesPage .servicesPage_grid {
    grid-template-columns: 100%;
  }
}

.service {
  width: 100%;
  max-width: 1920px;
  gap: 2.5em;
  padding: 0 3.125em;
  margin-bottom: 12.5em;
}
.service .service_wrapper {
  gap: 1.875em;
}
.service .service_wrapper .image {
  width: calc(50% - 0.9375em);
}
.service .service_wrapper .image img {
  width: 100%;
}
.service .service_wrapper .image .gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(43deg, #161616 0%, rgba(22, 22, 22, 0) 50.3%);
  z-index: 11;
}
.service .service_wrapper .image .image_column {
  gap: 10px;
  padding: 1.25em 1.875em;
  z-index: 12;
}
.service .service_wrapper .image .image_column .date {
  color: var(--main-color);
  font-size: 2.5em;
  font-weight: 700;
}
.service .service_wrapper .image .image_column .place {
  color: var(--text-color-light);
  font-size: 1.875em;
  font-weight: 400;
}
.service .service_wrapper .column {
  width: calc(50% - 0.9375em);
  gap: 1.875em;
}
.service .service_wrapper .column .richText {
  width: 100%;
  border-left: 1px solid var(--main-color);
  padding: 0 0 0 1.25em;
}
.service .service_wrapper .column .btn {
  align-self: flex-end;
}
.service .service_gallery {
  width: 100%;
}
.service .service_gallery .service_gallery_swiper {
  width: 100%;
  overflow: hidden;
}
.service .service_gallery .service_gallery_swiper .swiper-slide img {
  width: 100%;
}
.service .service_gallery .service_gallery_nav {
  left: 50%;
  bottom: 0;
  width: 15.25em;
  height: 15.25em;
  background-color: var(--background-color-dark);
  border-radius: 50%;
  gap: 0.625em;
  z-index: 20;
  transform: translate(-50%, 50%);
}
.service .service_gallery .service_gallery_nav .service_gallery_prev {
  cursor: pointer;
  transition: all 0.3s ease;
}
.service .service_gallery .service_gallery_nav .service_gallery_prev svg {
  width: 1.25em;
}
.service .service_gallery .service_gallery_nav .service_gallery_prev.swiper-button-disabled {
  filter: grayscale(1);
}
.service .service_gallery .service_gallery_nav .service_gallery_pagination {
  color: var(--main-color);
  font-size: 1.875em;
  font-weight: 700;
}
.service .service_gallery .service_gallery_nav .service_gallery_next {
  cursor: pointer;
  transition: all 0.3s ease;
}
.service .service_gallery .service_gallery_nav .service_gallery_next svg {
  width: 1.25em;
}
.service .service_gallery .service_gallery_nav .service_gallery_next.swiper-button-disabled {
  filter: grayscale(1);
}
@media (max-width: 1000px) {
  .service .service_wrapper {
    flex-direction: column;
  }
  .service .service_wrapper .image {
    width: 100%;
  }
  .service .service_wrapper .image .image_column {
    width: 100%;
    padding: 1.25em 1.25em;
  }
  .service .service_wrapper .column {
    width: 100%;
  }
  .service .service_gallery .service_gallery_nav {
    width: 12em;
    height: 12em;
  }
}
@media (max-width: 600px) {
  .service {
    padding: 0 16px;
  }
  .service .service_wrapper .column .btn {
    width: 100%;
    height: 75px;
  }
  .service .service_wrapper .column .btn span {
    font-size: 16px;
  }
  .service .service_gallery .service_gallery_nav {
    transform: translate(-50%, 75%);
  }
}

.referencePage {
  width: 100%;
  max-width: 1920px;
  gap: 2.5em;
  padding: 0 3.125em;
  margin-bottom: 6.75em;
}
.referencePage .referencePage_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5em;
}
.referencePage .referencePage_grid .referencePage_grid_item .image {
  width: 100%;
}
.referencePage .referencePage_grid .referencePage_grid_item .cover {
  width: 100%;
  height: 100%;
  background: linear-gradient(43deg, #161616 0%, rgba(22, 22, 22, 0) 78.32%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 10;
}
.referencePage .referencePage_grid .referencePage_grid_item .column {
  width: 70%;
  gap: 10px;
  padding: 1.25em 1.875em;
  z-index: 12;
}
.referencePage .referencePage_grid .referencePage_grid_item .column .date {
  color: var(--main-color);
  font-size: 2.5em;
  font-weight: 700;
}
.referencePage .referencePage_grid .referencePage_grid_item .column .title {
  color: var(--text-color-light);
  font-size: 1.875em;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .referencePage .referencePage_grid {
    gap: 1.25em;
  }
}
@media (max-width: 900px) {
  .referencePage .referencePage_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .referencePage .referencePage_grid .referencePage_grid_item .column {
    padding: 1.25em 1.25em;
  }
}
@media (max-width: 600px) {
  .referencePage {
    padding: 0 16px;
  }
  .referencePage .referencePage_grid {
    grid-template-columns: 100%;
  }
}

.blogPage {
  width: 100%;
  max-width: 1920px;
  gap: 2.5em;
  padding: 0 3.125em;
  margin-bottom: 6.75em;
}
.blogPage .blogPage_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5em;
}
.blogPage .blogPage_grid.columns_2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.blogPage .blogPage_grid .blogPage_grid_item {
  background-color: var(--background-color-button);
  gap: 2.5em;
  padding: 2.5em;
}
.blogPage .blogPage_grid .blogPage_grid_item .wrapper {
  gap: 1.25em;
}
.blogPage .blogPage_grid .blogPage_grid_item .wrapper .date {
  align-self: stretch;
  background-color: var(--main-color);
  padding: 0.625em 1.25em;
}
.blogPage .blogPage_grid .blogPage_grid_item .wrapper .date span {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-color-light);
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
}
.blogPage .blogPage_grid .blogPage_grid_item .wrapper .date span strong {
  color: inherit;
  font-size: 2em;
  font-weight: inherit;
  line-height: 0.83em;
}
.blogPage .blogPage_grid .blogPage_grid_item .wrapper .title {
  color: var(--text-color-light);
  font-size: 2.5em;
  font-weight: 400;
}
.blogPage .blogPage_grid .blogPage_grid_item .wrapper .title.small {
  font-size: 1.875em;
}
.blogPage .blogPage_grid .blogPage_grid_item .image {
  width: 100%;
}
.blogPage .blogPage_grid .blogPage_grid_item .image img {
  width: 100%;
}
.blogPage .blogPage_grid .blogPage_grid_item .image .tag_grid {
  gap: 0.625em;
}
.blogPage .blogPage_grid .blogPage_grid_item .image .tag_grid .tag {
  background-color: var(--main-color);
  color: var(--text-color-light);
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  padding: 0.25em 1.1em;
}
@media (max-width: 1200px) {
  .blogPage .blogPage_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1100px) {
  .blogPage .blogPage_grid {
    gap: 1.25em;
  }
  .blogPage .blogPage_grid .blogPage_grid_item {
    gap: 1.25em;
    padding: 1.25em;
  }
  .blogPage .blogPage_grid .blogPage_grid_item .wrapper .title {
    font-size: 1.875em !important;
  }
}
@media (max-width: 700px) {
  .blogPage .blogPage_grid {
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 600px) {
  .blogPage {
    padding: 0 16px;
  }
  .blogPage .blogPage_grid .blogPage_grid_item .wrapper .title {
    font-size: 1.5em !important;
  }
}

.blog {
  width: 100%;
  max-width: 1920px;
  gap: 2.5em;
  padding: 0 3.125em;
  margin-bottom: 12.5em;
}
.blog .blog_title {
  width: 100%;
  gap: 1.875em;
}
.blog .blog_title .date {
  align-self: stretch;
  background-color: var(--main-color);
  padding: 0.625em 1.25em;
}
.blog .blog_title .date span {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-color-light);
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
}
.blog .blog_title .date span strong {
  color: inherit;
  font-size: 2em;
  font-weight: inherit;
  line-height: 0.83em;
}
.blog .blog_title .subtitle_h2 {
  color: var(--text-color-light);
  font-size: 4.375em;
  line-height: 1.08em;
  font-weight: 300;
}
@media (max-width: 600px) {
  .blog {
    padding: 0 16px;
  }
}

.universalMatrix {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  background-color: var(--background-color-button);
  gap: 2.5em;
  padding: 2.5em;
}
.universalMatrix .universalMatrix_elem {
  width: 100%;
}
.universalMatrix .universalMatrix_elem.image img {
  width: 100%;
}
.universalMatrix .universalMatrix_elem.text .richText {
  width: 100%;
}
.universalMatrix .universalMatrix_elem.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 2.5em;
}
.universalMatrix .universalMatrix_elem.gallery .image {
  width: 100%;
}
.universalMatrix .universalMatrix_elem.gallery .image img {
  width: 100%;
}
.universalMatrix .universalMatrix_elem.gallery .image .more {
  width: 100%;
  height: 100%;
  background-color: rgba(216, 40, 44, 0.5);
}
.universalMatrix .universalMatrix_elem.gallery .image .more span {
  color: var(--text-color-light);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
}
@media (max-width: 600px) {
  .universalMatrix {
    gap: 1.25em;
    padding: 2.5em 1.25em;
  }
  .universalMatrix .universalMatrix_elem.gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.25em;
  }
  .universalMatrix .universalMatrix_elem.gallery .image:nth-child(2) {
    display: none;
  }
}

.contact {
  width: 100%;
  max-width: 1920px;
  gap: 2.5em;
  padding: 0 3.125em;
  margin-bottom: 12.5em;
}
.contact .contact_wrapper {
  gap: 1.875em;
}
.contact .contact_wrapper .image {
  width: calc(50% - 0.9375em);
}
.contact .contact_wrapper .image img {
  width: 100%;
}
.contact .contact_wrapper .image .gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(43deg, #161616 0%, rgba(22, 22, 22, 0) 50.3%);
  z-index: 11;
}
.contact .contact_wrapper .image .image_column {
  gap: 10px;
  padding: 1.25em 1.875em;
  z-index: 12;
}
.contact .contact_wrapper .image .image_column .date {
  color: var(--main-color);
  font-size: 2.5em;
  font-weight: 700;
}
.contact .contact_wrapper .image .image_column .place {
  color: var(--text-color-light);
  font-size: 1.875em;
  font-weight: 400;
}
.contact .contact_wrapper .column {
  width: calc(50% - 0.9375em);
  border-left: 1px solid var(--main-color);
  padding: 0 0 0 1.25em;
}
.contact .contact_wrapper .column .richText {
  width: 100%;
  margin-bottom: 1.875em;
}
.contact .contact_wrapper .column .richText h3 {
  color: var(--text-color-light);
  font-size: 1.875em;
  line-height: 1.08em;
  font-weight: 300;
}
.contact .contact_wrapper .column .contact_link {
  color: var(--text-color-light);
  font-size: 1.5em;
  font-weight: 300;
  padding: 0 0 0 1.45em;
}
.contact .contact_wrapper .column .contact_link strong {
  color: var(--text-color-light);
  font-size: 1em;
  font-weight: 700;
}
.contact .contact_wrapper .column .contact_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.contact .contact_wrapper .column .contact_link.phone::before {
  background-image: url("../svg/phone.svg");
}
.contact .contact_wrapper .column .contact_link.email::before {
  background-image: url("../svg/email.svg");
}
.contact .contact_wrapper .column .contact_link.map::before {
  background-image: url("../svg/map.svg");
}
.contact .contact_wrapper .column .contact_address {
  color: var(--text-color-light);
  font-size: 1.5em;
  font-weight: 300;
  padding: 0 0 0 1.45em;
}
.contact .contact_wrapper .column .contact_address::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  background-image: url("../svg/address.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.contact .contact_wrapper .column .line {
  width: 100%;
  height: 1px;
  background-color: #575757;
  opacity: 0.5;
  margin: 0.625em 0;
}
.contact .contact_wrapper .column .contact_social {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.25em;
  align-self: center;
  margin-top: 1.25em;
}
.contact .contact_wrapper .column .contact_social a svg {
  width: 2em;
  height: 2em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.contact .contact_wrapper .column .contact_social a svg path {
  stroke: var(--main-color);
}
.contact .contact_form {
  width: 100%;
  max-width: 1520px;
  gap: 1.875em;
  align-self: center;
  background-color: #222222;
  padding: 2.5em;
}
.contact .contact_form .form_title {
  color: var(--text-color-light);
  font-size: 1.875em;
  line-height: 1.08em;
  font-weight: 300;
  text-align: center;
}
.contact .contact_form .form_grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.875em;
}
.contact .contact_form .form_grid .form_input {
  width: 100%;
  gap: 0.625em;
}
.contact .contact_form .form_grid .form_input label {
  color: var(--text-color-light);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}
.contact .contact_form .form_grid .form_input input {
  width: 100%;
  color: var(--text-color-light);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em;
  background-color: #161616;
  border: 1px solid var(--main-color);
  border-radius: 0.625em;
  padding: 0.83em;
}
.contact .contact_form .form_message {
  width: 100%;
  gap: 0.625em;
}
.contact .contact_form .form_message label {
  color: var(--text-color-light);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}
.contact .contact_form .form_message textarea {
  width: 100%;
  color: var(--text-color-light);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em;
  background-color: #161616;
  border: 1px solid var(--main-color);
  border-radius: 0.625em;
  padding: 0.83em;
  resize: none;
}
.contact .contact_form .gdpr {
  align-self: flex-start;
}
.contact .contact_form .btn {
  align-self: flex-end;
  background-color: #161616;
}
@media (max-width: 1000px) {
  .contact .contact_wrapper {
    flex-direction: column;
  }
  .contact .contact_wrapper .image {
    width: 100%;
  }
  .contact .contact_wrapper .image .image_column {
    width: 100%;
    padding: 1.25em 1.25em;
  }
  .contact .contact_wrapper .column {
    width: 100%;
  }
  .contact .contact_form {
    padding: 2.5em 1.25em;
  }
}
@media (max-width: 700px) {
  .contact .contact_form .form_grid {
    grid-template-columns: 100%;
  }
}
@media (max-width: 600px) {
  .contact {
    padding: 0 16px;
  }
  .contact .contact_wrapper .column .btn {
    width: 100%;
    height: 75px;
  }
  .contact .contact_wrapper .column .btn span {
    font-size: 16px;
  }
  .contact .contact_form {
    padding: 2.5em 16px;
  }
  .contact .contact_form .btn {
    width: 100%;
    height: 75px;
  }
  .contact .contact_form .btn span {
    font-size: 16px;
  }
}

.page-404 {
  height: 50vh;
  padding-inline: 16px;
}
.page-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-404 .container h1 {
  color: var(--background-color-light);
  font-size: 4em;
  margin-bottom: 0.25em;
}
@media (max-width: 650px) {
  .page-404 .container h1 {
    font-size: 3em;
  }
}
.page-404 .container h2 {
  margin-bottom: 1em;
}
.page-404 .container h1,
.page-404 .container h2 {
  text-align: center;
}
.page-404 .container p {
  text-align: center;
}
.page-404 .container a {
  margin-top: 2em;
}

.swal2-styled.swal2-confirm {
  background-color: var(--main-color) !important;
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}

#swal2-title {
  line-height: inherit;
}/*# sourceMappingURL=main.css.map */