


/* Start:/bitrix/templates/nuclear/js/fancybox/jquery.fancybox.css*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/nuclear/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/nuclear/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/nuclear/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/nuclear/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/nuclear/js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/nuclear/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */



/* Start:/bitrix/templates/nuclear/components/bitrix/system.auth.form/bitrix/style.css*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url('/bitrix/templates/nuclear/components/bitrix/system.auth.form/bitrix/images/sec.png'); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url('/bitrix/templates/nuclear/components/bitrix/system.auth.form/bitrix/images/sec-unlocked.png');}

/* End */



/* Start:/bitrix/components/individ/main.register/templates/.default/style.css*/
span.bx-auth-secure {
	border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;
}
div.bx-auth-secure-icon {
	background:url('/bitrix/components/individ/main.register/templates/.default/images/sec.png') no-repeat center;
	width:19px; height:18px;
}
div.bx-auth-secure-unlock {
	background-image: url('/bitrix/components/individ/main.register/templates/.default/images/sec-unlocked.png');
}

/* End */



/* Start:/bitrix/templates/nuclear/components/bitrix/system.auth.form/.default/style.css*/
span.bx-auth-secure {
	border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;
}
div.bx-auth-secure-icon {
	background:url('/bitrix/templates/nuclear/components/bitrix/system.auth.form/.default/images/sec.png') no-repeat center;
	width:19px; height:18px;
}
div.bx-auth-secure-unlock {
	background-image: url('/bitrix/templates/nuclear/components/bitrix/system.auth.form/.default/images/sec-unlocked.png');
}

/* End */



/* Start:/bitrix/templates/nuclear/components/bitrix/breadcrumb/.default/style.css*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding:0 0 15px 0;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	
}

ul.breadcrumb-navigation span
{
	
}
/* End */



/* Start:/bitrix/templates/nuclear/components/bitrix/system.pagenavigation/.default/style.css*/
.pagenav{
	margin: 8px 0; width: auto; float: left;
	font-size:12px; font-weight:bold; color: #232323;
}
.ipad .pagenav{font-size:22px;}

.pagenav a.begin, .pagenav a.prev, .pagenav a.next, .pagenav a.end{
	display: inline-block; width:10px; height:9px;
	background: url('/bitrix/templates/nuclear/components/bitrix/system.pagenavigation/.default/images/ars.png') no-repeat 0 0;
}
.pagenav a.prev{background-position:0 -18px;}
.pagenav a.next{background-position:0 -27px;}
.pagenav a.end{background-position:0 -9px;}

