.blog-page{margin-top:32px;margin-bottom:60px}.blog-page h1{font-size:36px;font-style:normal;font-weight:600;color:#0f0f0f}.blog-page__header-wrapper{display:block;max-width:656px;margin:24px 0 16px}.blog-page__subtitle{font-size:18px;font-weight:700;margin-top:16px;margin-bottom:8px}.blog-page__info{max-width:100%;width:550px;font-size:16px;font-weight:400}.blog-page-pagination{display:flex;align-items:center;justify-content:flex-start}.blog-pagination-box{margin-top:20px}.blogNavigation-wrapper{max-width:100%;overflow:auto}@media(max-width:768px){.blogNavigation-wrapper{margin-right:-16px;margin-left:-16px;width:calc(100% + 32px);max-width:calc(100% + 32px);padding-bottom:0}.blogNavigation-wrapper::-webkit-scrollbar{display:none}}.blog-navigation{display:flex;gap:16px}.blog-navigation__btn{padding:16px 24px;height:auto;display:inline-flex;width:auto;align-items:center;justify-content:center;color:#0f0f0f;font-size:16px;line-height:136%;font-style:normal;font-weight:400;border-radius:8px;background:#ededed;white-space:nowrap}.blog-navigation__btn.active{background:#ebf1fc;color:#1970ff}.blog-navigation__btn.active:hover{filter:none}@media(max-width:768px){.blog-navigation{max-width:none;width:-moz-fit-content;width:fit-content;padding-right:16px;padding-left:16px}}.blog-posts-wrapper{margin-top:0}.blog-posts-wrapper-title{font-family:var(--font-family);font-weight:600;font-size:45px;color:#0f0f0f;line-height:120%}@media(max-width:1000px){.blog-posts-wrapper-title{font-family:var(--font-family);font-weight:700;font-size:28px;line-height:34px}}.blog-posts-top-wrapper{display:flex;justify-content:space-between;align-items:center;gap:40px;margin-bottom:24px}.blog-posts-top-wrapper.mb{margin-bottom:60px}.blog-posts-top-wrapper.mb-0{margin-bottom:0}@media(max-width:1000px){.blog-posts-top-wrapper{flex-wrap:wrap;gap:32px}}.blog-posts-slider-nav{display:flex;flex-wrap:nowrap;align-items:center;gap:24px}@media(max-width:1000px){.blog-posts-slider-nav{margin-left:auto;gap:24px}}.blog-posts-slider-nav:has(.swiper-button-lock){display:none}.blog-posts{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px 16px;gap:18px 16px;margin-top:30px;max-width:100%}@media screen and (max-width:1200px){.blog-posts{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){.blog-posts{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.blog-posts{grid-template-columns:repeat(1,1fr)}}.post-card{position:relative;width:auto;height:100%;cursor:pointer;display:flex;flex-direction:column;gap:16px;padding:24px;border-radius:20px;border:1px solid #e1e1e1;background:#fff}.post-card:hover{filter:none;box-shadow:0 0 15px 0 rgba(0,0,0,.15)}.post-card p{color:#5f5f5f;font-size:14px;font-style:normal;font-weight:400}.post-title{font-weight:700;font-size:16px;line-height:136%}.post-category-name,.post-title{font-family:var(--font-family);color:var(--black-100)}.post-category-name{font-weight:400;font-size:14px;display:inline-flex;align-items:center;justify-content:center;background:#e8f1fc;border-radius:8px;padding:8px;width:auto;height:auto}.post-image-wrapper{border-radius:8px;width:172px;height:120px;display:block;overflow:hidden}.post-image-wrapper img{display:block;max-width:100%;max-height:100%;width:100%;height:100%;object-fit:cover}@media screen and (max-width:567px){.post-image-wrapper{border-radius:8px;width:172px;height:120px}}.post-stats-wrapper{margin-top:auto;display:flex;align-items:center;justify-content:flex-start;gap:16px}.post-stats-wrapper .post-stat{display:inline-flex;align-items:center;justify-content:flex-start;gap:4px;font-family:var(--font-family);font-weight:400;font-size:14px;color:#b1b1b1}.post-stats-wrapper .post-stat .post-stat-icon{display:inline-flex;align-items:center;justify-content:flex-start;width:24px;height:24px;background-size:contain;background-position:50%}.post-stats-wrapper .post-stat .post-stat-icon.views{background-image:url(/news/views.svg)}.post-stats-wrapper .post-stat .post-stat-icon.likes{background-image:url(/news/likes.svg)}.post-stats-wrapper .post-stat .post-stat-icon.reposts{background-image:url(/news/reposts.svg)}.newsletter-wrapper{border-radius:20px;background:#2087ff;padding:24px;gap:24px;grid-column:span 4;display:flex;justify-content:space-between;margin:24px 0}@media screen and (max-width:1200px){.newsletter-wrapper{grid-column:span 3}}@media screen and (max-width:991px){.newsletter-wrapper{gap:24px;grid-column:span 2;flex-direction:column}}@media(max-width:576px){.newsletter-wrapper{grid-column:span 1}}.newsletter-wrapper h2,.newsletter-wrapper h3{font-family:var(--font-family);font-weight:600;font-size:32px;line-height:120%;color:#fff}.newsletter-wrapper p{margin-top:8px;font-family:var(--font-family);font-weight:400;font-size:16px;line-height:136%;color:#fff}.newsletter-wrapper .newsletter-description{max-width:490px}.newsletter-form{display:flex;flex-direction:column;max-width:722px;max-width:min-content;gap:16px;min-width:55%}@media(max-width:991px){.newsletter-form{gap:24px;max-width:100%}}.newsletter-form .newsletter-agree-text{font-family:var(--font-family);font-weight:400;font-size:12px;color:#fff}.newsletter-form__wrapper{display:grid;flex-direction:row;align-items:flex-start;justify-content:flex-end;grid-gap:16px;gap:16px;grid-template-columns:1fr 1fr 1fr}.newsletter-form__wrapper .btn{height:auto;padding-block:15px}@media(max-width:768px){.newsletter-form__wrapper{flex-direction:column;grid-template-columns:1fr}.newsletter-form__wrapper .btn,.newsletter-form__wrapper .input,.newsletter-form__wrapper input{width:100%}}.recaptcha-box{display:none}.recaptcha-box.visible{display:block}.substance-wrapper{display:block;position:relative;width:342px;max-width:342px;min-height:100%;max-height:100%}@media(max-width:768px){.substance-wrapper{width:100%;max-width:100%}}.substance{background:#e8f1fc;display:flex;flex-direction:column;gap:16px;padding:24px 16px;width:100%;max-width:342px;position:static;border-radius:8px}.substance.fixed{position:fixed;top:60px}.substance.stopped{position:absolute;bottom:0}.substance.mobile{display:none}.substance.mobile ul li{list-style:none}.substance.mobile ul{padding:0;margin:0}.substance.mobile ul li ul{padding-left:24px}@media(max-width:768px){.substance{position:static!important;display:none;width:100%;max-width:100%}.substance.mobile{display:flex}}.substance ul{display:flex;flex-direction:column;gap:12px;list-style:none;padding-left:16px;font-family:var(--second-family);font-weight:400;font-size:16px;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#2087ff}.substance>ul{padding-left:0}.substance ul li span{cursor:pointer;color:#1970ff;font-weight:400;line-height:normal;text-decoration:underline}.substance ul li span,.substance__title{font-family:var(--second-family);font-size:16px}.substance__title{font-weight:700;color:var(--black-100)}.post-block{max-width:calc(100% - 342px)}@media(max-width:1000px){.post-block{max-width:100%;width:100%}}.article-card{border:1px solid var(--borders-color-border-secondary);border-radius:20px;padding:24px;display:block;height:100%}.article-card__image{border-radius:8px;width:172px;height:120px;object-fit:cover}.article-card__tag{display:inline-flex;align-items:center;border-radius:8px;padding:7.5px 8px;height:32px;background:var(--bg-bg-blue-light);font-weight:400;font-size:14px}.article-card__tag,.article-card__title{font-family:var(--font-family);color:#0f0f0f}.article-card__title{font-weight:700;font-size:16px;line-height:136%}.article-card .post-stats-wrapper{margin-top:auto;display:flex;align-items:center;justify-content:flex-start;gap:16px}.article-card .post-stats-wrapper .post-stat{display:inline-flex;align-items:center;justify-content:flex-start;gap:4px;font-family:var(--font-family);font-weight:400;font-size:14px;color:#b1b1b1}.article-card .post-stats-wrapper .post-stat .post-stat-icon{display:inline-flex;align-items:center;justify-content:flex-start;width:24px;height:24px;background-size:contain;background-position:50%}.article-card .post-stats-wrapper .post-stat .post-stat-icon.views{background-image:url(/news/views.svg)}.article-card .post-stats-wrapper .post-stat .post-stat-icon.likes{background-image:url(/news/likes.svg)}.article-card .post-stats-wrapper .post-stat .post-stat-icon.reposts{background-image:url(/news/reposts.svg)}.article-post{padding-bottom:48px!important}.article-post-top-info{display:flex;align-items:center;gap:24px;margin-top:32px}.article-post-wrapper{display:flex;gap:24px;position:relative;margin:24px 0 0}@media(max-width:768px){.article-post-wrapper{flex-direction:column;gap:0;margin-top:32px}}.article-post-wrapper .substance ul li ul{list-style:decimal;padding-left:32px}.article-title-wrapper{display:block}.article-title,.article-title-wrapper{font-family:var(--font-family);font-weight:600;font-size:45px;color:#0f0f0f;line-height:125%}.article-title{display:inline}.article-blue-span{display:inline;color:var(--main-main-blue)}.post-date{font-family:var(--font-family);font-weight:400;font-size:14px;color:var(--text-color-text-secondary)}.post-content{margin-top:32px}.post-block{width:730px;max-width:calc(100% - 274px);color:#101010;position:relative}.post-block h1{margin-top:24px;margin-bottom:40px}.post-block h2{font-size:32px;font-weight:400;margin:40px 0 16px}.post-block h3{font-size:18px;font-weight:700;margin:40px 0 16px}.post-block .description{font-size:22px;font-weight:700}.post-block h4,.post-block h5,.post-block p,.post-block ul{font-size:16px;font-weight:400;margin:16px 0}.post-block h4{font-weight:700}.post-block h2~ul{margin-left:0}.post-block h2~h3~ul{margin-left:24px}.post-block blockquote{margin-top:40px;font-size:16px;font-weight:400;padding-left:22px;border-left:2px solid #1970ff;position:relative;box-sizing:border-box;padding-top:32px}.post-block blockquote:after{content:"";position:absolute;width:24px;height:24px;top:0;left:22px;background:url(/articles/reusable_images/quote.png) no-repeat 50%/cover}.post-block ul{display:flex;flex-direction:column;gap:12px;margin:16px 0;padding-left:24px}.post-block blockquote+blockquote,.post-block blockquote+blockquote+blockquote,.post-block blockquote+blockquote+blockquote+blockquote,.post-block blockquote+blockquote+blockquote+blockquote+blockquote{padding-top:8px;margin-top:0}.post-block blockquote+blockquote+blockquote+blockquote+blockquote:after,.post-block blockquote+blockquote+blockquote+blockquote:after,.post-block blockquote+blockquote+blockquote:after,.post-block blockquote+blockquote:after{display:none}.post-block ul li{list-style:disc}.post-block b,.post-block strong{font-weight:700}.post-block img{max-width:100%;height:auto;width:100%;margin:40px 0;border-radius:8px;overflow:hidden}.post-block i{font-style:italic}.post-block .post__authorInfo{margin:40px 0;display:flex;align-items:center;gap:24px;width:100%;max-width:100%}.post-block .authorImg{width:80px;min-width:80px;max-width:80px;height:80px;max-height:80px;min-height:80px;overflow:hidden;background-color:#2087ff;background-position:50%;background-repeat:no-repeat;background-size:39px 26px;background-image:url(/articles/reusable_images/autor-logo.svg);border-radius:50%}.post-block .authorImg img{margin:0;border-radius:0;object-fit:cover}.post-block .authorDescription{display:flex;flex-direction:column;gap:8px}.post-block .authorName{font-weight:700;font-size:16px;line-height:136%;color:#0f0f0f}.post-block .authorPosition{font-family:var(--font-family);font-weight:400;font-size:14px;color:var(--text-color-text-secondary)}.post-block .post__bottomInfo{display:flex;gap:16px}@media(max-width:1000px){.post-block{max-width:100%;width:100%}.post-block h1{font-size:32px}.post-block .post__content{margin-top:24px}}button.sharePostBtn{font-size:14px;color:#5f5f5f;border:1px solid #b3b3b3;padding:0 12px 0 40px;background:url(/articles/reusable_images/share.svg) no-repeat 12px/24px}button.moreStaffBtn:hover,button.sharePostBtn:hover{filter:brightness(.9);background-color:#fff;color:#1970ff}button.sharePostBtn:hover{background:#fff url(/articles/reusable_images/share.svg) no-repeat 12px/24px}