html, body {
    height: 100%;
    font-size: 18px;
    line-height: 24px;
}
body {
    color: #262627;
    background-color: #f1eee9;
    font-family: 'Lora', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    min-width: 320px;
}
/* Temporary fix for Google Chrome bug http://stackoverflow.com/q/22011139/2697872 */
body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
:focus {
    outline: none !important;
}
a,
a:focus {
    color: #2f4c54;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
a:hover {
    text-decoration: none;
    color: #ad662b;
}
::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; text-overflow:ellipsis;font-family: 'Montserrat', sans-serif; font-weight: 600;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; text-overflow:ellipsis;font-family: 'Montserrat', sans-serif; font-weight: 600;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; text-overflow:ellipsis;font-family: 'Montserrat', sans-serif; font-weight: 600;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; text-overflow:ellipsis;font-family: 'Montserrat', sans-serif; font-weight: 600;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease; font-family: 'Montserrat', sans-serif; font-weight: 600;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease; font-family: 'Montserrat', sans-serif; font-weight: 600;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease; font-family: 'Montserrat', sans-serif; font-weight: 600;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease; font-family: 'Montserrat', sans-serif; font-weight: 600;}
img {
    max-width: 100%;
}
video {
    width: 100%  !important;
    height: auto !important;
}
iframe {
    border: none;
}
/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
    width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
    }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #2f4c54;
}
h1,
.h1 {
    font-size: 36px;
    line-height: 44px;
}
h2,
.h2 {
    font-size: 30px;
    line-height: 38px;
}
h3,
.h3 {
    font-size: 21px;
    line-height: 26px;
}
h4,
.h4 {
    font-size: 18px;
    line-height: 24px;
}
h5,
.h5 {
    font-size: 16px;
    line-height: 20px;
}
h6,
.h6 {
    font-size: 14px;
    line-height: 18px;
}
p {
    margin-bottom: 0;
}
.container-fluid,
.container {
    position: relative;
}
header {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #E4DADA;
    height: 100px;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
header .nav {
    margin-top: 37px;
}
header .nav li {
    font-size: 16px;
    line-height: 26px;
    color: #2F4C54;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
header .nav li + li {
    margin-left: 15px;
}
.header-logo {
    margin-top: 23px;
    display: block;
}
.header-action {
    margin-top: 35px;
}
.header-action > a {
    display: inline-block;
    height: 32px;
}
.header-action__search {
    width: 32px;
    height: 32px;
}
.header-lang {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #E4DADA;
    text-transform: uppercase;
    border-radius: 8px;
    text-align: center;
    height: 32px;
    width: 58px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    vertical-align: top;
    margin: 0 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
    box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
}
.header-lang a {
    display: block;
}
.navbar-toggler {
    border: none;
    border-radius: 0;
    vertical-align: top;
    display: none;
    margin: 0 18px 0 0;
    padding: .25rem 0;
}
.navbar-toggler:hover {
    background: transparent !important;
}
.navbar-toggler.collapsed .icon-bar{
    background-color: #2f4c54;
}
.navbar-toggler .icon-bar {
    background-color: #2f4c54;
    border-radius: 0;
    width: 23px;
    height: 2px;
    transition: all 0.2s;
    display: block;
}
.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 7px;
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 0 100%;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin:-5% 0;
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
.no-scroll {
    overflow: hidden;
}
.no-scroll .front-menu {
    display: none !important;
}
#mobile-menu {
    position: fixed;
    top: 100px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background-color: #f1eee9;
    padding: 20px 0;
    overflow-y: scroll;
    overflow-x: hidden;
}
#mobile-menu .nav {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 38px;
    color: #2f4c54;
}
#mobile-menu .nav li {
    display: block;
    width: 100%;
}
.header-social {
    display: inline-block;
}
.fr-icon {
    cursor: pointer;
    display: inline-block;
}
.fr-icon_fb,
.fr-icon_tw {
    width: 32px;
    height: 32px;
}
.fr-icon_fb {
    background: url(../images/fb.svg) no-repeat center center;
}
.fr-icon_tw {
    background: url(../images/tw.svg) no-repeat center center;
    margin-left: 13px;
}
.fr-icon_sort {
    background: url(../images/sort.svg) no-repeat center center;
    width: 25px;
    height: 18px;
    vertical-align: middle;
}
.wrap {
    width: 100%;
    flex: 1 0 auto;
    margin-right: auto;
    margin-left: auto;
}
footer {
    color: #333;
    width: 100%;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background-color: #e4dada;
    padding: 45px 0;
}
footer .nav {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #2f4c54;
}
footer .nav > li {
    margin-right: 16px;
}
footer .nav > li:last-child {
    margin-right: 0;
}
.front footer {
    background: none;
    border-top: 1px solid #e4dada;
    padding: 25px 0;
}
.front-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -20px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    z-index: 1000;
    background-image: none;
    background-color: #2f4c54;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-image 0.3s linear;
    -webkit-transition: background-image 0.3s linear;
    -moz-transition: background-image 0.3s linear;
    -o-transition: background-image 0.3s linear;
}
.front-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #E4DADA;
    z-index: 9999;
}
.front-menu__wrap {
    position: relative;
    min-height: 100%;
}
.front-menu__wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #2f4c54;
    opacity: .5;
}
.front-menu__padding {
    padding-right: 20px;
    padding-left: 40px;
}
.front-menu__padding:last-child {
    border-top: 1px solid rgba(255,255,255, .1);
}
.front-menu__logo {
    padding-top: 23px;
    display: block;
    position: relative;
    z-index: 9999;
    height: 100px;
}
.front-menu .nav {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #f1ece4;
    padding: 25px 0;
    position: relative;
    z-index: 100;
}
.front-menu .nav li {
    display: block;
    width: 100%;
}
.front-menu .nav a,
.front-menu .nav a:hover,
.front-menu .nav a:focus {
    color: #f1ece4;
}
.front-menu-mobile .nav {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #f1ece4;
    position: relative;
    display: block;
}
.front-menu-mobile .nav li {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    background-color: #2f4c54;
}
.front-menu-mobile .nav li span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 20px;
}
.front-menu-mobile .nav li.no-image span {
    position: relative;
    padding: 40px 20px;
}
.front-menu-mobile .nav a,
.front-menu-mobile .nav a:hover,
.front-menu-mobile .nav a:focus {
    color: #f1ece4;
    display: block;
}
.front-menu-mobile img {
    width: 100%;
}
.front-menu-mobile a {
    position: relative;
}
.front-menu-mobile a::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #2f4c54;
    opacity: .5;
}
.front-text {
    background-color: #dbd4c4;
    padding-top: 30px;
    color: #2f4c54;
    line-height: 1.2;
}
.footer-social {
    margin-top: 25px;
    text-align: center;
}
.form-control {
    background-color: #fff;
    font-size: 21px;
    line-height: 26px;
    color: #2f4c54;
    height: 50px;
    border: 1px solid #e4dada;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
    box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
}
.form-control:focus {
    box-shadow: none;
    border-color: #e4dada;
}
textarea.form-control {
    height: auto;
}
.button {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    height: 50px;
    line-height: 20px;
    background: #2f4c54;
    border-radius: 8px;
    border: 1px solid #e4dada;
    padding: 0 45px;
    z-index: 100;
    cursor: pointer;
}
.help-block {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 5px;
    color: #de4831;
    font-weight: 700;
}
.fade.in {
    opacity: 1;
}
/* content */
.content {
    width: 100%;
    padding: 50px 0;
}
.content-wrap {
    background-color: #fff;
    border: 1px solid #e4dada;
    border-radius: 8px;
    position: relative;
}
.content-wrap__border {
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 10;
}
.content-wrap__in {
    padding: 35px 40px;
    position: relative;
}
.content-wrap__in__print {
    text-align: right;
    float: right;
    margin-left: 15px;
    display: block;
    cursor: pointer;
}
.content-wrap__in__print i {
    display: block;
    background: url(../images/print.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}
.content-title {
    margin-bottom: 30px;
}
.content-section {
    color: #2f4c54;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
.content-section a {
    display: inline-block;
}
.content-section svg {
    margin: 0 10px;
    position: relative;
    top: 1px;
}
.content-date {
    font-family: 'Merriweather', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
    color: #2f4c54;
    margin-bottom: 20px;
}
.content-original__img {
    position: relative;
    text-align: center;
}
.content-original__img img {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.content-original__img.loader .ajax-loader {
    display: block;
}
.content-original__img.loader img {
    opacity: 0;
}
.content-original__img .ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 10%;
    margin: 0 auto;
    display: none;
}
.content-original-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    border-radius: 8px;
    border: 1px solid #e4dada;
    height: 32px;
    padding: 0 20px;
    margin-bottom: 25px;
    display: inline-block;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
    box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
}
.content-original-btn:hover,
.content-original-btn:focus {
    color: #2f4c54;
}
.content-original__pagination {
    margin: 40px 0 20px;
}
.content-original__pagination ul {
    padding: 0;
    list-style: none;
    clear: both;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content-original__pagination ul li {
    padding: 10px 20px;
    margin: 0 7px 15px;
    border: 1px solid #e4dada;
    cursor: pointer;
}
.content-original__pagination ul li.active,
.content-original__pagination ul li:hover {
    background-color: #2f4c54;
    border-color: #2f4c54;
    color: #e5e5e5;
}
.content-original__pagination ul li.clear,
.content-original__pagination ul li.clear:hover {
    background: none;
    border: 0;
    cursor: inherit;
    color: inherit;
}
.content-original__pagination__pn {
    display: inline-block;
    width: 100px;
}
.sources-view .content-section span + span,
.reviews-view .content-section span + span,
.diaries-view .content-section span + span,
.memoirs-view .content-section span + span,
.correspondence-view .content-section span + span,
.news-view .content-section span + span {
    margin-left: 15px;
    margin-bottom: 0;
}
.news-view .content-section span {
    display: inline-block;
}
.content-text {
    word-wrap: break-word;
    position: relative;
}
.content-text a:link,
.content-text a:visited {
    color: #2F4C54;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #2F4C54;
    transition: 0.4s;
}
.content-text a:hover {
    border-color: #ad662b;
    color: #ad662b;
}
.content-text::before,
.content-text::before {
    content: ' ';
    display: table;
}
.content-text::after {
    clear: both;
}
.content-text p {
    margin-bottom: 22px;
}
.content-text img {
    max-width: 100%;
    height: auto !important;
}
.content-text iframe {
    max-width: 100%;
}
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
    margin-bottom: 1.5rem;
}
.content-text blockquote {
    font-size: 1.11rem;
    margin-bottom: 1.5rem;
    padding-left: 24px;
    position: relative;
}
.content-text blockquote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #ff984b;
}
.content-text .omsnote {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(55%,#fb3737),color-stop(0,rgba(204,73,61,0)));
    background-image: -webkit-linear-gradient(left,#fb3737 55%,rgba(204,73,61,0) 0);
    background-image: -o-linear-gradient(left,#fb3737 55%,rgba(204,73,61,0) 0);
    background-image: linear-gradient(90deg,#fb3737 55%,rgba(204,73,61,0) 0);
    -webkit-background-size: 6px 2px;
    -moz-background-size: 6px 2px;
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: left 19px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    cursor: pointer;
    display: inline-block;
}
.content-text a .omsnote > span,
.content-text .omsnote a > span {
    color: #333;
}
.content-text .omsnote > span {
    display: none;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
    position: absolute;
    right: 0;
    z-index: 10;
    padding: 13px;
    border: 1px solid #fb3737;
    background-color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    width: -webkit-calc(100vw - 0);
    width: -moz-calc(100vw - 0);
    width: calc(100vw - 0);
}
.content-text .omsnote:hover > span {
    display: block;
}
.content-source {
    font-size: 14px;
    line-height: 18px;
    margin: 22px 0;
}
.content-tags {
    margin-top: 22px;
    font-size: 14px;
    line-height: 18px;
}
.content-tags a:link,
.content-tags a:visited {
    border-bottom-style: dotted;
}
section h1 {
    font-size: 42px;
    line-height: 51px;
    margin-bottom: 35px;
}
.section-sort {
    float: right;
    padding-top: 15px;
}
.section-item {
    margin-bottom: 30px;
    display: block;
}
.section-item h2 {
    font-size: 18px;
    line-height: 22px;
}
.section-item .content-date {
    margin-bottom: 10px;
}
.section-item__type {
    margin-bottom: 10px;
}
.section-item__type .content-date,
.section-item__type .content-section {
    display: inline-block;
}
.section-item__type .content-section {
    color: #888;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
    margin-bottom: 10px;
}
.section-item__image {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    margin-bottom: 18px;
    border-radius: 8px;
}
.section-item__image img {
    display: block;
    width: 100%;
    border-radius: 8px;
}
.section-item__image-none {
    position: relative;
    background-color: #e4dada;
    display: table;
    width: 100%;
    height: 100%;
}
.section-item__image-none img {
    opacity: 0;
}
.section-item__image__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: rgba(47, 76, 84, 0.2);
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.section-item__btn {
    font-size: 14px;
    margin-top: 20px;
}
.section-item__btn a {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.section-item__btn a + a {
    margin-left: 12px;
}
.section-item__btn a:active {
    color: #2f4c54;
}
.section-list__also {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 30px 0;
    line-height: 1;
    color: #2f4c54;
}
.section-list__more {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
}
.section-list__more span {
    z-index: 10;
    position: relative;
}
.section-list__more a {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.section-list__more a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-color: #f0dfa4;
    z-index: 1;
    opacity: 0;
}
.section-list__more a:hover,
.section-list__more a:focus {
    color: #2f4c54;
}
.section-list__more a:hover::after,
.section-list__more a:active::after {
    opacity: 1;
}
.section-list__more i {
    display: inline-block;
    position: relative;
    top: 4px;
    margin: 0 0 0 15px;
}
.section-alph-filter__list ul {
    padding: 15px 0 16px;
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-top: 1px solid #e4dada;
    border-bottom: 1px solid #e4dada;
    margin-bottom: 40px;
}
.section-alph-filter__list li {
    flex: 0 1 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #2f4c54;
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.section-alph-filter__list li span {
    display: block;
    position: relative;
    z-index: 10;
}
.section-alph-filter__list li.disabled {
    color: #888;
}
.section-alph-filter__list li::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-color: #f0dfa4;
    z-index: 1;
    opacity: 0;
}
.section-alph-filter__list li.active::after,
.section-alph-filter__list li:hover::after,
.section-alph-filter__list li:active::after {
    opacity: 1;
}
.site .content-text {
    margin-bottom: 20px;
}
.site.content {
    padding-top: 0;
}
.news h1 {
    float: left;
}
.news-section-item {
    margin-bottom: 30px;
}
.news-section-item h2 {
    margin-top: 5px;
    margin-bottom: 15px;
}
.author-nickname,
.people-nickname {
    color: #888;
    font-size: 18px;
    line-height: 22px;
}
.people-title-alt {
    color: #888;
    font-size: 14px;
    line-height: 17px;
}
.author-view__nickname,
.people-view__nickname {
    color: #2f4c54;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
}
.people-view__title-alt {
    color: #888;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.people-view__image-desc,
.volunteer-view__image-desc {
    color: #888;
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    margin-top: 17px;
}
.people-view-links {
    background-color: #f1ece4;
    padding: 70px 0;
    margin-top: 40px;
}
.people-view-links h2 {
    font-size: 32px;
    line-height: 39px;
    padding-bottom: 18px;
}
.people-view-links ul {
    list-style: none;
    padding: 0;
    border-top: 1px solid #e4dada;
}
.people-view-links ul > li {
    border-bottom: 1px solid #e4dada;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 0;
}
.people-view-links ul > li a {
    color: #262627;
}
.ref-list {
    margin: 50px 0;
}
.ref-list .section-item h2 {
    font-size: 21px;
    line-height: 26px;
}
.ref-list .section-item h3 {
    font-size: 18px;
    line-height: 23px;
}
.ref-list .content-date {
    float: left;
    margin-right: 20px;
}
.ref-model {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #888;
    font-size: 14px;
    margin-bottom: 10px;
}
.search h1 {
    margin-bottom: 25px;
}
.search-input {
    position: relative;
}
.search-input input {
    padding-right: 150px;
}
.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.search-btn button {
    width: 140px;
}
.search-btn svg {
    display: none;
}
.search-years {
    margin: 40px 0;
}
.author-view h1 {
    font-size: 42px;
    line-height: 51px;
    margin-bottom: 15px;
}
.author-view-wrap {
    margin-bottom: 40px;
}
.author-view__image,
.people-view__image,
.volunteer-view__image,
.periodicals-view__image,
.publisher-view__image {
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.publisher-view__image {
    margin-bottom: 50px;
}
.author-view__image {
    margin-bottom: 15px;
}
.author-view__image__desc {
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    margin-bottom: 10px;
}
.author-view-links {
    background-color: #f1ece4;
    padding: 70px 0;
}
.author-view-links h2 {
    font-size: 32px;
    line-height: 39px;
    padding-bottom: 18px;
}
.author-view-links ul {
    list-style: none;
    padding: 0;
    border-top: 1px solid #e4dada;
}
.author-view-links ul > li {
    border-bottom: 1px solid #e4dada;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 0;
}
.author-view-links ul > li a {
    color: #262627;
}
.author-view-links ul > li a:hover,
.author-view-links ul > li a:focus {
    color: #ad662b;
}
.author-view-works {
    background-color: #dbd4c4;
    padding: 45px 0 10px;
}
.author-view-works__item {
    margin-bottom: 30px;
}
.author-view-works__item h3 {
    font-size: 20px;
    line-height: 24px;
    color: #262627;
}
.author-view-works__item__desc {
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    display: none;
}
.author-view-works__item__image {
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
}
.author-view-works__item__image img {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.author-view-works__item__image .author-view-works__item__desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #f1eee9;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 2;
    padding: 20px 16px;
    background: rgba(10, 0, 0, 0.8);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
}
.author-view-works__item__image:hover .author-view-works__item__desc {
    opacity: 1;
}
.author-view-works__versions {
    font-size: 16px;
    line-height: 22px;
    color: #262627;
    display: inline-block;
}
.author-view-works__versions:hover,
.author-view-works__versions:focus,
.author-view-works__versions:active {
    color: #262627;
}
.author-view-works__versions span {
    border-bottom: 1px dashed #2f4c54;
}
.author-view-works__versions svg {
    margin-left: 10px;
    position: relative;
    top: 3px;
    transition: all 0.4s ease;
    transform: rotateZ(0);
}
.author-view-works__versions.active svg {
    transform: rotateZ(90deg);
}
.author-view-works__versions-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.author-view-works__versions-list > li {
    border-top: 1px solid #e4dada;
    padding: 15px 0;
    color: #262627;
    font-size: 16px;
    line-height: 22px;
}
.author-view-works__versions-list > li:last-child {
    padding-bottom: 0;
}
.author-view-works__versions-list > li a {
    color: #262627;
}
.author-view-works__versions-list > li a:hover {
    color: #ad662b;
}
.author-view .w-gallery {
    background-color: #dddbcf;
    padding: 70px 0;
}
.author-view-menu {
    margin-bottom: 10px;
}
.author-view-menu a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}
.author-view-menu a:active,
.author-view-menu a:focus {
    color: #2f4c54;
}
.works h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}
.works-author {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    float: left;
}
.works-image {
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    margin-bottom: 15px;
}
.works-links {
    margin-bottom: 15px;
}
.works-links__item {
    font-size: 14px;
    line-height: 20px;
}
.works-links a {
    display: block;
    color: #262627;
}
.works-links a:hover,
.works-links a:focus {
    color: #ad662b;
}
.works-links__item + .works-links__item {
    margin-top: 15px;
}
.works-menu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 40px;
    padding-top: 10px;
    border-top: 1px solid #e4dada;
}
.works-menu.no-border {
    border: none;
    padding-top: 0;
    margin-top: 0;
}
.works-menu a {
    display: block;
    margin-bottom: 10px;
}
.works-menu a.active {
    color: #ad662b;
}
.publisher-title-alt {
    color: #888;
    font-size: 18px;
    line-height: 22px;
}
.publisher-view__title-alt,
.periodicals-view__title-alt {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 15px;
}
.publisher-view__city,
.periodicals-view__city {
    color: #888;
    margin-bottom: 20px;
    font-weight: 500;
}
.periodicals-view-links {
    background-color: #f1ece4;
    padding: 70px 0;
    margin-top: 40px;
}
.periodicals-view-links h2 {
    font-size: 32px;
    line-height: 39px;
    padding-bottom: 18px;
}
.periodicals-view-links ul {
    list-style: none;
    padding: 0;
    border-top: 1px solid #e4dada;
}
.periodicals-view-links ul > li {
    border-bottom: 1px solid #e4dada;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 0;
}
.publisher-view .w-gallery {
    margin-top: 40px;
}
.periodicals-view-links ul > li a {
    color: #262627;
}
.publisher-view .w-gallery__in {
    max-width: 100%;
    margin: 0;
}
.publisher-view .w-gallery__item {
    width: 275px;
    margin-right: 40px;
    text-align: center;
}
.publisher-view .w-gallery__item__img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    text-align: left;
}
.publisher-view .w-gallery__item__img span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    color: #f1eee9;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 2;
    padding: 20px 16px;
    background: rgba(10, 0, 0, 0.8);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
}
.publisher-view .w-gallery__item__img:hover span {
    opacity: 1;
}
.publisher-view-links {
    background-color: #f1ece4;
    padding: 70px 0;
    margin-top: 40px;
}
.publisher-view-links h2 {
    font-size: 32px;
    line-height: 39px;
    padding-bottom: 18px;
}
.publisher-view-links ul {
    list-style: none;
    padding: 0;
    border-top: 1px solid #e4dada;
}
.publisher-view-links ul > li {
    border-bottom: 1px solid #e4dada;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 0;
}
.publisher-view-links ul > li a {
    color: #262627;
}
.publisher .section-item__image,
.periodicals .section-item__image {
    height: 165px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #e4dada;
}
.publisher .section-item__image img,
.periodicals .section-item__image img {
    opacity: 0;
}
.author-view-links ul > li a:hover,
.author-view-links ul > li a:focus {
    color: #ad662b;
}
.sources .section-item h2,
.reviews .section-item h2,
.diaries .section-item h2,
.memoirs .section-item h2,
.correspondence .section-item h2 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 15px;
}
.sources .content-wrap,
.reviews .content-wrap,
.diaries .content-wrap,
.memoirs .content-wrap,
.correspondence .content-wrap {
    border-left: none;
}
.volunteer .section-item__image {
    border-radius: 50%;
}
.volunteer .section-item__image img {
    border-radius: 50%;
}
.volunteer .section-item h2 {
    text-align: center;
}
/* feedback */
.feedback .form-group {
    margin-bottom: 20px;
}
.feedback .g-recaptcha {
    margin-top: 25px;
}
.ajax-loader {
    background: url(../images/ajax-loader.svg) no-repeat 50% 50%;
    background-size: contain;
    width: 18px;
    height: 19px;
    margin: 40px auto;
    -webkit-animation: spinner .9s linear infinite;
    animation: spinner .9s linear infinite;
}
@keyframes spinner {
    to {transform: rotate(360deg);}
}
.pagination {
    clear: both;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #ddd;
}
.pagination > li > a,
.pagination > li > span {
    color: #333;
    border: 1px solid #626262;
    display: block;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #ddd;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
}
.pagination > li > a,
.pagination > li > span {
    text-align: center;
    line-height: 1;
    padding: 10px 15px;
}
.pagination > li {
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
    float: left;
}
.pagination > .disabled,
.pagination > .next,
.pagination > .prev {
    display: none;
}
#arrow-up {
    position: fixed;
    bottom: 100px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 99999;
    opacity: 0.8;
    padding: 8px 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
    box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
}
#arrow-up svg {
    display: block;
}
#arrow-up:hover {
    opacity: 1;
    bottom: 105px;
    background-color: #2f4c54;
}
#arrow-up:hover path {
    fill: #f1ece4;
}
/* social widget */
.w-social {
    width: 100%;
    height: 45px;
    background-color: #fff;
    position: relative;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.w-social__in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e4dada;
}
.social-likes-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    height: 45px;
    position: relative;
    border-right: 1px solid #e4dada;
}
.social-likes-item:last-child {
    border-right: none;
}
.social-likes__widget {
    height: 100%;
    cursor: pointer;
}
.social-likes__button {
    vertical-align: middle;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-likes__counter {
    font-size: 14px;
}
.social-likes__icon {
    display: inline-block;
    background-image: url(../images/social.svg);
    background-repeat: no-repeat;
    height: 24px;
}
.social-likes__icon_facebook {
    background-position: 0 0;
    width: 12px;
}
.social-likes__icon_twitter {
    background-position: -12px 0;
    width: 24px;
}
.social-likes__icon_vkontakte {
    background-position: -36px 0;
    width: 30px;
}
/* w-gallery */
.w-gallery {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.w-gallery__in {
    margin: 20px auto;
}
.w-gallery__item {
    position: relative;
    width: 100%;
}
.w-gallery__item__img {
    overflow: hidden;
    margin: 0 auto;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
}
.w-gallery__item__img img {
    display: block;
    width: auto;
    max-width: inherit;
    max-height: 100%;
    margin: 0 auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.w-gallery__item__text {
    display: none;
}
.w-gallery__text {
    font-size: 16px;
    line-height: 22px;
    float: left;
    width: 90%;
}
.w-gallery__text p + p {
    margin-top: 10px;
}
.w-gallery__count {
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    float: right;
    width: 10%;
}
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    font-size: 0;
    line-height: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10000;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, 0.75);
    color: #2f4c54;
    border: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
    box-shadow: 0 0 10px 0 rgba(175, 188, 191, 0.2);
}
.flickity-prev-next-button.previous {
    left: 20px;
}
.flickity-prev-next-button.next {
    right: 20px;
}
.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30); /* IE8 */
    opacity: 0.3;
    cursor: auto;
    display: none;
}
/*.flickity-prev-next-button svg {
    position: absolute;
    width: 42px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.25));
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.25));
}*/
.flickity-prev-next-button .arrow {
    fill: #2f4c54;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px;
}
/* subscribe widget */
.w-subscribe {

}
.w-subscribe__wrap {
    position: relative;
    height: 40px;
}
.w-subscribe input {
    background-color: #fff;
    font-size: 12px;
    line-height: 26px;
    color: #2f4c54;
    height: 100%;
    border: 1px solid #e4dada;
    border-radius: 8px;
    padding-right: 45px;
}
.w-subscribe i {
    background: url(../images/subscribe.svg) no-repeat center center;
    width: 26px;
    height: 20px;
    position: absolute;
    right: 13px;
    top: 10px;
    cursor: pointer;
}
.w-works {
    margin-top: 20px;
}
.w-works__item {
    margin-bottom: 40px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.w-works__item img {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.w-works__item__image {
    position: relative;
}
.w-works__item__image .w-works__item__desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    color: #f1eee9;
    opacity: 0;
    z-index: 2;
    padding: 20px 16px;
    background: rgba(10, 0, 0, 0.8);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.w-works__item__image:hover .w-works__item__desc {
    opacity: 1;
}
/* ion range */
.irs {
    position: relative;
    display: block;
    height: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
    height: 30px;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}
.irs-line-left {
    left: 0;
    width: 11%;
}
.irs-line-mid {
    left: 9%;
    width: 82%;
}
.irs-line-right {
    right: 0;
    width: 11%;
}
.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
    box-shadow: 0 0 10px #fff;
}
.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}
.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}
.irs-slider.single {} .irs-slider.from {} .irs-slider.to {} .irs-slider.type_last {
                                                                z-index: 2;
                                                            }
