/* Footer — Figma zkgNyXIfc9ltBgwt00NmrA 1:1235 */

.yz-footer {
  background: #333;
  color: #fff;
  padding: 80px 120px 40px;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.4;
}

.yz-footer__container {
  max-width: 1200px;
  margin: 0 auto;
}

.yz-footer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}

.yz-footer__brand-block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.yz-footer__logo img {
  display: block;
  width: 154px;
  height: 70px;
  object-fit: contain;
}

.yz-footer__address-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.yz-footer__address {
  margin: 0;
  max-width: 270px;
  font-size: 14px;
  letter-spacing: -0.2px;
}

.yz-footer__map-link {
  display: inline-block;
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: -0.13px;
  color: #cfb38b;
  text-decoration: underline;
  cursor: pointer;
}

.yz-footer__contacts {
  display: flex;
  align-items: center;
  gap: 8px;
}

.yz-footer__contact-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.yz-footer__contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (min-width: 769px) {
  .yz-footer__head-intro {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .yz-footer__contact-row {
    gap: 12px;
  }

  .yz-footer__contact-row .yz-footer__phone-block {
    order: 1;
  }

  .yz-footer__contact-row .yz-footer__social {
    order: 2;
  }
}

.yz-footer__email-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  font-size: 14px;
}

.yz-footer__email-block--intro {
  display: none;
}

.yz-footer__email-block--desktop {
  align-items: flex-end;
  gap: 2px;
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.yz-footer__email-block a {
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.2px;
}

.yz-footer__email-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: -0.3px;
}

.yz-footer__phone-block {
  text-align: right;
}

.yz-footer__phone {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.3px;
}

.yz-footer__callback {
  display: inline-block;
  margin-top: 2px;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.2px;
  color: #3a95bf;
  text-decoration: underline;
  cursor: pointer;
}

.yz-footer__social {
  display: flex;
  gap: 8px;
}

.yz-footer__social a {
  display: block;
}

.yz-footer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 0;
  border-radius: 10px;
  background: #3a95bf;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.1px;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}

.yz-footer__columns {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}

.yz-footer__col {
  flex-shrink: 0;
  min-width: 0;
}

.yz-footer__col:nth-child(1) {
  width: 292px;
}

.yz-footer__col:nth-child(2),
.yz-footer__col:nth-child(3) {
  width: 293px;
}

.yz-footer__col:nth-child(4) {
  width: 292px;
}

.yz-footer__col-title {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.3px;
}

.yz-footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yz-footer__links a,
.yz-footer__links a:link,
.yz-footer__links a:visited {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.2px;
}

.yz-footer__links a:hover {
  color: #3a95bf;
}

.yz-footer__col--info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.yz-footer__col--info .yz-footer__links {
  gap: 4px;
}

.yz-footer__col--info .yz-footer__links li {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.2px;
  color: #fff;
}

.yz-footer__col--info .yz-footer__col-block + .yz-footer__col-block {
  margin-top: 0;
}

.yz-footer__social-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 0;
}

.yz-footer__social-row .yz-social--light {
  background-size: 100% 100%;
}

.yz-footer__social-row .yz-social--ok.yz-social--light {
  background-size: 14px 20px;
}

.yz-footer__social-square {
  overflow: hidden;
}

.yz-footer__ratings {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}

.yz-footer__rating {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 58px;
  text-decoration: none;
  color: inherit;
}

.yz-footer__rating--end {
  align-items: flex-end;
}

.yz-footer__rating-logo {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}

.yz-footer__rating-logo img {
  display: block;
  object-fit: contain;
}

.yz-footer__rating-logo--pro img {
  width: 118px;
  height: 18px;
}

.yz-footer__rating-logo--yandex img {
  width: 69px;
  height: 20px;
}

.yz-footer__rating-logo--zoon img {
  width: 68px;
  height: 20px;
}

.yz-footer__rating-logo--2gis img {
  width: 72px;
  height: 20px;
}

.yz-footer__rating-score {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.3px;
  flex-shrink: 0;
}

.yz-footer__rating-score img {
  display: block;
  width: 14px;
  height: 16px;
  flex-shrink: 0;
}

.yz-footer__legal {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.yz-footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  margin: 0;
}

.yz-footer__legal-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.yz-footer__legal-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.yz-footer__legal-item--access {
  width: 293px;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
}

.yz-footer__legal-item--access:hover,
.yz-footer__legal-item--access:focus-visible {
  opacity: 0.85;
}

.yz-footer__legal-item--warning {
  width: 393px;
  flex-shrink: 0;
}

.yz-footer__legal-item--requisites {
  width: 494px;
  flex: 0 0 494px;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
  gap: 8px;
}

.yz-footer__access-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 48px;
  background: #cfb38b;
  flex-shrink: 0;
}

.yz-footer__access-icon img {
  width: 22px;
  height: 22px;
}

.yz-footer__legal-text {
  margin: 0;
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 1.4;
}

.yz-footer__legal-item--access .yz-footer__legal-text {
  line-height: 1.35;
}

.yz-footer__legal-text p {
  margin: 0;
  line-height: 1.4;
}

.yz-footer__legal-text--desktop {
  display: flex;
  flex-direction: column;
}

@media (min-width: 769px) {
  .yz-footer__legal-text--desktop > p:first-child {
    white-space: nowrap;
  }
}

.yz-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.yz-footer__copyright {
  margin: 0;
  max-width: 696px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.2px;
}

.yz-footer__policies {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.2px;
}

.yz-footer__policies a {
  color: inherit;
  text-decoration: none;
}

.yz-footer__policies a:hover {
  color: #fff;
}

.yz-footer__policies-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1400px) {
  .yz-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1100px) {
  .yz-footer__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .yz-footer__columns {
    flex-wrap: wrap;
  }

  .yz-footer__col {
    flex: 1 1 45%;
    width: auto;
  }

  .yz-footer__col:nth-child(1),
  .yz-footer__col:nth-child(2),
  .yz-footer__col:nth-child(3),
  .yz-footer__col:nth-child(4) {
    width: auto;
  }

  .yz-footer__ratings {
    flex-wrap: wrap;
  }

  .yz-footer__rating {
    flex: 1 1 45%;
  }

  .yz-footer__legal-row {
    flex-direction: column;
  }

  .yz-footer__legal-item--access,
  .yz-footer__legal-item--warning,
  .yz-footer__legal-item--requisites {
    width: 100%;
    flex: none;
  }

  .yz-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
