@charset "UTF-8";/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:12px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover,.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{background-color:#000}.hamburger-box{width:24px;height:14.5px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-.75px}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:24px;height:1.5px;background-color:#000;border-radius:0;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-6.5px}.hamburger-inner:after{bottom:-6.5px}.hamburger--3dx .hamburger-box{perspective:48px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx .hamburger-inner:before,.hamburger--3dx .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,6.5px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-6.5px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:48px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r .hamburger-inner:before,.hamburger--3dx-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,6.5px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-6.5px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:48px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy .hamburger-inner:before,.hamburger--3dy .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,6.5px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-6.5px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:48px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r .hamburger-inner:before,.hamburger--3dy-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,6.5px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-6.5px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:48px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy .hamburger-inner:before,.hamburger--3dxy .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,6.5px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-6.5px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:48px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy-r .hamburger-inner:before,.hamburger--3dxy-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg) rotate(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,6.5px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-6.5px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-4.8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-4.8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(4.8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(4.8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transform:translate3d(-4.8px,-6px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transform:translate3d(-4.8px,6px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transform:translate3d(4.8px,-6px,0) rotate(45deg) scaleX(.7);transition:top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transform:translate3d(4.8px,6px,0) rotate(-45deg) scaleX(.7);transition:bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:before,.hamburger--boring .hamburger-inner:after{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-13px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-6.5px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner:after{top:-13px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-6.5px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.hamburger--elastic .hamburger-inner{top:.75px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:6.5px;transition:opacity .125s .275s ease}.hamburger--elastic .hamburger-inner:after{top:13px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,6.5px,0) rotate(135deg);transition-delay:75ms}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transform:translate3d(0,-13px,0) rotate(-270deg);transition-delay:75ms}.hamburger--elastic-r .hamburger-inner{top:.75px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:6.5px;transition:opacity .125s .275s ease}.hamburger--elastic-r .hamburger-inner:after{top:13px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,6.5px,0) rotate(-135deg);transition-delay:75ms}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transform:translate3d(0,-13px,0) rotate(270deg);transition-delay:75ms}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s .175s ease-in}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s .125s linear,left .125s .175s ease-in}.hamburger--emphatic .hamburger-inner:after{top:6.5px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s .125s linear,right .125s .175s ease-in}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{left:-48px;top:-48px;transform:translate3d(48px,48px,0) rotate(45deg);transition:left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic.is-active .hamburger-inner:after{right:-48px;top:-48px;transform:translate3d(-48px,48px,0) rotate(-45deg);transition:right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s .175s ease-in}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s .125s linear,left .125s .175s ease-in}.hamburger--emphatic-r .hamburger-inner:after{top:6.5px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s .125s linear,right .125s .175s ease-in}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{left:-48px;top:48px;transform:translate3d(48px,-48px,0) rotate(-45deg);transition:left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic-r.is-active .hamburger-inner:after{right:-48px;top:48px;transform:translate3d(-48px,-48px,0) rotate(45deg);transition:right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--minus .hamburger-inner:before,.hamburger--minus .hamburger-inner:after{transition:bottom .08s 0s ease-out,top .08s 0s ease-out,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:before,.hamburger--minus.is-active .hamburger-inner:after{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s .08s linear}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:.75px}.hamburger--slider .hamburger-inner:before{top:6.5px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner:after{top:13px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,6.5px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-3.4285714286px,-5px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-13px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:.75px}.hamburger--slider-r .hamburger-inner:before{top:6.5px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider-r .hamburger-inner:after{top:13px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,6.5px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(3.4285714286px,-5px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-13px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.hamburger--spring .hamburger-inner{top:.75px;transition:background-color 0s .13s linear}.hamburger--spring .hamburger-inner:before{top:6.5px;transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:13px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,6.5px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,6.5px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner:after{top:-13px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-6.5px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1)}.hamburger--stand .hamburger-inner{transition:transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear}.hamburger--stand .hamburger-inner:before{transition:top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent!important;transition:transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear}.hamburger--stand.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent!important;transition:transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms .12s ease,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms .12s ease}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1)}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner:before,.hamburger--vortex .hamburger-inner:after{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner:before,.hamburger--vortex.is-active .hamburger-inner:after{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner:before,.hamburger--vortex-r .hamburger-inner:after{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner:before,.hamburger--vortex-r.is-active .hamburger-inner:after{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */*,*:after,*:before{box-sizing:border-box}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;vertical-align:middle}svg:not(:root){overflow:hidden}figure{margin:0}hr{background-color:#000;border:none;box-sizing:content-box;display:block;height:1px;margin:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible;-webkit-appearance:none;-moz-appearance:none}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:0;margin:0;padding:0}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}th{font-weight:400}::-webkit-input-placeholder{color:#000}:-moz-placeholder{color:#000}::-moz-placeholder{color:#000}:-ms-input-placeholder{color:#000}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;margin:0}dl,dt,dd{margin:0;padding:0}a,a:hover,a:visited{text-decoration:none}a:focus{outline:none}nav ol,nav ul,nav li{margin:0;padding:0;list-style-type:none}::-moz-selection{background:#eee;text-shadow:none}::selection{background:#eee;text-shadow:none}i,em,address{font-style:normal}b,strong{font-weight:700}p{margin:0}p:not(:last-child){margin-bottom:1em}ul{margin:0;padding:0}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}*:before,*:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:"(" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999999;page-break-inside:avoid}thead{display:table-header-group}tr{page-break-inside:avoid}img{page-break-inside:avoid;max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px)}.clearfix{*zoom: 1}.clearfix:before{content:" ";display:table}.clearfix:after{content:" ";display:table;clear:both}@font-face{font-family:font-serif;src:url(/build/assets/BradfordLL-Regular-DCnZwnm7.woff2?url) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:font-serif-italic;src:url(/build/assets/BradfordLL-Italic-DS8lbqe3.woff2?url) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:font-serif-bold;src:url(/assets/fonts/BradfordLL-Bold.woff2?url) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:font-sans-bold;src:url(/build/assets/AkkuratStd-Bold-uXVKud7C.woff?url) format("woff");font-weight:400;font-style:normal}@font-face{font-family:font-sans;src:url(/build/assets/AkkuratStd-Regular-C4JWKY2U.woff?url) format("woff");font-weight:400;font-style:normal}@font-face{font-family:font-sans-cyr;src:url(/build/assets/AkkuratLLSubCyr-Regular-B8GCB-GY.woff2?url) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:font-sans-bold-cyr;src:url(/build/assets/AkkuratLLWebCyr-Bold-CSAOBFgo.woff2?url) format("woff2");font-weight:400;font-style:normal}header a{color:#000}header a.disabled{opacity:.4}nav a{color:#000;position:relative}nav a:after{position:absolute;content:"";background-color:#e4181c;height:1px;width:100%;bottom:0;z-index:1;left:0;opacity:0;transition:.3s opacity}nav a:hover:after,nav a.active:after{opacity:1}a.post-teaser{color:#000}.sidebar .searchnav a{color:#fff}.tags a{color:#000;text-decoration:underline}.msg{margin:20px 0;padding:15px;border:1px solid #e4181c}.msg h4{font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1c3578}.msg h4:not(:last-child){margin-bottom:.5em}.btn{background-color:#1c3578;color:#fff;padding:.5em 1em;transition:.3s all;font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:0}.btn:hover{background-color:#000}.btn.secondray{background-color:#686f7b}.btn.secondray:hover{background-color:#fff}.btn.white{background-color:#fff;color:#1c3578}.btn.white:hover{background-color:#fff}.btn-donation{border:2px solid #1c3578;color:#e4181c;font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:.5em 1em;width:100%;text-align:center;font-size:16px;line-height:1.25;transition:.3s all}@media screen and (min-width: 720px){.btn-donation{font-size:17px;line-height:1.25}}@media screen and (min-width: 1024px){.btn-donation{font-size:20px;line-height:1.25}}@media screen and (min-width: 1300px){.btn-donation{font-size:22px;line-height:1.25}}.btn-donation:hover{border:2px solid #e4181c}:lang(ru) .btn{font-family:font-sans-bold-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comments-form{margin-top:3em;margin-bottom:3em;font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.comments-form .btns{display:flex;justify-content:space-between;margin:1em 0}.comments-form input,.comments-form textarea{border:1px solid #666666;width:100%;margin-bottom:1em;padding:.5em}.comments-form label{display:block;padding-bottom:.4em}.comments-form .btn{font-size:15px;line-height:1.5}@media screen and (min-width: 720px){.comments-form .btn{font-size:16px;line-height:1.5}}@media screen and (min-width: 1024px){.comments-form .btn{font-size:17px;line-height:1.5}}@media screen and (min-width: 1300px){.comments-form .btn{font-size:18px;line-height:1.5}}:lang(ru) .comments-form{font-family:font-sans-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1.topic{color:#1c3578;font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:17px;line-height:1.25;margin-bottom:1.4em}@media screen and (min-width: 720px){h1.topic{font-size:18px;line-height:1.25}}@media screen and (min-width: 1024px){h1.topic{font-size:19px;line-height:1.25}}@media screen and (min-width: 1300px){h1.topic{font-size:20px;line-height:1.25}}:lang(ru) h1.topic{font-family:font-sans-bold-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.about .portraitlist{margin-top:1.6em;display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:row dense;gap:30px}@media only screen and (max-width: 719px){.about .portraitlist{grid-template-columns:1fr}}.about .portraitlist a{display:flex;gap:13px;transition:.3s all;text-decoration:none;font-size:15px;line-height:1.5;font-family:font-serif-italic,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-bottom:1px solid #DDD}@media screen and (min-width: 720px){.about .portraitlist a{font-size:16px;line-height:1.5}}@media screen and (min-width: 1024px){.about .portraitlist a{font-size:17px;line-height:1.5}}@media screen and (min-width: 1300px){.about .portraitlist a{font-size:18px;line-height:1.5}}.about .portraitlist a h3{font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.1;color:#1c3578;margin-bottom:0}.about .portraitlist a:hover,.about .portraitlist a:hover h3{color:#e4181c}.about .portraitlist a>*{align-self:flex-start}.about .portraitlist a>*:first-child{width:100px;aspect-ratio:1/1;background-color:#ddd}.about .portraitlist a>*:first-child img{width:100%;height:auto;display:block}.about .portraitlist a>*:last-child{flex:1;padding:3px 0 0}.video-responsive{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;background:#000}.mp4{max-width:100%}.mp4 video{max-width:100%;height:auto}.video-responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}video{max-width:100%}.language-state.state-active{color:#fa0}.language-state.state-disabled{color:#1b0}.language-state.state-review{color:#c00}.lang-pref-box{padding:1em 1.5em;background-color:#6577a6;font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;position:relative;margin-bottom:1.5em}.lang-pref-box .opener{display:block;display:flex;width:100%;justify-content:space-between;cursor:pointer}.lang-pref-box .opener img{width:1.5em;height:auto}.lang-pref-box .opener>*{align-self:center}.lang-pref-box .opener p{margin-bottom:0}.lang-pref-box .btn{margin-top:1.5em;font-size:13px;line-height:1.25}@media screen and (min-width: 720px){.lang-pref-box .btn{font-size:14px;line-height:1.25}}@media screen and (min-width: 1024px){.lang-pref-box .btn{font-size:15px;line-height:1.25}}@media screen and (min-width: 1300px){.lang-pref-box .btn{font-size:15px;line-height:1.25}}.lang-pref-box .table{display:block;max-height:0px;overflow:hidden;transition:.4s max-height}.lang-pref-box .table.open{max-height:300px}.lang-pref-box .table .inner{margin-top:1.5em}.lang-pref-box .close{width:1.3em;height:auto;position:absolute;top:1.1em;right:1.5em;cursor:pointer}.lang-pref-box .row{display:flex;gap:1em;border-bottom:1px solid #FFFFFF;padding:.3em 0}.lang-pref-box .row.caption{font-family:font-serif-italic,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-bottom:.6em}.lang-pref-box .row>label{width:150px}.lang-pref-box .row>*{flex:1}.lang-pref-box .row select{background-color:transparent;color:#c1d9fd}.loader{width:48px;height:48px;border:5px solid #1c3578;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;margin-left:50%;transform:translate(-50%);margin-top:2em}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.load-more-wrapper{display:flex;justify-content:center}.load-more-wrapper .load-more,.bankdata{margin-top:1em}.bankdata input{padding:5px 10px;border:1px solid #1c3578}.bankdata .flex{display:flex;gap:15px;margin:12px 0}.bankdata .btn{border:0;font-size:13px;line-height:1.25}@media screen and (min-width: 720px){.bankdata .btn{font-size:14px;line-height:1.25}}@media screen and (min-width: 1024px){.bankdata .btn{font-size:15px;line-height:1.25}}@media screen and (min-width: 1300px){.bankdata .btn{font-size:15px;line-height:1.25}}.post-teaser img{width:100%;margin-bottom:9px}@media screen and (min-width: 720px){.post-teaser img{margin-bottom:9px}}@media screen and (min-width: 1024px){.post-teaser img{margin-bottom:12px}}@media screen and (min-width: 1300px){.post-teaser img{margin-bottom:15px}}.post-teaser h1,.post-teaser h2{color:#1c3578;font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.post-teaser h2,.post-teaser h1{font-size:20px;line-height:1.25;margin-bottom:.5em}@media screen and (min-width: 720px){.post-teaser h2,.post-teaser h1{font-size:21px;line-height:1.25}}@media screen and (min-width: 1024px){.post-teaser h2,.post-teaser h1{font-size:22px;line-height:1.25}}@media screen and (min-width: 1300px){.post-teaser h2,.post-teaser h1{font-size:24px;line-height:1.25}}.post-teaser .text{font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.25;margin-bottom:1em;-webkit-hyphens:auto;hyphens:auto;text-align:justify}@media screen and (min-width: 720px){.post-teaser .text{font-size:17px;line-height:1.25}}@media screen and (min-width: 1024px){.post-teaser .text{font-size:18px;line-height:1.25}}@media screen and (min-width: 1300px){.post-teaser .text{font-size:19px;line-height:1.25}}.post-teaser .author{font-family:font-serif-italic,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1c3578;font-size:15px;line-height:1.5;margin-bottom:.8em}@media screen and (min-width: 720px){.post-teaser .author{font-size:16px;line-height:1.5}}@media screen and (min-width: 1024px){.post-teaser .author{font-size:17px;line-height:1.5}}@media screen and (min-width: 1300px){.post-teaser .author{font-size:18px;line-height:1.5}}.top-story .post-teaser h1{font-size:23px;line-height:1.12;margin-bottom:.5em}@media screen and (min-width: 720px){.top-story .post-teaser h1{font-size:27px;line-height:1.12}}@media screen and (min-width: 1024px){.top-story .post-teaser h1{font-size:29px;line-height:1.12}}@media screen and (min-width: 1300px){.top-story .post-teaser h1{font-size:32px;line-height:1.12}}.top-story .post-teaser h1:not(:first-child){margin-top:.45em}.top-story .post-teaser .text{font-size:20px;line-height:1.25}@media screen and (min-width: 720px){.top-story .post-teaser .text{font-size:21px;line-height:1.25}}@media screen and (min-width: 1024px){.top-story .post-teaser .text{font-size:22px;line-height:1.25}}@media screen and (min-width: 1300px){.top-story .post-teaser .text{font-size:24px;line-height:1.25}}.top-story .post-teaser .author{font-size:16px;line-height:1.25}@media screen and (min-width: 720px){.top-story .post-teaser .author{font-size:17px;line-height:1.25}}@media screen and (min-width: 1024px){.top-story .post-teaser .author{font-size:18px;line-height:1.25}}@media screen and (min-width: 1300px){.top-story .post-teaser .author{font-size:19px;line-height:1.25}}@media only screen and (max-width: 719px){.top-story{margin-bottom:30px}}:lang(ru) .post-teaser h1,:lang(ru) .post-teaser h2{font-family:font-sans-bold-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .post-teaser .text{font-family:font-sans-bold-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .author{font-optical-sizing:auto;font-weight:400;font-style:italic;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sidebar{display:flex;flex-direction:column;gap:30px}.sidebar .searchnav{background-color:#1c3578;padding:12px 18px 21px;color:#fff;font-size:13px;line-height:1.25;font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;aspect-ratio:200/239}@media screen and (min-width: 720px){.sidebar .searchnav{padding:18px}}@media screen and (min-width: 1024px){.sidebar .searchnav{padding:24px}}@media screen and (min-width: 1300px){.sidebar .searchnav{padding:30px}}@media screen and (min-width: 720px){.sidebar .searchnav{padding-top:12px}}@media screen and (min-width: 1024px){.sidebar .searchnav{padding-top:16px}}@media screen and (min-width: 1300px){.sidebar .searchnav{padding-top:20px}}@media screen and (min-width: 720px){.sidebar .searchnav{padding-bottom:21px}}@media screen and (min-width: 1024px){.sidebar .searchnav{padding-bottom:28px}}@media screen and (min-width: 1300px){.sidebar .searchnav{padding-bottom:35px}}@media only screen and (max-width: 1023px){.sidebar .searchnav{padding-top:20px}}@media screen and (min-width: 720px){.sidebar .searchnav{font-size:14px;line-height:1.25}}@media screen and (min-width: 1024px){.sidebar .searchnav{font-size:15px;line-height:1.25}}@media screen and (min-width: 1300px){.sidebar .searchnav{font-size:15px;line-height:1.25}}.sidebar .searchnav h4{font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.5;text-transform:uppercase;margin-bottom:1em}@media screen and (min-width: 720px){.sidebar .searchnav h4{font-size:16px;line-height:1.5}}@media screen and (min-width: 1024px){.sidebar .searchnav h4{font-size:17px;line-height:1.5}}@media screen and (min-width: 1300px){.sidebar .searchnav h4{font-size:18px;line-height:1.5}}.sidebar .searchnav h5{margin-bottom:1em;margin-top:1.5em;font-style:italic;opacity:.5}.sidebar .searchnav input,.sidebar .searchnav select{color:#fffc;width:100%;padding:.3em;border:1px solid rgba(255,255,255,.488);background-color:transparent}.sidebar .searchnav select{border-radius:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sidebar .searchnav .select-wrapper{position:relative;display:inline-block;width:100%}.sidebar .searchnav .select-wrapper:after{content:"⌄";position:absolute;right:10px;top:50%;transform:scale(1.1,.8) translateY(-85%);pointer-events:none;font-size:16px;color:#fff;opacity:.5}.sidebar .searchnav button{background-color:#ffffff34;border:0px solid rgba(255,255,255,.488);font-size:12px;line-height:1.2;text-transform:uppercase}@media screen and (min-width: 720px){.sidebar .searchnav button{font-size:12px;line-height:1.2}}@media screen and (min-width: 1024px){.sidebar .searchnav button{font-size:12px;line-height:1.2}}@media screen and (min-width: 1300px){.sidebar .searchnav button{font-size:13px;line-height:1.2}}.sidebar .searchnav .row{margin-bottom:1.22em}.sidebar .searchnav .row:last-child{margin-bottom:0}.sidebar .searchnav label{display:block;padding-bottom:.45em;font-size:12px;line-height:1.2}@media screen and (min-width: 720px){.sidebar .searchnav label{font-size:12px;line-height:1.2}}@media screen and (min-width: 1024px){.sidebar .searchnav label{font-size:12px;line-height:1.2}}@media screen and (min-width: 1300px){.sidebar .searchnav label{font-size:13px;line-height:1.2}}.sidebar .searchnav .search-row{display:flex;gap:10px}:lang(ru) .sidebar{font-family:font-sans-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .sidebar h4{font-family:font-sans-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.post-teaser .meta,.post-detail .meta{display:flex;justify-content:flex-start;gap:2em;margin-bottom:2.2em;margin-top:3em;font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:1.25}@media screen and (min-width: 720px){.post-teaser .meta,.post-detail .meta{font-size:14px;line-height:1.25}}@media screen and (min-width: 1024px){.post-teaser .meta,.post-detail .meta{font-size:15px;line-height:1.25}}@media screen and (min-width: 1300px){.post-teaser .meta,.post-detail .meta{font-size:15px;line-height:1.25}}.post-teaser .meta .comments,.post-detail .meta .comments{gap:.8em;display:flex}.post-teaser .meta .comments svg,.post-detail .meta .comments svg{width:1.1em;margin-bottom:.55em}.post-teaser .meta .views,.post-detail .meta .views{gap:.6em;display:flex}.post-teaser .meta .views svg,.post-detail .meta .views svg{width:1.2em;margin-bottom:.7em}.post-teaser .meta .rates,.post-detail .meta .rates{gap:1.6em;display:flex}.post-teaser .meta .rates .thumb-up,.post-detail .meta .rates .thumb-up{cursor:pointer;gap:.55em;display:flex}.post-teaser .meta .rates .thumb-up svg,.post-detail .meta .rates .thumb-up svg{width:1em;margin-bottom:.55em}.post-teaser .meta .rates .thumb-down,.post-detail .meta .rates .thumb-down{cursor:pointer;gap:.55em;display:flex}.post-teaser .meta .rates .thumb-down svg,.post-detail .meta .rates .thumb-down svg{width:1em;margin-bottom:.55em}.post-teaser .meta .share,.post-detail .meta .share{position:relative}.post-teaser .meta .share svg,.post-detail .meta .share svg{width:1.1em;cursor:pointer;margin-bottom:.4em}.post-teaser .meta .share .share-options,.post-detail .meta .share .share-options{position:absolute;padding:.45em .7em .7em;top:1.6em;left:40px;transform:translate(-120%);border:1px solid #EEE;box-shadow:#959da533 0 4px 12px;width:6em;z-index:1000;background-color:#fff}.post-teaser .meta .share .share-options .channels,.post-detail .meta .share .share-options .channels{display:grid;grid-template-columns:repeat(2,1fr);gap:.9em}.post-teaser .meta .share .share-options label,.post-detail .meta .share .share-options label{font-size:12px;line-height:1;display:block;padding-bottom:1.3em;opacity:.5}@media screen and (min-width: 720px){.post-teaser .meta .share .share-options label,.post-detail .meta .share .share-options label{font-size:12px;line-height:1.2}}@media screen and (min-width: 1024px){.post-teaser .meta .share .share-options label,.post-detail .meta .share .share-options label{font-size:12px;line-height:1.2}}@media screen and (min-width: 1300px){.post-teaser .meta .share .share-options label,.post-detail .meta .share .share-options label{font-size:13px;line-height:1.2}}.post-teaser .meta .share .share-options a,.post-detail .meta .share .share-options a{color:#1c3578;font-size:12px;line-height:1.2;display:block;text-align:center;align-self:center}@media screen and (min-width: 720px){.post-teaser .meta .share .share-options a,.post-detail .meta .share .share-options a{font-size:12px;line-height:1.2}}@media screen and (min-width: 1024px){.post-teaser .meta .share .share-options a,.post-detail .meta .share .share-options a{font-size:12px;line-height:1.2}}@media screen and (min-width: 1300px){.post-teaser .meta .share .share-options a,.post-detail .meta .share .share-options a{font-size:13px;line-height:1.2}}.post-teaser .meta .share .share-options img,.post-detail .meta .share .share-options img{width:1em;height:auto}.post-teaser .meta .share .share-options .facebook,.post-detail .meta .share .share-options .facebook{width:.9em}.post-teaser .meta .share .share-options .telegram,.post-detail .meta .share .share-options .telegram{width:1.4em}.post-teaser .meta .share .share-options .x,.post-detail .meta .share .share-options .x,.post-teaser .meta .share .share-options .linkedin,.post-detail .meta .share .share-options .linkedin,.post-teaser .meta .share .share-options .mail,.post-detail .meta .share .share-options .mail{width:1.5em}.post-teaser .meta.left,.post-detail .meta.left{justify-content:flex-start;gap:2.9em;margin-bottom:0;margin-top:1.5em}.post-teaser .meta.left .rates,.post-detail .meta.left .rates{gap:.8em}:lang(ru) .meta{font-family:font-sans-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;color:#000;font-size:15px;line-height:1.5;font-family:font-serif,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (min-width: 720px){html,body{font-size:16px;line-height:1.5}}@media screen and (min-width: 1024px){html,body{font-size:17px;line-height:1.5}}@media screen and (min-width: 1300px){html,body{font-size:18px;line-height:1.5}}html{scroll-behavior:smooth;scroll-padding-top:58px}em{font-family:font-serif-italic,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page-wrapper-wide,footer>.inner,nav,header,main{max-width:1360px;margin-left:auto;margin-right:auto;padding-left:40px;padding-right:40px}@media only screen and (max-width: 719px){.page-wrapper-wide,footer>.inner,nav,header,main{padding-left:20px;padding-right:20px}}.page-wrapper-medium{max-width:930px;margin-left:auto;margin-right:auto;padding-left:40px;padding-right:40px}@media only screen and (max-width: 719px){.page-wrapper-medium{padding-left:20px;padding-right:20px}}.page-wrapper-small{margin-left:auto;margin-right:auto}@media only screen and (min-width: 1024px){.page-wrapper-small{max-width:calc(100% - 280px);padding-left:40px;padding-right:40px}}@media only screen and (min-width: 1300px){.page-wrapper-small{max-width:calc(100% - 560px);padding-left:40px;padding-right:40px}}@media only screen and (max-width: 719px){.page-wrapper-small{padding-left:0;padding-right:0}}main{padding-bottom:60px}@media screen and (min-width: 720px){main{padding-bottom:60px}}@media screen and (min-width: 1024px){main{padding-bottom:80px}}@media screen and (min-width: 1300px){main{padding-bottom:100px}}strong{font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400}:lang(ru) strong{font-family:font-sans-bold-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) html,:lang(ru) body{font-family:EB Garamond,serif;font-optical-sizing:auto;font-weight:400;font-style:normal}::-webkit-scrollbar{height:7px;width:7px}::-webkit-scrollbar-track{background-color:#fff;border-radius:0}::-webkit-scrollbar-thumb{background-color:#ddd}::-webkit-scrollbar-thumb:window-inactive{background-color:#ddd}@media only screen and (max-width: 1023px){header{position:fixed;width:100%;z-index:101;background:#fff}}header .inner{justify-content:space-between;display:flex;gap:24px;padding-top:18px;padding-bottom:18px}@media screen and (min-width: 720px){header .inner{gap:24px}}@media screen and (min-width: 1024px){header .inner{gap:32px}}@media screen and (min-width: 1300px){header .inner{gap:40px}}@media screen and (min-width: 720px){header .inner{padding-top:18px}}@media screen and (min-width: 1024px){header .inner{padding-top:24px}}@media screen and (min-width: 1300px){header .inner{padding-top:30px}}@media screen and (min-width: 720px){header .inner{padding-bottom:18px}}@media screen and (min-width: 1024px){header .inner{padding-bottom:24px}}@media screen and (min-width: 1300px){header .inner{padding-bottom:30px}}header .inner .logo-wrapper{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:24px}@media screen and (min-width: 720px){header .inner .logo-wrapper{gap:24px}}@media screen and (min-width: 1024px){header .inner .logo-wrapper{gap:32px}}@media screen and (min-width: 1300px){header .inner .logo-wrapper{gap:40px}}header .inner .logo{width:420px;align-self:center;margin:.9em 0;max-width:65vw}@media only screen and (max-width: 1023px){header .inner .logo{margin:0;height:80px;width:auto}}@media only screen and (max-width: 719px){header .inner .logo{margin:0;height:60px;width:auto}}header .inner .logo img{width:100%;height:auto}header .inner .claim{max-width:20vw;color:#1c3578;align-self:center;font-size:13px;line-height:1.2}@media screen and (min-width: 720px){header .inner .claim{font-size:14px;line-height:1.2}}@media screen and (min-width: 1024px){header .inner .claim{font-size:15px;line-height:1.2}}@media screen and (min-width: 1300px){header .inner .claim{font-size:16px;line-height:1.2}}@media only screen and (max-width: 1023px){header .inner .claim{display:none}}header .inner .meta{flex:1;font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1;display:flex;flex-direction:column;gap:30px;align-self:flex-end;text-transform:uppercase;justify-content:flex-end}@media screen and (min-width: 720px){header .inner .meta{font-size:14px;line-height:1}}@media screen and (min-width: 1024px){header .inner .meta{font-size:14px;line-height:1}}@media screen and (min-width: 1300px){header .inner .meta{font-size:15px;line-height:1}}@media only screen and (max-width: 1023px){header .inner .meta{display:none}}header .inner .meta .channels{display:flex;gap:40px;justify-content:flex-end}header .inner .meta .channels img,header .inner .meta .channels svg{max-width:20px;max-height:20px;height:20px;transition:.3s all}header .inner .meta .channels img:hover,header .inner .meta .channels svg:hover{color:#e4181c}header .inner .meta .links{display:flex;gap:55px;justify-content:flex-end}header .inner .meta .links a{transition:.3s all}header .inner .meta .links a:hover{color:#e4181c}header .inner .meta .links .donation{display:none}@media only screen and (max-width: 1023px){header .inner .meta .links .donation{color:#e4181c;display:block}}header .inner .meta .links .lang{display:flex;flex-direction:column;gap:.35em}header .inner .meta .links>*{align-self:center}@media only screen and (max-width: 719px){header .inner .search{display:flex;margin-bottom:0}}header .inner .search svg{width:20px}header .inner .search .hamburger{padding:0}header .inner .search>*{transition:.3s opacity;cursor:pointer}header .inner .search>*:hover{opacity:.4}@media only screen and (min-width: 1024px){header .inner .search{display:none}}@media only screen and (max-width: 719px){header .inner .toggle-menu{display:flex;justify-content:center;flex-direction:column}}header .inner .toggle-menu .hamburger{cursor:pointer;z-index:1000;padding:0;display:block;transition:.3s opacity}header .inner .toggle-menu .hamburger:hover{opacity:.4}@media only screen and (min-width: 1024px){header .inner .toggle-menu{display:none}}header .search{text-align:right;margin-bottom:.7em;font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header .search input{border:1px solid #ddd;font-size:12px;line-height:1.2;padding:.3em}@media screen and (min-width: 720px){header .search input{font-size:12px;line-height:1.2}}@media screen and (min-width: 1024px){header .search input{font-size:12px;line-height:1.2}}@media screen and (min-width: 1300px){header .search input{font-size:13px;line-height:1.2}}header .search input::-moz-placeholder{font-style:italic;opacity:.5}header .search input::placeholder{font-style:italic;opacity:.5}header .search input[type=text]{width:140px}header .search input[type=submit]{background-color:#fff;border:1px solid #CCC;padding:.3em 1em}header .search input[type=submit]:hover{background-color:#ccc}header .shadow{display:none;background-color:transparent;pointer-events:none;height:116px;z-index:101;position:fixed;width:100%;left:0;top:0;box-shadow:1px 1px 9px #0000001a;-webkit-box-shadow:1px 1px 9px 0px rgba(0,0,0,.1);-moz-box-shadow:1px 1px 9px 0px rgba(0,0,0,.1)}@media only screen and (max-width: 1023px){header .shadow{display:block}}@media only screen and (max-width: 719px){header .shadow{height:96px}}@media only screen and (max-width: 1023px){header.openmenu .meta{display:block;z-index:100;padding-top:30px;position:fixed;left:0;top:116px;bottom:0;background-color:#fff;align-self:auto;right:0}header.openmenu .meta .links{flex-direction:column;text-align:left;gap:0px!important;width:100%;border-top:1px solid #eee}header.openmenu .meta .links>*{align-self:flex-start}header.openmenu .meta .links a{display:block;width:100%;padding:17px 20px 13px}header.openmenu .meta .links a:not(:last-child){border-bottom:1px solid #eee}header.openmenu .meta .lang{width:100%;gap:0px!important;margin-top:30px}header.openmenu .meta .lang a{background-color:#e2e2e2;display:block;padding:15px 20px}header.openmenu .meta .lang a:not(:last-child){border-bottom:1px solid #FFF}}@media only screen and (max-width: 719px){header.openmenu .meta{top:96px}}header.openmenu .meta .channels{justify-content:flex-start;padding-top:25px;padding-left:20px}nav .topics-wrapper{position:relative;width:100%;overflow-x:hidden;border-top:1px solid #ddd;font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:1.25;margin-bottom:18px}@media screen and (min-width: 720px){nav .topics-wrapper{font-size:14px;line-height:1.25}}@media screen and (min-width: 1024px){nav .topics-wrapper{font-size:15px;line-height:1.25}}@media screen and (min-width: 1300px){nav .topics-wrapper{font-size:15px;line-height:1.25}}@media screen and (min-width: 720px){nav .topics-wrapper{margin-bottom:18px}}@media screen and (min-width: 1024px){nav .topics-wrapper{margin-bottom:24px}}@media screen and (min-width: 1300px){nav .topics-wrapper{margin-bottom:30px}}nav .topics-wrapper .scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);color:#000;cursor:pointer;border:0;z-index:1;opacity:1;height:100%;background-color:transparent;transition:.3s opacity}nav .topics-wrapper .scroll-arrow.inactive{pointer-events:none;opacity:0}nav .topics-wrapper .scroll-arrow svg{width:13px}nav .topics-wrapper .scroll-arrow.left{left:0;padding:0 100px 0 0;background-image:linear-gradient(90deg,#fff 30%,#fff0)}@media only screen and (max-width: 719px){nav .topics-wrapper .scroll-arrow.left{padding-right:50px}}nav .topics-wrapper .scroll-arrow.left svg{transform:rotate(-90deg)}nav .topics-wrapper .scroll-arrow.right{right:0;padding:0 0 0 100px;background-image:linear-gradient(-90deg,#fff 30%,#fff0)}@media only screen and (max-width: 719px){nav .topics-wrapper .scroll-arrow.right{padding-left:50px}}nav .topics-wrapper .scroll-arrow.right svg{transform:rotate(90deg)}nav .topics-wrapper .scroll-container{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}nav .topics-wrapper .scroll-container:after{content:"";width:100%;height:1px;background-color:#ddd;position:absolute;bottom:0}nav .topics-wrapper .scroll-container::-webkit-scrollbar{display:none}nav .topics-wrapper .topic{margin:0 18px 0 0;white-space:nowrap;text-align:center;border-radius:5px;flex-shrink:0;padding:23px 0}@media only screen and (max-width: 719px){nav .topics-wrapper .topic{margin:0 13px 0 0}}nav .topics-wrapper .topic:last-child{margin:0 2px 0 0}@media only screen and (max-width: 1023px){nav{padding-top:116px}nav .topics-wrapper{border-top:0}}@media only screen and (max-width: 719px){nav{padding-top:96px}}:lang(ru) .inner .meta{font-family:font-sans-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .search{font-family:font-sans-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) nav .topics-wrapper{font-family:font-sans-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}footer{padding:60px 0;background-color:#fdfdfd;background-color:#1c3578}@media only screen and (max-width: 1023px){footer{padding:30px 0}}footer>.inner{display:flex;gap:40px;justify-content:space-between;font-size:12px;line-height:1.2;color:#fff}@media only screen and (max-width: 1023px){footer>.inner{flex-direction:column}}@media screen and (min-width: 720px){footer>.inner{font-size:12px;line-height:1.2}}@media screen and (min-width: 1024px){footer>.inner{font-size:12px;line-height:1.2}}@media screen and (min-width: 1300px){footer>.inner{font-size:13px;line-height:1.2}}footer>.inner a{color:#fff;font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}footer>.inner a:hover{color:#aaa}footer>.inner .logo{width:200px}@media only screen and (max-width: 719px){footer>.inner .logo{width:240px}}footer>.inner .links{display:flex;flex-direction:column;gap:.3em}footer>.inner .links .meta{display:flex;flex-direction:column;gap:.3em;margin-top:1.8em}footer>.inner .links .meta a{font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}footer>.inner .metalinks{display:flex;flex-direction:column;gap:.3em}footer>.inner .metalinks a{font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}footer>.inner .topics label{font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:.3em}footer>.inner .topics>.inner{display:grid;grid-template-columns:1fr 1fr 1fr;grid-auto-flow:row dense;-moz-column-gap:30px;column-gap:30px;row-gap:.3em}@media only screen and (max-width: 719px){footer>.inner .topics>.inner{grid-template-columns:1fr 1fr}}footer>.inner .topics>.inner a{display:block;font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}footer>.inner .channels{display:flex;flex-direction:row;gap:30px;align-self:flex-end}@media only screen and (max-width: 1023px){footer>.inner .channels{align-self:flex-start}}footer>.inner .channels svg{width:18px;color:#fff}@media print{header .links,header .meta,header a,header .claim,nav{display:none}header{padding-bottom:30px}header a:after{content:none!important}}.home-layout{display:flex;gap:30px}.home-layout .sidebar{display:flex}.home-layout .top-story{width:66%}@media only screen and (max-width: 1023px){.home-layout .top-story{width:100%}.home-layout{display:block}.home-layout .sidebar{display:none}}.sidebar{width:33%;align-self:flex-start;display:none}@media only screen and (max-width: 1023px){.sidebar{display:none}.opensearch .sidebar{display:block;position:fixed;left:0;right:0;bottom:0;top:116px;width:100%;z-index:100;background-color:#1c3578;align-self:auto}.opensearch .sidebar .btn-donation{display:none}}@media only screen and (max-width: 719px){.opensearch .sidebar{top:96px}}.stories{display:grid;gap:30px;width:100%}@media only screen and (min-width: 720px){.stories{grid-template-columns:repeat(2,1fr)}.stories.more{grid-template-columns:repeat(3,1fr)}}.stories>*{position:relative}.stories>*:nth-child(1){grid-column:span 1;border-bottom:2px dotted #000000}@media screen and (min-width: 768px){.stories>*:nth-child(1){grid-column:span 2}}.stories>*:nth-child(2n):before{content:"";position:absolute;height:100%;top:0;right:-15px;border-right:2px dotted #000000}.post-detail img{max-width:100%;margin:0 auto;height:auto}.post-detail h1,.post-detail h2{font-size:23px;line-height:1.12;margin-bottom:.5em;color:#1c3578;font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (min-width: 720px){.post-detail h1,.post-detail h2{font-size:27px;line-height:1.12}}@media screen and (min-width: 1024px){.post-detail h1,.post-detail h2{font-size:29px;line-height:1.12}}@media screen and (min-width: 1300px){.post-detail h1,.post-detail h2{font-size:32px;line-height:1.12}}.post-detail h1:not(:first-child),.post-detail h2:not(:first-child){margin-top:.7em}.post-detail a{color:#000}.post-detail .italic-lead{font-family:font-serif-italic,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:17px;line-height:1.25;color:#1c3578}@media screen and (min-width: 720px){.post-detail .italic-lead{font-size:18px;line-height:1.25}}@media screen and (min-width: 1024px){.post-detail .italic-lead{font-size:19px;line-height:1.25}}@media screen and (min-width: 1300px){.post-detail .italic-lead{font-size:20px;line-height:1.25}}.post-detail iframe{width:100%;display:block}.post-detail iframe.ratio-16-9{aspect-ratio:16/9;height:auto}.post-detail .lead{font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:17px;line-height:1.25;margin-bottom:1em;-webkit-hyphens:auto;hyphens:auto;text-align:justify}@media screen and (min-width: 720px){.post-detail .lead{font-size:18px;line-height:1.25}}@media screen and (min-width: 1024px){.post-detail .lead{font-size:19px;line-height:1.25}}@media screen and (min-width: 1300px){.post-detail .lead{font-size:20px;line-height:1.25}}.post-detail .author{font-family:font-serif-italic,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1c3578;font-size:17px;line-height:1.25;margin-bottom:1.2em}@media screen and (min-width: 720px){.post-detail .author{font-size:18px;line-height:1.25}}@media screen and (min-width: 1024px){.post-detail .author{font-size:19px;line-height:1.25}}@media screen and (min-width: 1300px){.post-detail .author{font-size:20px;line-height:1.25}}.post-detail .body{font-size:15px;line-height:1.5}@media screen and (min-width: 720px){.post-detail .body{font-size:16px;line-height:1.5}}@media screen and (min-width: 1024px){.post-detail .body{font-size:17px;line-height:1.5}}@media screen and (min-width: 1300px){.post-detail .body{font-size:18px;line-height:1.5}}.post-detail .body a{color:#1c3578}.post-detail .body a:hover{color:#000;text-decoration:underline}.post-detail .body h2{font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1c3578;font-size:20px;line-height:1.2;margin-bottom:.6em}@media screen and (min-width: 720px){.post-detail .body h2{font-size:22px;line-height:1.2}}@media screen and (min-width: 1024px){.post-detail .body h2{font-size:24px;line-height:1.2}}@media screen and (min-width: 1300px){.post-detail .body h2{font-size:26px;line-height:1.2}}.post-detail .body h2:not(:first-child){margin-top:2em}.post-detail .body h3{font-family:font-serif-italic,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1c3578;font-size:16px;line-height:1.25;margin-bottom:.4em}@media screen and (min-width: 720px){.post-detail .body h3{font-size:19px;line-height:1.25}}@media screen and (min-width: 1024px){.post-detail .body h3{font-size:21px;line-height:1.25}}@media screen and (min-width: 1300px){.post-detail .body h3{font-size:21px;line-height:1.25}}.post-detail .body p+h3{margin-top:.85em}.post-detail .body>p{text-align:justify;-webkit-hyphens:auto;hyphens:auto}.post-detail .body table{border-top:1px solid #AAA;border-left:1px solid #AAA;margin-bottom:1em}.post-detail .body table td{border-right:1px solid #AAA;border-bottom:1px solid #AAA;padding:.2em .5em;font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:1.25}@media screen and (min-width: 720px){.post-detail .body table td{font-size:14px;line-height:1.25}}@media screen and (min-width: 1024px){.post-detail .body table td{font-size:15px;line-height:1.25}}@media screen and (min-width: 1300px){.post-detail .body table td{font-size:15px;line-height:1.25}}.post-detail .body table td strong{font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.post-detail .body .twitter-tweet,.post-detail .body .video-responsive{margin:1.5em 0}.post-detail .body blockquote{color:#e4181c;font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:1.2;border-top:2px dotted rgba(0,0,0,.5);border-bottom:2px dotted rgba(0,0,0,.5);padding:.8em 5%;margin:1em 0 .9em;text-align:center}@media screen and (min-width: 720px){.post-detail .body blockquote{font-size:22px;line-height:1.2}}@media screen and (min-width: 1024px){.post-detail .body blockquote{font-size:24px;line-height:1.2}}@media screen and (min-width: 1300px){.post-detail .body blockquote{font-size:26px;line-height:1.2}}.post-detail .body h4{font-family:font-serif,serif;font-optical-sizing:auto;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:700;color:#1c3578;margin:0}.post-detail .body h5{font-family:font-serif-italic,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;padding-left:1.7em;margin:30px 0}.post-detail .body h5:before{content:"";width:5px;bottom:.29em;position:absolute;top:.31em;left:0;background-color:#1c3578}.post-detail .body h6{font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;color:#1c3578;font-size:.8em;text-transform:uppercase;letter-spacing:.02em;padding-left:1.7em;margin:30px 0;position:relative}.post-detail .body h6:before{content:"";width:5px;bottom:.29em;position:absolute;top:.31em;left:0;background-color:#1c3578}.post-detail .body em{font-family:font-serif-italic,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.post-detail .body .interview-question{font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:justify}.post-detail .body .interview-answer,.post-detail .body .interview-subtitle{text-align:justify;margin-top:1em;padding-left:1.5em}.post-detail .body .interview-subtitle>strong{display:block}.post-detail .body .interview-subtitle strong,.post-detail .body .interview-subtitle h2,.post-detail .body .interview-subtitle h3,.post-detail .body .interview-subtitle h4{font-family:font-serif,serif;font-optical-sizing:auto;font-weight:700;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1c3578}.post-detail .body strong{font-family:font-serif,serif;font-optical-sizing:auto;font-weight:700;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.post-detail .body h5+h6{padding-top:1.8em;margin-top:-40px}.post-detail .body ul{padding-left:1em;margin-bottom:1.5em}.post-detail .body ul li{display:list-item;list-style:disc;padding-left:.5em}.post-detail .body ul li::marker{color:#1c3578;transform:scale(1.3)}.post-detail .body ol{margin-bottom:1.5em;padding-left:1.4em}.post-detail .body ol li{list-style:decimal}.post-detail .body figure{margin-bottom:2em;margin-top:1.2em}.post-detail .body figure figcaption{font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:.65em;font-size:12px;line-height:1.25}@media screen and (min-width: 720px){.post-detail .body figure figcaption{font-size:12px;line-height:1.25}}@media screen and (min-width: 1024px){.post-detail .body figure figcaption{font-size:13px;line-height:1.25}}@media screen and (min-width: 1300px){.post-detail .body figure figcaption{font-size:14px;line-height:1.25}}.post-detail .body .caption{font-size:12px;line-height:1.25;font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (min-width: 720px){.post-detail .body .caption{font-size:12px;line-height:1.25}}@media screen and (min-width: 1024px){.post-detail .body .caption{font-size:13px;line-height:1.25}}@media screen and (min-width: 1300px){.post-detail .body .caption{font-size:14px;line-height:1.25}}.post-detail .body .caption strong{font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:1.25}@media screen and (min-width: 720px){.post-detail .body .caption strong{font-size:12px;line-height:1.25}}@media screen and (min-width: 1024px){.post-detail .body .caption strong{font-size:13px;line-height:1.25}}@media screen and (min-width: 1300px){.post-detail .body .caption strong{font-size:14px;line-height:1.25}}.post-detail .body .video-responsive+.caption{margin-top:-1em;margin-bottom:2em}.post-detail .body h6+.video-responsive{margin-top:2.5em}.post-detail .post-comments{margin-top:3em;font-size:13px;line-height:1.25}@media screen and (min-width: 720px){.post-detail .post-comments{font-size:14px;line-height:1.25}}@media screen and (min-width: 1024px){.post-detail .post-comments{font-size:15px;line-height:1.25}}@media screen and (min-width: 1300px){.post-detail .post-comments{font-size:15px;line-height:1.25}}.post-detail .post-comments .title{font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-bottom:2em;font-size:17px;line-height:1.25}@media screen and (min-width: 720px){.post-detail .post-comments .title{font-size:18px;line-height:1.25}}@media screen and (min-width: 1024px){.post-detail .post-comments .title{font-size:19px;line-height:1.25}}@media screen and (min-width: 1300px){.post-detail .post-comments .title{font-size:20px;line-height:1.25}}.post-detail .post-comments .title span{color:#1c3578;font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;padding-top:.3em}.post-detail .post-comments .error{color:#e4181c;font-size:13px;line-height:1.25}@media screen and (min-width: 720px){.post-detail .post-comments .error{font-size:14px;line-height:1.25}}@media screen and (min-width: 1024px){.post-detail .post-comments .error{font-size:15px;line-height:1.25}}@media screen and (min-width: 1300px){.post-detail .post-comments .error{font-size:15px;line-height:1.25}}.post-detail .post-comments .reply{text-align:right;color:#1c3578;cursor:pointer;margin-top:1.2em;font-size:13px;line-height:1.25;font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;justify-content:flex-end;gap:.4em;width:100%}@media screen and (min-width: 720px){.post-detail .post-comments .reply{font-size:14px;line-height:1.25}}@media screen and (min-width: 1024px){.post-detail .post-comments .reply{font-size:15px;line-height:1.25}}@media screen and (min-width: 1300px){.post-detail .post-comments .reply{font-size:15px;line-height:1.25}}.post-detail .post-comments .reply span{align-self:flex-end}.post-detail .post-comments .reply svg{fill:#1c3578;align-self:flex-end;width:1em;transform:translateY(-.2em)}.post-detail .tags{margin:3em 0;font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666}.post-detail .tags a{color:#666;text-decoration:none;position:relative;padding-bottom:.15em;margin-right:1em}.post-detail .tags a:after{position:absolute;content:"";background-color:#000;height:1px;width:100%;bottom:0;z-index:1;left:0;transition:.3s all;opacity:.3}.post-detail .tags a:hover:after{opacity:1;background-color:#e4181c}.post-detail .tags label{text-transform:uppercase;font-size:13px;line-height:1.25;display:block;margin-bottom:.7em}@media screen and (min-width: 720px){.post-detail .tags label{font-size:14px;line-height:1.25}}@media screen and (min-width: 1024px){.post-detail .tags label{font-size:15px;line-height:1.25}}@media screen and (min-width: 1300px){.post-detail .tags label{font-size:15px;line-height:1.25}}.post-detail .tags{margin:3em 0;color:#666}.post-detail .tags a{color:#666;display:inline-block;margin-bottom:.5em}.post-detail .tags label{text-transform:uppercase}.post-detail .tags .tags-wrapper{font-size:13px;line-height:1.25}@media screen and (min-width: 720px){.post-detail .tags .tags-wrapper{font-size:14px;line-height:1.25}}@media screen and (min-width: 1024px){.post-detail .tags .tags-wrapper{font-size:15px;line-height:1.25}}@media screen and (min-width: 1300px){.post-detail .tags .tags-wrapper{font-size:15px;line-height:1.25}}.post-detail .comment{border-top:1px solid #666;padding-top:1em;font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.post-detail .comment:not(:last-child){margin-bottom:2em}.post-detail .comment h5{font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1c3578;font-size:15px;line-height:1.5}@media screen and (min-width: 720px){.post-detail .comment h5{font-size:16px;line-height:1.5}}@media screen and (min-width: 1024px){.post-detail .comment h5{font-size:17px;line-height:1.5}}@media screen and (min-width: 1300px){.post-detail .comment h5{font-size:18px;line-height:1.5}}.post-detail .comment .date{color:#1c3578;margin-bottom:1em;font-size:15px;line-height:1.5}@media screen and (min-width: 720px){.post-detail .comment .date{font-size:16px;line-height:1.5}}@media screen and (min-width: 1024px){.post-detail .comment .date{font-size:17px;line-height:1.5}}@media screen and (min-width: 1300px){.post-detail .comment .date{font-size:18px;line-height:1.5}}.post-detail .comment .text{font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.35;max-width:100%;overflow-wrap:break-word;text-align:justify;unicode-range:U+0000-007F}.post-detail .comment .translated{color:#686f7b;font-family:font-serif-italic,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-bottom:.5em}.post-detail .comment .answerto{padding-bottom:.9em;color:#686f7b;display:block}.post-detail .comment .answerto label{font-family:font-serif-italic,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.post-detail .comment.level-1{margin-left:20px}.post-detail .comment.level-2{margin-left:40px}.post-detail .comment.level-3{margin-left:60px}.post-detail .thankyou{font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e4181c;margin-top:1em}.post-detail.inline .comments-form,.post-detail.inline .share-options{display:none}.post-detail.inline h1{font-size:32px;line-height:1.12}.post-detail.inline .lead,.post-detail.inline .author{font-size:20px;line-height:1.25}.post-detail.inline .meta{font-size:15px;line-height:1.25}.post-detail.inline .body{font-size:18px;line-height:1.5}.post-detail.inline .body h2{font-size:26px;line-height:1.2}.post-detail.inline .body h3{font-size:20px;line-height:1.25}.post-detail.inline .body blockquote{font-size:26px;line-height:1.2}.post-detail.inline .post-comments .title,.post-detail.inline .comment h5,.post-detail.inline .comment .date{font-size:22px;line-height:1.25}:lang(ru) .post-detail h1,:lang(ru) .post-detail .lead{font-family:font-sans-bold-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .post-detail .body h2,:lang(ru) .post-detail .body blockquote{font-family:font-sans-bold-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .post-detail .body h5 strong{font-family:font-sans-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .post-detail .body h3{font-family:font-serif-italic,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .post-detail .body figure figcaption{font-optical-sizing:auto;font-weight:400;font-style:italic;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .post-detail .author{font-optical-sizing:auto;font-weight:400;font-style:italic;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .post-detail .tags{font-family:font-sans-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .post-detail .post-comments .title{font-family:font-sans-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .post-detail .post-comments .title span{font-family:font-sans-bold-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .post-detail .post-comments .reply{font-family:font-sans-bold-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .post-detail .comment{font-family:font-sans-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .post-detail .comment .text{font-family:font-sans-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(ru) .post-detail .comment h5,:lang(ru) .post-detail .comment .thankyou{font-family:font-sans-bold-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.about{padding-top:2.2em}.about h1:not(:first-child),.about h2:not(:first-child){margin-top:2em}.about h1+ul,.about h2+ul{margin-top:-.5em}.about h3{font-family:font-serif-italic,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1c3578;font-size:16px;line-height:1.25;margin-bottom:.4em}@media screen and (min-width: 720px){.about h3{font-size:19px;line-height:1.25}}@media screen and (min-width: 1024px){.about h3{font-size:21px;line-height:1.25}}@media screen and (min-width: 1300px){.about h3{font-size:21px;line-height:1.25}}.about p{text-align:justify}.about a{text-decoration:underline}.about ul li{display:block;padding-bottom:.2em}.about ul li a{font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1c3578;transition:all .3s;text-decoration:none;font-size:20px;line-height:1.25}@media screen and (min-width: 720px){.about ul li a{font-size:21px;line-height:1.25}}@media screen and (min-width: 1024px){.about ul li a{font-size:22px;line-height:1.25}}@media screen and (min-width: 1300px){.about ul li a{font-size:24px;line-height:1.25}}.about ul li a:hover{color:#e4181c}.author-detail .header{display:flex;gap:2em;justify-content:flex-start;margin-bottom:2.5em}.author-detail .header img{width:240px;height:auto;border:1px solid #AAAAAA}.author-detail .header *{align-self:flex-end}.author-detail h6{font-family:font-serif-italic,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translateY(.3em)}.author-detail .text{text-align:justify}.author-detail a{text-decoration:underline}.author-detail .author_link{display:inline-block;margin-top:1em;font-family:font-sans-bold,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1c3578;transition:.3s all;text-decoration:none}.author-detail .author_link:hover{color:#e4181c}:lang(ru) .author-detail h1,:lang(ru) .author-detail h2,:lang(ru) .about h1,:lang(ru) .about h2{font-family:font-sans-bold-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.found{font-family:font-sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.5;margin-top:.6em;display:block}@media screen and (min-width: 720px){.found{font-size:16px;line-height:1.5}}@media screen and (min-width: 1024px){.found{font-size:17px;line-height:1.5}}@media screen and (min-width: 1300px){.found{font-size:18px;line-height:1.5}}h1.topic.flex{display:flex;gap:1em}h1.topic.flex img{width:100px;border:1px solid #AAAAAA}h1.topic.flex>*{align-self:flex-end}h1.topic.flex .text{transform:translateY(.3em)}h1.topic.flex a{transition:.3s all;color:#1c3578}h1.topic.flex a:hover{color:#e4181c}.stories-list{display:grid;-moz-column-gap:60px;column-gap:60px;row-gap:30px;width:100%}@media only screen and (min-width: 1024px){.stories-list{grid-template-columns:repeat(2,1fr)}.stories-list.more{grid-template-columns:repeat(2,1fr);padding-top:30px}.stories-list.more:not(.noborder){border-top:2px dotted rgba(0,0,0,.5);margin-top:30px}.stories-list.lead>*:nth-child(odd):before{content:"";position:absolute;height:100%;top:0;right:-31px;border-right:2px dotted #000000;opacity:.25}.stories-list.more>a:not(.idx3-3):before{content:"";position:absolute;height:100%;top:0;right:-31px;border-right:2px dotted #000000;opacity:.25}.stories-list.more .line{border-bottom:2px dotted #000000;opacity:.25}.stories-list.more .line.second{grid-column:1/-1;height:1px;margin:10px 0}.stories-list.more .line.third{display:none}}@media only screen and (min-width: 1300px){.stories-list.more{grid-template-columns:repeat(3,1fr)}.stories-list.more .line.third{grid-column:1/-1;height:1px;margin:10px 0;display:block}.stories-list.more .line.second{display:none}}@media only screen and (max-width: 719px){.stories-list.more{row-gap:30px}.stories-list.more .line{display:none}.stories-list.more .story:before{margin-bottom:40px;content:"";width:100%;display:block;border-bottom:2px dotted #000000;opacity:.25}}.stories-list>*{position:relative}:lang(ru) .found{font-family:font-sans-cyr,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
