

/* Start:/local/templates/d_museum/css/for_special.css?169761416223815*/
@font-face {
	font-family: 'Roboto Light';
	src: url('/local/templates/d_museum/css/../fonts/RobotoSlab-Light.ttf');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Semi';
	src: url('/local/templates/d_museum/css/../fonts/Roboto Slab-Semi.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Black';
	src: url('/local/templates/d_museum/css/../fonts/Roboto Slab-Black.ttf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Helios Cond';
	src: url('/local/templates/d_museum/css/../fonts/HeliosCond.otf');
	font-weight: 100;
	font-style: normal;
}
@font-face {
    font-family: 'HeliosCond';
    src: url('/local/templates/d_museum/css/HeliosCond.eot');
    src: local('HeliosCond Regular'), local('HeliosCond'),
        url('/local/templates/d_museum/css/HeliosCond.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/d_museum/css/HeliosCond.woff') format('woff'),
        url('/local/templates/d_museum/css/HeliosCond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Helios Bold';
	src: url('/local/templates/d_museum/css/../fonts/HeliosCond-Bold.otf');
	font-weight: 700;
	font-style: normal;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	color: inherit;
	background-color: inherit;
}
a {
	text-decoration: none;
	outline: none;
}
ul {
	list-style: none;
}
ul li {
	margin: 0 10px;
} 
body {
	height: 100vh;
	font-family: Helios Cond;
	font-size: 20px;
}
input {
	border: 1px solid;
	padding: 5px;
	font-size: inherit;
	outline: none;
}
input[type=range] {
	-webkit-appearance: none; /* Hides the slider so that custom slider can be made */
	width: 100%; /* Specific width is required for Firefox. */
	background: transparent; /* Otherwise white in Chrome */
	margin-top: 20px;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

input[type=range]:focus {
	outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
	width: 100%;
	cursor: pointer;

	/* Hides the slider so custom styles can be added */
	background: transparent; 
	border-color: transparent;
	color: transparent;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 36px;
	width: 9px;
	background: black;
	margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
input[type=range]::-moz-range-thumb {
	height: 36px;
	width: 9px;
	background: black;
	border: 0;
	border-radius: 0;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
	height: 36px;
	width: 9px;
	background: black;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 4.4px;
	background: black;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: black;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 4.4px;
	background: black;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 4.4px;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: black;
}
input[type=range]:focus::-ms-fill-lower {
	background: black;
}
input[type=range]::-ms-fill-upper {
	background: black;
}
input[type=range]:focus::-ms-fill-upper {
	background: black;
}
section {
	flex-grow: 2;
	margin: 40px 0;
}
select {
	border: 1px solid ;
    text-align: center;
    font-size: inherit;
    padding: 4px 15px 3px;
    height: 38px;
    width: 100%;
}
textarea {
	border: 1px solid;
	padding: 4px 15px 3px;
	resize: none;
	font-size: inherit;
	align-self: normal;
	width: 100%;
	height: 100%;
	text-indent: 75px;
    word-break: break-all;
    outline: none;
}
::placeholder {
	color: inherit;
}
.wrapp_all {
	height: inherit;
}
.container {
	max-width: 1150px;
	margin: 0 auto;
	padding-left: 15px; 
	padding-right: 15px; 
}
.fl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.row {
	flex-flow: row wrap;
}
.col {
	flex-flow: column;
}
.center {
	align-items: center;
	justify-content: center;
	
}
.between {
	justify-content: space-between;
}
header .header_mobile, .header .mobile_toggle, .nav_mobile, .menu_wrapp .right {
	display: none;
}
.right .nav_buttons {
	align-items: flex-start;
}

img {
	display: block;
	max-width: 100%;
}
.nav_buttons {

}
.nav_buttons a {
	display: block;
}
.select_lang {
	/*margin-right: 75px;*/
	padding: 5px 15px;
	line-height: 32px;
}
.select_version {
	position: relative;
	padding-right: 70px;
}
.go_search {
	padding: 5px 15px;
}
.fa-search:before {
	font-size: 32px;
}
.fa-user:before {
	font-size: 32px;
}
.user {
	padding: 5px 15px;
}
.btn_version {
	background-image: url(/local/templates/d_museum/css/../images/special.png);
    background-position: 0 0;
    position: absolute;
    top: -5px;
    right: 0;
    height: 43px;
    width: 65px;

}
.btn_version.black_white {
	background-position: -65px 0 ; 
}
.btn_version.green_brown {
	background-position: -128px 0; 
}
.header_wrapper {
	display: none;
}
.main_menu {
	display: none;
}
.toolbar_for_resize {
	width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid;
    border-radius: 3px;
    font-size: 24px;
}
.toolbar_for_resize span {
	margin: auto 15px auto 0;
}
.font_size {
	margin-right: 20px;
	border: 1px solid;
}
.bg_color {
	margin-right: 20px;
}
.image_switcher {
	margin-right: 20px;
	min-width: 250px;
}
.image_switcher a, .filter_image a {
	width: 60px;
}
.filter_image {
	margin-right: 20px;
}
.font_size a {
	padding: 5px 15px;
    display: inline-block;
    line-height: 29px;
    border-right: 1px solid;
    color: inherit;
}
.font_size a:first-child {
	font-size: 15px;
}
.font_size a:nth-child(2) {
	font-size: 20px;
}
.font_size a:last-child {
	font-size: 25px;
	border: none;
}
.bg_color {
	border: 1px solid;
}
.bg_color a {
	padding: 5px 15px;
    display: inline-block;
}
.bot, .top {
	margin: 10px 0;
}
.top_font, .top_bg, .image_switcher, .filter_image {
	margin: 10px 0;
}
.special_menu {
	width: 100%;
	border: 1px solid;
	border-radius: 3px;
	margin: 10px 0;
	padding: 10px 0;
}
.special_menu nav {
	display: block;
}
.special_logo {
	max-width: 155px;
	margin: 10px 0;
}
.special_title {
	text-align: center;
}
.special_title h1 {
	font-family: Roboto Black;
}
/*FONT_SIZE*/

body.sm {
	font-size: 20px;
}
body.md {
	font-size: 25px;
}
body.lg {
	font-size: 30px;
}
/*FONT_SIZE*/

/*BACKGROUND COLOR*/
body.white_black {
	background-color: white;
	color: black;
}
body.black_white {
	background-color: black;
	color: white;
}
body.green_brown {
	background-color: #3b2716;
	color: #a9e44d;
}
/*BACKGROUND COLOR*/

/*IMAGE*/
body.image_off section img {
	display: none;
}
body.image_off section * {
	background-image: none;
}
body.image_off section video {
	display: none;
}
body.image_off section #map {
	display: none;
}
body.image_off section iframe {
	display: none;
}
/*IMAGE*/

/*ALL MODAL*/
/*body .modal {
	background: white;
	color: black;
}*/
body.white_black .modal  {
	background: white;
	color: black;
}
body.white_black .close-icon {
	background-image: url('/local/templates/d_museum/css/../images/special_icons/close_black.svg');
}
body.black_white .modal {
	background: black;
	color: white;
}
body.black_white .close-icon {
	background-image: url('/local/templates/d_museum/css/../images/special_icons/close_white.svg');
}
body.green_brown .modal {
	background: #3b2716;
	color: #a9e44d;
}
body.green_brown .close-icon {
	background-image: url('/local/templates/d_museum/css/../images/special_icons/close_green.svg');
}
/*ALL MODAL*/

/*IMAGE FILTER*/
body.filter_on img {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    background: initial;
}
body.filter_on .main_content--back {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
body.filter_on iframe, body.filter_on #map {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    background: initial;
}

/*IMAGE FILTER*/
.footer_inner {
	padding: 10px;
	border: 1px solid;
	border-radius: 3px;
	margin: 10px 0;
}
/*LINK COLOR*/
a.white_black {
	color: black;
	background-color: white;
}
a.black_white {
	color: white;
	background-color: black;
}
a.green_brown {
	color: #a3db4a;
	background-color: #3b2716;
}
/*LINK COLOR*/


/*SVG COLOR*/
g:first-child g:first-child path {
	fill: white;
}
g:first-child g:nth-child(2) path {
	fill: black;
}
g:first-child g:last-child path {
	fill: black;
}

body.green_brown g:first-child g:first-child path {
	fill: #3b2716;
}
body.green_brown g:first-child g:nth-child(2) path {
	fill: #a3db4a;
}
body.green_brown g:first-child g:last-child path {
	fill: #a3db4a;
}

body.white_black g:first-child g:first-child path {
	fill: white;
}
body.white_black g:first-child g:nth-child(2) path {
	fill: black;
}
body.white_black g:first-child g:last-child path {
	fill: black;
}

body.black_white g:first-child g:first-child path {
	fill: black;
}
body.black_white g:first-child g:nth-child(2) path {
	fill: white;
}
body.black_white g:first-child g:last-child path {
	fill: white;
}

/*SVG COLOR*/

/*MAIN*/
.main_content {
	margin: 25px 0;
}
.main_content--inner {
	text-align: right;
	width: 60%;
	padding: 50px 22px;
}
.main_content--text {
	border-right: 3.5px solid;
	padding-right: 17px;
	margin-bottom: 30px;
}
.main_content--text .big {
	padding-bottom: 15px;
	margin-bottom: 0;
}
.main_content--text h1 {

	font-family: 'Helios Bold';
}
.main_content--text p {
	padding-left: 75px;
}
.main_content--back {
	background: url(/local/templates/d_museum/css/../images/faces.svg) no-repeat center;
	background-size: contain;
	width: 27%;
	margin-left: 75px;
}
.btn {
	background-color: transparent;
	border: 3px solid;
	border-radius: 15px;
	cursor: pointer;
	transition: background-color .1s linear;
	text-transform: uppercase;
	font-size: inherit;
}
.btn:hover {
	background-color: inherit;
	color: inherit;
}
.main_content .btn {
	padding: 15px 0;
	width: 100%;
	max-width: 470px;
}

/*MAIN*/
.close-icon {
	width: 76px;
    height: 76px;
    display: block;
    position: absolute;
    right: -63px;
    top: -54px;
    background-image: url(/local/templates/d_museum/css/../images/close.svg);
    background-position: center center;
    background-size: cover;
    background-color: initial;
    cursor: pointer;
}
/*REG MODAL*/
.header .modal .small {
	margin: 20px 0 15px;
}
.header .fields input {
	width: calc((100% / 2) - 4.5px);
	margin-top: 10px;
}
.reg-add .fields input {
	width: calc((100% / 2) - 4.5px);
	margin-top: 10px;
}
.reg-add input[type="submit"] {
	padding: 11px 0 14px;
	max-width: 315px;
	width: 100%;
	margin-top: 35px;
}
.reg-add input[type="submit"]:disabled {
	cursor: no-drop;
	color: grey;
}
.reg-add input[type="submit"]:disabled:hover {
	background: none;
}
.reg-add h1 {
	text-align: center;
}
.modal.reg-add {
	max-width: 700px;
    font-family: Helios Cond;
    background: inherit;	
}
.reg-add p {
	text-align: center;
}
.almost_captcha {
	padding: 24px 60px;
	background-color: inherit;
	border: 1px solid;
	margin: 32px 0 15px;
	font-size: 24px;
	min-width: 386px;
}
.almost_captcha input{
	width: 60px;
	height: 32px;
	border: 2px solid;
	border-radius: 2px;
}
.almost_captcha p, .almost_captcha input {
	font-family: Helios Bold;
	text-transform: uppercase;
}

.registry_check {
	font-size: 28px;
	text-align: left;
}
.subscribe {
	margin-top: 2px;
}
.personal_agree {
	white-space: nowrap;
}
.registry_check a:hover{
	color: #a01623;
}
.header .modal input[type="submit"] {
	padding: 13px 0;
	max-width: 315px;
	width: 100%;
	margin-top: 35px;
}
.almost_captcha, .registry_check {
	max-width: 435px;
}

/*REG MODAL*/

/*CHECBOX*/

/*custom checkbox*/
.label_checkbox input[type="checkbox"] {
	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
}
.label_checkbox {
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.add_story_check a:hover {
	color:#a01623;
}
.fields_input {
	width: 33.3333%;
	width: calc(100% / 3);
}
.checkmark {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
	height: 18px;
	width: 17px;
	background-color: transparent;
	border: 1px solid;
}
.checkmark:after {
	content: '';
	display: none;
	position: absolute;
}
.label_checkbox input:checked ~ .checkmark:after {
	display: block;
}
.label_checkbox .checkmark:after {
	left: 2px;
	bottom: 6px;
    width: 10px;
    height: 18px;
    border: solid;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg) skew(27deg, 15deg);
    -ms-transform: rotate(45deg) skew(27deg, 15deg);
    transform: rotate(45deg) skew(22deg, 15deg);  
}
/*CHECKBOX*/



/*PARTICIPANTS*/
.participants_inner {
	max-width: 785px;
	margin: 0 auto 30px;
}

.participants_inner .btn{
	width: 100%;
	margin-top: 10px;
	padding: 17px 0 13px 0
}
.participants_inner .big {
		/*text-align: justify;						 
		text-align-last: justify;*/
}
.tabs_content {
	display: none;
	padding: 10px 0; 
	font-size: 24px;
}
.tabs_content.active {
	display: block;
}
.tabs_content p {
	text-indent: 20px;
}
.tabs_content a {
	color: #a01623;
	text-decoration: underline;
}
.tabs_content .vicmus {
	text-decoration: none;
}
.tabs_content .vicmus:hover {
	text-decoration: underline;
}
.btn.active {
	font-weight: bold;
}
.toolbar, .toolbar__button, input[type="range"] {
	cursor: url(/local/templates/d_museum/css/../images/toolbar/Path.cur), auto;
}
.mobile_tabs_img {
	text-align: center;
	margin-bottom: 30px;
}
.mobile_tabs_img img {
	margin-right: 20px;
}
.mobile_tabs_img img:last-child {
	margin-right: 0;
}
body.white_black .btn.active {
	background-color: black;
	color: white;
}
body.black_white .btn.active {
	background-color: white;
	color: black;
}
body.green_brown .btn.active {
	background-color: #a9e44d;
	color: #3b2716;
}
/*PARTICIPANTS*/


/* <-- Partners */
.partners h1 {
	text-align: center;
	font-family: 'Helios Bold';
	margin-right: -21px;
}
.partners_logo {
	align-items: center;
}
.parterns_logo_image {
	width: calc(100% / 3);
	text-align: center;
	margin: 10px 0;
}
.parterns_logo_image img {
	display: inline;
}
.partners_logo {
	margin-top: 26px;
}
.parterns_logo_image:nth-child(3n+1):nth-child(even) {
	text-align: right;
}
.parterns_logo_image:nth-child(5n+1):nth-child(even) {
	text-align: left;
}
/* Partners --> */


/*CONTACTS*/
.contacts .small {
	/*font-size: 24px;*/
	color: #a01623;
}
.contacts_inner {
	margin: 30px 0 50px;

}
.contacts_inner a {
	border-bottom: 2px solid;
    line-height: 20px;
}
.contacts_inner .phone {
	border: none;
	color: inherit;	
}
.contacts_map {
	width: 60%;	
}
#map{
	width: 97%;
	border-right: 3px solid;
	padding-right: 15px;
}
.about {
	width: 40%;
	padding-left: 5px;
	font-size: 24px;
	margin: 10px 0;
}
.about_text a {
	display: inline-block;
	margin-bottom: 15px;
	color: #a01623;
	border-bottom: 2px solid;
}
.about_text .small {
	margin-top: 15px;
}
.about_text .small:nth-child(1) {
	margin-top: -4px;
}
.about .small {
	font-weight: bold;
}
.contacts_map .download {
    justify-content: space-evenly;
    align-items: center;
    margin-top: 35px;
    font-size: 25px;
    margin-left: -67px;
}
.contacts_map .download a {
	margin-top: 5px;
}
.contacts_map{
	font-size: 24px;
	margin: 10px 0;
}
.leave_a_comment {
	text-align: left;
	font-size: 25px;
}
/*CONTACTS*/

/*ADD_STORY*/
.add_story_form	{
	width: 100%;
	padding: 15px 26px;
}
.add_story .modal {
	padding: 33px;
}
.add_story_form .fields {
	align-items: normal;
}
input[type="text"], input[type="email"], input[type="password"] {
	border: 1px solid;
	text-align: center;
	padding: 4px 15px 3px;
	height: 38px;
	width: 100%;
}
.fields_textarea {
	width: 66.6666%;
}
.fields_textarea, .fields_input{
	padding: 5px 9px;
}
.add_story_form input[type="text"] {
	padding: 8px 15px 3px;
}
.add_story_form input[type="submit"] {
	padding: 14px 0;
	display: block;
	width: 100%;
	max-width: 335px;
    margin: 35px auto;
}
.add_story_form input[type="submit"]:disabled {
	cursor: no-drop;
	color: grey;
}
.add_story_form input[type="submit"]:disabled:hover {
	background: none;
}
.add_story .story_image {
	border: 1px solid;
	display: block;
	position: relative;
	overflow: hidden;
	height: 300px;
}

.story_image:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.story_image label{
	text-align: center;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	cursor: pointer;
}
.story_image label i {
	font-size: 65px;
	transition: .3s linear;
}
.story_image img {
	display: block;
}

.story_image .btn{
	width: 49%;
    margin: 10px 3px 0;
    margin-top: 10px;
    font-weight: bold;
    padding: 10px 10px 6px;
}
.add_story_check {
	margin-top: 25px;
	width: 66.6666%;
    margin-left: auto;
    padding: 5px 9px;
    font-size: 28px;
}
/*modal*/
.add_story .modal {
	background: inherit;
}
.edits .between {
	justify-content: center;
	align-items: center;
}
.add_story .modal.edits {
	max-width: 1000px;
	padding: 30px 30px 50px;
}
.story_image .modal {
	font-family: 'Helios Bold';
	padding: 30px 0;
}
.add_story .cropper-modal {
	background-color: transparent;
}
.add_story_result {
	background-size: cover;
	-webkit-box-shadow: 3px 8px 10px  rgba(0,0,0,.7);
	box-shadow: 3px 8px 10px  rgba(0,0,0,.7);
	margin-bottom: 30px;
	min-height: 500px;
}
.add_story_result_image, .add_story_result_description  {
	width: 50%;
}
.nano-content {
	padding: 20px 35px;
	margin-bottom: 20px;
}
.nano-content .museum_label {
	position: absolute;
	top: 0;
	right: 15px;
}
.modal .nano > .nano-pane:after {
	font-size: 17px;
	color: inherit;
}
.book_title {
	font-size: 37px;
	text-align: center;
	font-family: Helios Bold;
	margin-bottom: 20px;
	margin-left: -50px;
	margin-top: 38px;
}
.book_indent {
	text-indent: 20px;
	line-height: 1.4;
	word-break: break-all;
	white-space: pre-wrap;
}
.years {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 22px;
	margin-bottom: 20px;
	margin-left: -24px;
}
.add_story_result_image {
	align-self: center;
	padding: 30px;
}
.add_story_result_description {
	    box-shadow: inset 44px 0px 34px -20px rgba(0,0,0,.2);
    text-align: left;
}
.add_story_result_buttons {
	flex-grow: 2;
}
.add_story_result_bottom input {
	padding: 6px 0;
	width: 100%;
	max-width: 250px;
	margin: 5px 15px;
}
body.white_black .nano-pane {
	background-color: rgba(0,0,0, .3);
}
body.white_black .nano > .nano-pane > .nano-slider {
	background-color: black;
}
body.black_white .nano-pane {
	background-color: rgba(255,255,255,.3);
}
body.black_white .nano > .nano-pane > .nano-slider {
	background-color: white;
}
body.green_brown .nano-pane {
	background-color: rgba(169,228,77, .3);
}
body.green_brown .nano > .nano-pane > .nano-slider {
	background-color: #a9e44d;
}
/*modal*/
/*ADD STORY*/

/*PROFILE*/
.profile {
	flex-grow: 0.8;
	padding: 40px 0;
}
.profile .reg-add {
	max-width: 700px;
	padding: 0!important;

}
.profile .reg-add h1 {
	text-align: center;
}
.profile .reg-add p {
	margin: 13px 0;
}
.profile .container {
	/*height: 100%;*/
	padding: 0 50px;
}
.profile_links {
	max-width: 800px;
}
.profile a.btn {
	display: block;
    max-width: 355px;
    padding: 5px;
    margin: 5px;
    text-align: center;
    width: 100%;
}
.user_name {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
/*PROFILE*/



/*SEARCH*/
.search {
	padding: 40px 0;
	text-align: right;
}
.search input {
	padding: 3px 30px 3px 15px;
}
.search form {
	position: relative;
}
.search_form input:focus ~ .search_btn {
	color: #a01623;
}
.search_btn {
	border: none;
	position: absolute;
	background-color: transparent;	
	top: 5px;
	right: 5px;
	font-size: 25px;
	transition: .3s linear;
}
.ex_search {
	display: inline-block;
	margin-bottom: 15px;
}
.ex_search:hover {
	color: #a01623;
}
.search_result {
	padding: 40px 0;
}
.search-result__image {
	border: 2px solid #a01623;
	background-image: url(/upload/iblock/408/408cd8e….jpg);
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.search-result__image img {
	display: block;
}
.search-result__item {
	width: 20%;
	padding: 5px;
}
.search-result__text {
	padding: 5px 0;
	text-align: center;
}
.records-list {
	width: calc(100% / 4);
	padding: 15px;
}
.photo-wrapper {
    position: relative;
    padding: 3px;
    height: 300px;
	cursor: pointer;
}
.photo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    transition: all ease 0.5s;
}

body.white_black .photo-wrapper  {
	background-color: black;
	color: white;
}
body.black_white .photo-wrapper  {
	background-color: white;
	color: black;
}
body.green_brown .photo-wrapper  {
	background-color: #a9e44d;
	color: #3b2716;
}
.veteran-name{
    display: block;
    line-height: 27px;
	margin-top: 10px;
	text-align: center;
}
.veteran-date {
    display: block;
    line-height: 27px;
	margin-top: 10px;
	text-align: center;
}
/*SEARCH*/


/*EXTENDED SEARCH*/

.extended_search {
	padding: 40px 0;
	flex-grow: 0;
}
.extended_input, .extended_textarea {
	padding: 5px;
}
.extended_textarea {
	height: 100%;
}
.extended_search label {
	margin: 5px 0;
	display: block;
	padding: 5px;
	width: 100%;
}
.extended_search .btn{
	max-width: 250px;
    width: 100%;
    padding: 5px;
    margin: 20px auto;
    display: block;
}
.fields .half {
	width: 50%;
}
.fields .full {
	width: 100%;
}
.fields .full .extended_input {
	width: 25%;
}
.fields  {
	margin: 0 auto;
}
/*EXTENDED SEARCH*/

/*RECORDS*/

.edit_records input[type="text"],
.edit_records input[type="email"],
.edit_records input[type="password"],
.edit_records select {
	text-align: left;
 }
.records {
	padding: 40px 0;
}
.records_item {
	padding: 10px 55px 10px 10px;
	position: relative;
	width: 50%;
	margin-top: 10px;
	border: 1px solid;
}
.records_item b {
	background: none;
}

body.white_black .records_edit:hover  {
	background-color: black;
	color: white;
}
body.black_white .records_edit:hover  {
	background-color: white;
	color: black;
}
body.green_brown .records_edit:hover  {
	background-color: #a9e44d;
	color: #3b2716;
}
.records_edit {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 1.5em;
    padding: 7px;
    transition: background .1s linear;
    height: 100%;
    border-left: 1px solid;
}
.records h2 {
	margin-bottom: 20px;
}
/*RECORDS*/

/* End */


/* Start:/local/templates/d_museum/css/datepicker.css?169761416220693*/
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* End */


/* Start:/local/templates/d_museum/css/pikaday.css?16976141624399*/
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

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

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

/* End */


/* Start:/local/templates/d_museum/css/media.css?17206988678410*/
@media (max-width: 992px) {
	.tabs_content_map {
		width: 50%;
	}
	.header_title p {
		text-align: center;
	}
	.start {
		justify-content: center;
	}
	.header_logo img:last-child {
		display: block;
	}
	.right {
		width: 100%;
		padding: 0 15px;
		align-items: flex-start;
	}
	.main_content--inner {
		width: 100%;
	}
	.main_content--back {
		width: auto;
		background: none;
	}
	.header .nav ul li a {
		margin: 0 25px;
	}
	.copyright {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.social {
		justify-content: center;
		width: 100%;
	}
	.social span {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.contacts_map {
		width: 100%;
	}
	.about {
		width: 100%;
		padding-left: 0;
	}
	#map {
		border: none;
		padding-right: 0;
	}
	.fields_input {
		width: 50%;
		width: calc(100% / 2);
	}
	.wall{
		max-width: 350px;
	}
	.fields_textarea {
		width: 100%;
		height: 300px;
	}
	.add_story_check {
		width: auto;
		margin-left: 0;
	}
	.header_title a{
		justify-content: center;
		width: 100%;
	}
	.header_title {
		max-width: none;
	}
	.header_logo img {
		float: none;
		max-width: 150px;
	}
	.header_logo {
		width: 100%;
    	text-align: center;
    	max-width: none;
	}
	.profile .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.search-result__item  {
		width: 25%;
	}
	.records_item {
		width: 80%;
	}
	.contacts_map .download {
		margin: 0;
	}
	.contacts_map .download a {
		margin: 10px 0;
	}
	.add_story_result_image, .add_story_result_description {
		width: 100%;
	}
	.add_story_result {
		height: 500px;
		overflow-y: scroll;
	}
	.add_story_result_description.nano > .nano-content {
		position: static;
	}
	.modal {
		width: 80%;
	}
	.header .nav ul {
		margin-left: 0;
	}
	.records-list {
		width: calc(100% /3);
	}
} 
@media (max-width: 768px) {
	#map {
		width: 100%;
	}
	.eng {
		font-size: 3vw!important;
	}
	.parterns_logo_image {
		width: calc(100% / 2);
	}
	.parterns_logo_image:nth-child(4) {
		text-align: center;
	}
	.parterns_logo_image:last-child{
		text-align: center;
	}
	.header_title h1 {
		font-size: 8vw;
	}
	.header_title p {
		font-size: 3vw;
	}
	.search-result__item  {
		width: 33.33333%;
	}
	.parterns_logo_image:nth-child(3n+1):nth-child(even) {
		text-align: center;
	}
	.parterns_logo_image:nth-child(5n+1):nth-child(even) {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.nav {
		display: none;
	}
	.header_wrapper  .right {
		display: none;
	}
	.header_mobile {
		display: block;
		position: fixed;
		top: 0;
		transition: .5s linear;
		width: 100%;
		height: 57px;
		pointer-events: none;
		z-index: 5;
	}
	.mobile_toggle {
		display: flex;
	}
	.header_logo {
		margin-right: 0;
	}
	.tabs_content_map {
		height: 300px;
		width: 50%;
		padding: 5px;
		background-color: transparent;
	}
	.tabs_content_image {
		width: 50%;
		padding: 5px;
	} 
	.toggle_menu {
		display: block;
	}
	.fields .half {
		width: 100%;
	}
/*	#edit_records .fields_input, #edit_records .fields_textarea {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}
	#edit_records .fields_input:nth-child(1),
	#edit_records .fields_input:nth-child(3),
	#edit_records .fields_input:nth-child(5) {
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
	}*/
	.extended_search .fields {
		width: 80%;
		margin: 0 auto;
	}
	.records_item {
		width: 100%;
	}
	.header_wrapper {
		padding-top: 13px;
	}
	.reg-add .fields input {
		width: 100%;
	}
	.add_story_result_bottom input {
		margin: 5px auto;
	}
	.registry_check {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.records-list {
		width: calc(100%/2);
	}
}
@media (max-width: 600px) {

	.btn_lang, .btn_version, .go_search_btn, .user_btn {
		height: 45px;
		width: 45px;
	}
	.nav_buttons {
		align-items: flex-end;
	}
	.toolbar {
		flex-flow: column;
	}
	.toolbar div {
		margin: 5px 0;
	}
	.story_image .btn {
		width: 80%;
		max-width: 320px;
	}
	.bright div {
		margin-bottom: 20px;
	}
	.years {
		margin-left: 0;
	}
	.records-list {
		width: 100%;
	}
	.personal_agree {
		white-space: normal;
	}
	.almost_captcha {
		min-width: auto;
	}
	.museum_label {
		display: none;
	}
	.book_title {
		margin-left: 0;
		font-size: 25px;
	}
	.btn {
		font-size: 18px;
	}
	.main_content .btn {
		font-size: 23px;
	}
	h1 {
		font-size: 25px;
	}
	.big {
		font-size: 18px;
	}
	.medium {
		font-size: 18px;
	}
	.main_content--text p {
		padding-left: 0;
		font-size: 23px;
	}
	.main_content--text h1 {
		font-size: 29px;
	}
	.main_content--inner {
		padding: 50px 0;
	}
	.social ul li:first-child {
		margin-left: 0;
	}
	.social ul li:nth-last-child(2) {
		margin-right: 4px;
	}
	.about_project_image .text {
		font-size: 16px;
	}
	.partners h1 {
		text-align: center;	
		font-size: 10vw;
		margin-right: 0;
	}
	.parterns_logo_image {
		width: 100%;
	} 
	.fields_input {
		width: 100%;
	}
	.wall{
		max-width: 350px;
	}
	.add_story_form {
		padding: 0;
	}
	.add_story_check {
		font-size: 20px;
	}
	.registry_check label {
		white-space: normal;
	}
	.header .modal {
		padding: 15px 30px;
	}
	.header .fields input {
		width: 100%;
	}
	.almost_captcha {
		padding: 10px 0;
	}
	.reg-add .almost_captcha p{
		max-width: 140px;
    	margin: 0 auto;
	}
	.tabs_content_map {
		height: 300px;
		width: 100%;
	}
	.tabs_content_image {
		width: 100%;
		text-align: center;
	} 
	.search-result__item  {
		width: 50%;
	}
	::placeholder {
		font-size: 18px;
	}
	::-webkit-input-placeholder {
		font-size: 18px;
	}
	:-ms-input-placeholder { 
	  	font-size: 18px;
	}
	.extended_search select {
		font-size: 18px;
	}
	.extended_search .fields {
		width: 100%;
		margin: 0 auto;
	}
	.fields .full .extended_input {
		width: 35%;
	}
	.reg-add input[type="submit"] {
		margin-top: 15px;
	}
}
@media (max-height: 800px) and (max-width: 767px) {
	.modal.reg-add, .modal.edits, .moderate_image, .modal#edit_story {
		height: 80vh;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.modal .modal__cross, #after-add .modal__cross {
		top: 0;
		right: 0;
		width: 60px;
		height: 50px;
		background-image: url('/local/templates/d_museum/css/../images/close_mobile.svg');
	}
	.modal.moderate_image, .modal#edit_story {
		padding: 60px 0 30px;
	}
}
@media (max-height: 700px) and (max-width: 767px) {
	.modal .modal__cross {
		top: 0;
		right: 0;
		width: 60px;
		height: 50px;
		background-image: url('/local/templates/d_museum/css/../images/close_mobile.svg');
	}
	.modal.reg-add, .modal.edits, .modal.moderate_image, .modal#edit_story {
		height: 80vh;
	}
	.modal.moderate_image, .modal#edit_story {
		padding: 60px 0 30px;
	}
}
@media (min-width: 800px) and (max-height: 800px) {
	.modal .modal__cross {
		top: 0;
		right: 0;
		width: 60px;
		height: 50px;
		background-image: url('/local/templates/d_museum/css/../images/close_mobile.svg');
	}
	.modal.reg-add, .modal.edits, .modal.moderate_image, .modal#edit_story {
		height: 80vh;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.modal.moderate_image, .modal#edit_story {
		padding: 60px 0 30px;
	}

}

/*MEDIA FOR BACKGROUND IMAGE*/

@media (min-width:320px) and (max-width: 375px) {
	.background.faces {
		background-image: url('/local/templates/d_museum/css/../images/fons/375x768.jpg');
	}
	.background {
		background-size: unset;
	}
	.main_content--text p {
		padding-left: 0;
		font-size: 20px;
	}
	.main_content--text h1 {
		font-size: 24px;
	}
}

@media (min-width:376px) and (max-width: 768px) {
	.background.faces {
		background-image: url('/local/templates/d_museum/css/../images/fons/768x1024.jpg');
	}
	.background {
		background-size: cover;
	}
}

@media (min-width:769px) and (max-width: 1024px) {
	.background.faces {
		background-image: url('/local/templates/d_museum/css/../images/fons/1024x768.jpg');
	}
	.background {
		background-size: cover;
	}
}

@media (min-width:1025px) and (max-width:1280px) {
	.background.faces {
		background-image: url('/local/templates/d_museum/css/../images/fons/1280x768.jpg');
	}
	.background {
		background-size: cover;
	}
}

@media (min-width:1281px) and (max-width:1600px) {
	.background.faces {
		background-image: url('/local/templates/d_museum/css/../images/fons/1600x900.jpg');
	}
	.background {
		background-size: cover;
	}
}
/* End */


/* Start:/local/templates/d_museum/css/modal.css?16976141622159*/
/* Стили для подложки */
.overlay {
   
   /* Скрываем подложку  */
   opacity: 0;
   visibility: hidden;
   
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   background-color: rgba(0, 0, 0, .5);
   z-index: 20;
   transition: .3s all;
}


/* Стили для модальных окон */

.modal {
   background: url('/local/templates/d_museum/css/../images/background.jpg');
   /* Скрываем окна  */
   opacity: 0;
   visibility: hidden;
   
   
   /*  Установаем ширину окна  */
   width: 90%;
   max-width: 820px;
  
   /*  Центрируем и задаем z-index */
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 30; /* Должен быть выше чем у подложки*/
   
   /*  Побочные стили   */
   box-shadow: 0 3px 10px 5.5px rgba(0, 0, 0, .5); 
   text-align: center;
   padding: 30px;
   border-radius: 3px;
   transition: 0.3s all;
}


/* Стили для активных классов подложки и окна */

.modal.active,
.overlay.active{
   opacity: 1;
   visibility: visible;
}


/* Стили для кнопки закрытия */

.modal__cross {
   position: absolute;
   top: -55px;
   right: -55px;
   fill: #444;
   cursor: pointer;
   background-size: cover;
}
/*.close {
    width: 45px;
    height: 45px;
    border: 3px solid black;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
}
.close:after, .close:before {
    content: '';
    width: 4px;
    height: 95%;
    background-color: black;
    position: absolute;
    border-radius: 3px;
    top: 1px;
    left: 1.5px;
}
.close:after {
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg); 
   -moz-transform: rotate(45deg); 
   -ms-transform: rotate(45deg); 
   -o-transform: rotate(45deg);
}
.close:before {
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg); 
   -ms-transform: rotate(-45deg); 
   -o-transform: rotate(-45deg);
}

*/
/* End */


/* Start:/local/templates/d_museum/css/nanoscroller.css?16976141621629*/
/** initial setup **/
.nano {
  position : relative;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(160,22,35,.1);
  position   : absolute;
  width      : 7px;
  right      : 5px;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
  height: 90%;
  margin: auto;
}
.nano > .nano-pane:after {
  content: '\f078';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  bottom: -17px;
  right: -4.5px;
  color: #a01623;
}
.nano > .nano-pane > .nano-slider {
  background: #a01623;
  background: rgba(160, 22, 35, 1);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

/* End */


/* Start:/local/templates/d_museum/css/hamburgers.css?169761416227466*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger.is-active{
    position: fixed;}
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/* End */


/* Start:/local/templates/d_museum/css/swiper.css?169761416217875*/
/**
 * Swiper 9.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 28, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#a01623}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:initial;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .7)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/d_museum/css/bootstrap.css?17035097731442*/
/*bootstrap*/

@media screen and (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;}
}

@media screen and (min-width: 768px) {
    .col-md-6 {
        width: 50%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-12 {
        width: 100%;
    }
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}

.col-xs-12 {
    width: 100%;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/*********************/
/* End */


/* Start:/local/templates/d_museum/css/social/migrate.css?17066068282518*/
@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.svg-ico{display:inline-block;vertical-align:middle;fill:currentColor;stroke:currentColor}.svg-ico_fill_none{fill:none!important}.svg-ico_stroke_none{stroke:none!important}.side-menu{border:1px solid #a01623;list-style:none;padding:12px 0}.side-menu__item_active{font-weight:700}.side-menu__item_active>.side-menu__link{color:#a01623}.side-menu__link{-webkit-align-items:center;align-items:center;color:inherit;display:-webkit-flex;display:flex;font-size:20px;padding:8px 20px;text-decoration:none;text-transform:uppercase;-webkit-transition:color .3s;transition:color .3s}.side-menu__link:focus,.side-menu__link:hover{color:#a01623}.side-menu__link .note-marker{margin-left:12px}.side-menu__text{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-parent{position:relative}.item-parent:focus>.side-menu,.item-parent:hover>.side-menu{display:block}.side-menu_dropdown{background:#f9e1b1;display:none;margin:0!important;min-width:220px;padding:0;position:absolute;right:0;top:100%;z-index:2}.side-menu_dropdown .side-menu__item:after,.side-menu_dropdown .side-menu__item:before{content:none!important}.side-menu_dropdown .side-menu__item_active>.side-menu__link{color:#a01623!important}.side-menu_dropdown .side-menu__link{color:#000!important;-webkit-justify-content:flex-end;justify-content:flex-end;margin:0!important;text-decoration:none!important}.side-menu_dropdown .side-menu__link:focus,.side-menu_dropdown .side-menu__link:hover{color:#a01623!important}.side-menu_dropdown .note-marker{margin-left:0;margin-right:12px}.main-menu__menu{margin:0!important}.main-menu__link{-webkit-align-items:center;align-items:center;display:-webkit-inline-flex;display:inline-flex;gap:10px;margin:0 20px!important}.main-menu__link .svg-ico{height:16px;width:16px}.header .nav ul li .main-menu__link.active{text-decoration:none}.header .nav ul li .main-menu__link.active span{text-decoration:underline}.mobile-menu__link .svg-ico{height:16px;width:16px}.nav_mobile ul li .mobile-menu__link{-webkit-align-items:center;align-items:center;display:-webkit-inline-flex;display:inline-flex;gap:10px}
/* End */


/* Start:/local/templates/d_museum/components/bitrix/main.share/footer_share/style.css?16976141621069*/
a.share-switch
{
	display: block;
	width: 20px;
	height: 20px;
	background: scroll transparent url('/local/templates/d_museum/components/bitrix/main.share/footer_share/images/share.gif') center center no-repeat;
}

.share-window-parent
{
	position: relative;
}

table.bookmarks-table
{
	padding: 0;
}

.share-dialog
{
	z-index:1000;
	top: 0;
}

.share-dialog-left
{
	left: 18px;	
}

.share-dialog-right
{
	right: 18px;	
}

.share-dialog-inner-left
{
	padding: 0 1px 1px 4px;
}

.share-dialog-inner-right
{
	padding: 0 4px 1px 1px;
}

td.bookmarks
{
	padding: 1px 2px 0 2px;
	border: none!important;
}

.bookmarks a
{
	background:none no-repeat scroll center center transparent;
	display:block;
	overflow:hidden;
}

/*.bookmarks a.vk { background-image:url('/local/templates/d_museum/components/bitrix/main.share/footer_share/images/vk.gif'); }*/
/*.bookmarks a.facebook { background-image:url('/local/templates/d_museum/components/bitrix/main.share/footer_share/images/facebook.gif'); }*/
/*.bookmarks a.twitter { background-image:url('/local/templates/d_museum/components/bitrix/main.share/footer_share/images/twitter.gif'); }*/
/*.bookmarks a.delicious { background-image:url('/local/templates/d_museum/components/bitrix/main.share/footer_share/images/delicious.gif'); }*/
/*.bookmarks a.lj { background-image:url('/local/templates/d_museum/components/bitrix/main.share/footer_share/images/lj.gif'); }*/
/*.bookmarks a.mailru { background-image:url('/local/templates/d_museum/components/bitrix/main.share/footer_share/images/mailru.gif'); }*/

/* End */


/* Start:/local/templates/d_museum/styles.css?16976141625245*/
/* для страници списка модератора */
	.moderate, .moderate .row {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.moderate h2 {
		width: 50%;
	}
	.moderate .col-6 {
		width: 50%;
	}
	.moderate .col-5 {
		width: 41%;
	}
	.moderate .col-4 {
		width: 33%;
	}
	.moderate .col-3 {
		width: 25%;
	}
	.moderate .col-6.title {
		display: flex;
		height: auto;
		padding: 0 15px;
		align-items: center;
	}
	.moderate .col-6.title div {
		padding: 0 15px;
		border-left: 1px solid;
		border-bottom: 1px solid;
		height: 100%;
		align-items: center;
		display: flex;
	}
	.moderate .col-12 {
		width: 100%;
	}
	.moderate .addData {
		display: flex;
		padding: 0 15px;
	}
	.moderate .addData > div {
		padding: 10px 15px 0;
		display: flex;
		height: 100%;
		align-items: center;
		border-left: 1px solid;
	}
	.moderate .records_item {
		width: 100%;
		margin-top: 10px;
	}
	.moderate .resultData {
		position: relative;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	.moderate .resultData span {
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.moderate .resultData .blockLink {
		display: none;
		position: absolute;
		right: 0px;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		height: auto;
		align-items: center;
		padding: 5px 10px;
		z-index: 10;
		background-color: white;
		border-radius: 5px;
		max-height: 300px;
		width: 85px;
		overflow-y: auto;
	}
	.moderate .resultData:hover .blockLink {
		display: flex;
	}
	.moderate .resultData .blockLink a {
		display: block;
	}
	.blockSpinner {
		display: flex;
		width: 100%;
		height: 100%;
	}
	.spinners {
		position: relative;
		margin: 0 auto;
	}
	.spinner {
		width:40px;
		height:40px;
		border:4px solid #d5ad48;
		border-top:4px solid white;
		border-radius:50%;
		animation: rotatespin 1.5s infinite linear
	}
	
	@keyframes rotatespin {
		from {transform: rotate(0deg);}
		to {transform: rotate(360deg);}
	}
.moderate .right {
	align-self: center;
}
.selectPage {
	width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.selectPage .selectPageLabel {
	padding-right: 10px;
}
.selectPage .selectPageSelect {
	max-width: 100px;
}

/*  модальное для личного кабинета мои истории */
.modalTime {
	display: none;
	background: rgb(0 0 0 / 70%);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99999;
}
.modal_vis {
	display: block;
	opacity: 1;
}
.body_block {
	overflow: hidden;
	margin-right: 17px;
}
#close_modal {
	margin: 17px 19px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(0deg);
	transition: all 0.6s;
	box-sizing: content-box;
}
#close_modal:hover {
	color: #FFF;
	transform: rotate(90deg);
}
.modal_txt {
	position: absolute;
    box-shadow: 0 4px 12px rgb(0 0 0 / 20%), 0 16px 20px rgb(0 0 0 / 20%);
    background: #F9E1B1;
    padding: 63px 55px 41px;
    margin: 0px auto;
    max-width: 522px;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    font-family: "Helios Bold";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal_txt span {
	display: inline-block;
    margin-bottom: 41px;
}
.modal_txt .close_modal.down {
	padding: 9px;
    border: 3px solid #a01623;
    border-radius: 15px;
    font-size: 28px;
    cursor: pointer;
    transition: background-color .1s linear;
    text-transform: uppercase;
    line-height: 35px;
    max-width: 355px;
    margin: 0 auto 27px;
    background-color: #a01623;
    color: white;
}
.modal_txt .close_modal.down:hover {
	background-color: transparent;
    border: 3px solid #a01623;
	color: black;
}

/*  модальное для личного кабинета мои истории */

/* .background.faces {
  background: #000000;
} */

body.filter_on * {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bx-authform-link-container {
    margin-bottom: 6px;
}

a#info_partner_link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 3rem;
}

@media (max-width: 599px) {
    .special_menu .nav ul li {
        flex: none;
        width: 50%;
        margin: 0;
        text-align: center;
    }
}

.white_black h1,
.black_white h1,
.green_brown h1 {
    font-size: 31px;
}

.white_black.md h1,
.black_white.md h1,
.green_brown.md h1 {
    font-size: 40px;
}

.white_black.lg h1,
.black_white.lg h1,
.green_brown.lg h1 {
    font-size: 50px;
}

.participants {
    margin-top: 30px;
}

.about_project_image iframe {
    max-width: 100%;
}

@media (max-width: 600px) {
    .btn_version {
        height: 43px;
        width: 65px;
    }
}

.container-wide p {
    text-align: center;
}
.container-wide p font.errortext {
    color: inherit;
}

.bx-composite-btn {
    display: none;
}
/* End */


/* Start:/local/templates/d_museum/template_styles.css?171420465916472*/
/*********************/
.sendImg_Gfpgan{
    cursor: pointer;
}
.preloader{
    --bg-color: #bbbbbb;
    --size: 100px;
    --first_color:#f9e1b1;
    --second_color:#a01623;
    --third_color:black;
    --thickness:5px;
    --duration:1s;
    /*position: fixed;*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: var(--bg-color);*/
    background-color: rgba(187,187,187, .6);
    opacity: 0;
    z-index: -100;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-radius: 15px;*/
    transition: var(--duration);
}
.preloader_content{
    width: var(--size);
    height: var(--size);
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.preloder_first,
.preloder_second,
.preloder_third {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: var(--duration) linear infinite;
}

.preloder_first{
    border-bottom: var(--thickness) solid var(--first_color);
    /*transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
    animation-name: first;
}
.preloder_second{
    border-right: var(--thickness) solid var(--second_color);
    /*transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
    animation-name: second;
}
.preloder_third{
    border-top: var(--thickness) solid var(--third_color);
    /*transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
    animation-name: third;
}

@keyframes first {
    0% {transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}
    100% {transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}
}
@keyframes second {
    0% {transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);}
    100% {transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);}
}
@keyframes third {
    0% {transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);}
    100% {transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);}
}


.change_img_Gfpgan {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.change_img_Gfpgan .tooltip-text {
    visibility: hidden;
    text-align: center;
    position: absolute;
    z-index: 1;

    font-family: "PT Sans", sans-serif;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    padding: 20px 18px 18px 22px;
    border-radius: 10px;
    width: 300px;

    bottom: 113%;
    left: 50%;
    margin-left: -150px;
}

.change_img_Gfpgan .tooltip-text::after {
    content: '';
    position: absolute; /* Абсолютное позиционирование */
    left: 135px; bottom: -20px; /* Положение треугольника */
    border: 10px solid transparent; /* Прозрачные границы */
    border-top: 10px solid #333333; /* Добавляем треугольник */
}

/* Show the tooltip text when you mouse over the tooltip container */
.change_img_Gfpgan:hover .tooltip-text {
    visibility: visible;
}
/*********************/

/*********************/
.a_partners{
    float: left;
    width: 100%;
    display: inline-flex;
    text-decoration: none !important;
    color: black !important;
}

.text_partners{
    margin: auto;
    width: 78%;
}
.img_partners{
    width: 12%;
    margin: 25px 25px 0px;
}

.img_section_partners {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 15px 15px 0; /* Отступы вокруг картинки */
    max-width: 24%;
}
.searchFormPartner {
    max-width: 785px;
    margin: auto;
    position: relative;
    top: 20px;
}


#searchPartner {
    background-color: white;
    border-color: #333;
    border-radius: 9px;
    height: 45px;
    text-align: left;
    text-indent: 20px;
    font-size: 19px;
    color: black;
    box-shadow: 3px 3px 4px #00000038;
}
#searchPartner::placeholder {
    color: rgb(133, 133, 133);
}
#resultDataSearch{
    padding-top: 18px;
}
.LinkElement{
    padding-bottom: 10px;
    font-size: 24px;
}

.LinkElement a:hover {
    color: #a01623;
}

#topNubex {
    position: fixed;
    right: 45px;
    bottom: 45px;
}



.c-btn_style_default.c-btn_size_md {
    font-size: 20px;
    border-radius: 10px;
    height: 44px;
    padding: 0 15px;
}
.c-btn_style_default.c-btn_color_primary {
    border-color: #a01623;
    background: #a01623;
    color: #ffffff;
}

.btn-up_active {
    transform: scale(1);
}

.btn-up {
    position: fixed;
    bottom: 25px;
    left: 12%;
    width: 120px;
    /*transform: scale(0);*/
    transition: transform .3s ease;
    z-index: 9;
}

.c-btn_style_default {
    font-family: Helios Cond, Arial, sans-serif;
    transition: color .25s, background .25s;
    border: 1px solid;
}

.c-btn {
    text-align: center;
    font-weight: 400;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.clear_search_partners{
    height: 30px;
    text-align: center;
    width: 30px;
    font-size: 24px;
    font-family: cursive;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    /*color: rgb(133, 133, 133);*/
}



div#info_partners1 {
    width: 100%;
    /*display: flex;*/
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 2rem 0;
}

div#info_partners1 a {
    display: block;
    width: 30%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2rem;
}

div#info_partners1 a div {
    padding-top: 50%;
}
#info_partners1.active{
    display: flex;
}

.btn_podrazdel{
    font-size: 28px;
    text-transform: none;
    padding: 15px;
    text-align: center;
}

#searchPosdrazdel{
    background-color: white;
    border-color: #333;
    border-radius: 9px;
    height: 45px;
    text-align: left;
    text-indent: 20px;
    font-size: 19px;
    color: black;
    box-shadow: 3px 3px 4px #00000038;
}

