:root{--black: #000;--white: #FFF;--yellow: #FDC500;--blue: #17469E;--grey: #4E4E4E;--light-grey: #F2F2F2}*,*:before,*:after{margin:0;padding:0;border:0;box-sizing:border-box}a{text-decoration:none;color:inherit}ul,ol,li{list-style:none}img{vertical-align:top;max-width:100%}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}html,body{height:100%}body{line-height:1;font-size:16px;font-family:Montserrat,sans-serif;color:var(--black)}button{background-color:inherit;font-weight:inherit;font-size:inherit;color:inherit}.btn{position:relative;color:var(--black);border:1px solid var(--black);border-radius:50px;padding:9px 55px;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;text-transform:uppercase;min-width:190px;text-align:center}.btn.hover{padding:9px 35px 9px 55px}.btn.hover:after{content:"";display:inline-block;margin-left:20px;background-repeat:no-repeat;background-position:center right;background-size:contain;background-image:url(/images/arrow.svg);width:0px;height:10px;transition:width .3s}.btn.hover:hover{color:var(--blue);border-color:var(--blue)}.btn.hover:hover:after{width:20px}.btn-white{color:var(--white);border-color:var(--white)}.yellow{color:var(--yellow)}.bg-yellow{background-color:var(--yellow)}.black{color:var(--black)}.bg-black{background-color:var(--black)}.white{color:var(--white)}.bg-white{background-color:var(--white)}.blue{color:var(--blue)}.bg-blue{background-color:var(--blue)}.gray{color:var(--grey)}.bg-gray{background-color:var(--grey)}.light-gray{color:var(--light-grey)}.bg-light-gray{background-color:var(--light-grey)}.center{text-align:center}.right{text-align:right}.left{text-align:left}.pos-img{width:100%;height:100%;object-fit:cover;object-position:center}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}.banner-block{margin:10px auto;position:relative}.banner-block img{width:100%;height:100%;object-position:center;object-fit:contain}.main{margin-bottom:100px}.wrapper{min-height:100%;overflow:hidden;display:flex;flex-direction:column}[class*=__container]{max-width:1200px;margin:0 auto;padding:0 15px}.header__container{display:flex;justify-content:space-between;min-height:100px;align-items:center;padding-top:10px;padding-bottom:10px;gap:10px}.menu__list{display:flex;flex-wrap:wrap;column-gap:30px;row-gap:5px;align-items:center}.menu__link{font-size:14px;font-weight:600;text-transform:uppercase}.menu__link.btn{min-width:auto;padding:9px 20px}.menu__link:hover{color:var(--blue)}.menu__link.btn:hover{color:var(--light-grey)}.main__category{padding:11px 0}.main__category ul{display:flex;flex-wrap:wrap;gap:30px}.main__category span{font-weight:600}.main__category a:hover,.main__category a.active{color:var(--blue)}.main__photo{position:relative;overflow:hidden;min-height:426px;color:#fff}.main__photo>img,.main__body_content_item .item img,.main__podcast .main__podcast_photo img{top:0;left:0;width:100%;height:100%;position:absolute;object-position:center;object-fit:cover;z-index:-1}.main__photo_block{position:relative;padding:100px 80px 56px 100px}.main__photo_title{font-size:32px;font-weight:900;text-transform:uppercase;margin:40px 0 20px}.main__photo_content{margin-bottom:70px;max-width:600px;font-weight:400;line-height:1.5}.main__photo:before,.main__body_content_item .item:before{left:0;top:0;width:100%;height:100%;content:"";display:block;position:absolute;background:linear-gradient(90deg,rgba(0,0,0,.9) 10%,transparent)}.main__photo_podcasts:before{background:linear-gradient(90deg,rgba(36,30,183,.9) 10%,transparent)}.main__body{display:flex;justify-content:space-around;margin-top:70px}.main__body_sidebar{width:calc(100% / 3 * 1);padding-right:28px}.main__body_content{width:calc(100% / 3 * 2)}.main__body_sidebar_item{background:var(--light-grey);padding:25px;margin-bottom:14px;position:relative}.main__body_sidebar_item h3{font-weight:600;margin-bottom:6px}.main__body_sidebar_item:hover h3{color:var(--blue)}.main__body_sidebar_item .content{font-size:14px;margin-bottom:11px}.main__body_sidebar_item .datetime{font-size:11px}.main__body_sidebar_item .datetime .date{margin-right:24px}.main__body_sidebar_item.article-photo{padding:0}.main__body_sidebar_item.article-photo img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.main__body_sidebar_item.article-photo>a{display:block;padding:50px 20px;position:relative;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);color:#fff}.main__body_sidebar_item.article-photo:hover h3{color:#e8e8e8}.main__body_sidebar_item.article-photo .content{display:none}.main__body_sidebar_item.article-bold{color:#000;font-weight:700;border:2px solid #000;box-sizing:border-box}.main__body_sidebar_item.article-red h3{color:red}.main__body_sidebar_item.article-red:hover h3{color:#ff3535}.main__body .btn{margin-bottom:20px}.main__body_content_item .items{display:flex;justify-content:space-between;flex-wrap:wrap}.main__body_content_item .item{width:48%;margin-bottom:60px;height:252px;position:relative;color:#fff;padding:20px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-end;z-index:1}.main__body_content_item .item:before{background:linear-gradient(0deg,rgba(0,0,0,.9) 10%,transparent)}.main__body_content_item .item__photo_block{position:relative}.main__body_content_item .item__photo_title{font-weight:600;margin-bottom:10px}.main__body_content_item .item__photo_content{font-size:14px}.main__body_content_item .item button{display:block;position:absolute;right:0;bottom:-30px;padding:6px 20px;transform-origin:top center;transform:rotateX(-90deg);opacity:0;transition:transform .3s ease-in-out,opacity .3s}.main__body_content_item .item button:after{content:"";display:inline-block;background-image:url(/images/arrow-white.svg);width:19px;height:11px;margin-left:10px;background-position:center;background-size:contain;background-repeat:no-repeat}.main__body_content_item .item:hover button{opacity:1;transform:rotateX(0)}.main__podcast{display:flex;align-content:flex-start;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.main__podcast .main__podcast_photo{width:55%;height:356px;position:relative}.main__podcast .main__podcast_content{width:45%;padding:20px 0 20px 60px;font-weight:400;line-height:1.5}.main__podcast .main__podcast_content .title{font-size:24px;font-weight:600;text-transform:uppercase;margin-bottom:24px}.main__podcast .main__podcast_content .content{margin-bottom:50px}.main__photonews{margin-top:70px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;margin-bottom:80px}.main__photonews_item{position:relative;width:49%;padding-bottom:40px}.main__photonews_item>.image{height:360px}.main__photonews_item .title{font-weight:600;font-size:24px;margin-top:30px;margin-bottom:20px}.main__photonews_item .datetime{position:absolute;left:0;bottom:4px;font-size:14px}.main__photonews_item .datetime .date{margin-right:16px}.main__anonim{background:url(/images/anonim.jpg);background-position:left;background-size:contain;background-repeat:no-repeat;background-color:#000;display:flex;min-height:420px;flex-wrap:wrap}.main__anonim_content,.main__anonim_form{width:50%}.main__anonim_content{position:relative}.main__anonim_content:before{content:"";display:block;position:absolute;background-repeat:no-repeat;background-image:url(/images/line-bg.svg);background-size:contain;background-position:center;width:110px;height:102px;top:95px;right:0}.main__anonim_content h3{font-size:32px;font-weight:900;margin-top:120px;text-transform:uppercase;margin-bottom:20px;position:relative}.main__anonim_content p{line-height:1.5}.main__anonim_form{padding:44px 54px;position:relative}.main__anonim_form textarea{padding:10px;background-color:transparent;width:100%;height:300px;font-size:16px}.main__anonim_form button{position:absolute;bottom:-12px;right:45px}.main__social{display:flex;justify-content:space-between;align-items:center;margin:70px 0;flex-wrap:wrap;flex-direction:row-reverse}.main__social_content{border:1px solid var(--grey);border-radius:50px}.main__social_content ul{display:flex;align-items:center;justify-content:space-around;gap:30px;padding:15px 40px}.main__social_data{font-size:20px;font-weight:400}.main__social_data .time{margin-right:30px}.main__content{line-height:1.5}.main__content h1,.main__content h2{font-weight:600;margin:30px 0;font-size:32px}.main__content p{margin-top:15px}.main__video{height:470px;border-radius:20px;overflow:hidden}.main__video img,.main__video iframe{width:100%;height:100%;object-position:center;object-fit:cover}.main__podcast_other h3{font-size:32px;text-transform:uppercase;font-weight:700;margin:120px 0 60px}.main__podcast_other_list{display:flex;justify-content:space-between}.main__podcast_other_list .main__photonews_item{width:32%}.main__podcast_other_list .main__photonews_item .datetime{margin-top:14px}.main__podcast_other_list .main__photonews_item .datetime .date{margin-right:16px}.main__search{display:flex;justify-content:space-between;align-items:flex-start;margin:42px 0;flex-wrap:nowrap;gap:50px;flex-direction:row}.main__search form input{padding:11px 30px;border-radius:50px}.main__news_item{display:flex;justify-content:flex-start;margin-bottom:32px}.main__news_item .image{max-width:220px;height:180px;margin-right:30px;width:100%}.main__news_item .image img{height:100%;width:100%;object-position:center;object-fit:cover}.main__news_item_content .title{font-weight:700;font-size:26px;margin-bottom:16px}.main__news_item:hover .title{color:var(--blue)}.main__news_item_content .content{font-size:14px;line-height:1.8}.main__news_item_content{padding-top:10px;padding-bottom:10px;position:relative}.main__news_item_content .datetime{font-size:14px;font-weight:400}.main__news_item_content .datetime .date{margin-right:20px}.podcasts .main__photonews,.yellow-pressa .main__photonews,.podcasts .main__podcast_other,.yellow-pressa .main__podcast_other{margin-bottom:60px}.podcasts .main__photonews_item .title,.yellow-pressa .main__photonews_item .title{text-transform:none;font-weight:600}.footer{margin-top:auto;padding-top:40px;background-color:#f2f2f2}.footer__container{display:flex;flex-wrap:wrap}.footer__logo,.footer__menu,.footer__office{width:33%}.footer__logo p{font-size:14px;margin-top:10px}.footer__logo ul{display:flex;justify-content:space-around;align-items:center;margin-top:65px}.footer__menu{text-transform:uppercase;padding:0 35px;line-height:2}.footer__menu ul{columns:2;-webkit-columns:2;-moz-columns:2}.footer__copy{padding:10px 0;font-size:14px;margin-top:50px}.footer__office li{display:block;position:relative;margin-top:20px;font-size:14px;padding-left:40px}.footer__office .country:before,.footer__office .location:before,.footer__office .email:before,.footer__office .phone:before{content:"";position:absolute;width:30px;height:20px;display:block;top:0;left:0;background-position:center;background-size:contain;background-repeat:no-repeat}.footer__office .country:before{background-image:url(/images/ukraine.svg)}.footer__office .location:before{background-image:url(/images/location.svg)}.footer__office .email:before{background-image:url(/images/email.svg)}.footer__office .phone:before{background-image:url(/images/phone.svg)}.pagination{display:flex;justify-content:center}.page_link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.carousel li.carousel__slide img{width:100%;height:100%;object-fit:cover;object-position:center}.article-tags{margin-top:20px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}.article-tags ul{display:flex;flex-wrap:wrap;gap:5px}.article-tags a{display:block;padding:3px 15px;background-color:var(--light-grey);color:var(--grey);border-radius:10px}.article_image{height:200px;width:100%;object-fit:cover;object-position:center}@media (max-width: 1199.98px){[class*=__container]{max-width:970px}}@media (max-width: 990.98px){[class*=__container]{max-width:750px}.menu__link.btn{border:none;color:var(--black)}.menu__link.btn:hover{color:var(--blue)}.mobile-icon{position:relative;top:0;right:25px;width:30px;height:25px;transition:right .5s;cursor:pointer;z-index:9}.mobile-icon .mob-icon-item,.mobile-icon:after,.mobile-icon:before{height:3px;opacity:1;visibility:visible;background-color:var(--yellow);width:100%;position:absolute;left:0;transition:transform .5s,visibility .5s,opacity .5s,background-color .5s,top .5s}.mobile-icon.active .mob-icon-item,.mobile-icon.active:after,.mobile-icon.active:before{background-color:var(--blue)}.menu__list{flex-direction:column}header .menu__link{font-size:18px;font-weight:700;text-transform:uppercase;padding:15px 15px 15px 30px;position:relative;text-align:left;background-color:transparent;display:block}header{height:50px}.header__logo{width:130px;padding-left:20px}.header__container{position:fixed;background:#fff;width:100%;z-index:9;min-height:50px;box-shadow:2px 2px 6px #0009}header .menu__link:after{content:"";position:absolute;top:-2px;left:25px;width:calc(100% - 50px);height:1px;background:var(--black)}.mobile-icon:after,.mobile-icon:before{content:"";display:block}.mobile-icon:before{top:9px}.mobile-icon:after{top:18px}.mobile-icon.active:after{top:9px;transform:rotate(135deg)}.mobile-icon.active:before{transform:rotate(45deg)}.mobile-icon.active .mob-icon-item{opacity:0}header .header__menu{position:fixed;display:block;width:240px;height:670px;top:0;right:-310px;padding:30px 0;background:var(--light-grey);transition:right .5s;z-index:9}.mobile-icon.active{right:265px}.mobile-icon.active+.header__menu{right:0}.footer__logo ul{margin-top:25px;margin-bottom:25px}.footer__container{justify-content:space-around;align-items:flex-start}.footer__logo,.footer__menu,.footer__office{width:49%}.footer__office{margin-top:30px;text-align:center}.footer__office ul{display:inline-block;text-align:left}}@media (max-width: 767.98px){[class*=__container]{max-width:none}.main__search{flex-direction:column-reverse;gap:20px}.main__body{flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center}.main__body_sidebar,.main__body_content{width:auto}.footer__logo,.footer__menu,.footer__office{min-width:300px}.main__podcast .main__podcast_photo,.main__podcast .main__podcast_content,.main__body_content_item .item,.main__photonews_item,.main__anonim_content,.main__anonim_form,.main__podcast_other_list .main__photonews_item{width:100%}main{margin-bottom:30px}.main__photo_block{padding:15px}.main__body_sidebar{padding-right:0}.main__podcast .main__podcast_content{padding-left:0}.main__photonews{margin-bottom:60px}.main__anonim_content,.main__anonim_form{padding:15px}.main__social_content ul{gap:25px;padding:15px 20px}.main__social_data{margin-left:auto}.main__social_content{margin:25px auto}.main__news_item .image{margin-right:5px;max-width:80px;max-height:60px}.main__news_item_content .title{font-size:14px}.main__news_item_content .datetime{font-size:10px}.main__podcast_other_list{flex-wrap:wrap}.main__photonews_item{margin-bottom:30px}.main__search .btn:first-child{margin-bottom:20px}.main__photonews_item>.image{height:300px}.main__anonim_content h3{margin-top:20px}.main__anonim_content:before{top:14px;right:25px}.main__anonim_form textarea{height:80px}.main__anonim{background-size:cover}.main__news_item_content .content{display:none}}@media (max-width: 565.98px){.main__news_item_content .title{font-size:12px}}
