html{-webkit-box-sizing:border-box;box-sizing:border-box}*,*::after,*::before{-webkit-box-sizing:inherit;box-sizing:inherit}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,h5,h6,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd{margin:0}ul[class]{list-style:none}img{max-width:100%;display:block}input,button,textarea,select{font:inherit}a{text-decoration:none}body{background-color:#181818;font-family:-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:#fff;font-size:14px}body.no-scroll{overflow:hidden}.container{max-width:700px;margin:0 auto;padding:0 50px}.title{font-size:20px;margin-bottom:30px}.text{line-height:21px;color:#d2d2d2}.date{font-size:12px;line-height:14px;color:#828282}.link{color:#2243d6;line-height:16px}.link:hover{text-decoration:underline}.page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100vh;overflow:hidden}.header{position:fixed;top:0;right:0;width:calc(100% - 300px);z-index:10;background-color:#0d0d0d;-webkit-box-shadow:0px 5px 22px rgba(0,0,0,.25);box-shadow:0px 5px 22px rgba(0,0,0,.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__search{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.header__form{width:210px;background-color:#202020;-webkit-box-shadow:-7px 1px 10px rgba(0,0,0,.3);box-shadow:-7px 1px 10px rgba(0,0,0,.3);margin-left:25px}.header__form-input{width:210px;background:rgba(0,0,0,0);border:none;outline:none;font-size:12px;line-height:14px;color:#2243d6;padding:15px 20px}.header__form-input::-webkit-input-placeholder{color:rgba(255,255,255,.4)}.header__form-input::-moz-placeholder{color:rgba(255,255,255,.4)}.header__form-input:-ms-input-placeholder{color:rgba(255,255,255,.4)}.header__form-input::-ms-input-placeholder{color:rgba(255,255,255,.4)}.header__form-input::placeholder{color:rgba(255,255,255,.4)}.subnav{display:none;width:165px;background-color:#2243d6;-webkit-box-shadow:0px 6px 8px rgba(0,0,0,.2);box-shadow:0px 6px 8px rgba(0,0,0,.2);border-radius:0 0 5px 5px;position:absolute;top:100%;left:0}.subnav__item{padding:10px 15px}.subnav__link{color:#fff;font-size:14px;line-height:14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.subnav__link:hover{font-weight:600}.menu__list{display:-webkit-box;display:-ms-flexbox;display:flex}.menu__list-item{margin-left:25px;position:relative;padding:13px 0;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s}.menu__list-item:hover .menu__list-link{background-color:#2243d6;font-weight:600}.menu__list-item:hover>.subnav{display:block}.menu__list-link{font-size:12px;line-height:13px;text-transform:uppercase;color:#fff;padding:15px}.menu__subnav{position:relative;padding-right:50px;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s}.menu__subnav::after{content:"";border-style:solid;border-width:6px 5px 0 5px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);position:absolute;top:50%;right:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.menu__list-item--active{background-color:#2243d6}.mobile-nav{display:none}.burger{display:none;width:30px;height:20px;position:absolute;top:20px;left:20px;background:none;border:none;padding:0;font-size:0;color:rgba(0,0,0,0);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.burger__line{display:block;width:100%;height:2px;background-color:#fff;position:absolute;-webkit-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.burger::before,.burger::after{content:"";display:block;width:100%;height:2px;background-color:#fff;position:absolute;-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;-o-transition:transform .2s linear;transition:transform .2s linear;transition:transform .2s linear, -webkit-transform .2s linear}.burger::before{top:2px}.burger::after{bottom:0}.sidebar{position:fixed;width:300px;height:100vh;top:0;left:0;z-index:10;background-color:#202020;-webkit-box-shadow:5px 0px 15px rgba(5,5,5,.1);box-shadow:5px 0px 15px rgba(5,5,5,.1)}.sidebar__content{position:relative;top:70px}.sidebar__profile-ava{width:120px;height:120px;border:2px solid #fff;border-radius:50%;-webkit-box-shadow:0px 7px 20px rgba(0,0,0,.25);box-shadow:0px 7px 20px rgba(0,0,0,.25);margin:0 auto}.sidebar__profile-name{font-size:18px;line-height:21px;text-align:center;margin:20px 0 10px}.sidebar__profile-job{line-height:16px;text-align:center;color:#d2d2d2}.sidebar__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:35px 0}.sidebar__socials-link+.sidebar__socials-link{margin-left:20px}.sidebar__socials-icon{width:32px;height:32px;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s}.sidebar__socials-icon:hover{width:37px;height:37px}.sidebar__footer-text{font-size:14px;line-height:18px;text-align:center;margin:0 20px 35px}.sidebar__footer-btn{background-color:#2243d6;-webkit-box-shadow:0px 7px 17px -10px rgba(32,84,219,.35);box-shadow:0px 7px 17px -10px rgba(32,84,219,.35);border-radius:5px;border:none;cursor:pointer;line-height:14px;color:#fff;padding:15px 20px;display:block;margin:0 auto}.sidebar__footer-btn:hover{background-color:#1f3cc0}.main{padding:70px 0 70px 300px}.stories{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:13px;-ms-grid-rows:195px;grid-template-rows:195px;margin-bottom:30px}.stories__item{overflow:hidden;border-radius:5px;-webkit-box-shadow:0px 5px 15px rgba(0,0,0,.2);box-shadow:0px 5px 15px rgba(0,0,0,.2);position:relative;cursor:pointer}.stories__item::after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(52.08%, rgba(0, 0, 0, 0)), color-stop(76.41%, rgba(0, 0, 0, 0.406154)), to(rgba(0, 0, 0, 0.8)));background-image:-o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 52.08%, rgba(0, 0, 0, 0.406154) 76.41%, rgba(0, 0, 0, 0.8) 100%);background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 52.08%, rgba(0, 0, 0, 0.406154) 76.41%, rgba(0, 0, 0, 0.8) 100%)}.stories__item:hover .stories__img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.stories__img{position:absolute;top:0;left:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;z-index:1;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}.stories__title,.stories__date{width:100%;font-size:12px;line-height:13px;position:absolute;z-index:3;padding:15px}.stories__title{left:0;top:0}.stories__date{bottom:0;text-align:right}.note{-webkit-box-shadow:0px 15px 25px rgba(0,0,0,.45);box-shadow:0px 15px 25px rgba(0,0,0,.45);border-radius:5px;background-color:#121212;padding:15px 20px;margin-bottom:30px}.note__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.note__form-textarea{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border:none;background:rgba(0,0,0,0);outline:none;resize:none;overflow:hidden;font-size:14px;line-height:18px;color:#d2d2d2}.note__form-actions{width:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-negative:0;flex-shrink:0}.note__form-label,.note__form-btn{width:44px;height:44px;border-radius:5px;border:none;cursor:pointer}.note__form-label{background:#ebebeb url("../images/photo-icon.svg") center no-repeat;margin-right:15px}.note__form-label input{display:none}.note__form-label:hover{background-color:#dedede}.note__form-btn{background-color:#2243d6}.note__form-btn:hover{background-color:#1f3cc0}.note__form-icon{margin:0 auto}.articles{background-color:#202020;-webkit-box-shadow:0px 15px 25px rgba(0,0,0,.35);box-shadow:0px 15px 25px rgba(0,0,0,.35);border-radius:5px;padding:25px;margin-bottom:30px}.articles__content{margin-bottom:20px}.articles__data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 10px}.articles__data-link,.articles__data-search,.articles__data-subtitle{font-size:12px;line-height:14px;color:#828282}.articles__header{margin:0 0 25px}.articles__header--img{margin:-25px -25px 25px}.articles__img{width:100%}.articles__title,.articles__content-link{font-size:20px;line-height:25px;margin-bottom:15px;color:#fff}.articles__content-link:hover{text-decoration:underline}.articles__data-item:not(:last-child)::after{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background-color:#828282;margin:0 15px;position:relative}.articles__data-search:hover,.articles__data-link:hover{text-decoration:underline;color:#2243d6}.articles__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.articles__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px}.articles__actions-link{font-size:12px;line-height:14px;color:#fff;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.articles__actions-link:hover{text-decoration:underline;color:#2243d6}.articles__actions-link:hover path{fill:#2243d6}.embed,.fr-video{display:block;position:relative;overflow:hidden}.embed::before,.fr-video::before{content:"";display:block;padding-top:56.25%}.embed iframe,.embed video,.embed object,.embed embed,.fr-video iframe,.fr-video video,.fr-video object,.fr-video embed{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;border:none}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:80px}.pagination__item{margin:0 5px}.pagination__link{width:40px;height:40px;background-color:#0d0d0d;-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.15);box-shadow:0px 0px 10px rgba(0,0,0,.15);border-radius:3px;padding:15px;text-align:center;color:#fff;-webkit-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear}.pagination__link:hover{background-color:#151515}.pagination__link.active{background-color:#2243d6;-webkit-box-shadow:0px 7px 17px -10px rgba(32,84,219,.35);box-shadow:0px 7px 17px -10px rgba(32,84,219,.35)}.post__text{color:#d2d2d2;padding-bottom:10px;border-bottom:1px solid #1c1c1c}.post__text p{margin-bottom:20px}.post__text h2,.post__text h3,.post__text h4,.post__text h5,.post__text h6{margin-bottom:10px;font-weight:600;color:#fff}.post__text h2{font-size:18px}.post__text h3{font-size:16px}.post__text h4{font-size:15px}.post__text h5{font-size:14px}.post__text h6{font-size:12px}.post__text ul,.post__text ol{margin-bottom:20px}.post__text ol{list-style:decimal;list-style-position:inside}.post__text table{width:100%;margin-bottom:20px}.post__text img{display:block;max-width:100%;height:auto}.post__text a{color:#2243d6}.post__text a:hover{text-decoration:underline}.post__data-item:not(:last-child)::after{display:none}.post__related{border-bottom:1px solid #1c1c1c;padding:30px 0 5px}.post__related-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.post__related-list-item{width:50%;margin-bottom:25px}.post__related-list-title,.post__related-list-link{line-height:16px;color:#f3eba2;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.post__related-list-title:hover,.post__related-list-link:hover{text-decoration:underline}.post__related-list-date{margin-bottom:5px}.post__related-title,.post__comments-title{font-size:16px;line-height:15px;margin-bottom:20px}.post__comments{margin-top:30px}.post__comments-item>.post__comments-list{padding-left:30px;margin-top:30px}.post__comments-header{display:-webkit-box;display:-ms-flexbox;display:flex}.post__comments-avatar{width:30px;height:30px;border-radius:50%;margin-right:25px}.post__comments-author{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.post__comments-name,.post__comments-descr{font-size:12px;line-height:14px;margin-bottom:3px}.post__comments-date,.post__comments-reply{font-size:12px;line-height:14px;color:#828282}.post__comments-descr{line-height:16px;margin:15px 0 5px}.post__comments-reply{color:#2243d6;padding:0;border:none;background:none;cursor:pointer}.post__actions-link{display:-webkit-box;display:-ms-flexbox;display:flex}.post__icon-share{margin-left:10px}.form{margin-bottom:50px}.form__group{margin-bottom:15px;position:relative}.form__control{display:block;width:100%;background:none;border:none;border-radius:none;-webkit-box-shadow:none;box-shadow:none;outline:none;color:#d2d2d2;border-bottom:1px solid #3f3f3f;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.form__control:focus{border-bottom:1px solid #2243d6}.form__control--textarea{resize:none;overflow:hidden;height:30px}.form__btn{background-color:#2243d6;-webkit-box-shadow:0px 7px 17px -10px rgba(32,84,219,.35);box-shadow:0px 7px 17px -10px rgba(32,84,219,.35);border-radius:5px;border:none;cursor:pointer;padding:10px 15px;font-size:12px;line-height:14px;color:#fff;display:block}.form__btn:hover{background-color:#1f3cc0}.profile__title{margin-top:60px}.profile__items{display:-webkit-box;display:-ms-flexbox;display:flex}.profile__inf{width:340px}.profile__avatar{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:110px}.profile__avatar-img{display:block;margin-bottom:15px;width:150px;height:150px}.profile__avatar-file{color:#2243d6;cursor:pointer}.profile__avatar-file:hover{text-decoration:underline}.profile__avatar-file input{display:none}.modal{position:fixed;width:100%;height:100%;left:0;top:0;z-index:100;background-color:rgba(24,24,24,.8);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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px;cursor:pointer;display:none}.modal__content{position:relative;width:100%;max-width:500px;padding:80px;background-color:#202020;border-radius:5px}.modal__close{position:absolute;top:20px;right:20px;background-color:rgba(0,0,0,0);border:none;padding:0;cursor:pointer}.modal__icon:hover path{fill:#2243d6}.modal__list{text-align:center}.modal__item{margin-top:25px}.modal__link{color:#2243d6}@media(min-width: 1640px){.container{max-width:900px}.stories{-ms-grid-rows:235px;grid-template-rows:235px}.date{font-size:14px}.header__form{width:300px;margin-left:60px}.header__form-input{font-size:14px}.menu__list-link{font-size:14px}}@media(min-width: 1920px){body{font-size:20px}.title{font-size:26px}.main{padding:70px 0 70px 500px}.container{max-width:1100px}.header{width:calc(100% - 500px)}.header__form{width:300px;margin-left:60px}.header__form-input{font-size:15px}.menu__list-link{font-size:16px}.subnav__link{font-size:16px}.stories{-ms-grid-rows:320px;grid-template-rows:320px}.stories__title,.stories__date{font-size:18px}.articles{margin-bottom:50px}.articles__data-link,.articles__data-search,.articles__data-subtitle{font-size:16px}.articles__title,.articles__content-link{font-size:26px}.articles__actions{margin-bottom:25px}.sidebar{width:500px}.sidebar__profile-ava{width:200px;height:200px}.sidebar__profile-name{font-size:30px;margin:30px 0 20px}.sidebar__footer-text{font-size:20px;line-height:28px}.text{line-height:28px}.note{margin-bottom:50px;padding:25px 20px}.note__form-textarea{font-size:18px}.date{font-size:16px}}@media(min-width: 2500px){.container{max-width:1400px}}@media(max-width: 1024px){.menu__list-item{margin-left:20px}.menu__list-item:hover .menu__list-link{background-color:rgba(0,0,0,0);font-weight:400}.menu__list-link{font-size:11px}.link:hover{text-decoration:none}.articles__data-search:hover,.articles__data-link:hover{text-decoration:none;color:#828282}.post__related-list-title:hover,.post__related-list-link:hover{text-decoration:none}.sidebar__socials-icon:hover{width:32px;height:32px}.sidebar__footer-btn:hover,.form__btn:hover{background-color:#2243d6}}@media(max-width: 991px){.header{width:100%}.menu{display:none}.menu__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:20px}.menu__list-item{margin-left:0}.menu__list-item:hover .menu__list-link{background-color:rgba(0,0,0,0)}.menu__list-link{font-size:13px}.burger{display:block}.mobile-nav{display:block}.subnav{position:static;width:100%;padding-left:20px;margin-top:10px}.subnav__link{font-size:13px}.sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 40px);top:40px;padding-bottom:20px;z-index:10;overflow:auto;-webkit-transform:translateX(-200%);-ms-transform:translateX(-200%);transform:translateX(-200%);-webkit-transition:-webkit-transform .5s linear;transition:-webkit-transform .5s linear;-o-transition:transform .5s linear;transition:transform .5s linear;transition:transform .5s linear, -webkit-transform .5s linear}.sidebar__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.sidebar__profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:20px}.sidebar__profile-ava{width:65px;height:65px;margin:0 10px 0 0}.sidebar__descr{text-align:left}.sidebar__profile-name{font-size:15px;line-height:18px;margin:5px 0}.sidebar__profile-job{font-size:12px;line-height:14px}.sidebar__socials{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:20px 0 20px 40px}.sidebar__socials-link+.sidebar__socials-link{margin-left:30px}.sidebar__footer-text{display:none}.sidebar.sidebar--active{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.main{padding-left:0;position:relative}.articles__title,.articles__content-link{font-size:16px;line-height:22px;margin-bottom:10px}.title{font-size:18px;margin-bottom:20px}.profile__inf{width:300px}.profile__avatar{padding-left:50px}}@media(max-width: 575px){.container{padding:0 15px}.main{padding-bottom:30px}.stories{-ms-grid-columns:130px 130px 130px 130px;grid-template-columns:130px 130px 130px 130px;overflow:auto}.articles{padding:15px}.articles__header--img{margin:-15px -15px 15px}.articles__title,.articles__content-link{font-size:14px;line-height:18px;margin-bottom:10px}.articles__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.articles__footer-link{margin-top:10px}.articles h5{font-size:12px;line-height:19px}.text{font-size:12px;line-height:19px}.note__form-label,.note__form-btn{width:37px;height:37px}.note__form-textarea{font-size:12px;line-height:15px}.pagination__link{width:20px;height:20px;padding:10px}.post__related{padding:10px 0 5px}.post__related-title,.post__comments-title{font-size:14px;line-height:10px;margin-bottom:15px}.post__related-list{display:block}.post__related-list-item{width:100%;margin-bottom:15px}.post__related-list-title,.post__related-list-link{font-size:12px}.form__control--textarea{height:25px;font-size:12px}.form__control{font-size:12px}.form__btn{padding:8px 8px;font-size:11px}.link{font-size:12px}.title{font-size:16px;margin-bottom:20px}.profile__title{margin-top:0}.profile__inf{width:200px}.profile__avatar{padding-left:20px}.profile__avatar-file{font-size:12px}.profile__avatar-img{width:100px;height:100px}.modal__item{display:-ms-grid;display:grid}.modal__content{padding:40px}}