/* palitra: */
.colors {
    color: rgba(35, 31, 32, 1);
    color: rgba(48, 51, 58, 1);
    color: rgba(0, 147, 255, 1);
    color: rgba(140, 146, 161, 1);
    color: rgba(255, 68, 90, 1);

    color: rgba(237, 66, 36, 1);
    color: rgba(100, 190, 148, 1);
    color: rgba(186, 167, 109, 1);
    color: rgba(234, 124, 7, 1);
}

/* grid */
/* 10.8 | 0.35 | 10.8 | ... | 0.35 | 10.8 - in %*/
/* 104 | 3 | 104 | ... | 3 | 104 - in px */

/* ========================================
			#generic-classes
======================================== */
html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font: 300 16px/1.375 'MuseoSans';
    color: rgba(48, 51, 58, 1);
    quotes: "\00ab" "\00bb";
}

img {
    border: none;
    vertical-align: middle;
}

sup {
    font-size: .6em;
    position: absolute;
}

h1, h2, h3, h4 {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.h1:first-child + *,
.h2:first-child + *,
.h3:first-child + * {
    clear: left;
}

.h1 {
    font-size: 52px;
    line-height: 65px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 76px 0 50px;
    color: rgba(35, 31, 32, 1);
    position: relative;
}

.h1.white,
.h2.white,
.h3.white,
.h4.white {
    color: rgba(255, 255, 255, 1);
}

.h2 {
    font: 500 22px 'MuseoSans';
    margin: 50px 0 24px;
    color: rgba(35, 31, 32, 1);
}

.h3 {
    font: 500 16px 'MuseoSans';
    margin: 23px 0 23px;
    text-transform: uppercase;
}

/*.h2:first-child,
.h3:first-child {
    margin-top: 0;
}*/
/*
.h4 {
    font: 700 1.8rem/1.3 'Meta';
    margin: 1.5rem 0;
}*/

.h1:first-child,
.h2:first-child,
.h3:first-child {
    width: 100%;
    float: left;
}

/*.h1:first-child:after,
.h2:first-child:after,
.h3:first-child:after {
    content: '';
    display: table;
    clear: both;
}*/

.line-decor {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-right: -50%;
    width: auto !important;
}

.line-decor + * {
    clear: both;
}

.line-decor:after {
    content: '';
    position: absolute;
    width: 100%;
    background: #fff;
    height: 100%;
    z-index: -1;
    padding: 0 20px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.line-decor:before {
    content: '';
    height: 2px;
    width: 960px;
    background-color: rgba(48, 51, 58, 1);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    top: 50%;
}

b {
    font-weight: 500;
}

p {
    max-height: 10000px;
}

p:first-child {
    margin-top: 0 !important;
}

p:last-child {
    margin-bottom: 0 !important;
}

hr {
    border: none;
    height: 1px;
    background-size: 3px 1px;
    background-color: rgba(101, 114, 124, .2);
    margin: 4.5rem 12.5%;
    clear: both;
}

.page-wrapper {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    min-width: 960px;
    box-sizing: border-box;
}

.page-wrapper:after {
    content: '';
    display: block;
    height: 145px;
    clear: both;
    padding-top: 100px;
}

.news:after,
.main:after {
    padding-top: 50px;
}

.page-wrapper + .footer {
    position: relative;
    /*height: 145px;*/
    height: 340px;
    margin-top: -145px;
    box-sizing: border-box;
    min-width: 960px;
}

ul, menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.clr-fix:after,
.columns:after {
    content: '';
    clear: both;
    display: table;
}

.va-fix:before {
    height: 100%;
    content: '';
    display: inline-block;
    width: 0;
    vertical-align: middle;
}

.va-wrap {
    display: table;
}

.va-content {
    display: table-cell;
    vertical-align: middle;
}

.nowrap {
    white-space: nowrap;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.red {
    /*color: rgba(255, 68, 90, 1);*/
    color: rgba(237, 66, 36, 1);
}

.datetime {
    color: rgba(140, 146, 161, 1);
}

.caption {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 26px;
}

/* center items */
.c-wrapper {
    float: left;
    position: relative;
    left: 50%;
}

.c-wrapper .item {
    float: left;
    position: relative;
    right: 50%;
}

/* ========================================
		#themes (links, h & etc)
======================================== */
.text-page a,
.link {
    text-decoration: none;
    color: rgba(35, 31, 32, 1);
    -webkit-transition: color .1s linear;
    transition: color .1s linear;
    background-repeat: repeat-x;
    background-position: 0 95%;
    position: relative;
    outline: none;
}

.link.active {
    color: rgba(186, 167, 109, 1);
}

span.link.active:hover {
    color: rgba(186, 167, 109, 1);
}

.link.white {
    color: rgba(255, 255, 255, 1);
}

.link.gray {
    color: rgba(140, 146, 161, 1);
}

.link.dark {
    color: rgba(42, 63, 80, 1);
}

.text-page a:hover,
.link:hover {
    color: rgba(0, 147, 255, 1);
    background: none !important;
}

.text-page a,
.link.border {
    background-size: 10px 1px;
    background-image: -webkit-linear-gradient(left, rgba(35, 31, 32, .2), rgba(35, 31, 32, .2) 100%);
    background-image: linear-gradient(to right, rgba(35, 31, 32, .2), rgba(35, 31, 32, .2) 100%);
}

.link.border.white {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 100%);
}

.link.blue {
    color: rgba(0, 147, 255, 1);
}

.link.border.blue {
    background-image: linear-gradient(to right, rgba(0, 147, 255, .25), rgba(0, 147, 255, .25) 100%);
}

.link.border.gray {
    background-image: -webkit-linear-gradient(left, rgba(140, 146, 161, .3), rgba(140, 146, 161, .3) 100%);
    background-image: linear-gradient(to right, rgba(140, 146, 161, .3), rgba(140, 146, 161, .3) 100%);
}

.link.border.dark {
    background-image: -webkit-linear-gradient(left, rgba(42, 63, 80, 1), rgba(42, 63, 80, 1) 100%);
    background-image: linear-gradient(to right, rgba(42, 63, 80, 1), rgba(42, 63, 80, 1) 100%);
}

.link.border:hover {
    background-image: -webkit-linear-gradient(left, rgba(241, 111, 0, 1), rgba(241, 111, 0, 1) 100%);
    background-image: linear-gradient(to right, rgba(241, 111, 0, 1), rgba(241, 111, 0, 1) 100%);
}

.link.dotted {
    background-size: 2px 1px;
    background-image: -webkit-linear-gradient(left, rgba(26, 155, 219, 1), rgba(26, 155, 219, 1) 50%, transparent 50%);
    background-image: linear-gradient(to right, rgba(26, 155, 219, 1), rgba(26, 155, 219, 1) 50%, transparent 50%);
}

.link.white.dotted {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, transparent 50%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, transparent 50%);
}

.link.gray.dotted {
    background-image: -webkit-linear-gradient(left, rgba(210, 210, 210, 1), rgba(210, 210, 210, 1) 50%, transparent 50%);
    background-image: linear-gradient(to right, rgba(210, 210, 210, 1), rgba(210, 210, 210, 1) 50%, transparent 50%);
}

.link.dark.dotted {
    background-image: -webkit-linear-gradient(left, rgba(42, 63, 80, 1), rgba(42, 63, 80, 1) 50%, transparent 50%);
    background-image: linear-gradient(to right, rgba(42, 63, 80, 1), rgba(42, 63, 80, 1) 50%, transparent 50%);
}

.link.dotted:hover {
    background-image: -webkit-linear-gradient(left, rgba(241, 111, 0, 1), rgba(241, 111, 0, 1) 50%, transparent 50%);
    background-image: linear-gradient(to right, rgba(241, 111, 0, 1), rgba(241, 111, 0, 1) 50%, transparent 50%);
}

.link.lnk-2 {
    background-size: 10px 2px;
}

.link.dotted.dtd-2,
.link.white.dotted.dtd-2 {
    background-size: 4px 2px;
}

/* ========================================
                #button
======================================== */
.button {
    display: inline-block;
    cursor: pointer;
    outline: none;
    position: relative;
    font-weight: 500;
    font-size: 22px;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    border: 2px solid;
    color: rgba(35, 31, 32, 1);
    text-transform: uppercase;
    text-align: center;
    background-image: none !important;
}

.button:hover {
    color: rgba(0, 147, 255, 1);
}

.button:active {
    color: rgba(0, 147, 255, .8);
}

/* ========================================
                #input
======================================== */
.input-text,
.input-textarea,
.expanding-area pre {
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(140, 146, 161, 1);
    font: 16px 'MuseoSans';
    outline: none;
    box-sizing: border-box;
    color: rgba(42, 63, 80, 1);
    -webkit-transition: .2s border;
    transition: .2s border;
    text-align: center;
}

.input-text {
    height: 50px;
    padding: 0 15px;
}

.input-text:focus,
.input-textarea:focus {
    border-color: rgba(0, 147, 255, 1);
}

.expanding-area {
    position: relative;
    max-height: 30rem;
}

.expanding-area pre {
    min-height: 69px;
}

.expanding-area .input-textarea,
.expanding-area pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 100%;
    padding: 15px;
    min-height: 70px;
}

