/* Global =================================================================== */
@import url("theme-layout-mobile.css");
html, body{
width: 100%;
}

body {
background: #fff!important;
margin:0!important;
padding:0!important;
font-size:17px;
color:#525252;
font-family: Helvetica, Arial, Tahoma, sans-serif;
}

button {
background: #AADFC5!important;
padding: 3px!important;
font-size:15px!important;
margin:2px;
border: none;
border-radius:5px;
color:#fff;
}
button:hover{
background: #2ecc71!important;
color:#525252;
}

/* ================================ 3D background */
.a001 {
z-index: 40!important;
background: transparent url('../images/001.png') 0% 0% repeat;
background-size: 200px 300px;
}
.a002 {
z-index: 35!important;
background: transparent url('../images/008.png') 0% 0% repeat;
background-size: 250px 350px;
}
.a003{ 
z-index: 30!important;
background: transparent url('../images/007.png') 0% 100% repeat;
background-size: 350px 200px;
}
.a004{
z-index: 25!important;
background: transparent url('../images/006.png') 0% 0% repeat;
background-size: 350px 200px;
}
.a005 {
z-index: 20!important;
background: transparent url('../images/009.png') 20% 0% repeat;
background-size: 400px 250px;
}
.a006{ 
z-index: 15!important;
background: transparent url('../images/005.png') 0% 0% repeat;
background-size: 450px 300px;
}
.a007{ 
z-index: 10!important;
background: transparent url('../images/002.png') 100% 0% repeat;
background-size: 250px 350px;
}
.a008{ 
z-index: 5!important;
background: transparent url('../images/003.png') 60% 0% repeat;
background-size: 450px 300px;
}
.a009{ 
z-index: 1!important;
background: transparent url('../images/004.png') 0% 0% repeat;
background-size: 350px 200px;
}
.a001,.a002,.a003,.a004,.a005,.a006,.a007,.a008,.a009{
/*background-attachment: fixed;*/
width: 100%;
position: relative;
}
/* ================================ 3D background */

/* Wrapper ================================================================== 
#wrapper {
width: 100%!important;
margin: 0 auto!important;
text-align: center!important;
padding:0!important;
}
/* Wrapper ================================================================== */
/*
header, section, aside {
background: #fff!important;
display:inline-block!important;
padding: 0;
}
header {
width: 1000px!important;
background: #fff!important;
margin: 0 auto!important;

position: relative!important;
clear:both!important;
padding:0px 10px 0px 10px;

opacity: 0.90;
box-shadow: 0 0 35px rgba(255, 255, 255, 0.3);
}
*/
/* ================================ ФИКСИРОВАННЫЙ БЛОК С ГЛАВНЫМ МЕНЮ, ЛОГОТИПОМ, АВТОРИЗАЦИЕЙ  */
#header-menu,#mob-header-menu{
text-align: center!important;
float: none!important;
display:inline-block;
clear:both;
position: fixed; 
z-index: 950;
top: 0;
left:0px;
width: 100%;
line-height: 10px;
min-height: 50px!important;
padding: 0;
margin: 0 auto!important;
background: #fff!important;
-moz-box-shadow: 0 0px 30px #C3C3C3; 
-webkit-box-shadow: 0 0px 30px #C3C3C3; 
box-shadow: 0 0px 30px #C3C3C3;
/*margin-bottom: 60px;*/
font-size:16px;
font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
}

#logo {
display:inline-block;
position: relative;
float: left;
height: 50px;
width: 100px;
}
#logo a{
width: 100%;
}
#blfix{
display:none;
position: absolute;
top:5px; 
left:30px;
width: 40px;
margin: 0px 0 0 30px;
}
#hlfix{
position: absolute;
top:15px; 
left:30px;
width: 20px;
margin: 0px 0 0 30px;
}
#loginsite {
background-size: 22px;
padding: 0px 30px 0px 0px;
display:inline-block;
float: right;
position: relative;
height: 50px;
width: 110px;
color:#525252;
margin: 0px auto;
}
#loginsite ul{
margin: -10px auto 5px auto!important;
}
#loginsite ul li{
list-style: none;
padding: 0px;
}
#loginsite ul li a{
text-decoration: none;
list-style: none;
margin: 0px;
padding: 0px;
background: none!important;
color:#525252;
font-size:12px;
}

