* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

@font-face {
	font-family: Intro;
	src: url(/design/fonts/Intro.otf);
}

@font-face {
	font-family: Hagin Caps Medium;
	src: url(/design/fonts/Hagin_Caps_Medium.otf);
}

@font-face {
	font-family: Hagin Caps Thin;
	src: url(/design/fonts/Hagin_Caps_Thin.otf);
}

@font-face {
	font-family: Offcina Sans Cerif regular;
	src: url(/design/fonts/OfficinaSansC-Book.otf);
}

@font-face {
	font-family: Offcina Sans Cerif Bold;
	src: url(/design/fonts/OfficinaSansC-Bold.otf);
}

p {
	padding: 0 0 18px;
}

.fancybox-title p {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
	line-height: 115%;
	padding: 0 0 15px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 10px;
}

a {
	color: #d75b5b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	margin: 2px 0 15px 25px;
}

body {
	font: 14px/18px;
	font-family: Offcina Sans Cerif regular;
	width: 100%;
	height: 100%;
	/* background: url(/design/images/body-bg.jpg) center top; */
	background: #f2f2f2;
	background: #fff;
	
	/* background: url(/design/images/russian_flag.svg) center; */
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

input[type="text"] {
    outline: none;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* background: url(/design/images/wrapper-bg.jpg) repeat-y left; */
	overflow: hidden;
	padding-bottom: 150px;
	box-sizing: border-box;
	background: #fff;
}
.hidden {
	display: none !important;
}
.block-left {
	float: left;
}

.block-right {
	float: right;
}
.content-wide, .content-wide * {
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	display: block;
	clear: both;
	content: '';
}
.row-container {
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.col {
	padding-left: 15px;
	padding-right: 15px;
	/* float: left; */
	/* display: block; */
	position: relative;
	box-sizing: border-box;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33333333%;
}
.col-8 {
	width: 66.66666667%;
}
.col-9 {
	width: 75%;
}
.col-12 {
	width: 100%;
}

.col-20 {
	width: 25%;
}
.img-responsive {
	max-width: 100% !important;
}
.bg-red {
	background: #902828;
}

.centered {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.svg-visitors {
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 3px;
	fill: #902828;
}
.flex {
	display: flex;
}

/* Header
-----------------------------------------------------------------------------*/
.header,
.header-in {
	/* background: #f2f2f2; */
	position: relative;
	z-index: 100;
	border-bottom: 5px solid #d75b5b;
	margin-bottom: 20px;
}

.header-container {
	
}
.header-container > * {
	display: block;
	float: left;
}

.header-in {
	padding: 0;
}

.button {
	width: 185px;
	padding: 8px 0 9px;
	margin: 30px 18px 0;
	float: left;
	display: block;
	font-family: Offcina Sans Cerif Bold;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background: #233189;
	border: 2px solid transparent;
	/* border-left: 5px solid #0b123f; */
	/* border-right: 5px solid #0b123f; */
}

.button:hover {
	background: #f2f2f2;
	background: transparent;
	color: #233189;
	border-color: #233189;

}

.top-right {
	width: 200px;
	padding: 0 10px;
	float: right;
	text-align: center;
	line-height: 120%;
	color: #fff;
}

.menu-top {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	font-size: 16px;
	position: relative;
	left: 152px;
	/* position: absolute; */
	/* bottom: 0; */
	padding: 0 20px;
	color: #fff;
	/* background: url(/design/images/menu.jpg); */
}

.header-in .menu-top {
}

.menu-top a,
.top-right a {
	color: #fff;
}

.menu-top li ul li a {
	color: #fff;
}

.top-right .rus,
.top-right .eng,
.top-right a.feedback,
.top-right a.map-site,
.top-right a.main {
	margin: 0 8px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-family: Offcina Sans Cerif regular;
	color: #0c0c23;
	text-decoration: none;
}

.top-right .eng,
.top-right a.feedback,
.top-right a.map-site,
.top-right a.main {
	padding: 41px 0 7px;
}

.top-right .rus,
.top-right .eng:hover,
.top-right a.feedback:hover,
.top-right a.map-site:hover,
.top-right a.main:hover,
.top-right a.active {
	padding: 41px 0 7px;
	border-bottom: 3px solid #0b123f;
}

.top-right a.feedback,
.top-right a.map-site,
.top-right a.main {
	height: 18px;
}

.top-right a.main {
	width: 13px;
	background: url(/design/images/home.png?v=1.1.1) no-repeat 50% 43px;
}

.top-right a.feedback {
	width: 18px;
	background: url(/design/images/mail.png?v=1.1.1) no-repeat 50% 43px;
}

.top-right a.map-site {
	width: 20px;
	background: url(/design/images/map.png?v=1.1.1) no-repeat 50% 43px;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0;
	position: relative;
}

.middle:after {
	display: table;
	clear: both;
	content: '';
}

.container {
	width: 100%;
	overflow: hidden;
}

.content {
	min-height: 250px;
	position: relative;
}

.content-in,.content-wide {
	min-height: 250px;
}
.content-in,.container-title-in {
	padding: 0 0 0 300px;
}
.content-wide {
	padding-top: 30px;
	padding-bottom: 30px;
}
.content1,
.content2,
.content3,
.content-wide,
.container-title-in {
	position: relative;
	clear: both;
}

.block-right {
	border-top: 4px solid #d75b5b;
}


.immortal-logo {
	width: 284px;
    position: absolute;
    top: 0;
    right: 0;
}
.immortal-logo svg{
	width: 237px;
}
label.btn-toggle {
    display: flex
;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 280px;
	position: relative;
	/* background: #0b123f; */
	color: #fff;
}

.left-sidebar {
	margin: -100px 0 0 -100%;
	z-index: 101;
}

.logo,
.logo-in {
	display: block;
	position: relative;
	/* text-align: center; */
	font-size: 24px;
	font-family: Hagin Caps Medium;
	line-height: 30px;
	color: #0c0c23;
	text-decoration: none;
	position: relative;
}

.logo {
	padding: 10px 15px 0;
	/* margin: 0 0 20px; */
}


.logo img {
	padding: 0 0 20px;
}

.logo span {
	font-size: 18px;
}

/* Footer
-----------------------------------------------------------------------------*/
footer.footer {
	width: 100%;
	width: 1200px;
	margin: -100px auto 0;
	padding: 10px 0 0;
	height: 90px;
	/* background: #f2f2f2; */
	position: relative;
	border-top: 5px solid #d75b5b;
}

footer.footer,
footer.footer a {
	color: #0c0c23;
	text-decoration: none;
}

footer.footer a:hover {
	color: #d75b5b;
	text-decoration: underline;
}

.footer2 {
	width: 100%;
}

.footer2 p {
	padding: 0 0 5px;
}

/*_________Other_________*/
/*Calendar*/
#calendar {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}

#calendar {
	width: 100%;
	padding: 20px;
	/* float: right; */
	margin-bottom: 25px;
	font: monospace;
	line-height: 24px;
	font-size: 20px;
	text-align: center;
	background: #902828;
	color: #fff;
}

#calendar thead tr:last-child {
	font-size: 18px;
	color: #fff;
}

#calendar thead tr:nth-child(1) td:nth-child(2) {
	color: #fff;
}