.pagenav a{margin:0 2px; color: #232323; text-decoration:none; vertical-align:middle;}
.ipad .pagenav a{margin:0 10px;}

.pagenav input.inp{
	width:39px; height:24px; padding:0;
	background: transparent url('/bitrix/templates/nuclear/components/bitrix/system.pagenavigation/.default/images/inp.png') no-repeat 0 0;
	border:none;outline:none; text-align:center; vertical-align:middle;
	font-family: Arial, Verdana; font-weight:bold; color: #232323;
}
.ipad .pagenav input.inp{font-size:22px; width:41px; background-position:1px 0;}


.pagenav .info{font-size:15px; color:#6c6c6c; font-weight:normal; text-align:center;}
.pagenav .info span{font-size:12px;}
.ipad .pagenav .info{display:none;}
/* End */



/* Start:/bitrix/templates/nuclear/styles.css*/
/**
 * @category	Individ
 * 2013 Individ LTD (http://individ.ru)
 */

/* Defaults */
* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}

html {
	background: #fff;
	color: #000;
}
body {
	color: #444;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif;
	line-height: 1.5;
}

body.fonts1 {
	font-size: 16px;
	line-height: 1.6;
}
body.fonts2 {
	font-size: 20px;
	line-height: 1.7;
}

a {
	color: #065f9f;
	text-decoration: none;
}
a:hover {
	color: #76a9c4;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 10px 0;
}
h1 {
	font-size: 58px;
	line-height: 1;
	font-family: 'Cuprum', sans-serif;
	margin: 0 0 20px;
	padding: 0;
	color: #010101;
}
.lite-title h1 {
	font-size: 35px;
}
h2 {
	font-size: 35px;
	line-height: 1.2;
	font-family: 'Cuprum', sans-serif;
	color: #010101;
	margin: 20px 0;
}
h3 {
	font-size: 17px;
	line-height: 1.2;
	font-weight: bold;
	color: #010101;
	margin: 20px 0 10px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

p {
	margin: 0 0 1.3em;
}

b {
	color: #0f0f0f;
}
strong {
	font-size: 1.1em;
	color: #161616;
}

address {
	font-style: normal;
}

fieldset,
img {
	border: none;
}

q {
	quotes: "\201e" "\201c";
}

ul,
ol {
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 20px;
}
ul li {
	margin: 0 0 9px;
	padding: 0 0 2px 32px;
	background: url('/bitrix/templates/nuclear/images/m.png') no-repeat;
}
ol li {
	margin: 0;
	padding: 0.3em 0;
}
dl {
	display: block;
}
dl dt,
dl dd {
	float: left;
}
dl dt {
	clear: both;
	margin-right: 0.5em;
}
dl:after {
	clear: both;
	content: '';
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
select {
	font: inherit;
}

input,
textarea {
	outline: none;
}
input:active,
textarea:active {
	outline: none;
}
button,
input[type=button],
input[type=submit],
input[type=image] {
	cursor: pointer;
}
button[disabled],
input[type=button][disabled],
input[type=submit][disabled],
input[type=image][disabled] {
	color: #777;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0
}
::-webkit-input-placeholder {
	color: #777;
	line-height: 1;
}
:-moz-placeholder {
	color: #777;
}
.placeholder {
	color: #777;
}


/* Content styles */
.big {
	font-size: 1.3em;
}
.black {
	color: #272727;
}
.whiteblock {
	position: relative;
	background: #fff;
	border: solid 1px #c2c2c2;
	border-radius: 4px;
	font-size: 1.25em;
	line-height: 1.4;
	font-style: italic;
	text-align: center;
	color: #000;
	
	margin: 49px 0 60px;
	padding: 16px 12px 21px;
}
.whiteblock:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -84px;
	width: 701px;
	height: 84px;
	background: url('/bitrix/templates/nuclear/images/sh-whiteblock.png') no-repeat 0 0;
}
.l50 .whiteblock:after {
	width: 323px;
	background: url('/bitrix/templates/nuclear/images/sh-whiteblock-l.png') no-repeat 0 0;
}
.whitelite {
	background: #fff;
	border-radius: 4px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 20px;
	padding: 16px 12px 21px;
	box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.whitelite strong {
	font-size: 1.2em;
}
.infoblock {
	position: relative;
	padding: 0 0 0 40px;
	margin: 48px 0 60px;
}
.infoblock:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 24px;
	left: 0;
	top: 5px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat -360px -100px;
}
table.table {
	font-size: 13px;
	line-height: 1.2;
	color: #444;
}
table.table thead th:first-child {
	position: relative;
}
table.table thead th:first-child:before {
	content: '';
	display: block;
	position: absolute;
	width: 887px;
	height: 154px;
	margin: -105px 0 0 -94px;
	background: url('/bitrix/templates/nuclear/images/sh-th.png') no-repeat 0 0;
}
table.table th {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #161616;
	padding: 20px 20px;
}
table.table td {
	padding: 20px;
}
table.table tbody tr td:first-child:before {
	content: '';
	display: block;
	position: absolute;
	width: 741px;
	height: 2px;
	margin: -19px 0 0 -48px;
	background: url('/bitrix/templates/nuclear/images/sh-td.png') no-repeat 0 0;
}
table.table tbody tr:first-child td:first-child:before {
	display: none;
}
table.table tbody.showborder:before {
	content: '';
	display: block;
	position: absolute;
	width: 741px;
	height: 2px;
	margin-left: -37px;
	background: url('/bitrix/templates/nuclear/images/sh-td.png') no-repeat 0 0;
}
table.table a {
	text-decoration: none;
}
table.table a:hover {
	color: #76a9c4;
	text-decoration: none;
}

a.more {
	display: block;
	padding: 8px 0 12px;
	text-align: center;
	color: #878686;
	font-size: 1.2em;
	background: rgba(0, 0, 0, 0.05);
	text-decoration: none;
}
a.more span {
	border-bottom: dashed 1px #878686;
}

.imp {
	font-size: 1.3em;
	line-height: 1.4;
	color: #0f0f0f;
	padding: 0 0 0 20px;
	border-left: solid 7px #bc2010;
}
.imp .lightfont {
	font-size: 13px;
	line-height: 1.4;
}
.imp.lite {
	font-size: 1em;
	color: #444;
	padding-left: 14px;
}

.message-error {
	width: 465px;
	background: #fff;
	border: solid 1px #c2c2c2;
	border-radius: 4px;
	margin: 20px 0;
}
.message-error h2 {
	position: relative;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin: -1px -1px 0;
	padding: 8px 10px 8px 72px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #c21b09;
	background: -webkit-linear-gradient(top,  #c21b09 0%,#bf1b09 100%);
	background: -ms-linear-gradient(top,  #c21b09 0%,#bf1b09 100%);
	background: linear-gradient(to bottom,  #c21b09 0%,#bf1b09 100%);
}
.message-error h2:before {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: -6px;
	width: 55px;
	height: 55px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat -120px -160px;
}
.message-error .cont {
	padding: 20px;
}

.message-error p {
	margin: 0px;
}



/* Tools and utils */
a.fake {
	border-bottom: 1px dotted;
	text-decoration: none;
}
a.fake:hover {
	border-bottom-color: transparent;
}
ul.flat,
ol.flat {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.flat li,
ol.flat li {
	margin: 0;
	padding: 0;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}
.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	font-size: 0 !important;
	height: 0;
	line-height:0 !important;
	overflow: hidden;
}

.abs {
	position: absolute;
}
.rel {
	position: relative;
}
.left {
	float: left;
}
.right {
	float: right;
}
.dnone {
	display: none;
}
.dnone-lite {
	visibility: hidden; position: absolute; top: -9999px; left: -9999px;
}

.img {
	float: left;
	margin: 0 20px 5px 0;
}
.imgr {
	float: right;
	margin: 0 0 20px 18px;
}

.hr {
	height:1px;
	border-top: solid 1px #D7D7D8;
	margin: 20px 0;
}
.nowrap {
	white-space: nowrap;
}

.t_center {
	text-align: center;
}
.t_right {
	text-align:right;
}

.cleft {
	float: left;
	width: 255px;
}
.cright {
	float: right;
	width: 400px;
}

.l50 {
	float: left;
	width: 320px;
}
.r50 {
	float: right;
	width: 320px;
}

.block {
	margin: 0 0 20px;
}
.bblock {
	margin: 0 0 40px;
}
.bbblock {
	margin: 0 0 60px;
}
/* End */



/* Start:/bitrix/templates/nuclear/template_styles.css*/
/**
 * @category	Individ
 * 2013 Individ LTD (http://individ.ru)
 */

/* Defaults */

html,
body {
	width: 100%;
	background: #f4f2ec url('/bitrix/templates/nuclear/images/bg.png');
}
html {
	height: 100%;
}
body {
	min-height: 100%;
}

ol {
	padding-left: 20px;
}



/* Deny text selection, for IE use attribute unselectable="on" instead */
.no-user-select {
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}





/* Layout */
#layout {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFF;
}
.width, .layout-cont {
	margin: 0 auto;
	width: 974px;
}
.toparea {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 19px 0 22px;
}
.toparea img {
	float: left;
	margin: 0 28px 0 4px;
}
.toparea a, .toparea a:hover {
	color: #fff;
	text-decoration: none;
}
.toparea strong {
	display: block;
	float: left;
	color: #fff;
	font-family: 'Cuprum', sans-serif;
	font-size: 53px;
	line-height: 1;
	letter-spacing: -3px;
	margin: 7px 10px 0 0;
}
.toparea p {
	margin: 8px 0 0;
	line-height: 1.2;
	width: 150px;
	float: right;
}
#contentwrap{
	float: left;
	width: 100%;
}
#content{
	margin-right: 239px;
}
#rightcolumn{
	float: left;
	width: 220px;
	margin-left: -220px;
}
.page-cont {
	background: #f4f2ec url('/bitrix/templates/nuclear/images/bg.png');
	position: relative;
	padding: 19px 17px;
}
.page-cont:before {
	content: '';
	position: absolute;
	display: block;
	background: url('/bitrix/templates/nuclear/images/page-sh.png') no-repeat 0 0;
	width: 14px;
	/*height: 1093px; ??? */
	left: -14px;
	top: 0;
}
.page-cont:after {
	content: '';
	position: absolute;
	display: block;
	background: url('/bitrix/templates/nuclear/images/page-sh.png') no-repeat -14px 0;
	width: 14px;
	/*height: 1093px; ??? */
	right: -14px;
	top: 0;
}
.relative {
	position:relative;
}


/* Header */
#toptools {
	position: relative;
	min-height: 40px;
	color: #cacaca;
	background: #3b3b3b;
	background: -webkit-linear-gradient(top,  #3b3b3b 0%,#161616 100%);
	background: -ms-linear-gradient(top,  #3b3b3b 0%,#161616 100%);
	background: linear-gradient(to bottom,  #3b3b3b 0%,#161616 100%);
	
	box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	
	font-size: 13px;
	line-height: 1.5;
}
#toptools a {
	color: #cacaca;
	font-size: 14px;
	line-height: 1;
}
#toptools .login {
	float: left;
}
#toptools .login a {
	text-decoration: none;
	border-bottom: 1px solid #CACACA;
}
#toptools .links {
	display: inline-block;
	float: left;
	margin: 9px 41px 0 7px;
}
#toptools .links a {
	margin: 0 19px 0 0;
}
#toptools .soc {
	display: inline-block;
	font-style: italic;
	margin-top: 10px;
	float: left;
}
#toptools .soc a {
	margin: 0 0 0 1px;
	vertical-align: bottom;
}
a.ai {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/bitrix/templates/nuclear/images/i-soc.png') no-repeat;
	border-bottom: none !important;
}
.bx-ss-icon {
	width: 16px;
	height: 16px;
	background: url('/bitrix/templates/nuclear/images/i-soc.png') no-repeat;
}

