.geo {
  color: #000000;
  font-family: Roboto, Verdana, sans-serif;
  position: relative;
  margin-left: auto;
  opacity: 0;
  transition: opacity 0.4s 0.5s;
  z-index: 1; }
  .site-is-ready .geo {
    opacity: 1; }
  .geo__container {
    transition: opacity 0.4s; }
    @media (max-width: 992px) {
      .geo__container {
        display: flex;
        justify-content: center; } }
  .geo__title {
    position: relative;
    display: block;
    z-index: 1;
    padding-right: 15px; }
    .geo__title::after {
      content: "";
      position: absolute;
      top: calc(50% + 3px);
      right: 0;
      width: 11px;
      height: 10px;
      border: 5.5px solid transparent;
      border-bottom: 5px solid transparent;
      border-top: 5px solid #000000;
      transform: translateY(-50%);
      z-index: 1; }
  .geo__city {
    font-family: Roboto, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px 15px 10px 10px;
    background-color: inherit;
    border: none;
    transition: background-color 0.4s, color 0.4s;
    text-align: left;
    z-index: 1; }
    @media (max-width: 992px) {
      .geo__city {
        align-items: center; } }
  .geo__note {
    color: #A0A0A0;
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 0; }
  .geo__popup {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100px;
    height: auto;
    height: 0;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: box-shadow 0.4s, opacity 0.4s;
    transform: translateY(10px);
    pointer-events: none;
    z-index: 1; }
    .geo__popup--show {
      opacity: 1;
      pointer-events: all; }
    .geo__popup::before {
      content: "";
      position: absolute;
      top: -11px;
      left: 37px;
      width: 22px;
      height: 22px;
      background-color: #ffffff;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
      transform: rotate(45deg) skew(13deg, 13deg);
      z-index: -1; }
    .geo__popup::after {
      content: "";
      position: absolute;
      top: 0;
      left: 29px;
      width: 40px;
      height: 30px;
      background-color: #ffffff;
      z-index: 2; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .geo__popup {
        left: 50%;
        transform: translateX(-50%) translateY(10px); }
        .geo__popup::before {
          left: 50%;
          transform: translateX(-50%) rotate(45deg) skew(13deg, 13deg); } }
    @media (max-width: 991px) {
      .geo__popup {
        position: fixed;
        width: 100vw;
        z-index: 6; }
        .geo__popup::before {
          content: none; }
        .info-open .geo__popup {
          top: 120px; } }
  .geo__caption {
    color: #000000;
    font-family: "Roboto Condensed", Times, serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 12px;
    white-space: nowrap; }
    .geo__step--next .geo__caption {
      padding-left: 26px;
      padding-right: 32px; }
  .geo__wrapper {
    display: flex;
    margin: 0 -6px; }
  .geo__step {
    position: absolute;
    width: auto;
    padding: 32px 40px 32px 24px;
    opacity: 0;
    transform: none;
    background-color: #ffffff;
    transition: opacity 0.4s;
    overflow: hidden;
    pointer-events: none;
    z-index: 1; }
    .geo__step--active {
      opacity: 1;
      transform: none;
      pointer-events: all; }
    .geo__step--next {
      padding: 32px 0 0;
      z-index: 2; }
    @media (max-width: 991px) {
      .geo__step {
        width: 100%; } }
  .geo__close {
    position: absolute;
    top: 7px;
    right: 7px;
    border: none;
    background-color: transparent;
    z-index: 3; }
    .geo__close rect {
      transition: fill 0.4s; }
    .geo__close:hover rect {
      fill: rgba(255, 255, 255, 0.6); }
  .geo__btn {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    min-width: 117px;
    padding: 7px 10px;
    margin: 0 6px;
    background-color: #1B2286;
    border: 1px solid #1B2286;
    border-radius: 0; }
    .geo__btn:not(:last-child) {
      margin-right: 10px; }
    .geo__btn--reject {
      color: #1B2286;
      background-color: #FFFFFF; }
  .geo__list {
    width: 100%;
    max-height: 435px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    overflow: auto; }
    .geo__list::-webkit-scrollbar {
      width: 4px;
      height: 6px;
      background-color: #f4f4f4; }
    .geo__list::-webkit-scrollbar-thumb {
      background-color: #1B2286;
      border-radius: 0;
      outline: none; }
  .geo__item {
    display: flex; }
  .geo__icon {
    position: relative;
    top: 4px;
    z-index: 1; }
  .geo__link {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    padding: 10px 32px 11px 26px;
    transition: background-color 0.4s;
    text-decoration: none; }
    .geo__link:hover {
      color: #000000;
      background: rgba(27, 34, 134, 0.1); }
  @media (max-width: 991px) {
    .geo {
      position: static !important; } }

@keyframes showup {
  0% {
    opacity: 0;
    transform: scale(0.7); }
  60% {
    opacity: 0.7;
    transform: scale(0.9) translateX(-30px); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes hide {
  0% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0.2;
    transform: scale(0.8) translateX(80px); }
  100% {
    opacity: 0;
    transform: scale(0.7); } }

/*# sourceMappingURL=_maps/geo.css.map */
