/* Basic Styles */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin,cyrillic);

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
main, 
menu, 
nav, 
section {
 display: block;
}

body {
 margin: 0;
 padding: 0;
 background: #f5f5f5;
 min-width: 1000px;
}
body, 
td {
 font: 14px 'Open Sans';
 line-height: 1.5;
 color: #333;
}

a {
 outline: none;
}

a:link, a:active, a:visited {
 color: #333;
 text-decoration: none;
}
a:hover {
 color: #333;
 text-decoration: underline;
}
a img {
 border: 0;
}

* {
 min-height: 0px;
}
.clear {
 clear: both;
 width: 100%;
 height: 0;
}
p {
 margin: 0 0 20px;
 text-align: justify;
}
h1,
h2,
h3,
h4 {
 margin: 0 0 0px;
}
h1,h2 {
 font: bold 20px 'Arial';
 display: block;
 font-size: 20px;
 -webkit-margin-before: 0px;
 -webkit-margin-after: 0px;
 -webkit-margin-start: 0px;
 -webkit-margin-end: 0px;
 font-weight: bold;
 text-align: center; 
}

h2 {
 font: bold 16px 'Arial';
}

/*
div[style="float:right;border:1px solid #B4BDC3;background:#F0F3F5;padding:2px;"] {
 display: none;
}
*/

.manTable {
 border-spacing: 0;
 border-collapse: collapse;
}
.manTable tbody tr td {
 font-size: 13px;
}
#bc4,
#bc6 {
 display: none;
}
hr {
 border: 0;
 height: 1px;
 background: #d6d6d6;
}
input[type=text],
input[type=password],
textarea,
select {
 height: 30px;
 /*width: 220px;*/
 padding: 0px 8px;
 background: #fff;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 border: 1px solid transparent;
 font: 13px 'Open Sans';
 color: #333;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
 outline: none;
}
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]{
padding: 8px;
 background: #e0e0e0;
 border: 0;
 font: 13px 'Open Sans';
 color: #333;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
 cursor: pointer;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=reset]:hover {
 color: #fff;
}
input#files {
 padding: 0px !important;
 height: auto !important;
}

form input::placeholder { color: black;}
input[type=text], input[type=date], input[type=radio], input[type=password], textarea, select { color: black; border: 1px solid #cccccc;}

.noEntry{
 position:absolute; 
 bottom:0; 
 left: 50%;
 margin-left: -355px;
 width: 710px;
}

.codeButtons,
input.button {
 min-width: 25px !important;
 height: 25px;
 display: inline-block;
 line-height: 25px;
 padding: 0 0 !important;
 text-align: center;
 text-transform: uppercase;
 font-size: 12px;
 margin: 0 3px 10px 0;
}
/* Basic Styles */

/* Main */
#main {
 margin: 20px auto 0px auto;
 width: 1000px;
}
/* Main */

/* Header */

#menubg{
 position:relative;
 border: 0px solid #000;
 background-color: hsl(221, 59%, 35%);
 border-radius: 0px;
 -moz-border-radius: 0px;
 -o-border-radius: 0px;
 -webkit-border-radius: 0px;
 -ms-border-radius: 0px; 
 height:60px;
 margin:0px auto;
 padding:0;
 width:100%;
}

/* Цветовая схема сайта */

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
 border: 1px solid hsl(221, 59%, 35%); /*#c93037;*/
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=reset]:hover {
 background: hsl(221, 59%, 35%);
}
#mainmenu{
 background-color: hsl(221, 59%, 35%);
}

#mainmenu ul li a:hover{
 background-color: hsl(221, 59%, 25%); /*#0186BA;*/
}

#mainmenu ul li ul {
 background: hsl(221, 59%, 75%);
}

/* конец цветовой схемы сайта */
 
#mainmenu{
 position:relative;
 border: 0px solid #000;
 /*
 background-image: -moz-linear-gradient(#6c9af0, #bed2f8); 
 background-image: -webkit-gradient(linear, left top, left bottom, from(#6c9af0), to(#bed2f8)); 
background-image: -webkit-linear-gradient(#6c9af0, #bed2f8); 
background-image: -o-linear-gradient(#6c9af0, #bed2f8);
background-image: -ms-linear-gradient(#6c9af0, #bed2f8);
 background-image: linear-gradient(#6c9af0, #bed2f8);*/
 border-radius: 0px;
 -moz-border-radius: 0px;
 -o-border-radius: 0px;
 -webkit-border-radius: 0px;
 -ms-border-radius: 0px; 
 height:60px;
 margin:0px auto 20px auto;
 padding:0;
 /*min-width:1000px;*/
 width:1000px;
 z-index:10;
}
#mainmenu ul, 
#mainmenu ul ul {
 list-style:none;
 padding:0;
 margin:0;
}

#mainmenu ul { 
 font: bold 13px 'Open Sans', Verdana, arial, sans-serif;
 text-align:center;
 text-transform:uppercase;
 height:60px;
 /*
 position:relative;
 clear:left;

/* right:50%;
 float:right;*/
}

