@import url(https://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic&subset=latin,cyrillic);
html {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height:100%;
}
*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
}
* {max-height: 1000000px;}
body {
	margin:0;
	color:#333;
	font:18px/24px 'Cuprum', Helvetica, sans-serif;
	overflow-y: scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
	background: #f11f25 url(/upload/bgpage/bg-page.jpg) 50% 0 no-repeat;
	height:100%;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#000;
	outline:none;
}
a:hover {text-decoration:underline;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
	outline:none;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding:0;
	border:0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 -webkit-appearance: button;
 cursor: pointer; 
}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.wrapper {
	width:1144px;
	margin:0 auto;
	padding:48px 0 0;
	min-height:100%;
	border-radius:0 0 10px 10px;
	position:relative;
	z-index:2;
}
.wrapper:after{
	content:"";
	display:block;
	clear:both;
}
.search-box {
	background: url(../images/bg-search-box.png) repeat-x;
	border-radius:10px 10px 0 0;
	padding:0 0 12px;
	position:relative;
}
.search-box:after{
	content:"";
	display:block;
	clear:both;
}
.language-list {
	float:left;
	padding:17px 0 0 47px;
	margin:0;
	list-style:none;
}
.language-list li {
	float:left;
	margin:0 14px 0 0;
}
.language-list .active a {
	opacity:1;
}
.language-list .active a {
	color:#fff;
}
.language-list li:hover a {
	opacity:1;
}
.language-list li:hover a {
	color:#fff;
}
.language-list li a {
	display:block;
	font:bold 16px/18px 'Cuprum', Helvetica, sans-serif;
	color:#ffcb11;
	text-decoration:none;
	padding:1px 0 0 15px;
	opacity:0.5;
}
.language-list .ru a {
	background: url(../images/ru.png) no-repeat;
}
.language-list .en a {
	background: url(../images/en.png) no-repeat;
}
.search-form {
	float:left;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #272727 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#272727)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#272727 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#272727 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#272727 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
	border-radius:25px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin:13px 0 0 107px;
	overflow:hidden;
}
.search-form .text {
	padding:4px 14px;
	margin:0;
	background:none;
	border:0;
	color:#fff;
	text-transform:uppercase;
	font:14px/19px 'Cuprum', Helvetica, sans-serif;
	width:546px;
	float:left;
}
.search-area  {
	color:#fff;
	float:left;
	background:#303030;
	margin:1px 0 0;
	font-size:14px;
	line-height:16px;
	padding:2px 0px 6px 11px;
}
.search-area a {
	color:#009cde;
	margin:0 0 0 7px;
	border-bottom:1px dashed #009cde;
	text-decoration:none;
	display:inline-block;
}
.search-area a:hover {
	border-bottom:1px solid #303030;
}
.search-form .submit {
	padding:0;
	cursor:pointer;
	border:0;
	background: url(../images/search.png) no-repeat;
	width:16px;
	height:18px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:5px 6px 0 7px;
}
.coat-india {
	position:absolute;
	bottom:-27px;
	right:112px;
	background: url(../images/coat-india.png) no-repeat;
	width:38px;
	height:64px;
	text-indent:-9999px;
	overflow:hidden;
}
.coat-russia {
	position:absolute;
	bottom:-27px;
	right:39px;
	background: url(../images/coat-russia.png) no-repeat;
	width:60px;
	height:65px;
	text-indent:-9999px;
	overflow:hidden;
}
.main {
	background:#fff;
}
.top-box {
	overflow:hidden;
	padding:35px 0 0 56px;
}
.logo {
	width:97px;
	height:90px;
	background: url(../images/logo.png) no-repeat;
	float:left;
}
.logo a {
	display: block;
	height: 100%;
	text-indent:-9999px;
	overflow:hidden;
}
.slogan {
	float:left;
	font-size:24px;
	line-height:24px;
	font-style:italic;
	color:#333;
	padding:19px 0 0 39px;
}
.top-box .registration {
	float:left;
	color:#009cde;
	font-size:24px;
	line-height:24px;
	text-decoration:none;
	background: url(../images/plus.png) 0 2px no-repeat;
	margin:25px 0 0 169px;
	padding:0 0 0 48px;
}
.top-box .registration:hover {
	color:#e6a442;
	background: url(../images/plus-hover.png) 0 2px no-repeat;
}
.top-box .registration span {
	display:block;
	color:#343639;
	font-size:16px;
	line-height:16px;
}
.top-box .login-box {
	float:left;
	margin:28px 0 0 53px;
	text-align:left;
	background: url(../images/logout.png) no-repeat;
	padding:0 0 0 45px;
}
.top-box .login {
	text-decoration:none;
	color:#000;
	font-size:20px;
	line-height:17px;
	background: url(../images/login.png) no-repeat;
	float:left;
	margin:28px 0 0 53px;
	padding:6px 0 5px 36px;
}
.top-box .login-box .login {
	float:none;
	margin:0 0 6px;
	background:none;
	display:block;
	padding:0;
}
.top-box .login-box .go-to-cabinet {
	display:block;
	color:#009cde;
	font-size:14px;
	line-height:14px;
}
.top-box .login:hover span {
	border-bottom:1px solid #fff;
}
.top-box .login span {
	border-bottom:1px dashed #c7c7c7;
}
.two-columns:after{
	content:"";
	display:block;
	clear:both;
}
.sidebar {
	float:left;
	width:206px;
	padding:33px 0 55px;
}
.nav {
	background: url(../images/nav-center.png) repeat-y;
	margin:0 0 53px -12px;
	padding:0 0 0 12px;
	position:relative;
	border-radius:7px 0 0 7px;
}
.nav:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background: url(../images/nav-top.png) no-repeat;
	width:12px;
	height:6px;
}
.nav:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	background: url(../images/nav-bottom.png) no-repeat;
	width:12px;
	height:6px;
}
.nav ul {
	padding:11px 0 40px 47px;
	margin:0;
	list-style:none;
	background: url(../images/coat-russia-nav.jpg) no-repeat;
}
.nav ul li {
	display:inline-block;
	padding:0 0 12px 10px;
}
.nav ul li:hover {
	background: url(../images/bullet.jpg) 0 8px no-repeat;
}
.nav ul li:hover a {
	text-decoration:underline;
}
.nav ul .active {
	background: url(../images/bullet04.jpg) 0 8px no-repeat;
}
.nav ul .active a {
	color:#49843e;
}
.nav ul .active:hover {
	background: url(../images/bullet04.jpg) 0 8px no-repeat;
}
.nav ul .active:hover a {
	color:#49843e;
	text-decoration:none;
}
.nav ul li a {
	font-weight:bold;
	color:#424346;
	text-transform:uppercase;
	font-size:16px;
	line-height:16px;
}
.events-calendar {
	background: url(../images/events-ico.png) 26px 0 no-repeat;
	padding:0 0 34px 57px;
}
.events-calendar .title {
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	color:#ec2922;
	font-size:14px;
	line-height:14px;
	margin:0 0 10px;
}
.events-list {
	padding:0;
	margin:0;
	list-style:none;
}
.events-list li {
	display:block;
	background: url(../images/separate01.png) no-repeat;
	margin:0 0 10px;
	padding:15px 0 0 0;
}
.events-list li:first-child {
	background:none;
	padding:0;
}
.events-list span {
	color:#000;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
}
.events-list strong {
	font-weight:normal;
	color:#c3c3c3;
	padding:0 0 0 10px;
}
.events-list a {
	color:#009cde;
	text-transform:uppercase;
	text-decoration:underline;
	font-size:12px;
	line-height:18px;
	display:inline-block;
	margin:9px 0 0 0;
}
.events-list a:hover {
	text-decoration:none;
}
.events-calendar .all {
	font-weight:bold;
	text-transform:uppercase;
	color:#474747;
	text-decoration:underline;
	font-size:12px;
	line-height:12px;
}
.events-calendar .all:hover {
	text-decoration:none;
}
.multimedia {
	background: url(../images/multimedia-ico.png) 32px 2px no-repeat;
	padding:0 0 0 57px;
}
.multimedia .title {
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	color:#ec2922;
	font-size:14px;
	line-height:14px;
	margin:0 0 15px;
}
.multimedia-list {
	padding:0;
	margin:0;
	list-style:none;
}
.multimedia-list li {
	display:block;
	margin:0 0 14px;
}
.multimedia-list .image-holder {
	position:relative;
	border-radius:5px;
	margin:0 0 12px;
}
.multimedia-list .image-holder img {
	vertical-align:top;
	border-radius:5px;
}
.ico-video {
	position:absolute;
	top:8px;
	right:6px;
	background: url(../images/play.png) no-repeat;
	width:21px;
	height:16px;
}
.multimedia-list li a {
	text-transform:uppercase;
	color:#009cde;
	font-size:12px;
	line-height:18px;
	text-decoration:underline;
	display:inline-block;
}
.multimedia-list li .image-holder a {
	display:block;
}
.multimedia-list li a:hover {
	text-decoration:none;
}
.content {
	float:right;
	width:835px;
	margin:0 64px 0 0;
	padding:39px 0 0 0;
}
.breadcrumbs {
	padding:0;
	margin:0 0 13px;
	list-style:none;
	overflow:hidden;
}
.breadcrumbs li {
	float:left;
	background: url(../images/bullet02.png) 0 3px no-repeat;
	margin:0 6px 0 0;
	padding:0 0 0 10px;
}
.breadcrumbs li:first-child {
	background:none;
	padding:0;
}
.breadcrumbs li a {
	color:#009cde;
	text-decoration:underline;
	font-size:14px;
	line-height:14px;
	display:block;
}
.breadcrumbs li a:hover {
	text-decoration:none;
}
.content h2 {
	margin:0 0 41px;
	color:#000;
	font-size:36px;
	line-height:40px;
	font-weight:normal;
}	
.slideshow {
	overflow: hidden;
	margin:0 0 36px;
}
.slideshow .gholder {
	overflow: hidden;
	width: 100%;
	position:relative;
}
.slideshow .gmask {
	position: relative;
	overflow: hidden;
	height:1%;
}
.slideshow .gmask .slideset {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width:100%;
}
.slideshow .gmask .slide {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
}
.slideshow .gmask div.active {
	z-index: 1;
}
.slideshow a.btn-prev,
.slideshow a.btn-next {
	position:absolute;
	top:50%;
	left:21px;
	background: url(../images/prev.png) no-repeat;
	z-index:2;
	width:38px;
	height:59px;
	text-indent:-9999px;
	overflow:hidden;
	margin:-33px 0 0;
}
.slideshow a.btn-next {
	right:21px;
	left:auto;
	background: url(../images/next.png) no-repeat;
}
.slideshow .slide span {
	position:absolute;
	bottom:30px;
	left:28px;
	color:#fff;
	font-size:24px;
	line-height:30px;
	letter-spacing:-1.1px;
	width:700px;
}
.content .note {
	color:#6f9099;
	font:italic 18px/24px 'Cuprum', Helvetica, sans-serif;
	display:block;
	margin:0 0 26px;
}
.gallery-list {
	padding:24px 0 26px 21px;
	margin:38px 0 35px -20px;
	list-style:none;
	overflow:hidden;
	background:#f7f5f1;
	border-radius:5px;
}
.gallery-list li {
	float:left;
	position:relative;
	margin:0 10px 0 0;
}
.gallery-list li img {
	vertical-align:top;
}
.gallery-list li a {
	display:none;
	width:100%;
	height:100%;
	background: url(../images/img05.png);
}
.gallery-list li a:after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	background: url(../images/plus-white.png) no-repeat;
	width:36px;
	height:36px;
	margin:-18px 0 0 -18px;
}
.gallery-list li:hover a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.gallery-list li:hover img {
	vertical-align:top;
}
.gallery-list .all-photo a {
	background:none;
}
.gallery-list .all-photo a:after{
	display:none;
}
.content p {
	margin:0 0 24px;
	color:#616161;
	letter-spacing:-0.5px;
}
.content p a {
	text-decoration:underline;
	color:#009cde;
}
.content p a:hover {
	text-decoration:none;
}
.blockquote {
	margin:0 0 37px;
	border-left:2px solid #6f9099;
}
.blockquote q {
	display:block;
	padding:2px 0 0 31px;
	letter-spacing:-1px;
	margin:35px 0 0;
}
.blockquote blockquote{
	text-align:justify;
	font:italic 30px/35px 'Cuprum', Helvetica, sans-serif;
	color:#6f9099;
	margin:0;
}
.blockquote cite {
	display:none;
}
.content h3 {
	margin:45px 0 44px;
	color:#616161;
	font-size:22px;
	line-height:24px;
}
.content-list {
	padding:0;
	margin:0 0 49px;
	list-style:none;
}
.content-list li {
	display:block;
	color:#616161;
	font-size:18px;
	line-height:24px;
	background: url(../images/bullet03.png) 3px 12px no-repeat;
	padding:0 0 24px 31px;
	letter-spacing:-0.7px;
}
.slideshow2 {
	margin:-3px -65px 21px 0;
}
.slideshow2:after{
	content:"";
	display:block;
	clear:both;
}
.slideshow2 .gallery {
	position:relative;
}
.slideshow2 .gholder {
	overflow: hidden;
	width: 100%;
}
.slideshow2 .gmask {
	position: relative;
	overflow: hidden;
	height:1%;
}
.slideshow2 .gmask .slideset {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width:100%;
}
.slideshow2 .gmask .slide {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	background:#000;
	height:300px;
}
.slideshow2 .gmask .slide:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background: url(../images/india.png) no-repeat;
	width:462px;
	height:301px;
}
.slideshow2 .gmask .slide img {
	vertical-align:top;
}
.slideshow2 .gmask div.active {
	z-index: 1;
}
.slideshow2 .pagination {
	position:absolute;
	top:0;
	right:-49px;
	z-index:2;
	bottom:0;
	background: url(../images/img08.png);
}
.slideshow2 .pagination ul{
	padding:9px 10px 0 11px;
	margin:0;
	list-style:none;
}
.slideshow2 .pagination ul li {
	display:block;
	margin:0 0 6px;
	position:relative;
}
.slideshow2 .pagination a {
	display:block;
	width:28px;
	height:28px;
	background:#462a04;
	color:#ffba0b;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	text-decoration:none;
}
.slideshow2 .pagination .active a {
	background: url(../images/img07.png) repeat-x;
	color:#000;
}
.slideshow2 .pagination .active a:after{
	content:"";
	position:absolute;
	top:50%;
	margin:-3px 0 0;
	left:-3px;
	background: url(../images/arrow01.png) no-repeat;
	width:3px;
	height:6px;
	z-index:1;
}
.slideshow2 .text-frame {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	text-decoration:none;
}
.text-frame .text-box {
	height:100%;
	display:table;
}
.text-frame .text-box strong {
	margin:0;
	color:#ffcb11;
	font-size:40px;
	line-height:58px;
	text-decoration:none;
	display:table-cell;
	vertical-align:middle;
	height:100%;
	padding:0 57px 31px;
	font-weight:normal;
}
.text-frame .text-box span {
	display:block;
	color:#fff;
	font-size:24px;
	line-height:26px;
}
.sub-twocolumns {
	margin:0 0 47px 0;
}
.sub-twocolumns:after{
	content:"";
	display:block;
	clear:both;
}
.sub-content {
	float:left;
	width:553px;
}
.news-box {
	background:#f6f6f6;
	border-radius:5px;
	padding:19px 0 18px 27px;
	margin:0 0 22px;
}
.news-box .title {
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	color:#009cde;
	font-size:24px;
	line-height:24px;
	margin:0 0 15px;
}
.news-list {
	padding:0;
	margin:0 0 23px;
	list-style:none;
}
.news-list li {
	display:block;
	margin:0 0 17px;
}
.news-list li span {
	display:block;
	color:#868686;
	font-size:14px;
	line-height:14px;
}
.news-list li a {
	color:#000;
	text-decoration:underline;
	font-size:17px;
	line-height:17px;
}
.news-list li a:hover {
	text-decoration:none;
}
.subscription-form {
	border-top:1px solid #e9e9e9;
	padding:17px 0 0 7px;
}
.subscription-form span {
	float:left;
	text-transform:uppercase;
	color:#000;
	font-size:12px;
	line-height:12px;
	padding:9px 28px 0 0;
}
.subscription-form .text {
	padding:6px 14px 6px 14px;
	margin:0;
	background:#fff;
	border-left:1px solid #d3d3d3;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	width:240px;
	color:#d3d3d3;
	font-size:12px;
	border-radius:15px 0 0 15px;
	float:left;
	text-transform:uppercase;
}
.subscription-form .submit {
	float:left;
	padding:8px 20px 9px 12px;
	margin:0;
	background:#009cde;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font:12px/12px 'Cuprum', Helvetica, sans-serif;
	border-radius:0 15px 15px 0;
	border:0;
	cursor:pointer;
	height:29px;
}
.subscription-form .submit:hover {
	background:#e2a03e;
}
.personality-box {
	overflow:hidden;
	background: url(../images/arrow02.png) 95% 113% no-repeat;
}
.personality-box .image-holder {
	float:left;
}
.personality-box .image-holder img {
	vertical-align:top;
}
.personality-box .text-box{
	float:right;
	border-top:1px solid #e0ebf8;
	border-right:1px solid #e0ebf8;
	border-bottom:1px solid #e0ebf8;
	height:248px;
	width:333px;
	padding:29px 10px 0 38px;
}
.personality-box h3 {
	margin:0 0 5px;
	color:#000;
	font-size:24px;
	line-height:24px;
	font-weight:normal;
}
.personality-box span {
	display:block;
	font-size:14px;
	line-height:16px;
	color:#a3a3a3;
	margin:0 0 28px;
}
.personality-box strong {
	font-style:italic;
	font-weight:normal;
	color:#616161;
	font-size:16px;
	line-height:20px;
	display:block;
}
.sub-aside {
	float:right;
	width:253px;
	margin:32px -22px 0 0;
}
.council-members span {
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
	color:#000;
	display:block;
	margin:0 0 39px;
}
.council-members-list {
	padding:0 0 0 7px;
	margin:0 -50px 0 0;
	list-style:none;
}
.council-members-list li {
	display:inline-block;
	vertical-align:top;
	margin:0 30px 43px 0;
}
.photo-day {
	position:relative;
	margin:8px 0 0 -3px;
}
.photo-day img {
	vertical-align:top;
}
.photo-day em {
	position:absolute;
	top:12px;
	left:19px;
	color:#fff;
	font-size:18px;
	font-style:normal;
}
.photo-day span {
	position:absolute;
	bottom:12px;
	right:18px;
	background: url(../images/photo-ico.png) 100% 0 no-repeat;
	padding:0 24px 0 0;
	color:#fff;
	font-size:16px;
	line-height:16px;
}
.multimedia-gallery {
	padding:11px 0 0 0;
	margin:0 -40px 0 -5px;
	list-style:none;
}
.multimedia-gallery li {
	display:inline-block;
	vertical-align:top;
	width:278px;
	margin:0 4px 27px 0;
}	
.multimedia-gallery .image-frame {
	padding:9px 0 0 10px;
	position:relative;
	z-index:22;
	background:#fff;
	margin:0 0 15px;
}
.multimedia-gallery .image-frame:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:1px solid #ccc;
	z-index:2;
	background:#fff;
}
.multimedia-gallery .image-frame:after{
	content:"";
	display:block;
	position:absolute;
	top:2px;
	left:2px;
	right:-4px;
	bottom:-4px;
	border:1px solid #ccc;
	z-index:1;
}
.multimedia-gallery .image-holder {
	position:relative;
	z-index:3;
}
.multimedia-gallery .image-frame .image-holder img {
	vertical-align:top;
}
.multimedia-gallery .image-frame span {
	font-size:14px;
	line-height:14px;
	color:#b8b8b8;
	display:block;
	text-align:center;
	margin:6px 16px 0 0;
	padding:0 0 7px;
	position:relative;
	z-index:3;
}
.multimedia-gallery strong {
	font-weight:normal;
	color:#616161;
	font-size:14px;
	line-height:20px;
	display:block;
	text-align:center;
}
.multimedia-gallery .image-frame .photo-album {
	position:absolute;
	top:6px;
	right:7px;
	background: url(../images/photo-ico.png) no-repeat;
	width:18px;
	height:14px;
}
.multimedia-gallery .image-frame .video-album {
	position:absolute;
	top:6px;
	right:7px;
	background: url(../images/video.png) no-repeat;
	width:21px;
	height:16px;
}
.double {
	right:32px;
}
.tags-holder {
	overflow:hidden;
	margin:0 0 30px;
}
.tags-holder span {
	color:#000;
	font-size:12px;
	line-height:12px;
	float:left;
	text-transform:uppercase;
	margin:4px 12px 0 0;
}
.tags-holder a {
	float:left;
	color:#009cde;
	text-transform:uppercase;
	background:#eee;
	font-size:12px;
	line-height:12px;
	border-radius:15px;
	text-decoration:none;
	padding:4px 7px 3px 8px;
	margin:0 7px 0 0;
}
.news-detail .slideshow {
	margin:0 0 20px;
}
.news-detail .gallery-list {
	margin:13px 0 35px -20px;
}
.news-detail h3 {
	margin:34px 0 44px;
}
.pagination-news {
	overflow:hidden;
	border-top:1px solid #e9e9e9;
	padding:0 0 80px;
}
.prev-news {
	float:left;
	width:245px;
	margin:34px 0 0 28px;
}
.prev-news a {
	display:inline-block;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	font-size:12px;
	line-height:12px;
	position:relative;
	margin:0 0 15px;
}
.prev-news a:after{
	content:"";
	position:absolute;
	top:4px;
	left:-13px;
	background: url(../images/arrow03.png) no-repeat;
	width:3px;
	height:5px;
}
.prev-news a:hover {
	text-decoration:none;
}
.prev-news span {
	display:block;
	color:#c4c4c4;
	font-size:12px;
	line-height:14px;
}
.next-news {
	float:right;
	width:245px;
	margin:34px 13px 0 0;
	text-align:right;
}
.next-news a {
	display:inline-block;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	font-size:12px;
	line-height:12px;
	position:relative;
	margin:0 0 15px;
}
.next-news a:after{
	content:"";
	position:absolute;
	top:4px;
	right:-13px;
	background: url(../images/arrow04.png) no-repeat;
	width:3px;
	height:5px;
}
.next-news a:hover {
	text-decoration:none;
}
.next-news span {
	display:block;
	color:#c4c4c4;
	font-size:12px;
	line-height:14px;
}
.pagination-news .back-to-list {
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	border-radius:15px;
	background:#009cde url(../images/back.png) 8px 6px no-repeat;
	text-decoration:none;
	display:inline-block;
	margin:40px 0 0 82px;
	padding:3px 18px;
}
.pagination-news .back-to-list:hover {
	background:#e2a03e url(../images/back.png) 8px 6px no-repeat;
}
.news-detail .content-list {
	margin:0 0 20px;
}
.top-news {
	padding:0;
	margin:-21px -6px 0 0;
	list-style:none;
}
.top-news li {
	display:block;
	margin:0 0 35px;
}
.news-title {
	overflow:hidden;
	margin:0 0 19px;
}
.news-title .image-holder {
	float:left;
}
.news-title .image-holder img {
	vertical-align:top;
}
.news-title .text-box {
	float:left;
	width:654px;
	margin:0 0 0 32px;
}
.news-title .text-box h5 {
	margin:0 0 20px;
}
.news-title .text-box h5 a {
	text-decoration:underline;
	color:#616161;
	font-size:22px;
	line-height:24px;
}
.news-title .text-box h5 a:hover {
	text-decoration:none;
}
.news-title .tags {
	overflow:hidden;
}
.news-title .tags span {
	float:left;
	font-size:12px;
	line-height:12px;
	color:#000;
	text-transform:uppercase;
	margin:0 20px 0 0;
}
.news-title .tags a {
	float:left;
	color:#009cde;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	margin:0 16px 0 0;
}
.top-news .more {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	border-radius:15px;
	background:#009cde;
	font-size:12px;
	line-height:12px;
	display:inline-block;
	padding:4px 10px;
}
.top-news .more:hover {
	background:#e2a03e;
}
.content .top-news p {
	margin:0 0 16px 0;
}
.page-pagination {
	overflow:hidden;
	padding:38px 0 0 4px;
	margin:0 0 25px;
}
.page-pagination span {
	float:left;
	color:#000;
	font-size:30px;
	line-height:30px;
}
.page-pagination-list {
	padding:5px 0 0 29px;
	margin:0;
	list-style:none;
	float:left;
}
.page-pagination-list li {
	float:left;
	margin:0 4px 0 0;
}
.page-pagination-list li a {
	display:block;
	width:26px;
	height:25px;
	border-radius:3px;
	border:1px solid #c9c9c9;
	background:#f8f8f8;
	text-align:center;
	color:#717171;
	font:bold 12px/12px Arial, Helvetica, sans-serif;
	display:table-cell;
	vertical-align:middle;
	text-decoration:none;
}
.page-pagination-list li a:hover {
	background:#fefefe;
}
.page-pagination-list .active a {
	background:#676767;
	color:#fff;
	border:1px solid #676767;
}
.page-pagination-list .active a:hover {
	background:#676767;
	color:#fff;
}
.page-pagination-list .empty {
	display:block;
	width:26px;
	height:25px;
	text-align:center;
	color:#717171;
	font:bold 12px/28px Arial, Helvetica, sans-serif;
	display:table-cell;
	vertical-align:middle;
	text-decoration:none;
}
.content .subscription-form {
	border-top:1px solid #e9e9e9;
	padding:26px 0 0 7px;
	margin:0 0 74px;
}
.event-holder {
	width:621px;
	position:relative;
}
.event-holder:after{
	content:"";
	position:absolute;
	top:-22px;
	right:-267px;
	background: url(../images/event.png) no-repeat;
	width:204px;
	height:307px;
}
.event-title {
	overflow:hidden;
	margin:0 0 41px;
}
.event-title em {
	float:left;
	color:#000;
	font-size:14px;
	line-height:14px;
	font-style:normal;
	text-transform:uppercase;
	margin:0 31px 0 0;
}
.event-title span {
	float:left;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
	color:#81807f;
}
.event-title strong {
	font-weight:normal;
	color:#000;
	padding:0 0 0 7px;
}
.event-title a {
	float:right;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
	color:#0098dc;
	margin:0 16px 0 0;
}
.tab-list {
	overflow: hidden;
	height: 1%;
	padding:47px 0 0 0;
}
.tab-list p {
	margin: 0
}
.tab-list .tab {
	background: #fff
}
ul.tabset {
	position: relative;
	list-style: none;
	overflow: hidden;
	margin: 47px 0 0 0;
	width: 100%;
	padding: 34px 0 0 0;
	border-top:1px solid #e5e5e5;
}
ul.tabset li {
	margin: 0 11px 0 0;
	float: left;
	background:#f4f4f4;
	text-align:center;
}
ul.tabset a {
	display:block;
	text-decoration: none;
	color:#000;
	font-size:18px;
	line-height:18px;
	padding:13px 34px 13px 34px;
}
ul.tabset li.active a,
ul.tabset a.active {
	text-decoration: none;
	background: #fff !important;
	border:1px solid #bdbdbd;
	border-radius:4px;
	padding:12px 33px 12px 33px;
}
.select-branch {
	overflow:hidden;
	margin:0 0 36px;
}
.select-branch .choice {
	float:left;
	color:#616161;
	font-size:18px;
	line-height:18px;
	padding:16px 13px 0 2px;
}
.search-holder {
	float:left;
	border:1px solid #979797;
	border-radius:7px;
	overflow:hidden;
}
.search-holder .text {
	float:left;
	border:0;
	height:50px;
	padding:15px 12px 15px 22px;
	margin:0;
	background:#fff;
	text-transform:uppercase;
	color:#616161;
	font: 14px/20px 'Cuprum', Helvetica, sans-serif;
	width:241px;
}
.select-branch .select-area {
	float:left;
	margin:0 5px 0 0;
}
.search-holder .submit {
	float:left;
	background: #fff url(../images/search-ico.png) no-repeat;
	width:55px;
	height:50px;
	padding:0;
	margin:0;
	cursor:pointer;
	border:0;
	text-indent:-9999px;
	overflow:hidden;
}
.catalog-list {
	padding:0;
	margin:0 0 11px 8px;
	list-style:none;
}
.catalog-list li:first-child {
	margin:0;
}
.catalog-list li {
	display:block;
	overflow:hidden;
	margin:39px 0 0;
}
.catalog-list .logo-holder {
	float:left;
	margin:5px 21px 0 0;
	width:80px;
}
.catalog-list .text-box {
	float:left;
	width:701px;
}
.catalog-list .text-box .row {
	overflow:hidden;
	margin:0 0 15px;
}	
.catalog-list .text-box .row .title {
	float:left;
	color:#009cde;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
}
.catalog-list .text-box .row .tags {
	float:left;
	color:#009cde;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	border-radius:10px;
	background:#eee;
	padding:3px 7px;
	margin:6px 0 0 19px;
}
.catalog-list .text-box .row .country {
	float:left;
	color:#b2b2b2;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	padding:3px 7px;
	margin:6px 0 0 10px;
}
.catalog-list .text-box p {
	margin:0 0 0 3px;
	letter-spacing:-0.8px;
}
.info-company {
	margin:0;
	padding:6px 0 0 5px;
	float:left;
	width:550px;
}
.info-company dt {
	margin:0;
	float:left;
	clear:left;
	width:145px;
	text-transform:uppercase;
	color:#000;
	font-size:12px;
	line-height:20px;
}
.info-company dd {
	margin:0 0 17px;
	overflow:hidden;
	font-style:normal;
	color:#000;
	font-size:18px;
	line-height:18px;
}
.info-company .tags {
	float:left;
	color:#009cde;
	text-transform:uppercase;
	background:#eee;
	font-size:12px;
	line-height:12px;
	border-radius:15px;
	text-decoration:none;
	padding:4px 7px 3px 8px;
	margin:0 7px 0 0;
}
.info-company .web-address {
	color:#009cde;
	font-size:18px;
	line-height:18px;
}
.info-company address {
	font-style:normal;
	color:#000;
	font-size:18px;
	line-height:18px;
}
.info-company-holder {
	overflow:hidden;
	margin:0 8px 10px 0;
}
.logo-company {
	float:right;
	text-align:right;
}
.logo-company .row {
	overflow:hidden;
}
.logo-company .image-holder img {
	vertical-align:top;
}
.logo-company span {
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	color:#919191;
	background:#e5e5e5;
	float:right;
	padding:4px 4px;
}
.logo-company strong {
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	color:#b2b2b2;
	float:left;
	padding:4px 4px;
}
.content .send {
	display:inline-block;
	font-size:20px;
	line-height:20px;
	color:#0098dc;
	background: url(../images/send.png) 22px 13px no-repeat;
	border-radius:25px;
	border:1px solid #0098dc;
	text-decoration:none;
	padding:13px 14px 13px 46px;
	margin:0 0 49px;
}
.content .send:hover {
	color:#e2a03e;
	background: url(../images/send-hover.png) 22px 13px no-repeat;
	border:1px solid #e2a03e;
}
.filter {
	margin:0 0 45px;
}
.filter:after{
	content:"";
	display:block;
	clear:both;
}
.filter .column {
	float:left;
	margin:0 14px 0 0;
}
.filter label {
	display:block;
	color:#616161;
	font-size:18px;
	line-height:18px;
	margin:0 0 18px;
}
.filter .text {
	margin:0;
	font: 18px/20px 'Cuprum', Helvetica, sans-serif;
	border-radius:7px;
	border: 1px solid #979797;
	background:#fff;
	color:#616161;
	text-transform:uppercase;
	height:52px;
	padding:16px 19px;
	width:123px;
}
.filter .submit {
	float:right;
	font: 18px/20px 'Cuprum', Helvetica, sans-serif;
	color:#fff;
	background:#959595;
	border:1px solid #898989;
	border-radius:7px;
	text-align:center;
	width:162px;
	height:52px;
	margin:36px -13px 0 0;
	box-shadow: 0 3px 5px rgba(0,0,0,0.13);
}
.filter .submit:hover {
	background:#b6b6b6;
	border:1px solid #b6b6b6;
}
.calendar-page .jcf-select {
	width:325px;
	margin:0 35px 0 0;
}
.events-calendar-holder {
	background:#faf9f7;
	margin:0 -64px 80px -29px;
	border-top:1px solid #efefef;
	border-radius:56px 0 0 56px;
	overflow:hidden;
}
.events-calendar-list {
	padding:38px 55px 19px 31px;
	margin:0 0 3px;
	list-style:none;
	overflow:hidden;
}
.events-calendar-list > li {
	display:block;
	border-top:1px dashed #000;
	overflow:hidden;
	padding:33px 0 0;
	margin:0 0 31px;
}
.events-calendar-list > li:first-child {
	padding:0;
	border-top:0;
}
.info-event {
	float:left;
	border-right:1px solid #e5e4e2;
	width:639px;
	padding:0 35px 0 0;
}
.contacts-event {
	float:right;
	padding:0;
	margin:0;
	list-style:none;
	width:158px;
}
.contacts-event li {
	display:block;
	margin:0 0 6px;
}
.contacts-event li a {
	color:#616161;
	font-size:18px;
	line-height:18px;
}
.contacts-event li a:hover {
	color:#009cde;
	text-decoration:underline;
}
.name-event {
	color:#009cde;
	font-size:30px;
	line-height:33px;
	display:inline-block;
	margin:0 0 19px;
}
.events-calendar-list .event-title {
	margin:0;
	padding:7px 0 16px 2px;
}
.calendar-page .events-calendar-list p {
	margin:0;
}
.personal-cabinet {
	margin:0 0 64px;
}
.personal-cabinet:after{
	content:"";
	display:block;
	clear:both;
}
.info-user {
	float:left;
	width:575px;
}
.info-user .row {
	margin:0 0 8px;
	position:relative;
}
.info-user .row:after{
	content:"";
	display:block;
	clear:both;
}
.info-user label {
	float:left;
	width:140px;
	color:#616161;
	font: 18px/20px 'Cuprum', Helvetica, sans-serif;
	padding:17px 0 0 0;
}
.info-user .text {
	float:right;
	width:398px;
	color:#616161;
	font: 22px/24px 'Cuprum', Helvetica, sans-serif;
	padding:14px 20px;
	border:1px solid #979797;
	border-radius:7px;
	height:52px;
}
.info-user .error-hint {
	border:1px solid #bc1617;
}
.info-user .link {
	color:#009cde;
}
.info-user .jcf-select {
	float:right;
	margin:0;
	width:398px;
}
.info-user strong {
	display:block;
	color:#aeaeae;
	font: bold 18px/20px 'Cuprum', Helvetica, sans-serif;
	text-transform:uppercase;
	padding:24px 0 5px 0;
}
.info-user .large {
	padding:42px 0 15px;
}
.info-user textarea {
	float:right;
	min-width:398px;
	max-width:398px;
	min-height:92px;
	max-height:92px;
	resize:none;
	overflow:auto;
	color:#616161;
	font: 22px/30px 'Cuprum', Helvetica, sans-serif;
	padding:11px 18px;
	border:1px solid #979797;
	border-radius:7px;
}
.info-user .error {
	float:right;
	width:398px;
	color:#bc1617;
	font-size:14px;
	line-height:14px;
	padding:9px 0 14px 3px;
}
.content .edit {
	display:inline-block;
	font: 18px/20px 'Cuprum', Helvetica, sans-serif;
	color:#fff;
	background:#959595;
	border:1px solid #898989;
	border-radius:7px;
	text-align:center;
	width:162px;
	margin:18px 0 0 177px;
	text-decoration:none;
	padding:15px 0;
	box-shadow: 0 3px 5px rgba(0,0,0,0.13);
}
.content .edit:hover {
	background:#b6b6b6;
	border:1px solid #b6b6b6;
}
.my-logo {
	float:right;
	text-align:center;
	margin:-6px -34px 0 0;
}
.my-logo span {
	font-size:14px;
	line-height:14px;
	display:block;
	color:#ccc;
	margin:0 0 16px;
}
.my-logo .image-holder {
	margin:0 0 24px;
}
.my-logo .image-holder img {
	vertical-align:top;
}
.my-logo a {
	display:inline-block;
	font: 18px/20px 'Cuprum', Helvetica, sans-serif;
	color:#fff;
	background:#959595;
	border:1px solid #898989;
	border-radius:7px;
	text-align:center;
	width:144px;
	margin:0 auto;
	text-decoration:none;
	padding:7px 0;
	box-shadow: 0 3px 5px rgba(0,0,0,0.13);
}
.my-logo a:hover {
	background:#b6b6b6;
	border:1px solid #b6b6b6;
}
.content .sub-paragraph p {
	color:#616161;
	font-size:14px;
	line-height:20px;
}
.sub-paragraph {
	margin:-23px 0 0 0;
}
.register-holder {
	background: url(../images/bg-form.png) no-repeat;
	margin:-13px 0 53px -33px;
	padding:74px 0 40px 101px;
}
.register-holder .info-user {
	float:none;
}
.language {
	overflow:hidden;
	text-align:center;
	margin:0 auto 32px;
	background: url(../images/check.png) 43% 0 no-repeat;
	width:240px;
	display:block;
	height:40px;
}
.language.active {
	background: url(../images/check2.png) 43% 0 no-repeat;
}
.language span {
	display:inline-block;
	float:none;
	color:#0097dc;
	font: 18px/20px 'Cuprum', Helvetica, sans-serif;
	border-bottom:1px dashed #0097dc;
	text-decoration:none;
	margin:0;
	padding:7px 0 0;
	float:right;
}
.language span:first-child {
	display:inline-block;
	float:none;
	color:#616161;
	font: 18px/20px 'Cuprum', Helvetica, sans-serif;
	border-bottom:0;
	float:left;
	padding:7px 0 0;
}
.language.active span:first-child {
	display:inline-block;
	float:none;
	color:#0097dc;
	font: 18px/20px 'Cuprum', Helvetica, sans-serif;
	border-bottom:1px dashed #0097dc;
	text-decoration:none;
	margin:0;
	padding:7px 0 0;
	float:left;
}
.language.active span {
	display:inline-block;
	float:none;
	color:#616161;
	font: 18px/20px 'Cuprum', Helvetica, sans-serif;
	border-bottom:0;
	float:right;
	padding:7px 0 0;
}
.info-user .column {
	float:right;
}
.info-user .select-area {
	float:none;
	display:block;
}
.add-holder {
	overflow:hidden;
	display:block;
}
.info-user .add {
	float:left;
	padding:0 0 0 14px;
	background: url(../images/plus-smaller.png) 0 15px no-repeat;
}
.info-user .add:hover {
	background: url(../images/plus-smaller-hover.png) 0 15px no-repeat;
}
.info-user .add:hover a {
	color:#e2a03e;
	border-bottom:0;
	padding:0 0 1px;
}
.delete-holder {
	float:left;
	margin:11px 0 0 16px;
}
.delete-holder span {
	float:left;
	color:#616161;
	font-size:14px;
	line-height:14px;
	padding:1px 0 0;
}
.info-user .delete {
	float:left;
	background: url(../images/delete.png) no-repeat;
	width:16px;
	height:16px;
	margin:0 5px 0 0;
}
.info-user .delete:hover {
	background: url(../images/delete-hover.png) no-repeat;
}
.info-user .add a {
	color:#009de0;
	font-size:14px;
	line-height:14px;
	margin:11px 0 14px 4px;
	display:inline-block;
	border-bottom:1px dashed #009de0;
	text-decoration:none;
}
.attach-file {
	margin:0 0 33px;
}
.info-user .attach-file label {
	display:block;
	float:none;
	font-size:14px;
	padding:25px 0 10px 0;
}
.info-user .register-go {
	display:inline-block;
	font-size:30px;
	line-height:30px;
	color:#0098dc;
	border-radius:35px;
	border:1px solid #0098dc;
	text-decoration:none;
	padding:15px 38px 22px 38px;
	margin:0 0 49px;
}
.info-user .register-go:hover {
	color:#e2a03e;
	border:1px solid #e2a03e;
}
.footer {
	background:#333;
	height:205px;
	margin:-47px 0 0 0;
	position:relative;
	padding:47px 0 0;
	z-index:1;
}
.footer-holder {
	margin:0 auto;
	width:1144px;
	overflow:hidden;
	padding:29px 0 0 56px;
}
.footer-holder .column {
	float:left;
	width:375px;
}
.footer-holder .small-column {
	width:175px;
}
.footer-holder .column .title {
	color:#fff;
	font-size:18px;
	line-height:18px;
	display:block;
	margin:0 0 5px;
}
.footer-holder .column .sub-title {
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	color:#adadad;
	display:block;
}
.footer-holder .column ul {
	padding:0;
	margin:10px 0 0 -2px;
	list-style:none;
}
.footer-holder .column ul li {
	display:inline-block;
	vertical-align:top;
	margin:0;
	width:74px;
}
.footer-holder .small-column ul li {
	width:60px;
	margin:0 12px 0 0;
}
.footer-holder .column ul span {
	display:inline-block;
	color:#be1e2d;
	font-size:14px;
	line-height:14px;
}
.footer-holder .column ul strong {
	display:inline-block;
	color:#fff;
}
.time-box {
	float:left;
	margin:0 69px 0 47px;
}
.time-box .time {
	float:left;
	text-align:center;
	margin:0 12px 0 0;
}
.time-box img {
	vertical-align:top;
}
.time-box span {
	color:#adadad;
	display:block;
	font-size:14px;
	line-height:14px;
	padding:12px 0 0 0;
}
.copyright {
	float:right;
	margin:5px 0 0 0;
}
.copyright .image-holder {
	background:#5c5c5c;
	width:105px;
	height:60px;
}
.copyright .image-holder img {
	vertical-align:top;
}
.copyright span {
	display:block;
	font-size:14px;
	line-height:14px;
	color:#fff;
}
.copyright span a {
	color:#d41a1f;
	padding:0 0 0 5px;
}
.time-holder{
	position:relative;
	float:left;
	margin:0 69px 0 47px;
}
.time-holder .time-popup{

}
.time-popup .time-popup-holder{
	overflow:hidden;
	position:relative;
}
.time-popup ul{
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.time-popup ul li{
	float:left;
	margin:0 11px 0 0;
	text-align:center;
}
.time-popup ul li img{vertical-align:top;}
.clock{
	margin:0;
	overflow:hidden;
	position:relative;
	width:62px;
	height:62px;
	background: url(../images/bg-clock.png) no-repeat 50% 50%;
}
.hour,
.minute,
.second{
	position:absolute;
	width:8px;
	height:62px;
	top:0;
	left:27px;
	overflow:hidden;
	text-indent:-9999px;
	z-index:1;
	background: url(../images/bg-hour.png) no-repeat;
}
.minute{
	z-index:2;
	background: url(../images/bg-minute.png) no-repeat;
}
.second{
	z-index:3;
	background: url(../images/bg-second.png) no-repeat;
}
.digital.clock{
	background:none;
	text-align:center;
}
.digital .hour,
.digital .minute,
.digital .second{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	height:auto;
	color:#fff;
	text-indent:0;
	position:relative;
	left:auto;
	top:auto;
	background:none;
}
.time-popup ul li span{
	color:#adadad;
	display:block;
	font-size:14px;
	line-height:14px;
	padding:12px 0 0 0;
}
.time-popup .select-area{width:440px !important;}
.time-popup .select-area .center{
	text-transform:uppercase;
	color:#a5a6ae;
    font:14px/50px 'proxima_nova_rgregular';
	font-weight:normal;
}
.time-popup .submit{width:440px;}
.time-settings{
	position:absolute;
	width:20px;
	height:20px;
	top:20px;
	right:20px;
	background: url(../images/ico06.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.feedback-form {
	display:none;
}
#application {
	display:none;
}

/**/

.ico-photo {
position: absolute;
top: 6px;
right: 7px;
background: url(../images/photo-ico.png) no-repeat;
width: 18px;
height: 14px;
}