@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 700;
}
.footer__description br {
  display: block !important;
}
.slider-item__author{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.protect {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.protect__item {
  margin: 0;
  font-size: 8px;
  line-height: 10px;
  color: #fff;
  opacity: 0.6;
}

.protect__item a {
  color: #fff;
  text-decoration: none;
}

.preloader {
  display: none;
  background: white;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
  z-index: 400;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
  border-radius: 8px;
}

label.error {
  display: flex;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 2;
  top: calc(100% + 4px);
  left: 0;
  min-width: 90%;
  border-radius: 8px;
  background: #ff2314;
  color: #ffffff;
  font-size: 0.775rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.05rem */
  padding: 5px 10px;
}

label.error::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 15px;
  height: 15px;
  background: #ff2314;
  border-radius: 2px;
  transform: translateZ(-1px) rotate(45deg);
  top: -8px;
  left: 11px;
  transform-style: preserve-3d;
}
@media (max-width: 400px) {
.page-site>#seo-id-4 .sec__bottom>p{
border-radius: 25px !important;
}
  
}