.articles-list{display:flex;gap:24px;width:100vw;padding-left:20px}.articles-list .owl-item:first-child .articles-item{margin-left:calc((100vw - 1060px)/2 - 20px)}.articles-list .owl-dots,.articles-list .owl-nav.disabled+.owl-dots{margin-top:15px}.articles-list .owl-dots .owl-dot span{width:12px;height:12px;background:0 0;border-radius:0;border:1px solid #fff}.articles-item,.articles-list .owl-dots .owl-dot.active span{background:#fff}.articles-list .owl-dots .owl-dot:active span,.articles-list .owl-dots .owl-dot:hover span{background:var(--pink-light)}.articles-item{display:inline-block;width:328px;min-height:313px;padding:20px;color:var(--black);text-decoration:none}.articles-item:focus,.articles-item:focus .articles-item__info,.articles-item:hover,.articles-item:hover .articles-item__info{color:var(--violet);outline:0}.articles-item:active,.articles-item:active .articles-item__info{color:#2f076f}.articles-item:active .articles-item__info,.articles-item:hover .articles-item__info{opacity:.8}.articles-item__top{position:relative;margin-bottom:16px}.articles-item__top img{height:157px;object-fit:cover}.articles-item__autor,.articles-item__category{position:absolute;padding:2px 4px;font-size:12px;background:#fff}.articles-item__autor{top:8px;right:8px}.articles-item__category{bottom:0;left:0;font-weight:700}.articles-item__title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:72px;margin-bottom:8px;font-weight:700;line-height:133%}.articles-item__info{font-size:14px;line-height:143%;color:#484848}@media (max-width:1080px){.articles-list .owl-item:first-child .articles-item{margin-left:0}}@media (max-width:600px){.articles-list{width:auto}.articles-item{width:100%;max-width:280px;height:auto}.articles-item__title{min-height:65px}}