.breadcrumbs {
   margin: 32px 0 26px 0;
   font-size: 14px;
   margin-bottom: 20px;
 }
 
 .breadcrumbs__links {
   list-style-type: none;
   margin: 0;
   padding: 0;
   display: flex;
   align-items: center;
   flex-wrap: nowrap;
   line-height: 18.2px;
   & li:last-child a {
     margin-right: 0;
   }
 
   & li:last-child div {
     margin-right: 0;
   }
 
   & li {
     max-width: 400px;
     margin-right: 0;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
   }
 }
 
 .breadcrumbs__link {
   margin-right: 15px;
   text-decoration: none;
   color: #637381;
   font-size: 14px;
 }
 
 .breadcrumbs__link_active {
   color: #212b36;
 }
 
 .breadcrumbs__dot {
   width: 4px;
   height: 4px;
   border-radius: 100%;
   background-color: #637381;
   margin-right: 15px;
 }