
:root {
  --ser: #9C9999;
  --main:#404040;
  --grey: #F1F1F1;
  --border:#DBDBDB;
  --black:#000
}

.sendform1 {display: block; max-width: 600px}
.sendform1 input, .sendform1 select, .sendform1 textarea {display: block; margin-bottom: 10px; width: 100%}

.current a {color: red}

.breadcrumbs {margin-bottom: 20px; font-size: 12px; line-height: 120%; color: #fff;}
.breadcrumbs a {color: #fff}

#loadpagination {display: flex; justify-content: center; min-width: 100% ;
    grid-column: 1 / -1;
    grid-row: 3;
} 

.splide:not(.is-overflow) .splide__pagination {
    display: flex;
}

/* .langs{display: none !important;} */

/* .trp_language_switcher_shortcode .trp-ls-shortcode-current-language{
   display: none !important;
} */
.trp_language_switcher_shortcode .trp-ls-shortcode-language{
   display: grid !important;
}
.langs .trp-ls-shortcode-language {
  display: grid;
  width: 9.2rem;
  border: 0.1rem solid var(--clr-light);
  border-radius: 100vw;
}
.langs button, .langs a {
  --w:4.8rem;
  grid-column: 1;
  grid-row: 1;
  display: grid;
  place-items: center;
  width: var(--w);
  height: var(--w);
  color: var(--clr-light);
  border-radius: 100vw;
  text-decoration: none;
}
.langs button:nth-child(2),.langs a:nth-child(2) {
  justify-self: end;
}
.langs button.active,.langs a.trp-ls-disabled-language {
  color: var(--clr-blue);
  background-color: var(--clr-light);
  pointer-events: none;
}

.langs {border: none; margin-right: 10px}
/* .langs {display: none !important;} */

.flashmask {width: 100%; height: 100%; top: 0px; left: 0px; position: fixed; display: flex; background-color: hsla(249, 100%, 28%, 0.75); align-items: center; justify-content: center; z-index: 100}

.fl_body {width: 100%; max-width: 600px; min-width: 300px; border-radius: 20px; background: #fff; padding: 30px; text-align: center;}

.tovar--developerlink{margin-top: 10px; background:#ff4167 !important; height: 70px;}
.mt20{
  margin-top: 20px;
}
@media (max-width: 450px){
  .header__btn.mt20{
    display: block;
  }
}