@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400;500;600;700&family=Noto+Sans:wght@500&family=Roboto:wght@300;400;500;600;700&display=swap');

body{font-family: 'Roboto'; font-size: 16px; font-weight: normal; color: #151515; background: #f3f3f3; padding: 0; margin: 0;}

.content{width: 1323px; min-height: 600px; background: #fff; padding: 0 38px 24px; z-index: 95;}
.longread{width: 100%; display: block; padding: 0 0 1rem 0; z-index: 105;}

.container{display: flex; align-items: center; justify-content: center; flex-direction: column;}
.up-button{display: none; position: fixed; z-index: 1000; bottom: 120px; right: 30px; width: 50px; height: 50px; cursor: pointer; border-radius: 25px; background: #fff;}
.up-button img{width: 100%;}

.lnk-block{display: none; position: fixed; z-index: 1000; bottom: 180px; right: 30px; width: 50px; height: 50px; cursor: pointer; border-radius: 25px;
    background: #fffac7; border: 1px solid #ffe644;}
.lnk-block img{width: 70%; margin: 15% 0 0 15%;}

.cookie-agree{position: fixed; display: none; align-items: center; justify-content: center; width: 100%; bottom: 0; font-family: Georgia; font-size: 16px;}
.cookie-agree a{color: #07f;}
.cookie-agree .cookie{display: flex; width: 600px; background: #fff; padding: 20px; margin: 10px; z-index: 1200; border-radius: 6px; box-shadow: 0 0 12px -5px #223c50;}
.cookie-agree .text{width: 100%;}
.cookie-agree button{white-space: nowrap; padding: 12px 24px; background: #00384f; color: #fff; cursor: pointer; border: 0; border-radius: 6px;}
.cookie-agree button:hover{opacity: 0.85;}

.current-info-container{width: 100%; background: #003044; display: flex; align-items: center; justify-content: center;}
.current-info{width: 1361px; font-family: "IBM Plex Serif", Serif; font-size: 12px; color: #b0cfdb; display: flex; align-items: center; padding: 5px 0 6px 38px;}
.current-info .short_date{display: none;}
.current-info div{margin-right: 18px;}

.head{width: 100%; position: sticky; top: -28px; z-index: 110; background: #fff;}
.header-container{width: 100%; background: #00384f; display: flex; align-items: center; justify-content: center; flex-direction: column;}

.header{font-family: "IBM Plex Serif", serif; width: 1399px; height: 70px; display: flex; position: relative; align-items: center;}
.header .burger{display: none; cursor: pointer;}
.header .burger div{width: 36px; height: 4px; background: #fff; border-radius: 2px; margin: 5px 0;}

.header .popup-container{display: none; align-items: center; justify-content: center; position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
    background: #666; opacity: 0.7; transition-duration: 0.2s; cursor: pointer; z-index: 95;
}
.header .popup_alert{display: none; align-items: center; justify-content: center; position: fixed; width: 100%; height: 100vh; top: 0; left: 0;
    z-index: 96;
}
.header .popup_alert .message{background: #fff; border-radius: 9px; padding: 24px 36px;}
.header .popup_menu{display: none; position: fixed; top: 0; left: 0; padding: 72px 0; background: #172f3d; width: 30%;
    height: 100vh; opacity: 0.98; box-shadow: 0px 0px 8px 0px #333; z-index: 96;}
.header .popup_menu .links .item{padding: 3px 0 3px 72px;}
.header .popup_menu .links .active{border-bottom: 2px solid #ffa812;}
.header .popup_menu .links a{color: #fff; text-decoration: none; font-size: 16px; font-weight: 700; text-transform: uppercase;}

.header .popup_menu .tags{display: flex; flex-wrap: wrap; margin: 38px 38px 0 72px;}
.header .popup_menu .tags a{text-decoration: none; font-family: 'Noto Sans', sans-serif; font-size: 14px; background: #fff; color: #141414;
    padding: 3px 9px; margin: 0 6px 6px 0; border-radius: 9px; display: block;
}
.header .popup_menu .tags .active{background: #666; color: #fff;}

.header .popup_menu .icons{display: flex; margin: 38px 38px 0 72px;}
.header .popup_menu .icons a{margin-right: 12px;}
.header .popup_menu .icons a:hover img{opacity: 0.85;}
.header .popup_menu .icons img{display: block;}

.header .logo{font-size: 36px; font-weight: 700; color: #fff; margin: 0 76px 6px 38px;}
.header .logo a{color: #fff; text-decoration: none;}
.header .menu{font-size: 16px; font-weight: 700; text-transform: uppercase; margin-right: 76px;}
.header .menu .active{border-bottom: 2px solid #ffa812;}
.header .menu a{color: #fff; text-decoration: none;}
.header .menu a:hover{color: #bccad0;}
.header form{display: flex; align-items: center; width: 100%;}
.header .search-input{width: 100%;}
.header .search-input input{font-family: 'IBM Plex Serif', serif; font-size: 16px; width: calc(100% - 38px); border: 0; padding: 9px; border-radius: 6px; outline:none;}
.header .search-button{width: 24px; margin-right: 38px; cursor: pointer;}

.subhead-container{width: 100%; display: flex; align-items: center; justify-content: center; box-shadow: 0px 5px 5px -5px #ccc;}
.subhead{width: 1399px; height: 50px; background: #fff; display: flex; align-items: center; overflow: hidden;}
.subhead .tags{width: 100%; }
.subhead .tags .lnk{display: flex; align-items: center;}
.subhead .tags .lnk .carousel__track{display: flex; align-items: center;}
.subhead .tags .lnk div{width: auto;}
.subhead .tags a{font-family: 'Georgia', sans-serif; font-size: 18px; color: #151515; text-decoration: none; margin-left: 38px;}
.subhead .tags a:hover{color: #777;}
.subhead .tags .active{border-bottom: solid 2px #ffa812;}

.brand-container{display: none; width: 100%; position: sticky; top: 120px;}
.brand-partner{position: absolute; z-index: 1; width: 100%; height: 100vh;}
.brand-partner a{position: absolute; display: block; width: 100%; height: 100vh; background-size: 100%; background-position: top; background-repeat: no-repeat;}
.brand-partner a img{width: 100%;}
.brand-space{height: 15.5vw;}

.post a{display: flex; align-items: flex-start; text-decoration: none;}
.post a:hover .title{color: #555;}
.post a:hover .image img{opacity: 0.9; transform: scale(1.02); transition: 0.15s;}
.post .image{display: block; position: relative; width: 100%; overflow: hidden; aspect-ratio: 3/2; width: 100px; min-width: 100px; border-radius: 3px;}
.post .image img{position: absolute; display: block; width: 100px; height: 100%; object-fit: cover; border: 0;}
.post .hide{display: none;}
.post .title{font-size: 16px; color: #151515; margin-bottom: 3px;}
.post .title img, .post .stitle img{width: 33px; margin: -7px -2px -7px -6px; position: relative;}
.post .stitle{font-size: 16px; font-weight: bold; color: #434343; margin-bottom: 3px;}
.post .sdsc{font-size: 14px; font-family: Roboto; color: #151515; margin-bottom: 3px;}
.post .time{font-family: 'Noto Sans', sans-serif; font-size: 13px; color: #697380;}
.post .time img{width: 15px; position: absolute; margin: 1px 0 0 6px;}
.latest .post a:hover .image img{transform: scale(1.005);}

.idx{display: flex; flex-wrap: wrap;}
.idx .last{display: flex; width: 1023px;}

.idx .latest{}
.idx .latest .post a{display: block;}
.idx .latest .post .image{width: 100%; margin: 0;}
.idx .latest .post .image img{width: 100%;}
.idx .latest .post .title{font-size: 21px; margin: 6px 0;}

.idx .post{margin: 24px;}
.idx .post .image{margin-right: 12px;}

.idx .first{width: 511px;}
.idx .first .post{margin-right: 0; margin-left: 0;}

.idx .swith{display: none}

.idx .second{width: 511px;}

.idx .main{width: 300px; background: #eee; margin: 12px 0 24px 0;}
.idx .main .post{margin: 18px 24px;}
.idx .main .post .image{display: none}
.idx .main .post .image img{display: block;}

.idx .list{width: 315px; margin-right: 24px;}
.idx .list .post{margin: 24px 0;}
.idx .list .post .image{margin-right: 12px;}
.idx .list .post .image img{width: 100px;}
.idx .d-hide{display: none;}
.idx .img-hide{background: #e5e5e5; padding: 18px 12px; border-radius: 3px;}
.idx .img-hide .image{display: none;}

.idx .list .big a{display: block;}
.idx .list .big .image{width: 315px; margin-bottom: 12px;}
.idx .list .big .image img{width: 315px;}

.idx .popular{display: flex; min-width: calc(100% + 90px); background: #00212e; padding: 0; overflow: hidden; border-radius: 6px; left: -45px; position: relative;}
.idx .popular .post{width: 250px; margin: 24px 12px;}
.idx .popular .ml{margin-left: 24px;}
.idx .popular .mr{margin-right: 24px;}
.idx .popular .post a{display: block;}
.idx .popular .post .image{width: 250px;}
.idx .popular .post .image img{width: 250px;}
.idx .popular .post .title{color: #eee; margin: 6px 0;}
.idx .bn300{width: 300px; padding-top: 24px;}
.idx .bn300 img{width: 100%; display: block;}
.idx .bn728{width: 728px; margin-bottom: 24px; text-align: center;}
.idx .bn300m{display: none; margin-bottom: 24px}
.idx .bn300m img{width: 100%; display: block}
/*.idx .bn300x3, .idx .bn300x2{width: calc(100% - 324px); margin: 0 0 24px 0;}*/
.idx .bn300x3, .idx .bn300x2{width: 100%; margin: 0 0 24px 0;}

.navigation{position: fixed; top: 160px; z-index: 100; width: 1323px;}
.navigation .wrapp{width: 300px; height: 100vh; background: #eee; position: absolute; left: -24px; border-radius: 24px;
    overflow: hidden;}
.navigation .items{height: inherit; position: absolute; overflow: scroll; overflow-x: hidden; margin-right: 12px;}
.navigation .items .post{margin: 24px;}
.navigation .items .post .image{display: none}
.navigation .items .top a{flex-direction: column}
.navigation .items .top .image{display: block; width: 231px;}
.navigation .items .top .image img{width: 231px;}
.navigation .items .top .data{margin-top: 12px}
.navigation .items::-webkit-scrollbar{width: 9px;}
.navigation .items::-webkit-scrollbar-track{background: #eaeaea; margin: 18px 0; border-radius: 6px;}
.navigation .items::-webkit-scrollbar-thumb{background-color: #f9f9f9; border-radius: 6px;}

.pst{display: flex; flex-wrap: wrap;}
.pst .center{width: 699px; margin-left: 300px; margin-right: 24px}
.pst .right{width: 300px; margin: 0px 0 24px;}
.pst .right .bn300{position: sticky; top: 153px;}
.pst .right .bn300 img{width: 100%; display: block}
.pst .center .bn728 img{width: 100%; display: block}
.pst .mt{margin-top: 34px}
.pst .crsl{width: calc(100% - 300px + 72px); margin-left: 276px;}
.pst .popular{display: flex;
    background: #00212e;
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
    position: relative;}
.pst .popular .post{width: 250px; margin: 24px 12px;}
.pst .popular .ml{margin-left: 24px;}
.pst .popular .mr{margin-right: 24px;}
.pst .popular .post a{display: block;}
.pst .popular .post .image{width: 250px;}
.pst .popular .post .image img{width: 250px;}
.pst .popular .post .title{color: #eee; margin: 6px 0;}
.pst .carousel{
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-bg: #fff;
}

.pst .share{font-family: Roboto; margin: 24px 0 12px;}
.pst .ya-share2{margin-bottom: 24px;}
.pst .read_more{font-family: Roboto; margin: 24px 0 12px;}
.pst .mistake{margin-top: 24px; font-family: Roboto; font-size: 14px; color: #777;}
.pst .telegram{display: flex; justify-content: center; margin-top: 24px;}
.pst .telegram a{display: flex; align-items: center; width: 312px; font-family: Roboto; font-size: 15px; font-weight: 400; color: #333; text-decoration: none;
    background: #bedefe; border-radius: 9px;
}
.pst .telegram b{font-size: 17px;}
.pst .telegram .txt{margin: 1em; width: 268px;}
.pst .telegram .icon{margin-right: 1em;}

.pst .bn300{margin-top: 0}
.pst .bn300m{margin-top: 24px;}
.pst .bn300x2{}

.publication{}
.publication .text{font-family: 'Georgia', sans-serif; font-size: 20px; line-height: 33px; margin: 24px 0;}
.publication .text .image {max-width: 100%; margin: 0 auto;}
.publication .text .image img{width: 100%}

.publication h1{font-size: 27px; font-weight: 500; margin: 27px 0; padding: 0;}
.publication h6{line-height: 1.4em; font-size: 12px; font-weight: normal;}
.publication a{color: #07f; text-decoration: none;}
.publication .createat{display: flex; align-items: center; margin-bottom: 27px;}
.publication .avatar{width: 50px; height: 50px; border-radius: 25px; margin-right: 12px;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}
.publication .author{font-size: 15px;}
.publication .source{color: #697380; margin-top: 30px;}

.publication .date{font-family: 'Noto Sans', sans-serif; font-size: 13px; color: #697380;}
.publication iframe{width: 100%; height: 100%; margin: 0 auto !important; display: block; text-align: center; aspect-ratio: 9/6;}
.publication blockquote{font-style: italic; border-left: 5px solid #d5d5d5; background: #f5f5f5; padding: 1px 21px 1px 27px; margin: 0;}
.publication p{margin: 16px 0; padding: 0;}
.publication .l__insert{margin: 16px 0;}
.publication figure{margin: 0; position: relative;}
.publication .image{max-width: 100%; margin: 0 auto;}
.publication figcaption{padding: 8px 3px; line-height: normal; font-size: 12px;}
.publication figcaption a{color: #07f; text-decoration: none;}
/*.publication figcaption &-style-side{float: right; max-width: 50%;}*/
/*img{width: 100%; object-fit: cover;}*/

.emoji{display: flex; justify-content: space-around; border: 1px solid #ccc; padding: 1em; border-radius: 9px;}
.emoji .wrap{display: flex; align-items: center; flex-direction: column; cursor: pointer}
.emoji .wrap:active{opacity: 0.8}
.emoji .cnt{font-size: 12px;}

.load_more {width: 100%; background: #efefef; padding: 18px; margin: 24px 0; cursor: pointer; text-align: center; border-radius: 3px;}

.endltamrk, .endcoltnmrk {display: none}

.preloader{width: 1399px; display: flex; background: #fff; padding: 24px 0; justify-content: center; z-index: 95}
.longread .preloader{width: 100% !important;}
.load-wrapp{float: left; width: 100px; text-align: center; padding-bottom: 18px; }
.load-wrapp:last-child{margin-right: 0;}
.load-3 .line:nth-last-child(1){animation: loading 0.5s 0.1s linear infinite;}
.load-3 .line:nth-last-child(2){animation: loading 0.5s 0.2s linear infinite;}
.load-3 .line:nth-last-child(3){animation: loading 0.5s 0.3s linear infinite;}
.line{display: inline-block; width: 15px; height: 15px; border-radius: 15px; background-color: #00384f;}
@keyframes loading{
    0%{transform: translate(0, 0);}
    50%{transform: translate(0, 15px);}
    100%{transform: translate(0, 0);}
}

.similar .post{margin: 24px 0;}
.similar .post .image{margin-right: 12px;}
.similar .post .image img{width: 100px;}

.idx .carousel{
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-bg: #fff;
}

.carousel .image__slide{cursor: zoom-in; overflow: hidden; border-radius: 3px;}
.carousel .image__slide img{display: block;}
.carousel .image__slide:hover img{transform: scale(1.005)}

.carousel .carousel__slide{
    padding: 0;
}

#mainImage .image__slide {overflow: hidden; position: relative; aspect-ratio: 3/2; border-radius: 2px; background-color: #eee;}
#mainImage .image__slide:before{content: "";
    width: 100%; height: 100%; position: absolute;
    background-color: #555;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(9px);
    opacity: 0.9;
}
#mainImage .image__slide img:hover {transform: scale(1.005);}
#mainImage .image__image {width: 100%; height: 100%; object-fit: contain; transition: 0.15s; cursor: zoom-in; position: absolute;}

#mainInsta{display: flex; flex-wrap: wrap;}
#mainInsta .insta__slide{margin: 0 0.5rem 0.5rem 0; width: calc(25% - 0.5rem); overflow: hidden; position: relative; aspect-ratio: 1/1; border-radius: 2px;}
#mainInsta .insta__image{width: 100%; height: 100%; object-fit: cover; transition: 0.15s; cursor: zoom-in;}
#mainInsta .insta__slide img:hover {transform: scale(1.02);}

#mainCarousel{
    display: flex;
    overflow: hidden;
    --carousel-button-color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide{padding: 0 1px 0 0; width: 100%; overflow: hidden; aspect-ratio: 3/2; border-radius: 2px; background-color: #eee;}
#mainCarousel .carousel__slide:before{content: "";
    width: 100%; height: 100%; position: absolute;
    background-color: #555;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(9px);
    opacity: 0.9;
}
#mainCarousel .carousel__slide img:hover {transform: scale(1.005);}
#mainCarousel .carousel__image{width: 100%; height: 100%; object-fit: contain; transition: 0.15s; border-radius: 2px; position: inherit;}

#thumbCarousel{display: flex; overflow: hidden; margin-top: 0.5rem;}
#thumbCarousel .carousel__slide {opacity: 0.5; padding: 0; margin: 0 0.5rem 0 0; width: 96px; height: 64px; overflow: hidden; border-radius: 2px;}
#thumbCarousel .carousel__slide.is-nav-selected {opacity: 1;}

#thumbCarousel .carousel__slide img {width: 100%; height: 100%; object-fit: cover; transition: 0.25s;}

.l__slider .l__slider-arrow {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    user-select: none;
}
.l__slider .l__slider-image {
    z-index: 1;
    display: block;
    width: 100%;
    padding-top: 67%;
    border-radius: 3px;
    background: #eee;
}
.l__slider, .l__slider .l__slider-image {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.l__slider .l__slider-image .l__slider-pict {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    border: 0;
}
.l__slider .l__slider-image .l__slider-pict:hover{transform: scale(1.005);}
.l__slider .l__slider-arrow-left {
    left: 0;
}
.l__slider .l__slider-count {
    display: inline-block;
    width: 100px;
    padding: 0 10px;
    overflow: hidden;
    font-size: 16px;
    cursor: default;
}
.l__slider .l__slider-arrow-right {
    right: 0;
}
.l__slider .l__slider-arrow-left, .l__slider .l__slider-arrow-right {
    display: inline-block;
    cursor: pointer;
}
.l__slider .l__slider-image .l__slider-pict-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: none;
    margin: 0 auto;
    background: #fff;
    line-height: 1em;
    padding: 0 7px 3px;
}
.l__slider .l__slider-image a:first-child .l__slider-pict, .l__slider .l__slider-image a:first-child .l__slider-pict-text {
    display: block;
}
.l__slider .l__slider-image .l__slider-pict-text .l__slider-pict-text-alt {
    font-size: 14px;
    color: #151515;
    line-height: 1em;
}

.lenta{display: flex; flex-wrap: wrap;}
.lenta .center{ width: 999px; margin-right: 24px;}
.lenta .center h1 {font-size: 27px; font-weight: 500; margin: 27px 0; padding: 0;}
.lenta .right {width: 300px; margin: 40px 0 24px;}
.lenta .right .bn300{position: sticky; top: 160px;}
.lenta .post {margin: 24px 0;}
.lenta .post .image {margin-right: 12px;}
.lenta .preloader{width: 1323px;}

.collection{display: flex; flex-wrap: wrap;}
.collection .center{ width: 999px; margin-right: 24px;}
.collection .center h1 {font-size: 27px; font-weight: 500; margin: 27px 0; padding: 0;}
.collection .right {width: 300px; margin: 40px 0 24px;}
.collection .right .bn300{position: sticky; top: 160px;}
.collection .post {margin: 24px 0;}
.collection .post .image {margin-right: 12px;}
.collection .preloader{width: 1323px;}

.blogs{display: flex; flex-wrap: wrap; justify-content: space-between}
.blogs .post{width: calc(33% - 12px); margin: 0 0 24px 0;}
.blogs .post a{display: block;}
.blogs .post .image{width: 100%}
.blogs .post .image img{width: 100%}
.blogs .post .title{margin: 9px 0;}
.blogs .post .stitle{margin: 9px 0;}
.blogs .post .sdsc{margin-bottom: 9px; color: #666;}

.search{display: flex; flex-wrap: wrap;}
.search .center{ width: 999px; margin-right: 24px;}
.search .center h1 {font-size: 27px; font-weight: 500; margin: 27px 0; padding: 0;}
.search .right {width: 300px; margin: 40px 0 24px;}
.search .right .bn300{position: sticky; top: 160px;}
.search .post {margin: 24px 0;}
.search .post .image {margin-right: 12px;}
.search .preloader{width: 1323px;}
.search form{margin: 27px 0;}
.search .search-select, .search input{font-family: 'IBM Plex Serif', serif; font-size: 16px;padding: 6px 9px; border: 1px solid #666; border-radius: 6px; width: 100%; outline: none;}
.search .input-group{margin: 14px 0;}
.search .in-line{display: flex; align-items: center;}
.search div{margin-right: 1rem;}
.search .in-line .input{width: auto;}
.search .in-line input{width: auto;}
.search .label{margin-bottom: 0.3rem;}
.search button{padding: 9px 12px; font-family: 'IBM Plex Serif', serif; font-size: 16px; border: 1px solid #666; border-radius: 6px; cursor: pointer;}
.search .query{width: calc(100% - 20px); padding: 6px 9px;}

.page{display: flex; flex-wrap: wrap; margin-bottom: 24px;}
.page .center{ width: 999px; margin-right: 24px;}
.page .center h1, .page .full h1 {font-size: 27px; font-weight: 500; margin: 27px 0; padding: 0;}
.page .center h2 {font-size: 24px; font-weight: 500; margin: 24px 0; padding: 0;}
.page .center table{width: 100%; border: 0; border-collapse: collapse; margin: 24px 0;}
.page .center table td{width: 50%; border: 1px solid #333; padding: 12px}
.page .center table .red{color: red}
.page .center table .green{color: green}
.page .center table .h td{text-align: center; font-weight: bold}
.page .center .triple td{width: 33%;}
.page .right {width: 300px; margin: 40px 0 24px;}
.page .wide {width: 100%; margin-top: 25px;}
.page .wide .image{width: 100%; position: relative; background: #333;}
.page .wide .image img{width: 100%; opacity: 0.45; display: block;}
.page .wide .lnk{position: absolute; z-index: 1; display: flex; width: 882px; margin-left: 441px; margin-top: 36px;}
.page .wide .lnk .itm{font-family: "IBM Plex Serif"; font-weight: 600; font-size: 36px; /*width: 50%;*/ text-align: center}
.page .wide .lnk .itm a{text-decoration: none; color: #fff; border-bottom: 3px solid #ffa812;}
.page .wide .wrap{position: relative;}
.page .wide .wrap .logotype{font-family: "IBM Plex Serif"; font-size: 64px; font-weight: 700; position: absolute; top: 9px; left: 52px; color: #fff; z-index: 1}
.page .wide .dsc{margin-bottom: 76px;}
.page .wide .numbers{display: flex; margin: 36px 0;}
.page .wide .numbers .itm{width: calc(25% - 48px); margin: 0 24px;}
.page .wide .numbers div{text-align: center;}
.page .wide .numbers .itm .title{font-size: 30px; font-weight: 500; margin-bottom: 24px;}
.page .wide .numbers .itm .info{padding-top: 24px; border-top: 3px solid #00384f;}

.page .wide .group_line{font-family: "IBM Plex Serif"; font-size: 24px; font-weight: 600; margin-bottom: 24px; text-align: center;}
.page .wide .group_line:before{content: ''; border-top: 3px solid #444; bottom: -24px; position: relative; width: 100%; display: block}
.page .wide .group_line span{background: #fff; padding: 0 6px; z-index: 10; position: relative;}
.page .wide .persons{display: flex; justify-content: space-around; flex-flow: wrap;}
.page .wide .persons .itm{width: 270px; margin: 0 12px 24px 12px; border: 1px solid #ffffff00;}
.page .wide .persons .itm .photo{width: 270px; border-radius: 150px; background: #ccc; overflow: hidden;}
.page .wide .persons .itm .photo img{width: 270px; height: 270px;}
.page .wide .persons .itm .name{font-size: 21px; text-align: center; margin: 12px 0 6px; padding: 0 12px;}
.page .wide .persons .itm .pro{text-align: center; padding: 0 12px;}
.page .wide .persons .itm .info{display: none; font-size: 15px; padding: 16px 12px 12px 12px; height: 50px; overflow: hidden}
.page .wide .persons .itm .info .nm{display: none; font-size: 21px; margin-bottom: 6px;}
.page .wide .persons .itm .info .pr{display: none; margin-bottom: 12px;}

.page .wide .persons .active{border: 1px solid #ccc; border-radius: 150px 150px 0 0;}
/*.page .wide .persons .active .pro{margin-bottom: 78px;}*/
.page .wide .persons .active .info{display: block; position: absolute; overflow: unset; height: auto; width: 246px; background: #fff; border-width: 0 1px 1px 1px; border-style: solid;
    border-color: #ccc; border-radius: 3px; margin-left: -1px; z-index: 100}

.page .wide .advert{
    position: relative;
    border-radius: 3px;
    /*overflow: hidden;*/
    margin-bottom: 24px;
    --carousel-button-color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
}
.page .wide .advert .carousel__slide{width: calc(100% - 18%); background: #d9d9d9; padding: 6% 9%;}
.page .wide .advert .group{display: flex; align-items: flex-start; margin-bottom: 24px;}
.page .wide .advert .label{width: 20%; color: #fff; padding: 6px; margin-right: 38px; border-radius: 3px; text-align: center; background: linear-gradient(0deg, #00384F, #176383);}
.page .wide .advert .full{width: auto;}
.page .wide .advert .value{width: 80%; border-left: 1px solid #7c7c7c; padding-left: 38px;}
.page .wide .advert .tags{display: flex; flex-wrap: wrap}
.page .wide .advert .tags .item{padding: 6px; margin: 0 12px 12px 0; border-radius: 3px; background: #fff;}
.page .wide .advert .download{text-align: center; display: block; width: fit-content;}
.page .wide .advert .files{display: flex; margin-top: 38px;}
.page .wide .advert .files .item{margin-right: 24px;}
.page .wide .advert .is-prev{left: -10px;}
.page .wide .advert .is-next{right: -10px;}

.feedback form{margin: 27px 0;}
.feedback input, .feedback textarea{font-family: 'IBM Plex Serif', serif; font-size: 16px;padding: 6px 9px; border: 1px solid #666; border-radius: 6px; width: -webkit-fill-available; outline: none;}
.feedback .input-group{margin: 14px 0;}
.feedback .in-line{display: flex; align-items: center;}
.feedback div{margin-right: 1rem;}
.feedback .in-line .input{width: auto;}
.feedback .in-line input{width: auto;}
.feedback .label{margin-bottom: 0.3rem;}
.feedback textarea{height: 300px; width: -webkit-fill-available;}
.feedback button{padding: 9px 12px; font-family: 'IBM Plex Serif', serif; font-size: 16px; border: 1px solid #666; border-radius: 6px; cursor: pointer;}
.feedback .success, .feedback .error{width: calc(100% - 1em); color: #ffffff; background-color: rgb(54, 180, 0); padding: 1em; margin-bottom: 1em; border-radius: 12px;}
.feedback .error{background-color: rgba(215,0,0,0.7);}
.feedback .err{border: 1px solid #eb5f55}
.feedback .hide{display: none}

.bn300m{display: none;}
.bn300m img{width: 100%; display: block}
.bn300x2, .bn300x3{display: flex;}
.bn300x2 .itm{width: calc(50% - 6px); max-width: 300px; margin-right: 12px;}
.bn300x3 .itm{width: calc(33% - 6px); max-width: 300px; margin-right: 12px;}
.bn300x3 .long{width: calc(67% - 6px);}
.bn300x3 .full, .bn300x2 .full{width: 100%;}
.bn300x2 .lst, .bn300x3 .lst{margin-right: 0;}
.bn300x3 img{width: 100%; display: block}
.bn300x2 img{width: 100%; display: block}
.bn300{margin-top: 24px;}
.bn300x3 .tkn, .bn300x2 .tkn, .bn300m .tkn, .bn300 .tkn, .bntl .tkn, .bnmtl .tkn{background: #eee; font-size: 11px; padding: 2px; line-height: normal;}
.bnmtl{display: none}
.bntl, .bnmtl{width: 100%;}
.bntl img, .bnmtl img{width: 100%; display: block}

.footer-container {width: 100%; display: flex; align-items: center; justify-content: center; z-index: 90;}
.footer {font-family: "IBM Plex Serif",Serif; width: 1399px; line-height: 1.4em; background: #fff;}
.footer a{color: #151515;}
.footer .logo {font-size: 36px; font-weight: 700; color: #00384f; margin: 0 38px 57px;}
.footer .lnk {display: flex; justify-content: space-evenly;}
.footer .lnk .item {width: 20%; margin: 0 38px;}
.footer .name {font-size: 16px; font-weight: 700; color: #00384f; text-transform: uppercase; margin-bottom: 16px;}
.footer .lnk .list {font-family: Georgia;}
.footer .lnk .item a {display: block; text-decoration: none; margin-bottom: 8px;}
.footer .icons {margin: 38px 0 38px 38px;}
.footer .icons a {margin-right: 15px;}
.footer .copy {margin: 0 38px 38px;}
.footer .copy .name{display: none}
.footer .copy b {font-size: 13px; background: #00384f; color: #fff; padding: 4px; border-radius: 6px; margin-left: 4px;}

.dark .footer {background: #00384f; padding-top: 38px; color: #fff;}
.dark .footer .logo{color: #fff;}
.dark .footer .name{color: #fff;}
.dark .footer a {color: #fff;}
.dark .footer b {background: #fff; color: #00384f;}

@media screen and (max-width: 639px){
    .cookie-agree{font-size: 14px;}
    .cookie-agree .cookie{display: block; width: calc(100% - 44px); padding: 12px;}
    .cookie-agree .text{margin-bottom: 10px;}
    .cookie-agree button{padding: 9px 12px;}
    .head .up-button{bottom: 50px; right: 15px;}
    .head .lnk-block{bottom: 110px; right: 15px;}
    .head .current-info{padding-left: 24px;}
    .head .current-info .date{display: none;}
    .current-info .short_date{display: block;}
    .head .subhead-container{justify-content: flex-start; overflow: hidden}
    .head .subhead{width: 100%;}
    .head .subhead .tags{width: 100%; overflow: hidden}
    .head .subhead .lnk{display: flex; width: 100%;}
    .head .subhead .lnk a{font-size: 15px; margin-left: 24px;}
    .header{width: 100%; height: 50px;}
    .header .burger{display: block;}
    .header .burger div{width: 24px; height: 3px; margin: 3px 15px 3px 24px;}
    .header .popup_menu{width: 70%; padding: 38px 0;}
    .header .popup_menu .links .item{padding: 3px 0 3px 38px;}
    .header .popup_menu .tags{margin: 38px 38px 0 38px;}
    .header .popup_menu .icons{margin: 38px 38px 0 38px;}
    .header .logo{font-size: 21px; margin: 0 15px 4px 0;}
    .header .menu{display: none;}
    .header .search-input input{width: calc(100% - 24px); padding: 4px 6px; font-size: 14px;}
    .header .search-button{margin-right: 15px;}
    .header .search-button input{width: 18px; height: 18px;}
    .brand-container{top: 100px;}

    .content{width: 100%; padding: 0;}

    .post .time img{width: 13px;}

    .idx .post a{flex-direction: row-reverse;}
    .idx .post .image{width: 75px; min-width: 75px; margin: 0 0 0 12px;}
    .idx .post .image img{width: 75px;}
    .idx .post .data{text-align: left;}
    .idx .post .title{font-size: 14px;}
    .idx .post .time{font-size: 11px;}

    .idx .img-hide{width: 100%; left: -12px; position: relative;}

    .idx{display: block; margin: 0 24px;}
    .idx .first{display: block; width: calc(100% + 48px); left: -24px; position: relative;}
    .idx .first .latest .post{margin: 0;}
    .idx .first .latest .post .data{background: #00212e; padding: 18px 24px 24px;}
    .idx .first .latest .post .image{border-radius: 0}
    .idx .first .latest .post .title{font-size: 18px;color: #fff; margin-top: 0;}
    .idx .swith{display: flex; background: #00212e; width: calc(100% + 48px); left: -24px; font-size: 14px; position: relative;}
    .idx .swith .btn{display: flex; justify-content: center; width: 100%; background: #fff; border-radius: 12px 12px 0 0;}
    .idx .swith span{padding: 6px 12px; margin: 18px 0 0; border-radius: 6px;}
    .idx .swith .active{background: #ddd;}
    .idx .second{width: calc(100% + 48px); left: -24px; background: #fff; position: relative;}
    .idx .second .post{margin: 24px 24px !important;}
    .idx .second .post .data{width: 100%}
    .idx .main{display: none; width: calc(100% + 48px); left: -24px; background: #fff; position: relative;}
    .idx .main .post{margin: 24px 24px !important;}
    .idx .main .post .data{width: 100%}
    .idx .main .post .image{display: block;}
    .idx .last .post{margin: 24px 0;}

    .idx .list{width: 100%; margin: 0;}
    .idx .list .post .image{margin: 0 0 0 12px;}
    .idx .list .post .data{width: 100%;}

    .idx .list .big .image{width: 100%; margin: 0 0 12px;}
    .idx .list .big .image img{width: 100%;}
    .idx .list .big .title{font-size: 16px;}

    .idx .d-hide{display: block;}
    .idx .m-hide{display: none;}

    .idx .bn728{display: none}
    .idx .bn300{display: none}
    .idx .bn300m{display: block}
    .idx .bn300x3{display: none}

    .idx .popular{min-width: calc(100% + 48px); left: -24px; border-radius: 0; padding: 24px 0;}
    .idx .popular .post{margin: 0 12px;}
    .idx .popular .ml{margin-left: 24px;}
    .idx .popular .mr{margin-right: 24px;}
    .idx .popular .post .image{margin: 0 12px 0 0;}

    .pst{margin: 0 24px;}
    .pst .center{width: 100%; margin: 0;}
    .pst .right{display: none}
    .pst .crsl{width: calc(100% + 48px); margin-left: -24px; border-radius: 0;}
    .pst .crsl .popular{border-radius: 0;}
    .pst .mistake{display: none;}

    .blogs{display: block}
    .blogs .post{width: 100%;}

    .bn300m{display: block}
    .bn300x3{display: none}
    .bn300x2{display: none}
    .bntl{display: none}
    .bnmtl{display: block}
}

@media screen and (max-width: 1080px){
    .lenta, .collection, .search, .page{margin: 0 24px;}
    .lenta .preloader, .collection .preloader, .search .preloader{width: 100%;}
    .lenta .center, .collection .center, .search .center{width: 100%; margin-right: 0}
    .lenta .right, .collection .right, .search .right{display: none}

    .bn970{display: none}

    .endpstmrk{width: 100%}
    .preloader{width: 100%}

    .page .wide .advert{
        --carousel-button-width: 36px;
        --carousel-button-height: 36px;
        --carousel-button-svg-width: 15px;
        --carousel-button-svg-height: 15px;
        --carousel-button-svg-stroke-width: 2.5;
    }

    .footer{width: 100%;}
    .footer .logo{font-size: 21px; margin: 0 19px 24px;}
    .footer .icons{display: none}
    .footer .lnk{display: block}
    .footer .lnk .list {display: none; margin: 15px 0;}
    .footer .lnk .item{width: auto; margin: 0 19px;}
    .footer .lnk .item a {display: initial; margin: 0 9px 0 0;}
    .footer .name {
        margin: 0;
        padding: 15px 0;
        width: 100%;
        border-bottom: 1px solid #00384f;
        background: url(/images/icons/arrow_down.svg) no-repeat 100%;
    }
    .footer .copy{margin: 0 19px 38px}
    .footer .copy .list{display: none; margin: 15px 0;}
    .footer .copy .name{display: block}

    .dark .footer .name {
        border-bottom: 1px solid #fff;
        background: url(/images/icons/arrow_down_w.svg) no-repeat 100%;
    }
}

@media screen and (min-width: 640px) and (max-width: 799px) {
    .blogs .post {width: calc(50% - 12px)}
}

@media screen and (min-width: 640px) and (max-width: 1079px) {
    .current-info{width: 100%; padding-left: 24px;}
    .header{width: 100%; height: 50px;}
    .header .burger {display: block; margin-left: 24px;}
    .header .burger div{width: 24px; height: 3px; margin: 3px 0;}
    .header .logo{font-size: 21px; margin: 0 48px 4px 24px;}
    .header .menu{font-size: 15px; margin-right: 48px;}
    .header .search-input input{width: calc(100% - 24px); padding: 4px 6px; font-size: 14px;}
    .header .search-button{margin-right: 15px;}
    .header .search-button input{width: 18px; height: 18px;}
    .brand-container{top: 100px;}
    .subhead{width: 100%;}
    .subhead .tags a{font-size: 15px; margin-left: 24px;}
    .content{width: 100%; padding: 0 0 24px;}

    .idx{margin: 0 24px;}
    .idx .swith{
        display: block;
        width: 50%;
        position: absolute;
        left: 50%;
        padding-top: 24px;
        text-align: center;
    }
    .idx .swith span{font-size: 14px; padding: 6px 12px; margin: 18px 0 0; border-radius: 6px; cursor: pointer}
    .idx .swith .active{background: #ddd;}

    .idx .first{width: 50%;}
    .idx .latest .post .title {font-size: 18px;}
    .idx .second{width: 50%; margin-top: 42px;}

    .idx .second .post{margin-right: 0}
    .idx .second .post a{flex-direction: row-reverse;}
    .idx .second .post .data{width: 100%}
    .idx .second .post .image{min-width: 75px; margin: 0 0 0 12px;}
    .idx .second .post .image img{width: 75px;}
    .idx .second .post .title{font-size: 14px;}
    .idx .second .post .time{font-size: 12px;}

    .idx .main{display: none; width: 50%; background: #fff; margin-top: 42px;}
    .idx .main .post{margin: 24px 0 24px 24px;}
    .idx .main .post a{flex-direction: row-reverse;}
    .idx .main .post .data{width: 100%}
    .idx .main .post .image{display: block; min-width: 75px; margin: 0 0 0 12px;}
    .idx .main .post .image img{width: 75px;}
    .idx .main .post .title{font-size: 14px;}
    .idx .main .post .time{font-size: 12px;}

    .idx .list{width: calc(33.3% - 16px);}
    .idx .list .post .title{font-size: 14px;}
    .idx .list .post .time{font-size: 12px;}
    .idx .list .post .image{min-width: 75px;}
    .idx .list .post .image img {width: 75px;}
    .idx .list .big .image{width: 100%;}
    .idx .list .big .image img{width: 100%;}
    .idx .mr0{margin-right: 0;}

    .idx .popular{min-width: calc(100% + 48px); left: -24px; border-radius: 0;}
    .idx .bn728{display: none}
    .idx .bn300{display: none}
    .idx .bn300x3{width: 100%;}
    .idx .bn300x2{width: 100%;}

    .navigation{display: none}

    .pst{padding: 0 24px;}
    .pst .center{width: 100%; margin: 0;}
    .pst .right{display: none}
    .pst .crsl{width: calc(100% + 48px); margin-left: -24px; border-radius: 0;}
    .pst .crsl .popular{border-radius: 0;}
}

@media screen and (max-width: 1599px) {
    .page .wide .lnk{position: inherit; width: 100%; margin-left: 0; margin-top: 0; margin-bottom: 36px;}
    .page .wide .lnk .itm{font-size: 30px;}
    .page .wide .lnk .itm a{color: inherit}
    .page .wide .wrap .logotype{font-size: 36px; top: auto; bottom: 9px; left: 24px;}

    .page .wide .numbers{flex-wrap: wrap}
    .page .wide .numbers .itm {width: calc(40% - 48px); padding: 3% 5%;}
}

@media screen and (max-width: 1079px) {
    .page .wide .persons .active{border: 0;}
    .page .wide .persons .active .info{
        border: 1px solid #ccc;
        position: fixed;
        top: 18vh;
        width: auto;
        height: auto;
        left: 0;
        margin: 24px;
        padding: 24px;
        max-height: 60vh;
        overflow: scroll;
        scrollbar-width: none;
    }
    .page .wide .persons .active .info::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .page .wide .persons .active .info .close div{height: 3px; width: 27px;
        background: #555;
        border-radius: 2px;
        position: absolute;
        margin: 19px 0 0 7px;
    }
    .page .wide .persons .active .info .close .f{transform: rotate(45deg);}
    .page .wide .persons .active .info .close .s{transform: rotate(135deg);}
    .page .wide .persons .active .info .close{
        position: fixed;
        top: 19vh;
        right: 12px;
        background: #fff;
        width: 42px;
        height: 42px;
        border: 2px solid #555;
        border-radius: 24px;
    }
    .page .wide .persons .active .info .nm, .page .wide .persons .active .info .pr{display: block;}
}

@media screen and (max-width: 640px) {
    .page .wide .dsc {margin-bottom: 38px;}
    .page .wide .numbers .itm {width: 100%; padding: 0 5% 48px;}

    .page .wide .lnk .itm{font-size: 24px;}
    .page .wide .advert .group{display: block}
    .page .wide .advert .group .label{width: fit-content; margin-bottom: 24px;}
    .page .wide .advert .group .value{padding: 0; border: 0; width: auto;}
}

@media screen and (min-width: 1080px) and (max-width: 1599px) {
    .current-info{width: 967px;}
    .header{width: 1000px;}
    .header .logo {font-size: 32px;}
    .header .menu {font-size: 15px;}
    .subhead{width: 1000px;}
    .subhead .tags a{font-size: 16px;}
    .content{width: 924px;}
    .longread{width: 100%;}

    .idx .swith{
        display: block;
        width: 462px;
        position: absolute;
        left: 50%;
        padding-top: 24px;
        margin-bottom: 24px;
        text-align: center;
    }
    .idx .swith span{font-size: 15px; padding: 6px 12px; margin: 18px 0 0; border-radius: 6px; cursor: pointer}
    .idx .swith .active{background: #ddd;}

    .idx .latest .post .title {font-size: 18px;}
    .idx .first{width: 462px;}
    .idx .second{width: 462px; margin-top: 42px;}
    .idx .second .post{margin-right: 0;}
    .idx .second .post a{flex-direction: row-reverse;}
    .idx .second .post .data{width: 100%}
    .idx .second .post .image{width: 80px; min-width: 80px; margin: 0 0 0 12px;}
    .idx .second .post .image img{width: 80px;}
    .idx .second .post .title {font-size: 15px;}
    .idx .second .post .time{font-size: 12px;}
    .idx .main{display: none; width: 462px; margin: 42px 0 0; background: #fff;}
    .idx .main .post{margin: 24px 0 24px 24px;}
    .idx .main .post a{flex-direction: row-reverse;}
    .idx .main .post .data{width: 100%}
    .idx .main .post .image{display: block; width: 80px; min-width: 80px; margin: 0 0 0 12px;}
    .idx .main .post .image img{width: 80px}
    .idx .main .post .title {font-size: 15px;}
    .idx .main .post .time{font-size: 12px;}

    .idx .list{width: 292px;}
    .idx .list .post .image{width: 90px; min-width: 90px;}
    .idx .list .post .title{font-size: 15px;}
    .idx .list .post .time{font-size: 12px;}
    .idx .list .post .image img{width: 90px;}
    .idx .list .big .image {width: 292px;}
    .idx .list .big .image img {width: 292px; }
    .idx .bn300{display: none;}
    .idx .bn300x3{width: 100%;}
    .idx .bn300x2{width: 100%;}
    .idx .mr0{margin-right: 0;}

    .navigation{display: none}

    .blogs .post{width: calc(50% - 12px)}

    .pst .center{width: 600px; margin-left: 0;}
    .pst .crsl{width: calc(100% + 96px); margin-left: -48px;}

    .lenta .center, .collection .center, .search .center, .page .center {width: 600px}
    .lenta .preloader, .collection .preloader, .search .preloader{width: 928px;}

    .preloader{width: 1000px}

    .footer{width: 1000px;}
    .footer .logo{font-size: 32px; margin-bottom: 38px;}
    .footer .lnk{margin: 0 19px;}
    .footer .lnk .item{margin: 0 19px;}
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .current-info{width: 1247px;}
    .header{width: 1280px;}
    .header .search-input input{width: calc(100% - 74px); margin-left: 19px;}
    .subhead{width: 1280px}
    .content{width: 1204px;}
    .longread{width: 100%;}

    .post .title {font-size: 15px;}
    .post .image {width: 90px; min-width: 90px;}
    .post .image img {width: 90px;}

    .page .wide .lnk {width: 763px;}

    .idx .first{width: 451px;}
    .idx .second{width: 451px;}
    .idx .list {width: 277px;}
    .idx .list .big .image{width: 277px; min-width: 277px; margin-right: 0;}
    .idx .list .big .image img {width: 277px;}

    .navigation{width: 1204px;}
    .pst .center {width: 580px}

    .lenta .center, .collection .center, .search .center, .page .center {width: 880px}
    .lenta .preloader, .collection .preloader, .search .preloader {width: 1208px;}

    .preloader{width: 1280px;}

    .footer{width: 1280px;}
}