.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}
.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
    z-index: 10;
    border: 3px solid #2f4c54;
}
.irs-single {
    top: 0;
}
.irs-from {
    top: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.irs-to {
    top: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #2f4c54;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #2f4c54;
}
.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge {
    background-color: #e4dada;
    border-radius: 8px;
    height: 30px;
}
.irs-with-grid {
    height: 60px;
}
.irs-bar {
    top: 0;
    background-color: #f0dfa4;
}
.irs-bar-edge {
    top: 25px;
    height: 8px;
    width: 11px;
}
.irs-shadow {
    height: 1px;
    top: 34px;
    background: #2f4c54;
    opacity: 0.15;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=15);
}
.irs-slider {
    width: 50px;
    height: 30px;
    top: 0;
    background-color: #f0dfa4;
    cursor: e-resize;
}
.irs-slider.from {
    border-radius: 8px 0 0 8px;
}
.irs-slider.to {
    border-radius: 0 8px 8px 0;
}
.irs-slider.state_hover,
.irs-slider:hover {
    background-color: #fff;
}
.irs-min,
.irs-max {
    color: #f0ebe6;
    font-size: 14px;
    text-shadow: none;
    top: -3px;
    padding: 0 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
    background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
    color: #2f4c54;
    width: 50px;
    text-align: center;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
    background: none;
}
.irs-grid-pol {
    background: #99a4ac;
}
.irs-grid-text {
    color: #99a4ac;
}

