.blog__section{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:48px;margin-bottom:64px}@media(max-width: 767px){.blog__section{margin-bottom:50px;gap:32px}}.blog__section .blog__section--top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 767px){.blog__section .blog__section--top{padding:0 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}}.blog__section .blog__section--top .blog__title{color:#0b1031;font-size:48px;font-style:normal;font-weight:700;line-height:60px;letter-spacing:-0.96px}@media(max-width: 767px){.blog__section .blog__section--top .blog__title{font-size:36px;line-height:44px;letter-spacing:-0.72px}}.blog__section .blog__section--top .search-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog__section .blog__section--top .search-form .search-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#697586;border:1px solid #e3e8ef;border-radius:8px;padding:8px 12px;background-color:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(16,24,40,.05);box-shadow:0 1px 2px 0 rgba(16,24,40,.05);max-width:320px;width:100%;-webkit-transition:.3s;transition:.3s}.blog__section .blog__section--top .search-form .search-container:focus-within{border:1px solid #8698fb;-webkit-box-shadow:0 1px 2px 0 rgba(54,79,243,.1),0 0 0 4px rgba(54,79,243,.1);box-shadow:0 1px 2px 0 rgba(54,79,243,.1),0 0 0 4px rgba(54,79,243,.1)}@media(max-width: 767px){.blog__section .blog__section--top .search-form .search-container{max-width:100%}}.blog__section .blog__section--top .search-form .search-container .search-icon{margin-right:4px;cursor:pointer;padding:0;background:unset;min-height:16px;min-width:16px;width:16px;height:16px}.blog__section .blog__section--top .search-form .search-container .search-input{color:#697586;font-size:16px;font-style:normal;font-weight:400;line-height:24px;outline:none;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;border:unset}.blog__section .blog__section--top .search-form .search-container .search-input::-webkit-input-placeholder{color:#697586;font-size:16px}.blog__section .blog__section--top .search-form .search-container .search-input::-moz-placeholder{color:#697586;font-size:16px}.blog__section .blog__section--top .search-form .search-container .search-input:-ms-input-placeholder{color:#697586;font-size:16px}.blog__section .blog__section--top .search-form .search-container .search-input::-ms-input-placeholder{color:#697586;font-size:16px}.blog__section .blog__section--top .search-form .search-container .search-input::placeholder{color:#697586;font-size:16px}.blog__section .blog__section--content .search__count--block{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px;color:#0b1031;font-size:18px;font-style:normal;font-weight:600;line-height:28px;margin-bottom:32px}@media(max-width: 767px){.blog__section .blog__section--content .search__count--block{margin-left:16px;margin-bottom:20px}}.blog__section .blog__section--content .search__count--block .search__text{white-space:nowrap}.blog__section .blog__section--content .categories{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-bottom:32px;overflow-x:scroll;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}@media(max-width: 767px){.blog__section .blog__section--content .categories{margin-bottom:20px}}.blog__section .blog__section--content .categories::-webkit-scrollbar{display:none}.blog__section .blog__section--content .categories .categories__item{-ms-flex-negative:0;flex-shrink:0;padding:10px 12px;color:#0b1031;font-size:16px;font-weight:600;line-height:24px;border-radius:6px;cursor:pointer;-webkit-transition:.2s;transition:.2s}.blog__section .blog__section--content .categories .categories__item.active{color:#364ff3;background:#f5f8ff}.blog__section .blog__section--content .categories .categories__item:hover{background:#f5f8ff}@media(max-width: 767px){.blog__section .blog__section--content .categories .categories__item:first-child{margin-left:16px}}.blog__section .blog__section--content .blog__container{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px;padding-left:0}@media(max-width: 1279px){.blog__section .blog__section--content .blog__container{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.blog__section .blog__section--content .blog__container{grid-template-columns:repeat(1, 1fr);padding:0 16px;gap:20px}}.blog__section .blog__section--content .blog__container .blog__item{list-style:none}.blog__section .blog__section--content .blog__container .blog__item a{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;gap:8px;padding:12px;border-radius:16px;border:1px solid #eef2f6;background:#fff;-webkit-box-shadow:0 6px 20px 0 rgba(49,46,46,.08);box-shadow:0 6px 20px 0 rgba(49,46,46,.08);-webkit-transition:.3s;transition:.3s}.blog__section .blog__section--content .blog__container .blog__item a:hover{-webkit-box-shadow:0 6px 20px 0 rgba(49,46,46,.12);box-shadow:0 6px 20px 0 rgba(49,46,46,.12)}.blog__section .blog__section--content .blog__container .blog__item a:hover .blog__item--title{color:#364ff3}.blog__section .blog__section--content .blog__container .blog__item a .blog__item--img{width:100%;height:210px;border-radius:8px}.blog__section .blog__section--content .blog__container .blog__item a .blog__item--data{color:#697586;font-size:14px;font-weight:600;line-height:20px}.blog__section .blog__section--content .blog__container .blog__item a .blog__item--title{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;color:#0b1031;font-size:18px;font-weight:600;line-height:28px;-webkit-transition:.2s;transition:.2s}.blog__section .blog__section--content .blog__container .blog__item a .blog__item--description{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;color:#364152;font-size:16px;font-weight:400;line-height:24px}.blog__section .blog__section--content .blog__container .blog__item a .read-more__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:auto;color:#fff;font-size:16px;font-weight:700;line-height:24px;height:48px;width:100%;border-radius:8px;background:#364ff3;-webkit-box-shadow:0 1px 2px 0 rgba(16,24,40,.05);box-shadow:0 1px 2px 0 rgba(16,24,40,.05);cursor:pointer;-webkit-transition:.2s;transition:.2s}.blog__section .blog__section--content .blog__container .blog__item a .read-more__btn:hover{opacity:.7}.blog__section .blog__section--not-found{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;padding:0 32px}@media(max-width: 767px){.blog__section .blog__section--not-found{padding:0 16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.blog__section .blog__section--not-found .not-found__description{max-width:600px}.blog__section .blog__section--not-found .not-found__description .not-found__description--title{color:#0b1031;font-size:36px;font-style:normal;font-weight:700;line-height:44px;letter-spacing:-0.72px;margin-bottom:24px}@media(max-width: 767px){.blog__section .blog__section--not-found .not-found__description .not-found__description--title{font-size:24px;line-height:32px;letter-spacing:normal;margin-bottom:16px}}.blog__section .blog__section--not-found .not-found__description .not-found__description--text{color:#364152;font-size:20px;font-style:normal;font-weight:400;line-height:30px;margin-bottom:32px}@media(max-width: 767px){.blog__section .blog__section--not-found .not-found__description .not-found__description--text{font-size:16px;line-height:24px}}.blog__section .blog__section--not-found .not-found__description .not-found__description--button{padding:0 18px;color:#fff;font-size:16px;font-weight:700;line-height:24px;border-radius:8px;background:#364ff3;-webkit-box-shadow:0 1px 2px 0 rgba(16,24,40,.05);box-shadow:0 1px 2px 0 rgba(16,24,40,.05);height:48px}