/*
	date: 16.05.16;
	by: www.art-andre.ru;
*/

@import url("fonts.css");

/* GENERAL STYLES */

body {
	font-family: NeoSansCyr-Regular;
	color: #212121;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
	margin: 0;
}

ul {
	padding-left: 0;
}

a,
a:hover,
a:active,
a:focus {
	color: #212121;
	text-decoration: none;
	outline: none;
}

.title {
	font-family: ;
	font-size: ;
	text-align: center;
}

.myButton {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border: 1px solid #dc0b5a;
	outline: none;
	-webkit-transition: 500ms ease-out;
	transition: 500ms ease-out;
	color: white;
	font-size: 15px;
	font-family: HelveticaNeueCyr-Roman;
	background-color: #dc0b5a;
}

.myButton:hover,
.myButton:focus,
.myButton:active {
	color: #dc0b5a;
	background-color: #fff;
	border: 1px solid #dc0b5a;
}

.myButton img {
	margin-left: 10px;
}


/* MENU */
.navbar {
	width: 100%;
	position: absolute;
	top: 66px;
	z-index: 100;
}

.navContainer {
	height: 116px;
	margin: 0 15px;
	background-color: rgba(255,255,255,0.7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.navbar-collapse {
	padding: 0;
}

.logoBlock {
	width: 310px;
	margin-top: 16px;
	margin-left: 35px;
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;*/
}

/*.logoBlock p {
	text-align: right;
	text-transform: uppercase;
	font-family: HelveticaNeueCyr-Roman;
	color: #002758;
	line-height: 19px;
}

.logoBlock p span,
.logoBlock p i {
	text-transform: none;
	font-style: normal;
}*/

.navbar>.container-fluid .navbar-brand {
	padding: 0;
	margin-top: -33px;
	margin-left: 10px;
}

.navbar-nav {
	margin-top: 38px;
	margin-right: 35px;
}

.navbar-nav>li>a {
	padding-left: 35px;
	padding-right: 35px;
	font-size: 20px;
	font-family: HelveticaNeueCyr-Light;
	color: black;
	text-transform: uppercase;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li>a:active,
.nav>li.current>a {
	background-color: rgba(255,255,255,0); 
	color: #dc0b5a;
}

.pdfDownload {
	width: 190px;
	height: 116px;
	padding: 22px 10px;
	background-color: #002758;
	color: white;
	display: inline-block;
	text-align: center;
	font-size: 22px;
	font-family: HelveticaNeueCyr-Light;
	line-height: 24px;
}

.pdfDownload:hover {
	color: #002758;
    background-color: white;
}

.dropdownМenu {
	padding-left: 0;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	text-align: left;
	list-style: none;
	border-top: 48px solid transparent;
}

.dropdownМenu li {
	width: 260px;
	height: 46px;
	line-height: 50px;
	padding-left: 30px;
	margin-top: 1px;
	background-color: rgba(220, 11, 90, 0.7);
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.dropdownМenu li a {
	padding-left: 23px;
	display: block;
	color: white;
	font-size: 15px;
	font-family: HelveticaNeueCyr-Light;
	text-transform: uppercase;
	position: relative;
}

.dropdownМenu li a:before {
	content: ' ';
	width: 13px;
	height: 16px;
	position: absolute;
	top: 15px;
	left: 0;
	background-image: url(../img/list-arrow-white.png);
	opacity: 0;
	-webkit-transition: 400ms ease-out;
	transition: 400ms ease-out;
}

.dropdown:hover .dropdownМenu {
	display: block;
}

.dropdownМenu li:hover,
.dropdownМenu li.current {
	background-color: rgba(220, 11, 90, 1);
}

.dropdownМenu li:hover a:before,
.dropdownМenu li.current a:before {
	opacity: 1;
}
/* MENU END */

.noPadding {
	padding-left: 0;
	padding-right: 0;
}
/* GENERAL STYLES END*/


/* CONTENT */
#videoBg {
	width: 100%;
	overflow: hidden;
	background-size: cover;
}

#videoBg video {
	/*display: none;*/
}

#menuBottom {
	width: 100%;
	height: 53px;
	background-color: #e1e1e1;
	position: relative;
	z-index: 10;
}

.menuBottomBlock {
	width: 960px;
	height: 170px;
	position: absolute;
	top: -114px;
	left: 50%;
	margin-left: -480px;
}

.menuBottomBlock a {
	display: block;
	color: white;
}

.menuBottomBlock h2 {
	font-size: 15px;
	text-transform: uppercase;
	line-height: 23px;
}

.menuBottomBlock h2 span {
	text-transform: none;
}

#menuBottom .blueBlock,
#menuBottom .brownBlock {
	width: 50%;
	height: 114px;
	padding: 0 20px;
	float: left;
	background-color: rgba(0, 39, 88, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#menuBottom .blueBlock {
	text-align: right;
}

#menuBottom .brownBlock {
	background-color: rgba(84, 56, 7, 0.5);
}