.bx-ss-icon.livejournal{background-position: -22px 0;}
.bx-ss-icon.google{background-position: -45px 0;}
.bx-ss-icon.twitter{background-position: -67px 0;}
.bx-ss-icon.vkontakte{background-position: -90px 0;}

#toptools div.bx-auth-serv-icons {
	float: right;
	margin-left: 10px;
	margin-top: -2px;
}

#toptools div.bx-auth-serv-icons a {
	padding: 0;
	border: 0;
	margin: 0 0 0 1px;
}

#toptools div.bx-auth-serv-icons i {
	padding: 0;
	border: 0;
	margin: 0;
}

a.ai.a-lj{background-position: -22px 0;}
a.ai.a-gp{background-position: -45px 0;}
a.ai.a-tw{background-position: -67px 0;}
a.ai.a-vk{background-position: -90px 0;}

#toptools .tools {
	float: right;
}
#topfonts {
	display: inline-block;
}
#topfonts a {
	margin: 0 2px;
	border-bottom: dotted 1px #cacaca;
	vertical-align: text-bottom;
	cursor: pointer;
	text-decoration: none;
}
#topfonts a.active {
	border-bottom: none;
	cursor: default;
}
#toptools .fs1 {font-size: 10px;}
#toptools .fs2 {font-size: 14px;}
#toptools .fs3 {font-size: 19px;}
#toptools .sites {
	display: inline-block;
	font-size: 11px;
	background: #4e4e4e;
	border-radius: 4px;
	box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
	margin: 8px 8px 0 22px;
}
#toptools .sites a {
	display: inline-block;
	padding: 5px;
	text-decoration: none;
}
#toptools .sites a.active {
	color: #505050;
	border-radius: 4px;
	background: #f0f0f0;
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#bdbdbd 100%);
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#bdbdbd 100%);
	background: linear-gradient(to bottom,  #f0f0f0 0%,#bdbdbd 100%);
	box-shadow:  1px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

#auth {
	position: absolute;
	display: none;
	/*left: 10%;*/
	z-index: 50;
	width: 534px;
	background: #fff;
	border-radius: 4px;
	box-shadow:  2px 2px 4px 0px rgba(0, 0, 0, 0.3);
	margin: 11px 0 0;
}
#auth a.close {
	position: absolute;
	z-index: 60;
	display: block;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat -50px -70px;
	width: 26px;
	height: 26px;
	right: -8px;
	top: -8px;
	cursor: pointer;
	border: none;
}
#auth ul.tabs {
	margin: 0;
	padding: 0;
	position: relative;
	background: #e6e6e6;
	box-shadow: inset 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
	font-size: 0;
}
#auth ul.tabs li {
	margin: 0;
	padding: 0;
	position: relative;
	background: none;
	display: inline-block;
	width: 267px;
	text-align: center;
	font-size: 15px;
}
#auth ul.tabs li.active {
	background: #fff;
}
#auth ul.tabs li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 8px 0;
	border: none;
}
#auth ul.tabs li.active a {
	font-weight: bold;
	font-size: 19px;
}
#auth .pane {
	padding: 20px 30px;
	color: #525252;
}
#auth .pane .inputtext {
	width: 220px;
}
#auth .pane .inf {
	color: #a1a1a1;
}
#auth .pane .l {
	float: left;
	width: 220px;
}
#auth h3 {
	float:left;
}
#auth .pane .r {
	float: right;
	width: 220px;
}
#auth .login {
	float: none;
}
#auth .pane .form_footer {
	/*
	margin: 27px 0 0;
	*/
	margin: 16px 0 0 0;
}
.fonts1 #auth .pane .form_footer {margin-top: 33px;}
.fonts2 #auth .pane .form_footer {margin-top: 44px;}
#auth .pane.login .form_footer {
	margin-top: 17px;
}


#header {
	position: relative
}
#header:before {
	content: '';
	position: absolute;
	display: block;
	background: url('/bitrix/templates/nuclear/images/age.png');
	width: 35px;
	height: 36px;
	right: -25px;
	top: -25px;
}
#header .logo {
	float: left;
	margin: 0 47px 0 0;
	font-size: 0;
	line-height: 1;
}
#toplinks {
	font-size: 16px;
	line-height: 1.2;
	color: #065f9f;
	margin: 11px 0 0;
	font-family: 'Cuprum', sans-serif;
}
#toplinks a {
	padding: 0 7px;
	margin: 0 17px 0 0;
	text-decoration: none;
}
#toplinks a.active {
	background: #161616;
	color: #fff;
	text-decoration: none;
}
#toplinks a:before {
	content: '/';
	position: absolute;
	text-decoration: none;
	display: inline-block;
	margin: 0 0 0 -21px;
	color: #065f9f;
}
#toplinks a:hover {
	text-decoration: underline;
}

#toplinks a:before:hover {
	color: inherit;
}
#toplinks a:first-child:before {
	display: none;
}
#header nav {
	color: #fff;
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	margin: 23px 0 28px;
	background: #3b3b3b;
	background: -webkit-linear-gradient(top,  #3b3b3b 0%,#161616 100%);
	background: -ms-linear-gradient(top,  #3b3b3b 0%,#161616 100%);
	background: linear-gradient(to bottom,  #3b3b3b 0%,#161616 100%);
	
	border-radius: 4px;
}
#header nav table {
	width: 100%;
}
#header nav td {
	position: relative;
	text-align: center;
	padding: 0;
}
#header nav td:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#header nav td:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#header nav td:hover {
	background: #484848;
	background: -webkit-linear-gradient(top,  #484848 0%,#282828 100%);
	background: -ms-linear-gradient(top,  #484848 0%,#282828 100%);
	background: linear-gradient(to bottom,  #484848 0%,#282828 100%);
}
#header nav td.active {
	background: #d7200c;
	background: -webkit-linear-gradient(top,  #d7200c 0%,#b71b0a 100%);
	background: -ms-linear-gradient(top,  #d7200c 0%,#b71b0a 100%);
	background: linear-gradient(to bottom,  #d7200c 0%,#b71b0a 100%);
}
#header nav td:before {
	content: '';
	position: absolute;
	display: block;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat -220px -100px;
	width: 2px;
	height: 40px;
	margin: 0 0 0 -1px;
}
#header nav td:first-child:before {
	display: none;
}
#header nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 11px;
}
#top-social {
    height: 30px;
    position: absolute;
    right: 150px;
    text-align: right;
    top: 13px;
    width: 116px;
}




