

/* Start:/bitrix/templates/.default/components/bitrix/news.list/slider/style.css?1439552756150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/css/reset.css?14823273021809*/
html, body, p, pre, table, tr, th, td, h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, select, textarea, button, a, img, label {
padding:0;
border:0;
margin:0;
}
html, body {height:100%;}
html *{
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
body {font:15px/1.2 arial,sans-serif;color:#000;background:#fff;}
table {border-collapse:collapse;}
td {vertical-align:top;}
p {margin:1em 0;}
a {color:#000;transition:all .1s ease-in 0s;-webkit-transition:all .1s ease-in 0s;-moz-transition:all .1s ease-in 0s;-o-transition:all .1s ease-in 0s;-ms-transition:all .1s ease-in 0s;}
a:hover {}
ul {}
ul li {}
h1, h2, h3, h4, h5, h6 {text-transform:uppercase;margin:1em 0 .7em;}
h1 {font-size:20px;color:#c40c25;}
h2 {font-size:18px;color:#c40c25;}
h3 {font-size:16px;color:#5e5e5e;}
h4 {font-size:15px;}
h5 {}
h6 {}
input, select, textarea {
	display:block;
	width:170px;
	font:15px/1.2 arial,sans-serif;
	color:#000;
	border:1px solid #b7b7b7;
	padding:2px 8px;
}
input:hover, select:hover, textarea:hover {}
input:focus, select:focus, textarea:focus {}
input {margin:0 0 6px;}
select {}
textarea {overflow:auto;width:750px;height:185px;}
input[type=radio], input[type=checkbox] {display:inline-block;background:none;border:0;padding:0;margin:0;width:auto!important;height:auto!important;cursor:pointer;vertical-align:middle;}
button, input[type=submit], input[type=button] {
	display:block;
	font:15px/1.2 arial,sans-serif;
	text-transform:uppercase;
	padding:5px 30px 4px;
	color:#fff;
	background:#c40c25;
	cursor:pointer;
}
button:hover, input[type=submit]:hover, input[type=button]:hover {background:#a80017;}
button:focus, input[type=submit]:focus, input[type=button]:focus {background:#a80017;}
label {}

/* End */


/* Start:/css/styles.css?159195347731170*/
.socshaere-footer {
	float: right;
	margin-right: 40px;
}
.socshaere-footer .socshaere-footer__ttl{
	vertical-align: middle;
	margin-right: 5px;
}
.socshaere-footer .socshaere-footer__wrp{
	float: right;
}
.hide{
	display: none;
}
form .field.err,
form .textarea.err{
	border: 1px solid #c40c25;
}
.form-message .err_mess{
	color: #c40c25;
}
.form-message  .complite {
	color: green;
}
.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.mg-pelative {
	height: 0px;
	width: 100%;
	position: relative;
}

.mg-pelative-2 {
	width: 100%;
	position: relative;
	clear: both;
	margin-top: 15px;
}

.mg-pelative a,
.mg-pelative-2 .print-footer {
	position: absolute;
	right: 0px;
	top: 0px;
}

.mg-pelative a img,
.mg-pelative-2 a img {
	width: 25px;
}

header {
	background: url(/css/../i/header.png) no-repeat 50% 0;
	position: relative;
	z-index: 30;
}

header .wrap {
	height: 125px;
}

header .logo {
	float: left;
	width: 321px;
	height: 116px;
	background: url(/css/../i/logo.png) no-repeat center;
	background-size: contain;
	margin: 5px 0 0;
}

.english header .logo {
	background: url(/css/../i/logoen.png) no-repeat center;
	background-size: contain;
}

.toggle-menu {
	display: none;
}

.menu {
	float: left;
	margin: 0 0 0 40px;
}

.menu ul {
	list-style: none;
}

.menu ul li {
	float: left;
	position: relative;
	margin: 0 20px 0 0;
}

.menu ul li > a {
	display: block;
	padding: 15px 0 0;
	line-height: 110px;
	text-transform: uppercase;
	text-decoration: none;
}

.menu ul li:hover > a {
	color: #c40c25;
}

.menu ul li.active > a {
	color: #c40c25;
	font-weight: bold;
}

.submenu {
	position: absolute;
	top: 100%;
	left: -15px;
	width: 265px;
	padding: 5px 0;
	border-top: 3px solid #c40c25;
	background: #fff;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	opacity: .95;
}

.menu ul li:hover .submenu {
	display: block;
}

.submenu:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #c40c25;
	position: absolute;
	top: -19px;
	left: 40px;
}

.submenu a {
	display: block;
	padding: 5px 15px;
	border-top: 1px solid #e6e6e6;
	text-decoration: none;
	text-transform: uppercase;
}

.submenu a:first-child {
	border: 0;
}

.submenu a:hover {
	color: #c40c25;
}

.submenu a.active {
	color: #c40c25;
	font-weight: bold;
}

.lang {
	list-style: none;
	float: right;
	display: flex;
	margin: 52px 0 0;
}
.lang .special-lnk{
	display: flex;
	align-items: center;
}

.lang li {
	display: inline-block;
	padding: 0 3px;
	border-left: 1px solid #888;
}

.lang li:first-child {
	border: 0;
}

.lang li a {
	display: block;
	position: relative;
	width: 33px;
	height: 33px;
	border: 2px solid transparent;
	border-radius: 20px;
}

.lang li a:hover {
	border-color: #777;
}

.lang li a img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;

}

.top {
	position: relative;
	overflow: hidden;
	height: 370px;
	margin: 0 0 45px;
}

#top-slider {
	max-width: 1920px;
	height: 370px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -960px;
}

#top-slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 1920px;
	height: 370px;
}

#top-slider li img {
	width: 1920px;
	height: 370px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#top-slider li img.active {
	transition: all 8s linear 0s;
	-webkit-transition: all 8s linear 0s;
	-moz-transition: all 8s linear 0s;
	-o-transition: all 8s linear 0s;
	-ms-transition: all 8s linear 0s;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

#top-slider li:last-child img {
	opacity: 1;
}

#top-slider-left {
	margin: 0 0 0 -600px;
}

#top-slider-left, #top-slider-right {
	width: 39px;
	height: 70px;
	background: url(/css/../i/arr.png) no-repeat 0 2px rgba(0, 0, 0, .7);
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	margin-top: -35px;
}

#top-slider-right {
	background-position: -34px 2px;
	margin: -35px 0 0 561px;
}