.choosed_Posdrazdel{
    /*padding: 20px!important;*/
    margin-top: 15px;
    height: fit-content;
    padding-bottom: 30px;
    padding-right: 30px;
    overflow-y: hidden;
}
.choosed_Posdrazdel2{
    /*padding: 20px!important;*/
    margin-top: 15px;
    height: fit-content;
    padding-right: 30px;
    overflow-y: hidden;
}
.List_podrazdel{
    width: 100%;
    margin-bottom: 30px;
}

.clear_choosed_Posdrazdel{
    position: absolute;
    right: 2px;
    top: 12px;
    font-size: 24px;
    font-family: cursive;
    cursor: pointer;
}
.div_choosed_Posdrazdel{
    position: relative;
}


.podrazdel_search_list{
    cursor: pointer;
}
.a_podrazdel{
    padding: 30px;font-size: 25px;
}
.a_podrazdel a:hover{
    color: #a01623;
}

#editor_podrazdel nav a:hover {
    background-color: rgb(160 22 35);
    color: white;
}
#editor_podrazdel nav a svg path {
    fill: black;
}
#editor_podrazdel nav a:hover svg path {
    fill: white;
}

.modal_podrazdel{
    width: 50%;top: 100%;left: 50%;
}





.main_img{
    width: 100%;
    max-width: 1119.02px;
    margin: auto;
    display: flex;
    margin-bottom: 50px;
}
.victorina_btn2{
    position: relative;
    margin: auto;
    bottom: 105px;
    width: 100%;
    max-width: 390px;
    padding: 10px;
    height: 40px;
}
.main_text {
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    color: #A01623;
    font-family: "Roboto Black";

    position: absolute;
    max-width: 653.24px;
    top: 33px;
    left: 66px;
    text-transform: uppercase;
}