.expanding-area.active .input-textarea {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    resize: none;
}

.expanding-area.active .input-textarea:focus,
.expanding-area.active .input-textarea.not-empty {
    text-align: left;
}

.expanding-area pre {
    display: none;
    margin: 0;
}

.expanding-area.active pre {
    display: block;
    /* Hide the text; just using it for sizing */
    visibility: hidden;
}

::-webkit-input-placeholder {
    text-transform: uppercase;
    color: rgba(35, 31, 32, .5);
}

.input-textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

:-moz-placeholder {
    text-transform: uppercase;
    color: rgba(35, 31, 32, .5);
}

::-moz-placeholder {
    text-transform: uppercase;
    color: rgba(35, 31, 32, .5);
}

:-ms-input-placeholder {
    text-transform: uppercase;
    color: rgba(35, 31, 32, .5);
}

.input-file-wrap {
    position: relative;
    display: inline-block;
}

.input-file-wrap.selected-file .remove-file {
    display: block;
}

.input-file-wrap .remove-file {
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../images/cross.svg);
    background-size: cover;
    top: 50%;
    left: -20px;
    cursor: pointer;
    display: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-file {
    position: fixed;
    left: -99999px;
}

.input-file-wrap .error-text {
    color: rgba(205, 48, 52, 1);
    display: block;
}