#top-slider-left:hover {
	background-position: 0 -66px;
}

#top-slider-right:hover {
	background-position: -34px -66px;
}

.top .pad {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/css/../i/pad.png) no-repeat 50% 0;
}

.top .grid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/css/../i/grid.gif);
}

.top .red-top {
	position: absolute;
	top: 0;
	left: -36px;
	max-width: 286px;
	width: 100%;
	height: 251px;
	background: url(/css/../i/rtt.png) no-repeat left 0;
	background-size: cover;
}

.top .wrap {
	max-width: 1200px;
	height: 370px;
	padding: 120px 550px 0 235px;
	position: relative;
}

.top .text1 {
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	position: absolute;
	/*  top:110px;*/
	top: 0;
	left: 90px;
	opacity: 0;
}

.top .text2 {
	color: #fff;
}

.top .text2 h1 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 25px;
	position: relative;
	top: -50px;
	opacity: 0;
}

.top .text2 p {
	position: relative;
	top: 50px;
	opacity: 0;
}

.content {
	overflow: hidden;
	margin: 0 auto 45px;
}

.left {
	float: left;
	width: 210px;
}

.right {
	margin-left: 235px;
	overflow: hidden;
}

.top-links {
	margin: 0 -5px 20px;
	font-size: 0;
	text-align: center;
}

.top-links__inner {
	display: inline-block;
	vertical-align: top;
	width: 16.666666666666666666666666666667%;
	position: relative;
	padding: 0 5px;
	margin-bottom: 15px;
}

.top-links a {
	display: block;
	position: relative;
	background-color: #000;
}

.top-links a img {
	transition: all .1s ease-in 0s;
	-webkit-transition: all .1s ease-in 0s;
	-moz-transition: all .1s ease-in 0s;
	-o-transition: all .1s ease-in 0s;
	-ms-transition: all .1s ease-in 0s;
}

.top-links a:hover img {
	opacity: .8;
}

.top-links a span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 16px 7px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	background: url(/css/../i/tl.png) no-repeat left center;
}

.left__menu-btn {
	display: none;
}

.top-news {
	max-width: 1200px;
	margin: 0 auto 45px;
}