#calendar thead tr:nth-child(1) td:nth-child(1):hover,
#calendar thead tr:nth-child(1) td:nth-child(3):hover {
	cursor: pointer;
}

#calendar tbody td {
	color: #fff;
}

#calendar tbody td:nth-child(n+6),
#calendar .holiday {
	color: rgb(231, 140, 92);
}

#calendar tbody td.today {
	background: #661313;
	color: #fff;
}


/* Modules
-----------------------------------------------------------------------------*/

/* Search */
.search input[type=text],
.search input[type=image],
.search-content input[type=text],
.search-content input[type=image] {
	display: inline-block;
	vertical-align: middle;
}

.search input[type=text],
.search-content input[type=text] {
	height: 36px;
	padding: 0 38px 0 8px;
	border: 2px solid #233189;
	font-size: 18px;
	color: #233189;
}

.search input[type=text] {
	width: 100%;
	height: 40px;
	/* background: #f2f2f2; */
	background: transparent;
	box-sizing: border-box;
}

.search-content input[type=text] {
	width: 400px;
}

.search input[type=text]:focus,
.search-content input[type=text]:focus {
	background: #fff;
	font-size: 18px;
	color: #303579;
}

.search input[placeholder],
.search input[type=text]::-moz-placeholder,
.search input[type=text]:-moz-placeholder,
.search input[type=text]:-ms-input-placeholder,
.search input[type=text]::-webkit-input-placeholder,
.search input[type=text]::-o-input-placeholder,
.search-content input[placeholder],
.search-content input[type=text]::-moz-placeholder,
.search-content input[type=text]:-moz-placeholder,
.search-content input[type=text]:-ms-input-placeholder,
.search-content input[type=text]::-webkit-input-placeholder,
.search-content input[type=text]::-o-input-placeholder {
	color: #fff;
}

