/*-- Google Font --*/
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
header, .modal {
  transition: all 0.3s ease;
}

html {
  scroll-behavior: smooth !important;
}

:root {
  --bg: #fff;
  --text: #000;
  --bgalpha: #fffd;
  --textalpha: #000e;
  color-scheme: light dark;
}

:root[data-theme=dark] {
  --bg: #000;
  --text: #fff;
  --bgalpha: #000e;
  --textalpha: #fffd;
}

html:not(.theme-ready) * {
  transition: none !important;
}

body {
  background: var(--bg);
  color: var(--text);
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  min-height: 100vh;
  min-width: 375px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  letter-spacing: 5%;
  overflow-x: hidden;
}

.wrapper {
  z-index: 0;
  height: 100vh;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.font_bold {
  font-weight: 700;
}

.text_akcent {
  color: var(--text);
}

.text_muted {
  color: #888 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  color: var(--text);
}

h2 {
  font-family: "Gilroy", sans-serif;
  color: var(--text);
  font-size: 40px;
}

p {
  line-height: 150%;
}

a {
  text-decoration: none;
  color: #888;
}
a:hover {
  color: var(--text);
}

button {
  cursor: pointer;
}

.page section {
  margin-top: 100px;
  padding-bottom: 3rem !important;
}

.text_container {
  overflow-y: scroll;
  box-sizing: border-box;
  padding-right: 10px;
  border-right: 1px solid rgba(136, 136, 136, 0);
}

.text_container::-webkit-scrollbar {
  width: 5px;
}

.text_container::-webkit-scrollbar-track {
  background: transparent;
}

.text_container::-webkit-scrollbar-thumb {
  background: #888;
  height: 30px;
  border-radius: 0;
}
.text_container::-webkit-scrollbar-thumb:hover {
  background: var(--text);
}

.swiper-vertical .swiper-scrollbar-vertical {
  right: 0;
  top: 0;
  border-radius: 0;
  height: 100%;
  background-color: rgba(136, 136, 136, 0.3333333333);
}
.swiper-vertical .swiper-scrollbar-vertical .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: var(--textalpha);
}

.swiper-horizontal .swiper-scrollbar-horizontal {
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(136, 136, 136, 0.3333333333);
}
.swiper-horizontal .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: var(--textalpha);
}

/* preloader */
#preloader {
  background-color: var(--bg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 33vw;
  padding-right: 30px;
  padding-top: 33vh;
}
#preloader a svg {
  width: 420px;
}

/* // MD */
@media (max-width: 991px) {
  #preloader a svg {
    width: 100%;
    max-width: 310px;
  }
}
/* preloader: end */
/* HEADER */
:root {
  --logo-src: url("/assets/img/ru/logo.svg");
}

:root[data-theme=dark] {
  --logo-src: url("/assets/img/ru/logo-dark.svg");
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  color: var(--text);
  background-color: var(--bg);
}
header * {
  transition: all 0.3s ease;
}
header .navbar {
  width: 100%;
}
header .logo {
  width: 310px;
}
header .nav {
  gap: 5px;
}
header .nav-link {
  color: var(--text);
}
header .nav-link:hover {
  color: #888;
}
header .nav-link#theme-toggle {
  vertical-align: middle;
  padding-top: 7px;
  width: 45px;
}
header .btn-nav {
  width: 30px;
  height: 20px;
  padding: 10px 7px;
  box-sizing: content-box;
  background-color: transparent;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='5' width='28' height='1' fill='black'%3E%3C/rect%3E%3Crect x='1' y='11' width='28' height='1' fill='black'%3E%3C/rect%3E%3C/svg%3E");
}
header .btn-nav:hover {
  opacity: 0.6;
}

#theme-toggle {
  cursor: pointer;
}

.modal.show {
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.modal-backdrop {
  background-color: transparent;
}

#navModal * {
  transition: all 0.3s ease;
}
#navModal .modal-content {
  background-color: var(--bgalpha);
}
#navModal .modal-header {
  padding: 0.5rem 0;
  border-bottom-color: transparent;
  height: 66px;
}
#navModal .modal-header .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navModal .modal-header .navbar-brand {
  margin-right: auto;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
