@font-face{font-family:Montserrat-Regular;src:url(/fonts/Montserrat/Montserrat-Regular.ttf) format("truetype")}@font-face{font-family:Kelson-Sans-Regular-RU;src:url("/fonts/kelson/Cyrillic/Russian Cyrillic/Kelson Sans Regular RU.otf") format("truetype")}@font-face{font-family:GothamPro-Light;src:url(/fonts/GothamPro/GothamPro-Light.ttf) format("truetype")}html body{position:relative;font-family:Kelson-Sans-Regular-RU;font-size:14px;padding:0;margin:0;background:#e8dccd}html body #__next{padding:0;margin:0 auto;min-height:100vh;width:100%;max-width:1600px;position:relative;display:flex;flex-direction:column}html body #__next header{display:grid;grid-template-columns:auto;grid-template-rows:auto auto auto auto;grid-template-areas:"logo" "sitename" "search" "menu" "breadcrumbs"}@media(min-width:992px){html body #__next header{grid-template-columns:200px auto 200px;grid-template-rows:auto auto;grid-template-areas:"logo sitename search" "menu menu menu" "breadcrumbs breadcrumbs breadcrumbs"}}@media(min-width:1200px){html body #__next header{grid-template-columns:200px auto 200px;grid-template-rows:auto auto auto;grid-template-areas:"logo sitename search" "logo menu search" "logo breadcrumbs search"}}html body #__next header #logo{grid-area:logo;display:flex;align-items:center;justify-content:center;margin:0;padding:20px 0 0}html body #__next header #logo img{width:90px}html body #__next header #logo:hover{background:linear-gradient(0deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.2) 30%);cursor:pointer}@media(min-width:576px){html body #__next header #logo img{width:120px}}@media(min-width:768px){html body #__next header #logo img{width:140px;margin:0}}@media(min-width:992px){html body #__next header #logo{padding:20px 0 0}html body #__next header #logo img{width:140px;margin:0 0 20px}}@media(min-width:1200px){html body #__next header #logo{padding:20px 0}html body #__next header #logo img{width:160px;margin:0}}html body #__next header #sitename{grid-area:sitename;display:flex;justify-content:center;align-items:center;margin:20px 0 0}html body #__next header #sitename svg{width:60%}html body #__next header #sitename svg .fill{background:#000}@media(min-width:576px){html body #__next header #sitename svg{width:400px}}@media(min-width:768px){html body #__next header #sitename{margin:20px 0 0}html body #__next header #sitename svg{width:500px}}@media(min-width:1200px){html body #__next header #sitename{margin:30px 0 0}}html body #__next header #search{grid-area:search;font-family:Montserrat-Regular;font-size:.8em;font-weight:600;display:flex;align-items:center;justify-content:center;margin:0}html body #__next header #search span{margin:0 10px}html body #__next header #search:hover{background:linear-gradient(0deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.2) 30%);cursor:pointer}html body #__next header #search svg{width:25px}@media(min-width:576px){html body #__next header #search{font-size:1em}html body #__next header #search svg{width:30px}}@media(min-width:992px){html body #__next header #search{font-size:1em}html body #__next header #search svg{width:50px}}html body #__next header #menu{position:relative;grid-area:menu;display:flex;flex-direction:column;justify-content:flex-end}html body #__next header #menu ul{font-family:Montserrat-Regular;background:#646057;list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}html body #__next header #menu ul li{font-size:1em;font-weight:400;white-space:nowrap}html body #__next header #menu ul li a{display:block;padding:5px 10px;text-decoration:none;color:#faf2e3}html body #__next header #menu ul li a:hover{background:#5a5850;color:#fff}@media(min-width:576px){html body #__next header #menu ul li{margin:5px 15px}}@media(min-width:768px){html body #__next header #menu ul li{margin:5px 20px;font-size:1.2em}}@media(min-width:1200px){html body #__next header #menu ul li{font-size:1.3em}}html body #__next header #breadcrumbs{position:relative;grid-area:breadcrumbs;min-height:20px;line-height:20px;background:#f3e8d4;display:flex;flex-direction:column;justify-content:center}html body #__next header .breadcrumbs-active{background:#ded3bf!important}html body #__next main{flex:1 0 240px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}html body #__next main .screen{position:relative;margin:1px auto;width:100%;min-height:20px;background:#9b958b}html body #__next main .screen img{width:100%}html body #__next main .wr{flex-grow:1;width:100%;display:flex;flex-direction:column;font-family:Kelson-Sans-Regular-RU;line-height:1.3em}html body #__next main .wr .content{flex-grow:1;padding:1px;margin:0 10px;background:#f3e8d4}html body #__next main .wr .content svg{height:1.2em;margin:0 0 -.3em}html body #__next main .wr .content .txt{text-align:justify;padding:12px}html body #__next main .wr .content .txt h1,html body #__next main .wr .content .txt h2{font-weight:300;text-align:center;line-height:1.1em}html body #__next main .wr .content .txt p.author{margin:30px 0 0;text-align:right;font-size:.8em;line-height:1.3em}html body #__next main .wr .content .txt p.centered{text-align:center}html body #__next main .wr .content .txt ul{list-style-type:decimal}html body #__next main .wr .content .txt ul p{text-indent:0}html body #__next main .wr .content .txt a{color:#3e3931}html body #__next main .wr .content .txt a:hover{color:#677e8b}html body #__next main .wr .content .txt div.centered{display:flex;justify-content:center}html body #__next main .wr .content .txt div.centered p{text-indent:0;display:inline;margin:0 auto}html body #__next main .wr .content .txt hr{border:0;background:#646057;height:1px}html body #__next main .wr .content .txt .searchResults{font-size:1rem;text-align:left}html body #__next main .wr .content .txt .searchResults .items{width:100%}html body #__next main .wr .content .txt .searchResults .items .item{background:#f1f1f1;margin:0 0 1px;padding:5px;display:flex;flex-wrap:wrap;justify-content:center;line-height:1.1em}html body #__next main .wr .content .txt .searchResults .items .item .item-img{padding:10px}html body #__next main .wr .content .txt .searchResults .items .item .item-txt{flex:1 0 240px;padding:10px}html body #__next main .wr .content .txt .searchResults .items .item .item-txt p{margin:5px}html body #__next main .wr .content .txt .searchResults .items .item:nth-child(odd){background:#fffaed}html body #__next main .wr .content .txt .searchResults .items .item:nth-child(2n){background:#e8d8bc}html body #__next main .wr .content .txt .searchForm{text-align:left}html body #__next main .wr .content .txt .searchForm .grid{display:flex;flex-wrap:wrap}html body #__next main .wr .content .txt .searchForm .grid section{margin:1px}html body #__next main .wr .content .txt .searchForm .grid section .items{flex:1 0 240px;margin:20px}html body #__next main .wr .content .txt .searchForm .grid section .item{text-align:left;padding:6px}html body #__next main .wr .content .txt .searchForm .grid section .item h4{margin:0}html body #__next main .wr .content .txt .searchForm .grid section .item:nth-child(2n){background:#edddcd}html body #__next main .wr .content .txt .searchForm .grid section .item p{margin:10px}html body #__next main .wr .content .txt .searchForm .grid section a:hover{cursor:pointer;text-decoration:underline}html body #__next main .wr .content .txt .searchForm .grid section input{margin:0 5px 0 0;height:30px;width:100%;max-width:400px;font-size:18px;line-height:18px}html body #__next main .wr .content .txt .searchForm .grid section button{margin:0;height:30px;font-size:18px;line-height:18px}html body #__next main .wr .content .txt .searchForm .grid section.dates ul{list-style:none;margin:0;display:flex;flex-wrap:wrap;justify-content:center;padding:5px;background:#edddcd}html body #__next main .wr .content .txt .searchForm .grid section.dates ul li{background:#f3e8d4;margin:5px;padding:0 6px}@media(min-width:768px){html body #__next main .wr .content .txt .searchForm .grid{display:grid}}html body #__next main .wr .content .txt .page-catalog{display:flex;flex-wrap:wrap}html body #__next main .wr .content .txt .page-catalog .items{flex:1 0 240px;margin:20px}html body #__next main .wr .content .txt .page-catalog .item{text-align:left;padding:6px}html body #__next main .wr .content .txt .page-catalog .item h4{margin:0}html body #__next main .wr .content .txt .page-catalog .item:nth-child(2n){background:#edddcd}html body #__next main .wr .content .txt .page-catalog .item-years ._wr{margin:0 auto;max-width:400px;display:flex;flex-wrap:wrap;justify-content:center}html body #__next main .wr .content .txt .page-catalog .item-years ._wr a{display:block;padding:5px;background:#f3e8d4;margin:5px}html body #__next main .wr .content .txt .page-catalog .authors{margin:20px 0;width:100%;text-align:left;display:grid;grid-template-columns:auto;grid-template-rows:auto auto auto auto auto auto auto auto auto;grid-template-areas:"a1" "a2" "a3" "a4" "a5" "a6" "a7" "a8" "a9"}@media(min-width:576px){html body #__next main .wr .content .txt .page-catalog .authors{grid-template-columns:auto auto;grid-template-rows:auto auto auto auto;grid-template-areas:"a1 a2" "a3 a4" "a5 a6" "a7 a8" "a9 a9"}}@media(min-width:1200px){html body #__next main .wr .content .txt .page-catalog .authors{grid-template-columns:auto auto auto;grid-template-rows:auto auto auto;grid-template-areas:"a1 a2 a3" "a4 a5 a6" "a7 a8 a9"}}html body #__next main .wr .content .txt .page-catalog .authors .a{width:225px;height:300px;position:relative;margin:20px auto;font-size:1rem;font-weight:100;text-align:center;line-height:1.2em;perspective:1000}html body #__next main .wr .content .txt .page-catalog .authors .a:hover{cursor:pointer}html body #__next main .wr .content .txt .page-catalog .authors .a:hover .flipper{transform:rotateY(180deg)}html body #__next main .wr .content .txt .page-catalog .authors .a .flipper{transition:.6s;transform-style:preserve-3d;position:relative}html body #__next main .wr .content .txt .page-catalog .authors .a .flipper .front{width:225px;height:300px;z-index:1}html body #__next main .wr .content .txt .page-catalog .authors .a .flipper .front img{display:block;margin:0;padding:0;width:100%}html body #__next main .wr .content .txt .page-catalog .authors .a .flipper .front .desc{margin:0;padding:0;height:50px;position:relative;background:rgba(123,124,117,.8);width:100%;color:#fffaf0;display:flex;flex-direction:column;justify-content:center;align-items:center}html body #__next main .wr .content .txt .page-catalog .authors .a .flipper .back{position:absolute;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:225px;height:300px;z-index:1;transform:rotateY(180deg);display:flex;flex-direction:column;justify-content:center;align-items:center;background:rgba(123,124,117,.95);background:#677e8b;color:#fffaf0}html body #__next main .wr .content .txt .page-catalog .authors .a .flipper .back div{margin:0 0 5px;padding:0 10px}html body #__next main .wr .content .txt .page-catalog .authors .a .flipper .back div.fio{font-size:1.2em;line-height:1.2em;margin:0 0 10px}html body #__next main .wr .content .txt .page-catalog .authors .a1{grid-area:a1}html body #__next main .wr .content .txt .page-catalog .authors .a2{grid-area:a2}html body #__next main .wr .content .txt .page-catalog .authors .a3{grid-area:a3}html body #__next main .wr .content .txt .page-catalog .authors .a4{grid-area:a4}html body #__next main .wr .content .txt .page-catalog .authors .a5{grid-area:a5}html body #__next main .wr .content .txt .page-catalog .authors .a6{grid-area:a6}html body #__next main .wr .content .txt .page-catalog .authors .a7{grid-area:a7}html body #__next main .wr .content .txt .page-catalog .authors .a8{grid-area:a8}html body #__next main .wr .content .txt .page-catalog .authors .a9{grid-area:a9}html body #__next main .wr .content .txt .page-author{text-align:left;display:grid;grid-template-columns:auto;grid-template-rows:auto auto auto;grid-template-areas:"foto" "bio" "pics"}@media(min-width:1200px){html body #__next main .wr .content .txt .page-author{grid-template-columns:30% auto;grid-template-rows:auto auto;grid-template-areas:"foto bio" "pics pics"}}html body #__next main .wr .content .txt .page-author .foto{grid-area:foto}html body #__next main .wr .content .txt .page-author .bio{grid-area:bio}html body #__next main .wr .content .txt .page-author .pics{grid-area:pics}html body #__next main .wr .content .txt .page-author .foto{display:flex;flex-direction:column;align-items:center}html body #__next main .wr .content .txt .page-author .foto .pic{margin:20px auto}html body #__next main .wr .content .txt .page-author .foto .pic img{width:100%;max-width:300px}html body #__next main .wr .content .txt .page-author .foto .meta{line-height:1.1em;margin-bottom:20px}html body #__next main .wr .content .txt .page-author .foto .meta h4:first-child{margin:0 0 10px;text-align:center;font-size:1em}html body #__next main .wr .content .txt .page-author .foto .meta p{font-size:1em;text-align:center;text-indent:0;margin:5px 0}html body #__next main .wr .content .txt .page-author .foto .meta p:first-child{margin-top:0}@media(min-width:1200px){html body #__next main .wr .content .txt .page-author .foto .meta h4:first-child,html body #__next main .wr .content .txt .page-author .foto .meta p{font-size:.8em}}html body #__next main .wr .content .txt .page-author .bio{padding:0 20px 20px}html body #__next main .wr .content .txt .page-author .bio p{text-indent:2em;text-align:justify}html body #__next main .wr .content .txt .page-author .bio p:first-child{margin-top:0}html body #__next main .wr .content .txt .page-author .bio h4{font-size:.8em;margin-bottom:0}html body #__next main .wr .content .txt .page-author .bio ul{margin-top:5px;font-size:.8em}@media(min-width:1200px){html body #__next main .wr .content .txt .page-author .bio{padding:20px}html body #__next main .wr .content .txt .page-author .bio .meta p{text-align:left}}html body #__next main .wr .content .txt .page-author .pics .switch{margin-bottom:20px}html body #__next main .wr .content .txt .page-author .pics .switch a{display:inline-block;font-size:.8em;background:#e8d8bc;padding:5px 10px}html body #__next main .wr .content .txt .page-author .pics .switch a.active{background:#bcad93}html body #__next main .wr .content .txt .page-pic{display:block;grid-template-columns:30% auto;grid-template-rows:auto;grid-template-areas:"img desc"}@media(min-width:768px){html body #__next main .wr .content .txt .page-pic{display:grid}}html body #__next main .wr .content .txt .page-pic .img{grid-area:img;padding:20px 0}html body #__next main .wr .content .txt .page-pic .img img{width:100%;border:1px solid #646057}html body #__next main .wr .content .txt .page-pic .img .nextprev{display:flex;justify-content:space-around;text-transform:uppercase;font-size:.6em}html body #__next main .wr .content .txt .page-pic .img .nextprev a{cursor:pointer}html body #__next main .wr .content .txt .page-pic .img .nextprev span{color:#ccc}html body #__next main .wr .content .txt .page-pic .desc{grid-area:desc;padding:20px 0}html body #__next main .wr .content .txt .page-pic .desc div.meta p{margin:2px 0}html body #__next main .wr .content .txt .page-pic .desc div.desc-txt{margin-bottom:40px}html body #__next main .wr .content .txt .page-pic .desc div.desc-txt p{margin:2px 0}html body #__next main .wr .content .txt .page-pic .desc div.desc-txt ul{list-style:"– ";margin:0;padding:0}html body #__next main .wr .content .txt .page-pic .desc div.desc-txt ul li{margin:0;padding:0}html body #__next main .wr .content .txt .page-pic .desc div.litra{font-size:.8em}@media(min-width:768px){html body #__next main .wr .content .txt .page-pic .desc{padding:20px 0 0 40px}}html body #__next main .wr .content .txt-worded p{text-indent:2em;text-align:justify}@media(min-width:576px){html body #__next main .wr{font-size:14px}html body #__next main .wr .content{margin:0 30px}html body #__next main .wr .content .txt{padding:20px 40px 40px}}@media(min-width:768px){html body #__next main .wr{font-size:16px}html body #__next main .wr .content{margin:0 60px}}@media(min-width:992px){html body #__next main .wr{font-size:18px}html body #__next main .wr .content{margin:0 120px}}@media(min-width:1200px){html body #__next main .wr{font-size:20px}html body #__next main .wr .content{margin:0 200px}}@media(min-width:1600px){html body #__next main .wr{font-size:24px}}html body #__next footer{font-family:GothamPro-Light}html body #__next footer .wr{min-height:160px;font-size:1.1em;line-height:1.3em}html body #__next footer .wr .content{background:#7b7c75;color:#f1f1f1;padding:10px;margin:0 10px}html body #__next footer .wr .content .txt{margin:10px}html body #__next footer .wr .content .txt p.big{font-size:1.4em;line-height:1.2em;font-weight:500}html body #__next footer .wr .content .txt p:first-child{margin-top:0}html body #__next footer .wr .content .txt ul{list-style:none;margin:0 0 40px;padding:0;display:flex}html body #__next footer .wr .content .txt ul li{margin:0;padding:0}html body #__next footer .wr .content .txt svg{height:1.2em;margin:0 0 -.3em}html body #__next footer .wr .content .txt b{font-weight:600}html body #__next footer .wr .content .txt a{padding:0 10px 0 0;margin:0 6px 0 0;display:inline-block;color:#f1f1f1;text-decoration:none}html body #__next footer .wr .content .txt a:hover{color:#f3e8d4}@media(min-width:576px){html body #__next footer .wr .content{margin:0 30px}}@media(min-width:768px){html body #__next footer .wr .content{display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 60px;white-space:nowrap}html body #__next footer .wr .content .txt ul{justify-content:center}}@media(min-width:992px){html body #__next footer .wr .content{margin:0 120px}}@media(min-width:1200px){html body #__next footer .wr .content{margin:0 200px}}@media(min-width:1600px){html body #__next footer .wr .content{font-size:1.2rem}}@media(min-width:1200px){html body #__next .w{background:#ccc;width:900px}}@media(min-width:1600px){html body #__next .w{background:#ccc;width:100%}}