body.noloaded { display:none;}

* {
    margin-top:0;
    margin-bottom:0;
    margin-right:0;
    margin-left:0;
    padding:0;
}
image{
    border:0;
}
a img,:link img,:visited img,:hover img {
    border:0;
}
a{
    color:#505050;
    font-size:12px;
    text-decoration:underline;
    -webkit-transition:all 300ms linear 0ms;
    -o-transition:all 300ms linear 0ms;
    -mz-transition:all 300ms linear 0ms;
    transition:all 300ms linear 0ms;

}
a:hover {
    color:#348F94;
    text-decoration:none;
    -webkit-transition:all 300ms linear 0ms;
    -o-transition:all 300ms linear 0ms;
    -mz-transition:all 300ms linear 0ms;
    transition:all 300ms linear 0ms;

}
h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin:0;
    padding:0;
}
textarea{
    border:1px solid #ccc;
    padding:5px;
}
input:focus, textarea:focus {
    outline:none;
}
button:focus{
    outline:none;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:18px;line-height:30px;}
h2 {font-size:17px;line-height:25px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5, h6 {font-size: 13px; line-height: 15px; margin-bottom: 4px; font-weight: bold;}

input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 5px 5px;
}
html{
    padding:0px;
    background:#fff;
}
body{

 background: url("../images/confectionary.png") repeat scroll 0% 0% #F5F5F5;
 /* background: #f5f5f5 fixed url("../images/bg2015v2.jpg") no-repeat center top; */
  /*   background: #232323 fixed url("../images/kerch.jpg") no-repeat center top;*/
  font-family: 'Roboto Condensed', sans-serif;
  font-size:13px;
  height:100%;
  margin:0;
  padding:0;
  color:#505050;
}

.service-content {
    width: 100%;
}



.col-md-6 {
    width: 48%;
}

@media only screen and (max-width: 550px) {
    .col-md-6 {
        width: 100%;
    }
}

.bank {
    background: #b7d2b1;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
}

.rek970x90{
    width:1100px;
    height:90px;
    text-align:center;
    margin: 0 auto;
}
.konkurs img {
    max-width: 100%;
    padding-top: 10px;
}

.konkurs span {
    font-size: 12px;
    font-weight: 100;

}

a.but_konk {
    width: 100%;
    background: #40afb4;
    display: block;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

a.but_konk:hover {
    background: #6d943b;
}

#container{
    width:1100px;
    margin:0 auto;
}
.topline{
    height: 25px;
    padding: 10px 0px;
    background: #ffffff;

}

.info-block {
    font-size: 12px;
    border: 1px solid #ba4f4d;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5px;
    background: #f3f3f3;
}

.info-block b{
    font-size: 13px;
}

.info-block b a{
    font-size: 13px;
}

.info-block .red a{
    color: #ba4f4d;
}

.rate {
    display: inline-block;
    background: #fff;
    position: relative;
    border-radius: 5px;
    padding: 5px;

}

.hideme {
    margin: 1em;
    padding: 1em;
    background-color: lightgray;
    position: relative;
}
.close-btn {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    color: #c00;
}

.block__close {
    position: absolute;
    right: 3px;
    top: 0;
    color: #f00;
    cursor: pointer;
}


.block__close:hover {
    color: #020202;
}


#scrollup {
    position: fixed;
    opacity: 0.8;
    padding: 15px 10px 10px;
    /* background: #aaa; */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    right: 3%;
    bottom: 40px;
    display: none;
    cursor: pointer;
}

#scrollup i{
  font-size: 50px;
  color: rgba(53, 192, 199, 0.72);
}

.block {
    background: #eee;
    padding: 5px;
    line-height: 17px;
    position: relative;
    margin-bottom: 13px;
    width: 690px;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* LOGIN begin  */
.loginbar{
    float:left;
    height:24px;
    position:static;
    line-height:24px;
    color:#909090;
    margin: 0 0 0 10px;
}
.loginbar a{
    font-size:12px;
    text-decoration:underline;
    color:#40b1b7;
}
.loginbar a:hover{
    text-decoration:none;
}
.loginpanel{
    line-height:20px;
    min-width:140px;
    color:#eee;
    height:20px;
    float:right;
    text-align:right;
}
#loginb{
    color:#909090;
    width:240px;
    display:none;
    background:#fff;
    position:absolute;
    top:150px;
    left:50%;
    margin-left:-150px;
    z-index:20000 !important;
    box-shadow: 0px 0px 30px #000;
    padding:20px;
    border-radius: 5px;
}
.logheader{
    height:50px;
    margin:-10px -20px 20px -20px;
    position:relative;
    color:#303030;
    font-size:16px;
    font-weight:bold;
    text-align: center;
}
.logheader img{
    height: 60px;
    float: left;
    padding-left: 18px;
}
.login-close{
    position:absolute;
    background:url(../images/login-close.png) 0 0 no-repeat;
    width:30px;
    height:30px;
    cursor:pointer;
    top:0;
    right:0;
}
.login-close:hover{
    background-position: 0 -30px;
}
.profile{
    margin:0 0 15px 0;
}

.flex-video iframe{
    width: 100%;
}

.profile-left{
    width:78px;
    float:left;
    margin:0 20px 0 0;
    border:1px solid #e5e5e5;
    padding:10px;
}
.profile img{
    width:80px;
    max-height:80px;
    box-shadow:0 1px 3px rgba(0,0,0,0.3);
}
.profile ul{
    list-style: none;
    margin:0 0 15px 0;
    padding:0;
    font-size:12px;
    color:#303030;
    float:left;
    width:120px;
}
.profile li{
    position: relative;
    height:29px;
    line-height:20px;
    margin:0;
    padding:0;
    width:150px;
    text-align:left;
}
.profile li a{
    text-align:left;
    line-height:20px;
    font-size:12px;
    color:#348F94 !important;
    text-decoration:underline !important;
    font-weight:normal;
}
.profile li a:hover{
    color:#303030 !important;
    text-decoration:none !important;
}
.login_input{
}
.login_input a{
    font-size:12px;
    line-height:40px;
}
.login_field{
    width:240px;
    height:35px;
    line-height:35px;
    vertical-align: middle;
    font-size:15px;
    padding:0;
    color:#909090;
    background:#fff;
    margin-top:15px;
    text-align:left;
}
.field{
    padding:5px;
    width:230px;
    height:25px;
    line-height:25px;
    color:#909090;
    font-size:15px;
    font-family: 'Roboto Condensed', sans-serif;
    background:#fff url(../images/fields.png) top repeat-x;
    border:1px solid #ccc;
    vertical-align: middle;
    box-shadow:inset 0 0 2px rgba(0,0,0,0.1);
}
.field:hover, .field:active, .field:focus{
    border:1px solid #909090 !important;
}
.not_save{
    font-size:12px;
    padding:0;
    margin:5px 0 10px 0;
    height:20px;
    text-align:left;
}
.enterbutton{
    font-family: 'Roboto Condensed', sans-serif;
    background:#348F94;
    cursor:pointer;
    height:32px !important;
    line-height:30px !important;
    text-align:center;
    text-decoration:none;
    font-size:14px !important;
    font-weight:bold;
    display:block;
    float:left;
    color:#fff !important;
    text-decoration:none !important;
    margin:5px 20px 5px 0;
    padding:0 10px;
    border:1px solid #348F94;
    border-radius:3px;
    text-shadow:0 -1px 1px rgba(0,0,0,0.3);
}
.enterbutton:active{
    box-shadow:inset 0 0 10px rgba(0,0,0,0.9) !important;
}
.enterbutton:hover{
    color:#fff;
    background:#348F94;
    box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
    text-shadow:none;
}
#login_overlay {
    background-color: #000; /* Чёрный фон */
    height: 100%; /* Высота максимальна */
    left: 0; /* Нулевой отступ слева */
    opacity: 0.50; /* Степень прозрачности */
    -moz-opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    position: fixed; /* Фиксированное положение */
    top: 0; /* Нулевой отступ сверху */
    width: 100%; /* Ширина максимальна */
    z-index: 10000; /* Заведомо быть НАД другими элементами */
    display:none;
}
/* LOGIN end  */
/* Поиск */
.searchblock{
    width: 335px;
    height: 24px;
    margin: 0px 360px;
    background:#fff;
    position:relative;
    border-radius: 2px;
    border:1px solid #40b1b7;
}
.searchblock ul{
    height:24px;
    list-style:none;
    padding:0;
    display:inline;
}
.searchblock li{
    float:left;
    position: relative;
    border:0;
    display:block;
    height:24px;
}
.searchblock li a
{
    float:left;
    position: relative;
    text-align:center;
}
.searchform{
    color:#bbb;
    width:270px;
    height:20px;
    line-height:20px;
    padding:2px 5px;
    border:0;
    border-right:0px;
    box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
    font-size:13px;
    font:Verdana, Geneva, sans-serif;
    background:transparent;
    overflow:hidden;
}
.searchform:focus{
    color:#909090;
}
input.searchbt {
    width:60px;
    height:24px;
    background:#40b1b7 url(../images/sprite-icons.png) 0 0 no-repeat;
    position:absolute;
    top:0;
    right:0;
    border-radius:0 1px 1px 0;
}
input.searchbt:hover {
    background-position:0 -24px;
}
.socialb{
    padding:0;
    float:right;
    text-align:left;
    margin: 0 10px 0 0;
}
.socialb ul{
    font-size:14px;
    list-style:none;
    margin:0;
    display:inline;
}
.socialb li
{
    float: left;
    position: relative;
    text-align:left;
    margin:0 0 0 5px;
}
.socialb li a {
    display: block;
    text-decoration: none;
    padding: 5px;
    font-weight: bolder;
    background: #fff;
    position: relative;
    border-radius: 2px;
    border: 1px solid #40b1b7;
}

.socialb li a:hover {
    border: 1px solid #83b640;
}
}
.socialb li a.twitter{
    background-position: 0 -32px;
}
.socialb li a.twitter:hover{
    background-position: 0 0;
}
.socialb li a.facebook{
    background-position: -32px -32px;
}
.socialb li a.facebook:hover{
    background-position: -32px 0;
}
.socialb li a.vkontakte{
    background-position: -64px -32px;
}
.socialb li a.vkontakte:hover{
    background-position: -64px 0;
}
.socialb li a.gplus{
    background-position: -96px -32px;
}
.socialb li a.gplus:hover{
    background-position: -96px 0;
}
.socialb li a.rss{
    background-position: -128px -32px;
}
.socialb li a.rss:hover{
    background-position: -128px 0;
}
#content{
    width:1100px;
    background:#fff;

    box-shadow: 0 0 35px rgba(0,0,0,0.1)
}
#header{
    width:1080px;
    min-height:60px;
    padding: 10px;
}
.logo{
    width:225px;
    float:left;
}