#menuBottom .redBlock {
	width: 100%;
	height: 53px;
	line-height: 58px;
	float: left;
	background-color: #dc0b5a;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	font-family: HelveticaNeueCyr-Light;
}

.content {
	width: 100%;
	padding: 35px 0;
}

.content h1 {
	margin-bottom: 18px;
	font-size: 36px;
	font-family: HelveticaNeueCyr-Bold;
	color: #002758;
}


/* index.html */
.photoBlock {
	margin-top: 60px;
}

.museumBlock .photoWrap {
	position: relative;
}

.museumBlock .photoWrap p {
	position: absolute;
	color: black;
	font-size: 13px;
}

/* .museumBlock .photoWrap1 p {
    top: 70px;
    right: 50px;
}

.museumBlock .photoWrap2 p {
    top: 50px;
    right: 15px;
}

.museumBlock .photoWrap3 p {
    bottom: 20px;
    left: 10px;
} */

.museumBlock .photoWrap1 p {
    top: 30px;
    left: 20px;
}
.museumBlock .photoWrap2 p {
    top: 50px;
    right: 20px;
}

.museumBlock .photoWrap3 p {
    bottom: 20px;
    left: 20px;
}
.museumBlock .photoWrap4 p {
    bottom: 20px;
    right: 20px;
}
.textBlock p {
	margin-bottom: 20px;
	font-family: NeoSansCyr-Regular;
	font-size: 15px;
	text-align: justify;
}


/* museum.html */
#museum .secondBlock {
	margin-top: 30px;
}

.museumBlock .textBlock h2 {
	margin-bottom: 18px;
	font-size: 36px;
	font-family: HelveticaNeueCyr-Bold;
	color: #002758;
}


/* about.html */


/* history.html */
#history .historyPhotoWrap {
	width: 100%;
	position: relative;
}

#history .historyPhotoWrap:hover .photoZoom {
	opacity: 1;
}

.photoZoom {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(33, 33, 33, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	opacity: 0;
	-webkit-transition: 400ms ease-out;
	transition: 400ms ease-out;
}

#history .textBlock p {
	font-family: NeoSansCyr-Medium;
}

#history .textBlock ol {
	padding-left: 0;
	list-style-position: inside;
}

#history .textBlock ol li {
	margin-bottom: 20px;
	font-size: 14px;
	text-align: justify;
}


/* social.html */
.contentCenter {
	width: 960px;
	margin: 0 auto;
}

#social h1 {
	text-transform: uppercase;
}

#social .textBlock ol {
	margin-bottom: 15px;
	padding-left: 15px;
	font-family: NeoSansCyr-Medium;
	font-size: 20px;
	counter-reset: item;
}

#social .textBlock ol li {
	display: block;
}

#social .textBlock li {
	margin-top: 20px;
	position: relative;
}

#social .textBlock li span {
	color: #dc0b5a;
	font-weight: bold;
}

#social .textBlock ol li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
	font-weight: bold;
	position: absolute;
	left: -20px;
}

#social .textBlock ol li ol li {
	padding-left: 20px;
}

#social .textBlock ol li ul li {
	display: list-item;
	padding-left: 5px;
}

#social .textBlock ol li ul li:before {
	content: ' ';
	counter-increment: none;
}

#social .textBlock ol li ol,
#social .textBlock ol li ul {
	padding-left: 20px;
	font-family: NeoSansCyr-Regular;
	font-size: 16px;
	text-align: justify;
	list-style: disc;
}

#social .textBlock ol li ol li ol li {
	padding-left: 40px;
}

#social .textBlock ol li ol li ul li {
	padding-left: 5px;
}

#social .textBlock ol li table td {
	padding: 5px 10px;
}

#social .textBlock p {
	margin-top: 30px;
	font-size: 20px;
	/* text-align: right; */
}


/* vacancies.html */
#vacancies .managerBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

#vacancies .managerContactBlock {
	margin-left: 30px;
	margin-bottom: -5px;
}

#vacancies .managerContactBlock h4,
#vacancies .managerContactBlock a[href="mailto:nmalykh@lkhp.ru"] {
	color: #dc0b5a;
}

#vacancies .managerContactBlock h4 {
	font-size: 22px;
}

#vacancies .managerContactBlock h5 {
	margin-bottom: 30px;
}

#vacancies .managerContactBlock h5,
#vacancies .managerContactBlock a {
	font-size: 16px;
}

#vacancies h1 {
	margin-top: 30px;
}

#vacancies .vacanciesBlock {
	margin-top: 30px;
	margin-right: 30px;
	padding-top: 15px;
	border-top: 2px solid #212121;
}