#navModal .modal-header .navbar-brand .logo {
  width: 310px;
}
#navModal .modal-header .btn-close {
  width: 30px;
  height: 20px;
  padding: 10px 7px;
  box-sizing: content-box;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.0001 16L2.52539 2L2.00011 2.86603L27.4748 16.866L28.0001 16Z' fill='black'/%3E%3Cpath d='M27.4747 2L2 16L2.52528 16.866L28 2.86603L27.4747 2Z' fill='black'/%3E%3C/svg%3E");
  background-size: auto;
}
#navModal .modal-header .btn-close:active {
  box-shadow: none !important;
}
#navModal .modal-body {
  padding-top: 10vh;
}
#navModal .menu_wrapper ul {
  list-style: none;
  padding-left: 0;
}
#navModal .menu_wrapper ul a {
  color: var(--text);
}
#navModal .menu_wrapper .menu-links > li > a {
  font-size: 48px;
  text-transform: uppercase;
  display: inline-block;
}
#navModal .menu_wrapper .menu-links > li > a:hover {
  transform: translateX(3px);
}
#navModal .menu_wrapper .menu-links li {
  margin-bottom: 10px;
}
#navModal .menu_wrapper .submenu-links {
  display: flex;
}
#navModal .menu_wrapper .submenu-links a {
  font-size: 24px;
  padding-left: 20px;
  color: #888;
  white-space: nowrap;
  display: inline-block;
}
#navModal .menu_wrapper .submenu-links a:hover {
  color: var(--text);
  transform: translateX(3px);
}
#navModal .menu_wrapper .submenu-links sup {
  font-size: 8px;
  padding-left: 5px;
  display: inline-block;
  color: #888;
  top: -10px;
}
#navModal .menu_wrapper .menu_soc {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
#navModal .menu_wrapper .menu_soc a {
  font-size: 34px;
  color: #888;
  display: inline-block;
}
#navModal .menu_wrapper .menu_soc a:hover {
  color: var(--text);
  transform: translateX(3px);
}
#navModal .menu_footer {
  color: var(--text);
}
#navModal .menu_footer a {
  color: #888;
}
#navModal .menu_footer a:hover {
  color: var(--text);
}

html[data-theme=dark] header .btn-nav {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='5' width='28' height='1' fill='white'%3E%3C/rect%3E%3Crect x='1' y='11' width='28' height='1' fill='white'%3E%3C/rect%3E%3C/svg%3E");
}
html[data-theme=dark] #navModal .modal-header .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.0001 16L2.52539 2L2.00011 2.86603L27.4748 16.866L28.0001 16Z' fill='white'/%3E%3Cpath d='M27.4747 2L2 16L2.52528 16.866L28 2.86603L27.4747 2Z' fill='white'/%3E%3C/svg%3E");
}

/* ADAPTIVE */
/* // XXL */
/* // XL */
/* // LG */
/* // MD */
@media (max-width: 991px) {
  header {
    height: 66px;
  }
  header .logo {
    width: 200px;
  }
  #navModal .modal-header {
    padding: 0.5rem 0;
  }
  #navModal .modal-header .navbar-brand {
    margin: 4.5px 0;
    padding-top: 0.7em;
  }
  #navModal .modal-header .navbar-brand .logo {
    width: 200px;
  }
  #navModal .modal-body {
    padding-top: 5vh;
  }
  #navModal .menu_wrapper .menu-links > li > a {
    font-size: 34px;
  }
  #navModal .menu_wrapper .menu-links li {
    margin-bottom: 15px;
  }
  #navModal .menu_wrapper .submenu-links {
    display: flex;
    flex-direction: column;
  }
  #navModal .menu_wrapper .submenu-links li {
    margin-bottom: 0px;
  }
  #navModal .menu_wrapper .submenu-links a {
    font-size: 16px;
    padding-left: 30px;
  }
}
/* // SM */
@media (max-height: 768px) {
  #navModal .menu_wrapper .menu-links > li > a {
    font-size: 28px;
  }
  #navModal .menu_wrapper .menu_soc a {
    font-size: 28px;
  }
}
/* // XS */
/* HEADER: end */
/* FOOTER */
footer {
  margin-top: auto;
}

/* BLANK ADAPTIVE */
/* // XXL */
/* // XL */
/* // LG */
/* // MD */
/* // SM */
/* // XS */
/* FOOTER: end */
/* cookies */
#cookies {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  background-color: var(--bgalpha);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 0 30px rgba(136, 136, 136, 0.2);
}
#cookies.show {
  display: block;
}
#cookies .cookie-content {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 8px 20px;
}
#cookies .cookie-content #cookie-accept {
  background-color: transparent;
  border: none;
  color: var(--text);
  font-weight: 300;
  padding: 0;
  text-transform: uppercase;
}
#cookies .cookie-content #cookie-accept:hover {
  color: #888;
}