.top-news > div {
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.top-news > div span {
	float: left;
	font-size: 25px;
	font-weight: bold;
	color: #b00b21;
	padding: 0 0 0 30px;
	background: url(/css/../i/nt.gif) no-repeat 0 50%;
}

.top-news > div a {
	float: right;
	text-decoration: none;
	background: #e2e2e2;
	padding: 0 25px;
}

.top-news > div a:hover {
	background: #c40c25;
	color: #fff;
}

.top-news > ul {
	margin: 0 -5px;
	list-style: none;
	font-size: 0;
	text-align: center;
}

.top-news > ul li {
	display: inline-block;
	vertical-align: top;
	width: 16.666666666666666666666666666667%;
	margin-bottom: 10px;
	padding: 0 5px;
	text-align: left;
	overflow: hidden;
}

.top-news > ul li:first-child {
	margin: 0;
}

.top-news > ul li > a {
	display: block;
	position: relative;
}

.top-news__date {
	display: block;
	width: 88px;
	height: 100%;
	background: url(/css/../i/tn-date.png) no-repeat left center;
	color: #fff;
	background-size: cover;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
}

.top-news__date-inner {
	display: block;
	width: 100%;
	height: 42px;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -21px;
	padding-right: 14px;
}

.top-news__date strong {
	display: block;
	font-size: 30px;
	font-weight: normal;
}

.top-news > ul li .ttl {
	display: block;
	margin-bottom: 8px;
	color: #ab0118;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none
}

.top-news > ul li > div {
	font-size: 12px;
	line-height: 1.25;
	height: 144px;
	padding: 7px 10px;
	background: #f4f4f4;
}

.top-news > ul li > div p {
	margin: 0;
}

.geo-map {
	background: url(/css/../i/gmap.png) no-repeat 50% 0;
	position: relative;
	white-space: nowrap;
}

.geo-map .grid {
	background: url(/css/../i/mgrid.png) repeat-x;
}

.geo-text {
	height: 770px;
	background: url(/css/../i/gtitle.png) no-repeat 50% 0;
}

.geo-text h3 {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0 0;
}

.gm-proc {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 0 8px #000, 0 0 8px #000;
	position: absolute;
	top: 215px;
	left: 50%;
	margin: 0 0 0 -600px;
}

.gm-proc span {
	float: left;
	font-size: 88px;
	line-height: .9;
	color: #c40c25;
	text-shadow: 0 0 8px #000;
	margin: 00 20px 0 0;
}

.path {
	height: 30px;
	background: #c40c25;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.path .wrap {
	line-height: 30px;
}

.path a {
	color: #fff;
	text-decoration: none;
}

.path img {
	margin: 0 5px 3px;
	vertical-align: middle;
}

.path strong {
}

.reception-top {
	height: 185px;
	background: url(/css/../i/reception-top.jpg);
	color: #fff;
	padding: 25px 480px 0 100px;
	margin: 0 0 25px;
}

.reception-top h2 {
	font-size: 20px;
	color: #fff;
	margin: 0 0 10px;
}

.reception-top p {
	margin: 0;
}

.reception-form {
	overflow: hidden;
}

.reception-form h3 {
	font-size: 16px;
	margin: 0 0 10px;
}

.reception-form form {
}

.reception-form form .left {
	width: auto;
}

.reception-form form .right {
	width: auto;
}

.reception-form form button {
	margin: 20px 0 0 300px;
}

.file-input {
	width: 252px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #828282;
	cursor: pointer;
	position: relative;
}

.file-input i {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 18px;
	background: url(/css/../i/fi.png);
	margin: 0 5px 2px 0;
}

.file-input input {
	display: none;
}

.file-input div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.contacts {
	height: 210px;
	padding: 40px 750px 0 30px;
	background: url(/css/../i/contacts.jpg) no-repeat left -2px;
	text-transform: uppercase;
}

.mg-contacts-2 {
	background: url(/css/../i/contacts_en.jpg) no-repeat left -2px;
}

.contacts h2 {
	font-size: 20px;
	color: #fff;
	margin: 0 0 15px;
}

.contacts p {
	margin: 0;
}

.left-menu {
	list-style: none;
	padding: 20px 0;
	border-right: 1px solid #e6e6e6;
	position: relative;
	z-index: 110;
}

.left-menu li {
	border-top: 1px solid #e6e6e6;
	position: relative;
}

.left-menu > li:first-child {
	border: 0;
}

.left-menu li a {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

.left-menu li a:hover {
	background: #f7f7f7;
}

.left-menu > li.active > div {
	display: block
}

.left-menu > li.active > a:after, .left-menu > li div > a.active:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid #fff;
	border-width: 15px 10px;
	border-left-color: #c40c25;
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.left-menu > li.active > a, .left-menu > li div > a.active {
	background: #e6e6e6;
}

.left-menu > li ul {
	list-style: none;
	display: none;
}

.left-menu > li.active ul {
	display: block;
}

.left-menu > li ul li {
}

.left-menu > li ul li a {
	background: #f7f7f7;
}

.left-menu > li ul li a:hover {
	background: #e6e6e6;
}

/*.left-menu li div {
width:210px;
position:absolute;
top:-1px;
left:210px;
border:1px solid #e6e6e6;
border-left:3px solid #c40c25;
background:#fff;
display:none;
}
.left-menu li:hover div {
display:block;
}
.left-menu li div:after {
content:"";
display:block;
width:0;
height:0;
border:8px solid transparent;
border-right-color:#c40c25;
position:absolute;
top:5px;
left:-19px;
}
.left-menu li div a {
border-top:1px solid #e6e6e6;
}
.left-menu li div a:first-child {
border:0;
}*/
.left-menu li div {
	display: none;
}

.left-menu li div a {
	border-top: 1px solid #e6e6e6;
	font-size: 12px;
	padding: 6px 20px;
	position: relative;
}

article {
}

article img {
	margin: 0 10px 0 0;
}

article img[align="right"] {
	margin: 0 0 0 10px;
}

article table {
	margin: 1em 0;
}

article table th, article table td {
	padding: 5px 10px;
	border: 1px solid #dadada;
}

article table th {
	text-transform: uppercase;
}

article table td {
}

article ul, article ol {
	margin: 0 0 0 25px;
}

.news-list, .news-list-2 {
	list-style: none;
	margin: 0 0 40px;
}

.news-list-2 {
	border: 1px solid #dcdcdc;
}

.news-list > li, .news-list-2 > li {
	overflow: hidden;
	margin: 0 0 20px;
}

.news-list-2 > li {
	margin: 0;
	border-top: 1px solid #dcdcdc;
}

.news-list-2 > li:hover {
	background: #f3f3f3;
}

.news-list-2 > li:first-child {
	border: 0;
}

.news-list > li > a, .news-list-2 .img_news {
	float: left;
	width: 150px;
	height: 100px;
	text-decoration: none;
	position: relative;
}

.news-list > li > a img, .news-list-2 > li > a img {
	display: block;
	max-width: 150px;
	max-height: 100px;
}

.news-list > li > a span, .news-list-2 .img_news span {
	display: block;
	padding: 5px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e2e2e2;
	color: #000;
	text-align: center;
	transition: all .1s ease-in 0s;
	-webkit-transition: all .1s ease-in 0s;
	-moz-transition: all .1s ease-in 0s;
	-o-transition: all .1s ease-in 0s;
	-ms-transition: all .1s ease-in 0s;
}

.news-list > li > a:hover span, .news-list-2 > li > a:hover .img_news span {
	background: #c40c25;
	color: #fff;
}

.news-list > li div, .news-list-2 .img_text {
	margin: 0 0 0 165px;
}

.news-list-2 .img_text {
	display: block;
	margin: 10px 0 10px 165px;
	height: 80px;
	overflow: hidden;
}

.news-list > li div h2, .news-list-2 .img_text h2 {
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 .5em;
}

.news-list-2 > li > a {
	text-decoration: none;
}

.news-list-2 .img_text h2 {
	color: #c40c25;
	text-decoration: none;
}

.news-list > li div h2 a, .news-list-2 .img_text h2 a {
	color: #c40c25;
	text-decoration: none;
}

.news-list > li div h2 a:hover, .news-list-2 .img_text h2 a:hover {
	text-decoration: underline;
}

.pages {
	text-align: center;
	margin: 0 0 30px;
}

.pages * {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	margin: 0 1px;
}

.pages a {
	background: #d9d9d9;
}

.pages a:hover {
	background: #c40c25;
	color: #fff;
}

.pages span {
	background: #c40c25;
	color: #fff;
}

.pages a:first-child, .pages a:last-child {
	width: 0;
	height: 0;
	border: 10px solid #fff;
	margin: 5px 1px 0;
}

.pages a:first-child {
	border-right-color: #c40c25;
}

.pages a:last-child {
	border-left-color: #c40c25;
}

.video-list, .gallery-list {
	overflow: hidden;
	margin: 0 -2px 40px -2px;
	font-size: 0;
}

.video-list li, .gallery-list li {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	overflow: hidden;
	position: relative;
	padding: 0 2px;
	margin-bottom: 10px;
	text-align: left;
}

.gallery-list__item {
	background: #000;
	position: relative;
}

.video-list__item {
	position: relative;
	background: #000;
}

.video-list li img, .gallery-list li img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;

}

.video-list li:hover img {
	opacity: .8;
}

.video-list__info {
	padding: 5px 10px;
	background: rgba(0, 0, 0, .7);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 35px;
}

.video-list li a, .gallery-list li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/css/../i/play.png) no-repeat 50% 55%;
}

