@charset "utf-8";
/* CSS Document */

html, body { font-family: 'Inter Tight', sans-serif; padding: 0; margin: 0; overflow: auto; }

body, input, select, textarea, button { 
	font-family: 'Inter Tight', sans-serif;
	font-weight: normal;
	color: #000; 
	line-height: 1.35;
	font-size: 16px;
}
textarea { resize: none; }
label { cursor:pointer; }

a, textarea, select, button {
	border: none;
	outline: none;
}

header, main, footer, aside, article, section { display: block; padding: 0; margin: 0; }

/*body.opage > main { padding: 42px; }*/

h1, .title, .title-2 { 
	position: relative; 
	font-weight: bold; 
	font-size: 30px; 
	line-height: 1.2; 
	margin: 0; 
	padding: 15px 0 15px 0;
	color: #000;
}
h1 a, .title a { color: #000; font-weight: 500; text-decoration: none; }
h1 > .descr { font-size: 15px; color: #7f7f7f; padding-top: 5px; }
h1 > .descr > .object-tags { display: inline-block; margin-left: 10px; }
h1  > small { display: block; font-size: 12px; }

.title { font-weight: 500;  position: relative; display: block; padding-left: 10px; }
.title:before { content: ''; position: absolute; border-left: 3px solid #333; top: 20%; left: 0; height: 60%;  }
.title > .-right { float: right; padding-top: 14px; font-size: 16px; text-decoration: underline; }
.title > .-right > span { text-transform: lowercase; }

.title-2 { padding: 10px 0 10px 0;}

a { color: #E8484C; text-decoration: none; }
a:hover, a.hover { color: #E8484C; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

header a, h1 a, .title a, .art-img a > div,
.menu, .menu li, .menu a, .menu > ul > li > ul:before, .menu > ul > li > ul:after, .menu > ul > li > ul:after, .menu-close, .menu-close > i,
.search span, .search button i,
input[type="submit"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, textarea,
button, .button, .button-2, .button-3, .button-4, button:hover, .button:hover, .button-2:hover, .button-3:hover, .button-4:hover,
button:before, button:hover:before, .button:before, .button:hover:before,
.header-like div, .header-compare div,
.-list-1 > li > a > div > b, .-list-1 > li > a:before, .-list-1 > li:hover > a:before, .-list-1 > li > a > div,
.-list-2 > li > a > b,
.-select > i, .-select.hover > ul, .-select > ul > li, .-select > span, .-select > span:before, .-select > span:hover:before,
.map-list > li, .map-list > li > div > i,
.is-pager > a,
.edit > a, .-edit > a,
.catalog-grp-menu a, .catalog-grp-menu a > i, .catalog-list > li > a, .catalog-list > li > b > a, .-podrobnee, .-podrobnee-show > i,
.pages > a,
.popup-conteiner, .popup-close:before, .popup-close:hover:before,
.news-list > li > a > div > b, .news-list > li > a > i > i > b, .index-news-2 > li > a > i > i > b, .index-topnews > li > a > i > i > b, .photos-grps-list > li > a > span,

.tags > span, .tags > a,


footer a, .cookie_confirm > i,

.index-blue-line > a, .grps-list-1 > li > a, .objects-show-conteiner > .objects > .obj-pages > i, .news-list > li, .object-tags > a, .objects-tags > a,

.-slider-pn span, .-slider > ul > li,

.header-search-input-conteiner, .index-news > li > a > i, .index-news > li > a > div, .index-news-2 > li > a > div,
.index-news > li > span > a,

.order-form .kcaptcha-update
{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.menu > ul > li > ul, .menu-media, .index-topnews > li > a > div, .index-topnews > li > a > div > b
{
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.-wrap { white-space: normal; }

.-conteiner { margin: 30px 0; padding: 20px; background: #ddd; border-radius: 5px; }

.-select, .button, .button-2, .-button, .-button-2, .button-3, .button-4, .header-like div, .header-compare div,
.edit-info-top, .edit, .-edit,
.is-pager > a, .is-pager > span,
.pages > a, .pages > span, .pages > b,
.catalog-list > li:before , .catalog-list > li:after, .catalog-list > li > a, 
.order-form .kcaptcha-update {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-o-user-select: none;
	user-select: none;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, textarea {
	outline: 1px solid #C8C8C8;
	border: none;
	border-bottom: 2px solid transparent;
	margin: 0;
	padding: 7px 12px;
	background: #fff;
	font-size: 14px;
	border-radius: 5px;
} 
.select2-container-multi .select2-choices { border-radius: 5px; }
input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="tel"]:hover, textarea:hover,
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, textarea:focus { 
	border-bottom-color: #E8484C; 
}
input[type="submit"] {
	text-transform: uppercase;
	white-space: nowrap;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 32px;
	font-style: normal;
	text-align: center;
	border: 1px solid #000;
	background: #fff;
	height: auto;
	line-height: 1.35;
	border-radius: 5px;
}
input[type="submit"]:hover {
	background: #ed7001;
	border-color: #ed7001;
	color: #fff;
}

.hr { clear: both; display: block; margin: 10px 0; height: 1px; background: #e0e0e0; }
.hr-1, .hr-2, .hr-3 { clear: both; display: block; margin: 20px 0; height: 45px; background: no-repeat center center; background-size: contain; }
.hr-1 { background-image: url(/src/img/hr-1.png); }
.hr-2 { background-image: url(/src/img/hr-2.png); }
.hr-3 { background-image: url(/src/img/hr-3.png); }

button, .button, .button-2, .button-3, input[type="submit"].button-3, .button-4 {
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	height: 35px;
	line-height: 35px;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.1em;
	cursor: pointer;
	font-size: 14px;
	padding: 0 32px;
	font-style: normal;
	text-align: center;
	
	border: 1px solid #000;
	border-radius: 5px;
	background: transparent;
    z-index: 1;
}
/*button:hover, .button:hover { background: #ed7001; border-color: #ed7001; color: #fff; }*/
button:hover, .button:hover, button.cur, .button.cur { border-color: #ed7001; color: #fff; }
button:before, .button:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	height: calc(100% + 1px);
	width: 0;
	background: #ed7001;
	border-radius: 5px;
	z-index: -1;
}
button:hover:before, .button:hover:before, button.cur:before, .button.cur:before { width: 100%; }
.button-2 { color: #fff; border-color: #fff; }
.button-2:hover { background: #EB515A; border-color: #EB515A; color: #fff; }
.button-3, input[type="submit"].button-3 { color: #fff; border-color: #ed7001; background-color: #ed7001; }
.button-3:hover, input[type="submit"].button-3:hover { background: #EB515A; border-color: #EB515A; color: #fff; }

.button-4 { padding: 0 10px; font-size: 10px; font-weight: 500; height: 25px; line-height: 25px; background: #EB515A; border-color: #EB515A; color: #fff; }
.button-4:hover, .button-4.cur { background: #fff; color: #EB515A; }

.button-4.-act-1 { background: #0C9A01; border-color: #0C9A01; color: #fff; }
.button-4.-act-1:hover, .button-4.-act-1.cur { background: #fff; color: #0C9A01; }

.button-4.-act--1 { background: #BC8000; border-color: #BC8000; color: #fff; }
.button-4.-act--1:hover, .button-4.-act--1.cur { background: #fff; color: #BC8000; }

.-cursor-default { cursor: default; }

.-select { 
	position: relative; 
	display: inline-block;
	background: #fff;
	border: 1px solid #E5E5E5; 
	outline: none;
	box-shadow: 0 3px 90px 0 rgba(0,0,0,0.09);
	width: 100%; 
	cursor: pointer; 
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
.-select:before { content: ''; display: block; width: 100%; height: 5px; bottom:-5px; position: absolute; z-index: 1; }
.-select.-selected { background: #ed7001; color: #fff; }
.-select > b { 
	display: block; 
	font-weight: normal; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	height: 32px; 
	line-height: 32px; 
	padding: 0 32px  0 16px; 
}
.-select.-selected.-multi > b, .-select.-selected.-minmax > b { padding-right: 58px; }
.-select > i { 
	position: absolute; 
	top:0; 
	right: 0; 
	font-size: 20px; 
	cursor: pointer; 
	height: 32px; 
	line-height: 32px; 
	width: 30px; 
	text-align: center; 
}
.-select.hover > i { transform: rotate(180deg); }
.-select > span {
	position: absolute;
	top:0; 
	right: 30px; 
	font-size: 16px; 
	cursor: pointer; 
	height: 32px; 
	line-height: 32px; 
	width: 20px; 
	text-align: center;
	color: #fff;
	display: none;
}
.-select > span:hover { transform: rotate(360deg); color: #F9CDD0; }
.-select.-selected.-multi > span, .-select.-selected.-minmax > span { display: block; }
.-select > ul, .-select > div { 
	max-height: 0; 
	opacity: 0; 
	position: absolute; 
	z-index: 2; 
	top: 35px; 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	border: 1px solid #E5E5E5;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
	overflow: hidden; 
	min-width: 150px;
	width: 100%;
	margin-top: 2px; 
	background: #fff; 
	color: #222222;
}
.-select.-row-2 > ul { min-width: 300px; }
.-select.-row-3 > ul { min-width: 450px; }
.-select.-row-4 > ul { min-width: 600px; }
.-select.-row-5 > ul { min-width: 750px; }
.-select > ul > li { margin: 0; padding: 9px 15px; white-space: nowrap; display: inline-block; width: 100%; vertical-align: top; }
.-select.-multi > ul > li.-i-0 { display: none; }
.-select.-row-2 > ul > li { width: 50%; }
.-select.-row-3 > ul > li { width: calc(100% / 3); }
.-select.-row-4 > ul > li { width: 25%; }
.-select.-row-5 > ul > li { width: 20%; }
.-select > ul > li:first-child { font-weight: bold; }
.-select > ul > li:hover, .-select > ul > li.cur { background: #ed7001; color:#fff; }
.-select.hover > ul, .-select.hover > div { max-height: 2000px; opacity: 1; }

.-select.-multi > ul > li:before {
	content: "\f096";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	vertical-align: bottom;
	line-height: inherit;
	font-size: 18px;
	margin-right: 10px;
	color: #C00510;
}
.-select.-multi > ul > li.cur:before { content: "\f14a"; color: #fff; }
.-select.-multi > ul > li:hover:before { color: #fff; }

.-select > div { padding: 0 8px; }
.-select > div > label { display: block; margin: 5px 0; }
.-select > div > label > span { display: inline-block; padding-bottom: 2px; width: 30px; text-align: right; padding-right: 5px; }
.-select > div > label > input { display: inline-block; width: calc(100% - 30px); padding: 4px 8px; }
.-select > div > button { width: 100%; padding: 0 3px; margin: 8px 0; line-height: 30px; height: 30px; font-size: 12px; }

.-descr { font-size: 12px; line-height: 16px; color: #646464; }

.float-right, .float-right-h1 { float: right; text-align:right; margin-left: 20px; }
.float-right-h1 { margin-top:18px; }

.-width-100p, .width100p, .w100p { width: 100%; }
.width-50p, .-width-50p, .w50p { width: 50%; }
.width-50p-i, .-width-50p-i, .w50pi { width: 50% !important; }
.-width-100px, .width-100px, .w100px { width: 100px; }
.-width-100px-important, .width-100px-important { width: 100px !important; }

.conteiner-center, .footer-conteiner { width: 1270px; margin: 0 auto; padding: 0 10px; }

.-cnt-list { list-style: none; margin: 0; padding: 0; }
.-cnt-list > div, .-cnt-list > li, .-cnt-list > label { display: inline-block; vertical-align: top; margin: 0 16px 16px 0; }

.-cnt-1 > div, .-cnt-1 > li, .-cnt-1 > label { display: inline-block; vertical-align: top; width: calc(100% / 1 - 16px); }
.-cnt-2 > div, .-cnt-2 > li, .-cnt-2 > label { display: inline-block; vertical-align: top; width: calc(100% / 2 - 16px); }
.-cnt-3 > div, .-cnt-3 > li, .-cnt-4 > label { display: inline-block; vertical-align: top; width: calc(100% / 3 - 16px); }
.-cnt-4 > div, .-cnt-4 > li, .-cnt-5 > label { display: inline-block; vertical-align: top; width: calc(100% / 4 - 16px); }
.-cnt-5 > div, .-cnt-5 > li, .-cnt-6 > label { display: inline-block; vertical-align: top; width: calc(100% / 5 - 16px); }

.-cnt--1-2 { display: inline-block; vertical-align: top; width: calc(100% / 2); }
.-cnt--1-3 { display: inline-block; vertical-align: top; width: calc(100% / 3); }
.-cnt--2-3 { display: inline-block; vertical-align: top; width: calc(100% / 3 * 2); }
.-cnt--1-4 { display: inline-block; vertical-align: top; width: calc(100% / 4); }
.-cnt--3-4 { display: inline-block; vertical-align: top; width: calc(100% / 4 * 3); }

.-ul-list { list-style: none; margin: 0; padding: 0; }
.-ul-list > div, .-ul-list > li { display: inline-block; width: 100%; vertical-align: top; margin: 8px 0; }

.-ul-list-2 > div, .-ul-list-2 > li { width: calc(100% / 2 - 8px); }
.-ul-list-3 > div, .-ul-list-3 > li { width: calc(100% / 3 - 8px); }
.-ul-list-4 > div, .-ul-list-4 > li { width: calc(100% / 4 - 8px); }
.-ul-list-5 > div, .-ul-list-5 > li { width: calc(100% / 5 - 8px); }

.-ul-list-2 > div:nth-child(2n-1), .-ul-list-2 > li:nth-child(2n-1) { margin-right: 8px; }
.-ul-list-2 > div:nth-child(2n), .-ul-list-2 > li:nth-child(2n) { margin-left: 8px; }

.-ul-list-3 > div:nth-child(3n-2), .-ul-list-3 > li:nth-child(3n-2) { margin-right: 8px; }
.-ul-list-3 > div:nth-child(3n-1), .-ul-list-3 > li:nth-child(3n-1) { margin-right: 4px; margin-left: 4px; }
.-ul-list-3 > div:nth-child(3n), .-ul-list-3 > li:nth-child(3n) { margin-left: 8px; }

.-ul-list-4 > div:nth-child(4n-3), .-ul-list-4 > li:nth-child(4n-3) { margin-right: 8px; }
.-ul-list-4 > div:nth-child(4n-2), .-ul-list-4 > li:nth-child(4n-2) { margin-right: 4px; margin-left: 4px; }
.-ul-list-4 > div:nth-child(4n-1), .-ul-list-4 > li:nth-child(4n-1) { margin-right: 4px; margin-left: 4px; }
.-ul-list-4 > div:nth-child(4n), .-ul-list-4 > li:nth-child(4n) { margin-left: 8px; }

.-ul-list-5 > div:nth-child(5n-4), .-ul-list-5 > li:nth-child(5n-4) { margin-right: 8px; }
.-ul-list-5 > div:nth-child(5n-3), .-ul-list-5 > li:nth-child(5n-3) { margin-right: 4px; margin-left: 4px; }
.-ul-list-5 > div:nth-child(5n-2), .-ul-list-5 > li:nth-child(5n-2) { margin-right: 4px; margin-left: 4px; }
.-ul-list-5 > div:nth-child(5n-1), .-ul-list-5 > li:nth-child(5n-1) { margin-right: 4px; margin-left: 4px; }
.-ul-list-5 > div:nth-child(5n), .-ul-list-5 > li:nth-child(5n) { margin-left: 8px; }

.-bg-1 { background:#8E8E93 no-repeat left center; background-size: cover; padding: 80px 0; margin: 70px 0; }
.-bg-1 h1, .-bg-1 .title { color: #fff; }

.-img, .-img-contain { display: block; vertical-align: top; width: 100%; min-height: 100px; background: #fff no-repeat center center; background-size: cover; border: 1px solid #e0e0e0; border-radius: 5px; }
.-img-contain { background-size: contain; }

.-list-1 { padding: 0; margin: 0; list-style: none; }
.-list-1 > li { display: inline-block; vertical-align: top; list-style: none; width: calc(100% / 3 - 28px); padding: 0; margin: 0 28px 28px 0; }
.-list-1 > li > a { 
	position: relative; 
	display: block; 
	height: 528px; 
	background: no-repeat center center; 
	background-size: cover; 
	text-align: center; 
	text-decoration: none;
	color: #fff;
	
	font-size: 14px;
}
.-list-1 > li > a:before {
	content: '';
	
	position: absolute;
	left: 0;
	right: 0;
	top: 54.55%;
	bottom: 0;

	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
	mix-blend-mode: multiply;
	opacity: 0.8;
	
	z-index: 1;
}
.-list-1 > li:hover > a:before { top: 0; }
.-list-1 > li > a > div { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 20px 32px 20px; z-index: 2; }
.-list-1 > li:hover > a > div { bottom: 50%; transform: translateY(50%); }
.-list-1 > li > a > div > b { display: inline-block; font-size: 28px; padding-bottom: 8px; }

.-list-2 { padding: 0; margin: 0; list-style: none; }
.-list-2 > li {
	position: relative;
	background: #fff; 
	border: 1px solid #C8C8C8;
	list-style: none; 
	padding: 0; 
	margin: 0 32px 32px 0; 
}
.-list-2 > li > a { 
	position: relative; 
	display: block;
	background: no-repeat center center; 
	background-size: cover; 
	text-align: left; 
	text-decoration: none;
	color: #000;
	font-size: 14px;
	padding-bottom: 55px;
}
.-list-2 > li > a > i { display: block; height: 248px; background: no-repeat center center; background-size: cover; }
.-list-2.-img-i-contain  > li > a > i { background-size: contain; border-bottom: 1px solid #C8C8C8; padding: 5px; background-origin: content-box; }
.-list-2 > li > a > b { display: block; min-height: 73px; padding: 16px 16px 8px 16px; font-weight: bold; font-size: 18px; }
.-list-2 > li > a > b { min-height: 97px; }
.-list-2 > li > a:hover > b { color: #ed7001; }
.-list-2 > li > a > p { display: block; padding: 0 16px 8px 16px; margin: 0; min-height: 103px; }
.-list-2 > li > a > div { 
	position: absolute; 
	bottom: 24px; 
	width: 100%; 
	padding: 0 16px; 
	font-weight: bold;
	font-size: 12px; 
	color: #8E8E93;
}
.-list-2 > li > a > div:after { 
	content: ''; 
	position: absolute; 
	top: 9px;
	right: 16px;
	width: calc(100% - 120px); 
	height: 1px; 
	background: #C8C8C8; 
	overflow: hidden; 
}
.-list-2 > li.big { width: calc(100% - 32px); }
.-list-2 > li.big > a > i { width: 51%; height: 416px; float: left; }
.-list-2 > li.big > a > b { padding-top: 88px; font-size: 28px; line-height: 32px; padding-bottom: 24px; }
.-list-2 > li.big > a > p { padding-bottom: 24px; }
.-list-2 > li.big > a > b, .-list-2 > li.big > a > p, .-list-2 > li.big > a > span { 
	display: block; 
	padding-left: 54%; 
	padding-right: 32px; 
}
.-list-2 > li.big > a > span { position: relative; z-index: 1; }
.-list-2 > li.big > a > div { width: 46%; left: auto; right: 16px; bottom: auto; top: 48px; }

.edit, .-edit { 
	position: absolute; 
	top: 15px; 
	left: 0; 
}
.edit > a, .-edit > a {
	display: block;
	width: 30px; 
	height: 30px; 
	text-align: center; 
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	background: #ed7001;
	opacity: 0.5;
	border-radius: 0 5px 5px 0;
}
.edit > a:hover, .-edit > a:hover { background: #EB515A; opacity: 1; }
.-edit { left: auto; right: 0; }
.-edit > a { border-radius: 5px 0 0 5px; }

.edit-info-top { 
	position: absolute; 
	top:0;
	left: 50%;
	transform: translateX(-50%);
	background: #ccc;
	color: #000;
	font-size: 11px;
	padding: 1px 8px;
	pointer-events: none;
	border-radius: 0 0 5px 5px;
	
}
.-act-1 .edit-info-top { background: #009A0B; color: #fff }

li.-act-0 { background: #E5E5E5; }
li.-act--1 { background: #FFD017; border-color: #db3232; }

.block-list-a { padding: 30px 0; }
.block-list-a > div { display: inline-block; vertical-align: top; text-align: center; margin-bottom: 30px; }
.block-list-a > div > b, .block-list-a > div > i { display: block; font-size: 50px; color: #ed7001; }
.block-list-a > div > i { font-size: 100px; }

.news-button { margin-top: 8px; }

.conteiner-left, .conteiner-center-right { display: inline-block; width: 50%; vertical-align: top; }
.conteiner-center-right { padding: 0 30px 0 45px; }

#map { background: #ccc; }
#map-search { padding-top: 15px; padding-bottom: 35px; }
.map-block .conteiner-left, .map-block .conteiner-center-right { height: 750px; }
.map-block #ya_map { width: 100%; height: 100%; }
.map-search, .map-region { 
	position: relative;
	display: inline-block; 
	border-radius: 12px;
	min-width: 400px;
}
.map-search input, .map-region { 
	position: relative; 
	z-index: 1;  
	outline: none;
	border-radius: 12px;
	background: #fff; 
	padding: 20px 70px; 
	width: 100%; 
	font-size: 21px; 
	min-width: 250px;
	border: 1px solid #ccc;
}
.map-search input:focus, .map-region:focus { border-color: #0000ff; }
.map-search span, .map-search i { position: absolute; display: inline-block; width: 30px; cursor: pointer; z-index: 2; }
.map-search span { top:24px; left: 30px; background: no-repeat -200px -300px url("../img/sprite-big.png"); width: 26px; height: 27px; pointer-events: none; }
.map-search i { 
	top:26px; 
	right: 30px; 
	background: no-repeat -300px -300px url("../img/sprite-big.png"); 
	width: 20px; 
	height: 20px; 
	opacity: 0; 
	visibility: hidden; 
}
.map-region { 
	padding: 20px; 
	color: #c3242a;
	cursor: pointer;
	
	background-image: url("../img/select-2.png");
	background-size: 10px auto;
	background-position: 94% 34px;
	background-position: calc(100% - 22px) 34px;
	background-repeat: no-repeat;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.map-region:focus {
	color: #0000ff;
	background-position: 94% 34px;
	background-position: calc(100% - 22px) -59px;
}
.map-region option, .map-region:focus option { color: #888; font-size: 18px; }
.map-conteiner.act > .map-search i { opacity: 1; visibility: visible; }
.map-list { list-style: none; margin: 0; padding: 0; height: calc(100% - 60px); overflow: auto; margin-top: 20px; max-height: 650px; } 
.map-list > li { max-height: 500px; padding: 35px 0; border-bottom: 1px solid #ccc; cursor: pointer; }
.map-list > li.hide { max-height: 0; overflow: hidden; padding: 0; margin: 0; opacity: 0.3; border: none; font-size: 0; color: #fff; }
.map-list > li > b, .map-list > li > p { font-size: 18px; }
.map-list > li > p { padding: 0; margin: 5px; }

.grps-list-1, .grps-list-1 > li { list-style: none; margin: 0; padding: 0; }
.grps-list-1 { width: calc(100% + 10px); }
.grps-list-1 > li { display: inline-block; width: calc(50% - 10px); margin: 0 10px 10px 0; overflow: hidden; }
.grps-list-1 > li > a { display: block; width: 100%; height: 256px; background: no-repeat center center; background-size: cover; text-decoration: none; padding: 23px 6%; color: #fff; }
.grps-list-1 > li > a > b { display: block; background: rgba(245, 130, 31, 0.67);  text-align: center; line-height: 2; }
.grps-list-1 > li:hover > a { transform: scale(1.1); }

.grps-list-2, .grps-list-2 > li { list-style: none; margin: 0; padding: 0; }
.grps-list-2 > li { display: inline-block; margin: 0 30px 30px 0; width: calc(100% / 3 - 30px); }
.grps-list-2 > li > a { display: block; }
.grps-list-2 > li > a > i { display: block; width: 100%; height: 280px; background: no-repeat center center; background-size: cover; }

.-sep { display: inline-block; border-left: 1px solid #E5E5E5; margin: 0 16px; height: 21px; vertical-align: bottom; }
.-hr { display: block; border-bottom: 1px solid #E5E5E5; padding-top:48px; margin-bottom: 48px; }

.pages > a, .pages > span, .pages > b {
	display: inline-block;
	padding: 0 4px;
	border: 1px solid #E5E5E5;
	min-width: 32px;
	line-height: 32px;  
	font-size: 14px; 
	font-weight: bold; 
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	color: #A8A8AC;
	margin: 0 8px 8px 0;
}
.pages > b, .pages > a:hover { color: #fff; background: #ed7001; border-color: #ed7001;}

.li-1 { list-style: none; margin: 0; padding: 0; }
.li-1 > li { position: relative; padding: 4px 0 4px 30px; }
.li-1 > li:before {
	content: "\f00c";
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 19px;
	text-rendering: auto;
	color: #ed7001;
	left: 0;
	top: 6px;
}

.news-list { list-style: none; margin: 0; padding: 0; }
.news-list { width: calc(100% + 16px); }
.news-list > li { position: relative; margin: 0 16px 16px 0; border-radius: 5px; }
.news-list > li > a { display: block; text-decoration: none; color: #666; }
.news-list > li:hover { transform: translateY(-10px); -webkit-box-shadow: 0 8px 18px rgba(0,0,0,.1); box-shadow: 0 8px 18px rgba(0,0,0,.1); }
.news-list > li > a i { position: relative; display: block; width: 100%; height: 350px; background: no-repeat center center; background-size: cover; box-shadow: 0 10px 10px rgba(0,0,0,.1); border-radius: 5px 5px 0 0; backdrop-filter: blur(135px); }
.news-list.-cnt-5 > li > a i { height: 210px; }
.news-list > li > a > i > i { position: relative; display: block; width: 100%; height: 100%; background: no-repeat center center; background-size: contain; border-radius: 5px 5px 0 0;  background-color: transparent; }
.news-list > li > a > i > i > b { 
	position: absolute; 
	bottom: 10px; 
	right: 10px; 
	width: 80px; 
	height: 80px; 
	background: #fff no-repeat center center; 
	background-size: contain; 
	padding: 5px;
    background-origin: content-box; 
	border-radius: 5px; 
	opacity: 0.6; 
}
.news-list > li:hover > a > i > i > b {
	width: 40px; 
	height: 40px; 
	opacity: 1;
}
.news-list > li > a > div { padding: 27px 25px 20px; min-height: 226px; }
.news-list .object-tags { padding: 0 25px 20px 25px; margin-top: -10px; }
.news-list > li > a > div > div { margin: 8px 0; color: #828282; }
.news-list > li > a > div > div > span { display: inline-block; margin-right: 15px; font-size: 14px; font-weight: 600; }
.news-list > li > a > div > div > span:before { content: "—"; padding-right: 7px; color: rgb(255, 61, 203); }
.news-list > li > a > div > span { display: block; text-transform: uppercase; margin-bottom: 5px; font-size: 14px; font-weight: 600; }
.news-list > li > a > div > b { display: block; font-size: 24px; color: #333; }
.news-list > li:hover > a > div > b { color: #E8484C; }
.news-list > li > a > div > p { font-size: 15px; }

.tags > span, .tags > a { 
	display: inline-block; 
	vertical-align: middle; 
	max-width: 170px; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	background: #fff; 
	border: 1px solid #555; 
	color: #555;
	line-height: 1;
	padding: 5px 12px; 
	margin: 0 5px 5px 0;
	border-radius: 20px;
	cursor: pointer;
}
.tags > span:first-letter, .tags > a:first-letter { color: #E8484C; }
.tags > span:hover, .tags > span.cur, .tags > a:hover, .tags > a.cur { border-color: #E8484C; color: #E8484C;  }

.krazy_container { background:#f3f3f3; padding:20px; border-radius: 5px; }

.photos-list { display: block; }
.photos-list > li {
	list-style: none;
	display:inline-block !important; 
	width:calc(100% / 3 - 10px - 0.1px); 
	margin:0 10px 10px 0 !important; 
	border:1px dashed #ccc; 
	padding:5px !important; 
	border-radius:3px;
	height: 285px;
}
.photos-list > li:before { display: none !important; }
.photos-list > li > i { 
	position:relative; 
	display:block; 
	width:100%; 
	height:200px; 
	background:no-repeat center center; 
	background-size:cover; 
	border:1px solid #ccc; 
}
.photos-list > li > i > b { 
	position: absolute; 
	left:0; 
	display: inline-block; 
	text-align: left; 
	background: rgba(0,0,0,0.3); 
	padding: 4px; 
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.photos-list > li > i > b > a { display: block; color: #fff; font-size: 10px; line-height:15px; font-weight: normal; text-decoration: none; }
.photos-list > li > input, .photos-list > li > textarea { width: 100%; margin-top: 5px; font-size: 11px; }
.photos-list > li > textarea { height: 50px; }

.photos-grps-list { margin:0 !important; padding:0 !important; }
.photos-grps-list > li {
	position: relative;
	width:calc(100% / 3 - 10px); 
	margin: 0 10px 10px 0 !important; 
	padding: 0 !important; 
	background: #FBFBFB; 
	border: 1px solid #FFEEEC; 
	display: inline-block !important;
	vertical-align: top;
}
.photos-grps-list > li:after { display:none; }
.photos-grps-list > li:before { display: none !important; }
.photos-grps-list > li > a {
	position: relative;
	display: block; 
	width:100%; 
	height:280px; 
	background: no-repeat center center; 
	background-size: cover; 
	border: 1px solid #fff; 
	border-radius: 5px;
}
.photos-grps-list > li > a > span { 
	position: absolute; 
	bottom: 10px; 
	right: 10px; 
	width: 80px; 
	height: 80px; 
	background: #fff no-repeat center center; 
	background-size: contain; 
	padding: 5px;
    background-origin: content-box; 
	border-radius: 5px; 
	opacity: 0.6; 
}
.photos-grps-list > li:hover > a > span {
	width: 40px; 
	height: 40px; 
	opacity: 1;
}
.photos-grps-list > li > a > b { 
	display: block; 
	position: absolute; 
	width: 100%; 
	text-align: center; 
	bottom: 0; 
	border-radius: 0 0 5px 5px;
	left:0;
	
	padding: 15px 10px 5px 10px;
	
	color: #000;
	font-weight: normal;
	font-size: 16px;
	
	pointer-events: none;
	
	background: rgba(255,255,255,0.5);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.65) 33%, rgba(255,255,255,0.95) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.65) 33%,rgba(255,255,255,0.95) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.65) 33%,rgba(255,255,255,0.95) 100%);
}

.photos-grp-slider .fotorama__stage { border:1px solid #ccc; background:#fff; }
.photos-grp-slider .fotorama__nav-wrap { position: relative; bottom: 0; }

.photos-grp-list { width:calc(100% + 10px); }
.photos-grp-list > a {
	position: relative;
	display: inline-block; 
	vertical-align: top; 
	width: calc(100% / 5 - 10px); 
	margin: 0 10px 10px 0; 
	border-radius: 5px;
	height: 250px; 
	background: no-repeat center center;
	background-size: cover;
    text-decoration: none;
    border: 1px solid #ccc;
}
.photos-grp-list > a > b {
	display: block; 
	position: absolute; 
	width: 100%; 
	text-align: center; 
	bottom: 0; 
	left:0;
	
	padding: 15px 10px 5px 10px;
	
	color: #fff;
	font-weight: normal;
	
	background: rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 60%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 60%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 60%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.fotorama-article-slider .fotorama__dot { border-radius: 50%; }
.fotorama-article-slider .fotorama__nav--dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%) !important; }
.fotorama-article-slider .fotorama__nav__shaft { background-color: rgba(255, 255, 255, 0.3); }

/* Sort LI */
.sortli { position:relative; display:block; list-style: none; list-style-type: none; margin: 0; padding: 0; width:100%; }
.sortli > li {
	position:relative;
	display:inline-block !important;
	vertical-align: top;
	text-align: center;	
	border:1px dashed #ccc; 
	background:#fff;
	cursor:move;
}
.sortli > li:first-child { border:1px solid #ef0000; }
.sortli .ui-state-highlight { height: 285px; background:#fff7c0 !important; }
/* END Sort LI */

.msgs {
	position: relative;
	padding-bottom: 3px;
}
.close {
	position: absolute;
	right: 5px;
	color: #ff0000;
	cursor: pointer;
	font-size: 9px;
}
#error, .error, .msg {
	border: 2px dashed #E89B88;
	border-radius: 5px;
	background-color: #FFEFE8;
	padding: 24px;
	font-weight:bold;
	margin: 0px;
}
#error, .error, .msg, #error *, .error *, .msg * {  }
.msg {
	background-color: #bbffbb;
	border: 2px dashed #008000;
}

.root, .root:hover, .root a, .root a:hover {
	font-size:14px  !important;
	color: #1fb118  !important;
	font-weight: normal  !important;
	text-decoration: none  !important;
	text-transform: none  !important;
}
.root:hover, .root a:hover {
	color: #1bd012  !important;
	text-decoration: none  !important;
}
.root-block { display:block; background:#fff; padding:20px; margin:20px 0; text-align:center; border:1px solid #ccc; }

.path { margin:15px 0 25px 0; }
.path:after {
	content: '';
	display: block;
	width:100%;
	height:0;
	clear:both;
}
.path * { font-size: 12px; line-height: 16px; text-transform: uppercase; font-weight: 500; display: inline-block; color: #8E8E93; text-decoration:none; }
.path *:before { content: '/'; display: inline-block; padding: 0 10px; }
.path *:first-child:before { display:none; }
.next_path_bl { display: inline-block; }

.is-pager { text-align: center; }
.is-pager > a, .is-pager > span { 
	display: inline-block;
	border: 1px solid #E5E5E5; 
	min-width: 32px; 
	min-height: 32px; 
	line-height: 30px;
	text-align: center;
	margin: 0 4px;
	padding: 0 8px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #A8A8AC;
}
.is-pager > span { cursor: default; }
.is-pager > a:hover, .is-pager > span { background: #ed7001; border-color: #ed7001; color: #fff; }

.popup-body-act { overflow: hidden; }
.popup-conteiner, .catalog-popup { 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 0; 
	background: rgba(0,0,0,0.6); 
	text-align: center;
	overflow: hidden; 
	visibility: hidden;
	opacity: 0;
	z-index: 10;
	overflow-y: scroll;
}
.popup-conteiner.act, .catalog-popup.act { height: 100%; overflow: auto; visibility: visible; opacity: 1; padding: 40px; }
.popup-close, .catalog-popup > i {
	position: fixed;
	left: 0;
	top: 0;
	display: block; 
	width: 100%; 
	height: 100%;
	color: #fff; 
	padding: 10px 30px;
	font-size: 30px; 
	cursor: pointer; 
	text-align: right;
	z-index: 1;
}
.popup-close:hover:before, .catalog-popup > i:hover:before { transform: rotate(180deg); color: #ef0000; display: inline-block; }
.popup-text, .catalog-popup > span { 
	position: relative;
	display: block;
	width: 100%;
	max-width: 688px;
	padding: 24px;
	background: #fff;
	margin: 0 auto 40px auto;
	z-index: 2;
}

.news-prevnext { margin: 30px 0 20px 0; }

.b-article-navigation:after { content: ''; display: block; clear: both; width: 100%; height: 0; }
.b-article-navigation__prev, .b-article-navigation__next, 
.b-article-navigation__prev:hover, .b-article-navigation__next:hover { width:50%;max-width:400px;text-decoration:none;font-size: 13px;color:#777;-webkit-transition:color .3s ease;transition:color .3s ease }
.b-article-navigation__prev {float:left;padding-right:25px;}
.b-article-navigation__prev span, 
.b-article-navigation__next span { display:block;font-size:18px;font-weight:500;color:#000;text-transform:uppercase;margin-bottom:5px;-webkit-transition:color .3s ease;transition:color .3s ease }
.b-article-navigation__prev span b, .b-article-navigation__next span b{display:inline-block;vertical-align:6%}
.b-article-navigation__next{float:right;padding-left:25px;text-align:right;}
.b-article-navigation__prev:hover span,.b-article-navigation__next:hover span{color:#E10613}
@media screen and (max-width: 768px){
	.b-article-navigation__prev{margin-bottom:15px;width:100%;padding-right:0;float:none;display:block}
	.b-article-navigation__next{width:100%;float:none;text-align:left;padding-left:0;display:block}
}

.b-article { max-width: 1400px; margin: 0 auto; }
.art-img { position: relative; display: inline-block; vertical-align: top; }
.art-img img { max-width: 1000px; height: auto; border: 2px solid #d9d9d9; border-radius: 5px; }
.art-img.noborder img { border-color: transparent; }
.art-img a { display: inline-block; vertical-align: top; }
.art-img a > div { font-size: 13px; color: #333; }
.art-img a:hover > div { color: #E8484C; }
.article-conteiner iframe { max-width: 100%; }

.article-conteiner img { max-width: 100%; height: auto; }

.art-img-float-left { float: left; }
.art-img-float-right { float: right; text-align: right; }

.media-show, .media-show-inline { display: none; }
.media-show-important { display: none !important; }

.cookie_confirm {
	position: fixed;
	bottom: 30px;
	z-index: 999;
	
	width: 100%;
	max-width: 1270px;
	left: 50%;
	margin-left:-635px;
	
	
	padding: 14px 72px 14px 24px;
	background-color: #fff;
	box-shadow: 4px 4px 24px rgba(0,0,0,.12);
}
.cookie_confirm.hide { 
	bottom: -1000px;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.cookie_confirm > i { position: absolute; font-size: 30px; top: 24px; right: 24px; color: #f5821f; cursor: pointer; }
.cookie_confirm > i:hover { transform: rotate(180deg); }
.cookie_confirm > div { color: #666; line-height: 1.47; font-weight: 500; font-size: 13px; }

.-slider > ul { white-space: nowrap; overflow: hidden; }
.-slider > ul > li { margin: 8px 8px 16px 0 !important; white-space: normal; }
.-slider > ul.-ul-list-3 > li { width: calc(100% / 3 - 16px); margin: 8px 16px 16px 0 !important; }

.-slider-pn { 
	text-align: right; 
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
}
.-slider-pn span { 
	display: inline-block; 
	text-align: center;  
	width: 45px; 
	height: 45px; 
	line-height: 41px; 
	font-size: 40px; 
	cursor: default; 
	color: #333; 
	border: 1px solid #333; 
	border-radius: 5px;
	margin-left: 5px;
	opacity: 0.3;
}
.-slider-pn span.act { opacity: 1; cursor: pointer; }
.-slider-pn span.act:hover { background: #E8484C; color: #fff; border-color: #E8484C; }
.-slider-pn span.-prev { padding-right: 3px; }
.-slider-pn span.-next { padding-left: 3px; }


/* Start */
.body { 
	padding: 0 8em;
	max-width: 1400px; 
	margin: 0 auto;
	
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
header, main, footer { width: 100%; }

main { min-height: 400px; }

.ban { padding: 10px 0; line-height: 0; position: relative; }
.ban > a { position: relative; display: block; width: 100%; }
.ban > a > img { width: 100%; height: auto; border-radius: 5px; }
.ban > a > span { position: absolute; bottom: 0; left: 5px; background: #fff; padding: 1px 5px; border-radius: 5px 5px 0 0; font-size: 10px; color: #828282; line-height: 1; }

.logo { display: inline-block; line-height: 0; }
.logo img { color: transparent; }

.header-top { line-height: 0; padding: 5px 0; }
.header-conteiner { text-align: right; line-height: 32px; white-space: nowrap; }
.header-conteiner > div { display: inline-block; vertical-align: top; }

.header-tag { display: inline-block; vertical-align: top; background: #e0e0e0; padding: 0 16px; border-radius: 20px; color: #333; font-size: 12px; text-align: center; }
.header-tag > i.fa { font-size: 16px; margin-left: 5px; vertical-align: text-bottom; }

.header-search { padding-left: 10px; position: relative; }
.header-search form { display: block; padding: 0; margin: 0; }
.header-search input { vertical-align: top; }
.header-search button { display: inline-block; vertical-align: top; border: none; padding: 0 5px; height: 30px; line-height: 30px; width: 26px; text-align: center; font-size: 18px; }
.header-search button:hover { color: #E8484C; }
.header-search button:before { display: none; }
.header-search button > i.fa-close { display: none; }
.header-search.act button > i.fa-close { display: inline-block; }
.header-search.act button > i.fa-search { display: none; }

.header-search-input-conteiner { position: absolute; top: -10px; right: 30px; padding: 10px 0; background: #e0e0e0; opacity: 0; visibility: hidden; }
.header-search-input { height: 31px; width: 100%; padding: 0 !important; outline: 0 !important; }
.header-search.act .header-search-input-conteiner { padding: 10px; right: 34px; opacity: 1; visibility: visible; width: 350px; }
.header-search.act .header-search-input { padding: 7px 12px !important; outline: 1px solid #C8C8C8; }

.menu { display: block; }
.menu > ul, .menu > ul > li > ul { list-style: none; margin: 0; padding: 0; text-align: center; }
.menu > ul > li { display: inline-block; vertical-align: top; margin: 0 10px; position: relative; }
.menu > ul > li a { display: block; color: #333; font-size: 16px; }
.menu > ul > li a:hover, .menu > ul > li.cur a { color: #E8484C; }
.menu > ul > li.admin a { color: #009A0B; }
.menu > ul > li.admin > ul > li a { color: #333; }
.menu > ul > li.admin > ul > li a:hover { color: #E8484C; }

.menu > ul > li > ul { position: absolute; left: -10px; padding-top: 10px; min-width: 150px; text-align: left; background: #fff; max-height: 0; opacity: 0; overflow: hidden; z-index: 2; }
.menu > ul > li > ul:before { content: ''; position: absolute; top: 1px; left: 10px; border: 5px solid transparent; border-bottom: 5px solid #E8484C; }
.menu > ul > li:hover > ul, .menu > ul > li.hover > ul { max-height: 500px; overflow: visible; opacity: 1; }
.menu > ul > li > ul > li a { padding: 5px 15px; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; font-size: 14px; }
.menu > ul > li > ul > li.-act-0 a { text-decoration: line-through; text-decoration-color: rgba(255, 0, 0, 0.4); }
.menu > ul > li > ul > li:first-child a { border-top: 2px solid #E8484C; }
.menu > ul > li > ul > li:last-child a { border-bottom: 1px solid #e0e0e0; }

.menu-media { font-size: 22px; padding: 0 5px; }

.index-topnews > li { position: relative; }
.index-topnews > li > a { position: relative; display:block; width: 100%; aspect-ratio: 210 / 297; block; /*height: 484px;*/ }
.index-topnews > li > a i { width: 100%; height: 100%; backdrop-filter: blur(135px); }
.index-topnews > li > a i > i { border: none; /*background-color: transparent;*/ }
.index-topnews > li > a > div { position: absolute; bottom: 0; left: 0; width: 100%; padding: 30px 15px 10px 15px; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.95) 100%); color: #fff; font-size: 16px; border-radius: 0 0 5px 5px; }
.index-topnews > li > a > i > i > b {
	position: absolute; 
	bottom: 10px; 
	right: 10px; 
	width: 80px; 
	height: 80px; 
	background: #fff no-repeat center center; 
	background-size: contain; 
	padding: 5px;
    background-origin: content-box; 
	border-radius: 5px; 
	opacity: 0.6; 
}
.index-topnews > li:hover > a > i > i > b {
	width: 40px; 
	height: 40px; 
	opacity: 1;
}
.index-topnews > li > a > div > span { display: block; font-size: 14px; opacity: 0.8; }
.index-topnews > li > a > div > b { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index-topnews > li > a > div > div { display: none; }
.index-topnews > li > a > div > div > span:before { content: "—"; padding-right: 7px; color: rgb(255, 61, 203); }
.index-topnews > li:hover > a > div { background: rgba(0,0,0,0.8); height: 100%; padding: 30px; border-radius: 5px; }
.index-topnews > li:hover > a > div > b { white-space: normal; font-size: 26px; min-height: 160px; padding-top: 10px; }
.index-topnews > li:hover > a > div > div { display: block; opacity: 0.8; padding-top: 10px; font-size: 14px;text-align: right; }

.index-news > li > span, .index-news > li > a > div > span { display: block; color: #828282; padding-bottom: 7px; }
.index-news > li > span > a { color: #828282; }
.index-news > li > span > a:before { content: "—"; padding-right: 7px; color: rgb(255, 61, 203); }
.index-news > li > span > a:hover { color: #E8484C; }
.index-news > li > a { display: block; }
.index-news > li > a > i { display: inline-block; vertical-align: top; }
.index-news > li > a i { width: 100px; height: 100px; border-radius: 5px; }
.index-news > li > a i > i { border: none; }
.index-news > li > a > div { display: inline-block; vertical-align: top; width: calc(100% - 100px); padding-left: 16px; color: #333; }
.index-news > li > a:hover > div { color: #E8484C; }
.index-news > li > a > div > b { font-weight: 500; }
.index-news > li > a > div > span { font-size: 14px; }

.index-news.-hide-image > li > a > div { padding-left: 0; width: 100%; }
.index-news.-hide-image > li > a > div > b { font-weight: bold; }

.index-news-2 > li { position: relative; margin-bottom: 16px; border-radius: 5px; }
.index-news-2 > li > a i { /*height: 484px;*/ width: 100%; aspect-ratio: 210 / 297;  display:block; position: relative; backdrop-filter: blur(135px); }
.index-news-2 > li > a > i > i { background-color: transparent; }
.index-news-2 > li > a > i > i > b { 
	position: absolute; 
	bottom: 10px; 
	right: 10px; 
	width: 80px; 
	height: 80px; 
	background: #fff no-repeat center center; 
	background-size: contain; 
	padding: 5px;
    background-origin: content-box; 
	border-radius: 5px; 
	opacity: 0.6; 
}
.index-news-2 > li:hover > a > i > i > b {
	width: 40px; 
	height: 40px; 
	opacity: 1;
}
.index-news-2 > li > a > div { color: #333; }
.index-news-2 > li.-act--1 > a > div, .index-news-2 > li.-act-0 > a > div { padding: 0 5px; }
.index-news-2 > li > a:hover > div { color: #E8484C; }
.index-news-2 > li > a > div > div, .index-news-2 > li > a > div > span { display: block; color: #828282; margin: 8px 0; }
.index-news-2 > li > a > div > div > span { display: inline-block; margin-right: 15px;}
.index-news-2 > li > a > div > div > span:before { content: "—"; padding-right: 7px; color: rgb(255, 61, 203); }
.index-news-2 > li > a > div > span { font-size: 14px; }
.index-news-2 > li > a > div > b { font-weight: 500; font-size: 18px; }

.index-gallery.index-news-2 > li > a i, .-height-mini.index-news-2 > li > a i { height: 215px; }

.index-news-2.events-list > li > a > i { padding: 10px; background-origin: content-box; }
.index-news-2.events-list > li { margin-bottom: 30px; }
.index-news-2.events-list > li > a > div > b { font-size: 16px; }

.index-news-2.index-video > li > a > i > i:before, .news-list.news-video > li > a > i:before {
	content: "\f144";
	
	display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 54px;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	
	position: absolute;
	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.firm-info-conteiner > i, .firm-info-conteiner > a { display: inline-block; vertical-align: top; width: 100px; height: 100px; background: #fff no-repeat center center; background-size: contain; padding: 5px; background-origin: content-box; border-radius: 5px; }
.firm-info-conteiner > ul { display: inline-block; vertical-align: top; list-style: none; margin: 0 0 0 20px; padding: 0; width: calc(40% - 100px - 20px - 20px); }
.firm-info-conteiner > ul > li { position: relative; padding: 5px 0 5px 35px; }
.firm-info-conteiner > ul > li > i { position: absolute; top: 6px; left: 0;  display: inline-block; width: 30px; text-align: center; margin-right: 5px; }
.firm-info-conteiner > ul > li > b { display: inline-block; margin-right: 10px; }
.firm-info-conteiner > div { position: relative; display: inline-block; vertical-align: top; width: 60%; margin: 0 0 0 20px; font-size: 12px; color: #333; height: 100px; overflow: hidden; text-overflow: ellipsis; }
.firm-info-conteiner > div:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: 0;
	pointer-events: none;
	background: linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(221,221,221,0) 100%);
}

.video-iframe { background: no-repeat #ddd; border-radius: 5px; padding: 15px; margin: 15px 0; }
.video-iframe iframe { 
	background: #333; width: 100%; height: 500px; border-radius: 5px; 
	background: repeating-linear-gradient( 45deg, #333, #333 5%, #000 5%, #000 10% ); background-size: 100px 100px; animation: move-it 2s linear;
}
@keyframes move-it { 0% { background-position: initial; } 100% { background-position: 100px 0px; } }

.video-article { margin: 30px 0; }

.events-info-conteiner { margin: 30px 0; }
.events-info-conteiner > i { display: inline-block; vertical-align: top;  width: 300px; height: 250px; margin-right: 30px; border: none; }
.events-info-conteiner > ul { display: inline-block; vertical-align: top; width: calc(100% - 330px); min-height: 250px; list-style: none; margin: 0; padding: 30px; background: #EAF7FF; }
.events-info-conteiner > ul > li { position: relative; margin: 0; padding: 10px 0 10px 40px; }
.events-info-conteiner > ul > li > i { position: absolute; top: 11px; left: 0; display: inline-block; width: 30px; text-align: center; font-size: 18px; color: #E8484C; }
.events-info-conteiner .-url { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.order-form { background: #EAF7FF; position: relative; }
.order-form .title { margin-bottom: 20px; }
.order-form input, .order-form textarea { width: 100%; }
.order-form .order-descr { height: 154px; }
.order-form .kcaptcha-conteiner { margin-top: 13px; background: #fff; border-radius: 5px; text-align: left; line-height: 0; padding: 2px; }
.order-form .kcaptcha { border-radius: 5px; display: inline-block; vertical-align: top; width: 257px; height: 51px; }
.order-form .kcaptcha-update { 
	display: inline-block;
	vertical-align: top;
	
    background: #EAF7FF;
    border-radius: 5px;
	
	margin-left: 3px; 
	width: calc(100% - 257px - 3px);
	height: 51px;
	line-height: 51px;
	text-align: center;
	cursor: pointer;
	color: #000;
	opacity: 0.6;
}
.order-form .kcaptcha-update:hover { opacity: 1; }
.order-form label > b { display: block; padding-bottom: 5px; }
.order-form .order-submit { margin-top: 16px; }

footer { padding: 30px 0; }

.footer { padding: 15px 0; }
.footer > div { display: inline-block; vertical-align: top; }
.footer-left { width:180px; }
.footer-center { width: 650px; padding: 0 40px; }
.footer-right { width: calc(100% - 180px - 650px); font-size: 10px; }

.footer-left .logo img { width: 100%; height: auto; }

.footer-menu { display: inline-block; vertical-align: top; width: 25%; padding-right: 10px;  }
.footer-menu-2 { width: 31%; }
.footer-menu-3 { width: 44%; }
.footer-menu > ul { list-style: none; padding: 0; margin: 0; }
.footer-menu > ul > li { padding-bottom: 8px; }
.footer-menu > ul > li > a { display: inline-block; color: #333; }
.footer-menu > ul > li > a:hover { color: #E8484C; text-decoration: underline; }

.menu-button { background: #333; border: 1px solid #333; border-radius: 5px; color: #fff !important; padding: 10px; }
.menu-button:hover { background: #fff; color: #333 !important; text-decoration: none !important; }

/* End */

@media (max-width: 1200px) { 
   
	.news-list > li > a > div > b { font-size: 20px; }
	
	.conteiner-center, .footer-conteiner { width: 100%; }
	
	.cookie_confirm { left: auto; margin-left: 0; bottom: 10px; }
	
	.body { padding: 0 1em; }
}

@media (max-width: 1000px) { 
	.footer-center { width:calc(100% - 180px); }
	.footer-right { width: 100%; margin: 16px 0 0 0 !important; }
}

@media (max-width: 768px) {
		
	.media-hide, .menu { display: none; }
    .media-show-important { display: block !important; }
	.media-hide-important { display: none !important; }
   	
	.media-show { display: block; }
	.media-show-inline { display: inline-block; }
	
	h1, .title { font-size: 26px; }
	h1:after, .title:after, .title-line { bottom: 24px; }
		
	.grps-list-1, .news-list, .objects-show-conteiner > .img, .objects-show-conteiner > .objects, .grps-list-1 > li, .news-list > li, .photos-grp-list
	{ width: 100%; margin-right: 0; }
		
	.popup-body-act .menu-media, .popup-body-act .catalog-top-edit { display: none; }
	
	.popup-body-act .body-conteiner * { opacity: 0; }
	.popup-body-act .body-conteiner .conteiner-center, .popup-body-act .body-conteiner .catalog-main, .popup-body-act .body-conteiner .catalog-main * { opacity: 1; }
	
		
	.-list-1, .-list-1 > li, .-list-2, .-list-2 > li,
	.-cnt-2 > div, .-cnt-2 > li, .-cnt-2 > label, 
	.-cnt-3 > div, .-cnt-3 > li, .-cnt-3 > label, 
	.-cnt-4 > div, .-cnt-4 > li, .-cnt-4 > label, 
	
	.-ul-list-2 > div, .-ul-list-2 > li,
	.-ul-list-3 > div, .-ul-list-3 > li,
	.-ul-list-4 > div, .-ul-list-4 > li,
	.-ul-list-5 > div, .-ul-list-5 > li,
	
	.photos-grp-list > a,
	
	.-slider > ul.-ul-list-3 > li, 
	.footer-left, .footer-center, .footer-right, .footer-menu { width: 100%; margin: 0 0 16px 0 !important; }
	
	.footer-center { padding: 0;}
	
	.-bg-1 { padding: 48px 0; background-position: center center; }
	
	.-list-1 > li > a { height: 220px; }
    .-list-1 > li > a > div > b { font-size: 32px; }
    .-list-1 > li > a > div > div { font-size: 16px; }
    .-list-1 > li > a:before { top: 40%; }
	.-list-2 > li.big { width: 100%; }
	.-list-2 > li.big > a > i { height: 248px; float: none; width: 100%; }
	.-list-2 > li.big > a > b { padding: 16px 16px 8px 16px; font-size: 18px; line-height: 1.35; }
	.-list-2 > li.big > a > p { padding: 0 16px 8px 16px; }
	.-list-2 > li.big > a > div { width: 100%; bottom: 24px; right: auto; top: auto; }
	.-list-2 > li.big > a > span { display: none; }
    .-list-2 > li > a > b, .-list-2 > li > a > p { min-height: 0; }
    .-list-2 > li > a > i { height: 170px; } 
	
	.map-block { position: relative; }
	.map-search { 
		max-width: 100%; 
		height: 428px !important;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.map-block .conteiner-left, .map-block .conteiner-center-right { width: 100%; }
	.map-block .conteiner-left { height: 300px; }
	#map-search { padding: 20px 0; }
	
	.popup-close, .catalog-popup > i { padding: 10px; }
    
    .-select > ul, .-select > div { width: 100%; }
    .-select { box-shadow: none; border: none; }
    .-select.hover > ul, .-select.hover > div { position: relative; border: none; box-shadow: none; top: 0; }
        
    .-podrobnee { position: relative; max-height: 110px; overflow: hidden; }
    .-podrobnee.act { max-height: 1500px; padding-bottom: 45px; }
    .-podrobnee-show {
        font-family: 'Inter Tight', sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 105px;
        font-weight: bold;
        letter-spacing: 0.1em;
        color: #8E8E93;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 80px;
        text-align: center;
        cursor: pointer;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 37.1%);
    }
    .-podrobnee-show > i { margin-right: 5px; font-size: 22px; vertical-align: sub; }
    .-podrobnee.act > .-podrobnee-show > i { transform: rotate(180deg); }
    
    .media-path { text-decoration: none; text-transform: uppercase; color: #000; margin-bottom: 16px; }
    .media-path > i { font-size: 22px; margin-right: 10px; }
    
    .art-img { width: 100%; float: none; margin: 0 0 10px 0 !important; }
    .art-img img { width: 100%; }
    
    .art-img-table tr, .art-img-table td { display: block; width: 100%; }
	
	.art-img-float-left, .art-img-float-right { float: none; text-align: center; }
    
    .news-filter > div > span, .news-filter > div > i { font-size: 13px; }
    .news-filter { box-shadow: none !important; padding: 0 !important; }
    
	h1 > .descr > .object-tags { display: block; margin: 7px 0 0 0; }
	
    .keywords tr, .keywords td { display: block; text-align: center; padding-bottom: 5px; }
    .keywords input { width: 100%; }
	
	
	.header-logo, .header-conteiner { width: 50%; }
	.logo { padding: 5px 0; }
	.logo img { width: 100%; height: auto; }
	
	.menu {
		display: block;
		position: fixed;
		top: 0;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index: 1000;
		padding: 1em;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		transition: all .5s ease-in-out;
		background: #fff;
	}
	.menu.act { 
		left: 0;
		overflow: auto;
		visibility: visible;
		opacity: 1;
	}
	
	.menu ul { display: block; position: relative; }
	.menu li { display: block !important; text-align: left; font-size: 22px; border-top: 1px solid #e0e0e0; }
	.menu li:first-child { border-top: none; }
	.menu li > a { padding: 10px; text-decoration: underline; }
	
	.menu-media.act { opacity: 0; }
	
	.menu-search, .menu-close { display: inline-block; vertical-align: top; }
	.menu-search { width: calc(100% - 50px); }
	.menu-close { width: 50px; text-align: center; font-size: 30px; }
	
	.menu-search { padding: 0 10px 10px 10px; }
	.menu-search form { position: relative; display: block; }
	.menu-search-input { width: 100%; }
	.menu-search-button { position: absolute; border: none; background: transparent; padding: 1px; margin: 0; font-size: 18px; right: 10px }
	
	.firm-info-conteiner > i, .firm-info-conteiner > a { width: 100%; height: 150px; }
	.firm-info-conteiner > ul, .firm-info-conteiner > div { width: 100%; margin: 20px 0 0 0; height: auto; }
	.firm-info-conteiner > ul > li > span { display: block; padding-top: 5px; }
	.firm-info-conteiner > div:after { display: none; }
	
	.title > .-right { display: none; }
	.ban > a > span { font-size: 8px; }
	
	.order-form .kcaptcha-conteiner{ text-align: center; }
	.order-form .kcaptcha-update { display: block; width: 100%; margin: 3px 0 0 0; }
	
	.index-topnews.-ul-list-4 > li { width: calc(100% / 2 - 8px); margin: 8px 0 !important; }
	.index-topnews.-ul-list-4 > li:nth-child(2n-1) { margin: 8px 8px 8px 0 !important; }
	.index-topnews.-ul-list-4 > li > a { height: 231px; }

	.article-conteiner > section { padding-left: 0 !important; padding-right: 0 !important; }
	
	button, .button, .button-2, .button-3, input[type="submit"].button-3, .button-4 { white-space: normal; height: auto; line-height: 1.4; padding: 8px; letter-spacing: normal; }
	
	.-table-media, .-table-media tbody, .-table-media tr, .-table-media td, .-media-w100p { display: block !important; width: 100% !important; }
}