@media screen and (max-width: 1024px) {
  .show-on-mobile {
    display: inherit;
  }
  .hide-on-mobile {
    display: none;
  }
  .main-navbar .navbar-left > li.active:after {
    content: none !important;
  }
  .main-navbar .navbar-left > li.active > a {
    color: #fdca36;
  }
  .trendy-page .image img {
    width: 100%;
  }
  .trendy-page .header-slide {
    display: flex;
    flex-direction: column-reverse;
  }
  .trendy-page .header-slide__text {
    position: static;
    padding: 40px 10px!important;
    color: #333333;
    text-align: center;
  }
  .trendy-page .header-slide__text p {
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-align: center;
  }
  .trendy-page .header-slide__text p br {
    display: none !important;
  }
  .trendy-page .header-slide__text p:last-child {
    margin-top: 30px;
    text-align: center;
  }
  .trendy-page .header-slide__text p:last-child a {
    display: inline-block !important;
    padding: 15px 20px;
    color: white !important;
    background-color: #363636;
  }
  .trendy-page .header-slide__text p * {
    color: #333333 !important;
    font-weight: 400 !important;
  }
  .trendy-page .who-we-are {
    padding: 20px 5px;
  }
  .trendy-page .who-we-are .text-block {
    line-height: 1;
    text-align: center;
  }
  .trendy-page .who-we-are h1:before {
    content: none !important;
  }
  .trendy-page .who-we-are h1 del:after {
    content: '';
    display: block;
    width: 70%;
    height: 4px;
    margin: 10px auto 20px;
    background-color: #f26522;
  }
  .trendy-page .who-we-are h1 del:before {
    content: none !important;
  }
  .trendy-page .who-we-are p {
    display: inline;
  }
  .trendy-page .what-is-wimoov {
    padding: 0;
  }
  .trendy-page .what-is-wimoov h3 {
    font-size: 19px;
  }
  .trendy-page .what-is-wimoov .button {
    text-align: center !important;
  }
  .trendy-page .news-block {
    margin: 0 !important;
  }
  .trendy-page .news-block .image {
    overflow: hidden;
  }
  .trendy-page .news-block .image img {
    width: 130% !important;
    margin-left: -15%;
  }
  .trendy-page .news-block .news-block-title {
    padding: 0 10px!important;
  }
  .trendy-page .news-block .news-block-title:before {
    width: 25%;
    height: 6px;
    top: -6px;
  }
  .trendy-page .news-block .news-block-title h3 a {
    right: 10px !important;
  }
  .trendy-page .news-block .news-block-text {
    height: 140px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-width: 65px;
  }
  .trendy-page .news-block .news-block-text .news-block-read-more {
    right: calc(50% - 68px);
    bottom: 15px;
    padding: 10px 20px;
    background-color: #363636;
  }
  .trendy-page .news-block .news-block-text .news-block-read-more:after {
    content: '>';
    display: inline-block;
    margin-left: 10px;
  }
  .trendy-page .our-locations {
    text-align: center;
  }
  .trendy-page .our-locations h3 strong:after {
    content: '';
    display: block;
    width: 70%;
    height: 4px;
    margin: 10px auto 20px;
    background-color: #f26522;
  }
  .trendy-page .our-locations h3 strong:after {
    width: 60%;
  }
  .trendy-page .our-locations__map img {
    width: 100%;
  }
  .trendy-page .our-locations .button {
    text-align: center !important;
  }
  .trendy-page .our-partners h1:before {
    content: none !important;
  }
  .trendy-page .our-partners h1 del:before {
    content: none !important;
  }
  .trendy-page .platform-page-arrow-down img {
    width: 40px;
  }
  .trendy-page .join-us-teaser_red .image:after {
    background-color: #f63142 !important;
  }
  .trendy-page .join-us-teaser .text-block {
    position: relative;
    height: auto;
    padding: 15px 20px!important;
    box-sizing: content-box;
  }
  .trendy-page .join-us-teaser .text-block:before {
    top: -14px;
  }
  .trendy-page .join-us-teaser .text-block:after {
    top: -25px;
    width: 30%;
  }
  .city-switch-wrap {
    margin-bottom: -42px;
  }
  .city-switch-wrap .city-switch {
    width: 100%;
  }
  .user-page__profile .user-page__profile-info .table th,
  .user-page__profile .user-page__profile-info .table td {
    word-wrap: break-word;
    white-space: normal !important;
  }
  .header-mobil-wrap .dropdown a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .user-page {
    padding-bottom: 30px;
  }
  .user-page .box-body {
    overflow-x: auto;
  }
  .kv-table-wrap th {
    display: table-cell !important;
    width: auto !important;
  }
  .kv-table-wrap td {
    display: table-cell !important;
    width: auto;
    font-size: 16px !important;
  }
  .kv-table-wrap td:first-child {
    font-size: 16px !important;
  }
  .popover {
    left: 0 !important;
    width: 95% !important;
    overflow: auto;
  }
}
.platform-services-desc > ul > li:before {
  font-size: 18px;
}
.table {
  max-width: none !important;
}
.table.table-overflown:before,
.table.table-overflown:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 10px;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/rewind-grey.svg);
  background-size: cover;
  opacity: .75;
  z-index: 1;
}
.table.table-overflown:after {
  left: auto;
  right: 0;
  background-image: url(../images/icons/fast-forward-grey.svg);
}
.mobility-test-top-title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .navbar-right {
    background-position: 5px 25px;
  }
  .navbar-right > li > a {
    background: none !important;
  }
  .navbar-right .dropdown {
    position: static;
    padding-right: 0;
  }
  .navbar-right .dropdown.open .dropdown-menu {
    width: 75vw;
    margin-left: -32vw;
    margin-top: 20px;
  }
  .navbar-right .dropdown .dropdown-toggle {
    padding-right: 0;
  }
  .trendy-page .news-block {
    width: 100% !important;
  }
  .platform-team .team-member {
    width: 48%;
    word-wrap: break-word;
  }
  .header-mobil-wrap .header-search-link {
    top: 35px;
    right: 50px;
    z-index: 999;
  }
  .header-login-2 .nav {
    height: 75px;
    background-position: calc(100% - 15px) 32px;
  }
  .header-login-2 .nav .dropdown > a,
  .header-login-2 .nav .login-link > a {
    font-size: 0;
  }
  .user-space-header .crossed-div {
    display: none;
  }
  .user-space-header .div-with-round:before {
    content: none;
  }
}
@media screen and (max-width: 375px) {
  .user-space .menu-item .text-part {
    font-size: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-flex .one-half {
    flex: 0 0 calc(48% - 2px);
  }
  *:not(.homepage-container) > .trendy-page .text-block h1 del:before {
    width: 50%;
  }
  .footer-bot-col-bottom-2 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .user-space-header .crossed-div {
    display: none;
  }
  .user-space-header .div-with-round:before {
    content: none;
  }
}