#nav  {
background: #fff;
padding: 0;
margin: 0 auto!important;
font-size:18px;
display:inline-block;
float: none;
position: relative;
min-height: 50px!important;
}
#nav  .menu li,
#nav  .menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#nav  .menu {
height: 50px;
line-height: 50px;
margin: 0 auto!important;
}
#nav  .menu .item{
background-image:none !important;
}
#nav  .menu > li {
float: left;
}
#nav  .menu > li:first-child {
background:none;
}
#nav  .menu > li > a {
display: block;
padding: 0 15px;
color:#525252;
text-decoration: none;
text-transform: uppercase;
font-weight: 600;
}
#nav  .menu > li > a:hover {
background: #2ecc71 !important;
}
#nav  .menu > li > .adminnavmenu > a {
display: block;
padding: 0 15px;
color:#56ACFF;
text-decoration: none;
text-transform: uppercase;
font-weight: 600;
}
#nav  .menu > li > .adminnavmenu > a :hover {
background: #56ACFF !important;
color:#fff;
}
#nav  .menu > li.active > a { background: #2ecc71 !important; }
#nav  .menu > li.active > a:hover {  }
#nav  .menu > li.active > ul a:hover { color:#525252; }
#nav  .menu ul li a,
#nav  .menu li.active ul li a {
    color:#525252;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}
#nav  .menu li ul li.active > a{ color:#56ACFF; }
#nav  .menu li ul li.active > a:hover { color:#2ecc71; }
#nav  .menu ul li:hover > a { background-color: #2ecc71; }
#nav  .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}
#nav  .menu ul {
    visibility: hidden;
    position: absolute;
    top: 98%;
    left: 0;
    /*z-index: 598;*/
    width: 100%;
    box-shadow: 0 1px 1px #2A2A2A;
	text-align:left!important;
}
#nav  .menu ul li {
    float: none;
    border-bottom: solid 1px #CDCDCD;
    background-color: #FFF;
    color:#525252;
}
#nav  .menu ul li:last-child {
    border-bottom: none;
}
#nav  .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    overflow: hidden;
}
#nav  .menu ul ul {
    top: 0px;
    left: 99%;
}
#nav  .menu li:hover > ul {
    visibility: visible;
}
#nav  .menu ul { width: 200px; margin-top: 1px; }
#nav  .menu ul li:last-child,
#nav  .menu ul li:last-child a {
}
#nav  .menu ul li:first-child,
#nav  .menu ul li:first-child a {
}
#nav  .menu > .folder > a {
    padding-right: 8px;
}
#nav  .menu > .folder > a > .wrap {
    padding-right: 20px;
    background: url("../images/nav-arrow-down-white.png") no-repeat right center !important;
}
#nav  .menu ul *.folder > a {
    padding-right: 10px;
    background-image: url("../images/nav-arrow-right.png") !important;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

/* Мобильный верхний блок */
#mobblfix{
display:inline-block;
position: relative;
top:5px; 
left:20px;
width: 40px;
margin: 0px 0 0 0px;
}

/* мобильное меню ниже 930px */

#mobnav {
z-index: 999;
display:inline-block!important;
position: relative!important;
float: right!important;
top:2px; 
right:20px;
width: 50px!important;
height: 50px!important;
margin: 0px 0px 0 0px;
padding: 0px;
background: url("../images/mob-menu-icon.png") no-repeat left center!important;
background-size: 45px!important;
cursor:pointer;
}
#mobnav .menu li {list-style: none;}

#mobnav .menu {
z-index: 999;
visibility: hidden;
display:inline-block!important;
position: absolute;
top: 90%;
right: -20px;
width: 320px;
text-align:left!important;
background:#fff!important;
margin: 0 0!important;
}
#mobnav:hover > .menu {
visibility: visible;
}
#mobnav .menu li {
display:block!important;
width: 320px;
text-align:left!important;
background:#fff!important;
height: 50px;
line-height: 50px;
margin: 0 auto!important;
border: solid 1px #CDCDCD;
border-bottom: none;
}
#mobnav .menu li:first-child {
border-top: solid 1px #CDCDCD;
}
#mobnav .menu li:last-child {
border-bottom: solid 1px #CDCDCD;
}
#mobnav .menu > li > a {
display: block;
padding: 0 15px;
color:#525252;
text-decoration: none;
text-transform: uppercase;
font-weight: 600;
}
#mobnav .menu > li > a:hover {
background: #2ecc71 !important;
}
#mobnav .menu > li > ul {
display: none!important;
}
/* END мобильное меню ниже 930px */

/* ================================ ФИКСИРОВАННЫЙ БЛОК С ГЛАВНЫМ МЕНЮ, ЛОГОТИПОМ, АВТОРИЗАЦИЕЙ  */