.infa{
 font-size: 18px;
 line-height: 20px;
 color: #1f1f1f;
 margin: 13px 0 0 10px;
 float: right;
 width: 170px;
}



.infa a{
    font-size:14px;
    color:#40b1b7;
    text-decoration:underline;
}


.infa2{
 font-size: 18px;
 line-height: 20px;
 color: #1f1f1f;
 margin: 13px 0 0 10px;
 float: right;
 width: 220px;
}



.infa2 a{
    font-size:14px;
    color:#40b1b7;
    text-decoration:underline;
}
.pdf a{
  font-size: 20px;
  text-align: left;
  padding-left: 35px;
  padding-top: 0px;
  display: block;
  background: url("../images/pdf.png") no-repeat scroll 0px 0px transparent;
  margin: 5px;
  line-height: 32px
}
.about{
    font-size: 16px;
    line-height: 2px;
    color: #1f1f1f;
    margin: 10px 0 0 10px;
    float: left;
    width: 490px;
    font-family: Verdana, sans-serif;
}
.about a{
    font-size:14px;
    color:#40b1b7;
    text-decoration:underline;
}
.about a:hover{
    text-decoration:none;
}




/* Иконка меню */
#menu-icon {
	display: none; /* Скрываем иконку при инициализации */
}

#nav {
    width: 1100px;
    min-height: 100%;
    top: 0;
    /* left: -10px; */
    margin: 0 0 -8px 0;
    background: linear-gradient(#40B1B7 0%, #3BABB1 100%);
    z-index: 80;
    border-bottom: 1px solid rgba(52, 143, 148, 0.55);
    border-top: 1px solid rgba(52, 143, 148, 0.57);
}

#nav,
#nav li {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	float: left;
    display: block;
    z-index: 100;

}

/* Ссылки навигации */
#nav a {
	padding: 6px 15px;
	display: block;
	color: #fff;
}
#nav a:hover {

    clear: both;
    text-decoration: underline;
    color: #fff;
    background: #40b1b7;
}

/* Выпадающий список */
#nav ul {
	position: absolute;
	display: none; /* Скрываем */
    background: #348F94;
    transition: opacity 0.1s ease;
    text-align: left;
    margin-left: -1px;
    border-left: 1px solid #348F94;
    border-right: 1px solid #348F94;
    border-bottom: 1px solid #348F94;
    z-index: 500;
    width: 260px;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;

    z-index: 500;
    height: 25px;
    padding: 0;
    display: block;
    clear: both;
    float: none;
    margin: 0;
    border-top: 1px solid #40B1B7;
}
#nav li:hover > ul {
	display: block; /* выводим список */
}
#nav>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    line-height: 48px;
    padding: 0px 13px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    border-right: 1px solid #348F94;
}

#nav>li>a:hover {
 background: #348F94;
}


#nav li a.last
{

   border-right: 0px solid #348f94;
}

.w100 {
    border-radius: 10px;
    width: 100%;
}

.none img {
display: none !important;
}

.csh-2 img {
    width: 100%;
}









/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
    */

    #coin-slider{ background-size:1100px auto !important;}
    .coin-slider { overflow: hidden; zoom: 1; position: relative;}
    .coin-slider a{ text-decoration: none; outline: none; border: none;background-size:1100px auto; }

    .cs-buttons { font-size: 0px; padding: 5px; float: left;margin-top:5px; }
    .cs-buttons a { background:#ddd; margin:0 5px 0 0; height: 10px; width: 10px; float: left; color: #B8C4CF; text-indent: -1100px; border-radius:10px;}
    .cs-active { background:#000 !important; color: #FFFFFF; }
    .cs-buttons a:hover{
     background:#505050;
 }
 .cs-title {  width:1080px; position:relative; bottom:0 !important; left:0 !important;padding:7px 10px;line-height:30px; font-size:26px;background:url(../images/white50.png); color: #000;z-index:510 !important; display:inline;opacity:1.0 !important;}

 .cs-prev {display:block;width:30px;height:30px;background:url(../images/sprite-icons.png) 0 -48px;background-size:auto !important; opacity:1.0 !important; top:140px !important;}
 .cs-next {display:block;width:30px;height:30px;background:url(../images/sprite-icons.png) 0 -78px;background-size:auto !important; opacity:1.0 !important;  top:140px !important; }
 .cs-prev:hover{background-position:-30px -48px;}
 .cs-next:hover{background-position:-30px -78px;}

 .slider{
     width:1100px;
     height:350px;
     overflow: hidden;
 }
 #left{
    width: 120px;
    float: left;
    margin: 20px 14px 0 0;
    padding: 5px 0 0 10px;
}
#middle{
    width:700px;
    float:left;
    padding: 25px 0 0 0;
}
#fullmiddle {
    width: 1060px;
    float: left;
    padding: 25px 20px 25px 20px;
}
#right{
   width: 218px;
   float: right;
   margin: 1px 0px 30px 15px;
   padding: 24px 22px 0 0;
}
#left h3{
  font-size: 16px;
  line-height: 20px;
  color: #BA4E4E;
  margin: 0 0 10px 0;
  font-weight: bold;
}


a.mainnews {
    background: #527328 !important;
    height: 15px !important;
}


a.mainnews:hover {
    background: #40b1b7 !important;

}


.menu{
  width: 110px;
  /* border-right: 1px solid #ddd; */
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 5px;

}