.input-file-wrap .link-wrap {
    position: relative;
    display: inline-block;
}
/* ========================================
                 #checkbox
======================================== */
.pw input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: none;
}

.pw input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    font-size: 15px;
    line-height: 1.25;
}


.pw input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-55%);
    height: 20px;
    width: 20px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

.pw input[type=checkbox] + label:before {
    background-image: url("../images/checkbox.svg");
    background-position: 0 0;
}

.pw input[type=checkbox]:checked + label:before {
    background-position: 0 -20px;
}

/* ========================================
                  #form
======================================== */
.form .field-wrap {
    margin-bottom: 20px;
}

.form .field-wrap2:after {
    content: '';
    display: table;
    clear: both;
}

.form .field-wrap2 .field:first-child {
    margin-left: 0;
}

.form .field-wrap2 .field {
    float: left;
    width: 47%;
    margin-left: 6%;
}

.form .input-text,
.form .input-textarea {
    width: 100%;
}

.form .button {
    width: 100%;
}

.form .action-wrap {
    margin-top: 50px;
}

.form .btn-wrap {
    margin-top: 26px;
}

.form .select2 {
    width: 100%!important;
}
.form .select2-container--default .select2-selection--single {
    border: 2px solid rgba(140, 146, 161, 1);
    border-radius: 0;
    height: 50px;
    padding: 0 15px;
}

.form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 15px 0;
    text-align: center;
    font: 16px 'MuseoSans';

}

.form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(35, 31, 32, .5);
}

.form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    margin-top: -14px;
    right: 10px;
}

.form .checkbox-wrap {
    position: relative;
}

.form .checkbox-wrap .error-message {
    position: absolute;
    max-width: 100%;
    top: 100%;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
}

.form .checkbox-wrap.js-error .error-message {
    opacity: 1;
    visibility: visible;
}
/* ========================================
			    #preloader
======================================== */
.preloader {
    background: rgba(255, 255, 255, .8) url(../images/preloader.gif) center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
}

.popup .preloader {
    border-radius: 4px 4px 0 0;
}

.upload-progress {
    position: absolute;
    z-index: 10;
    height: 2px;
    top: 0;
    width: 0;
    background-color: rgba(0, 147, 255, 1);
    box-shadow: 0 0 10px rgba(0, 147, 255, 1);
    left: 0;
    display: none;
}