.search input[type=image],
.search-content input[type=image] {
	margin: 0 0 0 -29px;

}

/* menu top */
.menu-top ul {
	margin: 0;
}

.menu-top .menu-main {
	border-top: 3px solid #fff;
	padding: 11px 8px 14px;
}

.menu-top li {
	padding: 0;
	margin: 0;
	margin-right: 7px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-transform: uppercase;
}

.menu-top li a {
	padding: 14px 7px;
	display: block;
	text-decoration: none;
	position: relative;
}

.menu-top li:hover>a {
	background: #233189;
	color: #f2f2f2;
}

.menu-top li a.active {
	background: #303579;
	color: #f2f2f2;
}

/* ÃÂ±ÃÂ»ÃÂ¾ÃÂº ÃÂ²Ã‘â€¹ÃÂ¿ÃÂ°ÃÂ´ÃÂ°Ã‘Å½Ã‘â€°ÃÂµÃÂ³ÃÂ¾ ÃÂ¼ÃÂµÃÂ½Ã‘Å½ */
.menu-top li .next-level {
	width: 180px;
	display: none;
	position: absolute;

	font-size: 16px;
}

.menu-top .next-level li {
	margin: 0;
	display: block;
	text-transform: none;
}

.menu-top li:hover .next-level {
	display: block;
	background: #902828;
	left: -60px;
	z-index: 200;
}

.next-level li a {
	padding: 15px;
}

.next-level li a:hover,
.next-level li a.active {
	background: #233189;
}

/* menu left */
.left-sidebar h2,
.left-sidebar-in h2 {
	padding: 20px;
	margin: 0 0 7px;
	border-top: 4px solid #d75b5b;
	border-bottom: 4px solid #d75b5b;
	font-family: Hagin Caps Medium;
	font-size: 24px;
	display: block;
	color: #0c0c23;
	/* background: #0c0c23; */
	font-weight: 100;
}

.left-sidebar h2 a,
.left-sidebar-in h2 a {
	color: #fff;
}

.left-sidebar h2 a:hover,
.left-sidebar-in h2 a:hover {
	color: #d75b5b;
}

