*  { 
	margin: 0; 
	padding: 0; 
}
html, body {
	height: 100%;
}
@font-face {
	font-family: 'MuseoSansCyrl-100';
	src: url('../fonts/MuseoSansCyrl_100/museosanscyrl100.eot');
	src: url('../fonts/MuseoSansCyrl_100/museosanscyrl100.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/MuseoSansCyrl_100/museosanscyrl100.woff') format('woff'),
		 url('../fonts/MuseoSansCyrl_100/museosanscyrl100.ttf') format('truetype'),
		 url('../fonts/MuseoSansCyrl_100/museosanscyrl100.svg#museosanscyrl100') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSansCyrl-300';
	src: url('../fonts/MuseoSansCyrl_300/museosanscyrl300.eot');
	src: url('../fonts/MuseoSansCyrl_300/museosanscyrl300.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/MuseoSansCyrl_300/museosanscyrl300.woff') format('woff'),
		 url('../fonts/MuseoSansCyrl_300/museosanscyrl300.ttf') format('truetype'),
		 url('../fonts/MuseoSansCyrl_300/museosanscyrl300.svg#museosanscyrl300') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSansCyrl-500';
	src: url('../fonts/MuseoSansCyrl_500/museosanscyrl500.eot');
	src: url('../fonts/MuseoSansCyrl_500/museosanscyrl500.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/MuseoSansCyrl_500/museosanscyrl500.woff') format('woff'),
		 url('../fonts/MuseoSansCyrl_500/museosanscyrl500.ttf') format('truetype'),
		 url('../fonts/MuseoSansCyrl_500/museosanscyrl500.svg#museosanscyrl300') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	min-height: 100%;  
	position: relative;
	font-family: 'MuseoSansCyrl-300', Arial, Tahoma, sans-serif;
	line-height: 22px;
	font-size: 14px;
	color: #525252;
	background: white;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
a {
	color: #525252;
	text-decoration: underline;
}
a:hover {
	color: #3779ca;
}
img {
	border: 0;
}

.container {
	overflow: hidden;
	position: relative;
	min-height: 100%;
	clear: both;
}
.clear {
	height: 38px;
	clear: both;
}

/* head */
.top {
	width: 100%;
	height: 600px;
	background: #1f76e2 url(../images/header.jpg) repeat-x top center;
}
.top .head {
	height: 510px;
	margin: 0 auto;
	padding: 90px 30px 0 30px;
	text-align: center;
	color: #fff;
}
.top .head .logo {
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 156px;
	height: 185px;
	margin: 0 auto 45px auto;
}
.top .head h1 {
	font-family: 'MuseoSansCyrl-300', Arial, Tahoma, sans-serif;
	font-size: 130px;
	line-height: 130px;
	padding: 15px 0 30px 0;
}
.top .head p {
	font-family: 'MuseoSansCyrl-100', Arial, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 14px;
}
.top .head h3 {
	font-family: 'MuseoSansCyrl-100', Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 18px;
}

/* main */
.main {
	width: 1200px;
	min-height: 200px;
	padding: 30px 30px 25px 30px;
	position: relative;
	margin: 0 auto;
}

/* sort: prefixed css */
.sort {
	height: 34px;
	margin-bottom: 30px;
}
.sort p {
	float: left;
	line-height: 34px;
	font-size: 12px;
}
.flat .selected::after,
.flat.scrollable div::after {
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}

/* sort: wrapper */
.flat {
	position: relative;
	width: 220px;
	cursor: pointer;
	font-weight: 200;
	background: url(../images/arrow.png) no-repeat top right #f5f5f5;
	padding: 0;
	float: left;
	border-radius: 5px;
	color:  #585858;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-family: 'MuseoSansCyrl-500', Arial, Tahoma, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 34px;
	margin: 0 30px 0 15px;
	letter-spacing: 1px;
}
.flat.open {
	z-index: 2;
	border-radius: 5px 5px 0 0;
}
.flat:hover,
.flat.focus {
	background: #1670e0;
	color: #fff;
}

/* sort: carat */
.flat .carat,
.flat .carat:after {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background: url(../images/arrow.png) no-repeat;
	width: 23px;
	height: 34px;
}
.flat:hover .carat {
	background: url(../images/arrow-hover.png) no-repeat;
}
.flat.focus .carat {
	background: url(../images/arrow-active.png) no-repeat;
}

/* sort: old select (hidden) */
.flat .old {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.flat select {
	position: absolute;
	left: 0px;
	top: 0px;
}
.flat.touch select {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

/* sort: selected feedback item */ 
.flat .selected,
.flat li {
	display: block;
	padding: 0 12px;
	overflow: hidden;
	white-space: nowrap;
}
.flat .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	border-radius: 0 5px 5px 0;
	box-shadow: inset -55px 0 25px -20px #f5f5f5;
}
.flat:hover .selected::after,
.flat.focus .selected::after {
	box-shadow: inset -55px 0 25px -20px #1670e0;
}

/* sort: drop down wrapper */
.flat div {
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 34px;
	background: #1670e0;
	overflow: hidden;
	color: #04724E;
	border-radius: 0 0 5px 5px;
}
.flat:hover div {
	background: #1670e0;
	border-radius: 0 0 5px 5px;
}
.flat.open div {
	opacity: 1;
	z-index: 2;
}

/* sort: fade overlay for scrolling lists */
.flat.scrollable div::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	box-shadow: inset 0 -50px 30px -35px #1670e0;
}
.flat.scrollable:hover div::after {
	box-shadow: inset 0 -50px 30px -35px #1670e0;
}
.flat.scrollable.bottom div::after {
	opacity: 0;
}

/* sort: drop down list */
.flat ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
}
.flat.scrollable.open ul {
	overflow-y: auto;
}