/* ========================================
			    #icons
======================================== */
.arrow-after {
    position: relative;
    display: inline;
}

.arrow-after:after {
    content: '';
    background: url(../images/arrow2.svg);
    background-size: cover;
    position: absolute;
    width: 7px;
    height: 12px;
    right: -27px;
    bottom: .45em;
}

.pointer-icon {
    position: relative;
}

.pointer-icon:after {
    content: '';
    background-image: url(../images/point.svg);
    width: 10px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -20px;
}

.main-museum .pointer-icon:after {
    background-image: url(../images/point-brown.svg);
}

.city-mansion .pointer-icon:after {
    background-image: url(../images/point-orange.svg);
}

.nature-museum .pointer-icon:after {
    background-image: url(../images/point-red.svg);
}

.monetny-dvor .pointer-icon:after {
    background-image: url(../images/point-dbrown.png);
}

.museum-of-olympic-glory .pointer-icon:after {
    background-image: url(../images/point-blue.png);
}

.museum-of-siberia .pointer-icon:after {
    background-image: url(../images/point-dblue.png);
}

.russia-park .pointer-icon:after {
    background-image: url(../images/point-mblue.png);
}

/* ========================================
			    #popup
======================================== */
.popup-back {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;

    visibility: hidden;
}

.popup-back.show {
    background-color: rgba(0, 0, 0, .7);
    visibility: visible;
}

.popup {
    width: 535px;

    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 1000;

    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1300px;
    perspective: 1300px;

    -webkit-font-smoothing: subpixel-antialiased;
    visibility: hidden;

}

.popup .content {
    opacity: 0;
    padding: 40px 50px;
    box-sizing: border-box;

    background-color: rgba(255, 255, 255, 1);

    -webkit-transition: all .3s, visibility .3s linear .3s;
    transition: all .3s, visibility .3s linear .3s;
}

.popup.flip .content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-150px) translateY(100%) rotateX(-90deg);
    transform: translateZ(-150px) translateY(100%) rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.popup.show {
    visibility: visible;
}

.popup.flip.show .content {
    -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    transform: translateZ(0px) translateX(0%) rotateY(0deg);
}

.popup.show .content {
    opacity: 1;
    -webkit-transition: all .3s, visibility .3s linear;
    transition: all .3s, visibility .3s linear;
}

.popup .message-wrap {
    -webkit-transition: .1s linear height;
    transition: .1s linear height;
}

.popup .title {
    margin-top: 0;
}

.popup .close {
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/cross.svg);
    background-size: cover;
    top: 20px;
    right: 20px;
    z-index: 10;
    outline: none;
}

.popup .text {

}

.popup .btn-wrap {
    text-align: right;
}

.popup .button {

}

.popup .info {
    margin: 5px 0;
}

.popup .location {
    text-transform: uppercase;
}

.popup .head {
    margin-bottom: 32px;
}

/*========================================
                #datepicker
========================================*/
.ui-datepicker {
    background: rgba(255, 255, 255, 1);
    width: 425px;
    padding: 0;
    /*margin-top: 20px;*/
}

.ui-datepicker.bubble-pad:before {
    display: none;
}

.ui-datepicker .ui-datepicker-calendar {
    margin: 0 1% 15px;
    width: 98%;
}

.ui-datepicker .ui-datepicker-header {
    padding: 12px 0;
}

.ui-datepicker .ui-datepicker-header:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 40px;
    top: 100%;
    background-color: rgba(248, 248, 248, 1);
}

.ui-datepicker .ui-datepicker-title {
    text-transform: uppercase;
    font-weight: 500;
}

.ui-datepicker table {
    table-layout: fixed;
}

.ui-datepicker td {
    padding: 0;
    background: rgba(255, 255, 255, 1);
}

.ui-datepicker th {
    font-weight: 500;
    padding: 6px 0;
}

.ui-datepicker td span {
    color: rgba(169, 168, 168, 1);
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}

.ui-datepicker td a {
    color: rgba(35, 31, 32, 1);
}

.ui-datepicker .ui-datepicker-today a {
    color: rgba(186, 167, 109, 1);
}

.ui-datepicker a.ui-state-hover {
    color: rgba(0, 147, 255, 1);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    width: 52px;
    height: 52px;
    top: 0 !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0 !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 0 !important;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
    content: '';
    background: url(/local/templates/museum/images/arrow3.svg) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
}

