.listBanner_01.ad {
  color: var(--color_white_1);
  border-radius: 27px;
  padding: 9px;
  margin-bottom: 9px;
  font-size: 18px;
  /* background-image: linear-gradient(30deg, #009245 10%, #FCEE21 100%); */
}

.listBanner_01.ad > *:last-child {
  margin: 0;
}

.itemContainer_01.ad {
  color: var(--color_white_1);
  font-size: 13px;
  font-family: 'Iran Sans';
  line-height: 1.9;
  word-spacing: -1px;
  margin: 9px 0;
}

.itemContainer_01.ad:last-child {
  margin-bottom: 0;
}

/* .itemContainer_01.ad:nth-child(2) {
  margin: 14px 14px 27px;
} */

.itemContainer_01.ad > * {
  margin: 0 0 12px;
}

.itemContainer_01.ad > *:last-child {
  margin: 0;
}

.itemContainer_01.ad ul {
  list-style-type: disc;
}

.itemContainer_01.ad li {
  text-align: right;
}

#popup-1 a,
#popup-1 a:hover,
#popup-1 a:visited,
.itemContainer_01.ad a,
.itemContainer_01.ad a:hover,
.itemContainer_01.ad a:visited {
  color: var(--color_gold_2);
}

#popup-1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  font-family: 'Iran Sans';
  font-size: 12px;
  line-height: 1;
  color: var(--color_white_1);
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  height: 33px; 
  width: calc(100% - 100px);
  position: fixed;
  bottom: -33px;
  transition: bottom 0.7s ease-out;
}

#popup-1.show {
  bottom: 0px;
}

#popup-1.hide {
  bottom: -33px;
}

#popup-1 > .close-button {
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
  font-size: 21px;
  padding-bottom: 3px;
}

#ad_1 {
  position: relative;
}

#ad_1:before {
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at calc(18.25% + 9px) calc(18.25% + 9px), #006550 0%, var(--color_green_1) 60%);
  opacity: 0;
}

#ad_1.run:before {
  transition: opacity 3s ease-in 0s;
  opacity: 1;
}

#ad_1 .logo-left-1 {
  float: left;
  width: 36.5%;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.7);
  filter: blur(9px);
  -webkit-filter: blur(9px);
}

#ad_1.run .logo-left-1 {
  transition: opacity 0.9s ease-in 0s, filter 1.5s ease-out 0.6s, -webkit-filter 1.5s ease-out 0.6s, transform 2.4s ease-out 0.6s;
  opacity: 1;
  transform: scale(1);
  filter: unset;
  -webkit-filter: unset;
}

#ad_1 h3 {
  text-align: right;
  margin: 0 0 27px;
  opacity: 0;
  filter: blur(9px);
  -webkit-filter: blur(9px);
}

#ad_1.run h3 {
  transition: opacity 0.9s ease-in 0s, filter 1.5s ease-out 0.6s, -webkit-filter 1.5s ease-out 0.6s;
  opacity: 1;
  filter: unset;
  -webkit-filter: unset;
}

#ad_1 h3 div:first-child {
  font-size: min(3.34vw, 15px);
  margin: 0 0 9px;
}

#ad_1 h3 img {
  width: 57%;
  display: block;
  pointer-events: none;
}

#ad_1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#ad_1 ul li {
  width: fit-content;
  margin: 0 0 8px;
  position: relative;
  right: -100%;
  opacity: 0;
}

#ad_1.run ul li:nth-child(1) {
  transition: right 1.5s ease-out 1.2s, opacity 1s ease-in 1.2s;
}

#ad_1.run ul li:nth-child(2) {
  transition: right 1.5s ease-out 1.5s, opacity 1s ease-in 1.5s;
}

#ad_1.run ul li:nth-child(3) {
  transition: right 1.5s ease-out 1.8s, opacity 1s ease-in 1.8s;
}

#ad_1.run ul li {
  right: 0%;
  opacity: 1;
}

#ad_1 ul li a {
  color: var(--color_white_1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}

#ad_1 ul li a div {
  text-decoration-line: underline;
  text-decoration-thickness: 0.7px;
  text-decoration-color: #b29e60;
  -webkit-text-decoration-color: #b29e60;
}

#ad_1 ul li a div.en {
  font-size: 14px;
  word-spacing: unset;
}

#ad_1 ul li img {
  display: block;
  width: 22px;
}