.main_text2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    color: #A01623;
    font-family: "Roboto Black";

    position: absolute;
    max-width: 651.63px;
    top: 15px;
    left: 25px;
    text-transform: uppercase;
}

.victorina_img{
    position: absolute;
    right: 15px;
    top: 5px;
    width: 37%;
    max-width: 405.83px;
}

.big_text {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    color: #A01623;
    font-family: "Roboto Black";
    text-transform: uppercase;
}
.map_text_mob {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    color: #A01623;
    font-family: "Roboto Black";
    text-transform: uppercase;
}
.big_text2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0em;
    color: #A01623;
    font-family: "Roboto Black";
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.victorina_btn{
    position: absolute;
    bottom: 25px;
    left: 35%;
}

.just_text{
    font-family: Helios Cond, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.page_block{
    margin-bottom: 20px;
    display: inline-block;
}
.pad_center{
    padding-top: 30%;
}
.mb_hide{
    display: block;
}
.mb_show{
    display: none!important;
}
.section_mb{
    max-width: 1119.02px;
    margin: auto;
}
.bnt_center{
    width: 50%;margin: auto;display: block;margin-bottom: 60px;
}
.img_mob{
    max-height: 300px;
}
.text_map{
    width: 50%;
}
.mob_top{
    margin-top: 35px;
}


.minimized_show {
    width: 100%;cursor: pointer;
}
.minimized {
    display: none;
    border-radius: 15px;
}
/* увеличенная картинка */
#magnify {
    display: none;
    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 80%;
    height: auto;
    z-index: 9999;
}
#magnify img {
    width: 100%;
    border-radius: 15px;
}
/* затемняющий фон */
#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
#close-popup i {
    width: 27px;
    height: 28px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}