.gallery-list li a {
	background: none;
}

.gallery-list__info {
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .7) 70%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 100%;
	margin-top: -75px;
	left: 0;
	transition: all .2s ease-in 0s;
	-webkit-transition: all .2s ease-in 0s;
	-moz-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	-ms-transition: all .2s ease-in 0s;
	color: #fff;
}

.gallery-list li:hover .gallery-list__info {
	top: 107px;
}

.gallery-list__item strong {
	display: block;
	padding: 35px 10px 0;
	width: 100%;
	height: 75px;
	background: url(/css/../i/gb.png);
	position: relative;
	font-size: 14px;
}

.gallery-list li:hover .gallery-list__item strong {
	background-position: 0 -95px;
}

.gallery-list__item strong span {
	float: right;
	border-left: 1px solid #fff;
	padding: 22px 0 0 5px;
	width: 30px;
	height: 40px;
	background: url(/css/../i/photo.png) no-repeat 5px 3px;
	font-weight: normal;
	text-align: center;
	margin: -15px 0 0;
}

.gallery-list li div p {
	font-size: 12px;
	margin: .5em 10px;
}

.gallery-list__item > p {
	display: none;
}

.press-top {
	height: 170px;
	padding: 40px 580px 0 80px;
	background: url(/css/../i/press.jpg);
	color: #fff;
	margin: 0 0 10px;
}

.press-top h2 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 15px;
}

.press-top p {
	margin: 0;
}

.press-content {
}

.press-content h3 {
	color: #000;
	margin: 0 0 25px;
}

.press-content form {
	float: left;
	width: 585px;
	padding: 0 0 10px;
}

.press-content form .left {
	width: auto;
}

.press-content form .right {
	width: auto;
}

.press-content form input {
}

.press-content form textarea {
	width: 305px;
	height: 78px;
}

.press-content form button {
	clear: both;
	position: relative;
	top: 10px;
	left: 180px;
}

.call-to-assistant {
	float: right;
	width: 280px;
	padding: 0 40px 0 0;
}

.call-to-assistant img {
	float: left;
	width: 85px;
	height: 85px;
	border-radius: 100%;
	margin: 0 30px 0 0;
}

.call-to-assistant p {
	margin: 0 0 .5em;
}

.documents {
	margin: 0 0 40px;
}

.documents h2 {
	font-size: 20px;
	color: #6e6e6e;
	margin: 20px 0 0;
}

.documents a {
	text-decoration: none;
}

.documents a:hover {
	text-decoration: underline;
}

.portal-info {
	height: 405px;
	padding: 65px 590px 0 45px;
	background: url(/css/../i/portal.jpg);
	color: #fff;
	margin: 0 0 40px;
}

.portal-info h2 {
	font-size: 23px;
	color: #fff;
	margin: 0 0 50px;
}

.portal-info p {
	margin: 0 0 .5em;
}

.portal-info a {
	display: block;
	width: 200px;
	border: 2px solid #fff;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: rgba(0, 0, 0, .7);
	margin: 40px 0 0 40px;
}

.portal-info a:hover {
	background: #000;
	box-shadow: 5px 5px 20px rgba(255, 255, 255, .3) inset;
}

.boss {
	list-style: none;
	overflow: hidden;
	margin: 0 -4px 40px -4px;
	font-size: 0;
}

.boss li {
	display: inline-block;
	vertical-align: top;
	width: 648px;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 4px;
	text-align: left;
}

.boss li .boss__inner {
	position: relative;
	overflow: hidden;
	background: url(/css/../i/bbg1.png) no-repeat;
	height: 213px;
}

.boss li img {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

.boss li .boss__info {
	height: 213px;
	padding: 35px 280px 0 25px;
	background: url(/css/../i/bbg2.png) no-repeat;
	position: relative;
	font-size: 15px;
	color: #fff;
}

.boss li .boss__info strong {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}

.boss li .boss__info p {
	margin: 1.2em 0 0;
}

.boss li + li {
	width: 324px;
}

.boss li + li .boss__inner {
	background: url(/css/../i/bbg3.png) no-repeat;
}

.boss li + li .boss__info {
	padding: 35px 145px 0 10px;
	background: url(/css/../i/bbg4.png) no-repeat;
	font-size: 12px;
}

.boss li + li .boss__info strong {
	font-size: 14px;
	text-transform: none;
}

.boss li + li + li .boss__inner {
	background: #f4f4f4;
}

.boss li + li + li .boss__info {
	padding: 10px 145px 0 10px;
	background: url(/css/../i/bbg.png) no-repeat;
	color: #000;
}

.boss li + li + li .boss__info strong {
	color: #b20b22;
}

.history {
	height: 557px;
	background: url(/css/../i/history.png);
	box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	overflow: hidden;
	margin: 0 0 40px;
	position: relative;
}

#history-slider-container {
	width: 100%;
	height: 122px;
	padding: 15px 0 0;
	position: relative;
}

#history-slider {
	width: 9999em;
	height: 102px;
	position: relative;
}