.ui-datepicker .ui-datepicker-next:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ui-datepicker .ui-state-disabled:after {
    display: none;
}

/* ========================================
                  select2
======================================== */
.select2-container--default .select2-selection--single {
    border: none;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:hover {
    color: rgba(0, 147, 255, 1);
}

.select2-dropdown {
    margin-top: 15px;
    border: none;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.select2-dropdown:before {
    right: 60px;
    left: auto !important;
}

.select2-results__options {
    /*min-height: 300px;*/
    padding: 20px 0;
}

.select2-results__option {
    padding: 5px 30px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
}

.select2-results {
    position: relative;
    z-index: 10;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd !important;
    color: rgba(35, 31, 32, 1) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 147, 255, 1);
}

/* ========================================
            #toggle list
======================================== */
.toggle-list .toggle {
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    display: none;
}

.toggle-list > .items > .item > .inner .toggle {
    display: block;
}

.toggle-list > .items > .item {
    margin-left: -20px;
    margin-right: -20px;
}

.toggle-list > .items > .item:not(:last-child) {
    border-bottom: 1px solid rgba(35, 31, 32, .1);
}

.toggle-list .item {
    -webkit-transition: .3s linear padding;
    transition: .3s linear padding;
}

.toggle-list .item.active {
    padding-bottom: 0;
}

.toggle-list .inner.name-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.toggle-list .inner {
    padding: 16px 20px;
    position: relative;
}

.toggle-list .inner:after {
    content: '';
    display: table;
    clear: both;
}

.toggle-list > .items > .item > .inner .name {
    font-size: 22px;
    font-weight: 500;
    margin-right: 100px;
}

.toggle-list .name {
    display: inline-block;
    background-image: none;
}

.toggle-list .more-info .item.active > .inner .name,
.toggle-list .more-info .name:hover {
    color: rgba(186, 167, 109, 1);
}

.toggle-list > .items > .item:hover,
.toggle-list > .items > .item.active {
    background-color: rgba(0, 147, 255, .03);
}

.toggle-list > .items > .item:hover > .inner > .toggle,
.toggle-list > .items > .item:hover > .inner > .name {
    color: rgba(0, 147, 255, 1);
    background-image: none;
}

.toggle-list .more-info {
    display: none;
}

.toggle-list .more-info .items {
    padding-left: 40px;
}

.toggle-list .files .file-wrap + .file-wrap {
    margin-top: 10px;
}

/* ========================================
                #event-list
======================================== */
.grayscale {
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition-property: filter, -webkit-filter;
    -webkit-transition-duration: .3s;
    transition-property: filter, -webkit-filter;
    transition-duration: .3s;
}

.grayscale:hover,
.item:hover .grayscale {
    filter: none;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);

}

.event-list .filter {
    position: absolute;
    right: 0;
    top: 0;
}


.event-list .item {
    height: 455px;
    position: relative;
}

.event-list .item:nth-child(odd) .image {
    left: -236px;
}

.event-list .item:nth-child(odd) .text {
    float: right;
}

.event-list .item:nth-child(even) .image {
    right: -236px;
}

.event-list .item:nth-child(even) .text {
    float: left;
}

.event-list .caption {
    /*margin: 25px 0 10px;*/
    margin-bottom: 10px;
}

.event-list .preview-text {
    margin: 10px 0;
}

.event-list .item .image {
    width: 716px;
    height: 100%;
    top: 0;
    text-decoration: none;
    position: absolute;
    background-size: cover;
    background-position: center;
}

.event-list .item .text {
    width: 425px;
    height: 100%;
}

.info {
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(140, 146, 161, 1);
}

