footer {
  background: var(--mc1);
  padding-block: 54px 0;
  margin-top: 210px;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  top: 1px;
  transform: translateY(-100%);
  left: 0;
  width: 100%;
  height: 123px;
  background: url(/Portals/_default/skins/ez-skin/assets/images/footer-top.svg)
    no-repeat center center;
  background-size: 100% 100%;
  pointer-events: none;
}

footer .container {
  position: relative;
  padding-bottom: 38px;
}

footer .container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 177px;
  background: url(/Portals/_default/skins/ez-skin/assets/images/footer-bg.svg)
    no-repeat center center;
  background-size: 100% 100%;
  pointer-events: none;
}

.footer_Stats_Itm span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 150% */
}

.footer_Stats_Itm span {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}

.footer_User_par {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer_Stats_Itm p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_User li span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; /* 142.857% */
}

.footer_User li p{
  font-weight: 400;
}

.footer_User li {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: space-between;
}
.footer_User,
.footer_Stats_List {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.footer_Stats_List {
  border-radius: 10px;
  background: var(--mc3);
  margin-block: 28px;
  padding: 1rem;
}

.footer_User_Ttl {
  margin-bottom: 8px;
}

.footer_Links_Ttl {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; /* 100% */
}

.footer_Iframe {
  margin-top: 12px;
}

.footer_Iframe iframe {
  width: 100%;
  height: 250px;
  border-radius: 8px;
}

.footer_Links_List {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer_Links.contacts .footer_Links_List {
  gap: 20px;
}

.footer_Links_Itm p {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 114.286% */
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer_Links:not(.contacts) .footer_Links_Itm p:before {
  content: "::";
  color: #fff;
  transition: var(--transition);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 100% */
}

.footer_Links.contacts .footer_Links_List_Name p {
  color: #fff;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  display: inline;
}

.footer_Links.contacts .footer_Links_List_Name a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.footer_Links.contacts .footer_Links_List_Name span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

body:not(.rtl) .footer_Links.contacts .footer_Links_List_Name span {
  direction: rtl;
}

.footer_Links.contacts .footer_Links_List_Name:not(.address) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer_Links_Itm {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer_Links_Itm p{
  transition: var(--transition);
}
.footer_Links:not(.contacts) .footer_Links_Itm:hover p{
  color: var(--mc3) !important;
}

.footer_Links:not(.contacts) .footer_Links_Itm:hover .footer_Links_List_Name::before {
  color: var(--mc3) !important;
}

.footer_Links.contacts .footer_Links_Itm {
  align-items: start;
}

.footer_Links_Itm .ezIcon {
  --icon: 8px;
  background: var(--mc3);
}

.footer_Links.contacts .footer_Links_Itm .ezIcon {
  --icon: 20px;
  transform: translateY(2px);
  background: var(--mc3);
}

.footer__Social_Wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
}
.footer__Social_Wrapper a {
  padding: 4px;
  background: #fff;
}

.footer__Social_Wrapper a:hover {
  background: var(--mc3);
}

.copyRight {
  color: #FFF !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.copyRight span {
  
  color: var(--secondary-99);
  opacity: 0.7;
}

@media (max-width: 992px) {
  .copyRight span:last-child {
    border-top: 1px solid #fff;
    padding-top: 8px;
  }
}

.footer__top_Inner {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgb(211, 216, 224, 0.2);
  position: relative;
  display: flex;
  gap: 48px;
}

.flex-1 {
  flex: 1;
}

@media (max-width: 992px) {
  .footer__top_Inner {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }

  .footer_Bottom .row {
    flex-direction: column-reverse;
  }

  .footer__Social_Wrapper {
    justify-content: center;
    margin-bottom: 16px;
    padding-top: 16px;
    margin-top: 40px;
    border-top: 1px solid rgb(211, 216, 224, 0.2);
  }
  footer .container{
    padding-bottom: 0;
  }

  .home__Link_Inner{
    display: block !important;
  }

  .home_Link_Content_Ttl{
    white-space: nowrap;
  }

  .copyRight {
    text-align: center;
    flex-direction: column;
  }

  .footer_Iframe {
    margin-top: 1rem;
  }

  .footer_Links_Ttl {
    margin-bottom: 1rem;

  }
}

.map_image img{
  min-height: 200px;
  min-width: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.map_image{
  height: fit-content;
  display: flex;
  align-items: center;
  margin-top: 56px;
}