.menu3{
 width: 110px;
 display: inline-block;
 border-radius: 3px;
 border: 1px solid rgb(255, 0, 0);
 background-image: -webkit-linear-gradient(#FF6464 0%, #FF6060 100%);
 background-image: -o-linear-gradient(#FF6464 0%, #FF6060 100%);
 background-image: linear-gradient(#FF6464 0%, #FF6060 100%);
 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
 padding: 5px;
}

.menu3 span {    font-weight: bold;
    line-height: 17px;}

    a.menu3 {color: #fff;}

    .menu3:hover {
       border: 1px solid rgb(115, 173, 0);
       background-image: -webkit-linear-gradient(#91C131 0%, #9DD038 100%);
       background-image: -o-linear-gradient(#91C131 0%, #9DD038 100%);
       background-image: linear-gradient(#91C131 0%, #9DD038 100%);
   }


   .menu ul{
    width:120px;
    font-size: 12px;
    list-style: none;
    margin:0;
}
.menu li{
    position:relative;
}
.menu li a{
    font-family: 'Roboto Condensed', sans-serif;
    width:110px;
    padding:0 0 10px 10px;
    line-height:14px;
    font-size: 12px;
    color:#348F94;
    text-decoration:none;
    display:block;
    background: url(../images/sprite-icons.png) 0 -212px no-repeat;
}
.menu li a:hover
{
    text-decoration:underline;
}
.rek120x600{
    text-align:center;
    margin:15px 0;
}
.hblock{
    width:700px;
    margin: 0 0 30px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.hblock3{
    width:700px;
    margin: 0 0 10px 0;
    position: relative;

}



.hblock3-3{
   width: 680px;
   margin: 0 0 10px 0;
   position: relative;
   border: 1px solid #83B640;
   padding: 10px;

}

.hblock2{
    width: 700px;
    margin: 0px 0 30px 0;
    position: relative;
    border: 1px dashed #ddd;
    /* padding: 10px; */
    background: #F7F7F7;
}

.hblock h3{
    font-size: 22px;
    line-height: 20px;
    color: #83b640;
    margin: 0 0 15px 0;
}

.hblock3 h3{
    font-size: 22px;
    line-height: 20px;
    color: #83b640;
    margin: 0 0 15px 0;
}
.hblock h3 a, .gblock h3 a{
    font-size: 22px;
    color: #83b640;
    text-decoration: none;
}

.hblock3-3 h3{
    font-size: 22px;
    line-height: 20px;
    color: #83b640;
    margin: 0 0 15px 0;
}



.hblock2 h3 a, .gblock2 h3 a{
    font-size: 22px;
    color: #83b640;
    text-decoration: none;
}

.hblock h3 a:hover, .gblock h3 a:hover{
    color: #303030;
    text-decoration:none;
}

.hblock2 h3 a:hover, .gblock2 h3 a:hover{
    color: #303030;
    text-decoration:none;
}
.gblock{
    background: #f5f5f5;
    margin: 0 0 30px 0;
    width:700px;
    position: relative;
    padding: 10px 0 0 0;
    border-radius: 10px;
}
.gblock h3{
    font-size: 22px;
    line-height: 20px;
    color: #83b640;
    margin: 0 0 15px 10px;
}
.vblock{
  width: 330px;
  float: left;
  padding: 10px;
}

.vblock h3 a{
    font-size: 22px;
    line-height: 20px;
    color: #83b640;
    margin: 0 0 15px 10px;
}

.vblock .custom-3{
    width:320px;
    height:auto;
    float:none;
}
.allcat{
    position: absolute;
    top: 0;
    right:0;
}


.bvi-body .socialb2, .bvi-body .footer3 {
    display: none;
}

.allcat a{
    display: inline-block;
    background: url(../images/sprite-icons.png) right -122px no-repeat;
    height: 20px;
    padding:0 5px 5px 5px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin-right: 5px;
}
.allcat a:hover{
    text-decoration: underline;
    background-position: right -147px;
}
.allcat2{

}
.allcat2 a{
    display: inline-block;
    background: url(../images/sprite-icons.png) right -122px no-repeat;
    height: 20px;
    padding: 5px 10px 10px 5px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-right: 5px;
    border-radius: 4px;

}

.allcat2 a:hover{
    text-decoration: underline;
    background-position: right -147px;
}
.custom-1{
    width:350px;
    overflow:hidden;
    position:relative;
    margin:0 5px 15px 0;
    float: left;
}

.custom-1.nko{
    width: 340px;
    overflow: hidden;
    position: relative;
    margin: 0px 10px 15px 0;
    float: left;
}

.custom-1 h2{
    font-size:14px;
    color:#000;
    max-height:45px;
    overflow:hidden;
    line-height:15px;
    margin:0 0 5px 0;
    font-weight:bold;
}
.custom-1 h2 a{
    font-size:14px;
    color:#348F94;
    text-decoration:none;
}
.custom-1 h2 a:hover{
    color:#303030;
    text-decoration:underline;
}

.custom-10{
    width:680px;
    overflow:hidden;
    position:relative;
    margin:0 5px 15px 0;
    float: left;
}
.custom-10 h2{
    font-size:14px;
    color:#000;
    max-height:45px;
    overflow:hidden;
    line-height:15px;
    margin:0 0 5px 0;
    font-weight:bold;
}
.custom-10 h2 a{
    font-size:14px;
    color:#348F94;
    text-decoration:none;
}
.custom-10 h2 a:hover{
    color:#303030;
    text-decoration:underline;
}
.over300{
    width:350px;
    height:200px;
    overflow:hidden;
    position:relative;
    margin: 0 0 10px 0;
}
.over300 img{
    width:350px;
    min-height:200px;
}

.over300-2{
    width:350px;
    height:200px;
    overflow:hidden;
    position:relative;
    margin: 0px 15px 10px 0;
    float: left;

}
.over300-2 img{
    width:350px;
    min-height:200px;
}

.cdata{
    font-size: 11px;
    color: #909090;
}
.csh{
    color:#909090;
    line-height: 15px;
    font-size: 12px;
    margin: 5px 0 0 0;
}
.csh a{
    font-size: 12px;
    text-decoration: none;
    color:#348F94;
}
.csh a:hover{
    text-decoration: underline;
}

.csh-2{
    color:#909090;
    line-height: 15px;
    font-size: 12px;
}
.csh-2 a{
    font-size: 12px;
    text-decoration: none;
    color:#348F94;
}
.csh-2 a:hover{
    text-decoration: underline;
}

.csh-2 img{
   display: none;
}

.custom-2{
    margin:0 0 10px 10px;
    overflow:hidden;
    height: 65px;
    position:relative;
    width:335px;
    float:left;
}
.over90{
    width:90px;
    height:60px;
    overflow:hidden;
    float:left;
    margin:0 10px 0 0;
}
.over90 img{
    width:90px;
    min-height:60px;
}
.over90 img:hover{
    opacity:0.9;
}
.custom-2 h2{
    font-size:13px;
    color:#000;
    max-height:60px;
    overflow:hidden;
    line-height:15px;
    margin:0 0 5px 0;
    font-weight:bold;
}
.custom-2 h2 a{
    font-size:14px;
    color:#348F94;
    text-decoration:none;
}
.custom-2 h2 a:hover{
    color:#303030;
    text-decoration:underline;
}
.custom-3{
    width:340px;
    height:30px;
    float:left;
    margin:0 10px 5px 0;
    overflow:hidden;
    position: relative;
    font-size: 12px;
    color: #909090;
    line-height: 15px;
}
.custom-3 h2{
    display:block;
    line-height:15px;
    font-size:14px;
    color:#303030;
    background: url(../images/sprite-icons.png) 0 -212px no-repeat;
    padding: 0 0 0 10px;
}
.custom-3 h2 a{
    font-size:14px;
    color:#348F94;
    text-decoration:none;
}
.custom-3 h2 a:hover{
    color:#303030;
    text-decoration:underline;
}
.custom-3 .c2text{
    max-height:28px;
    overflow:hidden;
}
.custom-4{
    margin:0 0 15px 0;
    color:#909090;
}
.custom-4 h2{
    font-size:13px;
    color:#303030;
    max-height:54px;
    overflow:hidden;
    line-height:18px;
    font-weight:bold;
    margin:0 0 5px 0;
}
.custom-4 h2 a{
    font-size:13px;
    color:#348F94;
    text-decoration:none;
}
.custom-4 h2 a:hover{
    color:#303030;
    text-decoration:underline;
}
.custom-7{
   margin: 0px 0px 10px 0px;
   overflow: hidden;
   height: 75px;
   position: relative;
   width: 220px;
   float: left;
   padding-left: 10px;
}
.over60{
    width:80px;
    height:60px;
    overflow:hidden;
    float:left;
    margin:0 10px 0 0;
}
.over60 img{
    max-width:80px;
    max-height:70px;
}
.over60 img:hover{
    opacity:0.9;
}
.custom-7 h2{
    font-size:13px;
    color:#000;
    max-height:60px;
    overflow:hidden;
    line-height:15px;
    margin:0 0 5px 0;
    font-weight:bold;
}
.custom-7 h2 a{
    font-size:12px;
    color:#348F94;
    text-decoration:none;
}
.custom-7 h2 a:hover{
    color:#303030;
    text-decoration:underline;
}
.sideblock{
    width: 227px;
    margin-bottom: 15px;
    border-top: 3px solid #83b640 !important;
    border: 1px solid #ddd;
    border-radius: 5px;


}
.sideblock .custom-2{
  width: 210px;
  display: block;
  padding: 0 0 5px 0px;
  border-bottom: 1px dashed #DDD;
  height: 100%;
}
.sideblock .custom-2 h2{
    font-weight: normal;
}

#footer2 {
  width: 1100px;
  margin: 0 auto;
}

#footer2 .footer-top {
    background: #348f94;
    height: 150px;
    padding-top: 35px;
    border-radius: 0;
    background: linear-gradient(to bottom, #40B1B7 5%, #3E959A 100%);
}

ul.menu2{
	padding-left:20px;

}
.extra {
  min-width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
}

#footer2 .footer-top .info2 {
  float: left;
  margin-left: 25px;
  width: 33%;
}

#footer2 .footer-top .info2 p {
  font-size: 13px;
  line-height: 17px;
  color: #2B2B2B;
  margin-bottom: 10px;
}



#footer2 .footer-top .menu-list {
  overflow: hidden;

  padding-left: 40px;
}

#footer2 .footer-top .menu-list .one {
  width: 210px;
  float: left;
}

#footer2 .footer-top .menu-list .one h3 {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

#footer2 .footer-top .menu-list .one ul li {
  font-size: 13px;
  line-height: 18px;
}

#footer2 .footer-top .menu-list .one ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer2 .footer-top .menu-list .one ul li a:hover {
  color: #e6f1f4;
  text-decoration: none;
}

#footer2 .footer-top .menu-list .two ul li a:hover {
  color: #e6f1f4;
  text-decoration: none;
}


#footer2 .footer-top .menu-list .three ul li a:hover {
  color: #e6f1f4;
  text-decoration: none;
}




#footer2 .footer-top .menu-list .two {
  width: 200px;
  float: left;
}

#footer2 .footer-top .menu-list .two h3 {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

#footer2 .footer-top .menu-list .two ul li {
  font-size: 13px;
  line-height: 18px;
}

#footer2 .footer-top .menu-list .two ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer2 .footer-top .menu-list .three {
  width: 197px;
  float: right;
}

#footer2 .footer-top .menu-list .three h3 {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

#footer2 .footer-top .menu-list .three ul li {
  font-size: 13px;
  line-height: 18px;
}

#footer2 .footer-top .menu-list .three ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

