.footer-yokara {
  background: #fdeff0;
  color: #2c2c2c;
  padding: 60px 30px 45px;
  font-family: 'Roboto', sans-serif, Arial, Helvetica;
}
.footer-yokara .container {
  max-width: 1320px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  padding-right: 52px;
}
.footer-yokara a {
  color: #151515;
}
.footer-yokara__inner {
  display: flex;
  gap: 65px;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 38px;
  border-bottom: 1px solid #e5d8d8;
}
.footer-yokara__col {
  display: flex;
  flex-direction: column;
}
.footer-yokara__about {
  flex: 1;
  gap: 8px;
}
.footer-yokara__links-stores {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 20px;
}
.footer-yokara__links,
.footer-yokara__stores {
  flex: 1;
}
.footer-yokara__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-yokara__stores {
  align-items: flex-start;
  text-align: left;
  justify-self: end;
}
.footer-yokara__brand {
  margin-bottom: 0;
}
.footer-yokara__brand img {
  width: 300px;
  max-width: 100%;
  height: auto;
}
.footer-yokara__brand--row {
  margin-bottom: 53px;
}
.footer-yokara__heading {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.footer-yokara__links .footer-yokara__heading {
  margin-bottom: 6px;
}
.footer-yokara__stores .footer-yokara__heading {
  font-size: 18px;
  font-weight: 700;
  margin-top: 1px;
}
.footer-yokara__about-text .footer-yokara__heading {
  margin-bottom: 10px;
}
.footer-yokara .footer-yokara__office .footer-yokara__heading {
  font-size: 16px;
  margin-bottom: 9px;
}
.footer-yokara__links .footer-yokara__heading {
  font-size: 18px;
  font-weight: 700;
}
.footer-yokara__about-text {
  margin-bottom: 11px;
  line-height: 1.65;
}
.footer-yokara__about-text p,
.footer-yokara__office p {
  color: #2c2c2c;
  font-size: 18px;  
  margin: 0 0 5px;
}
.footer-yokara__office p:last-child {
  margin-bottom: 16px;
}
.footer-yokara__meta {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
  align-items: center;
}
.footer-yokara__social-links {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  margin-bottom: 11px;
}
.footer-yokara__social-links img {
  width: 24px;
  height: 24px;
}
.footer-yokara__social-links a:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}
.footer-yokara__certificate img {
  width: 165px;
  height: auto;
  display: block;
}
.footer-yokara__certificate {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-yokara__links a {
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  color: #222;
  transition: color 0.2s ease;
}
.footer-yokara__links a:hover {
  color: #222;
}
.footer-yokara__links a:last-of-type {
  font-weight: 700;
}
.footer-yokara__stores .store-badge img {
  width: 132px;
  height: auto;
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 16px;
}
.footer-yokara__stores .store-badge + .store-badge {
  margin-top: 14px;
}
.footer-yokara__stores .store-badge:hover img {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.footer-yokara__legal {
  display: flex;
  gap: 50px;
  padding-top: 43px;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 300;
}
.footer-yokara__legal a {
  color: #2c2c2c;
}
.footer-yokara__legal a:hover {
  color: #2c2c2c;
}
@media (max-width: 1199px) {
  .footer-yokara__inner {
    gap: 50px;
  }
  .footer-yokara__brand img {
    width: 240px;
  }
}
@media (max-width: 991px) {
  .footer-yokara {
    padding: 52px 24px 64px;
  }
  .footer-yokara__brand--row {
    display: flex;
    justify-content: center;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e5d8d8;
  }
  .footer-yokara__inner {
    flex-direction: column;
    gap: 28px;
    padding-bottom: 24px;
  }
  .footer-yokara__links-stores {
    column-gap: 24px;
    row-gap: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-yokara__links,
  .footer-yokara__stores {
    flex: 1;
  }
  .footer-yokara__stores .store-badge img {
    width: 170px;
  }
  .footer-yokara__brand img {
    width: 220px;
  }
}
@media (max-width: 575px) {
  .footer-yokara {
    padding: 44px 16px 56px;
  }
  .footer-yokara__brand img {
    width: 200px;
  }
  .footer-yokara__meta {
    gap: 28px;
  }
  .footer-yokara__certificate img {
    width: 140px;
  }
  .footer-yokara__legal {
    gap: 16px;
    font-size: 14px;
  }
}
