* {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    -webkit-font-smoothing: antialiased;

}

body,
html {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 16px;
}

body {
    background: #f2e5d2;
}

body,
html,
p,
table,
input,
button {
    font-family: 'Open Sans', sans-serif;

}

.buy-tickets {
    position: absolute;
    top: 45px;
    right: 40px;
    background: #fff;
    z-index: 999;
    padding: 7px 10px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.buy-tickets:hover {
    background: #fff;
}

.buy-tickets-inside {
    position: relative;
    top: 50px;
    right: -50px;
    background: #f2e5d2;
    display: block;
    z-index: 9999;
    width: 138px;
    padding: 7px 0;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;

}

.buy-tickets-inside:hover {
    background: #fff;
}

.ya-share2 {
    padding-top: 20px;
}

.short-text {
    font-weight: 700;
}

.prog-item {
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
}

.prog-item h3 {
    font-size: 18px;
}

.season-item h4 {
    font-weight: 300;
    font-size: 28px;
    margin-top: 45px;
}

.prog-desc {
    padding: 20px;
    background: #f2e5d2;
    margin-top: 10px;

}

.month {
    color: #587242;
    font-size: 14px;
    font-style: italic;
    padding-top: 20px;
    display: block;
}

.galleryopen {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}

.photolist {
    display: inline-block;
    width: 20%;
}

.photolist a {
    margin: 10px;
    display: block;
    transition: box-shadow .6s, opacity .6s;
    overflow: hidden;

    opacity: 0.8;
}

.photolist a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow .6s, opacity .6s;
    opacity: 1;
}

.photolist a img {
    width: 100%;
    display: block;
}

.excursion-item {
    position: relative;
    overflow: hidden;

    margin-bottom: 40px;
    background: #fff;
    transition: box-shadow 0.6s;
    padding-bottom: 25px;
}

.excursion-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.6s;
}

.excursion-item a img {
    width: 100%;
}

.excursion-item a strong {
    padding: 10px 20px 20px 20px;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.pagination {
    padding-left: 20px;
}

.file-list .pagination {
    padding-left: 0;
    padding-top: 20px;
}

.pagination>li>a,
.pagination>li>span {
    background: none;
    font-weight: 300;
    font-size: 20px;
}

.pagination>li>a {
    color: #1e74a6 !important;
}

.pagination>li.active>span,
.pagination>li.active>a {
    font-weight: 600;
}

.fa-long-arrow-left:before {
    content: "\f060";
}

.fa-long-arrow-right:before {
    content: "\f061";
}

.p-0-20 {
    padding: 0 20px;
}

.home-select {
    text-align: center;
}

.no-margin {
    margin-bottom: 0 !important;
}

.home-select h1 {
    color: #f2e5d2;
    font-size: 28px;
    font-weight: 300;
    line-height: 120%;
    margin: 25px 0;
}

.home-select h1 a {
    color: #f2e5d2;
}

.pskov-logo {
    float: left;
    display: block;
    margin: 15px 30px;
}

.izborsk-logo {
    float: right;
    display: block;
    margin: 15px 30px;
}

a,
a:hover {
    color: #587242;
}

p a {
    text-decoration: underline;
}

.prices-row h2 span {
    color: #999;
    font-weight: 300;
    font-size: 20px;
}

.for_ru {
    padding: 10px;
    background: #f2e5d2;
    font-size: 14px;
    font-weight: 300;

}

.library .row .col25 .catalogitem {
    margin: 0 20px 40px 20px;
    position: relative;
    overflow: hidden;

}

.library .row .col25 .catalogitem .itemphoto a img {
    width: 100%;
}

.library .row .col25 .catalogitem .itemdecs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 20px;
}

.right-photo a img {
    max-width: 100%;
}

.library .row .filt {
    margin-left: 20px;
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 10px;
}

.download embed {
    width: calc(100% - 50px) !important;
    margin-top: 30px;
}

.download-pdf {
    padding: 40px 0 20px 0;
}

.download-pdf a {
    width: 200px;
    text-align: center;
    padding: 10px 0;
    background: #587242;
    color: #f2e5d2;
    font-weight: 300;
    font-size: 22px;
    border-radius: 6px;
    display: block;
    text-transform: uppercase;
    transition: background .6s, color .6s;
}

.download-pdf a:hover {
    background: #333;
    transition: background .6s, color .6s;
    text-decoration: none;
    color: #fff;
}

