.leftsup-block {
	width: 5px;
	color:#fff;
	padding: 15px 0;
	text-align: center;
	position: fixed;
	left:0;
	top: 40%;
	z-index: 99;
	background: #4682B4;
	border-radius:0 4px 4px 0;
}
.leftsup-block .fa {
	width: 40px;
	padding: 5px 0;
	font-size: 24px;
	color:#fff;
}

.leftsup-block .fa:hover {
	opacity: 0.7;
}
footer {
	color: #FFFFFF;margin-top: 15px; height: 208px;
	background: #505660 url(/img/1bga.jpg);

}
.copyright {
	color: #dadada;
	font-size: 14px;
	background: #404650;
	padding: 5px;
}
.bothnav {
	margin-top: 12px;

}

.bothnav > li > a {
	color:#dadada;
	padding: 5px; 
	font-size: 14px;
	text-shadow: none;
	text-transform: uppercase;
}
.bothnav > li > a:hover {
	background: none;
	color: #5F9FDD;
}
.btn-full-3 {
width: 100%;
}

.btn-full-3 > .btn {
width: 33.3333333333%;
}
.pay { 
float: left; 
margin-left: 7px; 
}


/*выдвижная панель*/
/* ВНЕШНИЙ БЛОК */
#newspanel {
    position: fixed; /* положение */
    top: 150px; /* отступ сверху */
    right: 0; /* отступ слева */
    background: #4169E1; /* цвет фона */
    width: 40px; /* ширина блока */
    height: auto; /* высота блока */
    font: 14px Arial; /* размер и тип шрифта */
    color: #FAEBD7; /* цвет текста */
    text-align: center; /* выравнивание текста по центру */
    padding: 5px; /* отступы от границ внутри блока */
	z-index: 999999;

    -webkit-transition-duration: 0.6s; /* анимационное выдвижение для всех браузеров*/
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;

    -webkit-border-radius: 5px 0 0 5px; /* закругление границ для всех браузеров*/
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    }

/* СКРЫТЫЙ БЛОК */
#hidden_newspanel {
    position: fixed; /* положение */
    top: 50px; /* отступ сверху */
    right: -220px; /* отступ слева */
    background: lavender; /* цвет фона */
    color: #000; /* цвет текста */
    width: 220px; /* ширина блока */
    height: 500px; /* высота блока */
    padding: 10px; /* отступы от границ внутри блока */
    text-align: left; /* выравнивание текста */
	outline: 2px solid #191970;
	overflow-y: scroll;
	
    -webkit-transition-duration: 0.6s; /* анимационное выдвижение для всех браузеров*/
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;

    -webkit-border-radius: 5px 0 0 5px; /* закругление границ для всех браузеров*/
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    }
#newspanel:hover {
    right: 220px; /* при наведении выдвигается на скрытые 200px + 20px отступы */
}
#newspanel:hover #hidden_newspanel {
    right: 0; /* отступ слева */
}

.redkrug{
	background: red; /* Цвет фона */
    border: 1px solid #7a7b7e; /* Параметры рамки */
    width: 20px; /* Ширина кнопки */
    height: 20px; /* Высота */
    border-radius: 10px;
	text-align: center;
	font-size: 20px;
	
   }
.bloki_rekl{
	width: 100%;
}

.vip_sil{
	background: #2483E9;
    color: #fff;
    padding: 6px 21px;
    border-radius: 31px 0px 31px 0px;
}

.vip_sil:hover{
	background: #0F2081;
}

.vip_sil2{
	background: #04B431;
    color: #fff;
    padding: 6px 21px;
    border-radius: 31px 0px 31px 0px;
}

.vip_sil2:hover{
	background: #00FF40;
}

.paneli{
	padding: 5px 0px;
}

.pozici3{
	    margin-left: 72%;
    color: #fff;
    /* padding-left: 11px; */
    position: relative;
    top: -21px;
    height: 0px;
}

.palka{
	    border-right: 1px solid #fff;
	    padding: 1px 3px 0px 35px;
}
a.a-btn-3 {
        color: #FFFFFF;
        text-decoration: none;
        font-family: 'Oswald',Arial,sans-serif;        
}
a.a-btn-3{
    background:#80a9da;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
    background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );
    padding-left:20px;
    padding-right:80px;
    height:38px;
    display:block;
        margin: 20px auto;
        text-align:center;
        width:70px;
    position:relative;
    border:1px solid #5d81ab;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn-3-text{
    padding-top:5px;
    display:block;
        width:0px;
    font-size:18px;
    white-space:nowrap;
    text-shadow:0px 1px 1px rgba(255,255,255,0.3);
    color:#446388;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.a-btn-3-slide-text{
    position:absolute;
    height:100%;
    top:0px;
    right:52px;
    width:0px;
    background:#63707e;
    text-shadow:0px -1px 1px #363f49;
    color:#fff;
    font-size:18px;
    white-space:nowrap;
    text-transform:uppercase;
    text-align:left;
    text-indent:10px;
    overflow:hidden;
    line-height:38px;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
}
.a-btn-3-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #5d81ab;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-3-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    background:transparent url(images/arrow_right.png) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn-3:hover{
    padding-right:140px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}
.a-btn-3:hover .a-btn-3-text{
    text-shadow:0px 1px 1px #5d81ab;
    color:#fff;
}
.a-btn-3:hover .a-btn-3-slide-text{
    width:57px;
}
.a-btn-3:hover .a-btn-3-icon-right span{
    opacity:1;
}
.a-btn-3:active{
    position:relative;
    top:1px;
    background:#5d81ab;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#80a9da;
}
.add_comment { 
display:block; 
width:30px; 
height:150px; 
position:fixed; 
left:0; 
top:200px; 
z-index: 99999; 
}