/* ================================ Шапка сайта. Логотип в текстовом блоке, Слайдер контента */
#header {
padding: 0px 0px 0px 0px;
margin: 0px auto 0px auto;
top:50px;
display:inline-block;
clear:both;
position: relative;
width: 100%!important;
max-width:1920px!important;
/*max-height: 465px!important;*/
background: #fff!important;
z-index: 800!important;
-moz-box-shadow: 0 0px 30px #C3C3C3!important;
-webkit-box-shadow: 0 0px 30px #C3C3C3!important; 
box-shadow: 0 0px 30px #C3C3C3!important;
float: none!important;
}
#left-header,#right-header {
padding: 0;
margin: 0px;
display:inline-block;
position: relative;
background: #fff!important;
}
#left-header{
float: left;
width: 23.5%;
margin: 0px!important;
padding: 0px!important;
/*max-height: 460px!important;*/
}
#left-header> .widget>.body>.widget_html_block>.krasgov{
margin: 0px 0px 0px 0px!important;
max-width: 100%!important;/*100%*/
display:inline-block;
position: relative;
/*max-height: 90%!important; */
}
#left-header> .widget>.body>.widget_html_block>.logo {
margin: 0px 0px 0px 0px!important;
max-width: 70%!important; /*70%*/
display:inline-block;
position: relative;
/*max-height: 90%!important; */
}
#left-header> .widget>.body>.widget_html_block>.logo-name {
margin-bottom: 0px!important;
bottom: 0px!important;
max-width: 60%!important;/*60%*/
display:inline-block;
position: relative;
/*max-height: 90%!important; */
}
#right-header{
float: right;
width: 76.5%;
margin: 0px!important;
padding: 0px!important;
/*max-height: 465px!important;*/
}
/* Стиль для слайдера с разыми эффектами "Мои слайдеры" */
#right-header>.myslider>.ws_images > div > img{
max-height: 465px!important;
}
/* Стиль логотипов и названий в шапке сайта для мобильных устройств */
.krasgov-mob { 
display:inline-block;
position: relative;
float: right;
width: 100px;
margin: 5px 10px 0px 0px!important;
padding: 0px!important;
}
.logo-mob {
display:inline-block;
position: relative;
float: left;
min-width: 100px;
width: 20%;
margin: 20px 20px;
padding: 0px;
}
.logo-name-mob {
display:inline-block;
position: relative;
float: left;
width: 70%;
font-weight: 600;
font-size:25px;
font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
margin: 10px auto!important;
padding: 0px 10px!important;
color: #000;
line-height: 26px;
}
/* ================================ Шапка сайта. Логотип в текстовом блоке, Слайдер контента */

/* ================================ Верхние поля блоков */
#up-block{
z-index:700!important;
background: #fff!important;
width:100%!important;
padding: 90px 0px 0px 0px;
margin: -50px auto 0px auto;
display:inline-block!important;
position: relative;
clear:both;
text-align: center!important;
opacity: 0.94;
-moz-box-shadow: 0 0px 50px #ffffff; 
-webkit-box-shadow: 0 0px 50px #ffffff; 
box-shadow: 0 0px 30px #C3C3C3!important;
}
.up-block-left,.up-block-center,.up-block-right {
text-align: left!important;
padding: 0;
margin: 0px 10px 0px 10px;
display:inline-block;
position: relative!important;
background: #fff!important;
clear:none;
}
.up-block-left{
float: left;
width: 30%;
}
.up-block-center{
float: none;
width: 30%;
}
.up-block-right{
float: right;
width: 30%;
}
.up-block-one{
background: #fff!important;
width:100%!important;
padding: 0px!important;
margin: 0 auto!important;
display:inline-block;
position: relative!important;
clear:both!important;
text-align: center!important;
}
.up-block-one .widget {
width:99%!important;
padding: 0px!important;
margin: 0 auto!important;
display:inline-block;
position: relative!important;
clear:both!important;
text-align: center!important;
}
.up-block-left,.up-block-center,.up-block-right,.up-block-one {
min-width: 300px;
}
.up-block-left .widget,.up-block-center .widget,.up-block-right .widget {
margin: 10px 0;
}
#up-block .widget {
margin: 20px auto 0px auto!important;
}
/* ================================ Верхние поля блоков */

/* ================================ Среднее поле сайта. Основное поле, Колонка */
#layout{
z-index: 600!important;
width: 980px;
display:table!important;
position: relative!important;
clear:both!important;
padding: 0px 0px 50px 0px;
margin: 0px auto 0px auto;
top:0px;
background: #ffffff!important;
opacity: 0.94;
box-shadow:0 50px 50px 10px #ccc;
-moz-box-shadow: 0 50px 50px 10px #ccc;
-webkit-box-shadow: 0 50px 50px 10px #ccc;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
#layout{margin: -10px auto 0px auto;}
}
/* Body ===================================================================== */
#body{
background: #ffffff!important;
padding:20px 10px; 
}
/* Body ===================================================================== */