@media (max-width: 1279px) {
    .author .section-item__image-none img,
    .people .section-item__image-none img,
    .volunteer .section-item__image-none img {
        min-height: 218px;
    }
    .search .section-item__image-none img {
        min-height: 152px;
    }
}

@media (max-width: 991px) {
    .works-author {
        float: none;
    }
    .flickity-prev-next-button.previous {
        left: 10px;
    }
    .flickity-prev-next-button.next {
        right: 10px;
    }
    .flickity-prev-next-button,
    .flickity-prev-next-button svg {
        width: 24px;
        height: 24px;
    }
    .w-gallery__text {
        font-size: 12px;
        line-height: 16px;
        width: 80%;
    }
    .w-gallery__count {
        font-size: 12px;
        line-height: 16px;
        width: 20%;
    }
    .publisher-view .w-gallery__item {
        width: 310px;
        margin-right: 40px;
    }
    .navbar-toggler {
        display: inline-block;
    }
    .author .section-item__image-none img,
    .people .section-item__image-none img,
    .volunteer .section-item__image-none img {
        min-height: 152px;
    }
    .search .section-item__image-none img {
        min-height: 152px;
    }
    .author-view .w-gallery__item__img {
        height: 400px;
    }
    .people-view .w-gallery__item__img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .header-social {
        display: none;
    }
    .header-lang {
        margin-left: 0;
    }
    .author-view__image {
        margin-bottom: 10px;
    }
    .author-view-menu {
        border-top: 1px solid #e4dada;
        margin-bottom: 20px;
    }
    .author-view-menu a {
        display: block;
        font-size: 15px;
        line-height: 26px;
        border-bottom: 1px solid #e4dada;
        padding: 6px 0;
        margin-bottom: 0;
        position: relative;
        width: 100%;
    }
    .author-view-menu a > i {
        background-image: url(../images/arrow-r.svg);
        width: 6px;
        height: 10px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 13px;
    }
    .author-view-wrap {
        margin-bottom: 20px;
    }
    .author-view h1,
    h2.author-view__nickname {
        display: none;
    }
    .publisher-view__image {
        width: 100%;
    }
    .publisher-view .w-gallery {
        margin-top: 20px;
    }
    .publisher-view .w-gallery__item {
        width: 230px;
        margin-right: 40px;
    }
    .author .section-item__image-none img,
    .people .section-item__image-none img,
    .volunteer .section-item__image-none img {
        min-height: 250px;
    }
    .search .section-item__image-none img {
        min-height: 250px;
    }
    .author-view .w-gallery__item__img {
        height: 300px;
    }
    .people-view .w-gallery__item__img {
        height: 300px;
    }
    .author h1,
    .people h1,
    .periodicals h1,
    .publisher h1,
    .volunteer h1 {
        float: left;
    }
    .author .section-alph-filter,
    .people .section-alph-filter,
    .periodicals .section-alph-filter,
    .publisher .section-alph-filter,
    .volunteer .section-alph-filter {
        float: right;
    }
    .section-alph-filter__btn svg {
        position: relative;
        top: 18px;
    }
    .section-alph-filter__list {
        display: none;
    }
    .section-alph-filter__list.show {
        display: block;
    }
    .section-alph-filter__list ul {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 100;
        padding: 30px 5px;
        display: block;
    }
    .section-alph-filter__list li {
        display: inline-block;
        width: 40px;
        flex: none;
        font-size: 15px;
        line-height: 40px;
        font-weight: 600;
    }
    .section-alph-filter__list li:first-child {
        display: block;
        width: 100%;
    }
    .section-alph-filter__list li:first-child::after {
        width: 20%;
    }
    .section-alph-filter__list li::after {
        height: 100%;
    }
}

