.footer {
  padding: 0 30px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1101px) {
  .footer.footer__top .footer__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .footer.footer__top .footer__wrapper {
    grid-template-columns: 1fr;
  }
}
.footer:not(.footer__top) .footer__wrapper {
  grid-template-columns: 1fr;
}
.footer__wrapper {
  width: 100%;
  background: transparent;
  padding: 30px 0;
  display: grid;
  gap: 30px;
}
.footer__wrapper-copy {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .footer__wrapper-copy {
    flex-direction: column;
    gap: 6px;
    padding: 0 0 20px;
  }
}
.footer__wrapper-copy span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #7a7a7a;
}
.footer__wrapper-copy a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #7a7a7a;
}
.footer-item {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 30px;
}
.footer-item-left {
  background: #000;
}
@media screen and (max-width: 1100px) {
  .footer-item-left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-item-left .footer-title {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 480px) {
  .footer-item-left .footer-info {
    order: 2;
  }
  .footer-item-left .footer-info + .footer-info {
    order: 1;
    max-width: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .footer-item-left .footer-info {
    margin-left: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1100px) {
  .footer-item-left .footer-info {
    margin-left: 20px;
  }
}
.footer-item-left .footer-info span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #7a7a7a;
}
.footer-item-left .footer-info p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .footer-item-left .footer-info p {
    font-size: 22px;
  }
}
.footer-item-center {
  justify-content: space-between;
  background: #000;
}
@media screen and (max-width: 768px) {
  .footer-item-center {
    grid-column: unset;
    grid-row: unset;
    flex-direction: column;
  }
}
.footer-item-center .footer-contacts {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-item-center .footer-contacts {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-item-center .footer-contacts-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .footer-item-center .footer-contacts-item {
    gap: 5px;
  }
}
.footer-item-center .footer-contacts-item span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #7a7a7a;
}
.footer-item-center .footer-contacts-item a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-item-center .footer-contacts-item a {
    font-size: 22px;
  }
}
.footer-item-right {
  background: #7aa1ff;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .footer-item-right {
    flex-direction: column;
  }
}
.footer-item-right-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .footer-item-right-info {
    display: none;
  }
}
.footer-item-right .call-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-item-right .call-title {
    font-size: 22px;
  }
}
.footer-item-right .call-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .footer-item-right .call-text {
    font-size: 16px;
  }
}
.footer-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-title {
    font-size: 22px;
  }
}

.btn-footer {
  max-width: 190px;
}/*# sourceMappingURL=footer.css.map */