@font-face {
  font-family: 'heboo';
  src: url("../fonts/Heebo/Heebo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'heboo';
  src: url("../fonts/Heebo/Heebo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'heboo';
  src: url("../fonts/Heebo/Heebo-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'heboo';
  src: url("../fonts/Heebo/Heebo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'heboo';
  src: url("../fonts/Heebo/Heebo-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

.partners-carusel {
  width: 100%;
  height: 260px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  .partners-carusel__title {
    text-align: center;
    color: #000;
    font-family: "BebasNeue";
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    padding-top: 48px;
    padding-bottom: 30px;
    margin: 0; }
  .partners-carusel .background-container {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
  .partners-carusel__wrapper {
    width: 1400px;
    position: relative;
    margin: auto;
    padding-block: 12px; }
    .partners-carusel__wrapper .swiper {
      width: 1040px; }
    .partners-carusel__wrapper .partner-card {
      height: 120px; }
      .partners-carusel__wrapper .partner-card a {
        display: block;
        width: 100%;
        height: 100%; }
      .partners-carusel__wrapper .partner-card img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .partners-carusel__wrapper .swiper-button-next {
      color: #6F6F6F;
      right: 0; }
    .partners-carusel__wrapper .swiper-button-prev {
      color: #6F6F6F;
      left: 0; }
    @media screen and (max-width: 768px) {
      .partners-carusel__wrapper {
        width: 100%; }
        .partners-carusel__wrapper::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          background: linear-gradient(to left, white 0%, white 25%, transparent 100%);
          width: 150px;
          height: 100%;
          z-index: 2; }
        .partners-carusel__wrapper::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          background: linear-gradient(to right, white 0%, white 25%, transparent 100%);
          width: 150px;
          height: 100%;
          z-index: 2; }
        .partners-carusel__wrapper .swiper {
          width: 90%; }
        .partners-carusel__wrapper .swiper-button-next {
          right: 10px; }
          .partners-carusel__wrapper .swiper-button-next::after {
            font-size: 20px;
            font-weight: bold; }
        .partners-carusel__wrapper .swiper-button-prev {
          left: 10px; }
          .partners-carusel__wrapper .swiper-button-prev::after {
            font-size: 20px;
            font-weight: bold; } }
  .partners-carusel.dark {
    height: 300px; }
    .partners-carusel.dark .partners-carusel__title {
      color: #fff;
      background-color: #3D484A; }
    .partners-carusel.dark .background-container {
      background-color: #3D484A;
      border: none;
      padding-bottom: 60px; }
    .partners-carusel.dark .partners-carusel__wrapper .swiper-button-next {
      color: #fff; }
    .partners-carusel.dark .partners-carusel__wrapper .swiper-button-prev {
      color: #fff; }
  @media screen and (max-width: 768px) {
    .partners-carusel.dark .partners-carusel__title {
      background-color: #000; }
    .partners-carusel.dark .background-container {
      background-color: #000; }
    .partners-carusel.dark .partners-carusel__wrapper::after {
      background: linear-gradient(to left, #000 0%, #000 25%, transparent 100%); }
    .partners-carusel.dark .partners-carusel__wrapper::before {
      background: linear-gradient(to right, #000 0%, #000 25%, transparent 100%); } }