/* Content */
.sblock, #rightcolumn nav {
	background: #fff;
	box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	margin: 0 0 21px;
}
.sblock h2, #rightcolumn nav h2 {
	position: relative;
	font-size: 35px;
	line-height: 1.2;
	font-family: 'Cuprum', sans-serif;
	color: #fff;
	margin: 0;
	padding: 4px 10px 2px;
	
	background: #3b3b3b;
	background: -webkit-linear-gradient(top,  #3b3b3b 0%,#161616 100%);
	background: -ms-linear-gradient(top,  #3b3b3b 0%,#161616 100%);
	background: linear-gradient(to bottom,  #3b3b3b 0%,#161616 100%);
	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
	box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.sblock h2 a {
	color: #fff;
}
.sblock h2 a.go {
	display: block;
	position: relative;
}
.sblock h2 a.go:after {
	content: '';
	display: block;
	position: absolute;
	right: 2px;
	top: 5px;
	width: 30px;
	height: 30px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat -100px -100px;
}
.sblock h2 a.go:hover:after {
	background-position: -140px -100px;
	top: 4px;
	right: 0;
	width: 34px;
	height: 34px;
}
.sblock h2 .btn {
	position: absolute;
	top: 8px;
	right: 10px;
}
.sblock .cont {
	padding: 18px 18px 24px;
}
.sblock h3 {
	font-size: 18px;
	font-family: 'Cuprum', sans-serif;
	line-height: 1.1;
	margin: 12px -16px 6px;
	padding: 4px 0;
	color: #010101;
	text-transform: uppercase;
	background: #e4e8ee;
	text-align: center;
}
.sblock h4 {
	font-size: 18px;
	font-family: 'Cuprum', sans-serif;
	line-height: 1.1;
	margin: 0 0 3px;
}
.sblock h4 a {
	color: #065f9f;
	text-decoration: none;
}
.sblock h4 a:hover {
	color: #76A9C4;
}
.sblock a {
	text-decoration: none;
}

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

.sblock .play {
	position: relative;
	display: inline-block;
	font-size: 0;
	margin: 0 0 13px;
}
.sblock .play:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 49px;
	height: 47px;
	margin: -24px 0 0 -25px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat 0 -100px;
}
.sblock .inf {
	font-size: 13px;
	color: #888;
	margin: 0 0 3px;
}
.sblock label {
	display: block;
	color: #888;
	margin: 0 0 4px 18px
}
.sblock label input {
	position: absolute;
	margin: 3px 0 0 -18px
}
.fonts1 .sblock label input {margin-top: 7px;}
.fonts2 .sblock label input {margin-top: 10px;}

.sblock .news article {
	border-bottom: solid 1px #eee;
	padding: 0 0 14px;
	margin: 0 0 8px;
}
.sblock .news article:last-child {
	border: none;
}

.search {
	position: relative;
	margin: 0 0 17px;
}
.search .inputtext {
    margin: 0;
    padding: 5px 8px;
    width: 164px;
}

.search .btn, .search .btn:hover {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url('/bitrix/templates/nuclear/images/btn-search.png') no-repeat 0px -3px;
	width: 43px;
	height: 30px;
	text-indent: -9999px;
	border: none;
}
#right-gal-area {
	position: relative;
	margin: 9px 0 11px;
}
#right-gal-area .prev, #right-gal-area .next {
	position: absolute;
	width: 25px;
	height: 44px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat;
	top: 76px;
	left: -3px;
	cursor: pointer;
}
#right-gal-area .next {
	background-position: -25px 0;
	left: auto;
	right: -4px;
}
#right-gal {
	width: 170px;
	margin: 0 auto;
	overflow: hidden;
}
#right-gal .list {
	width: 9999px;
}
#right-gal article {
	width: 141px;
	padding: 10px;
	display: inline-block;
	background: #fff;
	margin: 2px 10px 8px 5px;
	box-shadow:  1px 1px 2px 0 rgba(0, 0, 0, 0.3);
	font-size: 0;
}

#right-news article {
	margin: 0 0 15px;
}
#right-news article:last-child {
	margin-bottom: 0;
}
#right-news .date {
	margin-right: 3px;
}
#right-news .access {
	margin: 0 0 0 2px;
}

#rightcolumn nav h2 {
	font-size: 22px;
	padding: 8px 10px;
}
#rightcolumn nav .sub {
	text-transform: uppercase;
}
#rightcolumn nav .sub a {
	display: block;
	text-decoration: none;
	padding: 8px 10px;
	border-bottom: solid 1px #EEE;
}
#rightcolumn nav .sub a:last-child {
	border-bottom: none;
}
#rightcolumn nav .sub a.active {
	background: #F1F2F4;
}
.arrow {
	background:url('/bitrix/templates/nuclear/images/sprite.png') no-repeat;
	background-position: -220px -70px;
	width:15px;
	height:13px;
	position:absolute;
	cursor:pointer;
}
.arrow.next {
	background-position: -220px -70px;
}
.arrow.prev {
	background-position: -200px -70px;
}




/* Main Page */
#main-tabs {
	font-size: 13px;
	line-height: 1.2;
	margin: 0 0 19px;
}
#main-tabs img {
	float: left;
}
#main-tabs .links {
	width: 209px;
	float: left;
}
#main-tabs .links a {
	display: block;
	position: relative;
	height: 85px;
	
	background: #ffffff;
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
	
	box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
#main-tabs .links a span {
	position: relative;
	display: block;
	padding: 14px;
}
#main-tabs .links a.active {
	box-shadow: none;
	background: none;
	color: #fff;
	cursor: default;
}
#main-tabs .links a.active:before {
	content: '';
	position: absolute;
	display: block;
	background: url('/bitrix/templates/nuclear/images/main-ar.png');
	width: 268px;
	height: 125px;
	left: -37px;
	top: -14px;
}

#main-topics {
	position: relative;
	background: #fff;
	border: solid 1px #c2c2c2;
	border-radius: 4px;
	margin: 0 0 18px;
	min-height: 44px;
	
}

.fonts0 #main-topics {
	height: 44px;
}

#main-topics.expo {
	z-index: 100;
}

#main-topics.expo a {
	line-height: 43px;
}


