:root{--font-family:"Inter",sans-serif;--font-size:clamp(16px,2vw,18px);--font-weight:400;--line-height:clamp(25px,2.6vw,28px);--color-main:#d2bd99;--color-secondary:#f5ebdf;--color-third:#bed3e5;--color-fourth:#e1572c;--color-fifth:#9e81c7;--color-sixth:#f3c2ad;--color-seventh:#4871b9;--color-eighth:#a56f45;--color-white:#fff;--color-black:#1a1a1a;--border-color:#1a1a1a;--border-radius:20px;--duration-default:0.4s ease-in-out;--duration-long:1.2s ease-in-out}.posts-index{margin-top:clamp(75px,10vw,140px)}.posts-index .all-categories{gap:10px}.posts-index .all-categories .category-btn{background-color:transparent;border:1px solid #1a1a1a;border-radius:30px;font-size:clamp(14px,1vw,16px);font-weight:400;padding:clamp(6px,.8vw,8px) clamp(14px,2vw,22px);transition:.4s ease-in-out;transition-property:background-color,color}.posts-index .all-categories .category-btn.active{background-color:#9e81c7;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:hover){.posts-index .all-categories .category-btn:focus:not(.active),.posts-index .all-categories .category-btn:hover:not(.active){background-color:#1a1a1a;color:#fff}}.posts-index .posts-grid{display:grid;gap:55px clamp(20px,6vw,105px);grid-template-columns:1fr 1fr}.posts-index .posts-grid .post_card{padding-bottom:55px;position:relative}.posts-index .posts-grid .post_card__image{border-radius:20px;margin-bottom:14px}.posts-index .posts-grid .post_card__image img{border-radius:inherit}.posts-index .posts-grid .post_card__title{font-size:clamp(17px,2vw,20px);font-weight:500;line-height:clamp(24px,2vw,28px)}.posts-index .posts-grid .post_card .date_category{margin-bottom:14px}@media (hover:hover){.posts-index .posts-grid .post_card:hover .post_card__image img{transform:scale(1.05)}}.posts-index .posts-grid>:nth-child(8n+1) .small-circle{background-color:#9e81c7}.posts-index .posts-grid>:nth-child(8n+2) .small-circle{background-color:#f3c2ad}.posts-index .posts-grid>:nth-child(8n+3) .small-circle{background-color:#e1572c}.posts-index .posts-grid>:nth-child(8n+4) .small-circle{background-color:#4871b9}.posts-index .posts-grid>:nth-child(8n+5) .small-circle{background-color:#bed3e5}.posts-index .posts-grid>:nth-child(8n+6) .small-circle{background-color:#a56f45}.posts-index .posts-grid>:nth-child(8n+7) .small-circle{background-color:#d2bd99}.posts-index .posts-grid>:nth-child(8n+8) .small-circle{background-color:#f5ebdf}@media (min-width:1020px){.posts-index .container-inner{gap:clamp(30px,4vw,55px)}.posts-index .container-inner .page-content{flex-shrink:0;max-width:380px;position:sticky;top:-1px;transition:.4s ease-in-out;transition-property:min-height,padding-top}.posts-index .container-inner .page-content.is-sticky{min-height:92vh;padding-top:41px}.posts-index .posts-grid .post_card__image img{min-height:clamp(190px,29vw,540px)}}@media (max-width:1019px){.posts-index .container-inner{gap:80px}.posts-index .posts-grid .post_card__image img{min-height:clamp(190px,45vw,540px)}}@media (min-width:768px){.posts-index .posts-grid{position:relative}.posts-index .posts-grid:before{background-color:#1a1a1a;content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:1px}.posts-index .post_card__category .small-circle{display:none}}@media (max-width:767px){.posts-index .post_card__category{font-size:14px;order:1}.posts-index .post_card__date{align-items:center;flex-direction:row;gap:5px;order:2}.posts-index .post_card__date>*{font-size:14px}}