.left-nextlevel,
.left-nextlevel {
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.left-menu-link {
	padding-bottom: 25px;
}
.left-menu-link span {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.left-menu-link span img {
	max-width: 180px;
}
.left-sidebar .left-nextlevel2 {
	display: none;
}

.left-sidebar-in .left-nextlevel2 {
	/* background: #e9e9f7; */
	background: #e5e5ff;
	margin: 0 0 20px;
	border: 2px solid #e5e5ff;
}

.left-sidebar-in .left-nextlevel3 {
	background: #f2f2f2;
	background: #fff;
	margin: 0 0 20px;
	border: 2px solid #e9e9f7;
	border: 2px solid #e5e5ff;
}

.left-sidebar .left-nextlevel a,
.left-sidebar-in .left-nextlevel a {
	padding: 10px 10px 10px 40px;
	font-family: Offcina Sans Cerif regular;
	font-size: 18px;
	color: #0c0c23;
	display: block;
	text-decoration: none;
}

.left-sidebar-in .left-nextlevel2 a {
	padding: 10px 10px 10px 50px;
	font-size: 16px;
	/* color:#fff; */
}

.left-sidebar-in .left-nextlevel3 a {
	padding: 10px 10px 10px 60px;
	font-size: 14px;
	color: #303579;
}

.left-sidebar-in .left-nextlevel3 a.active {
	/* background: #233189; */
}

.left-sidebar-in .left-nextlevel2 a:hover {
	background: url(/design/images/menu-arrow.png) no-repeat center 20px, #233189;
	background-position: 20px;
}

.left-sidebar-in .left-nextlevel3 a:hover {
	background: url(/design/images/menu-arrow.png) no-repeat center 28px, #233189;
	background-position: 28px;
}

.left-sidebar .left-nextlevel2>a.active,
.left-sidebar-in .left-nextlevel2>a.active,
.left-sidebar .left-nextlevel2>div>a.active,
.left-sidebar-in .left-nextlevel2>div>a.active {
	color: #d75b5b !important;
	background-color: transparent !important;
}

.left-sidebar .left-nextlevel>a.active,
.left-sidebar-in .left-nextlevel>a.active,
.left-sidebar .left-nextlevel>div>a.active,
.left-sidebar-in .left-nextlevel>div>a.active {
	color: #fff;
	background-color: #233189;
}

.left-sidebar .left-nextlevel a:hover,
.left-sidebar-in .left-nextlevel a:hover {
	background: url(/design/images/menu-arrow.png) no-repeat center 15px, #233189;
	background-position: 15px;
	color: #f2f2f2;
}

.sidebar-menu-flex>div {
	display: flex;
	flex-direction: column;
}

.flex-first-child {
	order: -1;
}

.services-main-menu h2 {
	border-top: 0 none;
	padding: 0;
	margin-bottom: 20px;
}

/* menu bottom */
.menu-footer {
	width: 100%;
	padding: 5px 0 0px;
	margin: 0;
	/* background: url(/design/images/body-bg.jpg) center top; */
	/* position: absolute; */
	/* bottom: 130px; */
	/* right: -5px; */
	border-top: 5px solid #d75b5b;
	box-sizing: border-box;
}

.menu-footer:before,
.menu-footer:after {
	display: block;
	clear: both;
	content: '';
}

.menu-footer .menu-link {
	width: 25%;
	display: block;
	float: left;
	color: #0c0c23;
	font-family: Offcina Sans Cerif regular;
	font-size: 22px;
	/* background: url(/design/images/menu.jpg); */
}

.menu-footer .menu-link:hover {
	background: #233189;
	color: #fff;
}

.menu-footer .menu-link:hover .m-image {
	background-position: center bottom !important;
}

.menu-footer .menu-link span {
	display: inline-block;
	vertical-align: middle;
}

.menu-footer .menu-link span.m-image {
	height: 80px;
	width: 70px;
}

.menu-footer .menu-link span.text {
	height: auto;
	width: 150px;
	padding: 5px;
}

/* feedback form */
.feedback-form a {
	color: #fff;
}

.feedback-form {
	width: 260px;
	padding: 20px;
	float: right;
	background: #902828;
	font-family: Offcina Sans Cerif regular;
	font-size: 18px;
}

.feedback-form label,
.feedback-form-inner label {
	display: none;
}

.feedback-form h2 {
	color: #fff;
}

.feedback-form div,
.feedback-form-inner div {
	padding: 10px 0;
}

.feedback-form input[type=text],
.feedback-form-inner input[type=text],
.feedback-form-inner input[type=password] {
	width: 238px;
}

.feedback-form select,
.feedback-form-inner select {
	width: 260px;
	cursor: pointer;
}

.feedback-form option,
.feedback-form-inner option {
	padding: 5px;
	cursor: pointer;
}

.feedback-form textarea,
.feedback-form-inner textarea {
	height: 120px;
	width: 238px;
}

.feedback-form input[type=text],
.feedback-form textarea,
.feedback-form select,
.feedback-form input[type=submit]:hover {
	padding: 10px;
	border: 1px solid #cf7e7e;
	background: #902828;
	color: #a9a9a9;
}

.feedback-form input[type=text]:focus,
.feedback-form textarea:focus,
.feedback-form select:focus {
	background: #fff;
	color: #070715;
}

.feedback-form h2,
.news-events h2 {
	padding: 0 0 20px;
	font-family: Hagin Caps Medium;
	font-size: 24px;
	font-weight: 100;
}

.feedback-form input[type=submit],
.feedback-form-inner input[type=submit] {
	width: 258px;
	padding: 10px;
	display: block;
	border: 1px solid #fff;
	background: #fff;
	text-align: center;
	font-family: Offcina Sans Cerif Bold;
	font-size: 24px;
	color: #902828;
}

.feedback-form input[type=submit]:hover,
.feedback-form-inner input[type=submit]:hover {
	cursor: pointer;
}

/*inner feedback*/
.feedback-form-inner {
	font-family: Offcina Sans Cerif regular;
	font-size: 18px;
}

.feedback-form-inner input[type=text],
.feedback-form-inner textarea,
.feedback-form-inner select,
.feedback-form-inner input[type=password],
.feedback-form-inner input[type=submit]:hover {
	padding: 10px;
	border: 1px solid #902828;
	color: #a9a9a9;
}

.feedback-form-inner input[type=text]:focus,
.feedback-form-inner input[type=password]:focus,
.feedback-form-inner textarea:focus,
.feedback-form-inner select:focus {
	border: 1px solid #cf7e7e;
	color: #070715;
}

.feedback-form-inner input[type=submit] {
	border: 1px solid #902828;
}

.feedback-form-inner input[type=submit]:hover {
	border: 1px solid #cf7e7e;
	color: #cf7e7e;
}

.feedback-form-inner input[type=text],
.feedback-form-inner textarea {
	width: 500px;
}

/* radio buttons*/
.feedback-selector input[type=radio] {
	display: none;
}

.feedback-selector input[type=radio]+label {
	width: auto;
	display: block;
	clear: both;
	padding: 5px 0;
	font-size: 20px;
	cursor: pointer;
}

.feedback-selector input[type=radio]+label span {
	width: 20px;
	height: 20px;
	margin: 0 15px 4px 0;
	display: inline-block;
	vertical-align: middle;
	background: url(/design/images/radio.png) top no-repeat;
}

.feedback-selector input[type=radio]+label:hover span {
	background: url(/design/images/radio.png) center no-repeat;
}

.feedback-selector input[type=radio]:checked+label span {
	background: url(/design/images/radio.png) bottom no-repeat;
}

/*feedback selection forms*/
.forms .form-1,
.forms .form-2,
.forms .form-3,
.forms .form-4,
.forms .form-5,
.forms .form-6 {
	display: none;
}

#inp_1:checked~.forms .form-1,
#inp_2:checked~.forms .form-2,
#inp_3:checked~.forms .form-3,
#inp_4:checked~.forms .form-4,
#inp_5:checked~.forms .form-5,
#inp_6:checked~.forms .form-6 {
	display: block;
}

/* news events */
.news-events {
	width: 570px;
	padding: 25px 0;
	float: left;
}

.news-events h2,
.content2 h2,
.content3 h2 {
	padding: 0 0 20px;
	font-family: Hagin Caps Medium;
	font-size: 24px;
}

.news-events .events-row {
	padding: 13px 0;
	font-size: 16px;
	font-family: Offcina Sans Cerif regular;
	color: #070715;
}

.news-events .events-title,
.content2 .events-title,
.content3 .events-title,
#lenta-common li .events-title {
	padding: 5px 0;
	display: block;
	color: #070715;
	font-family: Offcina Sans Cerif Bold;
	text-decoration: none;
}

