

/* Start:/bitrix/templates/main/components/bitrix/news.list/clients/style.css?17422717031875*/
::-webkit-scrollbar {
    width: 11px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f7f7f7;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #D7303D;
    border-radius: 20px;
    width: 11px;
  }

  .list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
  }
  
  .flex {
    display: flex;
  }

  .container {
    position: relative;
    justify-content: center;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;

    margin-bottom: 40px;
  }

  

  /* btns -*/

  .products__nav-link {
    font-size: 33px;
    line-height: 110%;
    font-weight: 500;
    color: #D7303D;
    padding: 10px 40px;
    backdrop-filter: blur(10px);
    border-radius: 24px;
    border: 1px solid #fff;
    transition: 0.3s ease-in-out;
  }



/* btns - end*/


/* carousel -*/
.awards__box {
    align-items: center;
    margin: 0;
    padding: 10px;
    width: 100%;
    background-color: var(--color1);
    border-radius: 10px;
  }

.awards__box-anim {
    margin-right: 25px;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
  }

  .awards__list-1 {
    margin-right: 50px;
  }

  .awards__list {
    width: 100%;
    justify-content: space-between;
    animation: awards-animation 15s linear infinite;
    --gap: 0px;
  }
  
  @keyframes awards-animation {
    0% { transform: translateX(0) ;
    }
  
    100% { transform: translateX(calc(-100% - var(--gap)));
   }
  }

  .awards__item {
    min-height: 48px;
    min-width: 101px;
    margin-right: 50px;
    align-items: center;
  }
  
  .awards__item-bcg {
    background-repeat: no-repeat;
   /* background-size: 100%; */
    background-size: contain;
    background-position: 50% 50%;
  }

  
/* carousel end -*/
/* End */
/* /bitrix/templates/main/components/bitrix/news.list/clients/style.css?17422717031875 */