@media (max-width: 576px) {
    h1,
    .h1,
    .people-view__nickname,
    .author-view__nickname {
        font-size: 18px;
        line-height: 22px;
    }
    h3,
    .h3 {
        font-size: 17px;
        line-height: 26px;
    }
    .content-text {
        font-size: 15px;
        line-height: 21px;
    }
    .wrap .no-padding {
        padding-left: 0;
        padding-right: 0;
    }
    .wrap .no-padding > .row {
        margin-left: 0;
        margin-right: 0;
    }
    .wrap .no-padding > .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    .content-wrap {
        border-radius: 0;
        border: none;
    }
    .content-wrap__border {
        border-radius: 0;
    }
    .content-wrap__in {
        padding: 20px;
    }
    .content {
        padding: 20px 0;
    }
    .w-social {
        border-radius: 0;
    }
    .header-lang,
    .w-subscribe input {
        border-radius: 3px;
    }
    .header-lang {
        width: 37px;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
    }
    header {
        height: 60px;
    }
    .header-logo {
        margin-top: 17px;
    }
    .header-action {
        margin-top: 22px;
    }
    .header-action__search {
        width: 20px;
        height: 20px;
    }
    .header-logo img {
        height: 26px;
    }
    .fr-icon_fb,
    .fr-icon_tw {
        width: 30px;
        height: 30px;
    }
    .navbar-toggler {
        padding: 0;
    }
    #mobile-menu {
        top: 60px;
    }
    section h1 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }
    section .no-padding h1,
    .no-padding > .content-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-item {
        margin-bottom: 20px;
    }
    .section-sort {
        padding-right: 20px;
        padding-top: 3px;
    }
    .section-item__btn {
        font-size: 12px;
    }
    .content-date {
        font-size: 12px;
    }
    .content-tags a {
        margin-bottom: 5px;
        display: inline-block;
    }
    .author-view__image {
        width: 100%;
    }
    .author-view h1 {
        font-size: 21px;
        line-height: 26px;
    }
    .author-view-links,
    .people-view-links,
    .publisher-view-links,
    .periodicals-view-links {
        background-color: inherit;
        padding: 10px 0;
    }
    .author-view-links h2,
    .people-view-links h2,
    .publisher-view-links h2,
    .periodicals-view-links h2 {
        padding-bottom: inherit;
        border-top: 1px solid #e4dada;
        padding-top: 20px;
        font-size: 21px;
        line-height: 26px;
    }
    .author-view-works {
        background-color: inherit;
        padding: 20px 0;
    }
    .author-view-works__item {
        margin-bottom: 30px;
    }
    .author-view-works__item h3 {
        font-size: 18px;
        line-height: 22px;
        color: #2f4c54;
    }
    .author-view-works__item__image,
    .author-view-works__item img {
        width: 100%;
    }
    .author-view-works__item__desc {
        display: block;
        margin-bottom: 10px;
    }
    .author-view-works__versions-list {
        margin-top: 0;
    }
    .author-view-works__versions-list > li:first-child {
        border-top: none;
    }
    .author-view .w-gallery {
        background-color: inherit;
        padding: 10px 0;
    }
    .author-view .w-gallery__item__img {
        height: 200px;
    }
    .people-view .w-gallery__item__img {
        height: 200px;
    }
    footer {
        background-color: inherit;
        padding: 10px 0 20px;
    }
    .w-works {
        display: none;
    }
    .section-item h2,
    .section-item .h2,
    .people-nickname,
    .author-nickname {
        font-size: 17px;
        line-height: 21px;
    }
    .section-item {
        margin-bottom: 30px;
    }
    .publisher-view .w-gallery__item {
        width: 100%;
        margin-right: 0;
    }
    .publisher-view .w-gallery__item__img {
        border-radius: 0;
    }
    .people-view__title-alt {
        font-size: 14px;
        line-height: 17px;
    }
    .periodicals .section-item__image,
    .publisher .section-item__image {
        background-image: none !important;
        height: auto;
    }
    .periodicals .section-item__image img,
    .publisher .section-item__image img {
        opacity: 1;
    }
    .author .section-item__image-none img,
    .people .section-item__image-none img,
    .volunteer .section-item__image-none img {
        min-height: 150px;
    }
    .search .section-item__image-none img {
        min-height: 150px;
    }
    .search-btn button {
        display: none;
    }
    .search-btn {
        top: 50%;
        right: 10px;
    }
    .search-btn svg {
        width: 20px;
        height: 20px;
        display: block;
        margin-top: -10px;
    }
    .search-input input {
        padding-right: 30px;
    }
    .search-years {
        margin: 30px 0;
    }
    .form-control {
        border-radius: 3px;
    }
    .w-gallery__item__img,
    .w-gallery__item__img img {
        border-radius: 0;
    }
    .front-text {
        margin-bottom: 30px;
    }
    .front-text .content-text {
        line-height: inherit;
    }
    .section-alph-filter__btn svg {
        top: 5px;
    }
    .section-alph-filter__list ul {
        top: 40px;
    }
    .irs {
        font-size: 10px;
    }
    .irs-from,
    .irs-to,
    .irs-single {
        border: 1px solid #2f4c54;
        line-height: 18px;
    }
    .irs,
    .irs-line,
    .irs-line-mid,
    .irs-line-left,
    .irs-line-right,
    .irs-bar,
    .irs-bar-edge,
    .irs-slider {
        height: 20px;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 320px) {
    .author-view-works__item img {
        width: 100%;
    }
}