#main-topics:before {
	content: '';
	display: block;
	position: absolute;
	left: -12px;
	top: -9px;
	width: 17px;
	height: 68px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat -203px -160px;
}
#main-topics h2 {
	position: relative;
	color: #FFF;
	font-size: 22px;
	line-height: 1;
	font-family: 'Cuprum', sans-serif;
	float: left;
	padding: 18px 13px 22px 18px;
	margin: -6px 0 0 0;
	background: url('/bitrix/templates/nuclear/images/sprite.png') 5px -243px;
}
#main-topics h2:after {
	content: '';
	display: block;
	position: absolute;
	width: 28px;
	height: 68px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat -264px -160px;
	top: -3px;
	right: -28px;
}
#main-topics .links {
	display: inline-block;
	margin: 2px 0 0;
	padding-left: 30px;
}
#main-topics a {
	white-space: nowrap;
	margin: 0 21px 0 0;
	text-decoration: none;
	padding: 0 4px;
}

#main-topics a.active {
	background-color: #dbdbdb;
}

#main-topics a:hover {
	text-decoration: underline;
}

#main-news {
	width: 270px;
	float: left;
	margin: 0 10px 0 0;
}

.main-center {
	width: 408px;
	float: right;
}

#main-block article {
	border-bottom: solid 1px #c9c9c8;
	padding: 0 0 23px;
	margin: 0 0 23px;
}
#main-block article:last-child {
	
}
#main-block .img {
	float: left;
	/*width: 120px;*/
	margin: 0;
	position: relative;
	font-size: 0;
	line-height: 0;
}
#main-block .img .i {
	position: absolute;
	color: #fff;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	padding: 6px 8px 10px;
	width: 100%;
	font-size: 12px;
	line-height: 1.2;
	
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#main-block .img .i a {
	color: #fff;
}
#main-block .text {
	float: right;
	width: 273px;
	margin: -3px 0 0;
	line-height: 1.2;
}
#main-block .pre {
	font-size: 0.9em;
	color: #696969;
	margin: 0 0 12px;
}
#main-block .info {
	position: relative;
	background: #fff;
	font-size: 0.9em;
	font-style: italic;
	padding: 12px 20px 12px 61px;
	line-height: 1.3;
}

#main-block .info:before {
	content: '';
	display: block;
	position: absolute;
	left: 13px;
	top: 16px;
	width: 33px;
	height: 26px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat -180px -100px;
}
#main-block .info:after {
	content: '';
	display: block;
	position: absolute;
	left: 24px;
	bottom: -18px;
	width: 225px;
	height: 18px;
	background: url('/bitrix/templates/nuclear/images/sh-info.png') no-repeat 0 0;
}
#main-block strong {
	font-size: 1.7em;
	font-family: 'Cuprum', sans-serif;
	font-weight: normal;
}
#main-block strong a {
	text-decoration: none;
}

#main-block strong a:hover {
	text-decoration: underline;
}

#main-offline article {
	margin: 0 0 10px;
}
#main-offline article:last-child {
	margin-bottom: 0;
}
#main-offline .img {
	width: 150px;
	margin: 0;
}
#main-offline .text {
	float: right;
	width: 205px;
}

#main-opinions {
	width: 406px;
	margin: 0;
}
#main-opinions a {
	text-decoration: none;
}
#main-opinions article {
	position: relative;
	margin: 0 0 30px;
	padding: 20px;
	background: url('/bitrix/templates/nuclear/images/opinions-top.png') no-repeat;
}
#main-opinions article:after {
	content: '';
	position: absolute;
	width: 406px;
	height: 15px;
	bottom: -15px;
	left:0;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat 0 -50px;
}
#main-opinions article img {
	float: left;
	margin: 0 10px 5px 0;
	box-shadow:  2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
#main-opinions article h2 {
	margin: 0;
	padding: 0;
	color: #010101;
	font-size: 17px;
	line-height: 1.2;
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
#main-opinions article .prop {
	font-size: 12px;
	color: #8a8a8a;
	margin: 0;
}


/* Gallery */
#photo-and-video {
	
}
#photo-and-video .gallery {
	float:left;
	width:295px;
	margin-right:40px;
}
.gallery {
	margin: 0;
}
.gallery a {
	text-decoration: none;
}
.gallery article {
	position: relative;
	float: left;
	width: 295px;
	height: 240px;
	margin: 0 0 40px 0;
	background: url('/bitrix/templates/nuclear/images/gal-bg.png') no-repeat 0 3px;
}
.gallery article:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	z-index: 10;
	height: 42px;
	background: url('/bitrix/templates/nuclear/images/gal-corner.png') no-repeat 0 0;
}
.gallery article.video {
	background: none;
}
.gallery article.video:before {
	display: none;
}
#gallery {
	margin: 0;
}
#gallery a {
	text-decoration: none;
}
#gallery article {
	position: relative;
	float: left;
	width: 295px;
	height: 240px;
	margin: 0 0 40px 0;
	background: url('/bitrix/templates/nuclear/images/gal-bg.png') no-repeat 0 3px;
}
#gallery article:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	z-index: 10;
	height: 42px;
	background: url('/bitrix/templates/nuclear/images/gal-corner.png') no-repeat 0 0;
}
#gallery article.video {
	background: none;
}
#gallery article.video:before {
	display: none;
}
article.video .img:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 49px;
	height: 47px;
	margin: -24px 0 0 -25px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat 0 -100px;
}

.video .img {
	position: relative;
}
#gallery article .img {
	position: relative;
	float: none;
	margin: 0 0 15px;
}
#gallery article:nth-child(2n){
	margin-right: 0;
	margin-left: 20px;
}
#gallery article .date {
	margin: 0;
	color: #444;
	font-size: 0.9em;
}
#gallery article .title {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3;
}
#gallery .links {
	position: relative;
	top: -20px;
}



/* News */
#news article {
	border-bottom: solid 1px #dfd1d8;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
#news article:last-child {
	border-bottom: none;
}
#news article h2 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}
#news article h2 a {
	color: #065f9f;
	text-decoration: none;
}

#news article h2 a:hover {
	text-decoration: underline;
}

#news article .l {
	float: left;
	width: 180px;
	color: #808080;
}
#news article .l .i {
	border-top: solid 1px #dfd1d8;
	margin: 8px 0 0;
	padding: 8px 0 0;
}
#news article .pre {
	float: right;
	width: 500px;
}

#news-detail {
	padding: 0 0 10px;
	margin: 0 0 30px;
	border-bottom: solid 1px #d9dbd6;
	position: relative;
}
#news-comments {
	margin: 0 0 20px;
}
#news-comments .line h2 {
	display: inline-block;
}
#news-comments .line span {
	font-size: 27px;
	line-height: 1;
	color: #010101;
	background: #ccd2d4;
	font-family: 'Cuprum', sans-serif;
	padding: 0 10px;
	margin: 0 0 0 10px;
}
#news-comments .line .add {
	color: #065f9f;
	font-size: 17px;
	text-decoration: none;
	border-bottom: dotted 1px #065f9f;
	vertical-align: super;
}
#news-comments article {
	margin: 0 0 20px;
}
#news-comments .title {
	font-size: 12px;
	color: #8a8a8a;
	margin: 0 0 6px;
}
#news-comments .text {
	margin: 0 0 6px;
}