/* sort: drop down list items */
.flat li {
	list-style: none;
	padding: 0 12px;
	border-top: 1px solid #347eda;
	color: #fff;
}
.flat li.focus {
	background: #1670e0;
	position: relative;
	z-index: 3;
	color: #fff;
}
.flat li:hover {
	background: #1f76e2;
	color: #fff;
}

/* entries */
.main .entries {
	border-top: 1px solid #e8e8e8;
}
.block {
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}
.block p {
	margin: 5px 0 10px 0;
}
.block .preview {
	display: block;
	width: 214px;
	height: 150px;
	float: left;
}
.block .info {
	float: left;
	width: 551px;
	padding: 10px 0 10px 20px;
	overflow: hidden;
}
.block .info .tag {
	font-size: 12px;
	margin: 8px 0;
}
.block .info .tag a {
	text-decoration: none;
	border-bottom: 1px solid #525252;
}
.block .info .tag a:hover {
	text-decoration: none;
	border-bottom: 1px solid #3779ca;
}
.block .info h3 {
	font-family: 'MuseoSansCyrl-300', Arial, Tahoma, sans-serif;
	color: #3779ca;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.block .info h3:hover span {
	border-bottom: 1px solid #3779ca;
	cursor: pointer;
}
.block .images {
	float: right;
	width: 405px;
	height: 160px;
}
.block .images a {
	display: block;
	width: 125px;
	height: 70px;
	margin: 0 0 10px 10px;
	float: left;
	background: url(../images/no-image.jpg) no-repeat;
}
.block .line {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.block .line li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 12px;
	padding: 0 30px;
	line-height: 15px;
}
.block .line li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 15px;
	background: url(../images/line.png) no-repeat;
}
.block .line li:nth-child(2) {
	padding-left: 25px;
}
.block .line li:nth-child(2):before {
	background-position:  -19px 0;
}
.block .line li:nth-child(3):before {
	background-position: -38px 0;
}

/* pagenav */
.pagenav {
	text-align: center;
	clear: both;
	overflow: hidden;
}
.pagenav a {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 30px 5px 0 5px;
	background: url(../images/pagenav.png) no-repeat;
}
.pagenav a.next {
	background-position: -34px 0;
}

/* footer */
.bottom {
	height: 37px;
	clear: both;
	margin-top: -37px;
	position: relative;
	z-index: 9;
	border-top: 1px solid #eee;
}
.bottom .footer {
	width: 1200px;
	padding: 0 30px;
	position: relative;
	color: #73625b;
	margin: 0 auto;
	font-size: 11px;
}
.footer .logo {
	position: absolute;
	left: 30px;
	top: 12px;
	display: block;
	background: url(../images/thinglink.png) no-repeat;
	width: 60px;
	height: 13px;
}
.footer .copyright {
	position: absolute;
	left: 340px;
	top: 8px;
	font-family: 'MuseoSansCyrl-500', Arial, Tahoma, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}
.footer .nav {
	position: absolute;
	right: 280px;
	top: 8px;
}
.footer .nav li {
	float: left;
}
.footer .nav li a {
	text-transform: uppercase;
	color: #7c7c7c;
	padding: 0 22px 0 2px;
	text-decoration: none;
	font-family: 'MuseoSansCyrl-500', Arial, Tahoma, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}
.footer .social {
	position: absolute;
	right: 30px;
	top: 9px;
}
.footer .social li {
	display: block;
	float: left;
	margin-left: 25px;
}

