.contacts-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
  font-size: 126rem;
  line-height: 1.05;
  font-family: "Spectral", sans-serif;
  letter-spacing: -0.01em; }
  @media (max-width: 1024px) {
    .contacts-title {
      font-size: 67rem; } }
  @media (max-width: 599px) {
    .contacts-title {
      font-size: 54rem; } }

.contacts-line {
  width: 100%;
  height: 1rem;
  background: currentColor; }

.contacts-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 27rem;
  line-height: 1.36;
  letter-spacing: -0.02em; }
  @media (max-width: 1024px) {
    .contacts-text {
      font-size: 14rem; } }
  @media (max-width: 599px) {
    .contacts-text {
      font-size: 21rem; } }

.contacts-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 27rem;
  line-height: 1.36;
  letter-spacing: -0.02em; }
  @media (max-width: 1024px) {
    .contacts-item-title {
      font-size: 14rem; } }
  @media (max-width: 599px) {
    .contacts-item-title {
      font-size: 21rem; } }

.contacts-item-link {
  display: inline-block;
  position: relative;
  color: currentColor;
  text-decoration: none;
  transition: color 0.3s ease; }
  @media (any-hover: hover), (hover: hover) and (pointer: fine) {
    .contacts-item-link:hover::after {
      transform: scaleX(1);
      transform-origin: left center; }
    .contacts-item-link:active {
      color: #0e0e0e; }
    .contacts-item-link:active::after {
      transform: scaleX(1);
      transform-origin: left center;
      background: #0e0e0e; } }
  .contacts-item-link::after {
    position: absolute;
    top: calc(100% + 2rem);
    left: 0;
    width: 100%;
    height: 1rem;
    transform: scaleX(0);
    transform-origin: right center;
    background: currentColor;
    content: "";
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), background 0.3s ease; }

.contacts-item-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 27rem;
  line-height: 1.36;
  letter-spacing: -0.02em; }
  @media (max-width: 1024px) {
    .contacts-item-text {
      font-size: 14rem; } }
  @media (max-width: 599px) {
    .contacts-item-text {
      font-size: 21rem; } }

.contacts-social-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 28rem;
  font-weight: 400;
  font-size: 27rem;
  line-height: 1.36;
  letter-spacing: -0.02em; }
  @media (max-width: 1024px) {
    .contacts-social-title {
      padding-left: 15rem;
      font-size: 14rem; } }
  @media (max-width: 599px) {
    .contacts-social-title {
      padding-left: 20rem;
      font-size: 21rem; } }
  .contacts-social-title::before {
    position: absolute;
    top: 10rem;
    left: 0;
    width: 17rem;
    height: 17rem;
    border-radius: 50%;
    background: currentColor;
    content: ""; }
    @media (max-width: 1024px) {
      .contacts-social-title::before {
        top: 5rem;
        width: 9rem;
        height: 9rem; } }
    @media (max-width: 599px) {
      .contacts-social-title::before {
        top: 8.5rem;
        width: 12rem;
        height: 12rem; } }

.contacts-social-pic {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8rem; }
  @media (max-width: 1024px) {
    .contacts-social-pic {
      border-radius: 4rem; } }
  .contacts-social-pic__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.contacts-social-marquee-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
  font-size: 187rem;
  line-height: 1.06;
  font-family: "Spectral", sans-serif;
  letter-spacing: -0.01em; }
  @media (max-width: 1024px) {
    .contacts-social-marquee-text {
      font-size: 100rem; } }
  @media (max-width: 599px) {
    .contacts-social-marquee-text {
      font-size: 72rem; } }

.contacts-top {
  position: relative;
  padding-bottom: 82rem; }
  @media (max-width: 1024px) {
    .contacts-top {
      padding-bottom: 44rem; } }
  @media (max-width: 599px) {
    .contacts-top {
      padding-bottom: 64rem; } }
  .contacts-top__title {
    text-align: center; }
  .contacts-top__line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.3; }

.contacts-item {
  display: flex;
  align-items: center; }
  .contacts-item__title {
    flex-shrink: 0;
    width: 50%;
    padding-right: 16rem;
    line-height: 1;
    opacity: 0.4; }
    @media (max-width: 599px) {
      .contacts-item__title {
        width: auto; } }
  .contacts-item__text {
    width: 50%;
    line-height: 1;
    text-align: right; }
    @media (max-width: 599px) {
      .contacts-item__text {
        width: auto;
        margin-left: auto; } }

