/*
Theme Name: Этномузей v3
Version: 3.0.0
Description: Тема для Этномузея
Author: avtess
Author URI: https://avtess.ru
*/
.section {
    position: relative;
    overflow: hidden;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
ul.navbar-nav {
    width: 100%;
}
ul.navbar-nav > li  {
    width: auto;
    display:table-cell;
	margin-right: 20px;
}
body {
	background: #fff;
	font-family: 'Cuprum', serif;
	color: #000;
}
.site {
	position: relative;
	padding-bottom: 0;
	overflow: hidden;
}
.content {
	background: #FFF;
	min-height: calc(100vh - 300px);
	padding-top: 60px;
	background: url(images/pattern1.png) repeat-y 0% 0/5%, url(images/pattern1-2.png) repeat-y 100% 0/5%;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.entry-content a {
	text-decoration: underline;
}
a:hover {
	color: #14a69c;
	text-decoration: none;
}

wrapper__button btn a:hover {
	color: #fff;
	text-decoration: none;
}
i {
	font-size: .8em;
}
.trans-0-5s {
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
ol,ul {	
	list-style-type: none;
	padding: 0; 
}
.entry-content ol {	
	list-style-type: decimal; 
	margin-left: 0.5em;
}
.entry-content ul {	
	list-style-type: disc; 
	margin-left: 1em;
}
table.table-bordered {
    border: 1px solid #14a69c;
}
table.table-bordered td, table.table-bordered th {
    border: 1px solid #14a69c;
}
table.table td, table.table th {
    border-top: 1px solid #14a69c;
}
/*Modal start
-----------*/
/*Modal end
-----------*/
/*Search start
-----------*/
.is-form-style input.is-search-input {
	border: none;
}
/*Search end
-----------*/
/*Sidebar start
-----------*/
.sidebar {
	padding: 20px 0;
	margin-bottom: 1em;
	background: #14a69c;
}
.sidebar__menu ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.sidebar__menu > ul > li:hover, .sidebar__menu > ul > li > a.active {
	background-color: #ff7b25;	
}
.sidebar__menu > ul > li a {
	position: relative;
	padding: .7em 20px;
	display: flex;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	-ms-flex-align: center!important;
	align-items: center!important;
	transition: .5s;
}
.sidebar__menu a:hover {
	color: #fff;
	text-decoration: none;	
}
.sidebar__menu a i {
	position: absolute;
	right: 20px;
}
.sidebar__menu a.active i {
	transform: rotate(180deg);		
}
.sidebar__menu > ul > li > ul {
	background-color: #078256;	
}
.sidebar__menu > ul > li > ul > li > ul {
	background-color: #087750;
}
.sidebar__menu > ul > li > ul > li > a {
	margin-left: 10px;
}
.sidebar__menu > ul > li > ul > li > ul > li > a {
	margin-left: 20px;
}
.sidebar__menu > ul > li > ul a:hover {
	color: #fbb040;	
}
.sidebar__menu > ul > li > ul a {
	text-transform: unset;
}
.sidebar__submenu-mod .sidebar__submenu-href {
	padding-left: 55px;	
}
/*Sidebar end
-----------*/
/*Buttons start
-----------*/
.btn {
	cursor: pointer;
	border-radius: 20px;
	background-color: #9f175b;
	font-size: .9em;
	border: none;
	padding: .8em 1.5em;
	color: #fff;
	box-shadow: 0px 6px 15px 0px rgba(30, 34, 16, 0.2);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.btn:hover, .btn:focus {
	box-shadow: 0px 6px 15px 0px rgba(30, 34, 16, 0.2);
	background-color: #14a69c;
	color: #fff;
}
.btn img {
	width: auto;
}
.btn.btn-secondary {
	background-color: #14a69c;
}
.btn.btn-secondary:focus, .btn.btn-secondary:hover {
	background-color: #9f175b;
}
.form-control.form-input {
	border-radius: 25px;
	font-size: 13px;
	border: none;
	padding: .8em 1.5em;
	offset: none;
	box-shadow: none;
	border: none;
}
/*Buttons end
-----------*/
/*Header start
-----------*/
.header {
	background-image: url(images/pattern1.png);
    background-size: 88%;
    background-position: center;
}
.header .logo {
	margin: 0 auto;
}
.header .logo img {
	width: 80%;
}
.header .info a {
	color: #14a69c;
	text-decoration: underline;
	font-size: 0.8em;
	width: 100%;
}
.header .info .btn {
	width: auto;
    padding: .4em 1em;
    text-decoration: none;
}
.header .info p {
	font-size: 0.8em;
	margin-bottom: 0;
	color: #000;
}
.header .info .icon {
	text-decoration: none;
	color: #000;
	font-size: 0.9rem;
	margin-left: 20px;
}
#navbarNav .icon:hover {
	color: #fbb040;
}
#navbarNav .icon i {
	font-size: 1.5rem;
    position: relative;
	color: white;
	padding: 18px 0;
	display: block;

}
.header .tel {
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid transparent;
}
.header .email {	
	font-size: 0.8em;
	border-bottom: 1px solid transparent;
}
.header .email:hover, .header .tel:hover {
	border-bottom-color: #14a69c;
	color: #000;
}
.navbar-toggler {
	margin-top: .5em;
	margin-bottom: .5em;
	width: auto;
	height: auto;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar-dark .navbar-toggler {
	border-color: #fff;
}
.dropdown-menu {
	background: #fff;
	border: 0;
	border-radius: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #14a69c;
}
/*Header end
-----------*/
/*HeaderMenu start
-----------*/
.header-menu {
	background: rgba(0,0,0,0.7);
	min-height: 60px;
	z-index: 100;
}
.header-menu > .container {
	height: auto;
}
.navbar {
	padding: 0;
}
.navbar-nav {
	position: relative;
	text-align: center;
	width: 100%;
	justify-content: center;
	color: #fff;
}
.navbar-nav p {
	font-weight: bold;
	color: #fff;
	font-size: 0.8em;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	border-top: 3px solid transparent;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 1.1em;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.navbar-dark .navbar-nav .nav-item:hover .nav-link {
	color: #fbb040;
	border-top-color: #fbb040;
}
.nav-link {
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*HeaderMenu end
-----------*/
/*Bread start
-----------*/
.menu__page i {
	color: #E2E0CF;
	font-size: .65em;
	margin-right: .8em;
}
.menu__page-ul {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0;
	padding: .8em 0;
	flex-wrap: wrap;
}
.menu__page-ul li {
	margin-right: .45em;
}
.menu__page-ul span, .menu__page-ul a {
	font-size: 13px;
	color: #000000;	
}
.menu__page-ul a {
	color: #868273;
}
.menu__page-ul a:hover {
	color: #53be8c;
	text-decoration: underline;
	cursor: pointer;
}
/*Bread end
-----------*/
/*Footer start
-----------*/
.footer-all {
	width: 100%;
}
.footer-menu {
	position: relative;
}
.footer-menu > .container {
	position: relative;
}
.footer-menu .menu {
	margin-bottom: 0;
}
.footer-menu .menu > dd {
	margin: 1.2em 0;
}
.footer-menu .menu > dd a {
	font-size: .9em;
	border-bottom: 1px solid #14a69c;
	color: #fff;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.footer-menu .menu > dd a:hover {
	color: #fbb040;
	border-bottom-color: transparent;
}
.footer-menu .info {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 0;
}
.footer-menu .info a {
	color: #eef9f4;
	border-bottom: 1px solid #14a69c;
	font-size: 0.8em;
	width: 100%;
}
.footer-menu .info a i {
	font-size: 0.8em;
}
.footer-menu .info p {
	font-size: 0.8em;
	margin-bottom: 0;
	color: #eef9f4;
}
.footer-menu .info .tel {
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid transparent;
}
.footer-menu .info .email {	
	font-size: 0.8em;
	border-bottom: 1px solid transparent;
}
.footer-menu .info .email:hover, .footer-menu .info .tel:hover {
	border-bottom-color: #14a69c;
	color: #fff;
}
.service-quality {
	overflow: hidden;
	border-radius: .8em;
	background: #fff;
    box-shadow: 0px 5px 10px #00000036;
}
.grant-russia {
	overflow: hidden;
	border-radius: .8em;
	background: #fff;
	margin-top: 1em;
    box-shadow: 0px 5px 10px #00000036;
}
.footer-menu {
	background: #1cb9ae url(images/pattern3.png);
	background-size: 64%;
}
.footer {
	background: #14a69c;
}
.footer p {
	padding: 1.204em 0;
	color: #fff;
	font-size: 0.8em;
	margin-bottom: 0;
}
.footer .icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    vertical-align: middle;
    align-items: center;
    font-size: 29px;
    justify-content: center;
}
/*Footer end
-----------*/
/*Main start
-----------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Cuprum', serif;
	font-weight: bold;
}
p {
	font-family: 'Roboto Slab', serif;
}
.container {
	max-width: 1140px;
	min-width: 320px;
}
h2 {
	font-size: 1.2em;
	margin: 1.2em 0;
}
.promo-wrapper {
	display: flex;
	align-items: flex-start;
}
.promo-wrapper .carousel {
	width: 100%;
	background: none;
	position: relative;
}
.about__scrollbanner {
	text-align: center;
	margin-bottom: 20px;
}
.about__text {
	overflow: hidden;
	height: 180px;
	margin-bottom: 20px;
	color: #fff;
}
.about__text-title {
	font-size: 16px;
	line-height: 25px;
}
.about__text-p {
	font-size: 14px;
	line-height: 22px;
}
.about__button {
	display: inline;
	color: #fff;
	background-color: #ff7b25;;	
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	border: none;
	border-radius: 20px;
	padding: 10px 30px;
	transition: .5s;
}
.about__button:hover {
	background-color: transparent;
	text-decoration: none;
	color: #fff;
}
.promo-wrapper .carousel .item {
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.promo-wrapper .carousel__textphoto {
	width: 100%;
	padding: 80px 30px 40px 30px;
	background: linear-gradient(180deg, rgba(255,255,255,0.05) 5%, rgba(0,0,0,0.06) 10%, rgba(2, 2, 2, 0.7) 90%);
	left: 0;
	bottom: 0;
	margin: 0;
}
.carousel-counter {
	position: absolute;
	bottom: 30px;
	right: 63px;
	z-index: 10;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}
.carousel-counter .separator {
	margin: 0 2px;
	font-size: 1.2em;
}
.carousel-counter span {
	color: #14a69c;
}
.carousel {
	overflow: hidden;
	position: relative;
}
.carousel__scrollbanner {
	background: url(images/logo.png) no-repeat; 
}
.carousel__textphoto {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	position: absolute;	
	bottom: 18px;
	left: 62px;		
}
.scrollbanner h5 {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}
.scrollbanner p {
	font-size: 14px;
	line-height: 22px;
	color: #fff;			
}
.carousel .owl-carousel .owl-dots {
	display: none;
}
.carousel .owl-theme .owl-nav {
	background:	none;
	position: absolute;
	bottom: 27px;
	right: 18px;
	width: 130px;
	display: flex;
	justify-content: space-between;
}
.carousel .owl-carousel .owl-nav .owl-prev {
	width: 30px;
	height: 30px;	
	font-size: 0;
	background: none;
	padding-top: 5px;
}
.owl-carousel .owl-nav .owl-prev:before {
	content: '\e904';
	font-size: 14px;
	font-family: 'avtess-emnz-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #14a69c;
}
.owl-carousel .owl-nav .owl-next:before { 
	content: '\e905'; 
	font-size: 14px;
	font-family: 'avtess-emnz-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #14a69c;
}
.carousel .owl-carousel .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	font-size: 0;
	background: none;
	padding-top: 5px;
}
.wrapper {
	position: relative;
	width: 100%;
	background-size: cover;
	margin-bottom: 40px;
}
.wrapper__scrollbanner {
	position: relative;
	width: 263px;
	background-size: cover;
	background-color: #fff;	
	padding-bottom: 20px;
	overflow: hidden;
}
.wrapper__scrollbanner-href {
	position: absolute;
    top: 163px;
    right: 20px;
    z-index: 1;
    height: 23px;
    line-height: 23px;
    background-color: #ff7b25;        
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
}
.wrapper__scrollbanner-text {
	padding: 20px;	
	height: 140px;
	overflow: hidden;
	margin-bottom: 10px;    
}
.wrapper__scrollbanner-text h4 {
	font-size: 14px;
	line-height: 22px;	
	margin-bottom: 20px;
}
.wrapper__scrollbanner-text h4:hover {
	color: #14a69c;
}
.wrapper__scrollbanner-text p {
	font-size: 13px;		
	color: #333333;
	margin-bottom: 10px;	
}
.wrapper__scrollbanner .btn {
	position: relative;
	width: 140px;	
	margin-left: 20px;			
}
.wrapper__scrollbanner .btn a {
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	color: #fff;	
}
.wrapper__scrollbanner .btn img {
	position: absolute;
    right: 24px;
    top: 45%;
}
.wrapper .owl-carousel .owl-nav {
	position: absolute;
	top: -68px;
	right: 0;
}
.wrapper .owl-carousel .owl-nav .owl-prev, .wrapper .owl-carousel .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	font-size: 0;
	border-radius: 50%;
	background-color: #e1e1e1;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.wrapper .owl-carousel .owl-nav .owl-prev:before , .wrapper .owl-carousel .owl-nav .owl-next:before { 	
	color: #000;
	line-height: 32px;
}
.wrapper .owl-carousel .owl-nav .owl-prev:hover, .wrapper .owl-carousel .owl-nav .owl-next:hover {
	background-color: #14a69c;
}
.wrapper .owl-carousel .owl-nav .owl-prev:hover:before , .wrapper .owl-carousel .owl-nav .owl-next:hover:before { 
	color: #fff;
}
.owl-carousel .owl-item img {
	width: auto;
}
.owl-car2 {
	margin-bottom: 20px;
}
.wrapper .owl-carousel .owl-dots {
	display: none;
}
.wrapper__button {	
	background-color: #e1e1e1;	
	color: #000000;	 	
}
.wrapper__button-m .wrapper__button:hover {
	background-color: #14a69c;
	color: #ffffff;		 	
}
.wrapper__button-m {
	text-align: center; 	
}
.wrapper__button-m .wrapper__button {
	color: #4a4942!important;
} 
.wrapper__button-m .wrapper__button:hover {
	color: #ffffff!important;
} 
.promo {
	margin-bottom: 30px;
}
.promo__socseti {
	background-color: #079964;
	padding: 20px; 
}
.promo__socseti-item {
	overflow: hidden;
	padding: 10px;	
}
.promo__socseti-item img {
	float: left;
	margin-right: 10px;
}
.promo__socseti-item-text {
	font-size: 14px;		
	margin-top: 10px;	
}
.promo__socseti-item-text a {
	text-decoration: none;
	color: #fff;
}
.promo__socseti hr {
	background-color: #fff;
	margin: 0;
}
.promo__socseti span {
	font-size: 12px;
	color: #93e4c7;
	font-family: 'Roboto Slab', serif;
}
.promo__socseti ul {
	margin-top: 10px;	
	margin-left: -15px;
	padding: 0px;
}
.promo__socseti li {
	display: inline-block;	
	margin-left: 15px;
	margin-bottom: 15px;
	border-bottom: none;
}
.promo__socseti-btn {
	width: 310px;
	height: 40px;
	background-color: #ff7b25;
	border-radius: 20px;
}
.promo__wrapper {
	background-image: url(/wp-content/uploads/2025/01/nok.png);
	/*background-image: url(images/oldmen.jpg);*/
	background-repeat: no-repeat;
	height: 430px;
	background-size: cover;
	background-position: center;
	box-shadow: inset -10px -34px 86px -33px black;
	display: flex;
	align-items: flex-end;
	padding: 0 0 28px 20px;
}
.promo__wrapper p {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 0;
	padding: 5px;
	filter: drop-shadow(0px 0px 2px #000);
	text-shadow: 0px 0px 3px #000;
}
.promo__wrapper__animal {
	background-image: url(images/beer.jpg);
	height: 200px;
	margin-bottom: 30px;
}
.promo__wrapper__museum {
	background-image: url(images/men.jpg);
	height: 200px;
}
.promo__wrapper .btn a {
	color: #fff;
}
.promo__wrapper .btn {	
	position: absolute;
	right: 30px;
}
.info {
	position: relative;	
}
.info p {
	color: #fff;
	font-size: 20px;
}
.info__text-mod {
	position: absolute;
	top: 0;
	right: 70px;
}
.info .btn {
	border-radius: 20px;
	padding: .8em 2.5em;
}
.info .btn img {
	margin-bottom: 4px;
}
.info__wrapper {
	background-color: #ffffff;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 27px;
}
.owl-car3 {
	display: block;
}
/*Main end
-----------*/
/*Cards start
-----------*/
.card {
	border-radius: 0;
	border: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: 0px 0px 10px 1px #0000000f;
	margin-bottom: 2rem;
}
.card:hover {
	box-shadow: 0px 0px 20px 6px #00000021;
}
.card a:hover {
	color: #000;
}
.card .card-img-top {
	height: 190px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	overflow: hidden;
}
.card .card-body {
	border: 1px solid #f3f3f3;
	border-top: none;
}
.card .slice {
	position: absolute;
	bottom: -35px;
	background-color: #fff;
	height: 50px;
	width: 120%;
	transform: rotate(-5deg);
}
.card .category-parent {
	position: absolute;
	bottom: 7px;
	right: 20px;
	z-index: 1;
	background-color: #9f175b;
	text-align: center;
	font-weight: bold;
	font-size: .6rem;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
}
.card .category-parent a {
	color: #fff;
}
.card .card-info {
	padding-bottom: 1px;
	height: 70px;
}
.card .card-title {
	font-size: .9rem;
	margin-bottom: 1.5rem;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.card .card-title:hover {
	color: #14a69c;
}
.card .card-text {
	font-size: 0.8rem;
	margin-bottom: 1rem
}
.card-hor {
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	background-color: #fff;
	box-shadow: 0px 0px 10px 1px #0000000f;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.card-hor a {
	display: flex;
    width: 100%;
}
.card-hor a:hover {
	color: #000;
}
.card-hor:hover {
	box-shadow: 0px 0px 20px 6px #00000021;
}
.card-hor .category-parent {
	top: 20px;
	right: 20px;
	position: absolute;
    z-index: 1;
    height: 23px;
    line-height: 23px;
    background-color: #9f175b;        
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
}
.card-hor .category-parent a {
	color: #fff;
}
.owl-car3 .card-hor .card-hor-img {
	min-height: auto;
}
.card-hor .card-hor-img {
	width: 250px;
	min-height: 270px;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.card-hor img {
	margin-bottom: 0;
}
.card-hor .card-hor-right {
	border: 1px solid #f3f3f3;
	border-left: none;
	width: calc(100% - 250px);
	padding: 20px;
}
.card-hor .card-hor-text {
	width: 100%;
	padding: 0;
}
.card-hor .card-hor-text h4 {
	margin: 0px 0 20px;
	font-size: 1em;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.card-hor .card-hor-text h4:hover {
	color: #14a69c;
}
.card-hor .card-hor-text p {
	margin-bottom: 20px;
	font-size: .9em;
	color: #333333;
    overflow-wrap: anywhere;
}
.card-hor .btn a {
	color: #fff;
	position: relative;
}
.card-hor .btn img {
	position: absolute;
	right: -11px;
	top: 30%;
}
.card-animal {
	position: relative;
	height: 330px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px 10px;
	margin-bottom: 30px;
	overflow: hidden;
}
.card-animal a {
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
}
.card-animal-title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	z-index: 1;
}
.card-animal .btn {
	z-index: 1;
}
.card-animal-shadow {
	background: linear-gradient(-180deg,rgba(0,0,0,0) -3%,rgba(0,0,0,.8) 110%);
	width: 100%;
	bottom: -50%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.card-animal-guard {
	margin-bottom: 30px;
}
.card-animal-guard .card-animal-photo {
	background-size: cover;
	float: left;
	width: 220px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: 0px 0px 10px 1px #0000000f;
}
.card-animal-guard .card-animal-info {
	position: relative;
	width: calc(100% - 220px);
	background-color: #fff;
	float: right;
	padding: 30px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: 0px 0px 10px 1px #0000000f;
}
.card-animal-guard:hover .card-animal-photo, .card-animal-guard:hover .card-animal-info {
	box-shadow: 0px 0px 20px 6px #00000021;
}
.card-animal-guard .card-animal-info h5.title {
    color: #14a69c;
    margin-bottom: 1.3em;
}
.card-animal-guard .card-animal-search {
	padding: 8px 25px;
	margin-right: -30px;
	color: #fff;
	font-size: 13px;
	background-color: #ff7b25;
}
.card-afisha {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 4px 24px rgba(30,34,16,0.07);
	overflow: hidden;
	transition: box-shadow 0.3s;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.card-afisha:hover {
	box-shadow: 0 8px 32px rgba(30,34,16,0.15);
}
.card-afisha-photo {
	width: 100%;
	height: 220px;
	overflow: hidden;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-afisha-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.afisha-date {
	font-size: 0.95rem;
	color: #888;
	display: flex;
	align-items: center;
	gap: 0.5em;
}
.afisha-date .icon-calendar {
	margin-right: 0.4em;
	font-size: 1.1em;
}
.card-afisha-info {
	padding: 1.2rem 1.2rem 1.5rem 1.2rem;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.card-afisha .card-title {
	font-size: 1.15rem;
	font-family: 'Cuprum', serif;
	font-weight: 700;
	margin-bottom: 0.7rem;
}
.card-afisha .card-text {
	font-size: 1rem;
	color: #333;
	margin-bottom: 1.2rem;
}
.card-afisha .btn-primary {
	background: #9f175b;
	border-radius: 20px;
	border: none;
	color: #fff;
	font-weight: 700;
	padding: 0.6em 1.5em;
	margin-bottom: 0.5em;
	transition: background 0.3s;
}
.card-afisha .btn-primary:hover {
	background: #14a69c;
	color: #fff;
}
.card-afisha .btn-secondary {
	background: #14a69c;
	border-radius: 20px;
	border: none;
	color: #fff;
	font-weight: 700;
	padding: 0.6em 1.5em;
	margin-bottom: 0.5em;
	transition: background 0.3s;
}
.card-afisha .btn-secondary:hover {
	background: #9f175b;
	color: #fff;
}
@media (max-width: 767px) {
	.card-afisha-photo {
		height: 140px;
	}
	.card-afisha-info {
		padding: 0.8rem 0.7rem 1rem 0.7rem;
	}
	.card-afisha .card-title {
		font-size: 1rem;
	}
	.card-afisha .card-text {
		font-size: 0.95rem;
	}
}
/*Cards end
-----------*/
/*Promo start
-----------*/
.promo3d {
    position: relative;
    margin-bottom: 40px;
    background: #222;
}
.promo3d .title {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 20px;
    padding: 15px 0;
    z-index: 2;
}
.panUl {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
.panUl li {
	float: left;
}
.panUl li a {
	display: block;
}
.panUl li a p {
	display: block;
	padding-top: 8px;
	margin-bottom: 25px;
	font-size: 15px;
	min-height: 50px;
	text-align: center;
}
.panLink .img-bg {
	background-position: left center;
	background-repeat: repeat-x;
	height:128px;
}
.panLink:hover .img-bg {
    -webkit-animation: rotatebg 10s linear infinite;
    -moz-animation: rotatebg 10s linear infinite;
}
@-webkit-keyframes rotatebg {
    0% { background-position: 0px center; }
    100% { background-position: 300px center; }
}
@moz-keyframes rotatebg {
    0% { background-position: 0px center; }
    100% { background-position: 300px center; }
}
/*Promo end
-----------*/
/*Animal start
-----------*/
.animal-info {
	margin-bottom: 30px;
}
.animal-info .animal-desc {
	background-color: #fff;
	width: 100%;
	padding: 30px;
}
.animal-info .share {
	margin-top: 30px;
}
.animal-info .share ul {
	display: flex;
    justify-content: flex-start;
}
.animal-info .share li:first-child {
	color: #14a69c;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}
.animal-info .carousel .item {
	height: 430px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.animal-info .shadow {
	width: 100%;
	height: 100%;
	background: linear-gradient(-180deg,rgba(0,0,0,0) -3%,rgb(0, 0, 0) 110%);
	width: 100%;
	bottom: -30%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.animal-info .carousel .owl-theme .owl-nav {
	right: 30%;
	left: 30%;
	width: auto;
}
.animal-info .carousel-counter {
	right: 45%;
}
/*Animal end
-----------*/
/*Gallery start
-----------*/
.img-object {
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.thumb {
    padding: 5px;
}
.thumb:hover .item .photo {
	box-shadow: 0px 0px 20px 6px #00000021;
}
.thumb .item .img-object {
    min-height: 200px;
}
.thumb .item .photo {
	box-shadow: 0px 0px 10px 1px #0000000f;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
	max-height: 200px;
}
.thumb .item .caption {
	text-align: center;
}
.thumb .item a {
	text-decoration: none;
}
/*Gallery end
-----------*/
@media screen and(min-width: 960px) and(max-width: 1139px) { 
	.promo__socseti-btn {
		width: 210px;
		height: 40px;		
	}
	.promo__socseti {    	
    	margin-bottom: 40px;
	}
	.info ul {
		text-align: center;
	}
}	
@media screen and(min-width: 768px) and(max-width: 959px) {
	.wrapper__scrollbanner {
		margin: 0 auto;
	}	
	.promo__socseti {    	
    	margin-bottom: 40px;
	}
	.info ul {
		text-align: center;
	}
}
@media screen and(min-width: 576px) and(max-width: 767px) {
	.wrapper__scrollbanner {
		margin: 0 auto;
	}
	.promo__socseti {    	
    	margin-bottom: 40px;
	}
	.promo__wrapper .btn {
		width: 75px;
		font-size: 10px;
	}
	.info ul {
		text-align: center;
	}
}
@media screen and(max-width: 575px) { 
	.wrapper__scrollbanner {
		margin: 0 auto;
	}
	.promo__wrapper {    	
    	height: 200px;
    	margin-bottom: 20px;
    	box-shadow: none;
    	display: block;
    	padding: 23px 7px 20px 25px;
    }	
	.promo__socseti {    	
    	margin-bottom: 20px;
	}
	.promo__socseti-btn {
    	width: 250px;
    }
	.promo__wrapper .btn {		
		right: 120px;
	}
	.info ul {
		text-align: center;
	}
	.info__form-input {
    	width: 200px;
    }
}
.bvi-body .panUL li, .bvi-body .owl-car2 .card .card-info, .bvi-body .owl-car3 .card .card-info, .bvi-body .owl-car3 .card-hor, .bvi-body .owl-car3 .card-hor-img {
	height: auto!important;
}
.links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.links a {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 180px;
}
.links img {
  width: 100%;
  height: auto;
  max-width: 100px;
}
@media (max-width: 991px) {
  .links {
    gap: 16px;
  }
  .links a {
    max-width: 120px;
  }
  .links img {
    max-width: 100px;
  }
}
@media (max-width: 575px) {
  .links {
    gap: 25px;
  }
  .links a {
    max-width: 90px;
  }
  .links img {
    max-width: 80px;
  }
}
 .hero {
            background-size: cover;
            background-position: center;
            min-height: 900px;
            position: relative;
            color: #fff;
            display: flex;
            align-items: center;
			height: 100vh;
			margin-top: -60px;
}
  .hero-overlay {
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
            z-index: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.museum-logo {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 32px auto;
  display: block;
}
.feature-block {
    display: inline-block;
    text-align: center;
    margin: 2rem 0;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}
.feature-block:hover {
    opacity: 0.9;
    color: #fff;
}
.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}
.feature-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-family: 'Cuprum', serif;
    font-weight: 700;
}
.feature-subtitle {
    font-size: 1rem;
    font-family: 'Cuprum', serif;
    font-weight: 400;
}
.map-icon, .telegram-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem auto;
    display: block;
}
/*large desktops*/
@media(min-width: 1200px) {
}
/*desktops*/
@media(min-width: 992px) and(max-width: 1999px) {
}
/*tablets*/
@media(min-width: 768px) and(max-width: 991px) {
}
/*phones*/
@media(min-width: 576px) and(max-width: 767px) {
}
/*extra phones*/
@media(max-width: 575px) {
  .hero {
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .hero-overlay {
    background: rgba(0,0,0,0.65) !important;
  }
  .museum-logo {
    width: 80vw !important;
    max-width: 180px;
    margin: 32px auto 32px auto !important;
  }
  .feature-block {
    margin: 32px 0 0 0;
  }
  .feature-title {
    font-size: 1.1rem;
    margin: 16px 0 0 0;
    letter-spacing: 1px;
  }
  .feature-subtitle {
    font-size: 0.9rem;
    margin-top: 4px;
  }
  .map-icon, .telegram-icon {
    width: 48px !important;
    height: 48px !important;
  }
}
/*large desktops, desktops, tablets, phones*/
@media(min-width: 576px) {
}
/*large desktops, desktops, tablets*/
@media(min-width: 768px) {
}
/*large desktops, desktops*/
@media(min-width: 992px) {
}
/*desktops, tablets, phones, extra phones*/
@media(max-width: 1999px) {
}
/*desktops, tablets, phones*/
@media(min-width: 576px) and(max-width: 1999px) {
}
/*desktops, tablets*/
@media(min-width: 768px) and(max-width: 1999px) {
}
/*tablets, phones, extra phones*/
@media(max-width: 991px) {
	.nav-item {
		text-align: center;
	}
	.nav-link {
		display: inline-block;
		border-top: 0 !important;
	}
	.navbar-nav {
		z-index: 1000;
		padding: 1em;
	}
	.header-menu > .container {
		padding: 0;
	}
	.navbar-brand {
		margin-left: 15px;
	}
	.navbar-toggler {
		margin-right: 15px;
		border: 0;
	}
	.navbar-toggler:focus {
		outline: none;
	}
	.navbar-nav > li {
		height: auto;
		margin: 0 !important;
	}
}
/*tablets, phones*/
@media(min-width: 576px) and(max-width: 991px) {
}
/*phones, extra phones*/
@media(max-width: 767px) {
}
/* --- Горизонтальный блок афиши --- */
.afisha-horizontal {
  background: #fff;
  box-shadow: 0 4px 24px rgba(30,34,16,0.07);
  margin-bottom: 2rem;
  padding: 0;
  transition: box-shadow 0.3s;
}
.afisha-horizontal:hover {
  box-shadow: 0 8px 32px rgba(30,34,16,0.15);
}
.afisha-horizontal .badge-afisha {
  background: #9f175b;
  color: #fff;
  font-size: 0.85rem;
  padding: 0.35em 0.9em;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: inline;
  border-radius: 0;
  text-transform: uppercase;
}
.afisha-horizontal .afisha-date {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 0.2em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 700;
}
.afisha-horizontal .afisha-date .icon-calendar {
  margin-right: 0.4em;
  font-size: 1.1em;
}
.afisha-title {
  font-family: 'Cuprum', serif;
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 0.2em;
  margin-right: 0.5em;
}
.afisha-title:hover {
	color: #14a69c;
}
.afisha-desc {
  color: #333;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .afisha-title {
    font-size: 1.05rem;
  }
  .afisha-desc {
    font-size: 0.97rem;
  }
}
@media (max-width: 767px) {
  .afisha-horizontal .row {
    flex-direction: column;
  }
  .afisha-horizontal .col-lg-2,
  .afisha-horizontal .col-lg-4,
  .afisha-horizontal .col-lg-6,
  .afisha-horizontal .col-md-3,
  .afisha-horizontal .col-md-5,
  .afisha-horizontal .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .afisha-horizontal .badge-afisha,
  .afisha-horizontal .afisha-date {
    margin-bottom: 0.5em;
  }
  .afisha-horizontal .row.align-items-center.no-gutters.p-4 {
    padding: 1.2rem 0.7rem 1.2rem 0.7rem;
  }
}
/* Удаляем стили для .card-afisha-photo и .card-afisha .btn, если не нужны */
.card-afisha-photo, .card-afisha .btn-primary, .card-afisha .btn-secondary { display: none !important; }
/* --- Новости карточка --- */
.card-news {
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.card-news .card-img-top {
  border-radius: 0;
}
.card-news .category-parent {
  border-radius: 0;
  height: auto;
  padding: 0.35em 0.9em;
  font-size: 0.85rem;
  line-height: 1.2;
  min-height: unset;
  display: inline-block;
  letter-spacing: 0.03em;
}
.card-news .card-title {
  font-family: 'Cuprum', serif;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-width: 100%;
}
.card-news .card-text {
  font-size: 0.97rem;
  color: #333;
  margin-bottom: 1.2rem;
}
.card-news .btn {
  border-radius: 20px;
  background-color: #9f175b;
  color: #fff;
  font-size: 13px;
  padding: .8em 1.5em;
  box-shadow: 0px 6px 15px 0px rgba(30, 34, 16, 0.2);
  transition: all .5s ease;
}
.card-news .btn:hover {
  background-color: #14a69c;
  color: #fff;
}
@media (max-width: 991px) {
    .card-news .card-title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .card-news {
    margin-bottom: 1.5rem;
  }
  .card-news .card-img-top {
    height: 140px;
  }
}
.footer-list {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
}
.footer-menu-parent {
  flex: 1 1 0;
  min-width: 140px;
  margin: 0 8px;
  list-style: none;
}
.footer-menu-parent > a {
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 0.5em;
}
.footer-submenu {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1em 0;
}
.footer-submenu li a {
  color: #eef9f4;
  font-size: 0.98em;
  display: block;
  margin-bottom: 0.3em;
  border-bottom: 1px solid #fff2;
  transition: color 0.3s, border-bottom 0.3s;
}
.footer-submenu li a:hover {
  color: #fbb040;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  .footer-list {
    flex-direction: row;
  }
  .footer-menu-parent {
    margin: 0 0 1.5em 0;
	padding: 0 0.5em;
  }
}
.footer-frame16 {
  width: 100%;
  margin: 32px 0 0 0;
}
.footer-quality-block, .footer-bot-block {
  display: flex;
  align-items: center;
  min-height: 90px;
  justify-content: flex-start;
}
.footer-quality-title, .footer-bot-title {
  color: #ffffff;
  font-family: 'Cuprum', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 991px) {
    .footer-quality-block, .footer-bot-block {
    margin-bottom: 16px;
    min-height: 70px;
    padding: 1em 1em;
  }
  .header-menu {
    background: #202020;
  }
  .collapse.show {
    height: 100vh;
  }
}
.footer-qr {
  width: 50%;
  height: auto;
  max-width: 150px;
  max-height: 150px;
  background: #fff;
  box-shadow: 0 2px 8px #0001;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 991px) {
  .footer-qr {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .footer-quality-block, .footer-bot-block {
    flex-direction: row;
    align-items: flex-start;
  }
}
.footer-list a {
  color: #fff;
}
.footer-brand {
  color: #fff;
}
.footer-contacts li {
  margin-bottom: 0.5em;
}
.navbar-brand img {
  max-height: 60px;
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 575px) { 
	.card-hor .card-hor-img {
		width: 100%;
	}
	.card-hor .card-hor-right {
		width: 100%;
	}
	.card-hor a {
		flex-direction: column;
	}
}
.subpages-page-list {
	margin-left: 1em;
}
.page_item > .children {
	margin-left: 1em;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}

@media (max-width: 1260px)  {
	.container {padding: 0 7%;}
}