/* modal */
.modal {
	width: 768px;
	margin: 80px auto;
	border-radius: 5px;
	background: #fff;
}
.modal .head {
	width: 768px;
	height: 80px;
	border-radius: 5px 5px 0 0;
	display: table-cell;
	vertical-align: middle;
}
.modal .head img {
	display: block;
	margin: 0 auto;
}
.modal .content {
	padding: 30px;
	clear: both;
	overflow: hidden;
}
.modal .info .left {
	width: 430px;
	float: left;
	border-right: 1px solid #deedf8;
	padding-right: 30px;
	margin-right: 30px;
}
.modal .info .left h1 {
	font-family: 'MuseoSansCyrl-300', Arial, Tahoma, sans-serif;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 10px;
}
.modal .info .left p {
	margin: 15px 0;
	font-size: 15px;
	line-height: 28px;
}
.modal .info .right {
	width: 216px;
	float: right;
}
.modal input[type=submit] {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	width: 216px;
	padding: 15px 0;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	font-family: 'MuseoSansCyrl-500', Arial, Tahoma, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	-webkit-appearance: none;
}
.modal input[type=submit]:focus {
	outline-style: none !important;
}
.modal .info .right .line {
	display: block;
	margin: 30px auto;
	padding: 0;
	overflow: hidden;
	color: #707579;
	text-align: center;
}
.modal .info .right .line li {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	font-size: 14px;
	padding-left: 31px;
	line-height: 15px;
}
.modal .info .right .line li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 15px;
	background: url(../images/line.png) no-repeat -57px 0;
}
.modal .info .right .line li:nth-child(2) {
	padding-left: 21px;
	margin-left: 18px;
}
.modal .info .right .line li:nth-child(2):before {
	width: 14px;
	background-position:  -19px 0;
}
.modal .info .right .attaches h3 {
	color: #707579;
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'MuseoSansCyrl-500', Arial, Tahoma, sans-serif;
	border-bottom: 1px solid #a2a7ab;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.modal .info .right .attaches a {
	display: block;
	width: 98px;
	height: 55px;
	margin: 5px;
	float: left;
}
.modal .entries {
	padding: 30px 15px;
}
.modal .entries .tabs {
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}
.modal .entries .tabs li {
	display: inline-block;
	cursor: pointer;
	width: 120px;
	height: 28px;
	padding-top: 6px;
	margin: 0 5px;
	border-radius: 5px;
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'MuseoSansCyrl-500', Arial, Tahoma, sans-serif;
	letter-spacing: 1px;
}
.modal .entries .tabs li.current {
	color: #fff;
}
.modal .entries .box {
	display: none;
	position: relative;
	color: #707579;
}
.modal .entries .box .item {
	margin: 0 15px 5px 15px;
	width: 216px;
	min-height: 160px;
	float: left;
}
.modal .entries .box .item p {
	margin-top: 7px;
	font-size: 12px;
	line-height: 16px;
}
.modal .entries .box .item p > a {
	text-decoration: none;
	border-bottom: 1px solid #787878;
}
.modal .entries .box .item p > a:hover {
	text-decoration: none;
	border-bottom: 1px solid #3779ca;
}
.modal .entries .visible {
	display: block;
}
.modal .other {
	padding: 25px 20px 20px 20px;
	border-radius: 0 0 5px 5px;
}
.modal .other h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'MuseoSansCyrl-500', Arial, Tahoma, sans-serif;
	font-size: 14px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}
.modal .other .item {
	margin: 0 10px 5px 10px;
	width: 162px;
	float: left;
}
.modal .other .item h3 {
	font-family: 'MuseoSansCyrl-300', Arial, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}
.modal .other .item p {
	font-size: 12px;
	line-height: 16px;
	margin: 2px 0;
}
.modal .other .item p > a {
	text-decoration: none;
	border-bottom: 1px solid #787878;
}
.modal .other .item p > a:hover {
	text-decoration: none;
	border-bottom: 1px solid #3779ca;
}

/* modal blue */
.modal_blue .head {
	background: #6bb3e9;
}
.modal_blue .info {
	background: #f6fbff;
	border-bottom: 1px solid #deedf8;
}
.modal_blue .other {
	background: #f6fbff;
	border-top: 1px solid #deedf8;
}
.modal_blue .info .left h1 {
	color: #3f89c1;
}
.modal_blue input[type=submit] {
	background: #6bb3e9;
}
.modal_blue .entries .tabs li {
	color: #6a6968;
	background: #edf6fe;
}
.modal_blue .entries .tabs li.current {
	background: #8bc5f1;
}
.modal_blue .pagenav a {
	background: url(../images/pagenav_blue.png) no-repeat;
	margin: 10px 5px 0px 5px;
}
.modal_blue .pagenav a.next {
	background-position: -34px 0;
}
.modal_blue .other h2 {
	color: #3f89c1;
}
.modal_blue .other .item h3 {
	color: #3f89c1;
}

/* modal gray */
.modal_gray .head {
	background: #3e3b38;
}
.modal_gray .info {
	background: #f6f5f3;
	border-bottom: 1px solid #ebe9e7;
}
.modal_gray .other {
	background: #f6f5f3;
	border-top: 1px solid #ebe9e7;
}
.modal_gray .info .left h1 {
	color: #3e3b38;
}
.modal_gray input[type=submit] {
	background: #3e3b38;
}
.modal_gray .entries .tabs li {
	color: #6a6968;
	background: #e0dedc;
}
.modal_gray .entries .tabs li.current {
	background: #bcbab8;
}
.modal_gray .pagenav a {
	background: url(../images/pagenav_gray.png) no-repeat;
	margin: 20px 5px;
}
.modal_gray .pagenav a.next {
	background-position: -34px 0;
}
.modal_gray .other h2 {
	color: #544032;
}
.modal_gray .other .item h3 {
	color: #625343;
}

.popup:focus{
	outline-style: none !important;
}