body {
	background-color: #e9eff4;
	font-family: Arial, Helvetica;
}

/* .nws new news overrides */
.nws .article .topPanel {
	border-top: 0;
	width: 100%;
	height: 30px;
}
.nws .article .headerMenu .calendar,
.nws .article .headerMenu .nameDay,
.nws .article .headerMenu .linkMagazines a{
	font-weight: normal;
	color: #707B87;
	font-size: 15px;
	border: 0;
}

.nws .nws-notit {
	height: 5px;
	overflow: hidden;
}

.nws #breadcrumbs {
	background: transparent;
	border-bottom: 0px;
}
.nws .nws-art.articleContainer.bigArticle h3.title {
	padding-top: 336px
}
.nws .nws-art.articleContainer.bigArticle h3.title a {
	font-size: 36px;
	padding-right: 20px;
	display: block;
}
.nws .article .headerMenu .calendar {
	font-weight: bold;
}
.nws .article .headerMenu .calendar span{
	display: inline-block;
	width: 15px;
	text-align: right;
}
.nws .article .headerMenu .linkMagazines {
	float: right;
}
.nws .article .headerMenu .searchIco {
	float: right;
	width: 40px;
	height: 30px;
	margin-left: 5px;
	background: transparent url(/images/blesk/news/icons.png?v=1) 10px 5px no-repeat;
	position: relative;
	border-left: 1px solid #cad5df;
	margin-left: 5px;
	cursor: pointer;
	-webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.nws .nws-noimg .wrapper {
	padding-left: 0px;
	padding-right: 20px;
	height: auto;
	padding-bottom: 30px;
}
.nws .nws-art.articleContainer.middleArticle.nws-noimg {
	height: auto;
}
.nws .headerMenu .searchIco.searchAct {
	background: transparent url(/images/blesk/news/icons.png?v=1) 10px -25px no-repeat;
}
.nws .searchIco .searchBox {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
	top: 41px;
	overflow: hidden;
	width: 0;
	height: 70px;
	z-index: 0;
	right: 0;
	width: auto;
	min-width: 400px;
	height: 38px;
}

.nws .searchIco.searchAct .searchBox {
	visibility: visible;
	opacity: 1;
	white-space: nowrap;
	text-align: right;
	z-index: 100;
	padding: 14px 0 10px 10px;
}

.nws .searchIco #searchIco {
	width: 40px;
	height: 30px;
	float: right;
}

.nws .searchBox form:after {
	display: none;
}
.nws .searchIco.searchAct .searchBox form {
	float: right;
}
.nws .searchIco.searchAct .searchBox form input {

}
.nws .searchBox .searchField {
	float: right;
	width: 290px;
	border: 1px solid #cad5df;
	border-right: 0;
	height: 40px;
	font-size: 14px;
	box-sizing: border-box;
}

.nws .searchBox form .colorBtn {
	float: right;
	background-color: #4b8afb;
	font-family: Arial, Helvetica;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: normal;
	height: 40px;
}

.nws .logoBlesk,
.nws .article .logoBlesk {
	width: 411px;
	height: 70px;
	background: transparent url(/images/blesk/news/logo-news.png?v=3) 0 0 no-repeat;
	position:absolute;
}
.nws .logoBlesk a {
	display: inline-block;
	width: 49%;
	height: 68px;
	background: none;
}
.nws .logoBlesk a:first-of-type {
	width: 50%;
	flaot: left;
}
.nws .logoBlesk a:last-of-type {
	width: 42%;
	float: right;
}

.nws .article #menu {
	margin-left: 422px;
	border-top: 1px solid #cad5df;
	border-bottom: 1px solid #cad5df;
}
.nws .headerMenu>.wrapper {
	margin-top: 10px
}

