/*--correct button on hero banner--*/
.hero p {
margin-bottom: 50px;
}
.hero-slide__btns {
align-items: end;
}
.banner_label_before_button {
/*
color: #ffe131;
margin-bottom: 10px;
display: block;
font-style: italic;
line-height: 20px;
*/
  color: #ffe131;
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
  font-family: InterTight;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
}
button._btn {
padding: 23px 100px;
}
/*---------------------------------*/


.text-page__content ol li span {
	font-size: 16px;
}

.single-page .section__body .text-page__content ul li[aria-level="2"]{
    list-style-type: circle;
}

._fc-active::before {
  opacity: .9 !important;
}

._fc-active::after {
  opacity: 1 !important;
}

/* vas_dev блок перелинковки */
.geo_city {
  margin-bottom: 0 !important;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}
.geo_city:not(.no-bgc) {
  background-color: #f6f6f6;
}
.geo_city:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1225px;
}
.geo_city .section__body {
  position: relative;
  z-index: 1;
}
.geo_city .geo-images {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1225px;
  z-index: 0;
  pointer-events: none;
}
.geo_city h2 {
  margin-bottom: 40px;
}
.geo_city ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  /* max-width: 737px; */
  max-width: 100%;
  width: 100%;
  margin-bottom: 80px;
}
.geo_city ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid rgba(14, 14, 14, 0.2);
  padding: 12px 20px;
  color: rgba(14, 14, 14, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
}
.geo_city ol li[disabled] {
  cursor: no-drop;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  pointer-events: none;
}
.geo_city ol li span {
  font-size: 14px;
  vertical-align: bottom;
  padding-left: 0.5em;
  color: #00e300;
  pointer-events: none;
}
.geo_city ol ._active {
  background-color: #ffe131;
  color: #0e0e0e;
  border: none;
}

@media (max-width: 1488px) {
  .geo_city {
    padding-bottom: calc(42px + 38 * (100vw - 393px) / 1095);
}
.geo_city {
    padding-top: calc(26px + 124 * (100vw - 393px) / 1095);
}
.geo_city h2 {
    margin-bottom: calc(28px + 12 * (100vw - 393px) / 1095);
}
.geo_city ol {
    margin-bottom: calc(43px + 37 * (100vw - 393px) / 1095);
}
}

@media (max-width: 393px) {
  .geo_city {
    padding-bottom: 42px;
}
.geo_city {
    padding-top: 26px;
}
.geo_city h2 {
    margin-bottom: 28px;
}
.geo_city ol {
    margin-bottom: 43px;
}
}