.news-events .events-title:hover,
.news-events .events-detail:hover,
.content2 .events-title:hover,
.content2 .events-detail:hover,
.content3 .events-title:hover,
.content3 .events-detail:hover,
#lenta-common li .events-title:hover,
#lenta-common li .events-detail:hover {
	text-decoration: underline;
}

.news-events .events-detail,
.news-events .events-row span,
.content2 .events-detail,
.content2 .events-row2 span,
.content3 .events-detail,
.content3 .events-row3 span,
#lenta-common li .events-detail,
#lenta-common li span {
	color: #902828;
	font-size: 16px;
}

.news-events .events-detail,
.content2 .events-detail,
.content3 .events-detail,
#lenta-common li .events-detail {
	text-decoration: none;
}


/* news meropriyatiya + science + common */

.content2 h2,
.content3 h2 {
	font-weight: 100;
	padding: 20px 0 10px;
	display: block;
}

.content2 .events-row2 {
	padding: 0 15px 0 280px;
	background: #e9e9f7;
}

.content2 .events-row2 img {
	margin: 0 25px 0 -280px;
	float: left;
}

.content2 .events-row2 img,
.content3 .events-row3 img,
#lenta-common li img {
	position: relative;
	display: block;
}

.content2 .events-row2,
.content3 .events-row3,
#lenta-common li {
	width: auto;
	min-height: 210px;
	position: relative;
	clear: both;
	font-size: 16px;
	font-family: Offcina Sans Cerif regular;
	color: #070715;
}

.content3 .events-row3 {
	padding: 0 280px 0 15px;
	background: #fff;
}