.contacts-info {
  margin: 0;
  padding: 0;
  list-style: none; }
  .contacts-info__item {
    position: relative;
    padding-top: 38rem;
    padding-bottom: 12rem;
    padding-left: 6rem;
    line-height: 1; }
    @media (max-width: 1024px) {
      .contacts-info__item {
        padding-top: 20rem;
        padding-bottom: 8rem;
        padding-left: 4rem; } }
    @media (max-width: 599px) {
      .contacts-info__item {
        padding-top: 18rem;
        padding-bottom: 18rem;
        padding-left: 0; } }
    .contacts-info__item:first-child {
      padding-top: 0; }
      @media (max-width: 599px) {
        .contacts-info__item:first-child {
          padding-top: 18rem; }
          .contacts-info__item:first-child::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1rem;
            background: currentColor;
            content: "";
            opacity: 0.3; } }
    .contacts-info__item::after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1rem;
      background: currentColor;
      content: "";
      opacity: 0.3; }

.contacts-content {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 599px) {
    .contacts-content {
      flex-direction: column; } }
  .contacts-content__text {
    width: calc(100% - 918rem);
    max-width: 601rem; }
    @media (max-width: 1024px) {
      .contacts-content__text {
        width: calc(100% - 497rem);
        max-width: 321rem; } }
    @media (max-width: 599px) {
      .contacts-content__text {
        width: 100%;
        max-width: 323rem; } }
    .contacts-content__text:not(:last-child) {
      margin-right: 16rem; }
      @media (max-width: 599px) {
        .contacts-content__text:not(:last-child) {
          margin-right: 0;
          margin-bottom: 64rem; } }
  .contacts-content__info {
    width: 902rem;
    margin-left: auto; }
    @media (max-width: 1024px) {
      .contacts-content__info {
        width: 481rem; } }
    @media (max-width: 599px) {
      .contacts-content__info {
        width: 100%; } }

.contacts-socials-marquee {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  overflow: hidden; }
  .contacts-socials-marquee__item {
    flex-shrink: 0;
    padding-right: 112rem; }
    @media (max-width: 1024px) {
      .contacts-socials-marquee__item {
        padding-right: 58rem; } }
    @media (max-width: 599px) {
      .contacts-socials-marquee__item {
        padding-right: 28rem; } }

.contacts-social-row {
  display: flex;
  position: relative;
  height: 578rem;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .contacts-social-row {
      height: 308rem; } }
  @media (max-width: 599px) {
    .contacts-social-row {
      height: 186rem; } }
  .contacts-social-row__item:nth-child(1) {
    flex-shrink: 0;
    width: 756rem;
    margin-right: 20rem; }
    @media (max-width: 1024px) {
      .contacts-social-row__item:nth-child(1) {
        width: 403rem;
        margin-right: 10rem; } }
    @media (max-width: 599px) {
      .contacts-social-row__item:nth-child(1) {
        width: calc(33.333% - 1.333rem);
        margin-right: 2rem; } }
  .contacts-social-row__item:nth-child(2) {
    flex-shrink: 0;
    width: 610rem;
    margin-right: 20rem; }
    @media (max-width: 1024px) {
      .contacts-social-row__item:nth-child(2) {
        width: 325rem;
        margin-right: 10rem; } }
    @media (max-width: 599px) {
      .contacts-social-row__item:nth-child(2) {
        width: calc(33.333% - 1.333rem);
        margin-right: 2rem; } }
  .contacts-social-row__item:nth-child(3) {
    width: 100%; }
    @media (max-width: 599px) {
      .contacts-social-row__item:nth-child(3) {
        flex-shrink: 0;
        width: calc(33.333% - 1.333rem); } }
  .contacts-social-row__marquee {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #fff; }
  .contacts-social-row__link {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: currentColor;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; }

.contacts-social__title {
  position: relative;
  padding-bottom: 19rem; }
  @media (max-width: 1024px) {
    .contacts-social__title {
      padding-bottom: 10rem; } }
  @media (max-width: 599px) {
    .contacts-social__title {
      padding-bottom: 22rem; } }
  .contacts-social__title:not(:last-child) {
    margin-bottom: 32rem; }
    @media (max-width: 1024px) {
      .contacts-social__title:not(:last-child) {
        margin-bottom: 16rem; } }
    @media (max-width: 599px) {
      .contacts-social__title:not(:last-child) {
        margin-bottom: 12rem; } }

.contacts-social__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.3; }

.contacts {
  padding-top: 180rem; }
  @media (max-width: 1024px) {
    .contacts {
      padding-top: 96rem; } }
  @media (max-width: 599px) {
    .contacts {
      padding-top: 128rem; } }
  .contacts__top:not(:last-child) {
    margin-bottom: 38rem; }
    @media (max-width: 1024px) {
      .contacts__top:not(:last-child) {
        margin-bottom: 20rem; } }
    @media (max-width: 599px) {
      .contacts__top:not(:last-child) {
        margin-bottom: 18rem; } }
  .contacts__content:not(:last-child) {
    margin-bottom: 200rem; }
    @media (max-width: 1024px) {
      .contacts__content:not(:last-child) {
        margin-bottom: 107rem; } }
    @media (max-width: 599px) {
      .contacts__content:not(:last-child) {
        margin-bottom: 86rem; } }

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