.nws #menu nav>ul>li {
	height: 68px;
	display: inline-block;
	padding: 0;
	z-index: 5;
	background-color: #e9eff4;

}
.nws #menu nav>ul>li:first-of-type{
	margin-left: 20px;
}
.nws #menu nav>ul>li>a{
	display: block;
	float: left;
	font-family: 'tablet_gothic_compressed';
	text-transform: uppercase;
	font-size: 17px;
	padding: 0 40px;
	margin: 24px 0;
	height: 20px;
	line-height: 25px;
	color: #707b87;
	border-right: 1px solid #cad5df;
	overflow: hidden;
}
.nws #menu nav>ul>li:last-of-type>a {
	border-right: 0;
}
.nws #menu nav>ul>li>a:hover {
	color: #ff0000;
}

.nws #menu>li {
	position: relative;
}
.nws #menu .dropdown {
	padding: 5px 0 0 0;
	top: 67px;
	right: -30px;
	position: absolute;
	width: 150px;
	height: auto;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	-webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
	-webkit-box-shadow: 3px 3px 5px -3px #98a3af;
	box-shadow: 3px 3px 5px -3px #98a3af;
}

.nws #menu .dropdown>li {
	display:block;
	background-color: rgba(112,123,135,0.90);
	padding: 10px 20px;
	border-bottom: 1px solid #cad5df;
}
.nws #menu .dropdown>li:first-of-type{
	border-top: 1px solid #cad5df;
}
.nws #menu .dropdown>li:last-of-type{
	border-bottom: 0;
}
.nws #menu .dropdown>li>a{
	font-family: 'tablet_gothic_compressed';
	text-transform: uppercase;
	font-size: 16px;
	display:block;
	line-height: 20px;
	height: 18px;
	color: #e9eff4;
}
.nws #menu nav>ul>li:hover>.dropdown,
.nws #menu nav>ul>li>.dropdown:hover{
	visibility: visible;
	opacity: 1;
	right: 0;

}

.nws #menu .dropdown li:hover,
.nws #menu .dropdown li:hover a{
	color: white;
	background-color: rgba(112,123,135,1);
}

.nws-boxT {
	font-family: 'tablet_gothic_compressed';
	text-transform: uppercase;
	font-size: 17px;
	color: #ff0000;
	margin-top: 10px;
	margin-bottom: 12px;
}

.nws .nws-art.articleContainer {
	background: transparent;
	padding: 0;
	border-left: 0;
	border-top: 0;
}
.nws .nws-art.articleContainer.bigArticle {
	margin-top: 40px;
	height: 513px;
}
.nws .nbtm:first-of-type>.nws-art.articleContainer.bigArticle{
	margin-top: 0;
}
.nws .nws-art.articleContainer.bigArticle .articlePhoto img {
	left: 0;
	top: 0;
	height: 317px;
}
.nws-perex {
	margin-top: 5px;
	line-height: 1.2em;
	font-size: 15px;
	max-width: 90%;
}
.nws .color,
.nws a.color,
.nws a.hoverColor:hover,
.nws .nws-art.articleContainer:hover a.hoverColor {
	color: #ff0000 !important;
}

.nws .nb,
.nws .nbt,
.nws .nbtm{
	margin-bottom: 0px;
	padding-top: 0px;
	border-right: 1px solid #cad5df;
}
.nws .nbtm, .nws .btm {
	border-bottom: 1px solid #cad5df;
}
.nws .nbtm:last-of-type,
.nws .nbtm .btm:last-of-type{
	border-bottom: 0px;
}


.nws .nws-art.articleContainer p.perex:before { display:none;}

