.latest-news .latest-news__content{display:flex}.latest-news .latest-news__content__left{width:40%;flex:1 0 40%;display:flex;flex-direction:column}.latest-news .latest-news__content__left iframe{width:100%;flex:1 0}.latest-news .latest-news__content__left__title{font-size:24px;line-height:1.2;font-weight:900;color:var(--color-text);margin-top:.5rem}.latest-news .latest-news__content__right{width:60%;padding-left:1rem}@media screen and (max-width:768px){.latest-news .latest-news__content{flex-direction:column}.latest-news .latest-news__content__left,.latest-news .latest-news__content__right{width:100%}.latest-news .latest-news__content__right{padding-left:0;padding-top:1rem}}.latest-news .latest-news__card{display:flex}.latest-news .latest-news__card__image{flex:0 0 auto;width:25%;overflow:hidden}.latest-news .latest-news__card__image img{max-width:100%;display:block}.latest-news .latest-news__card__ct{padding-left:1rem;color:var(--color-text)}.latest-news .latest-news__card__title{font-size:16px;font-weight:900}.latest-news .latest-news__card__subtitle{color:rgba(39,39,42,.5);font-size:12px}.latest-news .latest-news__card__description{font-size:13px}.popular-manufacturers__wrap{display:grid;grid-template-columns:repeat(var(--bs-columns,3),1fr);grid-gap:var(--bs-gap,1rem);gap:var(--bs-gap,1rem)}@media screen and (min-width:576px){.popular-manufacturers__wrap{grid-template-columns:repeat(var(--bs-columns,4),1fr)}}@media screen and (min-width:768px){.popular-manufacturers__wrap{grid-template-columns:repeat(var(--bs-columns,5),1fr)}}@media screen and (min-width:992px){.popular-manufacturers__wrap{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.popular-manufacturers .popular-manufacturers-item{max-width:100%;margin:0 auto;overflow:hidden}.popular-manufacturers .popular-manufacturers-item a{text-decoration:none;cursor:pointer}.popular-manufacturers .popular-manufacturers-item__photo{display:flex;justify-content:center;align-items:center}.popular-manufacturers .popular-manufacturers-item__photo img{width:100%}.popular-manufacturers .popular-manufacturers-item:hover h3{color:var(--color-link)}.popular-manufacturers .popular-manufacturers-item:hover .category-item__photo{border-color:var(--color-link)}