@custom-media --mobile-m (min-width: 375px);@custom-media --mobile-l (min-width: 425px);@custom-media --tablet (min-width: 768px);@custom-media --laptop (min-width: 1024px);@custom-media --laptop-l (min-width: 1440px);:root{--color-black:#000;--color-white:#fff;--color-light-gray:#e0e0e0;--color-blue:#03a9f4;--image-fallback-color:#e4e4e4}.main{box-sizing:border-box;width:100%;max-width:1778px;padding-right:var(--space-s);padding-left:var(--space-s);margin:0 auto}:root{--size-xs:14px;--size-s:16px;--size-n:18px;--lh-xs:18px;--lh-s:21px;--lh-n:24px;--space-xxs:5px;--space-xs:10px;--space-s:15px;--space-n:20px;--space-m:25px;--space-l:30px;--space-xl:35px;--space-xxl:40px;--space-b:50px;--space-xb:60px;--space-xxb:70px;--space-e:80px;--space-xe:90px;--space-xxe:100px;--space-mega:140px;--space-xxs-neg:-5px;--space-xs-neg:-10px;--space-s-neg:-15px;--space-n-neg:-20px;--space-m-neg:-25px;--space-l-neg:-30px;--space-xl-neg:-35px;--space-xxl-neg:-40px;--space-b-neg:-50px;--space-xb-neg:-60px;--space-xxb-neg:-70px;--space-e-neg:-80px;--space-xe-neg:-90px;--space-xxe-neg:-100px;--space-mega-neg:-140px}body{background-color:#f1f4f6;min-width:360px;margin:0;padding:0;font-size:16px}
.page-index{padding-bottom:var(--space-l);margin:0 auto}@media (--tablet){.page-index__posts{padding:0 var(--space-s);margin:0 auto}}
.template-main{margin:0 auto;font-family:sans-serif;font-size:16px;transition:max-width .2s}.template-main.default{max-width:1000px}.template-main.narrow{max-width:600px}.template-main__footer{padding:var(--space-l)var(--space-s);color:#0009;text-align:center;font-size:12px;line-height:1.3}.template-main__footer-year{display:block}.template-main__footer-policy{margin-top:2px;display:block}.template-main__footer-link{color:inherit;text-decoration:underline}
.header{padding:var(--space-s);justify-content:space-between;align-items:center;display:flex}.header__link{color:#1665c0;font-size:16px;text-decoration:none}@media (hover:hover){.header__link:hover{color:#f44336}}
.header-title-link{cursor:pointer;text-decoration:none}.header-title{--size:28px;align-items:center;gap:var(--space-xs);letter-spacing:3px;display:flex}.header-title__logotype{width:var(--size);height:var(--size)}.header-title__name{color:var(--color-black);font-size:var(--size);text-transform:uppercase;margin:0;font-weight:200;line-height:1}@media (min-width:768px){.header-title{--size:32px}}
.cookie-consent{left:50%;bottom:var(--space-s);z-index:100;align-items:center;gap:var(--space-s);width:max-content;max-width:calc(100vw - (var(--space-s)*2));box-sizing:border-box;padding:10px var(--space-s);background-color:#fffffff2;border:1px solid #0000001f;border-radius:8px;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 8px 24px #00000014}.cookie-consent__text{color:#000000b8;font-size:12px;line-height:1.3}.cookie-consent__actions{align-items:center;gap:var(--space-s);display:flex}.cookie-consent__link{color:#000000a3;font-size:12px;text-decoration:underline}.cookie-consent__button{color:#fff;cursor:pointer;background:#111;border:0;border-radius:6px;min-width:70px;padding:6px 10px;font-size:12px;line-height:1}@media (max-width:767px){.cookie-consent{left:var(--space-s);right:var(--space-s);bottom:var(--space-s);flex-direction:column;align-items:flex-start;width:auto;transform:none}.cookie-consent__actions{justify-content:space-between;width:100%}}
.about-me-post-card{background:linear-gradient(155deg,#2196f3,#0d47a1);position:relative;overflow:hidden}.about-me-post-card__content{z-index:2;padding:var(--space-s);color:var(--color-white);justify-content:center;align-items:center;font-weight:500;display:flex;position:absolute;inset:0}.about-me-post-card__profile{align-items:flex-start;gap:var(--space-s);max-width:400px;display:flex}.about-me-post-card__photo{background-color:#fff;border-radius:50%;flex-shrink:0;width:50px;height:50px;overflow:hidden}.about-me-post-card__name{margin:0;font-size:1.5em;font-weight:100}.about-me-post-card__text{margin-top:var(--space-s);font-size:14px;font-weight:100;line-height:1.2}.about-me-post-card__social-networks{margin-top:var(--space-s);gap:var(--space-s);display:flex}.about-me-post-card__social-network{background-color:#fff;border-radius:50%;padding:6px;display:flex}.about-me-post-card__icon{flex-shrink:0;width:20px;height:20px}@media (min-width:768px){.about-me-post-card__content{padding:var(--space-n)}.about-me-post-card__profile{gap:var(--space-n);max-width:500px}.about-me-post-card__photo{width:100px;height:100px}.about-me-post-card__name{font-size:1.8em}.about-me-post-card__text{margin-top:var(--space-n);font-size:16px}.about-me-post-card__social-networks{margin-top:var(--space-n)}.about-me-post-card__social-network{padding:10px}.about-me-post-card__icon{width:28px;height:28px}}@media (hover:hover){.about-me-post-card__social-network:hover .about-me-post-card__icon{transform:scale(1.1)}.about-me-post-card__icon{transition:transform .2s}}
.article-post-card{background-color:var(--image-fallback-color);position:relative}.article-post-card__image{z-index:2;width:100%;height:100%;position:absolute;inset:0}.article-post-card__content{z-index:1;padding:var(--space-s);color:var(--color-black);text-align:center;justify-content:center;align-items:center;font-weight:500;text-decoration:none;display:flex;position:absolute;inset:0}.article-post-card__title{max-height:calc(var(--lh-n)*4);overflow:hidden}@media (min-width:768px){.article-post-card__content{padding:var(--space-n)}}@media (hover:hover){.article-post-card{overflow:hidden}.article-post-card__image{transition:transform .2s}.article-post-card__image:hover{transform:scale(1.04)}}
.quote-post-card{background-color:#333;position:relative;overflow:hidden}.quote-post-card__bg{z-index:1;background-size:cover;width:100%;height:100%;position:absolute;inset:0}.quote-post-card__content{z-index:2;padding:var(--space-s);color:var(--color-white);justify-content:center;align-items:center;gap:var(--space-n);text-align:center;text-shadow:1px 1px var(--color-black);flex-direction:column;font-weight:500;text-decoration:none;display:flex;position:absolute;inset:0}.quote-post-card__container-text{font-weight:100}.quote-post-card__author{align-items:center;gap:var(--space-xs);display:flex}.quote-post-card__author-photo{background-color:var(--image-fallback-color);border-radius:50%;flex-shrink:0;width:32px;height:32px;overflow:hidden}.quote-post-card__author-name{font-weight:100}@media (min-width:768px){.quote-post-card__content{padding:var(--space-n)}}
.smart-posts-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:dense;gap:1px;display:grid}.smart-posts-grid__item{position:relative}.smart-posts-grid__item:before{content:"";width:100%;display:block}.smart-posts-grid__item--default:before{padding-bottom:100%}.smart-posts-grid__item--double{grid-column:1/-1}.smart-posts-grid__item--double:before{padding-bottom:50%}.smart-posts-grid__post{position:absolute;inset:0}@media (min-width:768px){.smart-posts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.smart-posts-grid__item--double{grid-column:span 2}.smart-posts-grid__item--double-left{grid-column:1/span 2}.smart-posts-grid__item--double-right{grid-column:2/span 2}}
.image{font-size:0}
.page-post{font-size:18px}.page-post__wrapper{padding:0 var(--space-s);margin-bottom:var(--space-e)}.page-post__wrapper-image{margin:0 var(--space-s-neg)var(--space-l);position:relative}.page-post__wrapper-image:before{background-color:var(--image-fallback-color);content:"";width:100%;padding-bottom:100%;display:block}.page-post__image{width:100%;height:100%;margin-bottom:var(--space-s);object-fit:contain;position:absolute;inset:0}.page-post__title{margin:0}.page-post__body{margin-top:var(--space-s);flex-direction:column;gap:1em;font-family:serif;display:flex}.page-post__paragraph{margin-top:0;margin-bottom:0}.page-post__grid{flex-direction:column-reverse;gap:1em;display:flex}.page-post__grid-image{object-fit:cover;border:1px solid #bdbdbd;width:100%}.page-post__footer{align-items:center;margin-top:1em;display:flex}.page-post__created-at{color:#67716f;font-size:14px;display:inline-block}.page-post__separator{margin:var(--space-l)0 var(--space-s);padding-top:var(--space-l);border-top:1px solid var(--color-light-gray)}.page-post__recommendations{gap:var(--space-s);grid-template-columns:repeat(3,1fr);display:grid}@media (min-width:768px){.page-post__wrapper-image{margin-left:0;margin-right:0}.page-post__grid{gap:var(--space-n);grid-template-columns:40% auto;display:grid}}
.recommended-post-card{cursor:pointer;background-color:var(--color-light-gray);color:#000;text-decoration:none;position:relative}.recommended-post-card:before{content:"";z-index:1;padding-bottom:100%;display:block;position:relative}.recommended-post-card__content{z-index:2;justify-content:center;align-items:center;gap:var(--space-s);flex-direction:column;display:flex;position:absolute;inset:0}.recommended-post-card__text{text-align:center;padding:0 var(--space-xs);font-size:12px}.recommended-post-card__image{width:100%;height:100%}.recommended-post-card__title{font-size:18px;font-weight:300}@media (min-width:768px){.recommended-post-card__text{font-size:16px}}@media (hover:hover){.recommended-post-card{overflow:hidden}.recommended-post-card__content{transition:transform .2s}.recommended-post-card__content:hover{transform:scale(1.04)}}
.link{color:#1665c0;text-decoration:none;transition:color .2s}.link:hover{color:#f44336}
.page-404{flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.page-404__code{font-size:60px}.page-404__link{margin-top:var(--space-b);display:inline-block}
