.main-contacts {
  display: grid;
  grid-template-columns: 527px 384px;
  grid-template-rows: auto auto;
  grid-template-areas: "phone socnetwork" "phone blog";
  gap: 32px 97px;
}
@media only screen and (width < 1440px) {
  .main-contacts {
    grid-template-columns: 456px 1fr;
    gap: 32px 48px;
  }
}
@media only screen and (width < 1024px) {
  .main-contacts {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
}
@media only screen and (width < 768px) {
  .main-contacts {
    gap: 32px;
  }
}
.main-contacts__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main-contacts__content__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (width < 1024px) {
  .main-contacts__content {
    flex-direction: row;
    gap: 48px;
  }
}
@media only screen and (width < 768px) {
  .main-contacts__content {
    flex-direction: column;
    gap: 16px;
  }
}
@media only screen and (width < 1024px) {
  .main-contacts__content__header {
    min-width: 240px;
    width: 240px;
  }
}
@media only screen and (width < 768px) {
  .main-contacts__content__header {
    min-width: auto;
    width: auto;
  }
}
.main-contacts__phone {
  grid-area: phone;
  gap: 32px;
}
.main-contacts__phone .main-contacts__content__text {
  gap: 32px;
}
@media only screen and (width < 1024px) {
  .main-contacts__phone {
    gap: 48px;
  }
}
@media only screen and (width < 768px) {
  .main-contacts__phone {
    flex-direction: column;
    gap: 32px;
  }
}
.main-contacts__soc-network {
  grid-area: socnetwork;
}
.main-contacts__blog {
  grid-area: blog;
}
.main-contacts .divider {
  display: none;
  grid-area: divider;
}
@media only screen and (width < 1024px) {
  .main-contacts .divider {
    display: block;
  }
}

.button-card-line {
  padding: 12px;
  display: flex;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid var(--translucent-bg-10, rgba(255, 255, 255, 0.1));
}

.full-time-answer {
  display: flex;
  justify-content: space-between;
}
.full-time-answer__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 480px;
}
.full-time-answer__art {
  width: auto;
  position: relative;
}
.full-time-answer__art img {
  position: absolute;
  top: -358px;
  right: -144px;
  max-width: none;
}
@media only screen and (width < 1440px) {
  .full-time-answer__art img {
    top: -290px;
    right: -30px;
  }
}
@media only screen and (width < 1024px) {
  .full-time-answer__art {
    display: none;
  }
}

.card-info {
  max-width: 560px;
  gap: 15px;
  justify-content: space-between;
}
@media only screen and (width < 1024px) {
  .card-info {
    max-width: none;
  }
}
.card-info__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  white-space: normal;
}

.illegal-info {
  display: flex;
  justify-content: space-between;
  color: var(--main-bg);
}
@media only screen and (width < 768px) {
  .illegal-info {
    flex-direction: column;
  }
}
.illegal-info__content {
  max-width: 528px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (width < 1024px) {
  .illegal-info__content {
    max-width: 384px;
  }
}
@media only screen and (width < 768px) {
  .illegal-info__content {
    max-width: none;
  }
}
.illegal-info__content__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.illegal-info__content__text p {
  max-width: 416px;
}
@media only screen and (width < 768px) {
  .illegal-info__content__text p {
    max-width: none;
  }
}
.illegal-info__content__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 310px;
  width: 100%;
}
@media only screen and (width < 768px) {
  .illegal-info__content__buttons {
    max-width: none;
    width: 100%;
  }
}
.illegal-info__content__buttons .btn--style--stroke {
  border: 1px solid var(--translucent-bg-10, rgba(255, 255, 255, 0.1));
  color: var(--main-bg);
}
.illegal-info__content__buttons .btn--style--stroke:hover {
  border-color: var(--main-accent-hover);
}
.illegal-info__content__buttons .btn--style--stroke:focus {
  border-color: var(--main-accent-hover);
  color: var(--main-accent-hover);
}
.illegal-info__art {
  width: auto;
  position: relative;
}
@media only screen and (width < 768px) {
  .illegal-info__art {
    height: 346px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
.illegal-info__art img {
  position: absolute;
  top: -220px;
  right: -206px;
  max-width: none;
}
@media only screen and (width < 1440px) {
  .illegal-info__art img {
    top: -224px;
    right: -304px;
  }
}
@media only screen and (width < 1024px) {
  .illegal-info__art img {
    top: -124px;
    right: -304px;
  }
}
@media only screen and (width < 768px) {
  .illegal-info__art img {
    position: relative;
    top: 0;
    right: 0;
  }
}

@media only screen and (width < 768px) {
  .mobile\:gap-24 {
    gap: 24px;
  }
}

@media only screen and (width < 768px) {
  .mobile\:gap-16 {
    gap: 16px;
  }
}

.hint__content-wrapper {
  width: fit-content;
}

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