#history-slider > * {
	display: inline-block;
	vertical-align: top;
}

#history-slider > span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 5px 0 0;
	border-top: 1px solid #fff;
	width: 82px;
	text-align: center;
	transform: rotate(-90deg);
	margin: 26px -23px 0;
}

#history-slider > span:first-child {
	border: 0;
}

#history-slider > div {
	width: 125px;
	height: 80px;
	border: 1px solid #fff;
	overflow: hidden;
	margin: 0 3px;
	cursor: pointer;
}

#history-slider > div.active {
	border-color: #c40c25;
	box-shadow: 0 0 5px rgba(0, 0, 0, .75);
}

#history-slider > div > img {
	width: 125px;
	min-height: 80px;
}

#history-slider > div > div {
	display: none;
}

#history-slider > div > div h2 {
}

#history-slider > div > div p {
}

#history-slider-line {
	position: absolute;
	top: 110px;
	left: 5px;
	width: 955px;
	height: 8px;
	background: rgba(255, 255, 255, .1);
	border-radius: 4px;
	transition: background .2s ease-in 0s;
}

#history-slider-line div {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 8px;
	background: rgba(0, 0, 0, .2);
	border-radius: 4px;
	cursor: pointer;
	transition: background .2s ease-in 0s;
}

#history-slider-line.hover {
	background: rgba(255, 255, 255, .3);
}

#history-slider-line.hover div {
	background: rgba(0, 0, 0, .5);
}

#history-content {
	height: 425px;
	padding: 10px 0 0;
	position: relative;
}

#history-content > img {
	float: left;
	width: 640px;
}

#history-content > div {
	float: right;
	width: 295px;
	padding: 0 30px 0 0;
	font-size: 14px;
}

#history-content > div h2 {
	height: 70px;
	padding: 0 0 0 30px;
	font-size: 55px;
	font-weight: bold;
	line-height: 73px;
	color: #fff;
	background: url(/css/../i/hsh2.png) no-repeat;
	margin: 20px 0 15px -30px;
}

#history-content > div p {
}

#history-content i, #history-content em {
	display: block;
	width: 34px;
	height: 68px;
	background: url(/css/../i/arr.png) rgba(0, 0, 0, .75);
	position: absolute;
	top: 185px;
	cursor: pointer;
}

#history-content i {
	left: 0;
}

#history-content em {
	left: 606px;
	background-position: -34px 0;
}

#history-content i:hover {
	background-position: 0 -68px;
}

#history-content em:hover {
	background-position: -34px -68px;
}

.create_pdf_form {
}

.map-columns {
}

.map-columns td {
}

.map-columns ul {
	list-style: none;
	margin: 10px 0;
}

.map-columns ul ul {
	margin: 0 0 5px;
}

.map-columns ul li {
	padding: 0 !important;
	margin: 5px;
}

.map-columns ul li input {
	vertical-align: middle;
	margin: 0 10px 4px 0;
}

.create_pdf {
	margin: 20px 0;
}

.bottom {
	background: url(/css/../i/bottom.jpg) 50% 0;
}

.bottom .grid {
	background: url(/css/../i/grid.gif);
}

.bottom .red-top {
	background: url(/css/../i/rtb.png) no-repeat 50% 0;
}

.bottom .wrap {
	height: 225px;
}

.bottom .logo {
	float: left;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	height: 117px;
	padding: 27px 0 0 148px;
	background: url(/css/../i/blogo.png) no-repeat;
	margin: 60px 0 0 90px;
}

.main_wrap {
	min-height: 100%;
}

.margin_footer {
	height: 335px;
}

footer {
	background: url(/css/../i/footer.png) no-repeat 50% bottom;
	height: 335px;
	margin-top: -335px
}

footer .wrap {
	height: 110px;
}

footer nav {
	float: left;
	margin: 40px 0 0;
}

footer nav a {
	float: left;
	line-height: 1.5;
	text-transform: uppercase;
	text-decoration: none;
	background: url(/css/../i/line.gif) no-repeat -200px 85%;
	margin: 0 0 0 20px;
}

footer nav a:hover {
	background-position: 0 85%;
}

.reception {
	float: left;
	margin: 35px 0 0 45px;
	padding: 0 0 0 45px;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	background: url(/css/../i/mail.png) no-repeat 0 50%;
}

.reception:hover {
	color: #ab0a20;
}

.bottom-search {
	float: right;
	white-space: nowrap;
	margin: 30px 0px 0 0;
}

.bottom-search button {
	display: block;
	padding: 0;
	width: 40px;
	height: 40px;
	background: url(/css/../i/search.png) no-repeat 50% 50% #005b8e;
	float: left;
}

.bottom-search input {
	display: block;
	width: 220px;
	height: 40px;
	margin: 0;
	float: left;
}

.dev {
	float: right;
	margin: 15px 0px 0 0;
	font-size: 11px;
	font-weight: bold;
}

.dev a {
	font-weight: normal;
	text-decoration: none;
}

.dev span {
	color: #c40c25;
}

#gallery, #video {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	background: url(/css/../i/grid.gif) rgba(0, 0, 0, .7);
	z-index: 330;
	display: none;
}

#gallery-container, #video-container {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#gallery-title, #video-title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.gallery-big-image {
	margin: 0 0 20px;
}

.gallery-big-image * {
	display: inline-block;
	vertical-align: middle;
}

.g-image {
	border: 5px solid #fff;
	position: relative;
	margin: 0 10px;
}

#g-image {
	transition: all .2s ease-in 0s;
	-webkit-transition: all .2s ease-in 0s;
	-moz-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	-ms-transition: all .2s ease-in 0s;
}

#g-image img {
	display: block;
	max-height: 500px;
}