.content3 .events-row3 img {
	margin: 0 -280px 0 25px;
	float: right;
}

#lenta-common li .events-title {
	padding: 0 0 15px;
	font-family: Hagin Caps Medium;
	font-size: 20px;
}

#lenta-common li {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 15px 0;
	background: #fff;
}

#lenta-common li div {
	height: 22px;
	padding: 67px 0;
	font-family: Hagin Caps Medium;
	font-size: 20px;
	text-align: center;
	background: #bababa;
	color: #fff;
	cursor: default;
}

/* news common */
#lenta-common li {
	min-height: 150px;
	display: block;
	padding: 0 15px 0 220px;
	/* background: #e9e9f7; */
	/* background: #e5e5ff; */
	border: 2px solid #e5e5ff;
	border-left-color: transparent;
}

#lenta-common li img,
#lenta-common li div {
	width: 200px;
	margin: 0 25px 0 -220px;
	float: left;
}

#lenta-common {
	margin: 0;
	list-style: none;
}


/* Catalog categories images */
.category-images-list {
	clear: both;
}

.categories-image {
	height: 230px;
	padding: 5px;
	margin: 0 5px 10px;
	display: block;
	float: left;
	font-size: 14px;
	color: #0c0c23;
	text-align: center;
	font-family: Hagin Caps Medium;
	position: relative;
}

.categories-image,
.categories-image img {
	width: 110px;
}

.categories-image:hover,
.items-list:hover {
	color: #d75b5b;
}


/* category active for institute in faces */

.backward,
.image-category-active {
	display: inline-block;
	vertical-align: middle;
}

.backward {
	padding: 10px 20px 10px 45px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-family: Hagin Caps Medium;
	background: #0b123f;
	position: relative;
}

.backward span {
	display: block;
	position: absolute;
	top: 12px;
	left: 18px;
	height: 0;
	width: 0;
	border-right: 14px solid #fff;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.backward:hover span {
	left: 13px;
}

.image-category-active {
	width: 90px;
}


/* Catalog items list */
.items-list {
	padding: 10px;
	margin: 0 0 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #0c0c23;
	text-align: left;
	position: relative;
	box-sizing: border-box;
}
.items-list small{
	font-size: 80%;
}
.items-list {
	width: 50%;
}
.items-list img {
	width: 190px;
}

.category-list-image {
	width: 170px;
	margin: 0 10px 0 0;
	float: left;
}
.js-items-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}
.js-items-list:before,
.js-items-list:after{
	content:'';
	display: block;
}

.items-list > span {
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.person-image img {
    max-width: 100%;
}

span.person-image {
    padding-right: 15px;
}

span.person-workplace {
    font-size: 90%;
}

.category-deviz,
.category-contacts {
	font-size: 16px;
}

.category-items-title {
	padding: 20px 0 10px;
}

.items-list-director {
	min-height: 225px;
	padding: 10px 10px;
	margin: 0 0 20px;
	color: #0c0c23;
	clear: both;
	text-decoration: none;
	display: flex;
	position: relative;
	cursor: pointer;
}

.items-list-director img {
	width: 250px;
    height: 250px;
    object-fit: cover;
    display: block;
}

.items-list-director:hover {
	background: #ededed;
}

.items-list-director a {
	color: #d75b5b;
	text-decoration: underline;
}

/* Catalog items Card */
.category-card-image {
	width: 220px;
	margin: 0 10px 10px 0;
	float: left;
	position: relative;
}

.catalog-card-description {
	font-family: Offcina Sans Cerif regular;
}


/* Catalog items filtr */
.items-nachalnik {
	color: #0c0c23;
	text-decoration: none;
	font-size: 16px;
}

.items-nachalnik:hover {
	text-decoration: underline;
}

.items-nachalnik .item-description {
	font-size: 12px;
}

/* ======================= ÃÅ¡ÃÂÃÅ¾ÃÅ¸ÃÅ¡ÃÂ ÃÂÃÂÃâ€™Ãâ€¢ÃÂ ÃÂ¥ ========================= */
.upTop {
	display: none;
	width: 80px;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
	background: rgba(12, 12, 35, 0.5);
	opacity: 0.5;
}

.upTop:hover {
	opacity: 1;
}

.upTopButton {
	background: url(/design/images/goup.png) no-repeat;
	width: 18px;
	height: 27px;
	position: fixed;
	top: 10px;
	left: 0;
	cursor: pointer;
}

.upTopZone {
	display: block;
	width: 100px;
	height: 100%;
	cursor: pointer;
}

.upTopZone p {
	font-size: 12px;
	width: 53px;
	height: 27px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 10px;
	left: 20px;
	color: #fff;
	font-family: "tahoma", "verdana", "arial";
	line-height: 25px;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
}

@media screen and (max-width:1024px) {
	.upTopZone {
		display: none !important;
	}
}

.blue .upTopButton,
.blue .upTopZone p {}

#ss2 {
	color: #666;
	font-size: 10px;
}