#mainmenu ul li {
 border-right: 0px solid #222;
 box-shadow: 0px 0 0 #444; 
 position:relative;
 /*left:50%;*/
 float:left;
 height:60px;
 padding:0;
 margin:0
}
#mainmenu ul li:last-child {
 border:none;
 box-shadow:none
} 
#mainmenu ul li a {
 display:block;
 color: #FFF;
 text-decoration: none;
 padding:0px 10px;
 line-height: 60px;
}
#mainmenu ul li a:hover{
 /*#0186BA;
 background-image: -moz-linear-gradient(#04acec, #0186ba); 
 background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
 background-image: -webkit-linear-gradient(#04acec, #0186ba);
 background-image: -o-linear-gradient(#04acec, #0186ba);
 background-image: -ms-linear-gradient(#04acec, #0186ba);
 background-image: linear-gradient(#04acec, #0186ba);*/
 color: #FFF
}

#mainmenu ul li:hover > ul {
 opacity: 1;
 visibility: visible;
 margin: 0;
}

#non {
 text-transform:none;
 cursor: pointer;
}
 
.red_id {
 background: #ffa500; 
}

#mainmenu ul li ul {
 /*background: linear-gradient(#6c9af0, #bed2f8); 
 background: -moz-linear-gradient(#444bed2f8 #bed2f8);
 background-image: -webkit-gradient(linear, left top, left bottom, from(#bed2f8), to(#bed2f8));
 background: -webkit-linear-gradient(#bed2f8, #bed2f8); 
 background: -o-linear-gradient(#bed2f8, #bed2f8); 
 background: -ms-linear-gradient(#bed2f8, #bed2f8); 
 background: linear-gradient(#bed2f8, #bed2f8);*/
 border-radius: 3px;
 transition: all .2s ease-in-out; 
 text-transform:none;
 opacity: 0;
 visibility: hidden;
 position:absolute;
 left:0;
 top:60px;
 /*font-size:12px;*/
 font: 12px Arial, serif;
 height:auto;
 width:180px 
}

#mainmenu ul li ul.small_id, #mainmenu ul li ul li.small_id ul { 
width: 80px; 
}

#mainmenu ul li ul.small_id2, #mainmenu ul li ul li.small_id2 ul { 
width: 93px; 
}

#mainmenu ul li.warning_menu, #mainmenu ul li.warning_menu ul { 
background-color: orange; 
}

#mainmenu ul li ul.big_id, #mainmenu ul li ul li.big_id ul { 
width: 200px; 
}

#mainmenu ul li ul.big_id2 { 
width: 270px; 
}
#mainmenu ul li ul li {
 border:none;
 position:relative;
 left:0;
 float:none;
 height:auto;
 margin:0;
 text-align:left !important;
}
#mainmenu ul li ul li:last-child {
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}
#mainmenu ul li ul li a {
 padding:0px 8px;
 border:none;
 color: #000;
 line-height: 40px;
 white-space: nowrap; 
}

#mainmenu ul li ul.small_id li, #mainmenu ul li ul li.small_id ul li { 
text-align:center;
}
 

#mainmenu ul li ul li ul {
 top: 0;
 left: 180px;
 margin: 0 0 0 20px;
 _margin: 0; /*IE6 only*/
 box-shadow: -1px 0 0 rgba(255,255,255,.3);
 -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
 -o-box-shadow: -1px 0 0 rgba(255,255,255,.3);
 -ms-box-shadow: -1px 0 0 rgba(255,255,255,.3);
 -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3); 
}
 
/*********************** РЎС‚СЂРµР»РѕС‡РєРё РЅР° РїРѕРґРїСѓРЅРєС‚Р°С… */
#mainmenu ul ul li:first-child > a {
 border-radius: 3px 3px 0 0;
 -moz-border-radius: 3px 3px 0 0;
 -o-border-radius: 3px 3px 0 0;
 -ms-border-radius: 3px 3px 0 0;
 -webkit-border-radius: 3px 3px 0 0; 
}
#mainmenu ul ul li:first-child > a:after {
 content: '';
 position: absolute;
 /*left: 40px;*/
 left: 10px;
 top: -6px;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid #bed2f8;
}
#mainmenu ul li:first-child ul li:first-child > a:after {
 /*left: 20px;*/
}
#mainmenu ul ul ul li:first-child a:after {
 left: -6px;
 top: 50%;
 margin-top: -6px;
 border-left: 0; 
 border-bottom: 6px solid transparent;
 border-top: 6px solid transparent;
 border-right: 6px solid #6c9af0;
}
#mainmenu ul ul li:first-child a:hover:after {border-bottom-color: #04acec}
 
#mainmenu ul ul ul li:first-child a:hover:after {
 border-right-color: #0299d3; 
 border-bottom-color: transparent; 
}
#mainmenu ul ul li:last-child > a {
 -moz-border-radius: 0 0 3px 3px;
 -webkit-border-radius: 0 0 3px 3px;
 border-radius: 0 0 3px 3px;
}

