.wpml-ls-display {
  display:none;
}
.wpml-ls-statics-shortcode_actions{
  position: absolute;
  top: -15px;
  right: -20px;
  height: 31px;
  display: block;
  overflow: hidden;
  transition: 0.3s;  
}
.wpml-ls-statics-shortcode_actions.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.wpml-ls-statics-shortcode_actions:hover{
	height: 130px;
}
.wpml-ls-statics-shortcode_actions ul{
	display:flex;
	flex-direction:column;
}
.wpml-ls-current-language{

	order:-1;
}
@media (max-width: 1024px){
	.wpml-ls-statics-shortcode_actions{
		right: unset;
    left: -12px;
	}
  .wpml-ls-statics-shortcode_actions ul {
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
  }
}

@media (max-width: 767px){
  .hero__slider-dots {

    bottom: 143px !important;
  }
  .hero__content {
    padding-top: 0;
    margin-bottom: 0px !important;
  }
  .hero__img {
    max-width: 100%!important;
    margin-top: 0px !important;
  }
}
.page_404{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_404 h1{
  font-size: 130px;
  margin-bottom: 11px;
}
.page_404 p{
  text-align: center;
}
.page_404 a{
  display: block;
  background: #f2e2b4;
  width: 100%;
  max-width: 150px;
  border-radius: 100px;
  text-align: center;
  color: #000;
  margin: 30px auto 0px;
  font-weight: 900;
  padding: 9px;
}
@media (max-width: 639px){
  .header {
    padding: 15px 0 15px !important;
  }
}