/* Breadcrumbs ============================================================== */
#breadcrumbs { 
margin:-20px; 
margin-bottom: 20px;
background:#AADFC5; 
padding:0px 10px; 
}
#breadcrumbs ul, #breadcrumbs li { margin:0; padding:0; list-style: none; }
#breadcrumbs ul{
overflow: hidden;
}
#breadcrumbs ul li {
height:47px; 
line-height:47px; 
float:left;
color:#fff;
font-size: 18px;
font-weight: 400;
font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
}
#breadcrumbs ul li a {
color:#fff;
text-decoration: none;
font-size: 18px;
font-weight: 400;
font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
}
#breadcrumbs ul li a:hover {
color:#525252;
text-decoration: none;
}
#breadcrumbs ul li.sep {
margin:0 10px;
width: 4px;
background: url("../images/nav-arrow-right-light.png") no-repeat left center;
}
#breadcrumbs ul li.home {
width: 16px;
}
#breadcrumbs ul li.home a {
display:block;
width:16px;
height:47px;
background: url("../images/nav-home.png") no-repeat left center;
}
/* Section ================================================================== */
#body section{
float:right;
/*max-width:730px;*/
/*max-width:100%;*/
width:73%;
}
#body section article {
padding: 20px;
background: #ffffff!important;
margin-bottom: 10px;
}
#body section h1{
margin-bottom: 20px;
color:#525252;
font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
}
#body section h1 .parent_title{
font-size:16px;
}
/* Sidebar ================================================================== */
#body aside{
float:left;
width:24%;
margin-bottom: 10px;
margin-right: 10px;
}
/* Sidebar Navigation ======================================================= */
#body aside .menu, #body aside .menu li { 
margin:0; 
padding:0; 
list-style: none; 
}
#body aside .menu ul{
border: solid 1px #EDEDED;
border-bottom: none;
}
#body aside .menu ,
#body aside .menu li ul {
padding:0;
background:#FFF;
}
#body aside .menu{
margin:-15px;
}
#body aside .menu li ul {
visibility: hidden;
position:absolute;
top:-1px;
left: 200px!important;
right: 91%;
width:240px;
box-shadow: 0 1px 2px #666;
}
#body aside .menu li {
border-bottom: solid 1px #ecf0f1;
}
#body aside .menu li:hover,
#body aside .menu li.active {
position: relative;
cursor: default;
background: #ecf0f1;
}
#body aside .menu li:first-child {
}
#body aside .menu li:last-child {
border-bottom: none;
}
#body aside .menu li:hover > ul {
visibility: visible;
}
#body aside .menu li.active:hover {
}
aside .menu .item{
background: url("../images/icons/logotypeico.png") no-repeat;
background-position: 0px 7px;
background-size: 18px;
}
#body aside .menu li.active .item {
color:#525252;
}
#body aside .menu li.hover a {
}
#body aside .menu a,
#body aside .menu span.item {
overflow: hidden;
display:block;
color:#525252;
text-decoration: none;
padding:4px 10px;
padding-left:36px;
}
#body aside .menu a:hover {
color:#2A2A2A;
}
#body aside .menu .counter{
float:right;
padding: 0px 7px;
background: #376499;
border-radius: 50px;
font-size: 11px;
color: #fff;
}
#body aside .menu li:hover .counter{
background:#BDC3C7;
}
#center-block-left,#center-block-right{
padding: 0;
margin: 0;
display:inline-block;
position: relative!important;
background: #fff!important;
clear:none!important;
width: 49%;
}
#center-block-left {
float: left;
}
#center-block-right {
float: right;
}
/* ================================ Среднее поле сайта. Основное поле, Колонка */

/* ================================ Нижние поля блоков */
#down-block{
z-index:700!important;
opacity: 0.94;
background: #fff!important;
width:100%!important;
padding: 0px 0px 0px 0px;
margin: 50px auto 0px auto;
display:inline-block!important;
position: relative;
clear:both;
text-align: center!important;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
#down-block{margin: 40px auto 0px auto;}
}
.down-block-left,.down-block-center,.down-block-right {
padding: 0px 0px 0px 0px;
margin: -50px 10px 0px 10px;
display:inline-block;
position: relative!important;
background: #fff!important;
clear:none!important;
min-width: 300px;
}
.down-block-left .widget,.down-block-center .widget,.down-block-right .widget {
margin: 10px 0;
}
.down-block-left{
float: left;
width: 30%;
}
.down-block-center{
float: none;
width: 30%;
}
.down-block-right{
float: right;
width: 30%;
}
.down-block-one{
background: #fff!important;
width:100%!important;
padding: 0px 0px 0px 0px;
margin: 0 auto!important;
display:inline-block;
position: relative;
clear:both;
text-align: center!important;
}
.down-block-one .widget {
width:99%!important;
padding: 0px!important;
margin: 0 auto 0px auto!important;
display:inline-block;
position: relative!important;
clear:both!important;
text-align: center!important;
}
.down-block-left,.down-block-center,.down-block-right,.down-block-one {
min-width: 300px;
}
/* ================================ Нижние поля блоков */

