@font-face {
  font-family: Mardoto-Regular;
  src: url("/assets/fonts/Mardoto-Regular.ttf");
}
@font-face {
  font-family: Mardoto-Medium;
  src: url("/assets/fonts/Mardoto-Medium.ttf");
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("/assets/fonts/Montserratarm-Medium.otf");
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("/assets/fonts/Montserratarm-Regular.otf");
}
.wrapper {
  max-width: 1920px;
  margin-top: 80px;
}

.content-wrapper {
  padding: 0 260px;
}

.slider-body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.slider-body::-webkit-scrollbar {
  height: 3px;
}
.slider-body::-webkit-scrollbar-track {
  background: #FFF;
  border-radius: 10px;
}
.slider-body::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}
.slider-body .slider-swiper {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
  transition: all 500ms;
  height: 100%;
  cursor: pointer;
}
.slider-body .slider__item-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 300px;
  flex-shrink: 0;
  flex-grow: 1;
}
.slider-body .slider__item-box .slider__image-box {
  height: 100%;
  width: 100%;
}
.slider-body .slider__item-box .slider__image-box .slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-content {
  height: 0;
  overflow: hidden;
  position: fixed;
  z-index: 600;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
}

.licenses-modal__image {
  max-width: 80vw;
  max-height: 80vh;
}

@media (max-width: 1600px) {
  .content-wrapper {
    padding: 0 150px;
  }
}
@media (max-width: 1440px) {
  .content-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 425px) {
  .wrapper {
    margin-top: 70px;
  }
  .content-wrapper {
    padding: 0 20px;
  }
}
.contacts-page {
  position: relative;
  min-height: calc(100vh - 350px);
  overflow: hidden;
}
.contacts-page .contacts-page__map-section {
  position: absolute;
  left: 0;
  top: -155px;
  height: 130%;
  width: 100%;
  filter: brightness(0.6);
}
.contacts-page .contacts-page__title-box {
  padding-top: 60px;
}
.contacts-page .contacts-page__title-box p {
  font-family: Mardoto-Regular, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #FF8400;
  line-height: 42px;
  text-transform: uppercase;
  position: relative;
}
.contacts-page .contacts-page__title-box p span {
  color: #FFF;
}
.contacts-page .contacts-page__title-box p:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  background-color: #FF8400;
  height: 4px;
  border-radius: 3px;
  width: 48px;
}
.contacts-page .contacts-page__contacts-aside {
  background-color: #FFF;
  border-radius: 5px;
  padding: 55px 40px;
  float: right;
  display: flex;
  flex-direction: column;
  grid-row-gap: 20px;
  width: 520px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.contacts-page .contacts-page__contacts-aside .contacts-aside__contact {
  display: flex;
  align-items: end;
  grid-column-gap: 22px;
}
.contacts-page .contacts-page__contacts-aside .contacts-aside__contact a {
  font-family: Mardoto-Regular, sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 18px;
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .contacts-page .contacts-page__contacts-aside {
    width: 380px;
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .contacts-page .contacts-page__contacts-aside {
    width: max-content;
    margin-top: 30px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .contacts-page .contacts-page__title-box p {
    font-size: 24px;
  }
}

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