/*==========  Mobile First Method  ==========*/

@media (min-width: 320px) {}

@media (min-width: 480px) {}

@media (min-width: 577px) {
    .author-view .content-text {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 40px;
    }
    .content-text .omsnote {
        background-position: left 22px;
    }
}

@media (min-width: 768px) {
    .footer-social {
        display: none;
    }
    .author-view .h1,
    .author-view__nickname.h2 {
        display: none;
    }
    .section-alph-filter__btn {
        display: none;
    }
    .content-text .omsnote {
        position: relative;
    }
    .content-text .omsnote > span {
        width: 380px;
        right: -15px;
        top: 50%;
        -webkit-transform: translate(100%,-50%);
        -moz-transform: translate(100%,-50%);
        -ms-transform: translate(100%,-50%);
        -o-transform: translate(100%,-50%);
        transform: translate(100%,-50%);
    }
    .content-text .omsnote > span::before,
    .content-text .omsnote > span::after {
        display: block;
    }
    .content-text .omsnote > span::before {
        content: "";
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNCAyMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojZmZmZmZmO30uc3Qxe2ZpbGw6I2ZiMzczNzt9PC9zdHlsZT48cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxNCwwIDIsMTAuNSAxNCwyMSAxNCwwICIvPjxnPjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMTMuMiwyMC45IDAuOCwxMC41IDEzLjIsMC4xIDEzLjksMC44IDIuMywxMC41IDEzLjksMjAuMiAiLz48L2c+PC9zdmc+);
        width: 14px;
        height: 21px;
        z-index: 10;
        position: absolute;
        left: -14px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .content-text .omsnote > span::after {
        content: "";
        width: 20px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -20px;
    }
}