/* ================================ ФУТЕР */
#tumb-footer {
z-index: 600!important;
background: #353535;
min-height: 350px;
width:100%!important;
color: #7f8c8d;
padding: 20px 0px 30px 0px;
margin: 0px auto 0px auto!important;
display:inline-block!important;
position: relative;
clear:both;
text-align: center!important;
-moz-box-shadow: 0px 0px 30px #ffffff;
-webkit-box-shadow: 0px 0px 30px #ffffff;
box-shadow: 0px 0px 30px #ffffff;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
#tumb-footer {margin: -10px auto 0px auto!important;}
}
#tumb-footer .widget_content_list .item .title a{color: #56ACFF!important;}
#tumb-footer .widget_content_list .item .title a:hover{ color:#DCB7B8!important; }
.tumb-footer-left,.tumb-footer-center,.tumb-footer-right {
color: #7f8c8d;
padding: 0px;
display:inline-block;
position: relative!important;
clear:none;
margin: 10px 10px 10px 10px;
}
.tumb-footer-left {
float: left;
/*width: 25%;*/ width:250px!important;
}
.tumb-footer-center {
float: none;
margin: 0 auto;
width: 30%;
}
.tumb-footer-right {
float: right;
width: 25%;
}
.tumb-footer-left,.tumb-footer-center,.tumb-footer-right {
min-width: 300px;
}
/* ================================ ФУТЕР МЕНЮ */
.footer-menu {
min-height: 200px;
min-width:250px!important;
padding: 0px;
margin: 20px 20px 20px 20px;
display:inline-block;
position: relative;
float: left;
clear:none;
font-size:16px!important;
color: #7f8c8d;
}
.footer-menu ul{
border: none;
margin:0; 
padding:0; 
text-align: left!important;
}
.footer-menu li { 
margin:0; 
padding:0; 
list-style: none;
}
.footer-menu li ul {
padding:0;
background:#AADFC5;
visibility: hidden;
position:absolute;
top:-1px;
left: 70%;
width:280px;
box-shadow: 0 1px 2px #666;
z-index: 999!important;
}
.footer-menu li:hover,
.footer-menu li.active {
position: relative;
cursor: default;
}
.footer-menu ul>li > ul > li:hover,
.footer-menu ul>li > ul > li.active {
background:#2ecc71;
}
.footer-menu li a { 
color: #7f8c8d!important; 
font-size: 16px;
/*
font-family: 'Century Gothic',Arial,Helvetica,sans-serif;*/
}
.footer-menu li:hover a,
.footer-menu li.active a { color: #ffffff!important; }
.footer-menu li ul li:first-child {
right: 40px;
padding:0px 0px 0px 40px;
position: relative;
}
.footer-menu li:last-child {
border-bottom: none;
}
.footer-menu li:hover > ul {
visibility: visible;
}
.footer-menu li.active:hover {
}
.footer-menu li.active .item {
color: #7f8c8d!important;
}
.footer-menu a,
.footer-menu span.item {
overflow: hidden;
display:block;
color: #7f8c8d!important;
text-decoration: underline; 
padding:4px 10px;
padding-left:36px;
}
.footer-menu a:hover {
color:#fff;
}
/* ================================ ФУТЕР МЕНЮ */
/* ================================ ФУТЕР */

/* ================================ ПОДВАЛ */	
#footer {
background: #4A4A4A;
color: #F7F7F7;
font-size:10px;
z-index: 600!important;
min-height: 80px;
width:100%;
padding: 0px 0px 0px 0px;
margin: 0px auto 0px auto;
display:inline-block;
position: relative;
clear:both;
}
#footer ul, #footer li {
margin: 0; padding: 0; list-style: none;
}
#footer ul {
overflow: hidden;
padding: 10px;
}
#footer ul li {
line-height: 50px;
float:left;
margin-right: 15px;
display:inline-block!important;
position: relative!important;
min-width: 300px!important;
}
#footer ul li:last-child { margin:0; }
#footer a { color: #7f8c8d!important; }
#footer a:hover { color: #F7F7F7!important; }
#footer span.item { padding:0 15px; border-left: solid 1px #7f8c8d; }