#ss2 a {
	color: #666;
	font-size: 10px;
}

#ss2 a:hover {
	color: #999;
	font-size: 10px;
}

/*external catalog*/
.main-content[data-v-f99d6db2] .button {
	width: auto;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: none;
	text-align: center;
	text-decoration: none;
}

#wowslider-container1 {
	max-width: 100% !important;
}

#wowslider-container1 .ws-title {
	width: 100% !important;
	box-sizing: border-box;
}

.ir_form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-around;
}

.ir_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 58px;

}


.ir_midlle {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 50%;
	padding-bottom: 21px;

}

.ir_midlle_item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 86%;
	margin-bottom: 10px;

}

.ir_midlle_item label {
	margin-bottom: 5px;
}

.ir_other_info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 20px 0;
	align-items: center;
	width: 100%;
}

.ir_other_info label {
	margin-bottom: 15px;
}

.ir_other_info textarea {
	width: 77%;
}

.ir_bot {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 0 77px;
}


.ir_bot_item {
	display: flex;
	flex-direction: column;
}

.ir_bot_item label {
	margin-bottom: 5px;
}

.ir_btn {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.ir_photo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 50%;
}

.ir_photo label {
	margin-bottom: 10px;
}

.photo-preview {
	width: 320px;
	height: 320px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px dashed #ccc;
	position: relative;
	cursor: pointer;
}


.photo-preview::after {
	content: "Прикрепить";
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 16px;
	pointer-events: none;
	transform: translateY(-100%);
	cursor: pointer;
}

.photo-preview.has-image::after {
	content: "Заменить";
	color: #d75b5b;
}

.photo-input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}


.ir_form {
	font-family: Arial, sans-serif;
	color: #333;
	margin: 0 auto;
	padding: 20px;
}

/* Стили для лейблов */
.ir_form label {
	font-weight: bold;
	display: block;
}

.ir_form label sup {
	color: #d9534f;
	/* Красный цвет для обязательных полей */
}

/* Стили для текстовых полей */
.ir_form input,
.ir_form textarea {
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	transition: border-color 0.3s;
}

.ir_form input:focus,
.ir_form textarea:focus {
	border-color: #66afe9;
	outline: none;
	box-shadow: 0 0 5px rgba(102, 175, 233, 0.5);
}

/* Стили для textarea */
.ir_form textarea {
	resize: vertical;
}

/* Стили для блока с фото */
.ir_photo {
	margin-bottom: 20px;
}

.photo-preview:hover {
	border-color: #66afe9;
	background-color: #e9ecef;
}

.ir_btn input[type="submit"] {
	background-color: #233189;
	/* Ваш синий цвет */
	color: white;
	border: none;
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: none;
	/* Оставляем оригинальный регистр */
	letter-spacing: normal;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	min-width: 220px;
	display: inline-block;
}

.ir_btn input[type="submit"]:hover {
	background-color: #1a2673;
	/* Темнее на 15% */
	transform: translateY(-2px);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

.ir_btn input[type="submit"]:active {
	background-color: #121c5a;
	/* Темнее на 30% */
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ir_btn input[type="submit"]:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(35, 49, 137, 0.4);
}

/* Для состояния disabled, если нужно */
.ir_btn input[type="submit"]:disabled {
	background-color: #a0a5c0;
	cursor: not-allowed;
	transform: none !important;
}

.ir_exept {
	margin-top: 5px;
	font-size: 12px;
}

.ir_ok_msg {
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #233189;
}

.feedback2error {
	text-align: center;
	font-size: larger;
	color: red;
}

.new_color {
	color: #262421;
	background-color: #F5EDDA;
}

.new_color input {
	border: 1px solid #D8D6CC;
}

.photo-preview {
	transition: all 0.4s ease-in-out;
	border-radius: 8px;
	background-position: center;
}

.photo-preview.big {
	width: 320px;
	height: 320px;
}

.photo-preview.small {
	width: 160px;
	height: 160px;
}

/* Плавное появление блока grid */
#photo-grid {
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
}

