/* =========================
   Footer
========================= */

.sr-footer {
  background: #101010;
  color: #eceff2;
}

.sr-footer .sr-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.sr-footer a {
  color: inherit;
  text-decoration: none;
}

/* Top bar */

.sr-footer__top {
  height: 60px;
  background: #101010;
}

.sr-footer__top-inner {
  height: 60px;

  display: flex;
  align-items: center;
}

.sr-footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sr-footer__socials a {
  width: 60px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #eceff2;
  border-radius: 10px;
  background: #464855;

  color: #eceff2;

  transition:
    background-color .2s ease,
    transform .2s ease;
}

.sr-footer__socials a:hover {
  background: #537892;
  transform: translateY(-1px);
}

.sr-footer__socials svg {
  width: 18px;
  height: 18px;
}

.sr-footer__hours {
  margin-left: 20px;

  font-size: 14px;
  font-weight: 400;
  line-height: 1;

  color: #eceff2;
}

.sr-footer__contacts {
  margin-left: auto;

  display: flex;
  align-items: center;
  gap: 28px;

  font-size: 14px;
  font-weight: 400;
  line-height: 1;

  color: #eceff2;
}

.sr-footer__contacts a:hover {
  color: #ffffff;
}

/* Main footer */

.sr-footer__main {
  min-height: 440px;

  background:
    linear-gradient(
      251.34deg,
      #535563 -6.03%,
      #1A1C25 94.38%
    );
}

.sr-footer__main-inner {
  min-height: 440px;

  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 70px;

  padding-top: 50px;
  padding-bottom: 24px;
}

.sr-footer__col h3 {
  margin: 0 0 29px;

  font-size: 16px;
  font-weight: 700;
  line-height: 1;

  color: #eceff2;
}

.sr-footer__col ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.sr-footer__col li + li {
  margin-top: 19px;
}

.sr-footer__col a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;

  color: #eceff2;

  transition: color .2s ease;
}

.sr-footer__col a:hover {
  color: #ffffff;
}

/* Trustpilot */

.sr-footer__trustpilot {
  grid-column: 1 / -1;

  margin-top: 80px;

  text-align: center;

  font-size: 14px;
  font-weight: 400;
  line-height: 1;

  color: #eceff2;
}

/* Bottom */

.sr-footer__bottom {
  grid-column: 1 / -1;

  margin-top: 30px;
  padding-top: 24px;

  border-top: 1px solid rgba(236, 239, 242, 0.15);

  text-align: center;

  font-size: 14px;
  font-weight: 400;
  line-height: 1;

  color: #eceff2;
}

/* =========================
   Footer Mobile
========================= */

@media (max-width: 768px) {
  .sr-footer {
    background: #101010;
  }
  
    .sr-footer .sr-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Top */

  .sr-footer__top {
    height: auto;
    padding: 28px 0 30px;
  }

  .sr-footer__top-inner {
    height: auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;

    text-align: center;
  }

  .sr-footer__socials {
    justify-content: center;
    gap: 10px;
  }

  .sr-footer__socials a {
    width: 60px;
    height: 30px;
  }

  .sr-footer__hours {
    margin-left: 0;

    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
  }

  .sr-footer__contacts {
    margin-left: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;

    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;

    white-space: nowrap;
  }

  /* Main */

  .sr-footer__main {
    min-height: 0;
  }

  .sr-footer__main-inner {
    min-height: 0;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 32px;

    padding-top: 42px;
    padding-bottom: 28px;
  }

  .sr-footer__col h3 {
    margin: 0 0 28px;

    font-size: 15px;
    font-weight: 700;
    line-height: 1;
  }

  .sr-footer__col li + li {
    margin-top: 22px;
  }

  .sr-footer__col a {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
  }

  .sr-footer__col:nth-child(5) {
    grid-column: 1 / 2;
  }
  
  
 .sr-footer__trustpilot {

    width: 100%;

    max-width: 100%;

    grid-column: 1 / -1;

    margin-top: 66px;

  }

  .sr-footer__trustpilot .trustpilot-widget {

    width: 100% !important;

    max-width: none !important;

  }

  .sr-footer__trustpilot iframe {

    width: 100% !important;

  }
  /* Bottom */

  .sr-footer__bottom {
    grid-column: 1 / -1;

    margin-top: 28px;
    padding-top: 0;

    border-top: none;

    font-size: 16px;
    font-weight: 400;
    line-height: 1;

    text-align: center;
  }
}

@media (max-width: 390px) {
  .sr-footer__main-inner {
    column-gap: 30px;
  }

  .sr-footer__contacts {
    gap: 18px;
    font-size: 11px;
  }
}

@media (max-width: 1024px) {
  .sr-footer .sr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}