.news{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:4vh;padding:12vh 4vh 4vh;background:var(--color-bg-news)}@media(max-width:1180px){.news{padding:22vh 2vh 12vh;gap:1vh}}.news .news-card{flex-basis:calc(23% - 1.5vw);flex-grow:1;max-width:calc(50% - 2vw)}@media(max-width:1180px){.news .news-card{flex-basis:100%;margin-bottom:0;max-width:100%}}.news-card{overflow:hidden;position:relative;display:flex;flex-direction:column;background-color:var(--color-card-news);padding:15px;border-radius:.7rem}.news-card.rtl{direction:rtl;text-align:right}.news-card.rtl .headOfNewsCard__save-mark:last-child{margin-right:auto;margin-left:0}.news-card.rtl .cover-wrapper{margin-right:0;margin-left:20px}@media(max-width:1180px){.news-card{flex-direction:inherit;padding:10px;border-radius:10px}}@media(min-width:1180px){.news-card:hover{opacity:.7}}@media(max-width:1180px){.news-card-head__full{display:none}}.news-card-head__mob{display:none}@media(max-width:1180px){.news-card-head__mob{display:block}}.news-card .title-wrapper{min-height:130px;width:100%;overflow:hidden;position:relative}.news-card .title-wrapper h2{color:var(--color-main-text);font-weight:500;font-size:18px;line-height:23px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:90%}@media(max-width:1180px){.news-card .title-wrapper h2{font-weight:400;font-size:16px;line-height:24px;width:86%}}.news-card .title-wrapper-content{display:flex;justify-content:space-between}.news-card .title-wrapper .footer{width:100%;position:absolute;bottom:0}@media(min-width:1180px){.news-card .title-wrapper .footer{display:block}}.news-card .title-wrapper .posted-time{display:none;position:absolute;bottom:0}@media(max-width:1180px){.news-card .title-wrapper .posted-time{display:block}}.news-card a{position:relative}.news-card-footer{position:absolute;bottom:30px;display:flex;align-items:center;gap:1vh;font-weight:300;color:var(--white-60)}@media(max-width:1180px){.news-card-footer{display:none}}.news-card .save-mark svg path{stroke:var(--color-marks)}.cover-wrapper{position:relative;width:100%;border-radius:10px;overflow:hidden;margin-bottom:20px;max-height:68vh}.cover-wrapper.default{max-height:25vh;min-height:25vh}@media(max-width:1180px){.cover-wrapper.default{min-width:130px;min-height:150px;max-width:130px;max-height:150px;margin-right:20px;margin-bottom:0;order:-1}}.cover-wrapper.big-card{width:100%;max-height:100%;height:300px;border-radius:10px;overflow:hidden;margin-bottom:0;flex-grow:1}@media(max-width:1180px){.cover-wrapper.big-card{order:0;max-height:260px;margin-bottom:20px}}.cover-wrapper img{width:100%;height:100%;object-fit:cover;border:none}.cover-wrapper .placeholder{height:100%;width:100%;background-color:hsla(0,0%,62%,.255)}.cover-wrapper .youtube-label{position:absolute;padding:5px 10px;border-radius:5px;background-color:rgba(0,0,0,.5);color:#fff;top:7px;left:7px;gap:10px}@media(max-width:1180px){.cover-wrapper .youtube-label{padding:3px}.cover-wrapper .youtube-label-text{display:none}}.cover-wrapper .youtube-label-text.small{display:none}.cover-wrapper .gradient-animation{position:relative;width:100%;height:100%;background:linear-gradient(90deg,#484848,#e8e8e8);animation:gradientAnimation 1s linear infinite}@keyframes gradientAnimation{0%{background-position:-200% 100}to{background-position:200% 0}}.cover-wrapper.rtl{direction:rtl}.cover-wrapper.rtl .youtube-label{top:7px;left:auto;right:7px}@media(max-width:1180px){.cover-wrapper.rtl.default{margin-right:0;margin-left:20px}}.publication-time{color:#a09ea1;font-weight:400;font-size:13px;display:flex;align-items:center;gap:5px}.publication-time svg path{fill:#a09ea1!important}.headOfNewsCard{display:flex;gap:10px}@media(max-width:1180px){.headOfNewsCard{gap:10px;padding:0 3px 10px 0;flex-direction:column}}.headOfNewsCard .source-block{display:flex;gap:10px;align-items:center}@media(max-width:1180px){.headOfNewsCard .source-block{width:40vw}}.headOfNewsCard__save-mark:last-child{margin-left:auto}.headOfNewsCard__image-wrap{background-color:var(--color-stroke);border-radius:50%;width:25px;height:25px;overflow:hidden}@media(max-width:1180px){.headOfNewsCard__image-wrap{width:16px;height:16px}}.headOfNewsCard__image-wrap img{width:100%;height:100%;object-fit:cover}.headOfNewsCard__image-wrap svg{height:100%;width:100%}.headOfNewsCard__source-name{color:var(--white-96);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:1180px){.headOfNewsCard__source-name{max-width:6vw}}.headOfNewsCard.mode .headOfNewsCard__source-name{color:var(--color-main-text)!important}.bg-blur{transition:1s;animation:bg-fade-in .6s;position:fixed;width:100vw;height:100vh;background:var(--color-blur);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:8}@keyframes bg-fade-out{0%{opacity:1}to{opacity:0}}@keyframes bg-fade-in{0%{opacity:0}to{opacity:1}}.info-modal{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:50}.info-modal-content{position:absolute;padding:2vw;z-index:100;background-color:var(--color-player-card-cover);width:25%;border-radius:.7rem;top:50%;left:50%;translate:-50% -50%;flex-direction:column;gap:20px;color:var(--color-main-text);text-align:center}@media(max-width:1180px){.info-modal-content{width:90%;padding:6vw}}.info-modal-content .terms{margin-top:10px;font-size:14px}.info-modal-content svg{scale:.7}.info-modal-content-close{position:absolute;top:1vw;right:1vw;scale:2}@media(max-width:1180px){.info-modal-content-close{top:3vw;right:3vw}}.info-modal-content-close svg path,.info-modal-content-logo svg path{fill:var(--color-logo-signin)}.info-modal-content a{color:var(--color-link-privacy-policy);text-decoration:underline}.authButton{padding:10px 0;width:100%;border:1px solid var(--color-stroke);background-color:hsla(0,0%,100%,0);color:var(--color-main-text);display:flex;border-radius:1.5rem}.authButton-box{width:100px;display:flex;gap:15px;font-size:16px}@media(min-width:1180px){.authButton:hover{cursor:pointer}}.signIn{min-height:100vh}.blockCards{display:flex;width:100%}@media(max-width:1180px){.blockCards{flex-direction:column}}.blockCards-left{width:50%;padding-right:2vh}.blockCards-left .headOfNewsCard{padding:0 3px 25px 0}@media(max-width:1180px){.blockCards-left{width:100%;padding:0;margin-bottom:1vh}}.blockCards-right{width:50%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:4vh;padding-left:2vh}@media(max-width:1180px){.blockCards-right{width:100%;padding:0;gap:1vh}}.blockCards-right .news-card{flex-basis:calc(50% + 0vh);flex-grow:1;max-width:calc(50% - 2vh);min-width:calc(50% - 2vh)}@media(max-width:1180px){.blockCards-right .news-card{flex-basis:100%;margin-bottom:0;max-width:100%}}.blockCards .we-collect{width:100%;text-align:center}.bigCard{overflow:hidden;position:relative;display:flex;flex-direction:column;min-height:100%;max-height:100vh;background-color:var(--color-card-news);padding:15px;border-radius:10px}@media(max-width:1180px){.bigCard{min-height:330px}}@media(min-width:1180px){.bigCard:hover{opacity:.7}}.bigCard.rtl{direction:rtl;text-align:right}.bigCard.rtl .headOfNewsCard__save-mark:last-child{margin-right:auto;margin-left:0}@media(max-width:1180px){.bigCard-head{order:3}.bigCard-head .headOfNewsCard{flex-direction:inherit;padding:0 3px 10px 0!important}}.bigCard .headOfNewsCard__save-mark svg path{stroke:var(--color-marks)}.bigCard .title-wrapper{margin-bottom:30px}.bigCard .title-wrapper h2{color:var(--color-main-text);font-weight:500;font-size:30px;line-height:35px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media(max-width:1180px){.bigCard .title-wrapper h2{font-weight:400;font-size:16px;line-height:24px}.bigCard .title-wrapper{order:1}}.bigCard a{position:relative}.bigCard-footer{display:flex;align-items:center;gap:1vh;font-weight:300;color:var(--white-60);margin-bottom:30px}@media(max-width:1180px){.bigCard-footer{order:2}}.buttonUI{padding:1.5vh 4vh;border-radius:3vh;font-size:2vh;font-weight:300;background-color:hsla(0,0%,50%,0);border:1px solid var(--color-stroke);color:var(--color-button-text);display:flex;align-items:center;justify-content:center}@media(min-width:1180px){.buttonUI:hover{cursor:pointer}}.buttonUI.active{background-color:var(--main);border-color:var(--main);color:var(--color-button-text-active)}@media(min-width:1180px){.buttonUI.active:hover{box-shadow:0 0 7px 3px rgba(155,54,192,.291)}}.buttonUI svg path{fill:var(--color-main-text)}.page-turn{height:10vh;width:100%;color:var(--color-main-text);overflow-x:auto}@media(max-width:1180px){.page-turn{justify-content:unset}}.page-turn .buttonUI{margin:0 10px}.page-turn.rtl{direction:rtl}