.imgban img {
  border-top: 3px solid #83B640;
  border-radius: 6px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;

}
.imgban img:hover {
  border-top: 3px solid #348F94;
  -webkit-filter: contrast(130%);
  /* border-radius: 6px; */
}
.views{
    margin: 0 20px 0 0px;
}
.com-num{
    line-height: 20px;
    background: url(../images/sprite-icons.png) 0 -192px no-repeat;
    padding:0 0 0 15px;
    display: inline-block;
}
.cright{
    width:235px;
    float: left;
}
.custom-7 .cright{
 width: 130px !important;
}
.sideblock .cright{
    width:110px !important;
}
.sideblock h3{
    font-size:16px;
    line-height:30px;
    color:#303030;
    font-weight:bold;
    padding:0 10px;
    margin: 5px 0 10px 0;
}
.csblock{
    border: 1px solid #ddd;
    padding: 0 9px 15px 9px;
    width: 210px;
    margin-bottom: 15px;
    border-top: 3px solid #348F94;
    border-radius: 5px;
}
.csblock a{
    color: #348F94;
    text-decoration: none;
}
.csblock a:hover{
    text-decoration: underline;
}
.csblock h3{
   font-size: 16px;
   line-height: 30px;
   color: #303030;
   font-weight: bold;
   padding: 0 10px;
   margin: 5px 0 10px 0;
}
/* FOOTER         */
.footer {
    line-height:20px;
    width:1100px;
    padding:15px 0;
    color:#909090;
    position:relative;
    margin:0 auto;

    /* border-top: 2px solid #348F94; */
    /* background-color: #F4F2EC; */
}
.footer a{
    color:#348F94;
    text-decoration:underline;
}
.footer a:hover{
    text-decoration:none;
}
.footer .socialb{
    float: none;
    margin: 0 0 15px 0;
}
.footerblock{
    float:left;
}
.footer_nav{
    float:left;
    margin:0 0 0 20px;
    font-size: 12px;
}
.footer_nav a{
    text-decoration: none;
}
.footer_nav a:hover{
    text-decoration: underline;
}
.counters{
    height:31px;
    width:100px;
    float:right;
    text-align:right;
    padding-right: 20px;
}
/* КНОПКИ */
.votebutton{
 font-family: Arial;
 background: #348F94;
 cursor: pointer;
 width: 195px;
 height: 30px !important;
 line-height: 28px !important;
 text-align: center;
 text-decoration: none;
 font-size: 14px;
 display: block;
 color: #fff;
 margin: 5px 10px;
 border: 0;
 border-radius: 3px;
 text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.votebutton:active{
    box-shadow:inset 0 0 10px rgba(0,0,0,0.9) !important;
}
.votebutton:hover{
    color:#fff;
    background:#348F94;
    box-shadow:inset 0 0 10px rgba(0,0,0,0.5);
    text-shadow:none;
    border: 1px solid #909090;
}
.vbutton{
    font-family: 'Roboto Condensed', sans-serif;
    background:#eee url(../images/w40.png) 0 0 repeat-x;
    cursor:pointer;
    width:100px;
    height:30px !important;
    text-align:center;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    display:block;
    margin:5px 0 5px 10px;
    color:#303030;
    float:left;
    border:1px solid #ccc !important;
    border-radius:3px;
    text-shadow:0 1px 1px rgba(255,255,255,1);
    position: relative;
    z-index: 111;
}
.vbutton:active{
    box-shadow:inset 0 0 10px rgba(0,0,0,0.3) !important;
    border:1px solid #aaa !important;
}
.vbutton:hover{
    color:#000;
    border:1px solid #505050 !important;
}
.resbutton{
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-size:11px !important;
    font-weight:bold;
    color:#303030 !important;
    text-decoration:none !important;
    line-height:24px;
    float:left;
    height:24px;
    text-align:center;
    margin:5px 0 0 10px;
    background:#eee url(../images/w40.png) repeat-x;
    padding:2px 10px;
    border:1px solid #ccc;
    border-radius:3px;
}
.resbutton:hover{
    color:#000;
    border:1px solid #505050 !important;
    text-shadow:none;
    text-decoration:none;
}
.resbutton:active{
    box-shadow:inset 0 0 10px rgba(0,0,0,0.3) !important;
    border:1px solid #aaa !important;
}
.speedbar{
    font-size:11px;
    color:#909090;
    line-height:18px;
    margin:0 0 10px 0;
}
.speedbar a{
    color:#348F94;
    text-decoration:underline;
    font-size:11px;
}
.speedbar a:hover{
    color:#303030;
    text-decoration:none;
}
.sort{
    margin:0 0 15px 0;
    color:#909090;
    line-height:20px;
}
.sort a{
    color:#303030;
    text-decoration:none;
    background:#f5f5f5;
    border-radius:2px;
    display:inline-block;
    padding:0 5px;
}
.sort a:hover{
    color:#348F94;
}
.shortstory{
    margin:0 0 15px 0;
    border-bottom:1px solid #ddd;
}

.shortstoryfaq{
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    background-color: #fbfbfb;
    border-radius: 5px;
}

.shortstoryfaq:nth-child(2n){
   background-color: #f5f5f5;

}

.shortstory img{
    max-width:680px;
    margin:0 10px 10px 0;
}


.shortstory-news{
    margin: 0 0 15px 0;
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
    border-left: 1px dashed #ddd;
    border-right: 1px dashed #ddd;

    /* background-color: #F4F2EC; */
    padding: 10px;
    /* border-radius: 4px; */
}
.shortstory-news img{
    max-width:700px;
    display: none;
    margin:0 5px 5px 0;
}

.shortstory2{
  width: 340px;
  margin: 0 5px 20px 3px;
  line-height: 18px;
  float: left;
  position: relative;
  /* height: 366px; */
  overflow: hidden;
}



.shortstory2 a{
    text-decoration:none;
    color:#348F94;
}
.shortstory2 a:hover{
    text-decoration:underline;
    color:#303030;
}

.shortstory-gal{
  width: 340px;
  margin: 0 5px 20px 3px;
  line-height: 18px;
  float: left;
  position: relative;
  height: 230px;
  overflow: hidden;
}

.shortslide img{
    max-width: 700px;

}

.shortslidetitle {
    font-size: 18px;
    padding: 5px;
    border: 1px solid #ddd;
    display: inherit;
    margin-top: -4px;
    margin-bottom: 20px;
}



.shortstory-arc a{
    text-decoration:none;
    color:#348F94;
}
.shortstory-arc a:hover{
    text-decoration:underline;
    color:#303030;
}


.shortstory-arc{
  width: 340px;
  margin: 0 5px 20px 3px;
  line-height: 18px;
  float: left;
  position: relative;
  height: 305px;
  overflow: hidden;
}



.shortstory-gal a{
    text-decoration:none;
    color:#348F94;
}
.shortstory-gal a:hover{
    text-decoration:underline;
    color:#303030;
}


.shortstory-vid{
  width: 222px;
  margin: 0 5px 20px 3px;
  line-height: 18px;
  float: left;
  position: relative;
  height: 205px;
  overflow: hidden;
}

.vidicon:before{
   display: block;
   /* width: 222px; */
   /* height: 120px; */
   position: absolute;
   top: 53px;
   left: 73px;
   font-size: 60px;
   font-family: FontAwesome;
   content: "\f16a";
   padding-right: 3px;
   vertical-align: middle;
   color: rgba(238, 238, 238, 0.5);
}




.shortstory-vid a{
    text-decoration:none;
    color:#348F94;

}
.shortstory-vid a:hover{
    text-decoration:underline;
    color:#303030;
}

.shortstory-sot{
  width: 340px;
  margin: 0 5px 20px 3px;
  line-height: 18px;
  float: left;
  position: relative;
  height: 270px;
  overflow: hidden;
}

.shortstory-sot-2{
  width: 690px;
  margin: 0 5px 20px 3px;
  line-height: 18px;
  float: left;
  position: relative;
  height: 195px;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 3px;

}

.shortstory-sot-2 i {
    color:#91BF30;
    font-size: 15px;
}



.shortstory-sot a{
    text-decoration:none;
    color:#348F94;
}
.shortstory-sot a:hover{
    text-decoration:underline;
    color:#303030;
}



.shorttitlefaq{
  margin: 0 0 10px 0;
  padding: 10px 5px 0px 5px;
}
.shorttitlefaq{
    line-height: 25px;
    font-size: 20px;
    color: #348F94;
    text-decoration: none;
}
.shorttitlefaq:hover{
    color: #3a3a3a;
}

.shortstoryfaq img{
    max-width: 690px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.shortstory .shorttitle{
    margin:0 0 15px 0;
}
.shorttitle{
    margin:0 0 5px 0;
}
.shorttitle a{
    line-height: 25px;
    font-size: 20px;
    color: #348F94;
    text-decoration: none;
}
.shorttitle a:hover{
    text-decoration:none;
    color:#303030;
}
.over290{
    width:340px;
    height:193px;
    overflow:hidden;
    margin:0 0 10px 0;
}
.over290 img{
    width:340px;
    min-height:193px;
    -webkit-transition:all 300ms linear 0ms;
    -o-transition:all 300ms linear 0ms;
    -mz-transition:all 300ms linear 0ms;
    transition:all 300ms linear 0ms;
}
.over290 img:hover{
    opacity:0.9;
    -webkit-transition:all 300ms linear 0ms;
    -o-transition:all 300ms linear 0ms;
    -mz-transition:all 300ms linear 0ms;
    transition:all 300ms linear 0ms;
}

.over222{
    width:222px;
    height:120px;
    overflow:hidden;
    margin:0 0 10px 0;
}
.over222 img{
    width:222px;
    -webkit-transition:all 300ms linear 0ms;
    -o-transition:all 300ms linear 0ms;
    -mz-transition:all 300ms linear 0ms;
    transition:all 300ms linear 0ms;

}
.over222 img:hover{
    opacity:0.6;
    content: "\f02c";
    -webkit-transition:all 300ms linear 0ms;
    -o-transition:all 300ms linear 0ms;
    -mz-transition:all 300ms linear 0ms;
    transition:all 300ms linear 0ms;
}


.over290-2{
    width: 340px;
    height: 195px;
    overflow: hidden;
    margin: 0 10px 10px 0;
    float: left;
}
.over290-2 img{
    width:340px;
    min-height:193px;
}
.over290-2 img:hover{
    opacity:0.9;
}


.short-info{
    font-size:11px;
    color:#909090;
    margin:10px 0;
    height:10px;
    line-height:20px;
}
.short-info a{
    font-size:11px;
    color:#909090;
    text-decoration:underline;
}
.short-info a:hover{
    text-decoration:none;
}

.mapmobile {
    display: none;
}

.mobile {
    display: none;
}

.short-info-2{
    font-size:11px;
    color:#909090;
    margin:5px 0;
    line-height:20px;
}
.short-info-2 a{
    font-size:11px;
    color:#909090;
    text-decoration:underline;
}
.short-info-2 a:hover{
    text-decoration:none;
}

.sdate{
 float: right;
 margin: 0 10px 0 0;
 font-size: 11px;
 font-weight: bold;
 color: #5D9839;
}

.sdate2{
 float: right;
 margin: 0 10px 0 0;
 font-size: 12px;
 font-weight: bold;
 color: #5D9839;
}
.sdate a{
    color: #348F94;
    text-decoration: none;
}
.sdate a:hover{
    color: #303030;
    text-decoration: underline;
}

.spoiler_body { display:none;     padding: 0px 5px 10px 5px;}
.spoiler_links { cursor:pointer; font-weight:bold; text-decoration:underline; }

.spec{
 float: left;
 margin: -3px 10px 0 0;
 font-size: 12px;
 color: #A0A0A0;
}


.spec-2{

  font-size: 14px;
  color: #A0A0A0;
}

.comments-num{
    float:left;
    height:20px;
    position:relative;
    top:4px;
}
.comments-num a{
    background:url(../images/sprite-icons.png) 0 -52px no-repeat;
    color:#fff !important;
    font-size:11px;
    width:22px;
    height:20px;
    text-align:center;
    text-decoration:none !important;
    display:block;
    float:left;
    line-height:16px;
    padding:0 0 4px 0;
    text-shadow:0 -1px 1px rgba(0,0,0,0.3);
}
/* NEWS POST */
.full-story, .tagscloud{
    width:100%;
    padding:0 0 15px 0;
    color:#303030;
    line-height:150%;
}
.full-story a {
    color:#348F94;
    font-size:14px;
}
.full-story a:hover {
    color:#303030;
    text-decoration:none;
}
.fstory img {
    margin: 0px 0px 0px 0px;
    max-width: 100%;

}
.fstory ol, .shortstory ol {
    margin-left:25px;
}
.fstory ul, .shortstory ul{
    list-style: none;
    margin: 5px 0 5px 10px;
}
.fstory ul li, .shortstory ul li{
    background: url(../images/sprite-icons.png) 0 -209px no-repeat;
    padding: 0 0 0 10px;
}
.full-story p{
    margin:0 0 0px 0;
}
.post-title{
    font-size:20px !important;
    color:#303030;
    text-decoration:none;
    font-family:"Arial";
    line-height:25px;
    margin-bottom:10px;
    position:relative;
    font-weight:bold;
}
.post-title h1, post-title a h1{
    font-size:20px !important;
    display:inline;
}
.post-title a{
    font-weight:bold;
    color:#348F94;
    font-size:18px !important;
    text-decoration:underline;
    font-family:"Arial";
}
.post-title a:hover{
    color:#303030;
    text-decoration:underline;
}
.full-info{
    font-size:13px;
    color:#909090;
    margin:0 0 15px 0;
    line-height:20px;
}
.full-info a{
    font-size:13px;
    color:#909090;
    text-decoration:underline;
    line-height:20px;
}
.full-info a:hover{
    text-decoration:none;
}
.print{
    background: url(../images/print.png) no-repeat;
    margin:0 10px 0 0;
    display:inline-block;
    height:20px;
    line-height: 20px;
    width:16px;
}


.socialb2{
    padding:0;
    float:right;
    text-align:left;
    margin: 0 10px 0 0;
}
.socialb2 ul{
    font-size:14px;
    list-style:none;
    margin:0;
    display:inline;
}
.socialb2 li
{
    float: left;
    position: relative;
    text-align:left;
    margin:0 0 0 5px;
}
.socialb2 li a {
    display: block;
    text-decoration: none;
    padding: 5px;
    font-weight: bolder;
    background: #fff;
    position: relative;
    border-radius: 2px;
    border: 1px solid #40b1b7;
    width: 15px;
    text-align: center;
}

.socialb2 li a:hover {
    border: 1px solid #83b640;
}

.actives a {
    color: #ffffff  !important;
    text-decoration: none  !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)  !important;
    background: #83b640 !important;
    text-shadow: 0  !important;
    cursor: default !important;
}

.advice_cat3 {
    overflow: hidden;
    padding: 0px 0px 20px;
    margin: 0;
    list-style: none;
}
.advice_cat3 > li {
    display: inline-block;
    margin: 3px 3px;

}
.advice_cat3 > li > a {
  display: block;
  padding: 5px 7px;
  border-radius: 2px;
  background: #BEE0E2;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: bold;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  /* background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); */
}
.advice_cat3 > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #83b640;
}
.advice_cat3 > li > a.active,
.advice_cat3 > li > a.active:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #40B1B7;
}