@keyframes rota {
    25% { transform: rotate(360deg); }
}
#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}



@media (max-width: 1535px) {
    .btn-up {
        left: 3%;
        /*margin-left: -720px;*/
    }
}

@media (max-width: 1052px) {
    .main_text2 {
        font-size: 40px;
        max-width: 512.63px;
    }
}

@media (max-width: 862px) {
    .main_text2 {
        font-size: 34px;
        line-height: 50px;
    }
}

@media (max-width: 852px) {
    .big_text{
        font-size: 40px;
    }
    .map_text_mob{
        font-size: 40px;
    }
}

@media (max-width: 767px) {

    .mob_top{
        margin-top: 0px;
    }
    .mob_top2{
        margin-top: 195px;
    }
    .main_img{
        margin-bottom: 35px;
    }
    .img_mob{
        max-height: unset;
    }
    .pad_center{
        padding-top: unset;
    }
    .mb_hide{
        display: none;
    }
    .mb_show{
        display: block!important;
    }
    .page_block{
        display: block;
        margin-bottom: 30px;
    }
    .section_mb{
        max-width: unset;
        margin: unset;
    }
    .victorina_btn{
        position: unset;
    }
    .img_map{
        width: 90%;
        float: right;
        bottom: 50px;
    }
    .pad_center{
        max-width: 390px;
        margin: auto;
        display: block;
    }
    .mob_marg{
        margin-bottom: 30px;
    }
    .mob_marg2{
        margin-bottom: 200px;
    }
    .main_text2 {
        font-size: 40px;
        max-width: unset;
        text-align: center;
        top: 120px;
    }
    .victorina_img {
        position: absolute;
        right: 15px;
        top: -158px;
        width: 95%;
        max-width: 730px;
    }
    #magnify {
        max-width: 100%;
    }

    div#info_partners1 a {
        width: 50%;
        margin: 1rem;
    }
    .modal_podrazdel{
        width: 90%;top: 230%;left: 50%;
    }
    .moderate_image .btn{
        padding: 5px 10px 6px;
    }
    .choosed_Posdrazdel {
        font-size: 20px;
    }
    .choosed_Posdrazdel2 {
        font-size: 20px;
    }
}
@media (max-width: 630px) {
    .text_partners {
        font-size: 20px;
    }
    .LinkElement {
        font-size: 20px;
    }
    .tabs_content p {
        font-size: 20px;
    }
    #searchPosdrazdel::placeholder {
        font-size: 16px;
    }
    .text_map{
        width: 54%;
    }

}

