footer{
  background-repeat: no-repeat;
  background-position: 1% 20%;
  background-image: url(https://marta-ng.com/assets-for-pages/images/123.png);
  background-size: 30px;
  background-color: #011f18;}
.footer-item span, .footer-item span a{color: #fff;}

.mng-timer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.5em;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 8px;
}
.timer-block {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(186deg, #eeeeee, #d2e6f0 49%, #eeeeee 103%);
  background-position: 50% 0, 50%;
  background-repeat: repeat-x, no-repeat;
  background-size: 60px, cover;
  border: none;
  box-shadow: 3px 2px 13px 0 #287040 inset, 1px 1px 2px 1px #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #287040;
  padding: 10px;
  border-radius: 10%;
}
.num {
  font-size: 42px;
  padding-top: 0;
  line-height: 1;
}
.timer-label {
  font-size: 16px;
  line-height: 1.2;
}

/*=========================*/

#bottom-timer .timer-block {
  width: 50px;
  height: 50px;
  padding: 5px;
  border-radius: 10%;
}
#bottom-timer .num {
  font-size: 26px;
}
#bottom-timer .timer-label {
  font-size: 11px;
}
#bottom-timer .timer-block, #bottom-timer .code-embed-8{
  margin-top: 0;
  margin-bottom: 0;
}

/*==============================================================*/


.dop-flex {display: flex;}
.left-dop-flex, .right-dop-flex{flex: 1;}
.right-dop-flex{max-width: fit-content;}
.section-395{
  padding-top: 10px;
  padding-bottom: 6px;}
.bt1{flex: 1;}
.bt2{flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  max-width: fit-content;}
.bt3{flex: 1;
  padding-left: 0;
  padding-right: 5px;
  max-width: fit-content;}

.timer-bottom-close{
  position: absolute;
  right: 25px;
  top: 0;
  transform: translate3d(2%, -5%, 0);
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: #ffffffaa;
  border-radius: 50%;
  border: 2px solid red;
}
.timer-bottom-close:hover{
  transition: .2s;
  scale: .9;
}
.code-embed-3{margin-bottom: 0;}







@media (max-width: 1025px) {
  #akk3 .paragraph-4 br:not(.br){display: none;}


}

@media (max-width: 900px) {

}

@media (max-width: 700px) {

}

@media (max-width: 600px) {

}

@media (max-width: 500px) {

}

@media (max-width: 450px) {

}

@media (max-width: 400px) {

}

@media (max-width: 360px) {

}