/* cookies ADAPTIVE */
/* // XXL */
/* // XL */
/* // LG */
/* // MD */
/* // SM */
/* // XS */
/* cookies: end */
/* PROMO */
#promo * {
  transition: all 0.3s ease;
}

.casesSwiper {
  height: 75vh;
  margin-top: 25vh;
}
.casesSwiper .casecard {
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.casesSwiper .casecard:hover {
  box-shadow: 0 0 30px rgba(136, 136, 136, 0.2);
  transition: all 0.3s ease;
}
.casesSwiper .casecard:hover .casecard_num, .casesSwiper .casecard:hover .casecard_title, .casesSwiper .casecard:hover .casecard_sub {
  padding: 0 15px;
}
.casesSwiper .casecard:hover .casecard_img {
  transform: scale(1.03);
  transition: transform 2s ease;
}
.casesSwiper .casecard .casecard_num {
  display: none;
  font-size: 8px;
  letter-spacing: 5%;
  color: #888;
  padding: 0 5px;
}
.casesSwiper .casecard .casecard_title {
  padding: 0 5px;
}
.casesSwiper .casecard .casecard_sub {
  padding: 0 5px;
  font-size: 10px;
  margin-bottom: 10px;
  color: #888;
}
.casesSwiper .casecard .casecard_body {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  overflow: hidden;
}
.casesSwiper .casecard .casecard_img {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
}
.casesSwiper .casecard a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
  position: fixed;
  pointer-events: auto !important;
  background-color: var(--bg);
  width: 40px;
  height: 40px;
  box-shadow: 0 0 30px rgba(136, 136, 136, 0.2);
  margin: 0 !important;
  top: initial;
  left: initial;
  right: initial;
  bottom: 60px;
}
.swiper .swiper-button-prev svg, .swiper .swiper-button-next svg {
  height: 40%;
}
.swiper .swiper-button-prev svg path, .swiper .swiper-button-next svg path {
  fill: var(--text);
}
.swiper .swiper-button-prev {
  right: 70px;
}
.swiper .swiper-button-next {
  right: 20px;
}

.swiper-slide .casecard .casecard_img {
  transition: all 0.5s ease;
  opacity: 0.1;
  filter: saturate(0) blur(3px);
}
.swiper-slide.swiper-slide-next .casecard .casecard_img {
  opacity: 1;
  filter: saturate(1) blur(0);
}

.casesSwiper .swiper-wrapper:hover .swiper-slide .casecard:hover .casecard_img {
  opacity: 1;
  filter: saturate(1) blur(0);
}
.casesSwiper .swiper-wrapper:hover .swiper-slide.swiper-slide-next .casecard_img {
  opacity: 0.05;
  filter: saturate(0) blur(5px);
}