@media (max-width: 599px) {
    .mob_top2{
        margin-top: 160px;
    }
    .text_map{
        width: 90%;
    }
    .victorina_img {
        top: -124px;
    }
}

@media (max-width: 530px) {
    .img_map{
        width: 100%;
        float: right;
        bottom: 50px;
        max-width: 317px;
    }
    .text_partners{
        font-size: 16px;
    }

    .victorina_img {
        top: -124px;
    }
    .LinkElement {
        font-size: 16px;
    }
    .tabs_content p {
        font-size: 16px;
        font-family: Helios Cond, Arial, sans-serif;
    }
    .main_text{
        font-size: 38px;
    }
    .big_text2{
        font-size: 38px;
    }
    .big_text{
        font-size: 38px;
    }
    .map_text_mob{
        font-size: 38px;
    }
    .map_text_mob{
        font-size: 38px;
    }
    .main_text2{
        font-size: 38px;
    }
    .bnt_center{
        width: 100%;
        max-width: 390px;
        padding: 10px;
    }


    .text_partners{
        font-size: 16px;
    }
    .LinkElement {
        font-size: 16px;
    }
    .tabs_content p {
        font-size: 16px;
    }
    .choosed_Posdrazdel {
        font-size: 16px;
    }
    .choosed_Posdrazdel2 {
        font-size: 16px;
    }
    #searchPosdrazdel {
        text-indent: 0px;
    }
    #searchPosdrazdel::placeholder {
        font-size: 13px;
    }
    .moderate_image .btn{
        padding: 0px 10px 6px;
    }
}

