
.air_photo_hs {width: 100px;height: 100px;overflow: hidden;background: #fff;border-radius: 80px;border: 4px solid #078049;border: 4px solid #fff;box-shadow: 0 0 0px 0px #078049;}
.air_photo_hs:after {content:'';display:block;position:absolute;top:-5px;left:-5px;width: 106px;height: 106px;border: 2px solid #fff;border-radius: 80px;}
.air_photo_hs img {height: 100%;}

.air-tltp {position: relative;border-radius: 20px;padding: 2px;border: 2px solid #fff;}
.air-tltp .title {background-color: #ffffff;position: relative;padding: 12px 14px 12px 14px;font-size: 13px;font-family: 'e-Ukraine',sans-serif;font-weight: 700;line-height: 1.4;color: #093227;border-radius: 18px;}

.land_point{width: 30px; height: 30px; width: 36px; height: 46px; height: 36px; border-radius: 80px; border: 4px solid #fff; -webkit-animation: anime_bk 2.0s cubic-bezier(0.4, 0, 0.2, 1) infinite; animation: anime_bk 2.0s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

.land_point .cirkle {position:absolute; top: -8px; left: -8px; width: 42px; height: 42px; width: 52px; height: 52px; border: 2px solid #fff; box-shadow: 0 0 10px 0px #0000008c; border-radius: 80px;
  -webkit-animation: anime_point 2.0s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: anime_point 2.0s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.txt_point{pointer-events:auto;border-radius: 22px;border: 0px solid #fff;box-shadow: 0 0 0 5px #ffffff49;overflow: hidden;width: 26px;height: 26px;background-color: #121212;background-color:#352e7c;background-image: url(resources/icon/i-mono-white.svg);background-size:26px;background-position: 50% 50%;background-repeat: no-repeat;box-sizing: content-box;}
.txt_point:hover {box-shadow: 0 0 0 5px #ffffff8a;}

@keyframes anime_bk {
  0% {background-color: #d7924800;}
  30% {background-color: #1343D0;}
  60% {background-color: #d7924800;}
  100% {background-color: #d7924800;}
}

@keyframes anime_point {
  0% {transform-origin: 50% 50%;transform: scale(1, 1);}
  30% {transform-origin: 50% 50%;transform: scale(0.7, 0.7);}
  60% {transform-origin: 50% 50%;transform: scale(1, 1);}
  100% {transform-origin: 50% 50%;transform: scale(1, 1);}
}

@media screen and (max-width: 520px) {
.land_point {width: 30px;height: 30px;}
.land_point .cirkle {top: -7px;
    left: -7px;
    width: 44px;
    height: 44px;}
}