.nws .nws-art.articleContainer.middleArticle h3.title, 
.nws .articleBody .linkArticle h3 {
	font-size: 24px;
	top: 5px;
	width: 90%;
	height: auto;
}
.nws .nws-art.articleContainer.middleArticle p.perex {
	position: static;
	margin-top: 10px;
	margin-right: 20px;
	width: auto;
	height: auto;
}
.nws .nws-art.articleContainer .categoryTitle {
	margin-top: 5px;
}
.nws-title {
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
}
.nws-title a {
	color: black;
	font-size: 14px;
	line-height: 1.1em;
}
.nws-title a:before {
	content: "\2022";
	position: absolute;
	left: 0;
	color: #ff0000;
	line-height: 14px
}
a.nws-more {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 30px;
	color: #4b8afb !important;
	font-weight: normal;
	font-size: 14px;
}
.nws-ts {
	color: #98a3af;
	font-size: 10px;
	clear: both;
	padding-left: 10px;
	margin-bottom: 3px;
}
.nws-list .nws-title {
	padding-bottom: 25px;
}
.nws-mact {
	color: #707b87;
	font-family: 'tablet_gothic_compressed';
	text-transform: uppercase;
	font-size: 17px;
	padding-left: 10px;
	padding-bottom: 25px;
	display: inline-block;
}
.nws .pagination {
	margin-top: 25px;
}
.nws .pagination .pageBefore,
.nws .pagination .pageAfter,
.nws .pagination li
.nws .pagination a.pageBefore,
.nws .pagination a.pageAfter,
.nws .pagination li a{
	font-weight: normal;
	font-size: 15px;
}
.nws .pagination .pageAfter{
	margin-right: 25px;
}
.nws .pagination li a {
	font-weight: bold;
}
.nws .pagination li.aktpage a {
	color: #ff0000;
}
.nws .pagination .disabled {
	color: #cad5df;
}
.nws .pagination .pageBefore {
	float: left;
}
.nws .pagination .pageAfter {
	float: right;
}
.nws .pagination ul, .nws .pagination li {
	display: inline-block;
}

.nws .nws-art.articleContainer.bigArticle .icon.iconPlay,
.nws .nws-art.articleContainer.bigArticle .icon.iconPhoto {
	top: 298px;
}

.naroky {
	position: relative;
}
.naroky .title {
	font-family: 'tablet_gothic_condensed';
	font-size: 24px;
	line-height: 1.2em;
	color: #16212d;
	padding: 10px 0;
}
.naroky .subtitle, .naroky label {
    font-size: 11px;
	position: relative;
	
    display: inline-block;
    padding-right: 13px;
    margin-bottom: 5px;
}
.naroky label {
	width: 50%;
	float: left;
	display: inline-block;
	padding: 5px 0 0 0;
	margin-bottom: 15px;
}
.naroky a {
	text-decoration: underline;
	color: #16212d;
}

.naroky input[type='text'],
.naroky input[type='email'],
.naroky textarea{
	background-color: #e9eff4;
	border: 1px solid #d8e0e8;
	margin: 5px 0;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.5em;
	padding: 5px 10px;
}
.naroky #captchaImg {
	/* width: auto; */
	border: 1px solid #d8e0e8;
	margin: 5px 0;
	width: auto;
	height: 30px;
	box-sizing: border-box;
	line-height: 1.5em;
	padding: 0px;
	float: left;
}
.naroky input#captcha {
	float: right;
	width: 48%;
}
.naroky input#email{
    width: 60%;

    /* margin-right: 10px; */
}
.naroky input#phone{
    width: 35%;

    float: right;
}
.naroky input#conditions {
    float: left;
	
    width: 20px;
    margin: 4px 0px;
}
.naroky input#submit{
    width: 80px;
    float: right;
	font-family: 'tablet_gothic_condensed';
	font-weight: bold;
	font-size: 16px;
}
.naroky input, .naroky textarea {
	font-family: Arial, Helvetica;
	font-size: 12px;
}
.naroky textarea{
    margin-bottom: 5px;
	height: 120px;
}

.naroky .arrow {
	width: 8px;
	height: 10px;
	background: transparent url(/images/blesk-2013/blesk-sprites.png?v=78) no-repeat -250px -216px;
	display: block;
	position: absolute;
	right: 0;
	top: 0px;
}
.naroky .colorBtn {
	border: 0px;
}
.naroky .thanks_overlay {
	display:none;
	position: absolute;
	top: 0px;
	background: rgba(220,220,220,0.90);
	left: 0px;
	padding: 125px 15px 0 15px;
	height: 100%;
	text-align:  center;
	font-family: 'tablet_gothic_condensed';
	font-size: 18px;
	box-sizing: border-box;
	line-height: 1.5em;
}

.naroky .thanks_overlay::after {
  content: "+";
  position: absolute;
  font-family: Arial;
  top: 10px;
  right: 15px;
  border: 2px solid black;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 25px;
  border-radius: 16px;
  font-size: 31px;
  text-align: center;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}