/* Personal - subscription*/
#subscription article {
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
#subscription article:after {
	content: '';
	display: block;
	position: absolute;
	width: 741px;
	height: 2px;
	bottom: 0;
	left: -20px;
	background: url('/bitrix/templates/nuclear/images/sh-td.png') no-repeat 0 0;
}
#subscription article:last-child:after {
	display: none;
}
#subscription h2, #subscription label {
	position: relative;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	line-height: 1.2;
	margin: 0 0 8px;
}
/*
#subscription h2.rus:after, #subscription h2.eng:after {
	content: '';
	display: block;
	position: absolute;
	right: -40px;
	top: -3px;
	width: 36px;
	height: 23px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat -280px -100px;
}
*/
#subscription h2.eng:after {
	background-position: -320px -100px;
}
#subscription article .text {
	margin: 0 0 20px;
}
#subscription article .inputselect {
	width: 220px;
	margin: 0 10px 0 0;
}

/* Events */
.event-prev {
	padding-left: 20px;
	border-left: 5px solid #DA1F0A;
	margin-bottom: 20px;
	font-weight: bold;
}

.contact-info {
	position: relative;
	background: #fff;
	padding: 12px;
	margin-bottom: 20px;
	text-align: center;
}

.medialinked {
	position: relative;
	float: left;
	width: 295px;
	height: 240px;
	margin: 0 40px 10px 0;
	background: url('/bitrix/templates/nuclear/images/gal-bg.png') no-repeat 0 3px;
}

.medialinked:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	z-index: 10;
	height: 42px;
	background: url('/bitrix/templates/nuclear/images/gal-corner.png') no-repeat 0 0;
}
.medialinked.video:before {
	background: none;
}

/* Blog custom styles */

div.blog-mainpage-side-left {
	width: 68%;
}

div.blog-mainpage-side-right {
	width: 31%;
}

.blog-mainpage-content {
	font-size: 13px;
}

/* Footer */
#footer {
	background: #171717;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	padding: 15px 0;
}
#footer .width {
	background: #171717;
}
#footer a {
	color: #fff;
}
#footer a.ai {
	margin-top: 4px;
}
#footer nav ul {
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
}
#footer nav ul li {
	margin: 0 0 4px;
	padding: 0;
	background: none;
}
#footer .l {
	float: left;
	width: 450px;
}
#footer .r {
	float: right;
	width: 300px;
	text-align: right;
}

#access-info, 
#access-info-subs,
#vote-access-auth,
#vote-access-voted {
	display: none;
	position: absolute;
	z-index: 80;
	width: 200px;
	background: #fff;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	padding: 10px 20px;
	margin: 20px 0 0 -120px;
}



/* Loading indicator */
.loading-indicator {
	position: relative;
}
.loading-indicator .loading-layer,
.loading-indicator .loading-icon {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
}
.loading-indicator .loading-layer {
	background-color: #fff;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.loading-indicator .loading-icon {
	background: url('/bitrix/templates/nuclear/images/loading.gif') no-repeat center center transparent;
}




/* Bitrix loading indicator overrides */
body div.waitwindowlocalshadow {
	background: url('/bitrix/templates/nuclear/images/loading.gif') no-repeat center center rgba(255, 255, 255, 0.3);
	border: none;
}
body div.waitwindowlocalshadow + div.waitwindowlocal {
	display: none;
}




/* Form */
.form label {
}
.form .field {
	margin: 0 0 10px;
}
.form-required,
.starrequired,
.required {
	color: red;
	display: inline;
	margin: 0;
}
.form .form_footer {
}
.form .form_info {
}

#layout .form_footer .btn {
	margin: 7px 0 12px 0;
}

#authtab-2 .form .form_info {
	margin-top: 15px;
}

input[type="text"], input[type="password"], .inputtext, textarea {
	background: #fff;
	border: solid 1px #d9d9d9;
	border-radius: 4px;
	line-height: 1.4;
	vertical-align: middle;
	font-family: 'PT Sans', sans-serif;
	padding: 4px 5px 4px 8px;
	font-size: 13px;
}

.inputselect {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 1;
	border: solid 1px #d9d9d9;
	border-radius: 4px;
	padding: 3px;
	vertical-align: middle;
}

input.inputtext::-webkit-input-placeholder {
	font-size: 23px;
	line-height: 1;
	padding-top: 2px;
}
.btn {
	display: inline-block;
	border: solid 1px #e85b4b;
	border-bottom-color: #6b0f05;
	border-radius: 4px;
	font-family: 'Cuprum', sans-serif;
	font-size: 17px;
	color: #fff;
	text-align: center;
	padding: 5px 12px;
	vertical-align: middle;
	
	background: #df1f0a;
	background: -webkit-linear-gradient(top,  #df1f0a 0%,#bf1b09 100%);
	background: -ms-linear-gradient(top,  #df1f0a 0%,#bf1b09 100%);
	background: linear-gradient(to bottom,  #df1f0a 0%,#bf1b09 100%);
	
	box-shadow:  1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn:hover {
	color: #fff;
	text-decoration: none;
	background: #fe2b14;
	background: -webkit-linear-gradient(top,  #fe2b14 0%,#c62210 100%);
	background: -ms-linear-gradient(top,  #fe2b14 0%,#c62210 100%);
	background: linear-gradient(to bottom,  #fe2b14 0%,#c62210 100%);
}



/* Tools */
.notetext, .errortext {
	margin-bottom: 15px;
	font-weight: bold;
}
.errortext {
	color: #C40404;
}
.props, .prop {
	font-size: 12px;
	line-height: 1.2;
	color: #808080;
	margin: 5px 0 0;
}
.date {
	margin: 0 15px 0 0;
}
a.comm {
	position: relative;
	font-size: 12px;
	line-height: 1.2;
	padding: 0 0 0 24px;
	text-decoration: none;
}
a.comm:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 17px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat 0 -70px;
}
.access, .access-subs {
	display: inline-block;
	width: 11px;
	height: 14px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat -30px -70px;
	vertical-align: top;
	margin: 0 10px;
}
.like, .dislike {
	position: relative;
	display: inline-block;
	margin: 0 6px;
	padding: 0 0 0 20px;
	color: #458b00;
	font-size: 12px;
	cursor: pointer;
}
.dislike {
	color: #c60000;
}
.like:before, .dislike:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 16px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat -100px -70px;
}

span.dislike:before {
	background-position: -140px -70px;
}

a.goto {
	position: relative;
	display: inline-block;
}
a.goto:after {
	content: '';
	display: block;
	position: absolute;
	right: -12px;
	top: 9px;
	width: 8px;
	height: 5px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat -180px -70px;
}

a.rss {
	display: inline-block;
	width: 39px;
	height: 38px;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat -230px -100px;
	margin: -10px 10px 0;
	vertical-align: middle;
}

a.rss.for-h1 {
	margin-top: 11px;
}

ul.breadcrumb-navigation li {
	background:none;
	padding-left:0;
	padding-right:10px;
}

#monthfilter {
	position: relative;
	font-size: 14px;
}
#years-gal-area {
	position: relative;
	padding: 0;
}
#years-gal-area a.prev, #years-gal-area a.next {
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 13px;
	padding: 0;
	margin: 0;
	background: url('/bitrix/templates/nuclear/images/sprite.png') no-repeat -200px -70px;
	cursor: pointer;
}
#years-gal-area a.next {
	left: auto;
	right: 0;
	background-position: -220px -70px;
}
#years-gal {
	overflow: hidden;
	width: 626px;
	margin: 0 auto;
}
#years-gal .list {
	width: 9999px;
}
#monthfilter .list a, #monthfilter .list span {
	color: #444444;
	text-decoration: none;
	padding: 0 10px 1px;
	margin: 0 8px 0 0;
	display: inline-block;
	width: 32px;
	text-align: center;
}
#monthfilter .list a.active {
	background: #bfc5c9;
}
#monthfilter .month {
	position: absolute;
	z-index: 50;
	display: none;
	width: 280px;
	margin: 14px 0 0;
	padding: 15px 20px;
	border-radius: 4px;
	background: #fff;
	font-size: 12px;
	box-shadow:  1px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