.download-pdf a span {
    display: block;
    font-size: 12px;
    width: 80px;
    margin: 0 auto;
    border-top: 1px solid #839971;
    padding-top: 5px;
    color: #aec29d;
    text-transform: none;
}

.tickets-head {
    margin-left: 20px;
    margin-right: 20px;
}

.tickets-item {
    display: inline-block;
    vertical-align: top;
    background: #f2e5d2;

    margin: 20px;
    padding: 30px;
}

.tickets-item strong {
    font-weight: 400;
}

.tickets-item .price-price {
    font-size: 42px;
    font-weight: 300;
    display: block;
    text-align: center;
    padding: 20px 0
}

.fa-plus,
.fa-minus {
    background: #fff;
    width: 20px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    margin: 0 5px;
    padding-top: 2px;
}

.tickets-item .price-price:after {
    content: "руб.";
    padding-left: 10px;
    font-size: 20px;
}

.btn-primary {
    width: 170px !important;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tickets-item.col33 {
    width: calc(33.3333333% - 100px);
}

.tickets-item.col50 {
    width: calc(50% - 40px);
}

.library .row .col25 .catalogitem:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow .6s;
}

.library .row .col25 .catalogitem .itemdecs a,
.library .row .col25 .catalogitem .itemdecs a strong {
    color: #f2e5d2;
    font-weight: 300;
}

.for_others {
    padding: 10px;
    background: #ccc;
    font-size: 14px;
    font-weight: 300;
    border-radius: 6px 6px 0 0
}

.prices-row .col25,
.prices-row .col50,
.prices-row .col33,
.prices-row .col100,
.prices-row .col70,
.prices-row .col30 {

    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    min-height: 40px;
}

.prices-row .col25 {
    width: calc(25% - 20px);
}

.prices-row .col33 {
    width: calc(33.3333333% - 20px);
}

.prices-row .col50 {
    width: calc(50% - 20px);
    margin-bottom: 0px;
}

.prices-row .col100 {
    width: calc(100% - 20px);

}

.prices-row .col70 {
    width: calc(70% - 20px);

}

.prices-row .col30 {
    width: calc(30% - 20px);
}

.col33.price-adults,
.col33.price-students,
.col33.price-family {
    width: calc(33.33333333% - 20px);
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    min-height: 40px;
}

.price-adults {
    background: #e3ecbb;
}

.price-students {
    background: #d1dd9c;
}

.price-family {
    background: #c2d17e;
}

.price-bottom {
    min-height: 1px !important;
}

.objects-list-item {
    position: relative;
    overflow: hidden;
    background: #fff;

    transition: box-shadow .6s;
}

.objects-list-item img {
    max-width: 100%;
}

.objects-list-item strong {
    font-size: 26px;
    color: rgb(77, 41, 25);
    line-height: 0.923;
    font-weight: 300;
    padding: 15px 30px 30px 30px;
    display: block;

}

.objects-list-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow .6s;
}

.comment-content {
    padding: 20px 0 !important;
    border-top: 1px solid #ccc !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.comment .comment-author-name {
    font-weight: 300 !important;
}

.comment-box textarea {
    width: calc(100% - 14px) !important;
}

.form-control:focus {
    border-color: #587242 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(88, 114, 66, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(88, 114, 66, 0.6) !important;
}

.btn-primary {
    background: #587242;
}

.form-control {
    width: calc(100% - 26px) !important
}

.modal-header h4 {
    font-weight: 300;
    margin: 0 !important;
}

.modal-body {
    padding-top: 5px !important
}

label {
    font-weight: 300 !important
}

.breadcrumb {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
}

.breadcrumb il,
.breadcrumb span,
.breadcrumb a {
    font-size: 13px;
}

.exp-item-photo {
    background: #f7f2ea;
    padding: 30px;
    border-radius: 6px;
    position: relative;

}

.exp-item-img,
.exp-item-text {
    display: inline-block;
    vertical-align: top;


}

.exp-item-text {
    font-style: italic;
    font-weight: 300;
    width: 60%;
    font-size: 14px;
}

.exp-item-img {
    width: calc(40% - 30px);
    margin-right: 30px;

}

.exp-item-img img {
    max-width: 100%;

}

.museum-objects-slider a.prev {
    left: 40px;
    top: 50%;
    margin-top: -30px;
}