#gallery-close, #video-close {
	display: block;
	width: 42px;
	height: 42px;
	background: url(/css/../i/gc.png) no-repeat 50% 50% rgba(0, 0, 0, .6);
	position: absolute;
	top: -5px;
	right: -55px;
	cursor: pointer;
}

#gallery-close:hover {
	background-color: #000;
}

.gallery-image-list {
}

.gallery-image-list * {
	display: inline-block;
	vertical-align: middle;
}

#g-list {
	overflow: hidden;
	width: 1140px;
	height: 102px;
	padding: 4px;
	position: relative;
}

#g-list .g-list {
	width: 9999em;
	height: 102px;
	position: relative;
}

#g-list .g-list a {
	float: left;
	width: 176px;
	height: 96px;
	border: 3px solid #fff;
	margin: 0 4px;
}

#g-list .g-list a.active {
	border-color: #c40c25;
	box-shadow: 0 0 5px #000;
}

#g-list .g-list a img {
	display: block;
	width: 176px;
	height: 90px;
}

#g-list-left, #g-list-right, #g-image-left, #g-image-right {
	width: 34px;
	height: 68px;
	background: url(/css/../i/arr.png) rgba(0, 0, 0, .5);
	cursor: pointer;
}

#g-list-left, #g-image-left {
}

#g-list-right, #g-image-right {
	background-position: -34px 0;
}

#g-list-left:hover, #g-image-left:hover {
	background-position: 0 -68px;
	background-color: rgba(0, 0, 0, .75);
}

#g-list-right:hover, #g-image-right:hover {
	background-position: -34px -68px;
	background-color: rgba(0, 0, 0, .75);
}

.vc {
	display: inline-block;
	border: 5px solid #fff;
	position: relative;
	max-width: 800px;
	width: 100%;
}

#vc {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#vc iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: rgba(0, 0, 0, .6);
}

.cl {
	*zoom: 1;
}

.cl:before, .cl:after {
	display: table;
	content: "";
	line-height: 0;
}

.cl:after {
	clear: both;
}

.table-wrp {
	overflow-x: auto;
}

.mg-flex {
	font-size: 0px;
}

#asd_subscribe_form {
	width: 375px;
	float: left;
	margin-top: 32px;
	align-items: center;
}

#asd_subscribe_form label {
	text-align: right;
	text-transform: uppercase;
	margin-right: 10px;
	font-size: 13px;
	width: 105px;
	float: left;
	margin-top: 4px;
}

#asd_subscribe_form #asd_input_email {
	width: 210px;
	height: 40px;
	margin: 0;
	border: 1px solid silver;
	outline: none;
	float: left;
}

#asd_subscribe_submit {
	width: 40px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
	background: url(/bitrix/templates/inner/img/right-arrow.png) center no-repeat;
	background-color: #005b8e;
	background-size: 24px;
}

#mg-socbar {
	max-width: 200px;
	height: 39px;
	float: left;
	margin-right: 30px;
	margin-top: 32px;
}

#mg-socbar ul {
	list-style: none;
	width: 100%;
	height: 100%;
}

#mg-socbar ul li {
	display: inline-block;
}

#mg-socbar ul li a.item {
	display: block;
	width: 39px;
	height: 39px;
	background: url(/bitrix/templates/inner/img/socicon.png) no-repeat;
	position: relative;
}

#mg-socbar a.vk.item {
	background-position-x: -39px !important;
}

#mg-socbar a.tw.item {
	background-position-x: -78px !important;
}

#mg-socbar a.in.item {
	background-position-x: -117px !important;
}

#mg-socbar a.yt.item {
	background-position-x: -156px !important;
}

#mg-socbar a.fb.item {
	background-position-x: -195px !important;
}

#mg-socbar ul li a.item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.21);
	display: none;
}

#mg-socbar ul li a.item:hover:after {
	display: block;
}

#copyright {
	float: left;
	clear: both;
	margin-top: 13px;
	max-width: 350px;
	color: #989898;
}

#asd_subscribe_res {
	position: absolute;
}

.prod__img-wrp {
	max-width: 348px;
	width: 100%;
	float: left;
}
.prod__img-wrp a{
	outline: none;
}
.prod__img-big__item{
    vertical-align: top;
}
.prod__info{
	margin-left: 380px;
}

.prod__tabs{
	clear: both;
}
.btn{
	display: inline-block!important;
	padding: 10px 15px!important;
	min-width: 200px;
	text-decoration: none;
	color: #fff;
	background-color: #c40c25;
	text-align: center;
	border: none;
}
.js-tabs-lnk{
	display: block;
	padding: 15px 25px;
	text-decoration: none;
	color: #c40c25;
	text-transform: uppercase;
	font-size: 15px;
	background-color: #e6e6e6;
}
.js-tabs-lnk_active{
	background-color: #c40c25;
	color: #fff;
}
.tabs-lnk-wrp{
	display: flex;
	border-bottom: 2px solid #c40c25;
	overflow-x: auto;
	white-space: nowrap;
}
.js-tab{
	display: none;
}
.js-tab_show{
	display: block;
}
.prod{
	margin-bottom: 16px;
}
.js-tab article th{
	padding: 15px;
	background-color: #e6e6e6;
	color: #c40c25;
	border: 1px solid #e6e6e6;
}
.js-tab article td{
	padding: 15px;
}
.js-tab article tr:nth-child(2n) td{
	background-color: #f8f8f8;
}
.js-tab sup{
	color: #c40c25;
}
.popup {
	max-width: 520px;
	margin: 0 auto;
	padding: 32px 42px;
	background-color: #f3f3f3;
}
.popup .btn{
	margin-top: 20px;
}
.close-popup {
	position: absolute;
	right: 0;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer
}
.close-popup:hover .icon-close{
	fill: #c40c25;
}
.icon-close{
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	fill: #b7b7b7
}

.popup__ttl {
	margin-bottom: 30px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #c40c25;
}