@media (max-width: 460px) {
    .mob_marg2 {
        margin-bottom: 110px;
    }
    .victorina_img {
        top: -72px;
    }
    .mob_top2{
        margin-top: 110px;
    }
}

@media (max-width: 430px) {
    .bnt_center{
        margin-bottom: 20px;
    }
    .img_map{
        bottom: 32px;
    }
    .btn_map_mob{
        bottom: 25px;
    }
    .main_text{
        font-size: 28px;
        line-height: 41px;
        text-align: left;
        left: 15px;
    }
    .big_text2{
        font-size: 27px;
        line-height: 34px;
        text-align: center;
        padding-left: 15px;
    }
    .big_text{
        font-size: 30px;
    }
    .map_text_mob {
        font-size: 31px;
        line-height: 37px;
    }
    .victorina_img {
        width: 93%;
    }
    .main_text2{
        font-size: 28px;
        line-height: 41px;
        text-align: left;
        left: 15px;
    }
    .text_map {
        width: 68%;
    }
}
@media (max-width: 368px) {
    .btn_map_mob{
        height: 335px;
    }
    .text_map {
        width: 73%;
    }
    .img_map {
        width: 100%;
        float: right;
        bottom: 33px;
        max-width: 282px;
    }
    .map_text_mob{
        font-size: 27px;
        line-height: 34px;
    }
    .victorina_btn2{
        height: 42px;
    }
}
@media (max-width: 330px) {
    .img_map{
        bottom: unset;
    }
    .victorina_img {
        top: -45px;
    }
    .mob_top2 {
        margin-top: 80px;
    }
}

.pos_absolute{
    position: absolute !important;
}
#mydiv {
    position: absolute;
    z-index: 9;
}
#editor_podrazdel{
    cursor: move;
}
.vidno{
    opacity: 1!important;
    visibility: unset!important;
}
.podrazdel_for_add{
    display: none;
}



/*************************************/
.soc_serv_img{
    cursor: pointer;
    border-radius: 50%;
    height: 35px;
}

.reg_pervye_img{
    cursor: pointer;
    height: 35px;
}

.log_in_pervye{
    margin-left: 21px;
}

.log_in_pervye_pop{
    margin-left: 26px;
}

@media (max-width: 600px) {
    .log_in_pervye{
        margin-left: unset;
    }

    .log_in_pervye_pop{
        margin-left: unset;
    }
}
/*************************************/
/* End */


/* Start:/local/assets/search.css?169761415722552*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.wrapp_all {
  height: auto;
  max-height: none;
}

.container-wide {
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

/* SEARCH FORM */

.search-form {
  margin-top: 30px;
}

