/* by Creasant */
@media only screen and (min-width: 1367px) {
  header .mtpc_header .header .wrapper .logos .logos_container.lang_exists {
    width: 100%;
  }
}

@media only screen and (max-width: 2040px) {
  .region-content::before {
    top: 700px;
    right: -50px;
  }
  .region-content::after {
    display: none;
  }
}

@media only screen and (min-width: 1180px) and (max-width: 1366px) {
  header .mtpc_header .header .wrapper .logos .search_icon {
    display: block;
  }
  header .mtpc_header .top-header .wrapper .top_head_right .search_icon {
    display: none;
  }

  header .mtpc_header .header .wrapper .logos .navigation {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1000px) {
  body footer #back-to-top {
    width: 60px;
    height: 60px;
  }
}