.popup__fields {
	text-align: center
}

.popup__fields .checkbox-wrp {
	display: block
}

.popup__bottom {
	background-color: #eef8f3;
	padding: 15px 30px;
	text-align: center
}

.popup__bottom a {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	white-space: nowrap
}

.field {
	width: 100%;
	height: 40px;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 13px;
	background-color: #fff;
	border: 1px solid #b7b7b7;
}

.textarea {
	width: 100%;
	height: 120px;
	padding: 16px;
	margin-bottom: 13px;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	resize: none;
}
/* End */


/* Start:/css/mobile.css?15687005328679*/
/* Large Devices, Wide Screens*/
@media only screen and (max-width: 1200px) {
	header .wrap {
		height: 80px;
	}

	header .logo {
		width: 220px;
		height: 80px;
		margin: 0;
	}

	.menu {
		margin: 0 0 0 30px;
	}

	.menu ul li > a {
		padding: 10px 0 0;
		line-height: 70px;
	}

	.lang {
		margin: 22px 0 0;
	}

	.top-links {
		margin: 0 0 20px;
	}

	.top-links__inner {
		width: 25%;
	}

	.top-news > div {
		padding: 0 5px
	}

	.top-news > ul {
		margin: 0
	}

	.top-news > ul li {
		width: 25%;
	}

	.mg-pelative a, .mg-pelative-2 a {
		right: 15px;
	}

	.top-news__date {
		background-position: right top;
	}

	.path {
		padding: 0 15px;
	}

	#top-slider-left {
		left: 0;
		margin: -35px 0 0 0;
	}

	#top-slider-right {
		left: auto;
		right: 0;
		margin: -35px 0 0 0;
	}

	.top .wrap {
		max-width: 700px;
		margin: 0;
		padding: 120px 0px 0 235px;
	}

	.agents ul {
		margin: 15px 0 0 0;
	}

	.boss {
		text-align: center;
	}
}

@media only screen and (max-width: 1050px) {
	.menu {
		font-size: 14px;
		display: none;
	}

	.toggle-menu {
		display: block;
		width: 25px;
		height: 25px;
		position: relative;
		z-index: 100;
		border: none;
		cursor: pointer;
		float: right;
		margin: 28px 5px 0 0;
		background-color: transparent;
	}

	.toggle-menu span {
		display: block;
	}

	.sandwich {
		width: 25px;
		height: 25px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 200;
	}

	.sw-topper {
		position: relative;
		top: 0;
		width: 25px;
		height: 3px;
		background: #b00b21;
		border: none;
		-webkit-transition: -webkit-transform 0.5s, top 0.2s;
		transition: transform 0.5s, top 0.2s;
		display: block;
	}

	.sw-bottom {
		position: relative;
		width: 25px;
		height: 3px;
		top: 6.6px;
		background: #b00b21;
		border: none;
		-webkit-transition: -webkit-transform 0.5s, top 0.2s;
		transition: transform 0.5s, top 0.2s;
		-webkit-transition-delay: 0.2s, 0s;
		transition-delay: 0.2s, 0s;
	}

	.sw-footer {
		position: relative;
		width: 25px;
		height: 3px;
		top: 13.5px;
		background: #b00b21;
		border: none;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	.sandwich.active .sw-topper {
		top: 10px;
		background: #b00b21;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.sandwich.active .sw-bottom {
		top: 7px;
		background: #b00b21;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.sandwich.active .sw-footer {
		opacity: 0;
		top: 0;
		background: #b00b21;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.menu_open {
		position: absolute;
		width: 100%;
		max-width: 320px;
		left: auto;
		right: 0;
		top: 100%;
		display: block;
		background-color: #fff;
		margin: 0;
	}

	.menu ul li {
		margin: 0 0 6px;
		float: none;
		position: relative;
	}

	.menu ul li > a {
		display: block;
		padding: 6px 10px;
		line-height: 1.2;
	}

	.menu ul li:hover .submenu {
		display: none;
	}

	.submenu {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		padding: 5px 0;
		background: #fff;
		box-shadow: none;
		opacity: 1;
	}

	.submenu_open {
		display: block !important;
	}

	.open-submenu {
		display: block;
		position: absolute;
		width: 28px;
		height: 28px;
		right: 5px;
		top: 0;
		z-index: 1;
		cursor: pointer;
	}

	.open-submenu:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -1.5px;
		width: 100%;
		height: 3px;
		background-color: #b00b21;
	}

	.open-submenu:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -1.5px;
		width: 3px;
		height: 100%;
		background-color: #b00b21;
	}

	.open-submenu_active:after {
		display: none;
	}

}

/* Medium Devices, Desktops*/
@media only screen and (max-width: 992px) {
	.top-links__inner {
		width: 33.333%;
	}

	.top-news > ul li {
		width: 33.333%;
	}

	.left__menu-btn {
		display: inline-block;
		font-size: 25px;
		font-weight: bold;
		color: #b00b21;
		padding: 0 0 0 30px;
		background: url(/css/../i/nt.gif) no-repeat 0 50%;
	}

	.left {
		float: none;
		width: 100%;
		padding: 0 15px;
		margin-top: 10px;
	}

	.main-contact .feedback .left {
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
	}

	.main-contact .feedback .right {
		width: auto;
		margin: 0;
		margin-left: 0;
		padding: 0;
	}

	.main-contact .feedback input {
		width: 100%;
	}

	.left-menu {
		display: none;
		border: none;
		padding-bottom: 0;
	}

	.left-menu > li.active > a:after, .left-menu > li div > a.active:after {
		display: none;
	}

	.right {
		margin-left: 0;
		padding: 0 15px;
	}

	#gallery-close, #video-close {
		top: -55px;
		right: -5px;
	}

	.mg-pelative a, .mg-pelative-2 .print-footer {
		display: none;
	}
	.socshaere-footer {
		margin-right: 15px;
	}
	.main-contact .help {
		float: left;
		width: 50%;
		padding: 0 10px;
	}

	.main-contact .help__inner {
		height: 304px;
	}

	.main-contact .feedback {
		float: left;
		width: 50%;
		margin-left: 0;
		padding: 0 10px;
	}

	.main-contact .feedback__inner {
		height: auto;
	}

	.agents ul li {
		width: 33.333%;
		padding: 0 10px;
	}
}