.objects .objects-item {
    margin-bottom: 20px;
}

.museum-objects-slider a.next {
    right: 40px;
    top: 50%;
    margin-top: -30px;
}

.map {
    margin-bottom: 40px;
    overflow: hidden;

}

.timeline-short {
    font-size: 12px;
    padding: 0 30px 0 20px;
    display: block;
}

.timeline-short a {
    color: #000;
}

.timeline-short a {
    color: #000;
}

.open-timeline h1 {
    margin-top: 0;
    margin-bottom: 20px;
}

.open-timeline {
    overflow: hidden;
}

.open-timeline img {
    display: block;
    margin: 30px auto;
    max-width: 100%;
}

.text-100 {
    background: #fff;
    padding: 30px 40px;

}

.box-mini {
    width: 50%;
    left: 40%;
    top: 40px;
    position: fixed;
}

.user-login-form {}

/* expand filter form */
#toggle {
    display: none;
    visibility: hidden;
}

#toggle:checked~.expand-filter {
    height: auto;
}

.expand-filter {
    height: 0px;
    overflow: hidden;
    transition: height 0.5s;
}

/* expand filter form */
.timelime-line {
    height: 1px;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(11, 15, 26, 1) 50%, rgba(11, 15, 26, 0) 100%);
    position: relative;
    bottom: -22px;
}

.timelime-line-white {
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    width: 100%;
    position: relative;
    bottom: -22px;
}

.slick-next.slick-arrow {
    width: 29px;
    height: 29px;
    right: 50%;
    margin-right: -75px;
    top: 21px;
    background: #f2e5d2 url(../img/sprite.png) -170px -40px;
}

.exp-item-photo .slick-next.slick-arrow,
.exp-item-photo .slick-prev.slick-arrow {
    background: transparent url(../img/sprite.png) -170px -40px;
}

.exp-item-photo .slick-next.slick-arrow {
    bottom: -15px;
    right: 0;
    margin: 0;
    top: auto;
    left: auto;
    line-height: 120%;
}

.exp-item-photo .slick-prev.slick-arrow {
    bottom: 0;
    right: 40px;
    margin: 0;
    top: auto;
    left: auto;
    line-height: 120%;
}

.slick-prev.slick-arrow {
    width: 29px;
    height: 29px;
    left: 50%;
    margin-left: -75px;
    top: 7px;
    transform: rotate(180deg);
    background: #f2e5d2 url(../img/sprite.png) -170px -40px;
}

.fa-chevron-right,
.fa-chevron-left {
    display: none;
}

.timeline {
    height: 50px;
    margin-bottom: 30px;
    cursor: pointer;
}

.timeline .slick-slide .timeline-year {
    font-size: 14px;
    padding: 0 5px;
    background: #f2e5d2;
    position: relative;

}

.timeline .slick-slide.slick-current.slick-center .timeline-year {
    font-size: 14px;
    background: #f2e5d2;
    position: relative;
    z-index: 99999;
    top: -2px;
    padding: 0 55px;
    text-align: center;
}

.timeline .slick-slide.slick-current.slick-center .timeline-date {
    display: block;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: -5px;
}

.slick-slide .timeline-date {
    display: block;
    position: relative;
    top: -5px;
    font-size: 12px;
}

.timeline .slick-slide {
    color: #000;
    margin: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}

.timeline .slick-slide.slick-current.slick-center {
    opacity: 1;
    transform: scale(1.1);
}

.timeline-info {
    margin-left: -10px;
    margin-right: -10px;
}

.timeline-info .slick-track {
    display: flex !important;
}

.timeline-info .slick-slide {
    margin: 10px;
    height: auto;
}

.timeline-info .slick-center,
.timeline-info .slick-center:active,
.timeline-info .slick-center:focus,
.slick-slide:focus {
    outline: none;
}

.timeline-info .timeline-text,
.timeline-info .timeline-image {
    display: inline-block;
}

.timeline-info .timeline-image img {
    display: block;
    border: 2px solid #fff;

}

.timeline-info .timeline-text p {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    color: #000;
    font-weight: 300;
    line-height: 130%;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
}

.slick-center .slide-item .timeline-info .timeline-text p {
    font-size: 16px;
}

.timeline-info .slick-slide {
    opacity: 0.3;
    transition: opacity 1s
}

.slick-slide.slick-center {
    opacity: 1;
    transition: opacity 1s;
}

