.ct_country__container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.ct_country__container .ct_country__bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
}

.ct_country__container .ct_country__popup{
  width: 480px;
  max-width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
  background: #fff;
  border: solid 1px #000;
  padding: 40px 20px;
  padding-bottom: 60px;
  text-align: center;
}
.ct_country__container .ct_country__popup .ct_country__close{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  text-decoration: none;
}
.ct_country__container .ct_country__popup .ct_country__title{
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
}
.ct_country__container .ct_country__popup .ct_country__selector{
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.ct_country__container .ct_country__popup .ct_country__selector > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ct_country__container .ct_country__popup .ct_country__selector .ct_country__card {
  background-color: #F7F7F7;
  border: solid 1px #000;
  padding: 10px;
  display: block;
}
.ct_country__container .ct_country__popup .ct_country__selector .ct_country__card img {
  width: 100px;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.ct_country__container .ct_country__popup .ct_country__selector .ct_link {
  margin-top: 20px;
  text-align: center;
  display: block;
  font-size: 14px;
}

@media (max-width: 768px) {
  .ct_country__container .ct_country__popup .ct_country__selector .ct_country__card img {
    width: 80px;
  }
  .ct_country__container .ct_country__popup .ct_country__title{
    font-size: 16px;
  }
}



/* FOOTER FIX - SMALL DESK */
@media screen and (min-width: 1025px){
  #footerRow0{
    margin-bottom: 0 !important;
  }
  #footer .footer-widget-area a{
    line-height: 22px;
  }
  #footerRow2 #legal-area ul{
    gap: 8px 24px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1320px){
  #footer .footer-widget-area a{
    line-height: 20px;
  }
  #footer #footer-content-area #footerRow1 #footerinfoCorp{
    gap: 32px;
  }
  #footer #footer-content-area #footerRow1 ul {
    gap: 10px;
  }
  #footer .footer-widget-area a{
    font-size: 13px;
    line-height: 18px;
  }
}