#monthfilter .month:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: -20px;
	left: 20px;
	border: solid 10px transparent;
	border-bottom-color: #fff;
}
#monthfilter .month a {
	color: #065f9f;
	padding: 0;
	margin: 0 6px 0 0;
}

#content ul.tabs {
	margin: 0;
	font-size: 0;
}
#content ul.tabs li {
	display: inline-block;
	margin: 0;
	padding: 8px 30px;
	background: none;
	font-size: 15px;
	border-bottom: solid 1px #cecfcf;
}
#content ul.tabs li a {
	color: #010101;
	text-decoration: none;
	border-bottom: dotted 1px #010101;
}
#content ul.tabs li.active {
	border: solid 1px #cecfcf;
	border-bottom: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#content ul.tabs li.active a {
	font-weight: bold;
	border-bottom: none;
}
#content .panes {
	margin: 20px 0;
	float: left;
}

.promo b {
	display: block;
	font-size: 28px;
	font-weight: normal;
	color: #BC2010;
}
.promo strong {
	display: block;
	font-size: 47px;
	line-height: 1;
	font-weight: bold;
	color: #BC2010;
	margin: 0 0 0 25px;
}
.promo p {
	margin: 0 0 20px 25px;
}

.photo-page-main li {
	background: none;
}

div.photo-page-main div#photo-main-page-right {
	position: relative;
	right: 0;
	left: 0;
}

.album {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.album img {
	margin-bottom: 10px;
}

table.actions tfoot td {
	padding-left: 0px;
	padding-right: 0px;
}

.body-blog ul li, ul.blog-navigation li {
	margin: 0;
	background: none;
	padding: 0;
}

.inactive {
	background: #FFAFAF;
	padding: 10px;
}

.declined {
	width: 450px;
	background: #FFF;
}

.declined h3 {
	color: #FFF;
	background: #FE2B14;
	
	display: blocks;
	border: solid 1px #E85B4B;
	border-bottom-color: #6B0F05;
	border-radius: 4px 4px 0 0;
	font-family: 'Cuprum', sans-serif;
	font-size: 17px;
	color: #FFF;
	padding: 5px 12px;
	vertical-align: middle;
	background: #DF1F0A;
	background: -webkit-linear-gradient(top, #DF1F0A 0%,#BF1B09 100%);
	background: -ms-linear-gradient(top, #df1f0a 0%,#bf1b09 100%);
	background: linear-gradient(to bottom, #DF1F0A 0%,#BF1B09 100%);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.declined .desc {
	padding: 6px 20px 1px 20px;
}

.bannerlink {
	float: left;
}

.fancybox-inner {
	padding: 0 2px 11px 0;
}

.vote-items-list {
	list-style: none;
}

/* Рейтинг */

div.vote-item-title {
	font-weight: bold;
	margin-bottom: 10px;
}

div.voting-form-box {
	margin: 20px 0;
	padding: 0 10px 20px 10px;
	border: 0;
}

ol.vote-items-list {
	margin-bottom: 20px;
	padding-left:5px;
}

.voted_yes {
	cursor: default;
}

.voted_goauth {
	cursor: default;
	display: inline-block;
	position: relative;
}
#right-poll input[type="checkbox"] {
	display: block;
	margin:5px 0 0 -28px;
}


a.admin-moderate {
	border-bottom: dashed 1px;
}

.moderate-container {
	margin-top: 10px;
	padding: 5px;
	background-color: #FFF;
	width: 140px;
}

.moderate-container p {
	margin: 0;
	padding: 0;
}

.moderate-container input {
	width: 135px;
}

.moderate-container .sendvotes {
	width: 100%;
	margin-top: 6px;
}

/* Tabs */
.tabs h3 {
	float: left;
	margin-right: 20px;
}

.tabs a {
	margin: 2px 10px;
}

.tabs a.active {
	background: #BFC5C9;
}

.tabcont {
	float: left;
	margin-bottom: 20px;
	display: none;
}

.tabcont.active {
	display: block;
}

/* Suppliers */
.suppl-column {
	width: 33%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.box-containers {
	margin-top: 20px;
	float: left;
	width: 100%;
}

.imgcont {
	width: 100%;
	float: left;
}

.mbottom {
	margin-bottom: 20px;
}

.mtop {
	margin-top: 15px;
}

.error-message p {
	color: #C51B1F;
}

/* Стилизуем чекбоксы */

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label {
  color: #444;
  cursor: pointer;
}
input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 27px;
    width: 27px;
    margin: 0 5px 0 0;
    background-image: url('/bitrix/templates/nuclear/images/bigchecbox.png');
    background-repeat: no-repeat;
}
input[type="checkbox"] + label::before {
    background-position: 0 -29px; 
}

input[type="checkbox"]:checked + label::before {
    background-position: 0 0;
}

input[type="checkbox"]:disabled + label::before {
    background-position: -152px -260px;
}
input[type="checkbox"]:checked:disabled + label::before {
    background-position: -171px -260px;
}

#add-products label span {
	margin-top: -27px;
	margin-left: 37px;
	display: block;
}

#subscription article .text {
	margin-top: 7px;
}

label > span {
	margin-top: -27px;
	display: block;
	margin-left: 39px;
}

/* / Стилизуем чекбоксы */

span.red {
	color: red;
}

.sale_order_full_table_no_border input {
	margin-bottom: 5px;
}

.profile form label {
	display: block;
	width: 250px;
	float: left;
}

.order ul {
	padding-left: 18px;
}

.order ul li {
	list-style: disc;
	padding: 0;
	margin: 0;
	background: none;
}

.leftorder {
	width: 460px;
	float: left;
}

.rightorder {
	width: 240px;
	float: left;
}

.rightorder p {
	background-color: #CCC;
	padding: 10px;
	display: block;
	margin-top: 10px;
}

#toptools .authorized-form {
	width: 400px;
	float: left;
}