header .top-line {
 background: #fff;
 border: 1px solid #e8e8e8;
 border-top: 0;
 height: 45px;
 overflow: hidden;
 min-width: 1000px;
}
header .top-line .top-line-fix {
 width: 1000px;
 margin: 0 auto;
}
header .top-line .top-line-fix .user-log {
 float: left;
 overflow: hidden;
 border-right: 1px solid #e8e8e8;
}
header .top-line .top-line-fix .user-log ul,
header .top-line .top-line-fix .user-log ul li {
 display: block;
 list-style: none;
 padding: 0;
 margin: 0;
}
header .top-line .top-line-fix .user-log ul li {
 float: left;
 height: 45px;
 border-left: 1px solid #e8e8e8;
}
header .top-line .top-line-fix .user-log ul li a {
 padding: 0 20px;
 text-decoration: none;
 display: block;
 line-height: 45px;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
}
header .top-line .top-line-fix .user-log ul li a:hover {
 background: #f0f0f0;
}
header .top-line .top-line-fix .date-time {
 float: right;
 border-left: 1px solid #e8e8e8;
 border-right: 1px solid #e8e8e8;
 padding: 0 13px;
 height: 45px;
 line-height: 45px;
}
header .top-head {
 height: 130px;
}
header .top-head .top-head-fix {
 width: 1000px;
 margin: 0 auto;
 overflow: hidden;
 padding: 10px 0;
 position: relative;
}
header .top-head .top-head-fix .logo {
 padding: 5px 0 0;
 float: left;
 font: bold 25px 'Open Sans';
 width: 600px;
 text-transform: uppercase;
}
header .top-head .top-head-fix .logo a {
 text-decoration: none !important;
}
.logo span.hide_logo{
 display: block;
 font: 15px 'Open Sans';
 text-transform: none;
}
header .top-head .top-head-fix .social-icons {
 position: absolute;
 left: 500px;
 top: 49px;
 overflow: hidden;
}
header .top-head .top-head-fix .social-icons ul,
header .top-head .top-head-fix .social-icons ul li {
 list-style: none;
 padding: 0;
 margin: 0;
 display: block;
}
header .top-head .top-head-fix .social-icons ul li {
 float: left;
 width: 32px;
 height: 32px;
 margin: 0 0 0 20px;
}
header .top-head .top-head-fix .social-icons ul li:first-child {
 margin: 0 0 0 0;
}
header .top-head .top-head-fix .social-icons ul li a {
 display: block;
 width: 32px;
 height: 32px;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
}
header .top-head .top-head-fix .social-icons ul li a:hover {
 opacity: 0.8;
}
header .top-head .top-head-fix .social-icons ul li a.fb {
 background: url(/img/social_icons.png) no-repeat 0 0;
}
header .top-head .top-head-fix .social-icons ul li a.twitter {
 background: url(/img/social_icons.png) no-repeat -32px 0;
}
header .top-head .top-head-fix .social-icons ul li a.gplus {
 background: url(/img/social_icons.png) no-repeat -64px 0;
}
header .top-head .top-head-fix .search {
 float: right;
 margin-top: 30px;
}
header .top-head .top-head-fix .search .search-title {
 font: 14px 'Open Sans';
 margin: 0 0 20px;
}
header .top-head .top-head-fix .search .search-form {
 height: 45px;
 background: #fff;
 width: 300px;
 position: relative;
 line-height: 45px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05); 
}
header .top-head .top-head-fix .search .search-form .s-text {
 background: transparent;
 border: 0;
 width: 255px;
 padding: 0 10px;
 font: 13px 'Open Sans';
 color: #555;
 -webkit-box-shadow: 0px 0 0 rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 0 0 rgba(0, 0, 0, 0.12);
 box-shadow: 0px 0 0 rgba(0, 0, 0, 0.12);
 color: #333;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
header .top-head .top-head-fix .search .search-form .s-button {
 position: absolute;
 right: 0;
 top: 0;
 height: 45px;
 padding: 0 10px;
 color: #fff;
 background: hsl(221, 59%, 35%); /*#c93037;*/;
 border: 0;
 font: bold 13px 'Open Sans';
 cursor: pointer;
 -webkit-border-top-right-radius: 3px;
 -webkit-border-bottom-right-radius: 3px;
 -moz-border-radius-topright: 3px;
 -moz-border-radius-bottomright: 3px;
 border-top-right-radius: 3px;
 border-bottom-right-radius: 3px;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
}
header .top-head .top-head-fix .search .search-form .s-button:hover {
 background: #222;
}

/* Header */

/* Content */
.content {}
.c-left {
 float: left;
 width: 510px;
}

.c-left2 {
 float: left;
 width: 750px;
}

.c-left2 p a{
 color: #1704c5;
}

.special {
 width: 100%;
}

.module-names {
 font: bold 19px 'Open Sans';
 margin: 0 0 15px;
 overflow: hidden;
}
.module-names .all-mats {
 float: right;
 font: 13px 'Open Sans';
 padding-top: 5px;
}
.module-names .all-mats a {
 color: hsl(221, 59%, 35%);
}

.add_button{ float: right; font: 13px 'Open Sans'; margin: 0;}
.add_button a{ color: hsl(221, 59%, 35%);}

/* Content */

.add_article {
 float: right;
}


/* Sidebar */
aside.a-first {
 float: left;
 width: 220px;
 margin: 0 20px;
}
aside.a-second {
 float: left;
 width: 230px;
 margin-bottom: 55px;
}

aside.a-first2 {
 float: left;
 width: 230px;
}
aside.a-second2 {
 float: left;
 width: 230px;
 margin-bottom: 55px;
}

.aside2 {width: 230px;float: right;/* padding-bottom: 55px;*/}
/* Sidebar */

/* News */
.news-loop {
 margin: 0 0 20px;
 background: #fff;
 padding: 20px;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 position:relative;
}
.news-loop .news-add-date {
 margin: 0 0 20px;
}
.news-loop .news-loop-ow {
 overflow: hidden;
}
.news-loop .news-loop-ow .news-img {
 float: left;
 max-width: 178px;
}
.news-loop .news-loop-ow .news-img img {
 max-width: 178px;
 margin: 0 auto;
 height: 134px;
}
.news-loop .news-loop-ow .news-right {
 margin: 0 0 0 200px;
}
.news-loop .news-loop-ow .news-right .news-cat {
 font: 13px 'Open Sans';
 margin: 0 0 10px;
 text-transform: lowercase;
}
.news-loop .news-loop-ow .news-right .news-cat a {
 color: #33124C /*#c93037;*/
}
.news-loop .news-loop-ow .news-right .news-title {
 font: bold 16px 'Open Sans';
 margin: 0 0 0px;
}
.news-loop .news-loop-ow .news-right .news-text {
 font-size: 13px;
}

.news-text a{
 color: #1704c5;
} 

.news-loop .news-title-in {
 font: bold 16px 'Open Sans';
 margin: 0 0 20px;
 text-align: center;
}
.news-loop .news-loop-ow {
 /*max-width: 470px;*/
 margin: 0 0 20px;
}

.news-img-in {
margin: 0px auto 20px auto;
}

.ava-img-in{
float: left;
margin-right: 10px;
margin-bottom: 10px;
max-width: 260px;
max-height: 390px;
border: 1px solid hsl(221, 59%, 35%);
}

.news-loop .news-loop-ow .news-img-in img {
 display: block;
 max-width: 470px;
 margin: 0 auto;
 max-height: 313px;
}
.news-loop .news-loop-ow .news-right-in {}
.news-loop .news-loop-ow .news-right-in .news-text {
 font-size: 13px;
 text-align: justify;
}


.entry-page-imgs {
 /* overflow: hidden; */
 /*margin: 0 0 20px -20px;*/
 display: table;
 margin: 0 auto;
}

.entry-page-imgs ul,
.entry-page-imgs ul li {
 display: block;
 list-style: none;
 padding: 0;
 margin: 0;
}
.entry-page-imgs ul li {
 float: left;
 width: 78px;
 /*margin: 0 0 0 20px;*/
 margin: 0px 10px 20px;
}

.entry-page-imgs ul li img {
 display: block;
 width: 78px;
 height: 53px;
}

/* News */

/* Photo */
li.phtTdMain uEntryWrap {
 width: auto !important;
}
.photo {
 margin: 0 0 20px;
 background: #fff;
 padding: 25px 20px 0;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}
.photo-in {
 margin: 0 0 0 -20px;
 overflow: hidden;
}
.photo-pstn {
 float: left;
 width: 130px;
 margin: 0 0 20px 20px;
}
.photo-pstn img {
 display: block;
 max-width: 130px;
 height: 96px;
 -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
 margin: 0 auto;
}
.photo-entry-title {
 overflow: hidden;
}
.photo-entry-title .pet-left {
 float: left;
}
.photo-entry-title .pet-left span.author {
 color: #999;
 display: block;
}
.photo-entry-title .pet-left span.author a {
 color: #999;
}
.photo-descr {
 margin: 20px 0;
 background: #fff;
 padding: 20px;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 font: 13px/1.8 'Open Sans';
}
.photo-descr .photo-n {
 margin: -20px -20px 20px;
 position: relative;
}
.photo-descr .photo-n img {
 width: 510px;
 display: block;
}
.photo-descr .photo-n .photo-n-zoom {
 opacity: 0;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: rgba(0,0,0,0.7) url(/img/img-zoom.png) no-repeat center;
 transition-property: opacity;
 transition-duration: 0.10s;
 transition-delay: 0.03s;
 transition-timing-function: linear;
}
.photo-descr .photo-n:hover .photo-n-zoom {
 opacity: 1;
}
.photo-buttons {
 overflow: hidden;
}
.photo-buttons a.full-photo-url {
 padding: 9px;
 background: #e0e0e0;
 border: 0;
 font: 13px 'Open Sans';
 color: #333;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
 cursor: pointer;
 display: inline-block;
 float: left;
}
.photo-buttons a.full-photo-url:hover {
 background: hsl(221, 59%, 35%);
 color: #fff;
 text-decoration: none;
}
.photo-rate-slide {
 margin: 20px 0;
 background: #fff;
 padding: 20px;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 font: 13px/1.8 'Open Sans';
}
/* Photo */

/* Comments */
.comm-loop {
 border-top: 1px solid #e3e3e3;
 padding: 20px;
 margin: 0 -20px;
}
.comm-loop table tr td {
 font-size: 13px;
}
.user_avatar {
 float: left;
 display: block;
 margin: 0 10px 0 0;
}

/* Last Photos */
.last-photos {
 overflow: hidden;
 margin: 0 0 0 0px;
 text-align: center;
}
/* Last Photos */

/* Block Styles */
.block-v-first {
 background: #fff;
 border: 1px solid #e8e8e8;
 padding: 15px 15px 0;
 margin: 0 0 20px;
}
.block-v-first .block-v-first-title {
 padding: 0 15px 15px;
 margin: 0 -15px 0;
 border-bottom: 1px solid #e8e8e8;
 font: bold 16px 'Open Sans';
}

.block-v-first-vk {
 background: #fff;
 border: 1px solid #e8e8e8;
 padding: 15px 15px 0;
 margin: 0 0 20px;
}
.block-v-first-vk .block-v-first-title-vk {
 padding: 0 15px 15px;
 margin: 0 -15px 0;
 border-bottom: 1px solid #e8e8e8;
 font: bold 16px 'Open Sans';
}
.block-vk{
 margin-left: -16px;
}

.block-v-first .block-v-first-content {}

.block-v-sec {
 margin: 0 0 20px;
}
.block-v-sec .block-v-sec-title {
 font: bold 16px 'Open Sans';
 margin: 0px 0 10px;
}
.block-v-sec .block-v-sec-content {}
/* Block Styles */

/* Last News */
.last-news ul,
.last-news ul li {
 display: block;
 list-style: none;
 padding: 0;
 margin: 0;
}
.last-news ul li {
 margin: 0 -15px;
 padding: 15px;
 font-size: 13px;
}
.last-news ul li:nth-child(odd) {
 background: #f3f3f3;
}
.last-news ul li a {
 /*display: block;*/
}
.last-news ul li .last-news-add-date {
 font-size: 12px;
 color: #888;
 margin: 5px 0 0;
}
/* Last News */

/* 230x230 */
.logomini {
 margin: 0 0 20px;
 width: 230px;
 text-align: center;
}
.logomini img {
 max-width: 70px;
 height: 70px;
 /*display: block;*/
 /*width: 230px;*/
 /*height: 230px;*/
}

/* 230x230 */

/* Popular Articles */
.more-artcs {
margin-bottom: 20px;
}

.pop-artcs ul,
.pop-artcs ul li {
 display: block;
 list-style: none;
 padding: 0;
 margin: 0;
}
.pop-artcs ul li {
 width: 230px;
 position: relative;
 margin: 0 0 20px;
}
.pop-artcs ul li img {
 display: block;
 width: 230px;
}
.pop-artcs ul li .artcs-name {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 padding: 15px;
 -o-background-size: 100% 100%; 
 -webkit-background-size: 100% 100%;
 -khtml-background-size: 100% 100%;
 background-size: 100% 100%;
 background: -moz-linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,7));
 background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,7)));
 background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,7));
 background-image: -o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,7));
 background-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,7));
 background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,7));
 background-image: -ms-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,7));
 font-weight: bold;
 color: #fff;
}
.pop-artcs a.more-artcs {
 float: right;
 display: inline-block;
 padding: 0 0px;
 height: 40px;
 width: 230px;
 line-height: 40px;
 color: #333;
 text-decoration: none;
 text-align: center;
 background: #e0e0e0;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;

}
.pop-artcs a.more-artcs:hover {
 /*background: #c93037;*/
 background: hsl(221, 59%, 25%);
 color: #fff;
 }