.slick-slide.slick-center .timeline-year {
    padding: 0;
}

.timeline-info .timeline-image {
    width: 45%;
    vertical-align: top;
}

.timeline-info .timeline-text {
    width: 55%;
    vertical-align: top;
}

.timeline-info .slick-slide img {
    max-width: 100%;
}

.timeline-info .slick-center {
    opacity: 1;
    transform: scale(1.08);
}

.timeline-info .slick-center .timeline-image,
.timeline-info .slick-center .timeline-text {}

.text-content {
    background: #fff;
    padding: 30px 40px 30px 30px;

    margin-right: 40px;
}

.text-content-100 {
    background: #fff;
    padding: 30px 40px;

}

.text-content img,
.text-content p img,
.text-100 img,
.text-100 p img {
    max-width: 100%;
}

.text-100 {
    background: #fff;
    padding: 30px 40px 30px 0;

}

h1,
h2 {
    font-weight: 300;
}

h3 {
    font-weight: 600;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 120%;
}

.ya-share2 {
    display: none;
}

.box {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 50px;
}

.object-h3 {
    margin-top: 0;
    font-weight: 300;
}

.object-row {
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
    margin-right: 50px;
}

.p-30-0 {
    padding: 0 0 30px 0;
}

.deschead {
    color: #587242;
    font-weight: 600;
}

.desc {
    font-weight: 300;
}

.col20,
.col25,
.col30,
.col33,
.col40,
.col50,
.col60,
.col70,
.col75,
.col80,
.col100 {
    display: inline-block;
    vertical-align: top;
}

.col20 {
    width: 20%;
}

.col25 {
    width: 25%;
}

.col30 {
    width: 30%;
}

.col33 {
    width: 100%;
}

.col40 {
    width: 40%;
}

.col50 {
    width: 50%;
    margin-bottom: 10px;
}

.col60 {
    width: 60%;
}

.col70 {
    width: 70%;
}

.col75 {
    width: 75%;
}

.col80 {
    width: 80%;
}

.col100 {
    width: 100%;


}

.p-40-10 {
    padding: 10px 40px;
}

header {
    margin: 0 0 0 0;
    background: #587242;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.big-logo-light {
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0;
    right: 0;
    opacity: 0.1;

}

.logo img,
.logo span {
    display: inline-block;
    vertical-align: middle;
}

.logo img {
    display: none
}

.logo span {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    line-height: 100%;
    padding-top: 20px;

}

.special {
    float: right;
    margin-top: 10px;
    text-decoration: underline !important
}

.special a {}

.special-version {
    display: none;
}

.special-version a i {
    background: url(../img/sprite.png) -260px 0;
    display: inline-block;
    width: 60px;
    height: 32px;
    vertical-align: middle;
}

.special-version a span {
    display: inline-block;
    color: #f2e5d2;
    line-height: 100%;
    vertical-align: middle;
    padding-left: 10px;
}

.special-version a:hover span {
    color: #fff;
}

.social-networks {
    right: 40px;
    position: absolute;
    top: 41px;
    z-index: 11;
    display: none;
}

