.footer * {
  font-family: "Code Pro";
}
.footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 31px;
  margin-bottom: 31px;
}

.footer_link_item {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding: 5px;
  transition: text-shadow 0.3s;
}

.footer_link_item:hover {
  text-shadow: 0 0 8.65px #fff, 0 0 5.65px #fff;
}

.footer_adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 22px;
  margin-bottom: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_adress_card {
  height: 15vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.footer_adress_card_top_text {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}

.footer_adress_card_top_text:hover {
  text-decoration: revert;
}

.footer_adress_card_bottom_number {
  text-decoration: none;
}

.footer_adress_card_bottom_number:hover {
  text-decoration: revert;
}

.footer_adress_hr {
  height: 45px;
  /* margin-right: 35px;
  margin-left: 6px; */
}

.footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 15px;
  margin-bottom: 42px;
  align-items: center;
}

.footer_social_reserved {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  width: 264px;
}

.footer_social_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_social_mobile_mob:hover {
  opacity: 0.5;
}

.footer_social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_social_icons_soc {
  margin-right: 22px;
}

.footer_social_icons_soc:hover {
  opacity: 0.5;
}

.footer_fl {
  display: none;
  position: relative;
  width: 100%;
  height: 20vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer_fl_fut {
  margin-top: 15px;
  text-align: center;
  display: none;
}

.footer_fl_fist {
  width: 100%;
  height: 20vh;
  overflow: hidden;
}

.footer_fl_fist_frack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_fl_fist_frack_flid {
  width: 100%;
  height: 20vh;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}

.footer_fl_fist_frack_flid_adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 15vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_fl_fist_frack_flid_adress_card {
  height: 15vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.footer_fl_fist_frack_flid_adress_card_top_text {
  text-decoration: none;
  text-transform: uppercase;
}

.footer_fl_fist_frack_flid_adress_card_top_text:hover {
  font-weight: 500;
}

.footer_fl_fist_frack_flid_adress_card_bottom_number {
  margin-top: 3vh;
  text-decoration: none;
  font-weight: bold;
}

.footer_fl_fist_frack_flid_adress_hr {
  height: 5vh;
  margin-right: 2vw;
  margin-left: 2vw;
}
@media (max-width: 701px) {
  .footer {
    height: 50vh;
  }
  .footer_social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }
  .footer_social_icons {
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 12px;
  }
  .footer_social_reserved {
    margin-top: 9px;
    text-align: center;
  }
  .footer_hr {
    margin-top: 0;
    margin-bottom: 18px;
  }
  .footer_adress_hr {
    display: none;
  }
  .footer_adress_card {
    display: none;
  }
  .footer_link {
    display: none;
  }
  .footer_fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_fl_fist {
    overflow: auto;
  }
  .footer_fl_fist_frack_flid_hr {
    height: 65px;
    margin-left: 14px;
    margin-right: 17px;
  }
  .footer_social_mobile {
    margin-bottom: 23px;
    width: 100%;
  }
  .footer_social_mobile a {
    width: 50%;
  }
  .footer_social_mobile img {
    width: 100%;
  }
  .footer_social_icons_soc {
    margin-right: 0;
  }
  .footer_fl_fist_frack_flid_adress_card_top_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .footer_fl_fist_frack_flid_adress_card_top_text > br {
    display: none;
  }
  .footer_fl_fist_frack_flid_adress_card_top {
    padding-bottom: 10px;
  }
  .footer_adress {
    margin-top: 32px;
    margin-bottom: 17px;
  }
}

@media (max-width: 701px) {
  .footer_fl .footer_fl_fist_frack_flid {
    width: 70%;
  }
  .footer_adress_card {
    display: flex;
  }
  .footer_adress_card.swiper-slide {
    width: 50%;
    min-width: 300px;
  }
}

.footer_adress_card.swiper-slide::after {
  width: 2px;
  height: 100%;
  background: #fff;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer_adress_card.swiper-slide:last-child::after {
  display: none;
}

.header_top_link.fixed {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  /* border: 1px solid #ffffff; */
  padding: 8px 15px;
  background: #000000;
  font-size: 14px;
}

#map {
  max-height: 350px;
}

@media (max-width: 701px) {
  #map {
    max-height: 250px;
  }
}
