/* region-block */
.region-block {
  position: relative;
  padding: 4rem 0;
  background-color: #f0f0f0;
}

@media only screen and (max-width: 767px) {
  .region-block {
    padding: 3rem 0;
  }
}

.region-block__list {
  columns: 10rem 4;
  column-gap: 3rem;
  margin: 0 0 -1rem;
}

@media only screen and (max-width: 767px) {
  .region-block__list {
    line-height: 2rem;
    font-size: 1.3rem;
    column-gap: 2rem;
    margin: 0;
    columns: auto;
  }
}

.region-block__list li {
  margin: 0 0 1.6rem;
}

.region-block__list li:before {
  margin: 0.8rem 1.3rem 0 -2rem;
  width: .7rem;
  height: .7rem;
  background-color: #ed3130;
}

.region-block__list a {
  color: #515151;
}

.region-block__list a:hover {
  color: #ed3130;
}

.region-map {
  background-image: url(/local/templates/eshop_bootstrap_v4/images/backgroundbanner.webp);
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 0 0 4rem;
  height: 600px;
}

.region-map h1, .region-map h2 {
  font-weight: 900;
  font-size: 3.8rem;
  line-height: 4.8rem;
  margin: 0 0 4rem;
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .region-map {
    background-image: url(/local/templates/eshop_bootstrap_v4/images/backgroundbanner_mb.webp);
    font-size: 1.3rem;
    line-height: 1.9rem;
    text-align: center;
    margin: 0 0 3rem;
  }
  .region-map h1, .region-map h2 {
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
  }
}

.region-map p {
  margin: 0;
}

.region-map .btn {
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 1.7rem 3.5rem;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2.6rem;
  margin: 5rem 0 0;
}

@media only screen and (max-width: 767px) {
  .region-map .btn {
    margin: 2.5rem 0 0;
  }
}

.region-map__align {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4rem 0;
}

@media only screen and (max-width: 767px) {
  .region-map__align {
    padding: 3rem 0;
    flex-direction: column;
  }
}

.region-map__text {
  max-width: 48rem;
  min-height: 39.6rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1000px) {
  .region-map__text {

    width: 100%;
    max-width: 100%;
    min-height: auto;
    align-items: center;
  }
}

.region-map__img {
  position: absolute;
  right: 0;
  margin: 0;
  top: 1.5rem;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.region-map__img picture {
  display: block;
  height: calc(100% - -5rem);
}

@media only screen and (max-width: 767px) {
  .region-map__img picture {
    height: auto;
  }
}

.region-map__img img {
  display: block;
  max-width: none;
  max-height: 100%;
  float: right;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .region-map__img {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    margin: 0 -2rem 3rem;
    order: -1;
  }
  .region-map__img img {
    margin: 0;
    float: none;
    width: 100%;
  }
}

/* end region-block */
