h1{font-style:italic;font-weight:normal}.container .detail-article_container{display:flex;justify-content:space-between;gap:30px 180px}@media(max-width: 992px){.container .detail-article_container{flex-wrap:wrap}}.container .detail-article_container .sidebar{position:sticky;top:20px;display:flex;flex-direction:column;row-gap:40px}@media(max-width: 992px){.container .detail-article_container .sidebar{flex:1 1 auto;row-gap:30px;position:relative;top:auto}}.container .detail-article_container .sidebar_container{flex:0 0 330px}@media(max-width: 576px){.container .detail-article_container .sidebar_container{flex:0 0 100%}}.container .detail-article_container .sidebar_block{display:flex;flex-direction:column;row-gap:30px}@media(max-width: 576px){.container .detail-article_container .sidebar_block{row-gap:15px}}.container .detail-article_container .sidebar_block .title{font-size:28px;line-height:120%;font-weight:bold}@media(max-width: 992px){.container .detail-article_container .sidebar_block .title{font-size:2em}}@media(max-width: 576px){.container .detail-article_container .sidebar_block .title{font-size:26px}}.container .detail-article_container .sidebar_block .list{display:flex;flex-direction:column;flex-wrap:wrap;gap:20px}@media(max-width: 992px){.container .detail-article_container .sidebar_block .list{flex-direction:row}}.container .detail-article_container .sidebar_block .list .icon{position:relative;display:flex;align-items:center;color:inherit;text-decoration:none}.container .detail-article_container .sidebar_block .list .icon span{margin-left:12px}.container .detail-article_container .sidebar_block .list .icon::before{content:"";display:block;background-size:contain;background-repeat:no-repeat;background-position:center}.container .detail-article_container .sidebar_block .list .icon.apple:before{background-image:url(/build/images/apple.040817b7.svg);width:40px;height:40px}.container .detail-article_container .sidebar_block .list .icon.google-play:hover:before{background-image:url(/build/images/google-play.35406793.svg)}.container .detail-article_container .sidebar_block .list .icon.google-play:before{background-image:url(/build/images/google-play-no-color.8b11a587.svg);width:40px;height:40px}.container .detail-article_container .sidebar_block .list .icon.telegram:before{background-image:url(/build/images/telegram.afb51acc.svg);width:40px;height:40px}.container .detail-article_container .sidebar_block .list .icon.boosty:hover:before{background-image:url(/build/images/boosty.d42594fe.svg)}.container .detail-article_container .sidebar_block .list .icon.boosty:before{background-image:url(/build/images/boosty-no-color.29543f53.svg);width:40px;height:40px}.container .detail-article_container .sidebar_block .qr-code{display:flex;row-gap:16px;flex-direction:column}.container .detail-article_container .sidebar_block .qr-code_link{color:#3174df;font-size:22px;line-height:130%;text-decoration:none;font-weight:bold}@media(max-width: 992px){.container .detail-article_container .sidebar_block .qr-code_link{font-size:1em}}.container .detail-article_container .sidebar_block .qr-code_link:hover{color:rgb(36.5266106443%,57.1708683473%,90.1400560224%)}.container .detail-article_container .sidebar_block .qr-code_img{width:fit-content;max-width:100%}.container .detail-article_container .text{display:flex}.container .detail-article_container .text .text-item-first{padding-right:30px}.container .detail-article_container .text .text-item-first .list-images-flex{display:flex}.container .detail-article_container .text .text-item-first .list-images-flex .item-img-flex{display:flex;flex-direction:column;margin-right:10px}.container .detail-article_container .text img{max-width:100%}@media(max-width: 500px){.container .detail-article_container .text .text-item-second{display:none}.container .detail-article_container .text .text-item-first{padding:0}}.container .other-articles{margin-top:60px}.container .other-articles h2{font-size:28px;font-style:italic;font-weight:normal}.container .other-articles h1{font-style:italic;font-weight:normal}.container .other-articles .article-list{--articlesPerRow: 2;--articlesMargin: 10px;display:flex;flex-wrap:wrap;margin:0 calc(-1*var(--articlesMargin))}@media(max-width: 576px){.container .other-articles .article-list{--articlesPerRow: 1}}.container .other-articles .article-list .article{display:flex;min-width:calc(100%/var(--articlesPerRow) - var(--articlesMargin)*2);max-width:calc(100%/var(--articlesPerRow) - var(--articlesMargin)*2);margin:var(--articlesMargin)}.container .other-articles .article-list .article .img-container{min-width:108px;max-width:108px;margin-right:20px}@media(max-width: 768px){.container .other-articles .article-list .article .img-container{display:none}}.container .other-articles .article-list .article .img-container img{max-width:100%}.container .other-articles .article-list .article .info-container .name{font-size:26px;margin-bottom:16px;font-weight:bold;margin-top:-4px}.container .other-articles .article-list .article .info-container .name a{text-decoration:none;color:inherit}.container .other-articles .article-list .article .info-container .preview-text{margin-bottom:20px}.container .other-articles .article-list .article .info-container .link-detail{font-weight:bold;color:#e22d3e;text-decoration:none;margin-bottom:30px;display:block}.container .other-articles .article-list .pagination{display:flex;flex-wrap:wrap;margin:20px -5px 0;min-width:100%;justify-content:center;font-weight:bold}.container .other-articles .article-list .pagination.more .item a{width:initial;height:initial;padding:6px 10px 4px}.container .other-articles .article-list .pagination .item{padding:5px}.container .other-articles .article-list .pagination .item.active a{background:#eee;cursor:default}.container .other-articles .article-list .pagination .item.disabled{opacity:.3}.container .other-articles .article-list .pagination .item:hover:not(.disabled) a{background:#eee}.container .other-articles .article-list .pagination .item a{padding-top:2px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:inherit;text-decoration:none;border:1px solid #eee;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}@media(max-width: 576px){.container .other-articles .article-list .pagination .item a{width:35px;height:35px;font-size:14px}}.container .other-articles .article-list .pagination .item a.arrow{padding-top:0}@media(max-width: 456px){.container .other-articles .article-list .pagination .item a.arrow{display:none}}.container .other-articles .article-list .pagination .item a.arrow:before{content:"";display:block;border:solid #333;border-width:0 2px 2px 0;padding:3px;transform:rotate(135deg)}@media(max-width: 576px){.container .other-articles .article-list .pagination .item a.arrow:before{padding:2px}}.container .other-articles .article-list .pagination .item a.arrow.next:before{transform:rotate(-45deg);margin-left:-3px}.container .other-articles .article-list .pagination .item a.arrow.prev:before{margin-right:-5px}