.search-form * {
  box-sizing: border-box;
}

.search-form-row {
  position: relative;
}

.search-form-row input {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  background: #FFFFFF;
  color: #000000;
  font-family: Helios Cond, Arial,  sans-serif;
  height: 60px;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: box-shadow .25s;
  font-size: 22px;
  padding: 0 240px 0 45px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.search-form-row input:focus {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

.search-form-advanced-show {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 60px 0 0;
  font-size: 18px;
  color: #877852;
  font-family: Helios Cond, Arial,  sans-serif;
  border: none;
  box-shadow: none;
  height: 100%;
  background: none;
  cursor: pointer;
  width: 240px;
  text-align: right;
  transition: color .25s;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-form-advanced-show::before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #877852;
  border-bottom: 2px solid #877852;
  top: 50%;
  right: 30px;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: -7.5px;
  transition: border-color .25s, margin-top .25s, transform .25s;
}

.search-form-advanced-show.active::before {
  transform: rotate(-135deg);
  margin-top: -2.5px;
}

.search-form-advanced-show:hover {
  color: #000000;
}

.search-form-advanced-show:hover::before {
  border-color: #000000;
}

.search-form-advanced {
  margin-top: 20px;
  display: none;
  opacity: 0;
}

.search-form-advanced.active {
  display: block;
  -webkit-animation: fadeIn .25s forwards;
          animation: fadeIn .25s forwards;
}

.search-form-group {
  display: flex;
  margin-left: -20px;
}

.search-form-group .search-form-item {
  flex: 1;
  padding-left: 20px;
}

.search-form-field {
  position: relative;
  background: rgba(135, 120, 82, .3);
}

.search-form-field input {
  border: none;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  padding: 25px 30px 15px 30px;
  text-align: center;
  color: #000000;
  height: 60px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  background: none;
  line-height: 20px;
}

.search-form-field label {
  background: transparent;
  position: absolute;
  display: block;
  width: 100%;
  height: 20px;
  top: 50%;
  left: 0;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-top: -10px;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(1);
  transition: top .25s, transform .25s, color .25s;
}

.search-form-field input:focus + label,
.search-form-field input.notempty + label {
  top: 15px;
  transform: scale(.7);
  color: #877852;
}

.search-form-group + .search-form-group,
.search-form-group + .search-form-item,
.search-form-item + .search-form-item
.search-form-item + .search-form-group {
  margin-top: 20px;
}

.search-form-control {
  text-align: center;
  margin-top: 30px;
}

.search-form-button {
  width: 260px;
  height: 60px;
  color: #FFFFFF;
  background: #A01623;
  display: inline-block;
  vertical-align: top;
  border-radius: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  border: 1px solid #A01623;
  padding: 0 44px;
  margin: 0;
  box-shadow: none;
  font-family: Helios Cond, Arial,  sans-serif;
  cursor: pointer;
  transition: color .25s, background .25s;
  outline: none;
}

.search-form-button:hover{
  background: rgba(160, 22, 35, 0);
  color: #A01623;
}

/* SEARCH RESULT */

.search-result {
  padding-bottom: 40px;
  margin-top: 46px;
}

.search-result * {
  box-sizing: border-box;
}

.search-result-list {
  display: flex;
  flex-wrap: wrap;
  margin: -43px 0 0 -18px;
  justify-content: center;
}

.search-result-list .errortext {
  margin-left: 18px;
}

.search-result-item {
  width: 16.6666%;
  flex: none;
  margin-top: 43px;
  padding-left: 18px;
  max-width: 285px;
}

.search-result-link {
  display: block;
  text-decoration: none;
}

.search-result-item-image {
  width: 100%;
  padding-bottom: 140%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.search-result-item-name {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 19px;
  border-left: 2px solid #A01623;
  padding-left: 11px;
  transition: color .25s;
}

.search-result-link:hover .search-result-item-name {
  color: #A01623;
}

.search-result-item-name strong {
  display: block;
}

.search-result-more {
  margin-top: 46px;
  text-align: center;
}

.button-more {
  display: inline-block;
  vertical-align: top;
  color: #A01623;
  border: 1px solid #A01623;
  padding: 13px 45px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  transition: color .25s, background-color .25s;
  font-family: Helios Cond, Arial,  sans-serif;
}

.button-more:hover {
  color: #FFFFFF;
  background-color: #A01623;
}

/* SEARCH DETAIL */

.search-detail * {
  box-sizing: border-box;
}

.search-detail-line {
  width: 100%;
}

.search-detail-line div {
  height: 1px;
  width: 100%;
  background-color: #a01623;
}

.search-detail .container-wide {
  display: flex;
  height: 100%;
}

.search-detail-image {
  flex: none;
  width: 50%;
  min-width: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 120px 40px 120px;
}

.search-detail-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  flex: none;
}

.search-detail-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  font-size: 0;
}

.search-detail-back::before,
.search-detail-back::after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 24px;
  border-radius: 3px;
  background: #A01623;
  top: 50%;
  left: 50%;
  margin-left: -3px;
}

.search-detail-back::before {
  transform: rotate(45deg);
  margin-top: -19px;
}

.search-detail-back::after {
  transform: rotate(-45deg);
  margin-top: -5px;
}

.search-detail-text {
  flex: 1;
  min-width: 0;
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
}

.search-detail-text::before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(128, 105, 65, 0.5) 0%, rgba(128, 105, 65, 0) 100%);
  opacity: 0.5;
}

.search-detail-text-scroll {
  max-height: 100%;
  overflow-y: auto;
  padding-left: 110px;
  padding-right: 50px;
  scrollbar-color: #A01623 rgba(160, 22, 35, .1);
  scrollbar-width: thin;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
}

.search-detail-text-scroll::-webkit-scrollbar {
  width: 10px
}

.search-detail-text-scroll::-webkit-scrollbar-track {
  background-color: rgba(160, 22, 35, .1);
}

.search-detail-text-scroll::-webkit-scrollbar-thumb {
  background-color: #A01623;
}

.search-detail-text-scroll h1 {
  font-size: 48px;
  line-height: 55px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}

.search-detail-text-dates {
  color: #A01623;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 40px;
}

.search-detail-text-scroll p {
  margin-bottom: 20px;
  text-indent: 40px;
}

.search-detail-text-scroll p:last-child {
  margin-bottom: 0;
}

/* MEDIA QUERIES */

@media (max-height: 800px) {
  .search-detail {
    height: auto !important;
  }
}