.more {
    width: 220px;
    margin: 50px auto 0;
    position: relative;
    padding-top: 55px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;

    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.more.hidden {
    opacity: 0;
}

.more .icon {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 12px;

    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.rotating {
    background-image: url(../images/spin-arrow.svg) !important;
}

.spin-arrow {
    background-image: url(../images/spin-arrow.svg);
}

.folder {
    background-image: url(../images/folder.svg);
}

/* ========================================
                #files
======================================== */

.files .file-wrap {
    margin-left: 70px;
}

.files .file-wrap + .file-wrap {
    margin-top: 18px;
}

.files .file-wrap .size {
    color: rgba(140, 146, 161, 1);
}

.file:before {
    content: attr(data-ext);
    position: absolute;
    width: 50px;
    height: 36px;
    box-sizing: border-box;
    border: 2px solid rgba(140, 146, 161, 1);
    left: -70px;
    top: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 33px;
    font-weight: 500;
    color: rgba(140, 146, 161, 1);
}

.file[data-ext=pdf]:before {
    color: rgba(237, 66, 36, 1);
}

.file[data-ext=doc]:before {
    color: rgba(0, 147, 255, 1);
}

.file[data-ext=xls]:before {
    color: rgba(54, 175, 91, 1);
}

.file[data-ext=jpg]:before {
    color: rgba(234, 124, 7, 1);
}

.file[data-ext=png]:before {
    color: rgba(186, 167, 109, 1);
}

/* ========================================
			    #animations
======================================== */
@-webkit-keyframes rotating /* Safari and Chrome */
{
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating .8s linear infinite;
    animation: rotating .8s linear infinite;
}

/*error highlighting*/
div:not([style*="display: none"]) .js-error {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-name: inputError;
    animation-name: inputError;
}

@-webkit-keyframes inputError {
    from {
        border-color: rgba(237, 66, 36, .5);
    }
    to {
        border-color: inherit !important;
    }
}

@keyframes inputError {
    from {
        border-color: rgba(237, 66, 36, .5);
    }
    to {
        border-color: inherit !important;
    }
}

/*end error highlighting */
/* ========================================
			#custom-fonts
======================================== */
@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/museosansthin-webfont.woff2') format('woff2'),
    url('fonts/museosansthin-webfont.woff') format('woff'),
    url('fonts/museosansthin-webfont.ttf') format('ttf'),
    url('fonts/museosansthin-webfont.eot') format('eot');
}

@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/museosanslight-webfont.woff2') format('woff2'),
    url('fonts/museosanslight-webfont.woff') format('woff'),
    url('fonts/museosanslight-webfont.ttf') format('ttf'),
    url('fonts/museosanslight-webfont.eot') format('eot');
}

@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/museosansmedium-webfont.woff2') format('woff2'),
    url('fonts/museosansmedium-webfont.woff') format('woff'),
    url('fonts/museosansmedium-webfont.ttf') format('ttf'),
    url('fonts/museosansmedium-webfont.eot') format('eot');
}

@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/museosansbold-webfont.woff2') format('woff2'),
    url('fonts/museosansbold-webfont.woff') format('woff'),
    url('fonts/museosansbold-webfont.ttf') format('ttf'),
    url('fonts/museosansbold-webfont.eot') format('eot');
}

