﻿.popsosial {
  max-height: 620px;
  overflow: auto;
  max-width: 700px;
}

.catedate {
  flex-direction: column;
  align-items: flex-start;
}

.floatmenu {
  bottom: 15px;
}

.floatmenu__wrap ul li img {
  object-fit: contain;
}
/* v4  */
.g-recaptcha {
  overflow: hidden;
}
.g-recaptcha iframe {
  border-radius: 0px;
}
.frameouter iframe {
  width: 100%;
  min-height: 510px;
  border-radius: 10px;
}
.imgcontent-caption {
  margin-top: 5px;
}

.hometext__inner {
  max-width: 550px;
}

.hometitle {
  font-family: Poppins;
}





@media screen and (max-width:767px) {
  .popsosial-img img {
      max-height: 400px;
  }

  .popsosial {
      max-height: 550px;
  }


  .homeimg img {
      min-height: 320px;
      height: auto;
  }

  .frameouter iframe {
      width: 100%;
      min-height: 230px;
      height: auto;
  }

  .newskanal__pic{
    height: auto;
  }
  

}