@media (max-width: 1400px) {
  .search-result .container-wide,
  .search-detail .container-wide {
    max-width: 1150px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-result-item {
    width: 25%;
  }

  .search-detail-image {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 90px;
  }

  .search-detail-text {
    margin-right: -70px;
  }

  .search-detail-text-scroll {
    padding-right: 60px;
    padding-left: 45px;
    font-size: 16px;
  }

  .search-detail-text-scroll h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  
  .search-detail-text-dates {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1365px) {
  .search-detail-text {
    margin-right: -8px;
  }

  .search-detail-text-scroll {
    padding-right: 28px;
  }
}

@media (max-width: 1023px) {
  .search-form-row input {
    height: 50px;
    border-radius: 10px;
    border-color: #FFFFFF;
    font-size: 18px;
  }
  
  .search-form-group {
    margin-left: -10px;
  }
  
  .search-form-group .search-form-item {
    padding-left: 10px;
  }
  
  .search-form-field input {
    padding: 15px 30px 5px 30px;
    height: 40px;
    font-size: 16px;
  }
  
  .search-form-field label {
    font-size: 16px;
  }
  
  .search-form-field input:focus + label,
  .search-form-field input.notempty + label {
    top: 10px;
  }
  
  .search-form-group + .search-form-group,
  .search-form-group + .search-form-item,
  .search-form-item + .search-form-item
  .search-form-item + .search-form-group {
    margin-top: 10px;
  }

  .search-form-button {
    height: 50px;
    border-radius: 10px;
    width: 180px;
    font-size: 18px;
  }

  .search-result-list {
    margin-top: -30px;
  }

  .search-result-item {
    margin-top: 30px;
  }

  .search-result-item-name {
    font-size: 16px;
  }

  .search-detail-image {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 70px;
  }

  .search-detail-back {
    width: 35px;
    height: 70px;
  }
  
  .search-detail-back::before,
  .search-detail-back::after {
    width: 3px;
    height: 14px;
    margin-left: -2px;
  }
  
  .search-detail-back::before {
    margin-top: -12px;
  }
  
  .search-detail-back::after {
    margin-top: -4px;
  }

  .search-detail-text-scroll {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 27px;
    font-size: 14px;
  }

  .search-detail-text-scroll h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .search-detail-text-dates {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .search-form-advanced {
    padding-left: 35px;
    padding-right: 35px;
  }

  .search-form-group {
    display: block;
    margin-left: 0;
  }

  .search-form-group .search-form-item {
    padding-left: 0;
    width: 100%;
  }

  .search-form-group .search-form-item + .search-form-item {
    margin-top: 10px;
  }

  .search-result-item {
    width: 33.3333%;
  }

  .search-detail {
    height: auto !important;
  }

  .search-detail .container-wide {
    display: block;
  }

  .search-detail-image {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .search-detail-image img {
    max-width: 260px;
  }

  .search-detail-text {
    margin-top: 40px;
    padding-top: 0;
    margin-right: 0;
  }

  .search-detail-text::before {
    display: none;
  }

  .search-detail-text-scroll {
    padding: 0;
  }
}

@media (max-width: 599px) {
  .search-form-row input {
    height: 40px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 160px;
  }

  .search-form-advanced-show {
    font-size: 14px;
    padding-right: 34px;
    width: 160px;
  }

  .search-form-advanced-show::before {
    width: 8px;
    height: 8px;
    margin-top: -6px;
    right: 14px;
  }

  .search-form-advanced-show.active::before {
    margin-top: -2px;
  }

  .search-form-control {
    margin-top: 16px;
  }

  .search-form-button {
    height: 40px;
    width: 160px;
    font-size: 16px;
  }

  .search-result {
    margin-top: 35px;
  }

  .search-result-item {
    width: 50%;
  }
}

@media (max-width: 374px) {
  .search-form-row input {
    padding-right: 141px;
  }

  .search-form-advanced-show {
    padding-right: 15px;
    width: 141px;
  }

  .search-form-advanced-show::before {
    display: none;
  }

  .search-result-item {
    width: 100%;
    max-width: 230px;
  }

  .search-detail-image {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* POOR VISION */

/* white_black */

.white_black .search-form-row input {
  box-shadow: none;
}

.white_black .search-form-advanced-show {
  color: #000000;
}

.white_black .search-form-advanced-show::before {
  border-color: #000000;
}

.white_black .search-form-field {
  background: #FFFFFF;
}

.white_black .search-form-field input {
  border: 1px solid #000000;
  padding: 24px 29px 14px 29px;
}

.white_black .search-form-field input:focus + label,
.white_black .search-form-field input.notempty + label {
  color: #000000;
}

.white_black .search-form-button {
  border: 1px solid #000000;
  background: #FFFFFF;
  color: #000000;
  padding: 0 43px;
}

.white_black .search-result-item-name {
  border-color: #000000;
}

.white_black .search-result-link:hover .search-result-item-name {
  color: #000000;
}

.white_black .button-more {
  color: #000000;
  border-color: #000000;
  background: #FFFFFF;
}

.white_black .search-detail-line {
  display: none;
}

.white_black .search-detail-back::before,
.white_black .search-detail-back::after {
  background: #000000;
}

.white_black .search-detail-text::before {
  display: none;
}

.white_black .search-detail-text-scroll {
  scrollbar-color: #000000 transparent;
  padding-left: 0;
}

.white_black .search-detail-text-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.white_black .search-detail-text-scroll::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.white_black .search-detail-text-dates {
  color: #000000;
}

/* black_white */

.black_white .search-form-row input {
  box-shadow: none;
  color: #FFFFFF;
  background: #000000;
  border-color: #FFFFFF;
}

.black_white .search-form-advanced-show {
  color: #FFFFFF;
}

.black_white .search-form-advanced-show::before {
  border-color: #FFFFFF;
}

.black_white .search-form-field {
  background: #000000;
}

.black_white .search-form-field input {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 24px 29px 14px 29px;
}

.black_white .search-form-field label {
  color: #FFFFFF;
}

.black_white .search-form-field input:focus + label,
.black_white .search-form-field input.notempty + label {
  color: #FFFFFF;
}

.black_white .search-form-button {
  border: 1px solid #FFFFFF;
  background: #000000;
  color: #FFFFFF;
  padding: 0 43px;
}

.black_white .search-result-item-name {
  border-color: #FFFFFF;
}

.black_white .search-result-link:hover .search-result-item-name {
  color: #FFFFFF;
}

.black_white .button-more {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: #000000;
}

.black_white .search-detail-line {
  display: none;
}

.black_white .search-detail-back::before,
.black_white .search-detail-back::after {
  background: #FFFFFF;
}

.black_white .search-detail-text::before {
  display: none;
}

.black_white .search-detail-text-scroll {
  scrollbar-color: #FFFFFF transparent;
  padding-left: 0;
  color: #FFFFFF;
}

.black_white .search-detail-text-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.black_white .search-detail-text-scroll::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
}

.black_white .search-detail-text-scroll h1 {
  color: #FFFFFF;
}

.black_white .search-detail-text-dates {
  color: #FFFFFF;
}

/* green_brown */

.green_brown .search-form-row input {
  box-shadow: none;
  color: #a9e44d;
  background: #3b2716;
  border-color: #a9e44d;
}

.green_brown .search-form-advanced-show {
  color: #a9e44d;
}

.green_brown .search-form-advanced-show::before {
  border-color: #a9e44d;
}

.green_brown .search-form-field {
  background: #3b2716;
}

.green_brown .search-form-field input {
  border: 1px solid #a9e44d;
  color: #a9e44d;
  padding: 24px 29px 14px 29px;
}

.green_brown .search-form-field label {
  color: #a9e44d;
}

.green_brown .search-form-field input:focus + label,
.green_brown .search-form-field input.notempty + label {
  color: #a9e44d;
}

.green_brown .search-form-button {
  border: 1px solid #a9e44d;
  background: #3b2716;
  color: #a9e44d;
  padding: 0 43px;
}

.green_brown .search-result-item-name {
  border-color: #a9e44d;
}

.green_brown .search-result-link:hover .search-result-item-name {
  color: #a9e44d;
}

.green_brown .button-more {
  color: #a9e44d;
  border-color: #a9e44d;
  background: #3b2716;
}

.green_brown .search-detail-line {
  display: none;
}

.green_brown .search-detail-back::before,
.green_brown .search-detail-back::after {
  background: #a9e44d;
}

.green_brown .search-detail-text::before {
  display: none;
}

.green_brown .search-detail-text-scroll {
  scrollbar-color: #a9e44d transparent;
  padding-left: 0;
  color: #a9e44d;
}

.green_brown .search-detail-text-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.green_brown .search-detail-text-scroll::-webkit-scrollbar-thumb {
  background-color: #a9e44d;
}

.green_brown .search-detail-text-scroll h1 {
  color: #a9e44d;
}

.green_brown .search-detail-text-dates {
  color: #a9e44d;
}

/* font */

.sm .search-detail,
.md .search-detail,
.lg .search-detail {
  height: auto !important;
}

.md .search-form-row input {
  font-size: 25px;
}

.md .search-form-row input {
  padding-right: 240px;
}

.md .search-form-advanced-show {
  font-size: 20px;
  width: 240px;
}

.md .search-form-field input {
  font-size: 22px;
}

.md .search-form-field label {
  font-size: 22px;
}

.md .search-form-button {
  font-size: 25px;
}

.md .search-result-item-name {
  font-size: 22px;
}

.md .button-more {
  font-size: 18px;
}

.md .search-detail-text-scroll {
  font-size: 22px;
}

.md .search-detail-text-scroll h1 {
  font-size: 56px;
  line-height: 66px;
}

.md .search-detail-text-dates {
  font-size: 36px;
  line-height: 40px;
}

.lg .search-form-row input {
  font-size: 28px;
  padding-right: 260px;
}

.lg .search-form-advanced-show {
  font-size: 22px;
  width: 260px;
}

.lg .search-form-field input {
  font-size: 25px;
}

.lg .search-form-field label {
  font-size: 25px;
}

.lg .search-form-button {
  font-size: 28px;
}

.lg .search-result-item-name {
  font-size: 25px;
}

.lg .button-more {
  font-size: 20px;
}

.lg .search-detail-text-scroll {
  font-size: 26px;
}

.lg .search-detail-text-scroll h1 {
  font-size: 62px;
  line-height: 74px;
}

.lg .search-detail-text-dates {
  font-size: 40px;
  line-height: 46px;
}

@media (max-width: 1023px) {
  .white_black .search-form-row input {
    border-color: #000000;
  }

  .black_white .search-form-row input {
    border-color: #FFFFFF;
  }

  .green_brown .search-form-row input {
    border-color: #a9e44d;
  }

  .md .search-form-row input,
  .lg .search-form-row input {
    height: 60px;
  }

  .md .search-form-field input,
  .lg .search-form-field input {
    height: 60px;
  }

  .md .search-result-item,
  .lg .search-result-item {
    width: 33.3333%;
  }

  .md .search-detail-text-scroll {
    font-size: 18px;
  }
  
  .md .search-detail-text-scroll h1 {
    font-size: 30px;
    line-height: 38px;
  }
  
  .md .search-detail-text-dates {
    font-size: 22px;
    line-height: 28px;
  }
  
  .lg .search-detail-text-scroll {
    font-size: 22px;
  }
  
  .lg .search-detail-text-scroll h1 {
    font-size: 40px;
    line-height: 50px;
  }
  
  .lg .search-detail-text-dates {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .md .search-result-item,
  .lg .search-result-item {
    width: 50%;
  }
}

@media (max-width: 599px) {
  .md .search-form-row input {
    padding-right: 220px;
  }
  
  .md .search-form-advanced-show {
    width: 220px;
  }

  .lg .search-form-row input {
    padding-right: 230px;
  }
  
  .lg .search-form-advanced-show {
    width: 230px;
  }

  .md .search-result-item,
  .lg .search-result-item {
    width: 100%;
  }
}

@media (max-width: 413px) {
  .md .search-form-row input {
    padding-right: 170px;
  }
  
  .md .search-form-advanced-show {
    width: 170px;
    font-size: 18px;
  }

  .lg .search-form-row input {
    padding-right: 190px;
  }
  
  .lg .search-form-advanced-show {
    width: 190px;
    font-size: 20px;
  }
}

@media (max-width: 374px) {
  .lg .search-detail-text-scroll h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .lg .search-detail-text-dates {
    font-size: 28px;
    line-height: 34px;
  }
}

.search-detail-description {
  white-space: pre-wrap;
}

.search-detail-text-dates {
  white-space: normal;
}

.search-detail-text-place {
  white-space: normal;
}

.search-detail-image img {
  object-fit: contain;
}
/* End */
/* /local/templates/d_museum/css/for_special.css?169761416223815 */
/* /local/templates/d_museum/css/datepicker.css?169761416220693 */
/* /local/templates/d_museum/css/pikaday.css?16976141624399 */
/* /local/templates/d_museum/css/media.css?17206988678410 */
/* /local/templates/d_museum/css/modal.css?16976141622159 */
/* /local/templates/d_museum/css/nanoscroller.css?16976141621629 */
/* /local/templates/d_museum/css/hamburgers.css?169761416227466 */
/* /local/templates/d_museum/css/swiper.css?169761416217875 */
/* /local/templates/d_museum/css/bootstrap.css?17035097731442 */
/* /local/templates/d_museum/css/social/migrate.css?17066068282518 */
/* /local/templates/d_museum/components/bitrix/main.share/footer_share/style.css?16976141621069 */
/* /local/templates/d_museum/styles.css?16976141625245 */
/* /local/templates/d_museum/template_styles.css?171420465916472 */
/* /local/assets/search.css?169761415722552 */