@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/museosansultrabold-webfont.woff2') format('woff2'),
    url('fonts/museosansultrabold-webfont.woff') format('woff'),
    url('fonts/museosansultrabold-webfont.ttf') format('ttf'),
    url('fonts/museosansultrabold-webfont.eot') format('eot');
}
@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('fonts/MuseumSans_Cyrl/MuseoSansCyrl-100.eot');
    src: url('fonts/MuseumSans_Cyrl/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
    url('fonts/MuseumSans_Cyrl/MuseoSansCyrl-100.woff2') format('woff2'),
    url('fonts/MuseumSans_Cyrl/MuseoSansCyrl-100.woff') format('woff'),
    url('fonts/MuseumSans_Cyrl/MuseoSansCyrl-100.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansBold';
    src: url('fonts/MuseumSans_Bold/MuseoSansCyrl-700.eot');
    src: url('fonts/MuseumSans_Bold/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
    url('fonts/MuseumSans_Bold/MuseoSansCyrl-700.woff2') format('woff2'),
    url('fonts/MuseumSans_Bold/MuseoSansCyrl-700.woff') format('woff'),
    url('fonts/MuseumSans_Bold/MuseoSansCyrl-700.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansExtraBold';
    src: url('fonts/MuseumSans_ExtraBold/MuseoSansCyrl-900.eot');
    src: url('fonts/MuseumSans_ExtraBold/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
    url('fonts/MuseumSans_ExtraBold/MuseoSansCyrl-900.woff2') format('woff2'),
    url('fonts/MuseumSans_ExtraBold/MuseoSansCyrl-900.woff') format('woff'),
    url('fonts/MuseumSans_ExtraBold/MuseoSansCyrl-900.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.cs-select {
    visibility: hidden;
}
/* костомизация select для 3d туров */
.museum-list .clr-fix .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:rgba(0, 147, 255, 1);
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    float: left;
    min-width: 110px;
    position: relative;
    left: -66px;
}
.museum-list .clr-fix .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-image: url(/local/templates/museum/images/360.png);
    background-position: 75% center; /* Положение фона */
    background-repeat: no-repeat;
}
.museum-list .clr-fix .select2-container--default {
    max-width: 110px;
}
.museum-list .clr-fix .select2-container--open  {
    min-width: 295px;
}
.museum-list .clr-fix .select2-container--open .select2-selection--single .select2-selection__rendered  {
    background-position: 65px center;
}
.museum-list .clr-fix .select2-container--open .bubble-pad:before,.select2-dropdown:before  {
    right: 250px;
}
.museum-list .clr-fix .select2-container--open .select2-selection--single .select2-selection__arrow{
    left: 88px;
}
/*==============================
        subscription
===============================*/
.form-subscription .description{
    min-width: 400px;
}
.form-subscription .e-mail{
    min-width: 290px;
}
.form-subscription .btn{
    min-width: 270px;
    z-index: 0;
}
.form-subscription{
    display: flex;
    padding: 40px 0 30px}
.subscription{
    height: 145px;
    background-color: #f8f6f0;
}
.input-email {
    width: 100%;
    margin: 7px 0 0 40px;
}
.sub-btn{
    margin: 25px 0 0 100px;
}
.result{
    color: #000;
    position: absolute;
    top: 85px;
    left: 472px
}

/*==============================
        vote form
===============================*/
.page-wrapper.quality .voting-form-box {
    border: none;
    padding: 0;
}
.page-wrapper.quality .vote-form > ol,
.page-wrapper.quality .vote-form > ol > li {
    list-style-type: decimal;
    font-size: 22px;
    font-weight: 500;
}
.page-wrapper.quality .vote-form ol .question-text {
    font-weight: 500;
}
.page-wrapper.quality .vote-form ol .question-hint {
    display: block;
    width: 320px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 500;
}
.page-wrapper.quality .vote-form ol,
.page-wrapper.quality .vote-form ol ol {
    margin: 0;
}
.page-wrapper.quality .vote-form > ol {
    margin-top: 50px;
}
.page-wrapper.quality .vote-form ol ol {
    font-size: 0;
    position: relative;
    top: -40px;
    left: 330px;
    padding: 0;
}
.page-wrapper.quality .vote-form ol ol > li {
    display: inline-block;
    padding: 0;
    margin-left: 3px;
    margin-top: 0;
}
.page-wrapper.quality .vote-form .vote-answer-item-radio > input[type="radio"] {
    display: none;
}
.page-wrapper.quality .vote-form .vote-answer-item-radio > label {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 32px;
    height: 30px;
    line-height: 36px;
    text-align: center;
    background: url(/local/templates/museum/images/stars.png) top center no-repeat;
    cursor: pointer;
}
.page-wrapper.quality .vote-form .vote-answer-item-radio > label.active {
    color: #fff;
    background-position: bottom center;
}
.page-wrapper.quality .vote-form .vote-answers-list.hover .vote-answer-item-radio > label {
    color: #30333a;
    background-position: top center;
}
.page-wrapper.quality .vote-form .vote-answers-list.hover .vote-answer-item-radio > label.hover {
    color: #fff;
    background-position: bottom center;
}
.page-wrapper.quality .vote-form .vote-form-box-buttons {
    display: none;
}
.page-wrapper.quality .vote-form .vote-answer-item-memo textarea {
    width: 500px;
}
.page-wrapper.quality .vote-form .starrequired {
    display: none;
}
.page-wrapper.quality .voting-form-submit-wrapper {
    margin: 15px 0 100px;
}
.page-wrapper.quality .voting-form-submit-button {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.page-wrapper.quality .voting-form-submit-button:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/local/templates/museum/images/icon-submit.png);
    width: 34px;
    height: 27px;
    top: -10px;
    left: -16px;
    z-index: -1;
}
.page-wrapper.quality .vote-note-note {
    font-size: 22px;
    margin: 40px 0;
    font-weight: 500;
}