@media (min-width: 992px) {
    .author-view .flickity-prev-next-button.previous {
        left: -80px;
    }
    .author-view .flickity-prev-next-button.next {
        right: -80px;
    }
    .author-view .w-gallery__in {
        max-width: 800px;
    }
    .author-view .w-gallery__item__img {
        height: 540px;
    }
    .people-view .w-gallery__item__img {
        height: 420px;
    }
    .w-gallery__in .container {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-collapse {
        display: none;
    }
    .sticky {
        position: sticky;
        top: 20px;
    }
    .content-original-btn {
        float: right;
        position: relative;
        top: -6px;
    }
    .content-section_left {
        float: left;
    }
}

@media (min-width: 1280px) {
    .author .section-item__image-none img,
    .people .section-item__image-none img,
    .volunteer .section-item__image-none img {
        min-height: 300px;
    }
    .search .section-item__image-none img {
        min-height: 215px;
    }
    .author-view .w-gallery__item__img {
        height: 500px;
    }
    .people-view .w-gallery__item__img {
        height: 600px;
    }
    .content-section {
        margin-bottom: 30px;
    }
}

@media print {
    .noprint {
        display:none !important;
    }
    a:link:after, a:visited:after {
        display: none;
        content: "";
    }
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        font-weight: 600;
        font-family: Tahoma, sans-serif;
        color: #333;
    }
    h1 {
        font-size: 36px;
        line-height: 44px;
    }
    h2,
    .h2 {
        font-size: 30px;
        line-height: 38px;
    }
    h3,
    .h3 {
        font-size: 25px;
        line-height: 30px;
    }
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        font-size: 22px;
        line-height: 26px;
    }
    p {
        margin-bottom: 18px;
    }
    .content-text {
        font-size: 22px;
        line-height: 34px;
    }
}

.volunteer-view-image {
	float: right;
}