#copyright {
float:left!important;
display:inline-block!important;
position: relative!important;
width:250px!important;
margin: 10px 0px 0px 20px!important;
}
#copyright img{
clear:both;
float:left!important;
display:inline-block!important;
position: relative!important;
padding: 0px!important;
margin: 0px!important;
}
#copyright p{
clear:both;
float:left!important;
display:inline-block!important;
position: relative!important;
padding: 0px!important;
margin: 5px 0px 0px 0px!important;
line-height: 12px;
}
#info {
float:left!important;
display:inline-block!important;
position: relative!important;
width:250px!important;
margin: 10px 0px 0px 20px!important;
}
#info img{
clear:both;
float:left!important;
display:inline-block!important;
position: relative!important;
padding: 0px!important;
margin: 0px!important;
}
#info p{
clear:both;
float:left!important;
display:inline-block!important;
position: relative!important;
padding: 0px!important;
margin: 5px 0px 0px 0px!important;
line-height: 12px;
}

/* Site offline notice ====================================================== */
.site_off_notice{
position: fixed;
left:15px; top:15px;
padding:5px 10px;
padding-left:28px;
background: url("../images/icons/error.png") no-repeat 8px center #FFF;
border:solid 1px #DC143C;
color:#DC143C;
}
.metrika {
width:100px!important;
color: #7f8c8d;
padding: 0px;
margin: 10px 20px 0px 20px!important;
display:inline-block!important;
position: relative!important;
float: right!important;
clear:none;
background: none!important;
line-height: 50px;
}
#zaglushka {
width:100px!important;
}
/* Footer SQL Debug ======================================================== */
#sql_debug{
display:none;
}
#sql_queries .query{
padding:10px;
margin:10px;
background:#FFF;
border:solid 1px #DDD;
}
#sql_queries .query .src{
font-size:12px;
color:#525252;
margin-bottom:4px;
}
/* ================================ ПОДВАЛ */	

/* ================================ ДОПОЛНИТЕЛЬНЫЕ СТИЛИ */
/* =================================  */
/* ================================   */
/* =================================  */
/* ================================   */
/* =================================  */
/* ================================   */

/* ================================= Блок соц сетей */
.sectionsocseti { 
width: 100%; 
text-align: center!important; 
display: block!important;
}
.layersocseti {display:none;}
.sectionsocseti:hover .layersocseti { 
display: inline-block!important;
position: relative!important; 
line-height: 16px; 
margin: 5px auto!important; 
color:#525252; 
font-size:15px; 
font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
}
.socseti{
border-radius:0;
margin-right:3px; 
line-height:0;
vertical-align:middle;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
transition:all 1s;
float:left!important;
display: inline-block!important;
position: relative!important;
}
.socseti:hover img{
border-radius:100%;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
cursor:pointer;
}
.socseti img{
width: 37px; 
margin:5px auto;
display:inline-block;
vertical-align:middle;
cursor:pointer;
}
.socseti a {
color: #fff!important;
text-decoration: none!important;
}
/* ================================= Блок соц сетей */

