.blog-page__main{padding:67px 80px;margin-bottom:35px}@media(max-width:1023px){.blog-page__main{padding:20px}}.blog-page__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;grid-column-gap:20px;grid-row-gap:20px;width:100%}@media(max-width:1023px){.blog-page__grid{grid-template-columns:repeat(1,1fr)}}.blog-page__authors-list{width:100%}.blog-page__authors-item,.blog-page__authors-list{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.blog-page__authors-item{flex-grow:1;flex-shrink:0;flex-basis:calc(33.3333333333% - 20px);justify-content:center;padding:50px;border-radius:20px;background:var(--back-login,#131313)}.blog-page__authors-avatar{border-radius:50%;flex:0 0 100px;object-fit:cover;object-position:0 0}.blog-page__authors-text{flex:1 1}.blog-page__authors-name{font-size:24px;font-style:normal;font-weight:600;line-height:150%;background:var(--batton-1,linear-gradient(116deg,#E202BB 10.78%,#6902E7 82.26%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.blog-page__authors-description{color:var(--grey,#93949A);font-size:16px;font-style:normal;font-weight:500;line-height:150%}.blog-page__authors-title{-webkit-text-stroke:2px rgba(0,0,0,0);background:var(--button-1);-webkit-background-clip:text;background-clip:text;color:#000;font-size:48px;font-style:normal;font-weight:800;line-height:150%}.blog-entry-page{justify-content:flex-start;display:flex;flex-direction:column}.blog-entry-page__header{gap:20px;justify-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;height:320px}@media(max-width:767px){.blog-entry-page__header{height:auto}}.blog-entry-page__image{height:100%;width:700px;flex:0 1 auto;border-radius:20px;object-fit:cover;object-position:center}.blog-entry-page__author{gap:10px;justify-content:flex-start;display:flex;flex-direction:column;padding:20px;border-radius:20px;background:var(--Black3,#1D1D1D);flex:1 1}@media(max-width:767px){.blog-entry-page__author{display:flex;justify-content:center;align-items:center}}.blog-entry-page__author-avatar{border-radius:50%;object-fit:cover}.blog-entry-page__author-name{font-size:24px;font-weight:800;letter-spacing:.48px}.blog-entry-page__author-description,.blog-entry-page__author-name{color:var(--White,#FFF);font-family:var(--font-manrope);font-style:normal;line-height:135%}.blog-entry-page__author-description{font-size:16px;font-weight:500;letter-spacing:.32px}.blog-entry-page__author-button{padding:0;background-color:rgba(0,0,0,0);width:58px;height:58px;display:flex;justify-content:center;align-items:center;border-radius:150px;border:1px solid #5e5e5e;background:#1d1d1d;color:#b5fc45;margin-top:auto}.blog-entry-page__author-button svg [fill]{fill:currentColor}.blog-entry-page__author-button svg [stroke]{stroke:currentColor}