@media (max-width: 1024px) {

  .page__heading h1 {
    font-size: 1.75rem;
  }

  .banners__banner__text h2,
  .vacancies__heading h2 {
    font-size: 1.5rem;
  }

  .header nav > div:first-of-type span {
    display: none;
  }

  .header nav {
    font-size: 0.75rem;
  }

  .header nav > div:first-of-type {
    margin-right: 28px;
  }

  .header__ribbon ul li a {
    font-size: 0.75rem;
  }

  .banners .buttons {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .banners .buttons a {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .banners .buttons a:last-of-type {
    margin-bottom: 0;
  }

  .page {
    padding: 40px 0;
  }

  .panels__panel__content .logo {
    height: 48px;
  }

  .panels__panel__content h2 {
    font-size: 1.25rem;
  }

  .footer .logo {
    width: 18%;
  }

  .footer__block {
    width: 30%;
  }

  .footer__block:last-of-type {
    display: none;
  }

  .panels__panel__content {
    padding: 28px;
  }

  .newGallery,
  .videoEmbed,
  .vacancies,
  .current-stock,
  .text,
  .interested {
    padding: 48px 0;
  }
  
  .newGallery__grid {
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }

}

@media (max-width: 767px) {

  .header nav ul li,
  .header nav > div:first-of-type {
    display: none;
  }

  .header nav ul li:last-of-type {
    display: block;
  }

  .header {
    padding: 20px 0 2px;
  }

  .header__main__logo {
    margin-bottom: 20px;
  }

  .header__main__logo img {
    width: 120px;
  }

  .banner {
    background: #00205c;
  }

  .banner h1, .banner h2 {
    font-size: 1.25rem;
  }

  .header__ribbon {
    height: auto;
    padding: 8px 0 12px 0;
  }

  .header__ribbon ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .header__ribbon ul li {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .header__ribbon ul li:last-of-type {
    margin-bottom: 0;
  }

  .content__summary {
    margin-bottom: 20px;
  }

  .content__summary > img {
    max-width: 120px;
  }

  .brands__grid {
    gap: 12px;
  }

  .brands__grid > a {
    padding: 12px;
  }
  
  .testimonials h3 {
    font-size: 1.125rem;
  }

  .footer .logo {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }

  .footer .logo {
    max-width: 120px;
  }

  .footer__block {
    width: 100%;
  }

  .banners__banner {
    grid-template-columns: repeat(1,1fr);
  }

  .banners__banner__text > div {
    padding: 20px;
  }

  .banners__banner__image {
    height: 260px;
  }

  .banners__mask {
    display: none;
  }

  .page__heading h1 {
    font-size: 1.25rem;
  }

  .page {
    padding: 20px 0;
  }

  .panels__panel {
    grid-template-columns: repeat(1,1fr);
  }

  .panels__panel__content {
    border-bottom-left-radius: 0;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }

  .panels__panel__image {
    height: 220px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }


/* the slides */
.stock__slider .slick-slide {
  margin: 0;
}

/* the parent */
.stock__slider .slick-list {
  margin: 0;
}

  .newGallery,
  .videoEmbed,
  .vacancies,
  .current-stock,
  .text {
    padding: 20px 0;
  }

  .vacancies__heading h2 {
    font-size: 1.25rem;
  }

  .vacancies__heading {
    margin-bottom: 28px;
  }

  .vacancies__heading {
    margin-bottom: 24px;
  }

  .vacancies__list__vacancy {
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .vacancies__list__vacancy h3 {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
  
  .interested {
    padding: 24px;
  }

  .interested h3 {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }

  .interested p {
    font-size: 1.125rem;
    margin-bottom: 24px;
    line-height: 1.75;
  }

  .interested > a {
    padding: 20px 24px;
    font-size: 1rem;
    border-radius: 28px;
  }

  .newGallery__grid {
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
  }

  .newServices__nav {
    padding: 12px 0 16px;
  }

  .newServices__nav ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .newServices__nav ul li {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .logo__wrapper img {
    height: 48px;
  }

  .newServices__nav ul li:last-of-type {
    margin-bottom: 0;
  }

  .newServices__nav ul li a {
    padding: 0;
  }

  .newServices__nav ul li a.active, .newServices__nav ul li a:hover {
    background: none;
  }

  .footer__block:last-of-type {
    display: block;
  }

}