/* ================================ Логирование авторизаций */
.auth_table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.auth_table th, .auth_table td {
    border-right: 1px solid #bdc3c7;
    padding: 5px 10px;
    text-align: left;
}
.auth_table th:last-child, .auth_table td:last-child {
    border-right: none;
}
.auth_table th {
    background: #7f8c8d;
    color: #fff;
}
.auth_table tr:hover:not(.auth_error) {
    background: #ecf0f1;
}
.auth_error {
    background: #c0392b;
    color: #ecf0f1;
}
.auth_error:hover {
    background: #e74c3c;
    color: #FFF;
}
.auth_error a {
    color: inherit;
}
/* ================================ СТИЛИ Тип поля Похожий контент + Предыдущая и следующая публикации */
.nextpublication a{ color:#56ACFF; font-size:12px!important; text-decoration: underline;}
.nextpublication a:hover{ color:#DCB7B8; }
.anotherpublication a{ color:#525252; font-size:18px!important; text-decoration: none;}
.anotherpublication  a:hover{ text-decoration: underline;}

/* ================================ СВОИ КНОПКИ СОЦИАЛЬНЫХ СЕТЕЙ */
.b-share_theme_counter .b-share {
    padding: 0 !important;
}
.b-share_theme_counter .b-share__link {
    border-radius: 0px !important; /*убираем скругление иконок*/
    background-color: #aadfc5 !important; /*делаем фон серым*/
}
.b-share_theme_counter .b-share__link:hover {
    opacity: 0.5; /*добавляем прозрачность при наведении*/
}
.b-share_theme_counter .b-share-icon {
    background-image: url('../images/b-share_counter_large.png') !important; 
    /*заменяем стандартное изображение иконок на свое*/
}
.b-share_theme_counter .b-share-counter {
    color: #fff; /*задаем цвет текста*/
}
/* ================================ СВОИ КНОПКИ СОЦИАЛЬНЫХ СЕТЕЙ */
/* ================================ Вынос календаря подбора даты на верхний слой */
.ui-datepicker{z-index:999 !important}
/* ================================ Вынос календаря подбора даты на верхний слой */

/* ================================ Виджет обратный отсчёт */
.counter-wrap{
position: relative;
width: 100%;
min-height: 130px;
max-height: 230px;
}
.counter-wrap .info {
position: relative;
float: none;
color: #A52A2A;
width: 100%;
height: 70px;
font-size: 22px;
line-height: 25px;
text-align: center;
font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
text-transform: uppercase;
margin: 5px auto 10px auto;
clear:none;
}
#CDT {
display: block;
float: none;
text-align: center;
position: relative;
font-size: 50px;
color: #1E90FF;
margin: 10px;
font-weight: 600;
font-family: DigifaceWide,'Agency FB',Stencil;
clear:none;
}
#CDT .number-wrapper {
margin: 5px;
position: relative;
}
#CDT .number {
display: inline-block;
*display: inline;
*zoom: 1;
background: #fff;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
padding: 0 8px;
height: 60px;
line-height: 50px;
text-align: center;
/*border: 1px solid #555;*/
}
#CDT .line {
position: absolute;
width: 100%;
height: 1px;
top: 52%;
left: 0;
background: none;
}
.caption {
font-family: Helvetica, Arial, Tahoma, sans-serif;
font-size: 12px;
font-weight: 400;
position: absolute;
bottom: -40px;
left: 0;
text-align: center;
width: 100%;
color:#525252;
margin: 0 0 30px 0;
}
/* ================================ Кнопка прокрутки страницы вверх/вниз */
.scroll_to_up {
    position: fixed;
    z-index: 999!important;
    bottom: 15px!important;
    right: 65px!important;
    display: block;
}
.scroll_to_up:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url("../images/updownscroll.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    bottom: 50%;
    left: 50%;
    margin-top: -7px;
    margin-right: -5px;
}
.scroll_to_up:hover:after {
    background-position: 0 -50px;
}
.hidden {
    display: none;
}
.has_position.hidden {
    display: block !important;
}
.has_position.hidden:after {
    background-position: -50px 0;
}
.has_position.hidden:hover:after {
    background-position: -50px -50px;
}
/* ================================ Хук Закладки для типов контента */
.bookmark {
	overflow: hidden;
	border-bottom: 1px dotted #666;
	padding: 15px 0;
}
.bookmark_pubdate {
	float: right;
	color: #999;
	font-size: 12px;
}
.bookmark h4 {
	float: left;
	margin-top: 0;
}
.bookmark p {
	clear: both;
}
.folder_link {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px;
	width: auto;
    font-size: 14px;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	background: #34495e;
    border: none;
	margin: 10px 0;
	border: 1px solid #34495e;
}
span.folder_link {
	background: #FFF;
	/*border: 1px solid #CCC;*/
	color: #999;
}
.delete_button {
	display: inline-block;
	border-radius: 4px;
    font-size: 14px;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	background: url("../images/del-icon.png") 10px center no-repeat #f30;
    border: none;
	margin: 10px 0;
	float: right;
	width: 35px;
	line-height: 30px;
	overflow: hidden;
	-webkit-transition: width 0.5s ease-out 0s;
     -moz-transition: width 0.5s ease-out 0s;
     -o-transition: width 0.5s ease-out 0s;
     transition: width 0.5s ease-out 0s;
}
.delete_folder_button {
	display: inline-block;
	border-radius: 4px;
    font-size: 14px;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	background: #f30;
    border: none;
	line-height: 30px;
	overflow: hidden;
	padding: 0 15px;
}
.delete_button span {
	margin:0 10px 0 35px
}
.delete_button:hover {
	width: 100px;
	color: #FFF;
}
.addbookmark a {
	background-image: url("../images/add-icon.png") !important;
}
.deletebookmark a {
	background-image: url("../images/del-icon.png") !important;
}
/* ================================ Всплывающее окно социальных сетей */
.socialwd {
/*padding:20px;
display: none;
position:fixed;
right:0;
bottom:0;
background:#fff;
text-align:center;
z-index:900!important;
box-shadow:0 0 5px rgba(0,0,0,.2)*/

padding:10px;
display: none;
position:fixed;
left:0;
bottom:0;
text-align:center;
z-index:900!important;

}
.socialwd h2 {
text-align: center;
padding:10px 0;
margin:0;
}
.socialwd a {
display:inline-block;
padding:3px;
}
.swdclose {
display:block;
width:16px;
height:16px;
position:absolute;
right:3px;
top:3px;
background:url('../images/icons/close.png') no-repeat;
cursor:pointer;
}
/* ================================ Всплывающее окно социальных сетей */

