.contacts {
  margin: 100px auto 0;
  max-width: 1400px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.contacts__map {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  height: 736px;
  overflow: hidden;
  position: relative;
  width: 1400px;
  z-index: 0;
}
.contacts__map-img {
  height: 100%;
  object-fit: cover;
  object-position: left;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.contacts__section-title {
  max-width: 625px;
  padding: 57px 0 0;
  position: relative;
  z-index: 1;
}
.contacts__box {
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  bottom: 82px;
  box-shadow: 0 0 100px rgba(61, 70, 98, 0.2);
  -webkit-box-shadow: 0 0 100px rgba(61, 70, 98, 0.2);
  -moz-box-shadow: 0 0 100px rgba(61, 70, 98, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  left: 120px;
  margin: 0;
  max-width: 640px;
  overflow: hidden;
  padding: 80px 20px 0 100px;
  position: absolute;
  z-index: 2;
}
.contacts__contact-box {
  margin: 0 141px 0 0;
  max-width: 260px;
}
.contacts__contact {
  border-bottom: 1px dashed #dadada;
  -webkit-border-bottom: 1px dashed #dadada;
  -moz-border-bottom: 1px dashed #dadada;
  -o-border-bottom: 1px dashed #dadada;
}
.contacts__contact:nth-of-type(3) {
  border: none;
  -webkit-border: none;
  -moz-border: none;
  -o-border: none;
}
.contacts__title {
  font-size: 18px;
  margin: 0 0 11px;
  max-width: 159px;
}
.contacts__text,
.contacts__title {
  color: #3d4662;
  font-family: GothamPro;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.contacts__text {
  font-size: 14px;
  margin: 0 0 25px;
}
.contacts__tel {
  cursor: pointer;
  outline: none;
  -webkit-outline: none;
  -moz-outline: none;
  -o-outline: none;
  text-decoration: none;
  transition: opacity 1s linear;
}
.contacts__tel:hover {
  opacity: 0.5;
}
.contacts__gallery-box {
  max-width: 260px;
}
.contacts__gallery {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.contacts__slider {
  max-width: 159px;
}
.contacts__img {
  background: linear-gradient(
      180deg,
      rgba(61, 70, 98, 0) 50.17%,
      rgba(61, 70, 98, 0.7)
    ),
    linear-gradient(0deg, rgba(61, 70, 98, 0.5), rgba(61, 70, 98, 0.5));
  background-blend-mode: normal, lighten, normal, normal;
  border-radius: 10px;
  cursor: pointer;
  height: 150px;
  margin: 0 0 10px;
  object-fit: cover;
  transition: opacity 1s linear;
  width: 159px;
}
.map__icon {
  width: 89px;
}
.contacts__img:nth-of-type(3) {
  margin: 0 0 -75px;
}
.contacts__img:hover {
  opacity: 0.8;
}
.contacts__box-mess {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 25px 0 0;
}
.contacts__social-link {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
  margin: 0 10px 0 0;
  transition: opacity 1s linear;
  width: 40px;
}
.contacts__social-link:first-of-type {
  background-image: url(/static/media/whatsapp.28fee0c26f288d199901.svg);
}
.contacts__social-link:nth-of-type(2) {
  background-image: url(/static/media/viber.1def322f934770fba9f4.svg);
}
.contacts__social-link:nth-of-type(3) {
  background-image: url(/static/media/telega.d6fe47bba6d1f9d71f7e.svg);
}
.contacts__social-link:first-of-type:hover,
.contacts__social-link:nth-of-type(2):hover,
.contacts__social-link:nth-of-type(3):hover {
  opacity: 0.5;
}
.contacts__arrow-box {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0 20px;
  max-width: 60px;
}
.contacts__arrow {
  background: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: none;
  -webkit-border: none;
  -moz-border: none;
  -o-border: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  cursor: pointer;
  height: 59px;
  margin: 0 0 20px;
  outline: none;
  -webkit-outline: none;
  -moz-outline: none;
  -o-outline: none;
  transition: opacity 1s linear;
  width: 60px;
}
.contacts__arrow:hover {
  opacity: 0.5;
}
.contacts__arrow_left {
  background-image: url(/static/media/arrow-gray.55feecf598bc86405f51.svg);
  border: 1px solid rgba(61, 70, 98, 0.2);
  -webkit-border: 1px solid rgba(61, 70, 98, 0.2);
  -moz-border: 1px solid rgba(61, 70, 98, 0.2);
  -o-border: 1px solid rgba(61, 70, 98, 0.2);
}
.contacts__arrow_right {
  background-color: #6fccf5;
  background-image: url(/static/media/arrow.b4a75b6adbf714a1aca7.svg);
  border: 1px solid rgba(82, 176, 239, 0.5);
  -webkit-border: 1px solid rgba(82, 176, 239, 0.5);
  -moz-border: 1px solid rgba(82, 176, 239, 0.5);
  -o-border: 1px solid rgba(82, 176, 239, 0.5);
  box-shadow: 0 5px 20px rgba(23, 119, 232, 0.3);
  -webkit-box-shadow: 0 5px 20px rgba(23, 119, 232, 0.3);
  -moz-box-shadow: 0 5px 20px rgba(23, 119, 232, 0.3);
}
.contacts__map_bg {
  align-items: flex-end;
  background-color: rgba(61, 70, 98, 0.5);
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 2s linear;
  width: 100%;
  z-index: 1;
}
.contacts__map_bg:hover {
  opacity: 1;
}
.contacts__map_text {
  color: #fff;
  font-family: GothamPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 20px 0 0;
  max-width: 200px;
  text-align: left;
}
@media screen and (max-width: 1130px) {
  .contacts__box {
    left: 80px;
    max-width: 500px;
    padding: 60px 20px 0 80px;
  }
  .contacts__contact-box {
    margin: 0 41px 0 0;
  }
  .contacts__map-img {
    object-position: center;
  }
}
@media screen and (max-width: 912px) {
  .contacts__box {
    left: 50px;
    max-width: 450px;
    padding: 30px 20px 0 30px;
  }
  .contacts__contact-box {
    margin: 0 20px 0 0;
  }
  .contacts__arrow-box {
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__box {
    bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .contacts__box {
    left: 24px;
  }
}
@media screen and (max-device-width: 768px) {
  .contacts__map_bg {
    align-items: center;
    justify-content: flex-start;
  }
  .contacts__map_text {
    margin: 155px 0 0;
    max-width: 272px;
    text-align: center;
  }
  .contacts__slider {
    -ms-overflow-style: none;
    max-height: 407px;
    overflow: scroll;
  }
  .contacts__slider::-webkit-scrollbar {
    display: none;
  }
  .contacts__arrow-box {
    display: none;
  }
  .contacts__img:nth-of-type(3) {
    margin: 0;
  }
}
@media screen and (max-width: 547px) {
  .contacts__img {
    object-fit: cover;
    width: 206px;
  }
  .contacts {
    margin: 70px 0 427px;
  }
  .contacts__box {
    bottom: -400px;
    flex-direction: column;
    padding: 30px 0 0 30px;
    width: 242px;
  }
  .contacts__gallery-box {
    margin: 55px 0 0;
  }
  .contacts__section-title {
    max-width: 500px;
  }
  .contacts__slider {
    max-width: 206px;
  }
}
/*# sourceMappingURL=792.c7805546.chunk.css.map*/