/* BLANK ADAPTIVE */
/* // XXL */
/* // XL */
/* // LG */
/* // MD */
/* // SM */
@media (max-width: 767px) {
  .casesSwiper .swiper-slide .casecard .casecard_img {
    opacity: 0.05;
    filter: saturate(0) blur(5px);
  }
  .casesSwiper .swiper-slide.swiper-slide-next .casecard .casecard_img {
    opacity: 0.05;
    filter: saturate(0) blur(5px);
  }
  .casesSwiper .swiper-slide.swiper-slide-active .casecard .casecard_img {
    opacity: 1;
    filter: saturate(1) blur(0);
  }
  .casesSwiper .casecard .casecard_num {
    padding: 0 12px;
  }
  .casesSwiper .casecard .casecard_title {
    padding: 0 12px;
  }
  .casesSwiper .casecard .casecard_sub {
    padding: 0 12px;
  }
}
/* // XS */
/* PROMO: end */
/* EXP */
.expSwiper {
  height: 75vh;
  margin-top: 25vh;
  overflow: hidden;
}
.expSwiper .swiper-wrapper {
  align-items: center;
  height: 100%;
}
.expSwiper .swiper-slide {
  width: auto;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.expSwiper .swiper-slide .casecard {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  cursor: grab;
}
.expSwiper .swiper-slide .casecard .casecard_num {
  display: none;
  font-size: 8px;
  letter-spacing: 5%;
  color: #888;
  padding: 0 5px;
}
.expSwiper .swiper-slide .casecard .casecard_title {
  padding: 0 5px;
}
.expSwiper .swiper-slide .casecard .casecard_sub {
  padding: 0 5px;
  font-size: 10px;
  margin-bottom: 10px;
  color: #888;
}
.expSwiper .swiper-slide .casecard .casecard_body {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  overflow: hidden;
}
.expSwiper .swiper-slide .casecard .casecard_img {
  display: block;
  width: auto;
  height: 100%;
}

.expSwiper .swiper-slide .casecard .casecard_img {
  transition: all 0.5s ease;
  opacity: 1;
  filter: initial;
}
.expSwiper .swiper-slide.swiper-slide-next .casecard .casecard_img {
  opacity: 1;
  filter: saturate(1) blur(0);
}

.expSwiper .swiper-wrapper:hover .swiper-slide .casecard:hover .casecard_img {
  opacity: 1;
  filter: saturate(1) blur(0);
}
.expSwiper .swiper-wrapper:hover .swiper-slide.swiper-slide-next .casecard_img {
  opacity: 1;
  filter: initial;
}

/* BLANK ADAPTIVE */
/* // XXL */
/* // XL */
/* // LG */
/* // MD */
/* // SM */
/* // XS */
/* EXP: end */
/* project */
#project {
  position: relative;
  padding-top: 66px;
  height: 100%;
}
#project .swiper {
  width: 100%;
  height: 100%;
}
#project .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#project .prj_Swiper_text {
  width: 300px;
}
#project .prj_Swiper_text .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
#project .prj_Swiper_text .swiper-slide:first-child {
  padding: 60px 24px 24px 24px;
}
#project .prj_Swiper_text .swiper-slide h1 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
#project .prj_Swiper_text .swiper-slide .project_category {
  font-size: 12px;
  color: #888;
}
#project .prj_Swiper_text .swiper-slide .project_anons {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}
#project .prj_Swiper_text .swiper-slide dl {
  margin-bottom: 40px;
}
#project .prj_Swiper_text .swiper-slide dt {
  font-size: 12px;
  font-weight: 300;
  color: #888;
}
#project .prj_Swiper_text .swiper-slide dd {
  margin-bottom: 10px;
}
#project .prj_Swiper_text .swiper-slide dd a {
  color: var(--text);
}
#project .prj_Swiper_text .swiper-slide .projet_description {
  position: relative;
  color: #888;
  width: 100%;
  height: 195px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 20px;
}
#project .prj_Swiper_text .swiper-slide .projet_description::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, var(--bg) 0%, rgba(0, 0, 0, 0) 100%);
}

.project #project .prj_Swiper_photo .swiper-slide > img {
  width: auto;
}

.project #project .prj_Swiper_photo .swiper-slide {
  width: auto;
}

.btn-back {
  color: var(--text);
  background-color: var(--bg);
  position: fixed;
  bottom: 60px;
  left: 40px;
  padding: 5px 15px;
  box-shadow: 0 0 30px rgba(136, 136, 136, 0.2);
  display: block;
  justify-content: center;
  align-content: center;
  height: 40px;
  z-index: 2;
}

/* project ADAPTIVE */
/* // XXL */
/* // XL */
/* // LG */
/* // MD */
/* // SM */
/* // XS */
/* project: end */
/* services */
.servicesSwiper {
  height: 75vh;
  margin-top: 25vh;
}
.servicesSwiper .srvcard {
  padding-right: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80%;
}
.servicesSwiper .srvcard .srvcard_num {
  font-size: 8px;
  letter-spacing: 5%;
  color: #888;
}
.servicesSwiper .srvcard .srvcard_title {
  font-size: 24px;
  margin-bottom: 25px;
}
.servicesSwiper .srvcard .srvcard_text {
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
  color: #888;
}
.servicesSwiper .srvcard .srvcard_img {
  margin-top: auto;
  margin-bottom: 15px;
  width: 70%;
}