.tags{

    line-height: 20px;
    font-size:12px;
    color:#909090;
    margin:0 0 15px 0;
}
.tags b{
    color:#303030;
}
.tags a{
    color: #348F94;
    font-size: 12px;
    text-transform: capitalize;
}
.fstory{
    margin-bottom:15px;
}
.fstory h2, .fstory h3{
    margin:10px 0;
    padding:0 0 0 10px;
    color:#348F94;
    font-weight:bold;
}
.plusobut{
    margin: -3px 0 0 2px;
    display: inline-block;
    float: left;
}
.related-block{
    position:relative;
    overflow:hidden !important;
    color:#303030;
    margin:0 0 20px 0;
    border: 1px solid #ddd;
    border-top: 3px solid #83b640 !important;
    border-radius: 5px;
}
.related-block h3{
    line-height:30px;
    color:#303030;
    font-size:16px;
    font-weight: bold;
    margin: 5px 0 10px 10px;
}

/* COMMENTS */
.addcomment{
    padding:0;

    margin:0 0 15px 0;
    padding:0 0 10px 0;
    background:#f1f1f1;
    border-radius: 5px;
}
.addcomment .votebutton, .full-story .votebutton{
   margin: 15px 0px 0px 1px;
}

.full-rating2  { background-color: #F6F6F6;
    box-shadow: 0 0 0 1px #F3F3F3;
    padding: 5px 5px;
    margin: 17px;
    text-decoration: none;
    /* color: #fff; */
    border-radius: 3px;}

    .full-rating2:hover  {     background-color: rgba(247, 247, 247, 0.61);
    }

    .full-rating2 a  {
        text-decoration: none;
    }

    .title{
        line-height:32px;
        color:#303030;
        font-size:16px;
        FONT-WEIGHT:bold;
        text-align:left;
        margin: 0 15px;
        padding: 5px 0;
    }
    .addcomment-post{
        margin:0 20px;
    }
    .comments{
        width:700px;
        margin:0 0 15px 0;
    }
    textarea#comments{
        height:150px;
        border-radius: 5px;
    }
    .comm-title{
        line-height:30px;
        color:#303030;
        font-size:16px;
        font-weight:bold;
        margin:0 0 15px 0;
        position:relative;
        display:inline-block;
    }
    .comm-n{
        display: inline-block;
        *display:inline;
        background: url(../images/sprite-icons.png) right -122px no-repeat;
        height: 20px;
        padding:0 5px 5px 5px;
        line-height: 20px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }
    .comment{
        width:700px;
        color:#303030;
        margin:0 0 25px 0;
    }
    .comment a{
        color:#348F94;
        text-decoration:none;
    }
    .comment a:hover{
        text-decoration:underline;
    }
    .comment table{
        margin:0;
        padding:0;
    }
    .comm-data{
        color:#909090;
        margin:0 0 10px 10px;
        font-size:13px;
        font-style:italic;
    }
    .comm-data a{
        font-size: 13px;
        text-decoration: none;
    }
    .comm-data img{
        margin: -2px 0 0 0;
    }
    .comment-block{
        background: #f1f1f1;
        border-radius: 5px;
        padding: 10px;
        position: relative;
    }
    .comment-corner{
        position: absolute;
        top: -10px;
        left: 50px;
        background: url(../images/sprite-icons.png) -70px 0;
        width: 10px;
        height: 10px;
    }
    .comment-left{
        max-height:100px;
        width:60px;
        padding:4px;
        font-size:11px;
        float:left;
        border:1px solid #ddd;
        background: #fff;
    }
    .comment-left a{
        color:#000;
        font-weight:bold;
    }
    .comment-left img{
        width:60px;
        max-height:60px;
    }
    .comment-right{
        width: 568px;
        font-size:14px;
        min-height:40px;
        float:left;
        margin-left:10px;
    }
    .comment-right a{
        color:#348F94;
        font-size: 14px;
    }
    .comment-right img{
        max-width: 500px;
        margin: 5px 0;
    }
    .comment-control{
        text-align: right;
        line-height: 16px;
        margin: 10px 0 0 0;
    }
    .comment-control a{
        font-size: 12px !important;
        font-style: italic;
        margin: 0 0 0 5px;
    }
    .comment-number{
        color:#fff !important;
        padding:0 3px;
        font-weight:bold;
        font-size:12px;
        line-height:15px;
        float:right;
        background:#505050;
    }
    .mass-action{
        padding:0 0 0 5px;
        margin:-2px 0 0 0 ;
        height:15px;
        float:right;
    }
    .mass_comments_action{
        margin:0 0 0 10px;
        color:#909090;
    }
    .comment-news{
        margin:5px 0 !important;
    }
    .comment-news a{
        text-decoration:underline;
    }
    .comment-news a:hover{
        text-decoration:none;
        color:#348F94;
    }
    .info{
        min-height:35px;
        margin:0 0 15px 0;
        color:#707070;
        background:#fafafa url(../images/sign.png) 	10px 10px no-repeat;
        padding:10px 5px 10px 50px;
        font-size:12px;
        line-height:15px;
        text-shadow:0 1px 0 #fff;
        border-radius: 5px;
    }
    .info a{
        color:#348F94;
    }

    .noactives a {
        display: block !important;
        padding: 5px 7px !important;
        border-radius: 2px !important;
        background: #BEE0E2 !important;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !important;
        font-size: 14px !important;
        font-weight: bold !important;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1) !important;
        /* background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); */
        color: #505050 !important;
        text-decoration: underline !important;
        cursor: pointer !important;
    }

    .noactives a:hover {
        color: #ffffff !important;
        text-decoration: none !important;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
        background-color: #83b640 !important;
    }

    .nav2igation{
        height:30px;
        width:100%;
        color:#000;
        margin:10px 20px;
        padding:15px 0;
        font-size:14px;
        clear:both;
        text-align:center !important;
    }
    .nav2igation b{
        font-size:25px !important;
    }
    .nav2igation span, .nav2igation a{
        line-height:30px;
        padding:0 10px;
        font-size:14px;
        border:1px solid #ddd;
        border-left:0;
        float:left;
    }
    .nav2igation span:first-child, .nav2igation a:first-child{
        border-left:1px solid #ddd;
    }
    .nav2igation a{
        color:#303030;
    }
    .nav2igation a:hover{
        text-decoration:underline;
        color:#348F94;
        background:#f1f1f1;
    }
    .nav2igation span {
        text-decoration:none;
        color:#fff;
        background:#348F94;
        border:1px solid #348F94 ;
        border-left:1px solid #348F94 ;
    }
    .nav2_ext{
        background:none !important;
        color:#909090 !important;
        font-weight:bold;
        border:1px solid #ddd !important;
        border-left:0 !important;
        text-shadow:none !important;
    }
    .next,.prev{
        font-weight:normal;
    }
    .next span,.prev span{
        background:none !important;
        color:#909090;
        border:1px solid #ddd !important;
        border-left:0;
    }
    .next a, .prev a{
        background:#eee !important;
        text-decoration:none !important;
    }
    .next a:hover, .prev a:hover{
        background:#ddd !important;
    }
    table.fulltable{
        width:100%;
        border-collapse: collapse;
        border-spacing: 0;
        cellspacing:0;
        border:0;

    }
    table.fulltable td{
        padding:10px 0;
    }
    table.uitable{
        width:100%;
        border-collapse: collapse;
        border-spacing: 0;
        cellspacing:0;
        border:0;

    }
    table.uitable td{
        padding:5px 0;
        font-size: 12px;
    }
    .uitable td a{
        font-size: 12px;
    }
    .line{
        margin:5px 0;
        padding:5px 15px;
        border:1px solid #e0e0e0;
        background:#fafafa;
        min-height:20px;
        text-align:left;
        font-size:13px;
    }
    .sline{
        width:140px;
        min-height:25px;
        line-height:25px;
        text-align:left;
        font-size:13px;
    }
    .pline{
        width:400px;
        min-height:15px;
        line-height:15px;
        text-align:left;
    }
    .import{
        color:#348F94;
    }
    .line a{
        color:#348F94;
    }
    .row{
        font-size:13px;
        margin:5px 0;
        padding:5px;
        border:1px solid #eee;
        background:#fafafa;
    }
    .row a{
        color:#348F94;
    }
    .row h{
        min-width:150px;
        padding:3px;
        margin:0 0 10px 0;
    }
    .poll{
        background:#fafafa;
        padding:10px;
        margin:10px 0;
        border:1px solid #ddd;
        box-shadow:0 1px 1px rgba(0,0,0,0.1);
    }
    .poll b{
        font-size:16px;
        line-height:20px;
        color:#348F94;
    }
    .poll i{
        font-weight:bold;
        line-height:30px;
    }
    .userstop{
        font-family:Tahoma;
        font-size:11px;
        color:#505050;
        border-collapse:collapse;
    }
    .userstop thead {
        font-family: 'Roboto Condensed', sans-serif;
        padding:5px 0 0 5px;
        height:20px;
        font-size:12px;
        color:#303030;
        background:url(../images/w40.png) repeat-x;
    }
    .userstop table {
        border-collapse:collapse;
    }
    .userstop td {
        text-align:center;
        height:25px;
        padding:0px;
        border:1px solid #ccc;
    }
    .userstop a {
        font-size:11px;
        text-decoration:none;
        color:#348F94;
    }
    .userstop a:hover {
        text-decoration: none;
    }
    .stat{
        color:#707070;
        font-size:13px;
        font-weight:bold;
        min-height:15px;
        margin:0 20px 0 20px;
        padding:2px 0 5px 0;
        border-bottom:1px solid #e0e0e0;
    }
    .stat span{
        float:right;
        font-weight:normal;
    }
    .stat a{
        font-size:13px;
        text-decoration:none;
    }
    .h-row{
        color:#505050;
        background:#f1f1f1;
        font-weight:bold;
        padding:0 0 0 15px;
        margin:10px 0 0 0;
    }
    textarea, .txsh, .input1, .input2, .input3{
        border:1px solid #ccc;
        height:25px;
        line-height:25px;
        background:#fff url(../images/fields.png) top repeat-x;
        font-family:Arial, Helvetica, sans-serif;
    }
    textarea:focus, .txsh:focus, .input1:focus, .input2:focus, .input3:focus, .search #searchinput:focus, .search #searchuser:focus, .field:focus, .field:hover{
        box-shadow:none;
        border:1px solid #bbb;
    }
    .input1{

        font-size: 13px;
        padding: 0px 5px;
        color: #707070;
        margin-bottom: 10px;
        width: 98%;
        border-radius: 5px;
    }
    .input2{
        width:100px;
        padding:0 5px;
        font-size:12px;
    }
    .input3{
        width:223px;
        font-size:12px;
        padding:0 5px;
    }
    .input4{
        width:312px;
        height:100px;
        font-size:12px;
        border:1px solid #ccc;
    }
    .clear {
        margin:0;
        padding:0;
        height:0px;
        clear:both;
        width:100%;
    }
    table{
        background:transparent;
        border:0px;
        border-collapse:separate;
    }
    table td{
        text-align:left;
        padding:0px;
        background:transparent;
    }

    table.pricing-table {
      background: #F9F9F9;
      color: #333;
      padding: 20px;
      width: 180px;
      float: left;
      _display: inline;
      position: relative;

  }

  table.pricing-table th {
     border: 1px solid #40B1B7;
     padding: 5px;
 }

 table.pricing-table td {
     border: 1px solid #40B1B7;
     padding: 5px;
 }

 select {
    font-size: 11px;
    font-family: tahoma;
}
.stext {
    color: #727272;
    font-size: 11px;
    font-family: tahoma;
}
.stext a:active,
.stext a:visited,
.stext a:link {
    color: #0084ff;
    text-decoration:none;
}
.stext a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.ntitle {
    color: #CC00FF;
    font-size: 15px;
    font-family: tahoma;
    font-weight: bold;
    padding:11px 0 0 6px;
}
.ntitle a {
    color: #0084ff;
    text-decoration: underline;
}
.ntitle a:hover {
    text-decoration:none;
}
.ui-dialog fieldset{
    padding:5px;
    color:#348F94;
    border:1px solid #505050;
}
.pm_status {
    float:left;
    background:#fff;
    padding:0 0 10px 0;
    border:1px solid #eee;
    width: 330px;
    height: 100px;
    margin:5px 15px 0 10px;
}

