.main {
  margin-top: 81px !important;
  padding-bottom: 0px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1900px;
}

.block {
  display: none !important;
  width: 0;
  height: 0;
  z-index: -1;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.pages__name {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
}
.pages__name-left {
  color: #FFF;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
.pages__name-right {
  color: #777A9A;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
.pages__name-slash {
  color: #FFF;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}

.contacts {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.contacts__top {
  display: flex;
  width: 100%;
  height: 215px;
  border-top: 1px #666C85 solid;
  border-bottom: 1px #666C85 solid;
}
.contacts__top__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10%;
}
.contacts__top__content:last-of-type {
  border-right: 1px transparent solid;
}
.contacts__top__content-text {
  color: #FFF;
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  margin-bottom: 20px;
}
.contacts__top__content-info {
  color: #FFF;
  font-family: "Lato";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.contacts__top__content-info:hover {
  color: #00BCFF;
}
.contacts__top__border {
  height: 100%;
  width: 1px;
  background: #666C85;
}
.contacts__bottom {
  display: flex;
  width: 100%;
  height: 215px;
}
.contacts__bottom__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10%;
}
.contacts__bottom__content:last-of-type {
  border-right: 1px transparent solid;
}
.contacts__bottom__content-text {
  color: #FFF;
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  margin-bottom: 20px;
}
.contacts__bottom__content-info {
  color: #FFF;
  font-family: "Lato";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.contacts__bottom__content-info:hover {
  color: #00BCFF;
}
.contacts__bottom__content .footer__social__list {
  display: flex;
  gap: 40px;
}
.contacts__bottom__content .footer__social__list-link {
  background: #161A46;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 300ms;
  margin-top: 13px;
  border: 1px white solid;
}
.contacts__bottom__content .footer__social__list-link img {
  width: 20px;
  height: 20px;
}
.contacts__bottom__content .footer__social__list-link:hover {
  background: linear-gradient(85deg, #136BFF -18.08%, #00BCFF 90.14%);
  filter: drop-shadow(0px 0px 9.8px rgba(0, 188, 255, 0.5));
  border: 1px transparent solid;
}

.maps {
  height: 550px;
}

@media (max-width: 1200px) {
  .contacts__top__content {
    margin-left: 2%;
  }
  .contacts__bottom__content {
    margin-left: 2%;
  }
  .maps {
    height: 530px;
  }
}
@media (max-width: 1000px) {
  .contacts__top {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
    gap: 30px;
  }
  .contacts__top__content {
    width: 100%;
  }
  .contacts__top__border {
    display: none;
    position: absolute;
    z-index: -999;
    height: 0;
    width: 0;
    opacity: 0;
  }
  .contacts__bottom {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
    gap: 30px;
  }
  .contacts__bottom__content {
    width: 100%;
  }
  .maps {
    height: 500px;
  }
}
@media (max-width: 800px) {
  .pages__name {
    display: none !important;
    z-index: -999 !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
  }
  .contacts {
    margin-top: 50px;
  }
  .contacts__top__content {
    margin-left: 0%;
  }
  .contacts__bottom__content {
    margin-left: 0%;
  }
  .maps {
    height: 450px;
  }
}
@media (max-width: 620px) {
  .contacts__top__content-info {
    font-size: 54px;
  }
  .contacts__top {
    padding: 30px 0;
  }
  .contacts__bottom {
    padding: 30px 0;
  }
  .contacts__bottom__content-info {
    font-size: 25px;
  }
  .contacts__bottom__content .footer__social__list-link {
    width: 54px;
    height: 54px;
    margin-top: 0;
  }
  .maps {
    height: 370px;
  }
}
@media (max-width: 450px) {
  .contacts__top__content-info {
    font-size: 44px;
  }
  .contacts__top__content-text {
    margin-bottom: 15px;
  }
  .contacts__bottom__content-text {
    margin-bottom: 15px;
  }
  .contacts__top {
    padding: 20px 0;
  }
  .contacts__bottom {
    padding: 20px 0;
  }
  .contacts__bottom__content-info {
    font-size: 20px;
  }
  .contacts__bottom__content .footer__social__list-link {
    width: 44px;
    height: 44px;
  }
  .maps {
    height: 300px;
  }
  .contacts {
    margin-top: 40px;
  }
}
@media (max-width: 400px) {
  .contacts__top__content-info {
    font-size: 34px;
  }
  .contacts__bottom__content-info {
    font-size: 16px;
  }
  .maps {
    height: 250px;
  }
}/*# sourceMappingURL=contacts.css.map */