#vacancies .vacanciesBlock h4 {
	margin-bottom: 5px;
	color: #dc0b5a;
	font-size: 20px;
}

#vacancies .vacanciesBlock h6 {
	margin-bottom: 30px;
	font-family: NeoSansCyr-Medium;
	font-size: 16px;
}

#vacancies .vacanciesBlock p {
	font-size: 16px;
}

#vacancies .vacanciesBlock h3 {
	margin: 5px 0;
	text-transform: uppercase;
	font-family: NeoSansCyr-Medium;
	font-size: 16px;
}


/* more_news.html */
.sideBarBlock {
	width: 270px;
}

.lastPublicationBlock {
	padding: 25px 0 10px;
	border-top: 2px solid #212121;
	border-bottom: 2px solid #212121;
}

.sideBarBlock h4 {
	margin-bottom: 25px;
	color: #dc0b5a;
	font-size: 20px;
}

.lastPublication {
	padding: 15px 0;
	border-top: 1px solid #e1e1e1;
}

.lastPublication a {
	font-size: 16px;
	color: #212121;
}

.lastPublication p {
	font-size: 16px;
	color: #666666;
}

.archiveBlock {
	padding: 25px 0 10px;
}

.calendarBlock {
	border-top: 1px solid #e1e1e1;
}

.moreNewsBlock {
	width: 100%;
}

.moreNewsBlock h2 {
	margin: 30px 0;
	color: #dc0b5a;
	font-size: 24px;
}

.moreNewsBlock h6 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #666666;
}

.moreNewsBlock p {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: justify;
}

.moreNewsBlock .myButton {
	width: 480px;
	margin-top: 40px;
}


/* news.html */
.newsBlock {
	margin-bottom: 65px;
}

.newsBlockText {
	height: 360px;
	padding: 0 15px;
}

.newsBlockText h5 {
	height: 100px;
	margin-top: 25px;
	font-size: 22px;
	color: #dc0b5a;
}

.newsBlockText h6 {
	margin: 30px 0;
	font-size: 16px;
	color: #666666;
}

.newsBlockText p {
	height: 110px;
	font-size: 16px;
}

.newsBlockText .myButton {
	margin-top: 40px;
}

.newsBlockContainer nav {
	margin-top: 30px;
	text-align: right;
}


/* PAGINATION */
.pagination>li>a,
.pagination>li>span {
	padding: 6px 14px 4px;
	font-family: HelveticaNeueCyr-Roman;
	color: #dc0b5a;
	font-size: 15px;
	border: none;
	-webkit-transition: 400ms ease-out;
	transition: 400ms ease-out;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li.active>a,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: white;
	background-color: #dc0b5a;
}

.pagination>li:first-child a:focus,
.pagination>li:first-child a:hover,
.pagination>li:last-child a:focus,
.pagination>li:last-child a:hover {
	background-color: transparent;
}


/* gallery.html */
.galleryGrid div:hover .photoZoom {
	opacity: 1;
}

#gallery .albomList {
	width: 480px;
	height: 30px;
	margin: 0 auto 30px;
	padding-left: 10px;
	border-bottom: 1px solid #dc0b5a;
	position: relative;
	cursor: pointer;
	font-size: 15px;
	line-height: 30px;
}

#gallery .albomList .caretDown {
	width: 53px;
	height: 30px;
	background-color: #dc0b5a;
	position: absolute;
	right: 0;
	top: 0;
}

#gallery .albomList ul {
	width: 480px;
	padding: 10px 0;
	list-style: none;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 100;
	background-color: #dc0b5a;
	cursor: auto;
	display: none;
}

#gallery .albomList ul li a {
	padding: 5px 0 5px 30px;
	color: white;
	font-family: HelveticaNeueCyr-Light;
	text-transform: uppercase;
	position: relative;
	display: table;
	-webkit-transition: 350ms ease-out;
	transition: 350ms ease-out;
}

#gallery .albomList ul li a:after {
	content: ' ';
	width: 20px;
	height: 8px;
	position: absolute;
	right: -35px;
	top: 14px;
	background-image: url(../img/button-arrow.png);
	opacity: 0;
	-webkit-transition: 450ms ease-out;
	transition: 450ms ease-out;
}

#gallery .albomList ul li a:hover:after {
	opacity: 1;
}

#gallery .albomList ul li a:hover {
	padding-left: 50px;
}


/* our_progress.html */
.diplomBlock div:hover .photoZoom {
	opacity: 1;
}

.diplomBlock img {
	margin: 0 auto;
}


/* contacts.html */
#contacts {
	padding-bottom: 0;
}

#contacts .addressBlock h2 {
	font-size: 24px;
	font-family: NeoSansCyr-Medium;
}