.pm_status_head {
    font-size: 0.9em;
    background:#eee url(../images/w40.png) repeat-x;
    height: 25px;
    line-height:25px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    color: #505050;
    font-size:14px;
    box-shadow:0 1px 3px rgba(0,0,0,0.3);
}

.pm_status_content {
    padding: 5px;
}
.pmlinks{
    padding:10px 10px;
    float:left;
    text-align:center;
    width:200px;
}
.pmlinks a{
    display:block;
    height:30px;
    padding:0 10px;
    line-height:30px;
    background:#eee url(../images/w40.png) repeat-x;
    color:#505050;
    text-decoration:none;
    margin:0 10px 5px 10px;
    text-shadow:0 1px 1px #fff;
    border:1px solid #ccc;
    border-radius:3px;
}
.pmlinks a:hover{
    box-shadow:inset 0 0 10px rgba(0,0,0,0.1) !important;
    color:#348F94;
    background:#ececec;
}

.splash {
    position: relative;
    z-index: 5;
    /* margin-top: -16px; */
    /* margin-bottom: 10px; */
    padding: 5px 0 0;
    background: #F4F2EC;
}
.splash .d-corners {
  position: relative;
  height: 5px;
  background: url(../images/splash-bg.png) no-repeat -5px 0;
}
.splash .d-corners div {
  position: absolute;
  left: -5px;
  width: 5px;
  height: 21px;
  margin-left: 100%;
  background: url(../images/splash-bg.png) no-repeat;
}

.splash.collapsed .toggle:hover {
  background-position: 0 -26px;
}
.splash.expanded .toggle {
  background-position: -84px 0;
}
.splash.expanded .toggle:hover {
  background-position: -84px -26px;
}
.splash .large-image {
  margin: 0 10px 0;
}
.splash .large-image table {
  width: 100%;
}
.splash .large-image td {vertical-align: top;}
.splash .large-image .l-1 {
  width: 23%;
}
.splash .large-image .l-1 .item {
  margin-right: 10px;
  margin-top: 5px;
}

.splash .large-image .l-2 .item {

  margin-top: 3px;
}

.splash .large-image .l-3 .item {

  margin-top: 5px;
}
.splash .large-image .li-image {
  width: 100%;
  overflow: hidden;
  background: url(../images/_image.png) 50% 0;
}
.splash .large-image .l-1 .item .li-image {
  height: 159px;
}
.splash .large-image .item .li-text {
  font-family: "PFSquareSansProLight", Arial, serif;
  font-size: 150%;
  line-height: 1.111;
  color: #fff;
  background: #40B1B7;
}
.splash .large-image .item .li-text span {
  display: block;
  position: relative;
  margin: 0 auto;
}
.splash .large-image .l-1 .item .li-text {
  height: 71px;
  margin-bottom: 10px;
  background-color: #9CD84D;
}


.splash .large-image .l-1 .item .li-text:hover {
   background-color: #40B1B7;
}

