.language-city-promo {
  padding: 5.5rem 0;
  font-family: var(--font-open-sans);
}
.language-city-promo--new {
  background-color: var(--bg-peach);
  padding: 4.6875rem 0;
}
.language-city-promo--new .language-city-promo__container {
  margin-bottom: unset;
}
.language-city-promo--new .language-city-promo__title {
  font-size: max(3rem, 12px);
  line-height: max(3.5rem, 12px);
  font-weight: 700;
}
.language-city-promo--new .language-city-promo__title span {
  font-weight: 400;
  color: var(--gray) !important;
}
.language-city-promo--new .language-city-promo__button .button {
  padding: 0.9375rem 2.5rem;
  border-radius: 0.4375rem;
  font-weight: 700;
}
.language-city-promo--new .language-city-promo__img {
  width: 37.4%;
}
.language-city-promo--new .language-city-promo__img::before {
  padding-top: 74.6%;
}
.language-city-promo__container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 2.1875rem;
}
.language-city-promo__content {
  width: 59.7%;
}
.language-city-promo__title {
  margin-bottom: 1.25rem;
}
.language-city-promo__list {
  margin-bottom: 20px;
}
.language-city-promo__list > li {
  display: flex;
  align-items: center;
}
.language-city-promo__list > li > span {
  font-size: max(1.125rem, 14px);
  line-height: max(1.875rem, 12px);
}
.language-city-promo__list > li > img {
  margin-right: 0.625rem;
  width: 1.4375rem;
  height: 1.875rem;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.language-city-promo__img {
  width: 32.7%;
  flex-shrink: 0;
  position: relative;
  margin-left: 5rem;
}
.language-city-promo__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.language-city-promo__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.875rem;
}
.language-city-promo__img-flag {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: 4.375rem;
  height: 4.375rem;
}
.language-city-promo__img-flag > img {
  width: 100%;
  height: 100%;
}

.language-city-promo__img .flag-overlay{
    position: absolute;
    top: 70%;
    left: 0.625rem;
    width: 5.375rem;
    height: 5.375rem;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    
}
.language-city-promo__button {
  margin-bottom: 2.1875rem;
}
.language-city-promo__wrapper {
  max-width: 35.9375rem;
}
.language-city-promo__block {
  padding: 0.625rem 3.125rem 0.625rem 1.65625rem;
  border: 0.5px solid var(--gray);
  border-radius: 0.625rem;
  color: var(--gray);
}
.language-city-promo__block:not(:last-child) {
  margin-bottom: 0.625rem;
}
.language-city-promo__block-title > * {
  font-size: max(1rem, 12px);
  line-height: max(1.6875rem, 12px);
  font-weight: 700;
}
.language-city-promo__block-text > * {
  font-size: max(0.875rem, 12px);
  line-height: max(1.25rem, 12px);
}
@media (max-width: 768px) {
  .language-city-promo {
    padding: 35px 0 25px;
  }
  .language-city-promo--new {
    padding: 0 0 35px;
  }
  .language-city-promo--new .language-city-promo__title {
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 25px;
  }
  .language-city-promo--new .language-city-promo__img {
    width: calc(100% + 40px);
    height: unset;
    margin: 0 -20px 25px;
    max-height: 300px;
  }
  .language-city-promo--new .language-city-promo__img::before {
    padding-top: 59.8%;
  }
  .language-city-promo--new .language-city-promo__img > img {
    border-radius: unset;
    -o-object-position: top;
    object-position: top;
  }
  .language-city-promo__container {
    flex-direction: column-reverse;
    margin-bottom: 25px;
  }
  .language-city-promo__content {
    width: 100%;
  }
  .language-city-promo__wrapper {
    margin: 35px auto 0;
    text-align: center;
  }
  .language-city-promo__title {
    text-align: center;
  }
  .language-city-promo__title br {
    display: none;
  }
  .language-city-promo__list {
    margin-bottom: 30px;
  }
  .language-city-promo__list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .language-city-promo__list > li > span {
    font-size: 14px;
    line-height: 20px;
    flex-basis: 80%;
  }
  .language-city-promo__list > li > img {
    width: 37px;
    height: 30px;
    
  }
  .language-city-promo__img {
    width: 280px;
    height: 280px;
    margin: 0 auto 15px;
  }
  .language-city-promo__button {
    display: flex;
    justify-content: center;
    margin-bottom: unset;
  }
  .language-city-promo__button > * {
    width: 100%;
  }

}