/* Popular Articles */

/* Footer */
footer {
 margin: 20px 0 0;
 border-top: 1px solid #e8e8e8;
 background: #222;
 height: 55px;
 min-width: 1000px;
}
footer .footer-fix {
 width: 1000px;
 margin: 0 auto;
 overflow: hidden;
 font-size: 13px;
 line-height: 55px;
}
footer .footer-fix .f-left {
 float: left;
 color: #888;
 width: 510px;
}
footer .footer-fix .f-left a {
 color: #888;
}
footer .footer-fix a.f-up {
 float: right;
 background: #444 url(/img/f-up.png) no-repeat center center;
 width: 25px;
 height: 25px;
 font-size: 0;
 display: block;
 margin: 15px 0 0;
}
footer .footer-fix a.f-up:hover {
 background-color: #555;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
}
/* Footer */

/* Forum */
.forumContent {
 width: 960px;
 margin: 0 auto;
 background: #fff;
 padding: 20px 20px 0;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}
#forum_filter #filter_by {
 margin: 8px 10px 0 0 !important;
}
#forum_filter_select {
margin: 0 10px 0 0;
}

#bc5 {display: none;}
.gDivBottomLeft,
.gDivBottomRight,
.gDivBottomCenter {
 margin: 0 0 20px;
}
.gTable {
border-collapse: collapse;
 border-spacing: 0;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 margin: 20px 0 0;
}
.postTable {
 border-collapse: collapse;
 border-spacing: 0;
}
td[width="218px"] {
 width: 300px !important;
}
#thread_search_button {
 margin-top: 0 !important;
}
.forumModerFuncs {
 padding: 10px 0 0;
}
.gTableTop {padding: 5px 15px; background: hsl(221, 59%, 35%); color: #fff; height: 35px; font-size: 14px !important;}
a.catLink:link,a.catLink:visited,a.catLink:active {text-decoration: none; color: #fff;}
a.catLink:hover {text-decoration: underline; color: #fff;}
.gTableSubTop {padding: 4px 10px; background: #f3f3f3; color: #636363; height: 25px; font-size: 11px !important;}
.gTableBody, .gTableBody1, .gTableBottom, .gTableError {padding: 10px; background:#fff;}
.gTableLeft {padding: 4px 10px;background: #f3f3f3;color:#636363;}
.gTableRight {background: #fff; padding: 4px 10px;}
#frM59 {background: #fff !important; border-top: 1px solid #ebebeb;}
.forumNameTd,.forumLastPostTd, .forumIcoTd,.forumThreadTd,.forumPostTd {padding: 8px 10px; background: #fff}
.forumLastPostTd,.forumArchive {padding: 10px; font-size: 8pt;}
.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
.forum {font-weight:bold;font-size:13px;}
.forumDescr {color:#858585;font-size:8pt;}
.forumModer {color:#858585;font-size:8pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link,a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited,a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:none;color:hsl(221, 59%, 35%);}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline;color:#c93037;}
.forumNamesBar {font-size:10pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link,a.forumBarA:visited,a.forumBarA:active {text-decoration:none;color:#000000;}
a.forumBarA:hover {text-decoration:none;color:hsl(221, 59%, 35%);}
.fastNav,.fastSearch,.fastLoginForm,.moderOptions {background:#f9f9f9;border:1px solid #ececec;padding:8px;font-size:8pt; margin: 0 0 0 8px;}
.fastNavMain {background:#C7D7EF;}
.fastNavCat {background:#E7EEF8;}
.fastNavCatA {background:#E7EEF8;color:#0000FF}
.fastNavForumA {color:#0000FF}
.switches {/*background:#ececec;*/}
.pagesInfo {/*background:#f3f3f3;*/padding:10px 10px;font-size:10pt;}
.switch {/*background:#f9f9f9;*/width:15px;font-size:8pt;}
.switchActive {background:hsl(221, 59%, 35%);font-weight:bold;color:#fff;width:30px}
.forum-pages li {text-align: center;}
a.switchDigit:link,a.switchBack:link,a.switchNext:link,a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited,a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:none;color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline;color:hsl(221, 59%, 35%);}
.threadNametd,.threadAuthTd,.threadLastPostTd, .threadIcoTd,.threadPostTd,.threadViewTd {padding: 6px 10px; background:#fff;}
.threadLastPostTd {padding: 6px 10px;font-size:8pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType, .threadsDetails, .forumOnlineBar {padding: 6px 10px;background:#f9f9f9;color:#636363;height:20px;font-size:12px !important;}
a.thread_subscribe, a.subscribe_forum {color: #fff !important;}
#forum_filter {
 /*margin: 0 0 30px 0;*/
}
#frM55 a {color: #fff !important;}
a.threadPinnedLink:link,a.threadPinnedLink:visited,a.threadPinnedLink:active {text-decoration:none;color:#0000FF;}
a.threadPinnedLink:hover {text-decoration:underline;color:hsl(221, 59%, 35%);}
a.threadLink:link,a.threadLink:visited,a.threadLink:active {text-decoration:none;color:hsl(221, 59%, 35%);}
a.threadLink:hover {text-decoration:underline;color:hsl(221, 59%, 35%);}
.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
.postTdInfo {background:#fff;color:#636363;border-right:1px solid #ececec;text-align:center;padding:10px 10px; font-size: 13px;}
.postPoll {background:#EEEEEE;text-align:center;}
.post1 {margin:3px 0;}
.post3 {margin:3px 0;color:#169a00;}
.post2 {margin:3px 0;color:#3a8bb9;}
.post5 {margin:3px 0;color:#169a00;font-weight:bold;}
.post4 {margin:3px 0;color:#bf0000;font-weight:bold;}
.post251 {margin:3px 0;color:#6a7400;}
.postFirst {background:#F5F9FD;}
.postRest1 {background:#EEEEEE;}
.postRest2 {background:#F5F9FD;}
.postSeparator {height:2px;background:#ececec;}
.postTdTop {background:#f9f9f9;color:#636363;border-bottom:1px solid #ececec;height:25px;padding: 4px 10px;font-size:12px;}
.postBottom {clear:both;background:#f3f3f3;color:#636363;border-top:1px solid #ececec;height:25px;padding: 4px 10px;font-size:12px;}
.postUser {font-weight:bold;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-top:2px;}
.posttdMessage {background:#fff;padding:10px 10px; font-size: 13px;}
.posttdMessage img {max-width:470px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:25px;color:#ccc;}
.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}
.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage, blockquote {
 background: hsl(221, 100%, 94%);
 font-size: inherit;
 padding: 1.2rem 2rem;
 margin: 1.2rem 1.5rem;
 font-style: italic;
 position: relative;
 text-indent: 1.6rem;
 clear: both;
}

.quoteMessage:before, blockquote:before {
 content: '';
 position: absolute;
 left: 2rem;
 top: 1.1rem;
 width: 1.25rem;
 height: 1.25rem;
 background: url(http://stmtuci.ru/image/diz/quote.svg) 0 0/contain no-repeat;
}

.signatureView {font-size:8pt;} 
.edited {padding-top:30px;font-size:8pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}
.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background:url(/.s/t/971/19.gif) no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background:url(/.s/t/971/19.gif) no-repeat 0px 4px;}
.postNameFl,.postDescrFl {background:#fff;border:1px solid #ececec;width:400px}
.postPollFl,.postQuestionFl {background:#fff;border:1px solid #ececec;width:400px}
.postResultFl {background:#fff;border:1px solid #ececec;width:50px}
.postAnswerFl {background:#fff;border:1px solid #ececec;width:300px}
.postTextFl {background:#fff;border:1px solid #ececec;width:550px;height:150px}
.postUserFl {background:#fff;border:1px solid #ececec;width:300px}
.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
.replaceTable {
 background: #fff;
 padding: 20px;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}
.commReg {
 background: #d7686d;
 font: 13px 'Open Sans';
 padding: 20px;
 color: #fff;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}
.commReg a {
 color: #fff;
}
/* Forum Styles */

/* Popup */
.popup {
 width: 750px;
 margin: 20px auto;
 background: #fff;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}
.popup .popup-title {
 height: 45px;
 font: 14px/45px 'Open Sans';
 color: #fff;
 background: hsl(221, 59%, 35%);
 padding: 0 20px;
}
.popup .popup-content {
 padding: 20px;
}
/* Popup */

/* Other */
.uploaderPhotosContainer {
 width: 350px !important;
}
#flUpPhotosCount {
 margin-left: 0 !important;
}
.emptyPlaceholder {
 left: 15px !important;
}
.queryField {
 width: 280px !important;
 }
.catsTable {
 padding: 10px 0;
}
.catsTable tr td {
 font-size: 13px;
}
/* Other */

/* Материалы */

.eBlock {width:100%;border:0;padding:0;border-spacing:0px;}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#2b5db1; padding: 0 0 0 15px; background: url('/_style/13_1.gif') no-repeat 0px 3px;}

.eTitle a:link {text-decoration:underline; color:#2b5db1;}
.eTitle a:visited {text-decoration:underline; color:#2b5db1;}
.eTitle a:hover {text-decoration:none; color:#000000;}
.eTitle a:active {text-decoration:underline; color:#2b5db1;}

.eMessage {text-align:justify;padding-bottom:5px;}
.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px solid #C2C2C2}
.eDetails {border:1px solid #D7D7D7;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:3px;padding-top:3px;padding:3px;text-align:left;font-size:7pt;background:#FFFFFF;}
.eDetails1 {border:1px solid #D7D7D7;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:3px;padding-top:3px;padding:3px;text-align:left;font-size:8pt;background:#FFFFFF;}
.eDetails2 {border:1px solid #D7D7D7;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:3px;padding-top:3px;padding:3px;text-align:left;font-size:8pt;background:#FFFFFF;}

.noEntries{text-align:center}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/971/14.gif') no-repeat 0px 0px;}

/* Материалы */

.img_about img {
 max-width: 500px; 
 max-height: 400px;
}
/*
@media screen and (max-width: 600px) {
 header .top-head .top-head-fix .logo span.hide_logo {
 display: none;
 }
}*/

.style_url a {
 cursor: pointer;
 border-bottom: 1px dotted black;
 text-decoration: none;
}

.style_url a:hover {
 border-bottom: none;
 font-weight: bold;
}

.metods {
 margin: 0;
}

/*===*/

.vk_picture { 
 display: inline-block; 
 width: 130px; 
 height: 87px; 
 overflow: hidden; 
 border: 5px solid #FFFFFF; 
 background: #FFFFFF; 
 outline: 1px solid #CCCCCC; 
 margin: 5px; 
} 
.vk_picture img, .uRelatedEntry img { 
 max-width: 130px;
 min-width: 130px;
 min-height: 87px;
 border: none; 
 margin: 0; 
 padding: 0; 
} 


.vk_album { 
 display: inline-block; 
 width: 200px; 
 height: 132px; 
 overflow: hidden; 
 border: 5px solid #FFFFFF; 
 background: #FFFFFF; 
 outline: 1px solid #CCCCCC; 
 margin: 10px; 
 position: relative;
 cursor: pointer;
} 

.vk_album:hover {
 box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .2);
}

.vk_album img { 
 max-width: 200px;
 min-width: 200px;
 min-height: 132px;
 border: none; 
 margin: 0; 
 padding: 0; 
} 

.vk_back {
 text-align: center;
 height: 87px;
 margin-top: 15px;
}

.fancybox-title-over-wrap {
 width: 100%;
 padding: 10px 0px 10px 0px;
}

#Galery{
 text-align: center;
}

.album_title {
 display: block;
 clear: both;
 width: 100%;
}

.album_title a, .album_title a:hover {
 text-decoration: none;
 color: black;
}

.capt {
 width: 100%;
 height: 20px;
 padding: 3px 0px 0px 2px; 
 background-color: rgba(0, 0, 0, 0.5);
 color: white;
 text-align: center;
 position: absolute;
 top: 110px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 13px;
}

/* таблицы */

.table_main{ 
 width:100%; 
 border-collapse: collapse; 
 line-height: 1.1;
 text-align: center;
 font-size: 10pt;
}

.table_main td:nth-child(1) {text-align:left;}

.tablemkk th {
 padding: 10px; 
 border: 1px solid #A9E2CC;
}

.table_main td {
 font-size: 0.8em;
 padding: 2px 4px;
 border: 1px solid #A9E2CC;
}

/* Форма поиска кнопка ----------*/ 
 .poick_os { margin: 0 0 0px;} 
 .poick_os input { height: 34px;} 
 .poick_pole { } 
 .poick_knopka { } 
 .poick_knopka:hover {} 
 .poick_os, .poick_knopka { }

/* ----------*/ 
 .layout { 
 overflow: hidden; /* Отменяем обтекание */
 }
 .col1 {
 background: #C7E3E4; /* Цвет фона */
 margin-right: 300px; /* Сдвиг влево на ширину колонок 2 и 3 */
 }
 .col2 { 
 background: #E0D2C7; width: 200px;
 float: right; /* Обтекание слева */
 }
 .col3 { 
 background: #ECD5DE; width: 100px; 
 float: right; /* Обтекание слева */
 }

.fancybox-title-over-wrap {
 padding-left: 0px;
 padding-right: 0px;
}

/* ==================MY================== */
a.login-with i { 
 text-decoration: none; margin:3px; 
 font-size: 9pt; display:inline-block; cursor:pointer; 
 vertical-align:middle; width:30px; height:30px; 
 background-color: #2b5db1; background-position:center center; 
 background-repeat:no-repeat; background-size:60%; 
 -webkit-transition: background-color .2s .01s ease-out, border-color .1s .01s ease-out; 
 transition: background-color .2s .01s ease-out, border-color .1s .01s ease-out; 
 position:static; opacity:1; border-radius:3px; border:none }

.newsimg {
 width: 200px;
 border-width: medium; 
 border-style: ridge;
 border-color: rgb(0, 100, 0);
}
.leftimg {
float:left;
margin: 7px 7px 7px 0;
}
.rightimg {
float: right; 
margin: 7px 0 7px 7px;
}

.avatarpage{width:132px;height:auto;border-width: medium; border-style: ridge; border-color: rgb(0, 69, 0);}
.imagepm{border: 0pt none ; margin: 0pt; padding: 0pt;}

.vkLink {
 display: block;
 height: 24px;
 width: 24px;
 background: url(/image/diz/vkontakte.png);
 text-indent: -9999px;
 position: absolute;
 top: 33px;
 left: 10px;
 outline: none
}

.yamaps{
 width:95%;
 height:450px;
 background-clip: content-box;
 background-image: url(/file/maps/ya_maps_tk.jpg);
 background-position : center;
 background-repeat: no-repeat;
}

.iframegpsies{
 height:450px;
 background-clip: content-box;
 background-image: url(/image/diz/gpsies.png);
 background-position : center;
 background-repeat: no-repeat;
}

.socials{
 padding-top: 13px;
 text-align: center;
}

.socials a{
 color: hsl(221, 59%, 35%);
}

.divpartners{
 line-height: 50px;
}
.divpartners img {
 vertical-align: middle;
}

.gDivLeft a{
 color: #1704c5;
}

.menu .nav-tabs li a:before {
 background-image: none;
}



.info_post, .info_post a{
 font-size:12px;
 text-align: right;
}

.infTable{
 border:0; 
 border-collapse: collapse; /* эквивалент 'cellspacing' */
 width:100%;
}
.infTable td, table th
{ padding: 1px; /* эквивалент 'cellpadding' */}

/*============================*/
.divrelated {
 overflow: hidden;
 margin-bottom: 30px;
 height: 200px;
}

.uRelatedEntries{
 padding-left: 20px;
 margin-top: 10px;
 margin-bottom: 0px;
}

.uRelatedEntries li {
 overflow: hidden;
 float: left;
 width: 150px;
 position: relative;
 margin-right: 20px;
 font-size: 13px;
 line-height: 18px;
}
.uRelatedEntries li:last-child {
 margin-right: 0;
}
.uRelatedEntries li a {
 color: #010101;
}
.uRelatedEntries li a:hover {
 color: #6969b3;
 text-decoration: none;
 border-bottom: 1px solid rgba(105, 105, 179, 0.2);
}
.uRelatedEntries li a:after {
 position: absolute;
 content: '';
 left: 0;
 top: 0;
 z-index: 2;
 width: 100%;
 height: 100%;
}
.related__item-img {
 position: relative;
 margin-bottom: 7px;
}
.related__item-img:after {
 position: absolute;
 content: '';
 left: 0;
 top: 0;
 width: 150px;
 height: 95px;
 background: rgba(0, 0, 0, 0);
}
.related__item-img img {
 vertical-align: bottom;
}
.related__item-img .related__item-cat {
 position: absolute;
 left: 10px;
 bottom: 10px;
 font-size: 10px;
 line-height: 13px;
 z-index: 101;
 border-bottom: 0;
 max-width: 85%;
}
.related__item-img .related__item-cat > a {
 background: #8b8ce7;
 display: block;
 padding: 4px 10px;
 color: #fff;
}
.related__item-img .related__item-cat > a:hover {
 text-decoration: none;
 background: #6969b3;
 color: #fff;
 border-bottom: 0;
}

.fancybox-title-over-wrap {
 padding: 10px 0px;
}

#vk_groups iframe {overflow:inherit!important;display:block;} 
.box {height:370px;}