.splash .large-image .l-1 .item .li-text span {
  width: 165px;
  top: 15px;
}
.splash .large-image .l-2 {
  width: 54%;
}
.splash .large-image .l-3 {
  width: 33%;
}
.splash .large-image .l-2 .item-1 .li-t-text {
  width: 38%;
}
.splash .large-image .l-2 .item-1 .li-text,
.splash .large-image .l-2 .item-1 .li-image {
  height: 169px;
}
.splash .large-image .l-2 .item-1 .li-text span {
  width: 140px;
  top: 43px;
}
.splash .large-image .l-2 .item-1 .li-text {margin-left: 10px;background-color: #9DAAFD;}

.splash .large-image .l-2 .item-1 .li-text:hover {
   background-color: #40B1B7;
}

.splash .large-image .l-2 .item-2 {margin-top: 5px;}
.splash .large-image .l-2 .item-1 .li-t-image,
.splash .large-image .l-2 .item-2 .li-t-image {width: 62%;}
.splash .large-image .l-2 .item-2 .li-t-text {
  width: 38%;
}
.splash .large-image .l-2 .item-2 .li-text,
.splash .large-image .l-2 .item-2 .li-image {
  height: 61px;
}
.splash .large-image .l-2 .item-2 .li-text {margin-right: 10px ;
    background-color: #FF9C8B;}

    .splash .large-image .l-2 .item-2 .li-text:hover {
       background-color: #40B1B7;
   }

   .splash .large-image .l-2 .item-2 .li-text span {
      width: 115px;
      top: 11px;
  }
  .splash .large-image .l-3 .li-text {
      height: 101px;
      margin-top: 10px;
      background-color: #BBBD6D;
  }

  .splash .large-image .l-3  .li-text:hover {
   background-color: #40B1B7;
}

.splash .large-image .l-3 .item {margin-left: 10px; }
.splash .large-image .l-3 .li-image {
  height: 129px;
}
.splash .large-image .l-3 .li-text span {
  width: 170px;
  top: 20px;

}
.splash .clients h2 {
  font-family: "PFSquareSansProLight", Arial, sans-serif;
  font-size: 150%;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  padding: 20px;
}
.splash ul {
  overflow: hidden;
  height: 117px;
  margin-bottom: 20px;
  text-align: center;
}
.splash ul li {
  display: inline-block;
  padding: 0 13px;
}
.splash-i a {color:#FFF; text-decoration: none; font-size: 17px;}
.splash-i a:hover {color:#FFF; text-decoration: underline;}

.rounded, .image, .pagination li, .staff-list-alt .reducer ul li .push {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}


.navigation{height:30px;width:100%;color:#000;margin:10px 20px;padding:15px 0;font-size:14px;clear:both;text-align:center !important;}
.navigation b{font-size:25px !important;}
.navigation span, .navigation a{line-height:30px;padding:6px 10px;font-size:14px;border:1px solid #ddd;}
.navigation span:first-child, .navigation a:first-child{border-left:1px solid #ddd;}
.navigation a{color:#303030;}
.navigation a:hover{text-decoration:underline;color:#29a6da;background:#f1f1f1;}
.navigation span{text-decoration:none;color:#fff;border:1px solid #29a6da;border-left:1px solid #29a6da;text-shadow:0 -1px 1px rgba(0,0,0,0.3);    background-color: #348F94;}
.spec-3 {
    font-size: 14px;
    color: #717171;
}

.spec-3 a{
    font-size: 14px;
    color: #717171;
}

.stroka {
    background-color: #EFEFEF;
    padding: 7px;
    /* border-radius: 3px 3px 0 0; */
}

.stroka2 {
    background-color: #DD4C39;
    padding: 7px;
    /*border-radius: 3px 3px 0 0;*/
}

.stroka3 {
    background-color: #6d943b;
    padding: 7px;
    /*border-radius: 3px 3px 0 0;*/
}

.podr {
   padding: 7px;
   background-color: #40B1B7;
   color: #fff;
   border-radius: 3px 0px 3px 0px;
   bottom: 0;
   position: absolute;
   right: 0
}

.podr a{

    color: #fff;
    text-decoration: none;

}

.podr:hover {
    background-color: #83B640;

}


.box {
    width: 680px;
    margin: 10px;
    background: #fff;
    border: 1px solid #96CD2A;
    /* padding: 4px; */
    /* font-family: Georgia, Helvetica, sans-serif; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    /* -webkit-box-shadow: 0px 0px 10px #ddd; */
}

/*h3 span {
    color: #6B6B6B;
    cursor: pointer;
}
h3 span:hover {
	text-shadow: 0px 0px 3px #a1eeff;
    }*/
    ul {
       overflow: hidden;
       margin:0;
   }

   ul.hide li {
    padding: 10px;
    background: whitesmoke;
}
ul.hide {
    margin: 0;
}

ul.hide li a {
    color: #348F94;
    font-size: 14px;
    padding: 0px 0 0px 10px;
    line-height: 14px;
    color: #348F94;
    text-decoration: none;
    display: block;
    background: url(../images/sprite-icons.png) 0 -210px no-repeat;
}
.fotogal {
  float:left;
  position: relative;
  overflow: hidden !important;
  color: #303030;
  margin: 0 0 20px 0;
  border: 1px solid #ddd;
  border-top: 3px solid #348F94;
  border-radius: 5px;
  width: 45%;
  padding: 10px;
  background: #eee;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.fotogal:hover, .videogal:hover {
    border-top: 3px solid #348F94;
    background: #fff;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.videogal {
    float:right;
    position: relative;
    overflow: hidden !important;
    color: #303030;
    margin: 0 0 20px 0;
    border: 1px solid #ddd;
    border-top: 3px solid #348F94;
    border-radius: 5px;
    width: 45%;
    padding: 10px;
    background: #eee;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.fotogal img  {
   border-radius: 5px;
   opacity: 1;
   transition-duration: 0.4s;
}

.topleft5 {
   border: 1px solid #419499;
   padding: 10px 8px;
   margin-bottom: 15px;
   border-radius: 5px;
   border-top: 3px solid #3dc5ce;
   background: #419499;
   width: 211px;
   font-weight: bolder;
   color: #fff;
   -webkit-transition: all 300ms linear 0ms;
   -o-transition: all 300ms linear 0ms;
   -mz-transition: all 300ms linear 0ms;
   transition: all 300ms linear 0ms;
}

.topleft5:hover {
    color: #348f94;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-top: 3px solid #348f94;
    -webkit-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -mz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.topleft5 h3 {
    font-weight: bold;
}

.videogal img {
   border-radius: 5px;
   opacity:1;
   transition-duration: 0.4s;
}

.fotogal img:hover  {
   opacity:  0.5;;
   transition-duration: 0.4s;
}

.videogal img:hover {
 opacity:  0.5;;
 transition-duration: 0.4s;
}
#hourss {
    float: left;
    padding-left: 30px;
    padding-top: 4px;
    color: rgb(64, 177, 183);
    font-weight: bolder;
}

.bud {
  color: #49B4BA;
}

.vih {
   color: #83B640;
}

.dejur {
   background-color: #DCDCDC;
   margin: -5px;
   padding: 5px;
}

.footer3 {
    height: 210px;
    padding-top: 35px;
    padding-right: 40px;
    /* background: linear-gradient(to bottom, #F5F5F5 5%, #F4F4F4 100%); */
    padding-left: 40px;
    border-top: 1px solid #e3e3e3;
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.col-md-3 {
    width: 24%;
    float: left;
    padding-bottom: 45px;
    padding-left: 10px;
}

.footer3 .site {
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
    line-height: 1.25em;
    color: #5c5c5c;
}

.footer3 .site-1 {
    padding-left: 42px;
}





.footer3 .site:before {
    position: absolute;
    top: -3px;
    left: 0;
    height: 39px;
    background: url(../images/sites.png) no-repeat;
    content: '';
}

.footer3 .site-2 {
    padding-left: 50px;
}

.footer3 .site-3 {
    padding-left: 44px;
}

.footer3 .site-gov {
    padding-left: 50px;
}
.footer3  .site a {
    display: block;
}

.footer3 .site-1:before {
    width: 32px;
}

.footer3 .site-2:before {
    width: 41px;
    background-position: -32px 0;
}

.footer3 .site-3:before {
    width: 32px;
    background-position: -73px 0;
}

.footer3 .site-gov:before {
    width: 40px;
    background-image: url(../images/sites-gov.png);
}

.footer3 .site-4:before {
    width: 40px;
    background-image: url(../images/min2.png);
}

.footer3 .site-4 {
    padding-left: 50px;
}

.footer3 .site-new:before {
    width: 35px;
    background-image: url(../images/site-new.png);
}

.footer3 .site-gos:before {
    width: 35px;
    background-image: url(../images/gos.png);
}



.footer3 .site-krem:before {
    width: 40px;
    background-image: url(../images/kremlin.jpg);
}



.footer3 .site-krem {
    padding-left: 50px;
}
.dep {
    font-size: 14px;
    color: #877171;
}

.rightf {
    float:right;
}

.leftf {
    float: left;
}

.leftf a {
    font-size: 14px;
}

.infohead {
 display: inline-block;
 position: absolute;
 /* top: 80%; */
 /* left: 25px; */
 bottom: 0;
 background-color: rgba(255, 255, 255, 0.61);
 padding: 10px 10px 10px 20px;
 color: #000000;
 /* height: 100%; */
 width: 100%;
 font-size: 25px;
}


/*версия для слабовидящих*/
#hpvgd,.h-mdiv,.h-mdiv2,.h-ldiv,.h-rdiv {background:#EAEAEA; color:#6D6D6D;}
#hpvgd {width:100%; z-index:100; width:100%; border-bottom:2px solid rgb(230,230,230);}
.h-mdiv {display:none; position:relative; margin:auto; text-alegn:center;}
.h-mdiv2 {display:none; position:fixed; margin:auto; text-alegn:center; width:400px; height:200px;}
.h-ldiv {float:left; padding:7px 10px 7px 0px;}
.h-rdiv {position:absolute; top:7px; right:0px; text-align:right;}
.h-ni {display:none !important;}
a.hcmaf {color:red; margin-left:5px; font-size:20px; font-weight:bold;}
a.h-anl {color:#2a72cc;}
a.h-al {color:#ED664B;}
.h-fi {font-weight:bold; border-radius:50%; padding:0px 8px; margin-right:5px; font-size:19px;}
.h-background-1 {color:#fff !important; background:#000 !important;}
.h-background-2 {color:#000 !important; background:#fff !important;}
/* конец версия для слабовидящих*/

.noimage img{
    display: none;
}

.14px {
    font-size: 14px;
}

#owl-demo2 .item img{
    display: block;
    width: 100%;
    height: auto;
}

.viewstop {
   font-size: 12px;
   line-height: 28px;
   color: #83B640;
}

.sved a {
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

.sved {
    background: #3fb0b6;
    font-size: 18px;
    padding: 9px 10px;
    margin-bottom: 19px;
    border-radius: 5px;
    text-align: center;
    border-top: 3px solid #419499;
}

.topleft2 h3, .topleft5 h3 {
    font-weight: bold;
    padding-left: 10px;
}

.topleft2 {
    border: 1px solid #6d943b;
    padding: 10px 8px;
    margin-bottom: 15px;
    border-radius: 5px;
    border-top: 3px solid #83b640;
    background: #6d943b;
    width: 211px;
    color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -mz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;.topleft2 h3, .topleft5 h3
}

.topleft2:hover {
   color: #000;
   background: #fff;

   border: 1px solid #E0E0E0;
   border-top: 3px solid #83b640;
   -webkit-transition: all 300ms linear 0ms;
   -o-transition: all 300ms linear 0ms;
   -mz-transition: all 300ms linear 0ms;
   transition: all 300ms linear 0ms;
}

.topleft2 h3{
    font-weight: bold;
}


.topleft3 {
    border: 1px solid #e05410;
    padding: 0px 8px;
    margin-bottom: 15px;
    border-radius: 5px;
    border-top: 3px solid #e05410;
    width: 211px;
    height: 55px;
    color: #fff;
    background: url(../images/patern-oep.png);
    background-size: cover;
    -webkit-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -mz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.topleft3 p {
    padding-top: 0px;
    padding-left: 20px;
    font-size: 12px;
}

.topleft3:hover {
   color: #000;
   background: url(../images/patern-oep2.png);
   background-size: cover;
   border: 1px solid #E0E0E0;
   border-top: 3px solid #ad3535;
   -webkit-transition: all 300ms linear 0ms;
   -o-transition: all 300ms linear 0ms;
   -mz-transition: all 300ms linear 0ms;
   transition: all 300ms linear 0ms;
}

.topleft3 h3{
    font-weight: bold;
    padding-top: 10px;
    padding-left: 20px;

}

.topleft6 {
    border: 1px solid #e05410;
    padding: 10px 8px;
    margin-bottom: 15px;
    border-radius: 5px;
    border-top: 3px solid #e05410;
    width: 211px;
    height: 60px;
    color: #fff;
    background: #ba4d44;
    background-size: cover;
    -webkit-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -mz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.topleft6:hover {
   color: #000;
   background: #eee;
   background-size: cover;
   border: 1px solid #E0E0E0;
   border-top: 3px solid #ad3535;
   -webkit-transition: all 300ms linear 0ms;
   -o-transition: all 300ms linear 0ms;
   -mz-transition: all 300ms linear 0ms;
   transition: all 300ms linear 0ms;
}

.topleft6 h3{
    font-weight: bold;
    padding-top: 13px;
    padding-left: 20px;

}


.topleft7 {
    border: 1px solid #419499;
    padding: 0px 5px;
    margin-bottom: 15px;
    border-radius: 5px;
    border-top: 3px solid #419499;
    width: 211px;
    height: 60px;
    color: #fff;
    background: #3fb0b6;
    background-size: cover;
    -webkit-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -mz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.topleft7:hover {
    color: #419499;
    background: #fff;
    background-size: cover;
    border: 1px solid #E0E0E0;
    border-top: 3px solid #3fb0b6;
    -webkit-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -mz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.topleft7 h3{
    font-weight: bold;
    padding-top: 9px;
    padding-left: 10px;
    font-size: 18px;
}


.info-menu ul {
    background: #348f94;
    padding: 10px 20px 10px;
    margin: 0px;
    list-style: none;
    border-radius: 5px;
    border-top: 3px solid #3eafb5;
}

.topleft2 h3, .topleft5 h3 {
    font-size: 14px;
}


.info-menu ul li {
    line-height: 24px !important;
}

.info-menu ul li {
    border-bottom: 1px dashed #fff;
    line-height: 48px;
}

.info-menu li {
    padding-bottom: 5px;
    padding-top: 5px;
}

.info-menu ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.info-menu ul li a:hover {
    font-size: 14px;
    color: #84dbe0;
    text-decoration: underline;
}

.topleft4 {
   border: 1px solid #2a5e9c;
   padding: 10px 8px;
   margin-bottom: 15px;
   border-radius: 5px;
   border-top: 3px solid #348f94;
   width: 211px;
   height: 30px;
   color: #fff;
   background: #1f626d;
   /* background: url(../images/patern-oep-2.png); */
   background-size: cover;
   -webkit-transition: all 300ms linear 0ms;
   -o-transition: all 300ms linear 0ms;
   -mz-transition: all 300ms linear 0ms;
   transition: all 300ms linear 0ms;
}

.topleft4:hover {
   color: #000;
   background: url(../images/patern-oep2.png);
   background-size: cover;
   border: 1px solid #E0E0E0;
   border-top: 3px solid #ad3535;
   -webkit-transition: all 300ms linear 0ms;
   -o-transition: all 300ms linear 0ms;
   -mz-transition: all 300ms linear 0ms;
   transition: all 300ms linear 0ms;
}

.topleft4 h3{
    font-weight: bold;
    padding-top: 7px;
    padding-left: 20px;

}

.viewstop2 {
    text-transform: uppercase;
    display: block;
    width: 45.5px;
    padding: 2px 3px;
    background: rgba(0, 0, 0, 0.56);
    line-height: 15px;
    color: #fff;
    text-align: center;
    position: absolute;
    margin-left: 10px;
    margin-bottom: 22px;
    bottom: 0;
    left: 0;
}

.toph1 {
    text-align: center;
    background: #eee;
    padding: 5px;
    font-size: 18px;
    margin: 10px 0;
    color: #348F94;

}

.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}
.tabs__caption li{
 display: inline-block;
 padding: 3px 0;
 margin-right: 15px;
 margin-left: 10px;
 margin-bottom: 15px;
 height: 15px;
 color: rgb(0, 0, 0);
 cursor: pointer;
 list-style-type: none;
 /* text-decoration: underline; */
 border-bottom: 0.1rem dashed #83B640;
}

.tabs__caption li:hover{
    color: #83B640;
}

.tabs__caption li.active{
 font-size: 16px;
 font-weight: bold;
 color: rgb(131, 182, 64);
 border-bottom: 0px solid #eee;

}

.topleft {
    border: 1px solid #E0E0E0;
    padding: 10px 8px;
    margin-bottom: 15px;
    border-radius: 5px;
    border-top: 3px solid #348F94;
    background: #eee;
    width: 211px;
}

.topleft:hover {
    background: #fff;
}

.topleft h3 {
   font-weight: bolder;
   text-decoration: none;
}

topleft {
    text-decoration: none;
}

.toplefta {
    text-decoration: none;
    color: #303030;
}

.short-info3 {
    font-size: 12px;
    color: #909090;
    padding: 5px;
    height: 20px;
    line-height: -4px;
    background-color: rgba(238, 238, 238, 0.85);
    margin-top: -10px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 5px;
}


table.vakancitable td {
    border: 1px solid #eee;
    font-size: 12px;
    padding: 2px;
}

span.dopinf {
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(63, 176, 182, 0.98);
    padding: 5px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

.dopinf a {
    font-size: 14px;
    color: #fff;
}

span.dopinf2 {
    background: #3cacb2;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    /* line-height: 32px; */
    /* position: absolute; */
    /* top: -4px; */
    margin-top: 9px;
    position: relative;
    top: -5px;
}

.oepdoc {
    background: url(../images/pattern-oep.png) repeat scroll 0% 0% #F5F5F5;
    margin: -15px -20px 10px -20px;
    padding: 15px 0px 15px 15px;
    display: inline-block;
    border-top: 1px solid #fff;
}

.doch3 {
    font-size: 22px;
    line-height: 20px;
    color: #83b640;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    padding-top: 5px;
    margin-bottom: 0px;
}

.otvet {
    padding: 25px 0px 10px 15px;
    font-size: 16px;
    margin: -15px -15px 15px -15px;
    font-weight: 600;
    color: #83b640;
    border-bottom: 1px solid #c6d1dc;
}

.advice_name a {
    color: #758797;
    font-size: 16px;
}

.advice_cat .active a {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #40B1B7;
}

.fstory > iframe {
    width: 100% !important;
    height: 394px;
}

.edits a {
    font-size: 12px;
}

.advice_cat3 > .red > a {
    background: #f5a9a9;
}

.tags a:before {
    content: "#";
    position: relative;
}

.owl-team {
  list-style: none;
  padding: 0;
}

.custom-12{
    margin:0 0 10px 10px;
    overflow:hidden;
    position:relative;
    float:left;
    width: 100%;
}
.over60s{
    float:left;
    margin:0 10px 0 0;
}

.over60s img:hover{
    opacity:0.9;
}
.custom-12 h2{
    font-size:13px;
    color:#000;
    overflow:hidden;
    line-height:15px;
    margin:0 0 5px 0;
    font-weight:bold;
}
.custom-12 h2 a{
    font-size: 14px;
    color: #348F94;
    text-decoration: none;
    break-after: always;
    word-spacing: 9999999px;
    display: block;
    width: 100%;
    text-decoration: none;
}
.custom-12 h2 a:hover{
    color:#303030;
    text-decoration:underline;
}

.infoteam {
    padding: 10px 20px;
    background: #83b640;
    border-radius: 5px;
    line-height: 16px;
    font-size: 13px;
    color: #fff;
    text-align: justify;
    margin-bottom: 15px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}


.wall {
    padding-left: 10px;
    padding-top: 5px;
}

.unline {
   text-decoration: none;
   transition: all 300ms linear 0ms;
   display: inline-block;
}

.unline h3:hover {
    color:#348F94;
    transition: all 300ms linear 0ms;
}

.block60 {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 15px 10px 15px 10px;
}

.but60 {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #eee;
    float: right;
    margin-right: 25px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: #348f94;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.but60:hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #82b640;
    color: #fff;
}

.h3-60 {
    padding-left: 55px;
    margin: 0 !important;
    margin-bottom: 3px !important;
    padding-top: 2px;
}

.sp-60 {
    padding-left: 55px;
    color: #505050;
}

.vblock h3 {
    margin-bottom: 20px;
}

.rez-oc {
    background: #eee;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #eee;
    font-weight: 600;
}

.advice_body img {
    width: 100%;
}

.mdtc-clnplrv-main-player ul li {
    display: block;
    list-style: none;
    background: none !important;
}

.dlevideoplayer {
    max-width: 100% !important;
}

.orvi {
    background: #ffddd1;
    padding: 5px;
    border-radius: 5px;
    /* color: #fff; */
    margin-top: -10px;
}

ul.advice_cat2 li.active {
    background: #419499;
    border-top: 3px solid #3fb0b6;
}

ul.advice_cat2 li.active a {
    color: #fff;
}

#docread[data-readmore] {
    width: auto !important;
}

.read-doc {
    margin-top: -4px;
    text-align: center;
}

.read-doc a{
    padding: 6px 10px;
    background: #e2e2e2;
    color: #3cacb2;
    margin-top: 0px;
    font-size: 14px;
}

.may {
margin: 0 0 10px 10px;
    overflow: hidden;
    height: 260px;
    position: relative;
    text-align: center;
    width: 335px;
    float: left;
}

#timer {
    bottom: 40px;
    color: #dc6809;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -.5px;
}

.logo img {
    max-width: 100%;
}
/*
.hblock3 > .custom-2:nth-last-child(3) {
    margin-left: 20px;
}
*/

.doc-years-info {
    background: #f6f6f6;
    padding: 10px;
    border: 1px solid #eee;
}

ul.advice_cat2 li {
    margin: 10px 0;
    padding: 5px 0;
    background: #fff;
    padding: 10px 5px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #E0E0E0;
    border-top: 3px solid #83b640;
    -webkit-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -mz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

ul.advice_cat2 a {
    text-decoration: none;
}

.our-service .section-title-content{
	margin-left: 10px;
}

.service-item{
	position: relative;
    overflow: hidden;
    text-align: center;
	height: 200px;
	margin-bottom: 30px;
}

.image-anime {
    position: relative;
    overflow: hidden;
}
figure {
    margin: 0;
}

.service-item::before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 30%, #128b8a 100%);
    background-repeat: no-repeat;
    background-position: center center;
	z-index: 1;
}

.service-image{
	overflow: hidden;
    height: 200px;
}

.service-image img{
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-out;
}

.service-item:hover .service-image img{
    transform: scale(1.1);
}

.service-content {
    content: "";
    position: absolute;
    bottom: 0px;
    line-height: 1.4;
    z-index: 2;
    transition: all 0.5s ease-in-out;
}

.service-content h3 {
    font-size: 16px;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-readmore-btn a {
    background: #83b640;
    color: #fff;
    padding: 5px;
    text-decoration: none;
}

.service-readmore-btn a:hover {
    background: #348f94;
}

.service-content .service-readmore-btn{
	height: 0;
	overflow: hidden;
	transition: all 0.4s ease-out;
}

.service-item:hover .service-content .service-readmore-btn{
	height: 50px;
}

.service-footer-btn{
	text-align: center;
	margin-top: 30px;
}

.col-md-4 {
    flex: 0 0 auto;
    width: 31.9%;
}

.prl {
    padding-left: 15px;
}

.row-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-9 {
    width: 330px;
    float: left;
    margin: 0px 10px;
}

.shortstory-arc-2 {
    width: 340px;
    margin: 0 5px 15px 5px;
    line-height: 18px;
    float: left;
    position: relative;
    height: 260px;
    overflow: hidden;
}


#cookie-notification {
    display: flex;
    gap: 30px;
    position: fixed;
    z-index: 100000;
    bottom: 0px;
    left: 0px;
    transform: translateX(-50%);
    margin: 0px -50% 15px 50%;
    padding: 9px 14px 9px 14px;
    font-size: 12px;
    text-align: left;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.95);
    pointer-events: auto;
    max-width: 1280px;
    box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
}