section.news .bar{display:block;position:absolute;width:calc(100% - 36px);left:18px;height:5px;background:var(--Primary);top:18px}[data-animations=on] section.news .bar{-webkit-transition:width 2s cubic-bezier(0.4,0.5,0,1);transition:width 2s cubic-bezier(0.4,0.5,0,1);width:0}[data-animations=on] section.news .bar.inview{width:calc(100% - 36px)}@media (max-width:767px){[data-animations=on] section.news .bar.inview{width:calc(100% - 50px)}}@media (max-width:767px){section.news .bar{left:25px;height:6px}}section.news .spans{position:absolute;top:0;left:0;width:100%;height:calc(var(--vh, 1vh) * 100 - 0px);height:100svh;pointer-events:none;z-index:3}section.news .spans span{position:absolute;width:5px;height:5px;display:block;background:var(--Primary)}section.news .spans span:first-of-type{left:18px;top:50%;margin-top:-2.5px}section.news .spans span:nth-of-type(2){right:18px;top:50%;margin-top:-2.5px}section.news .spans span:nth-of-type(3){left:18px;bottom:18px}section.news .spans span:nth-of-type(4){right:18px;bottom:18px}section.news .container{padding-top:160px;padding-bottom:160px;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:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:calc(var(--vh, 1vh) * 100 - 0px);min-height:100svh}@media (max-width:767px){section.news .container{min-height:auto;min-height:initial;padding:50px 0}section.news .container [class*=col]{padding:0}section.news .container h3.title{padding:0 25px 50px}}section.news .block{position:relative}@media (max-width:1023px){section.news .block{margin-top:24px}}@media (max-width:767px){section.news .block{margin:24px auto 0;max-width:72vw}}section.news .block a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}section.news .block a:after,section.news .block a:before{opacity:0}[data-animations=on] section.news .block a.animate~.tag:before{width:100%;-webkit-transition:width 0.4s 0.35s ease-out;transition:width 0.4s 0.35s ease-out}[data-animations=on] section.news .block a.animate~.tag:after{width:0;-webkit-transition:width 0.4s ease-in;transition:width 0.4s ease-in}section.news .block .thumb{padding-bottom:60%;margin-bottom:18px;display:block;overflow:hidden}@media (max-width:767px){section.news .block .thumb{padding-bottom:65%}}section.news .block .tag{padding-top:15px;position:relative}section.news .block .tag:after{content:"";display:block;position:absolute;width:100%;height:0.5px;background:var(--Primary);right:0;top:0}section.news .block .tag:before{content:"";display:block;position:absolute;width:0;height:0.5px;background:var(--Primary);left:0;top:0}section.news .block .title{padding-top:15px;text-align:left}