.lang__switcher {
  font-family: var(--font-family, sans-serif);
  font-size: 0.938rem;
  font-weight: 500;
  color: var(--base-color);
  background: transparent;
  border: none;
  cursor: pointer;
}

.lang__switcher option {
  font-family: var(--font-family, sans-serif);
  font-weight: 500;
  color: var(--base-color);
  cursor: pointer;
}

.header__container--main .lang__switcher {
  color: var(--ligth-color);
}

.offer-btn {
  text-align: center;
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3.125rem;
}

.wp-block-file {
  position: relative;
  display: flex;
  flex-direction: column;
}

.wp-block-file .wp-block-file__button {
  position: relative;
  width: 90px;
  height: 112px;
  background-image: url('../images/icons/file-icon.svg');
  background-repeat: no-repeat;
}

.wp-block-file::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 112px;
  background-image: url('../images/icons/file-icon.svg');
  background-repeat: no-repeat;
}

.wp-block-file::after {
  position: absolute;
  content: "PDF";
  bottom: -8px;
  left: 84px;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.25em 0.625em;
  color: var(--light-color);
  background-color: #dd1a0d;
  border-radius: 4px;
}

.wp-block-file a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -42px;
  font-size: 1.25rem;
  color: var(--accent-color);
}
.banner__link {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
    height: 300px;
}
.banner__link img {
	width: 100%;
    height: 100%;
	object-fit: cover;
}

.offer-content__title {
  font-size: 54px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.offer-content__desc {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.offer-content__btns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.offer-content__btns a {
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 10px;
}

.offer-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-img img {
  width: auto;
  height: 380px;
  object-fit: contain;
}

.polinfo-section {
  margin-top: 2.5rem;
}

.polinfo__map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 36px;
  height: 377px;
  border-radius: var(--block-border);
  -webkit-filter: drop-shadow(
    0 4.4699997902px 14.470000267px rgba(0, 0, 0, 0.08)
  );
  filter: drop-shadow(0 4.4699997902px 14.470000267px rgba(0, 0, 0, 0.08));
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

.polinfo__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.polinfo__content {
  width: 410px;
  text-align: end;
}

.polinfo__content h2 {
  font-weight: 500;
}