/* services ADAPTIVE */
/* // XXL */
/* // XL */
/* // LG */
/* // MD */
/* // SM */
@media (max-width: 767px) {
  #services .servicesSwiper .srvcard {
    height: 100%;
  }
  #services .servicesSwiper .srvcard .srvcard_text {
    font-size: 13px;
  }
}
@media (max-height: 900px) {
  #services .servicesSwiper .srvcard {
    height: 90%;
  }
}
@media (max-height: 768px) {
  #services .servicesSwiper .srvcard {
    height: 100%;
  }
  #services .servicesSwiper .srvcard .srvcard_title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #services .servicesSwiper .srvcard .srvcard_text {
    font-size: 12px;
  }
  #services .servicesSwiper .srvcard .srvcard_img {
    width: 90%;
    max-width: 360px;
  }
}
@media (max-height: 500px) {
  #services .servicesSwiper .srvcard .srvcard_img {
    width: 160px;
  }
}
/* // XS */
/* services: end */
/* about */
#about {
  transition: all 0.3s ease;
}
#about a {
  color: var(--text);
}
#about a:hover {
  color: #888;
}
#about .download_link {
  text-transform: uppercase;
  color: var(--text);
  display: inline-block;
}
#about .download_link span {
  color: #888;
  text-transform: initial;
}
#about .download_link:hover {
  transform: translateX(3px);
  color: #888;
}

.aboutSwiper {
  height: 75vh;
  margin-top: 25vh;
}
.aboutSwiper .aboutcard {
  padding-right: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80%;
}
.aboutSwiper .aboutcard .aboutcard_num {
  font-size: 8px;
  letter-spacing: 5%;
  color: #888;
}
.aboutSwiper .aboutcard .aboutcard_title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.aboutSwiper .aboutcard .aboutcard_text {
  padding: 0 5px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #888;
}
.aboutSwiper .aboutcard .aboutcard_img {
  margin-top: auto;
  width: 70%;
}

/* about ADAPTIVE */
/* // XXL */
/* // XL */
/* // LG */
/* // MD */
@media (max-height: 900px) {
  #about .servicesSwiper .srvcard {
    height: 90%;
  }
}
/* // SM */
@media (max-height: 768px) {
  #about .servicesSwiper .srvcard {
    height: 100%;
  }
  #about .servicesSwiper .srvcard .srvcard_title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #about .servicesSwiper .srvcard .srvcard_text {
    font-size: 12px;
  }
  #about .servicesSwiper .srvcard .srvcard_img {
    width: 90%;
    max-width: 360px;
  }
}
@media (max-height: 500px) {
  #about .servicesSwiper .srvcard .srvcard_img {
    width: 160px;
  }
}
/* // XS */
/* about: end */
/* contacts */
#contacts {
  display: flex;
  justify-content: space-between;
  padding-top: 66px;
}
#contacts .contacts_body {
  margin-top: calc(25vh - 66px);
  height: 75vh;
  padding: 0 55px;
  font-size: 14px;
}
#contacts .contacts_body a {
  color: var(--textalpha);
}
#contacts .contacts_body .contacts_text {
  margin-bottom: 30px;
  text-transform: uppercase;
}
#contacts .contacts_body .contacts_text h1 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 5%;
}
#contacts .contacts_body .contacts_subtext {
  text-transform: initial;
  font-size: 10px;
  color: #888;
}
#contacts .contacts_body .contacts_soc {
  display: flex;
  gap: 3rem;
}
#contacts .contacts_body .contacts_map {
  margin-top: 30px;
  background-color: #888;
  width: 100%;
  height: 250px;
}
#contacts .contacts_body .contacts_map iframe {
  margin-bottom: -6px;
  filter: saturate(0);
}
#contacts .contacts_photo {
  width: 33vw;
  background-color: #888;
  background-size: cover;
  background-position: center center;
}

/* contacts ADAPTIVE */
/* // XXL */
/* // XL */
/* // LG */
/* // MD */
@media (max-width: 991px) {
  #contacts {
    height: 100%;
  }
  #contacts .contacts_body {
    padding: 15px;
    padding-right: 35px;
    margin-top: 25px;
    width: 95%;
  }
  #contacts .contacts_body .contacts_text {
    margin-bottom: 20px;
  }
  #contacts .contacts_body .contacts_map {
    width: 100%;
  }
  #contacts .contacts_body .contacts_soc {
    gap: 1rem;
  }
  #contacts .contacts_photo {
    width: 5%;
  }
}
/* // SM */
@media (max-height: 768px) {
  #contacts {
    height: 100%;
  }
  #contacts .contacts_body .contacts_text {
    margin-bottom: 20px;
  }
}
/* // XS */
/* contacts: end *//*# sourceMappingURL=styles.css.map */