/* =================================Форма обратной связи */

.callback_static_buttons{
display: -webkit-flex;
	display: flex;
	z-index:900!important;
	justify-content: center;
	box-sizing: border-box;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
clear:botch;
margin-bottom:20px;
font-family:Arial;
}
 .callback_static_buttons a.citem, .widget_callback_static_buttons a.citem i, .widget_callback_static_buttons a.citem span{ 
 display:inline-block; 
 z-index:900!important;
 margin:0;
 padding:0; 
 vertical-align:top; 
 height:32px !important; 
 line-height:32px !important;
 text-decoration:none !important;
 font-size: 13px; 
 color: #fff; 
 background:#2780e3;
 overflow:hidden
 }
 .callback_static_buttons a.citem { 
align-self: center; 
padding: 0 10px 0 6px; 
transition: all 0.5s ease;
margin:2px;
}
.callback_static_buttons a.citem > i{ 
font-size:24px;
width:24px;
text-align:center;
margin-right:5px;
background:transparent
}

.callback_static_buttons a.citem.callbackPhoneNumber{
	position:relative;
}
.callback_static_buttons a.citem.callbackPhoneNumber b{
	font-size:16px;	
	line-height:34px;
}
.callback_static_buttons a.citem.callbackPhoneNumber i{
	
}


.callback_static_buttons a.citem.callbackPhoneNumber span{					
					background:rgba(0,0,0,.2);			
					margin-right:-10px;
					margin-left:6px;
					padding:0 6px;
					height:34px !important;
					line-height:34px !important;
				    color:#fff !important;
					float:right;
					display:block;
}

.callback_static_buttons.list_style_horizontal{
	width:calc(100% - 2px);
}

.callback_static_buttons.list_style_vertical,
.callback_static_buttons.list_style_vertical a.citem{
	display:table;
	width:100%;
	box-sizing:border-box;
	margin:0;
}
.callback_static_buttons.list_style_vertical a.citem{
	margin:1px;
	width:calc(100% - 2px);
}
.callback_static_buttons a.citem.callbackPhoneNumber span i{
 font-size:22px;
 line-height:34px !important;
 padding:0 !important;
 text-align:center;
 width:26px;
 background:transparent
}
.callback_static_buttons:not(.list_style_vertical) a.citem.callbackPhoneNumber span {
	line-height:32px !important
}
.callback_static_buttons.list_style_vertical a.citem.callbackPhoneNumber span {
	font-size:12px !important;
	margin-left:0;
}
.callback_static_buttons .body{
	padding:0;
}
section .callback_static_buttons.nowrapper, aside .widget_callback_static_buttons.nowrapper{
margin-bottom:10px;
}






.callback_dropdown {
    position: relative;
}

.callback_dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
	margin-top:-2px;
}

.callback_dropdown:not(.soc_toggle_onclick):hover .widget_callback_dropdown-content {
    display: block;
}

/* =================================Форма обратной связи */



/* ================================ Ширина блока Код информера */
.kodinformer {width: 250px!important;}
/* ================================ Ширина блока Код информера */

/* ================================ Кнопка купить */
.buttonbay { 
display:inline-block;
position: relative; 
color: #fff;
text-decoration: none;
padding: 8px 14px 10px; 
/*background:#F9C7C9;*/
background:#ed444b;
border: none; 
margin-right: 25px; 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.buttonbay a{ 
/*display:inline-block;
position: relative; */
color: #fff; 
text-decoration: none;
width:100%;
/*padding: 8px 14px 10px; */
/*background:#F9C7C9; */
/*border: none; */
/*margin-right: 25px; */
/*position: relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;*/
}
.buttonbay:active { 
background:#FFB6CF;
}
.buttonbay:hover { 
background:#FFB6CF;
color:#525252;
}

/* ================================ Кнопка купить */
/**/
/**/
/**/
/* ================================ END ДОПОЛНИТЕЛЬНЫЕ СТИЛИ */


/* Media Queries ============================================================ */