#toptools .login .links a {
	text-decoration: none;
	border-bottom: dotted 1px #CACACA;
}

.user-name {
	float: left;
	position: relative;
	padding: 11px 0px 10px 25px;
}

.user-name a:before {
	content: '';
	height: 13px;
	width: 14px;
	background: url('/bitrix/templates/nuclear/images/user.png') no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 14px;
}

.user-name > a {
	text-decoration: underline;
}

.logout {
	padding: 7px;
	background: none;
	color: #FFF;
	border: none;
	color: #CACACA;
	display: inline;
	text-decoration: underline;
}

.main-map ul {
	list-style: disc;
	background: none;
	margin: 10px 0px 0px 40px;
}

.main-map ul li {
	background: none;
	margin: 0;
	padding-left: 0;
}

#add-products .you-subscribed label span {	margin-left: 0;
}

#add-products .you-subscribed label span > i, div.you-subs-note {
	color: #C40404;
	font-style: normal;
}

div.you-subs-note {
	font-size: 17px;
	font-weight: bold;
	position: absolute;
	right: 50px;
	bottom: 18px;
}

.searchform {
	margin-bottom: 20px;
}

.mbottom {
	margin-bottom: 20px;
}

h1.rss-yes {
	float: left;
}

/* Инфографика Weekly */

.nomargin {
	margin: 0;
	position: relative;
	display: inline-block;
}

.field.nomargin {
	margin: 0;
}

.weekly-left {
	width: 373px;
	float: left;
	text-align: left;
	padding-right: 23px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.weekly-left p {
	font-size: 13px;
}

.weekly-left .btn {
	margin-bottom: 10px;
}

.weekly-right {
	width: 300px;
	float: left;
	text-align: left;
}

.noitalic {
	font-style: normal;
}

.fullwiedth {
	width: 100%;
	float: left;
}

.big52 {
	font-size: 128px;
	font-weight: bold;
	color: #C70000;
	width: 130px;
	height: 128px;
	float: left;
	line-height: 128px;
	margin-top: -7px;
}

.big90 {
	font-size: 79px;
	font-weight: bold;
	color: #C70000;
	width: 102px;
	height: 79px;
	float: left;
	line-height: 79px;
}

.qtimes {
	float: left;
	width: 155px;
	height: 68px;
	margin-top: 40px;
	font-size: 25px;
	margin-left: 14px;
	color: #C70000;
}

.infop {
	float: left;
	padding-left: 50px;
	font-size: 13px;
}

.wrap90 {
	float: right;
	width: 320px;
	text-align: left;
}

.p90 {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	font-size: 13px;
}

.dark-p {
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding-left: 13px;
	text-transform: uppercase;
}

.rublei {
	height: 20px;
	width: 191px;
	float: left;
	font-size: 21px;
	margin-top: 14px;
	line-height: 22px;
	color: #C70000;
}

#pupuped-weekly {
	background-color: #FFF;
	display: inline-block;
	padding: 10px;
}

#pupuped-weekly .left-text {
	width: 471px;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 438px;
}

#pupuped-weekly img {
	width: 228px;
	float: left;
}

p.f-links a {
	margin: 0 0 4px;
	display: block;
}

/* Responsive: width <= 960px */
@media screen and (max-width: 960px), screen and (max-device-width: 960px) {
	.layout-width {
		width: 640px;
	}
}




/* Responsive: width <= 660px */
@media screen and (max-width: 660px), screen and (max-device-width: 660px) {
	.layout-width {
		width: 320px;
	}
}




/* Printer version */
@media print {
	.toparea,
	#toptools,
	#toplinks,
	#header nav,
	#rightcolumn,
	#footer,
	#main-tabs,
	#main-news,
	#main-topics,
	.btn,
	.addthis_toolbox,
	.calendar-icon,
	.comm,
	#news-comments,
	.block a > img,
	.print-event,
	.i
	{
		display: none;
	}
	
	#content {
		margin: 0;
	}
	
	.main-center {
		width: 100% !Important;
	}
	
	input, textarea {
		border: none !Important;
	}
	
	.logo {
		margin-bottom: 40px;
		height: 80px;
	}
	
	#main-block .img {
		width: 15%;
	}
	
	#main-block .text {
		width: 85%;
	}
	
	#main-offline {
		display: none;
	}
	
	#main-opinions {
		width: 100%;
	}
	
	#main-opinions article {
		background: none;
	}
	
	#content #news-detail {
		border: none;
	}
}

/* Placeholders styling */
::-webkit-input-placeholder {
	font-size: 13px !Important;
}

:-moz-placeholder { /* Firefox 18- */
	font-size: 13px !Important;
}

::-moz-placeholder {  /* Firefox 19+ */
	font-size: 13px !Important;
}

:-ms-input-placeholder {  
	font-size: 13px !Important;
}

#register-form-inpage .field > label {
    display: block;
    width: 200px;
}

#add-comment {
	display: none;
	margin-bottom: 15px;
}

.supplier-item {
	width: 320px;
	float: left;
	padding-right: 20px;
}

.two-sup {
	float: left;
}

table.table td:first-child {
	width: 35%;
}

table.table td:second-child {
	width: 35%;
}

.print-event > a {
	position: absolute;
	padding: 5px 5px 5px 36px;
	right: 0;
	width: 180px;
	background: rgba(0, 0, 0, 0) url('/bitrix/templates/nuclear/images/print.png') no-repeat 10px 12px;
}

/* Вертикальное выравнивание */
.is-table {
	display: table !Important;
	height: 40px;
}

.is-table .table-cell {
	display: table-cell;
	vertical-align: middle;
}

.is-table .center-block {
	margin: 0 auto;
}

.w35percent {
	width: 35%;
	float: left;
}

.w65percent {
	width: 65%;
	float: left;
}

.bottomborder {
	margin-bottom: 65px;
}

#orphus {
	width: 200px;
	height: 30px;
	display: block;
	float: right;
}

.inf .i {
	margin-left: 10px;
}

p.allreq {
	margin: 10px 0 0 0;
}
/* End */
/* /bitrix/templates/nuclear/js/fancybox/jquery.fancybox.css */
/* /bitrix/templates/nuclear/components/bitrix/system.auth.form/bitrix/style.css */
/* /bitrix/components/individ/main.register/templates/.default/style.css */
/* /bitrix/templates/nuclear/components/bitrix/system.auth.form/.default/style.css */
/* /bitrix/templates/nuclear/components/bitrix/breadcrumb/.default/style.css */
/* /bitrix/templates/nuclear/components/bitrix/system.pagenavigation/.default/style.css */
/* /bitrix/templates/nuclear/styles.css */
/* /bitrix/templates/nuclear/template_styles.css */