#photo-grid.visible {
	opacity: 1;
}


.col-auto {
	margin: 10px;
}


/*Бессмертный полк*/
.soldier-block {
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}
.soldier-block img {
	width: 100%;
	height: 350px;
	display: block;
	object-fit: cover;
	object-position: top;
}
.soldier-block:before,
.soldier-block:after {
	content: '';
    display: block;
}
.soldier-block:before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	box-shadow: inset 6px 6px 29px rgba(29, 26, 32, .74);
    background-image: linear-gradient(to bottom, transparent, rgba(54, 47, 40, .82));
}
.soldier-block:hover:before,
.soldier-block:hover::before {
	box-shadow: inset 6px 6px 29px rgba(29, 26, 32, .5);
    background-image: linear-gradient(to bottom,transparent,rgba(54,47,40,.2))
}
.photo-block--decor-top,
.photo-block--decor-bottom {
	display: block;
}
.photo-block--decor-top:before,
.photo-block--decor-top:after,
.photo-block--decor-bottom:before,
.photo-block--decor-bottom:after {
	height: 0;
    width: 0;
	border: 10px solid transparent;
    position: absolute;
    z-index: 10;
	content: '';
}
.photo-block--decor-top:before,
.photo-block--decor-top:after {
	top: -3px;
	border-top: 10px solid #948372;
}
.photo-block--decor-bottom:before,
.photo-block--decor-bottom:after {
	bottom: -3px;
	border-bottom: 10px solid #948372;
}
.photo-block--decor-top:before,
.photo-block--decor-bottom:before{
	border-left: 10px solid #948372;
    left: -3px;
}
.photo-block--decor-top:after,
.photo-block--decor-bottom:after{
	border-right: 10px solid #948372;
    right: -3px;
}
.soldier-block:hover 
.photo-block--decor-top:before,
.soldier-block:hover 
.photo-block--decor-top:after {
	border-top: 10px solid #d75b5b;
}
.soldier-block:hover 
.photo-block--decor-bottom:before,
.soldier-block:hover 
.photo-block--decor-bottom:after {
	border-bottom: 10px solid #d75b5b;
}
.soldier-block:hover 
.photo-block--decor-top:before,
.soldier-block:hover 
.photo-block--decor-bottom:before{
	border-left: 10px solid #d75b5b;
}
.soldier-block:hover 
.photo-block--decor-top:after,
.soldier-block:hover 
.photo-block--decor-bottom:after{
	border-right: 10px solid #d75b5b;
}
.soldier-name {
	position: absolute;
	bottom: 5px;
	left: 0;
	padding: 20px;
}

.item-property {
    padding-bottom: 15px;
    font-size: 20px;
}
.item-label {
    padding-bottom: 5px;
    font-weight: 600;
    color: #233189;
}
.item-value {
    font-size: 24px;
}
.item-card__image img{
	width: 100%;
}

.btn-toggle {
	cursor: pointer;
	position: relative;
}
[name="theme"] + .switcher-item {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 56px;
	height: 28px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 25% / 50%;
	vertical-align: top;
	background: #233189;
	transition: .2s;
	transform: rotate(90deg);
	margin-top: 35px;
	margin-right: 10px;
}

span.switcher-item:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: white;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	transition: .15s;
}

[name="theme"]:checked + .switcher-item {
	background: #D8D6CC;
}

[name="theme"]:checked + .switcher-item:before {
	transform: translateX(23px);
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px !important;
    height: 14px !important;
}
.immortal-soldiers-button {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 20px;
}

/* ============ About cookies =============== */
.about-cookies,.about-cookies a,.about-cookies .btn {
	color: #fff;
}

.about-cookies {
	width: 100%;
	padding: 20px 250px 20px 30px;
	background: rgba(0,0,0,0.7);
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
    box-sizing: border-box;
}

.about-cookies .btn {
	width: 200px;
	padding: 5px 10px;
	background: transparent;
	border: 2px solid #fff;
	position: absolute;
	top: 20px;
	right: 20px;
}

.about-cookies .btn:hover {
	background: #fff;
	color: #000;
}