/* Small Devices, Tablets*/
@media only screen and (max-width: 767px) {
	.prod__img-wrp {
		float: none;
		margin: 0 auto;
	}
	.prod__info{
		margin: 0;
	}
}
@media only screen and (max-width: 768px) {
	.top-news {
		margin: 0 auto;
	}

	.content {
		margin: 0 auto 20px;
	}

	.gallery-list__item strong {
		font-size: 13px;
	}

	.agents ul li {
		width: 50%;
	}


}

@media only screen and (max-width: 700px) {
	.video-list, .gallery-list {
		text-align: center;
	}

	.video-list li, .gallery-list li {
		width: 50%;
		max-width: 320px;
	}

	.boss li {
		width: 320px;
	}

	.boss li.boss-first img {
		right: -70px;
	}

	.boss li .boss__info strong {
		font-size: 14px;
	}

	.boss li .boss__info {
		padding: 35px 145px 0 10px;
		font-size: 12px;
		background: url(/css/../i/bbg4.png) no-repeat;
	}

	.boss li .boss__inner {
		background: url(/css/../i/bbg3.png) no-repeat;
	}
}

@media only screen and (max-width: 640px) {
	.prod__img-wrp {
		max-width: 286px;
	}
	.top-news > ul li {
		width: 50%;
		max-width: 300px;
	}

	.top .wrap {
		max-width: 700px;
		padding: 72px 45px 0 45px;
	}

	.top .text1 {
		font-size: 50px;
		left: 48px;
	}

	.top .text2 h1 {
		font-size: 24px;
	}

	.top .red-top {
		max-width: 228px;
		height: 200px;
	}

	.top-links__inner {
		width: 50%;
	}

	.top-news > div span {
		font-size: 20px;
	}

	.bottom .logo {
		float: none;
		font-size: 16px;
		max-width: 320px;
		height: auto;
		padding: 60px 0 60px 110px;
		background: url(/css/../i/blogo.png) no-repeat left center;
		background-size: 100px;
		margin: 0 auto;
	}

	#mg-socbar {
		float: none;
		margin: 30px auto 0;
	}

	#asd_subscribe_form {
		max-width: 320px;
		float: none;
		margin: 15px auto;
	}

	#asd_subscribe_form #asd_input_email {
		max-width: 165px;
		margin: 0;
		float: left;
	}

	.reception {
		float: none;
		display: block;
		max-width: 248px;
		margin: 15px auto;
		padding: 0 0 0 45px;
	}

	.bottom-search {
		display: none;
	}

	#copyright {
		float: none;
		text-align: center;
	}

	.dev {
		float: none;
		text-align: center;
	}

	.main-contact .help {
		width: 100%;
		margin-bottom: 15px;
	}

	.help__inner {
		height: auto;
	}

	.main-contact .feedback {
		width: 100%;
	}

	.boss li.boss-first img {
		right: -50px;
	}
}

/* Extra Small Devices, Phones*/
@media only screen and (max-width: 480px) {
	.video-list li, .gallery-list li {
		width: 100%;
	}

	.news-list > li > a, .news-list-2 .img_news {
		float: none;
		display: block;
		margin: 0 auto;
	}

	.news-list-2 .img_text {
		padding: 0 10px;
		display: block;
		margin-left: 0
	}

	.contacts {
		height: 150px;
		background-size: 109%;
	}

	.agents ul li {
		width: 100%
	}
}

@media only screen and (max-width: 400px) {
	header .logo {
		width: 164px;
	}

	.top .wrap {
		padding: 72px 0 0 40px;
	}

}

/* Custom, iPhone Retina*/
@media only screen and (max-width: 320px) {

}
/* End */


/* Start:/css/prettyPhoto.css?148232730219715*/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(/css/../i/pretty/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(/css/../i/pretty/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(/css/../i/pretty/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(/css/../i/pretty/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(/css/../i/pretty/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(/css/../i/pretty/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(/css/../i/pretty/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(/css/../i/pretty/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(/css/../i/pretty/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(/css/../i/pretty/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(/css/../i/pretty/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(/css/../i/pretty/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(/css/../i/pretty/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/css/../i/pretty/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/css/../i/pretty/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(/css/../i/pretty/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(/css/../i/pretty/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(/css/../i/pretty/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(/css/../i/pretty/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(/css/../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(/css/../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(/css/../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(/css/../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(/css/../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(/css/../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(/css/../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(/css/../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(/css/../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(/css/../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(/css/../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(/css/../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(/css/../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(/css/../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(/css/../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(/css/../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(/css/../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(/css/../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(/css/../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(/css/../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(/css/../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(/css/../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(/css/../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(/css/../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(/css/../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(/css/../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(/css/../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(/css/../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(/css/../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(/css/../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(/css/../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(/css/../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(/css/../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(/css/../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(/css/../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(/css/../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(/css/../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(/css/../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(/css/../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(/css/../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(/css/../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(/css/../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(/css/../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(/css/../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(/css/../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(/css/../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(/css/../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(/css/../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(/css/../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(/css/../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(/css/../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(/css/../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(/css/../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/css/../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/slider/style.css?1439552756150 */
/* /css/reset.css?14823273021809 */
/* /css/styles.css?159195347731170 */
/* /css/mobile.css?15687005328679 */
/* /css/prettyPhoto.css?148232730219715 */