#contacts .addressBlock address,
#contacts .addressBlock a,
#contacts .addressBlock p {
	margin-top: 30px;
	font-size: 18px;
}

#contacts .addressBlock a span {
	color: #dc0b5a;
}

#mapBlock {
	width: 100%;
	height: 600px;
	margin-top: 30px;
}

.gm-style-iw * {
	display: block;
	width: 100%;
}

.gm-style-iw h4,
.gm-style-iw p {
	margin: 0;
	padding: 0;
}

.gm-style-iw a {
	color: #4272db;
}


/* photo gallery albom */
.albomTitle h3 {
	margin-bottom: 30px;
	font-family: NeoSansCyr-Medium;
	font-size: 30px;
	color: #002758;
	text-align: center;
}

.albomBlock div:hover .photoZoom {
	opacity: 1;
}


/* OVERFOOTER */
#overFooter {
	width: 100%;
	padding-top: 53px;
	background-color: #e1e1e1;
}

.overFooterPhotoBlock {
	width: 100%;
	position: relative;
}

.overFooterPhotoBlock .photoDescription {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(33, 33, 33, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	opacity: 0;
	-webkit-transition: 400ms ease-out;
	transition: 400ms ease-out;
}

.overFooterPhotoBlock .photoDescription p {
	font-family: HelveticaNeueCyr-Bold;
	color: white;
	font-size: 24px;
	padding: 10px 15px;
    text-align: center;
}

.overFooterPhotoBlock a:hover .photoDescription {
	opacity: 1;
}


/* FOOTER */
#footer {
	padding-top: 40px;
	background-color: #212121;
}

.footerBlock {
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 30px;
	border-right: 1px solid #666666;
}

.footerBlock:last-child {
	padding-right: 15px;
	border-right: none;
}

.footerBlock h3 {
	color: white;
	font-family: HelveticaNeueCyr-Bold;
	font-size: 20px;
}

.footerAddressBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footerLogoBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: 15px;
	font-family: HelveticaNeueCyr-Light;
}

.footerLogoBlock img {
	margin-right: 20px;
}

.footerLogoBlock address {
	color: #666666;
	margin-bottom: 10px;
}

.footerLogoBlock address:first-child {
	margin-top: 30px;
}

.footerLogoBlock p {
	margin-bottom: 10px;
}

.footerLogoBlock p a {
	color: white;
}

.footerLogoBlock p a span {
	font-family: HelveticaNeueCyr-Bold;
}

#footer .aladLogoBlock {
	width: 100%;
	padding-right: 15px;
}

#footer .footerListBlock {
	padding-left: 20px;
}

#footer .footerListBlock ul {
	margin-top: 30px;
	padding-right: 20px;
}

#footer .footerListBlock ul li {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #666666;
	position: relative;
	overflow:hidden;
}

#footer .footerListBlock ul li a {
	color: #666666;
	font-family: HelveticaNeueCyr-Light;
}

#footer .footerListBlock li a:before {
	content: ' ';
	width: 13px;
	height: 16px;
	position: absolute;
	top: 9px;
	left: -20px;
	background-image: url(../img/list-arrow-red.png);
	opacity: 0;
	-webkit-transition: 400ms ease-out;
	transition: 400ms ease-out;
}

#footer .footerListBlock a:hover {
	color: white;
}

#footer .footerListBlock a:hover:before,
#footer .footerListBlock li.current a:before {
	opacity: 1;
}

#footer .footerFormBlock {
	padding-left: 10px;
}

#footer #contactForm {
	margin-top: 38px;
}

#footer .footerFormBlock p {
	margin-bottom: 5px;
	color: #666666;
	font-size: 15px;
	font-family: HelveticaNeueCyr-Light;
}

#footer .footerFormBlock input,
#footer .footerFormBlock textarea {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	border: 1px solid #666666;
	background-color: transparent;
	outline: none;
}

#footer .footerFormBlock input:focus,
#footer .footerFormBlock textarea:focus,
#footer .footerFormBlock input:active,
#footer .footerFormBlock textarea:active {
	border: 1px solid #dc0b5a;
	box-shadow: none;
}

#footer .underFooterBlock {
	min-height: 76px;
	margin-top: 30px;
	background-color: #383838;
}

#footer .underFooterBlock .copyRigthBlock {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#footer .underFooterBlock .copyRigthBlock p,
#footer .underFooterBlock .copyRigthBlock a {
	font-size: 15px;
	color: white;
	font-family: HelveticaNeueCyr-Light;
}

#footer .underFooterBlock .copyRigthBlock a img {
	margin-top: -18px;
}
/* CONTENT END*/


/* ANIMATION */
/* ANIMATION MAGNIFIC POPUP */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}
/* =============== */


/* SCROLLBAR SETTING */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 39, 88, 0.8);
	;
}