.social-networks a {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.e-link {
    display: inline;
    float: right;
    font-size: 12px;
}

.vk {
    width: 42px;
    height: 23px;
    background: url(../img/sprite.png) -100px -5px;
}

.fb {
    width: 27px;
    height: 27px;
    background: url(../img/sprite.png) -213px -3px;
}

.ig {
    width: 31px;
    height: 31px;
    background: url(../img/sprite.png) -160px -1px;
}

.nav-slider {
    background: #000;
    padding: 8px 40px 0 40px;

    left: 0;
    right: 0;
    top: -10px;
}

.collect_slider {

    overflow: hidden;
    margin-top: 30px;
}

.collect_slider .slider-text {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: left .6s;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 180px 30px 40px;
    min-height: 80px;
}

.collect_slider .slider-dark {
    opacity: 0;
    z-index: 1
}

.news-item img {
    float: left;
    width: 300px;
    margin-right: 30px;
}

.collect_slider .slider-info {
    display: block;
    font-size: 18px;
}

.collect_slider img {
    width: 100%;
}

.slide {
    position: relative;
}

.noindex .nav-slider {
    background: #232322;
}

nav {
    z-index: 9999;
    position: relative;
}

.nav-slider ul,
.nav-slider ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-slider ul li {
    display: inline-block;
    padding: 20px 0;
    position: relative;
}

.nav-slider ul li ul {
    display: none;
    opacity: 0;
    position: relative;
    z-index: 10;
}

.nav-slider ul li:hover {
    background: #587242;

}

.nav-slider ul li:hover a {
    color: #f2e5d2
}

.nav-slider ul li:hover ul {
    display: block;
    position: absolute;
    left: 0;
    top: 60px;
    width: 200px;
    background: #587242;
    padding-bottom: 20px;

    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subnav a {
    display: block;
    color: #f2e5d2;
    padding: 7px 0;
    font-weight: 300;
    font-size: 16px;
    position: relative;
    text-decoration: none;

}

.subnav a:hover {
    color: #fff;
}

.subnav a::after {
    width: 0;
    transition: width 1s, opacity 1s;
    border-top: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    content: "";
}

.subnav div {
    color: #fff;

}

.sidebar .news-item {
    margin: 20px 0;
}

.subnav a:hover::after {
    width: 100%;
    border-top: 1px solid #f2e5d2;
    content: "";
    opacity: 0.5;
    transition: width 1s, opacity 1s
}

.subnav {
    background: #232322;
    overflow: hidden;
    padding: 40px;
    position: relative;
}

.sidebar .news-item strong,
.sidebar .news-item span {
    padding: 20px 20px 0 20px;
}

.sidebar .news-item img {
    width: 100%;
    margin: 0 0 20px 0;
}


.nav-slider ul li a,
.nav-slider ul li span {
    color: #fff;
    text-decoration: none;
    padding: 1px 15px;
    position: relative;
    left: -1px;
}

.nav-slider ul li:hover ul li {
    padding: 10px 10px 3px 10px;
    display: block;
    background: none;
}

.nav-slider ul li:hover ul li a:hover {
    color: #fff;
}

.nav-slider ul li:first-child a {
    border-left: none;
}

.nav-slider ul li ul li a {
    display: block;
}

.search {
    width: 26px;
    height: 27px;
    background: url(../img/sprite.png) -333px 0;
    display: none;
    position: absolute;
    right: 40px;
    top: 25px;
    opacity: 1;
    transition: opacity .6s;
}

.search:hover {
    opacity: 1;
    transition: opacity .6s
}

.slider {
    position: relative;
    z-index: 1;

}

.slider-open-object {

    background: #000;
    margin-top: 30px;
    overflow: hidden;

}

.slider-open-object .slick-slide img {
    margin: 0 auto;
    display: block;

    max-width: 100%;
    max-height: 900px;
}

.content-item-collection {
    background: #fff;
    padding: 30px 50px 60px 50px;
}

.slider-open-object .slider-dark {
    opacity: 0
}

.slider:hover .slider-text {
    left: 50px;
    transition: left .6s;
}

.slider img {
    width: 100%;
    display: block;
}

.draggable {
    overflow: hidden;
}

.subnav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subnav-menu li {
    margin: 0;
    padding: 0;
}

.slider-dark {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: background .7s;
}

.slider-dark:hover {
    background: rgba(0, 0, 0, 0.3);
    transition: background .7s
}

.slider-text {
    bottom: 30px;
    left: 40px;
    position: absolute;
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: left .6s;
    width: calc(100% - 80px);
}

.slider-list {
    position: absolute;
    z-index: 3;
    right: 40px;
    bottom: 30px;
}

.arrow.right,
.slick-lightbox .slick-next.slick-arrow {
    background: url(../img/sprite.png) -100px -40px no-repeat !important;
    width: 60px !important;
    height: 60px !important;
    opacity: 1;
    transition: opacity .5s;
    display: block;
    z-index: 10;
    cursor: pointer;
    top: 45%;
    right: 0;
    margin-top: -30px;
    position: relative;
}

.slick-lightbox .slick-next.slick-arrow:before {
    display: none;
}

.slick-lightbox .slick-next.slick-arrow {
    text-indent: -1000000000px;
    margin-right: 0;
    left: inherit;
}

.arrow.right:hover,
.arrow.left:hover,
.modal-close:hover {
    opacity: 1;
    transition: opacity 0.6s
}

.modal-close {
    width: 31px;
    height: 31px;
    background: url(../img/sprite.png) -211px -40px no-repeat !important;
    opacity: 1;
    transition: opacity 0.6s
}

.arrow.left {
    background: url(../img/sprite.png) -100px -40px no-repeat !important;
    width: 60px !important;
    height: 60px !important;
    opacity: 1;
    transition: opacity .5s;
    display: block;
    z-index: 10;
    cursor: pointer;
    top: 45%;
    left: 0;
    margin-top: -30px;
    position: relative;
    transform: rotate(180deg);
}

a.slick-arrow:hover {
    opacity: 1;
    transition: opacity .5s;
}

a.slick-arrow {
    background: url(../img/sprite.png) -100px -40px;
    width: 60px;
    height: 60px;
    opacity: 1;
    transition: opacity .5s;
    display: block;
    z-index: 10;
    cursor: pointer;
}

a.next,
.exp-item-photo a.next,
.exp-item-photo .slick-next {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

a.prev,
.exp-item-photo a.prev,
.exp-item-photo .slick-prev {
    transform: rotate(180deg);
    right: 115px;
    bottom: 40px;
    position: absolute;
}


.plan-home {
    background: #587242;
    margin: 32px 0 0 0;
    position: relative;
    padding: 0 40px 0 0;
}

.plan-button {
    background: #b8785d;

    text-align: center;
    padding: 10px;
}

.plan-button a {
    border: 1px solid #fff;
    display: block;
    border-radius: 6px;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    line-height: 120%;
    font-size: 18px;
    transition: background .5s, border-color .5s;
}

.plan-button a:hover {
    background: #333;
    border: 1px solid #333;
    transition: background .5s, border-color .5s;
    color: #f2e5d2;
}

.col-plan {
    padding: 6px;
}

.col-plan strong,
.col-plan span {
    display: inline-block;
    vertical-align: middle;
}

.col-plan strong {
    font-size: 50px;
    color: #fff;
    font-weight: 300;
    margin-left: 30px;
}

.col-plan span {
    color: #f2e5d2;
    font-size: 16px;
    line-height: 120%;
    margin-left: 15px;
    text-align: left;
}

.col-plan span a {
    color: #f2e5d2;
}

.inline-block {
    display: inline-block;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.home-content {
    margin: 40px 0 20px 0
}

.content {
    margin: 32px 0 20px 0
}

.noindex {
    overflow: inherit !important;
    min-height: 70px;
}

.row {}

.news-item,
.program-item {
    margin: 0 20px 40px 20px;
    background: #fff;

    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
    transition: box-shadow .6s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.news-item a {
    text-decoration: none;
    padding-bottom: 20px;
    display: block;
}

.news-item a,
.program-item a {
    text-decoration: none;
    padding-bottom: 20px;
}

.news-item a img,
.program-item a img {
    width: 300px;
    float: left;
    margin: 0 30px 0 0;
    display: block;
}

.news-item a:hover strong,
.program-item a:hover strong {
    text-decoration: underline;
    color: #587242
}

.news-item strong,
.program-item strong {
    font-size: 26px;
    color: rgb(77, 41, 25);
    line-height: 0.923;
    font-weight: 300;
    padding: 20px 30px 10px 30px;
    display: block;
}

#filter-form {
    margin: 0 0 10px 0;
    position: relative;
    top: -15px;
}

#filter-form label {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

#filter-form label input {
    display: inline-block;
    margin-right: 5px;
}

.news-item span,
.program-item span,
.excursion-item .data {
    color: #666;
    display: block;
    padding: 0 30px 10px 30px;
}

.news-item .data,
.excursion-item .data {
    font-size: 14px;
    color: #999;
    font-style: italic;
}

.museum-objects-slider .col50 a.object-slider,
.expositions .col50 a.object-slider,
.museum-objects-slider .col60 a.object-slider,
.expositions .col60 a.object-slider,
.museum-objects-slider .col40 a.object-slider,
.expositions .col40 a.object-slider {
    margin: 0 20px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: box-shadow .6s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
}

.museum-objects-slider .col50 a.object-slider img,
.expositions .col50 a.object-slider img,
.museum-objects-slider .col60 a.object-slider img,
.expositions .col60 a.object-slider img,
.museum-objects-slider .col40 a.object-slider img,
.expositions .col40 a.object-slider img {
    width: 100%;
    display: block;
}

.dark-layer {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: background .6s
}

.museum-objects-slider .col50 a.object-slider strong,
.expositions .col50 a.object-slider strong,
.museum-objects-slider .col60 a.object-slider strong,
.expositions .col60 a.object-slider strong,
.museum-objects-slider .col40 a.object-slider strong,
.expositions .col40 a.object-slider strong {
    position: absolute;
    bottom: 30px;
    left: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 32px;
    line-height: 120%;
    transition: left .6s;
    width: calc(100% - 80px);
}

.museum-objects-slider .col50 a.object-slider:hover,
.expositions .col50 a.object-slider:hover,
.museum-objects-slider .col60 a.object-slider:hover,
.expositions .col60 a.object-slider:hover,
.museum-objects-slider .col40 a.object-slider:hover,
.expositions .col40 a.object-slider:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow .6s
}

.museum-objects-slider .col50 a:hover .dark-layer,
.museum-objects-slider .col60 a:hover .dark-layer,
.museum-objects-slider .col40 a:hover .dark-layer {
    background: rgba(0, 0, 0, 0.2);
    transition: background .6s
}

.museum-objects-slider .col50 a:hover strong,
.museum-objects-slider .col60 a:hover strong,
.museum-objects-slider .col40 a:hover strong {
    left: 50px;
    transition: left .6s
}

.museum-objects-slider .col50 a.prev {
    background: url(../img/sprite.png) -100px -40px;
    width: 60px;
    height: 60px;
    display: block;
    transform: rotate(180deg);
    opacity: 1;
    transition: opacity .5s;
    position: absolute;
    left: 60px;
    top: 50%;
    margin-top: -30px;
    z-index: 20
}

.museum-objects-slider .col50 a.next {
    background: url(../img/sprite.png) -100px -40px;
    width: 60px;
    height: 60px;
    display: block;
    opacity: 1;
    transition: opacity .5s;
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -30px;
    z-index: 20;
}

.museum-objects-slider .col50 a.next:hover,
.museum-objects-slider .col50 a.prev:hover {
    opacity: 1;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 20px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

footer {
    background: #232322;

    margin: 40px 0;
    color: #f2e5d2;
    position: relative;
    overflow: hidden;
    padding: 40px;
}

footer a {
    color: #f2e5d2;
}

.work-time {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2e5d2;
}

.footer-nav,
.footer-nav ul {
    list-style: none;
    padding: 20px 30px 0 0;
    margin: 0
}

.footer-nav ul {
    padding: 10px 0 0 0;
}

.footer-nav li {
    padding: 0;
    margin: 0
}

.footer-nav li a,
.footer-nav li span {
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
}

.footer-nav li span {
    text-decoration: none;
}

.footer-nav li a {
    padding: 10px 0;
    display: block;
}

.footer-nav li ul li a {
    font-weight: 300;
    font-size: 14px;
    display: block;
    padding: 2px 0 4px 0;
    text-decoration: none;
}

.copyrights {
    padding-left: 40px;
}

.copyrights-selector {
    width: 50%;
    position: relative;
    z-index: 999;
}

.big-logo-dark {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;

}

footer .col25,
footer .col75 {
    position: relative;
    z-index: 2;
}

.upper {
    text-transform: uppercase;
}

.morenews a {
    width: 200px;
    background: #587242;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    display: block;
    color: #f2e5d2;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    transition: background .6s, box-shadow .5s;
}

.morenews a:hover {
    background: #b8785d;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transition: background .6s, box-shadow .5s;
    color: #fff;
}

.collections .col50 a.object-slider,
.expositions .col50 a.object-slider {
    margin: 20px;
}

.collections,
.expositions {
    padding: 20px 0;
}

.docs-item {
    width: 100%;
    padding: 15px 0 15px 0;
    overflow: hidden;
}

.docs-item a {
    display: block;
    font-weight: 600;
}

.docs-item .file-info {
    display: block;
    float: left;
}

.size {
    font-size: 11px;
}

.docs-item .exte img {
    width: 40px;
    display: block;
    margin: 5px 25px 0 0;
}

.docs-link {
    font-weight: 400 !important;
    font-size: 20px;
    margin-top: 5px;
}

.file-desc {
    display: block;
    font-weight: 300;
    color: #666;
    font-size: 13px;
}

@media (max-width: 1360px) {
    .timeline .slick-slide.slick-current.slick-center .timeline-year {
        padding: 0 30px;
    }

    .photolist {
        width: 25%;
    }
}