@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:100,300,400&subset=cyrillic';
@import url('http://ionicons.com/css/ionicons.min.css?v=2.0.1');
@import url('../fpda/css/font-awesome.min.css');

@import url("/full-screen/fullscreen-menu.css");

body{ font-family: 'Roboto', sans-serif;background: #547784;color: #c4c4c4;margin: 0;padding: 0; width: 100%;height: 100%;font-size:15px;}
a{color: #565656;text-decoration: none;}
a:hover{color: inherit !important;text-decoration: none;}
textarea, input[type="text"], input[type="password"] {
 font-family: 'Open Sans';
 font-size: 12px;
 padding-left: 10px;
 padding-right: 10px%;
 padding-top: 8px;
 padding-bottom: 8px;
 border: none;
 background: #f6f6f6;
 box-shadow: inset 0 0 0 1px #dcdcdc;
 color: #db1111;
 border-radius: 3px;
 line-height: 20px;
 margin: 10px 0px;
 width: 100% !important;
}
button, input[type="button"]{
 display: block !important;
 background: #464652;
 border: 0px;
 padding: 10px;
 color: #d4d4d4;
 text-align: center;
 font-size: 14px; 
}

h1 {margin: 2px; font-size: 13pt; color: #e0e0e0}
h2 {margin: 2px; font-size: 12pt; color: #e0e0e0}
h3 {margin: 2px; font-size: 12pt; color: #e0e0e0}

.tabs {
 list-style: none;
 height: 32px;
 border-bottom: 1px solid #e0e0e0;
 margin: 0;
 padding: 0;
}
.page_tabs {
 list-style: none;
 height: 32px;
 width: 100%;
 margin-top: 10px;
 margin-bottom: -20px;
 border-bottom: none;
}
.tabs li, .page_tabs li {
 margin: 0px;
 padding: 0px;
 float: left;
 height: 31px;
 line-height: 32px;
 border: 1px solid #e0e0e0;
 overflow: hidden;
 position: relative;
 background: #eaeaea repeat-x;
 margin-right: 2px;
 margin-bottom: -1px;
 -webkit-border-top-right-radius: 4px;
 -webkit-border-top-left-radius: 4px;
 -moz-border-radius-topright: 4px;
 -moz-border-radius-topleft: 4px;
 border-top-right-radius: 4px;
 border-top-left-radius: 4px;
}
.page_tabs li.active a {
 -webkit-border-top-right-radius: 4px;
 -webkit-border-top-left-radius: 4px;
 -moz-border-radius-topright: 4px;
 -moz-border-radius-topleft: 4px;
 border-top-right-radius: 4px;
 border-top-left-radius: 4px;
}
.tabs li a, .page_tabs li a {
 font-weight: bold;
 color: #666666;
 text-decoration: none;
 display: block;
 padding: 0px 20px;
 outline: none;
}
.tabs li a:hover, .page_tabs li a:hover {
 color: #3DC0E0;
}
.tabs li.active, .tabs li.active a, .tabs li.active a:hover, .page_tabs li.active, .page_tabs li.active a, .page_tabs li.active a:hover {
 color: #333333;
 background: #ffffff;
 border-bottom: 1px solid #ffffff;
}
.tab_container {
 border: 1px solid #e0e0e0;
 border-top: none;
 overflow: hidden;
 margin-bottom: 20px;
 background: #464652;
 -webkit-border-bottom-right-radius: 4px;
 -webkit-border-bottom-left-radius: 4px;
 -moz-border-radius-bottomright: 4px;
 -moz-border-radius-bottomleft: 4px;
 border-bottom-right-radius: 4px;
 border-bottom-left-radius: 4px;
}
.tab_content {
 margin: 19px;
 /* 20 - border */
}


/* Стили модального окна */ 
.modal-header h2 { 
 color: #555; 
 font-size: 20px;
 
 font-weight: normal; 
 line-height: 1; 
 margin: 0; 
} 
/* кнопка закрытия окна */ 
.modal .btn-close { 
 color: #aaa; 
 cursor: pointer; 
 font-size: 30px; 
 text-decoration: none; 
 position: absolute; 
 right: 5px; 
 top: 0; 
} 
.modal .btn-close:hover { 
 color: red; 
} 
/* слой затемнения */ 
.modal-wrap:before { 
 content: ""; 
 display: none; 
 background: rgba(0, 0, 0, .3); 
 position: fixed; 
 top: 0; 
 left: 0; 
 right: 0; 
 bottom: 0; 
 z-index: 101; 
} 
.modal-overlay { 
 bottom: 0; 
 display: none; 
 left: 0; 
 position: fixed; 
 right: 0; 
 top: 0; 
 z-index: 102; 
} 
/* активация слоя затемнения и модального блока */ 
.modal-open:checked ~ .modal-wrap:before, 
.modal-open:checked ~ .modal-wrap .modal-overlay { 
 display: block; 
} 
.modal-open:checked ~ .modal-wrap .modal-dialog { 
 -webkit-transform: translate(-50%, 0); 
 -ms-transform: translate(-50%, 0); 
 -o-transform: translate(-50%, 0); 
 transform: translate(-50%, 0); 
 top: 20%; 
} 
/* элементы модального окна */ 
.modal-dialog { 
 background: #f5f5f5; 
 border: none; 
 border-radius: 10px; 
 position: fixed; 
 width: 80%; 
 max-width: 90%; 
 left: 50%; 
 top: -100%; 
 -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3); 
 -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3); 
 box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3); 
 -webkit-transform: translate(-50%, -500%); 
 -ms-transform: translate(-50%, -500%); 
 -o-transform: translate(-50%, -500%); 
 transform: translate(-50%, -500%); 
 -webkit-transition: -webkit-transform 0.4s ease-out; 
 -moz-transition: -moz-transform 0.4s ease-out; 
 -o-transition: -o-transform 0.4s ease-out; 
 transition: transform 0.4s ease-out; 
 z-index: 103; 
} 
.modal-body { 
 padding: 20px; 
} 
.modal-body p { 
 margin: 0; 
} 
.modal-header, 
.modal-footer { 
 padding: 20px 20px; 
} 
.modal-header { 
 border-bottom: #eaeaea solid 1px; 
} 
.modal-header h2 { 
 font-size: 20px; 
 margin: 0; 
} 
.modal-footer { 
 border-top: #eaeaea solid 1px; 
 text-align: right; 
} 
/* адаптивные картинки в модальном блоке */ 
.modal-body img { 
 max-width: 100%; 
 height: auto; 
} 
/* кнопки */ 
.btn { 
 background: #FF0000; 
 border: #555 solid 1px; 
 border-radius: 10px; 
 cursor: pointer; 
 display: inline-block; 
 font-size: 12px; 
 padding: 6px 16px; 
 text-decoration: none; 
 text-align: center; 
 min-width: 20%; 
 max-width: 30%; 
 position: relative; 
} 
.btn:hover, .btn:focus { 
 background: #f2f2f2; 
} 
.btn-primary { 
 background: #428bca; 
 border-color: #357ebd; 
 color: #fff; 
} 
.btn-primary:hover{ 
 background: #66A1D3; 
}


header{
 background: #464652;
 position: relative;
 padding: 8px 40px;
 z-index: 99999999;
}
header a{
 color: white;
 font-family: 'Roboto', sans-serif;
}
.logo {
 display: block;
 text-align: center;
 font-size: 30px;
 font-weight: 200;
}
.logo:hover, .add-post:hover, .search:hover , .omenu:hover{
 color: white !important; 
}
.search, .omenu{
 display: inline-block;
}
.omenu {
 position: absolute;
 left: 0px;
 top: 10px;
 font-size: 30px;
 width: 55px;
 text-align: center;
}
.search{
 position: absolute;
 right: 0px;
 top: 10px;
 font-size: 30px;
 width: 55px;
 text-align: center;
}
.omenu:hover{
 color: white;
 text-decoration: none;
}

.add-post {
 display: block;
 background: #58AAD9;
 color: white;
 text-transform: uppercase;
 padding: 8px;
 text-align: center;
 font-size: 14px;
}

.posts div:nth-child(odd) .post{
 background: #fff;
}
.posts div:nth-child(even) .post{
 background: #F1F5F8;
}
.post-img {
 position: absolute;
 right: 10px;
 top: 8px;
 height: 54px;
 overflow: hidden;
}
.post-img img{
 width: 75px;
}
.post-info {
 padding-right: 85px;
}
.post-info h3 {
 margin: 0;
 font-size: 18px;
 color: #696969;
}
.pi-about {
 font-size: 14px;
 color: #B7B7C1;
 display: block;
 margin-top: 5px;
}
.post {
 position: relative;
 display: block;
 clear: both;
 position: relative;
 padding: 13px;
}
#uCatsMenu7 {
 top: auto !important;
 left: auto !important;
}
.selector {
 display: block;
 background: #58AAD9;
 color: white;
 text-transform: uppercase;
 padding: 8px 40px 8px 8px;
 text-align: center;
 font-size: 14px;
}
.selector i{
 float: right;
}
.block {
 margin: 20px 0px;
}
.block-title {
 background: #c2c3c4;
 padding: 10px;
 text-align: center;
 border-bottom: 1px solid #e4e4e4;
 border-top: 1px solid #e4e4e4;
}
.block-ul{
 padding: 0;
 margin: 0;
}
.block-ul li, .block-ul td{
 list-style: none;
}
.block-ul li a, .block-ul td a {
 display: block;
 padding: 10px;
 border-bottom: 1px solid #e4e4e4;
}
.block-ul li:last-child a, .block-ul tr:last-child td a{
 border: none; 
}
.catNumData {
 float: right;
 margin-top: -33px;
 margin-right: 15px;
 background: #eb657d;
 color: white;
 padding: 3px;
 width: 25px;
 text-align: center;
 border-radius: 4px;
}

.po-img {
 position: relative;
 text-align: center;
}
.po-img:after {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: transparent;
 background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.59)));
 background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.59) 100%);
 background-image: linear-gradient(transparent 0%,transparent 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.6) 100%,rgba(0,0,0,0.59) 100%);
}
.po-img img {
 width: 100%;
 max-width: 800px;
}
.po-img .po-cat {
 position: absolute;
 top: 15px;
 left: 10px;
 background: #EB657D;
 color: white;
 padding: 2px 10px;
 border-radius: 2px;
 z-index: 2;
}
.po-title {
 z-index: 2;
 position: absolute;
 bottom: 0px;
 left: 10px;
 color: white;
 font-weight: 300;
}
.po-message {
 padding: 0px 10px 10px;
 color: #d6d6d6;
 font-size: 15px;
}
.po-about {
 position: relative;
 background: #f1f5f8;
 padding: 10px;
}
.po-ava {
 position: absolute;
 top: 10px;
 left: 10px;
}
.po-ava img {
 width: 80px;
 border-radius: 50%;
 border: 2px solid #e4e4e4;
}
.po-info {
 margin: 0;
 padding-left: 104px;
}
.po-info li {
 list-style: none;
 color: #676767;
 font-size: 14px;
 padding: 6px;
}
.poc-title {
 padding: 10px;
 text-align: center;
 border-top: 1px solid #e4e4e4;
}
.toTop {
 display: block;
 position: fixed;
 z-index: 999999;
 transition: 0.6s;
 opacity: 0,7;
 text-align: center;
 background: #EB657D;
 color: white;
 top: 97%;
 margin: 0px auto;
 font-size: 14px;
 padding: 5px;
 border-radius: 4px;
 left: 0px;
 right: 0px;
 width: 50px;
}
.toTop:hover {
 color: white !important;
 text-decoration: none;
}
.selector:hover{
 color: white !important;
 text-decoration: none;
}
.flogo:hover {
 color: white !important;
 text-decoration: none;
}
.toTop-o{
 opacity: 0;
 transition: 0.6s;
}
.toTop i {
 margin-right: 10px;
}
.block-content {
 text-align: center;
 padding: 10px;
}
.block-content .calTable{
 width: 100%; 
}
.calMonth {
 padding-bottom: 5px;
}

.calWday, 
.calWdaySe, 
.calWdaySu,
.calMday, .calMdayIs {
 border: 1px solid #eee;
 padding: 3px 6.5px;
}

.calWday, 
.calWdaySe, 
.calWdaySu {
 background-color: rgba(0, 0, 0, 0.075);
}

.calMdayIsA {
 border: 1px solid rgba(0, 0, 0, 0.1);
 background: rgba(0, 0, 0, 0.1);
}

.calMdayLink {
 display: block;
 font-weight: bold;
 color: #58aad9;
}
.slideout-menu {
 background: #f7f7f7;
 position: fixed;
 left: 0;
 top: 0;
 bottom: 0;
 right: 0;
 z-index: 0;
 width: 256px;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
 display: none;
}

.slideout-panel {
 position:relative;
 border-left: 1px solid #ababab;
 border-right: 1px solid #ababab;
 z-index: 1;
 background: #fff;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
 overflow: hidden;
}

.slideout-open .slideout-menu {
 display: block;
}
.menu-social{
 
}
.menu-social ul {
 padding: 0px;
 margin: 0;
 border-bottom: 1px solid #e6e6e6;
}
.menu-social ul li {
 display: inline-block;
 width: 18%;
 text-align: center;
}
.menu-social ul li a {
 display: block;
 font-size: 18px;
 padding: 14px 0px;
 border-left: 1px solid #e6e6e6;
}
.menu-social ul li:first-child a{
 border: none;
}
.menu-profile{
 background: #fbfbfb;
 padding: 10px; 
 border-bottom: 1px solid #e6e6e6;
}
.mp-ava {
 width: 50px;
 border-radius: 50%;
 border: 1px solid #58aad9;
}
.mp-buttons{
 font-size: 20px;
 display: block;
 padding: 10px; 
 color: #c7c4c4;
}
.mp-block table{
 width: 100%; 
}
#menu-search{
 display: none; 
 position: relative;
}
#menu-search {
 border-bottom: 1px solid #e6e6e6;
}
.search-text {
 padding: 20px 10px;
 border: 0px;
 color: #888888;
 transition: 0.4s;
 border-left: 2px solid #58aad9;
 padding-left: 10px;
 width: 100%;
 outline-color: #58aad9;
}
.sh-se{
 margin: 0px; 
}
.menu-menu ul{
 margin: 0px;
 padding: 0px;
}
.menu-menu li {
 display: block;
}
.menu-menu li a {
 display: block;
 padding: 10px 20px;
}
.uWithSubmenu ul {
 border-left: 1px solid #ababab;
 margin-left: 20px;
}
.ucf-avatar.uf-with-tooltip {
 display: none;
}
.ucf-content {
 margin: 0px !important;
 padding: 0px 20px;
}
#postFormContent {
 width: 100%;
 overflow: hidden;
}
.com-order-block{
 display: none; 
}
.com-title {
 padding: 10px 15px;
 border-bottom: 1px solid #e4e4e4;
 border-top: 1px solid #e4e4e4;
 font-size: 14px;
}
.ct-date {
 float: right;
}
.com-message {
 padding: 10px 15px;
 font-size: 14px;
 color: #676767;
}


.forumW {
 padding: 10px;
}
.forumW hr{
 display: none !important; 
}
.forumW table{
 font-size: 14px !important;
}
.forumW .gTableTop {
 background: #464652;
 padding: 10px;
 color: white;
}
.gTableBody1 {
 padding: 10px;
}
.forumNameTd {
 padding: 10px;
 border-bottom: 1px solid #e4e4e4;
 font-size: 14px;
}
.forumNameTd a {
 font-size: 16px;
}
.forumNameTd a b {
 font-weight: normal;
}
.threadNametd {
 padding: 10px;
}
td.forumNamesBar.FrmForumBarCl11{
 display: none; 
}
#frmButns83{
 margin-bottom: 10px; 
}
#frmButns83 a:first-child {
 background: #f1f5f8;
 margin-right: 2%;
 width: 42%;
 display: inline-block;
 padding: 5px;
 text-align: center;
}
#frmButns83 a:last-child {
 float: right;
 background: #f1f5f8;
 margin-left: 2%;
 width: 42%;
 display: inline-block;
 padding: 5px;
 text-align: center;
}
.ThrForumBarRow1{
 display: none; 
}
.pf-User {
 background: #f1f5f8;
 padding: 10px 10px 15px;
 position: relative;
}
.pfu-ava {
 width: 52px;
 position: absolute;
}
.forumW .postUser {
 display: block;
 text-align: center;
 padding: 10px 0px 0px;
}
.pfu-info {
 padding-left: 70px;
 margin: 0px;
}
.pfu-info li{
 list-style: none; 
 padding: 1px;
}
.pfu-mes {
 padding: 10px;
 border: 2px solid #f1f5f8;
 margin-bottom: 20px;
}


.phtTdMain.uEntryWrap {
 width: 50% !important;
}
.postImage img{
 width: 100%; 
}
.postLoad {
 display: block;
 position: relative;
 padding-left: 40px;
 padding: 20px 10px 20px 60px;
}
.plIcon {
 position: absolute;
 left: 10px;
 top: 12px;
 font-size: 25px;
 background: #58aad9;
 width: 25px;
 text-align: center;
 color: white;
 padding: 5px;
}
.posts div:nth-child(odd) .postLoad {
 background: #fff;
}
.posts div:nth-child(even) .postLoad {
 background: #F1F5F8;
}
.plCat{
 float: right; 
}
.plo-icon {
 background: #f1f5f8;
 text-align: center;
 padding: 20px;
 border-bottom: 1px solid #e4e4e4;
}
.plo-icon a i {
 margin-right: 8px;
}
.plo-title{
 margin: 0;
 font-size: 18px;
 color: #696969; 
 padding: 10px; 
}
.plo-title .plCat {
 font-size: 14px;
 display: block;
 padding-top: 4px;
 font-weight: normal;
}
.dp-title span{
 float: right;
 font-weight: normal;
}
.dp-title {
 display: block;
 border-bottom: 1px solid #e8e6e2;
 padding: 10px;
 font-weight: bold;
}
.dp-mes {
 padding: 10px;
}
.dir-post {
 border: 1px solid #e8e6e2;
 margin-bottom: 20px;
}
.papost{
 padding: 10px; 
}
.catsTd{
 width: 100% !important; 
 display: block;
}

.postBoard{
 display: block; 
}
.pbImage {
 position: relative;
 max-height: 300px;
 overflow: hidden;
 text-align: center;
}
.pbImage img {
 width: 100%;
 max-width: 800px;
}
.pbImage:after {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: transparent;
 background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.59)));
 background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.59) 100%);
 background-image: linear-gradient(transparent 0%,transparent 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.6) 100%,rgba(0,0,0,0.59) 100%);
}
.pbImage h3 {
 z-index: 2;
 position: absolute;
 bottom: 0px;
 left: 10px;
 color: white;
 font-weight: 300;
}
.pbMessage {
 padding: 10px;
}
.postBoard {
 display: block;
}
.posts div:nth-child(odd) .postBoard {
 background: #fff;
}
.posts div:nth-child(even) .postBoard {
 background: #F1F5F8;
}
.bd-contacts {
 font-size: 15px;
 padding: 10px;
 border-top: 1px solid #E4E4E4;
 border-bottom: 1px solid #E4E4E4;
}
.bd-contacts ul{
 padding: 0px;
 margin: 0px;
}
.bd-contacts ul li {
 display: block;
 padding: 10px;
 border-left: 2px solid #58aad9;
}
.bd-contacts ul li span {
 float: right;
}
.bdc-title {
 display: block;
 padding: 10px;
 border: 2px solid #58aad9;
}


.faq-post {
 margin-bottom: 30px;
 padding: 10px;
}
.faq-answer {
 padding: 10px;
 margin-top: 20px;
 position: relative;
 font-size: 14px;
 border: 2px solid #58aad9;
}
.faq-answer:before {
 content: '';
 position: absolute;
 left: 30px;
 top: -15px;
 border-bottom: 15px solid #BFA980;
 border-left: 15px solid rgba(0, 0, 0, 0);
 border-right: 15px solid rgba(0, 0, 0, 0);
 border-bottom-color: #58aad9;
}
.faq-span{
 cursor: pointer; 
}
.fastLinks{
 padding: 10px; 
}

.db-title {
 border-bottom: 1px solid #e8e6e2;
 padding: 10px;
}
.db-post {
 border: 1px solid #e8e6e2;
 margin: 10px 10px 20px;
}
.db-date {
 float: right;
}
.db-num {
 font-style: italic;
 color: #9e9e9e;
 margin-right: 10px;
}
.db-mes {
 padding: 10px;
}
#numEntries, #numEntries, #pagesBlock1 {
 display: none;
}
textarea#message{
 width: 100%; 
}


li.entTd.uEntryWrap {
 width: 100% !important;
 padding-top: 20px;
}
.postGames{
 padding: 10px; 
}
.postGames .eBlock td{
 display: block;
 width: 100%;
}

.vp-preview{
 position: relative; 
 display: block;
}
.vp-preview img{
 min-width: 318px;
}
li.entTd.uEntryWrap{
 padding-top: 0 !important; 
}
.plBut.ion-play {
 display: block;
 z-index: 10;
 position: absolute;
 transition: 0.6s;
 opacity: 1;
 text-align: center;
 background: rgba(0, 0, 0, 0.56);
 color: white;
 margin: 0px auto;
 font-size: 40px;
 padding: 5px;
 border-radius: 4px;
 left: 0px;
 right: 0px;
 width: 50px;
 top: 70px;
}
.vp-preview:after {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: transparent;
 background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.59)));
 background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.59) 100%);
 background-image: linear-gradient(transparent 0%,transparent 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.6) 100%,rgba(0,0,0,0.59) 100%);
}

.vep-video-block img {
 border: 0;
 border-radius: 0px !important;
 vertical-align: middle;
 width: 100%;
}
.vep-video-block iframe {
 width: 100%;
 height: auto;
}
.vo-title {
 color: #676767;
 font-weight: 400;
 padding: 10px 10px 0px 10px;
}
.videoStat{
 padding: 0px 10px 10px;
 border-bottom: 1px solid #e4e4e4;
}
.videoStat span{
 margin-right: 15px; 
}
.videoStat span i{
 padding-right: 5px; 
}
.vs-rate{
 float: right; 
}

.vopt-title {
 display: block;
 padding: 10px;
 border: 2px solid #58aad9;
}
.videoOpt div {
 display: block;
 padding: 10px;
 border-left: 2px solid #58aad9;
}
.vka-promo {
 height: 120px;
 overflow: hidden;
 position: relative;
}
.vka-promo .vkap-promo{
 width: 100%; 
}
.vka-ava {
 text-align: center;
 height: 100px;
 width: 100px;
 overflow: hidden;
 margin: -60 auto 0px;
 z-index: 9999;
 position: relative !important;
}
.vka-ava img {
 height: 100px;
}
.vlap-title {
 display: block;
 text-align: center;
 padding: 10px;
 font-size: 16px;
}
.vka-info{
 padding: 10px; 
}
.vka-info ul{
 padding: 0px;
 margin: 0px;
}
.vkaabout {
 padding: 10px;
 text-align: center;
 border-bottom: 1px solid #e4e4e4;
 border-top: 1px solid #e4e4e4;
 display: block;
 margin: 0px -10px 10px;
}
.vka-info ul li {
 list-style: none;
 padding: 10px;
 border-left: 1px solid #e4e4e4;
}
#chnl_video {
 width: 100%;
 overflow: hidden;
}
.pagepost{
 padding: 10px; 
}
.uMenuItemA {
 border-left: 2px solid #58aad9;
}
.mup-buttons {
 font-size: 14px;
 display: block;
 padding: 10px;
 color: #464652;
}
#mupb-form, #chatbox{
 display: none; 
}
.up-promo {
 position: relative;
 height: 200px;
 overflow: hidden;
}
.up-promo img{
 width: 100%; 
}
.upp-main img {
 width: 80px;
 border-radius: 50%;
 border: 3px solid #f1f5f8;
}
.upp-main {
 position: absolute;
 top: 40px;
 left: 0;
 right: 0;
 text-align: center;
 z-index: 99999;
}
.upp-main span {
 display: block;
 font-size: 16px;
 color: white;
 padding: 10px;
}
.upp-info, .upp-stat{
 margin: 0px;
 padding: 0px;
}
.upp-info li {
 list-style: none;
 padding: 10px;
 display: block;
}
.upp-title{
 border-bottom: 1px solid #e4e4e4;
 background: #f7f7f7;
}
.upp-info li span {
 float: right;
 font-weight: bold;
 color: #6b6b6b;
}
.upp-stat li {
 font-size: 20px;
 display: inline-block;
 width: 31.333%;
 text-align: center;
 padding: 20px 0px;
 border-left: 1px solid #e4e4e4;
 border-bottom: 1px solid #e4e4e4;
}
.upp-stat li:first-child, .upp-stat li:nth-child(4), .upp-stat li:nth-child(7), .upp-stat li:nth-child(10){
 border-left: 0px; 
}
.upp-stat li span {
 font-size: 14px;
 display: block;
}
.upp-stat {
 text-align: center;
}
.up-message {
 font-size: 35px;
 color: white;
}
.useredittable form table tbody tr td {
 width: 100%;
 display: block;
 padding: 0px 0px 30px;
}
.useredittable form table tbody tr td:first-child {
 background: #F1F5F8;
 padding: 10px;
 margin: -10px -10px 20px -10px;
 border-top: 1px solid #e4e4e4;
 border-bottom: 1px solid #e4e4e4;
}
#siM44 span {
 display: none;
}
.manTdSep {
 display: none !important;
}
.postAdding{ 
}
.postAdding table tbody tr td {
 width: 100%;
 display: block;
}
#puM28, #manTd1, .manTd1{
 padding: 10px; 
}
.list-item {
 display: inline-block;
 width: 49%;
 vertical-align: top;
}
.postShop{
 display: block; 
 border-bottom: 1px solid #e4e4e4;
}
.postShop:nth-child(odd){
 border-right: 1px solid #e4e4e4;
}
.postShop img{
 width: 100%; 
}
.postShop-title {
 text-align: center;
 padding: 10px;
}
.postShop-price {
 text-align: center;
 padding: 0px 10px 10px;
 font-size: 20px;
}
.postShop-image {
 padding: 10px;
 position: relative;
}
#sortomen{
 display: none; 
}
.poc-title.upp-title {
 display: block;
}
.slist {
 display: block;
 padding: 10px;
 border-bottom: 2px solid #f0f0f0;
 background: #f7f7f7;
}
.sort-i i{
 float: right; 
 padding-right: 10px;
}
.marksale {
 position: absolute;
 top: 7px;
 left: 7px;
 background: #E87E04;
 padding: 2px;
 color: white;
 border-radius: 3px;
 font-size: 12px;
}
.cat-blocks .gTableTop {
 padding: 10px !important;
 display: block !important;
}


.Oiprev {
 position: absolute;
 top: 150px;
 left: 20px;
 font-size: 40px;
 color: #242424;
 text-shadow: 1px 1px 2px #737373, 0 0 1em #ffffff;
}
.Oinext {
 position: absolute;
 top: 150px;
 right: 20px;
 font-size: 40px;
 color: #242424;
 text-shadow: 1px 1px 2px #737373, 0 0 1em #ffffff;
}
.so-slider{
 position: relative;
}
.so-slider .item img{
 width: 100%; 
}
.so-title{
 margin: 0;
 font-size: 18px;
 color: #696969; 
}
.owl-buttons{
 display: none !important; 
}
.so-info {
 padding: 10px;
 border-top: 1px solid #ECECEC;
 margin-top: 20px;
}
.so-rate{
 float: right; 
}
.io-desc ul{
 padding: 0;
 margin: 0;
}
.io-desc li {
 list-style: none;
 border-bottom: 1px dashed #e8e6e2;
 padding: 10px;
}
.io-desc {
 box-shadow: 0 1px 2px 1px rgba(0,0,0,.23);
 padding: 10px;
}
.io-desc li b {
 color: #5f5e5e;
}
.io-options {
 padding: 10px;
}
.io-options li{
 border: none !important; 
}
.shop-options li {
 display: inline-block;
 margin-left: 20px !important;
}
.shop-options-s {
 border: 1px solid #8e8e8e;
}
.oi-buttons {
 display: block;
 margin-top: 20px;
 margin-bottom: 30px;
}
.toBasket, #order-but-continue, #order-but-recalc {
 display: block !important;
 background: #464652;
 border: 0px;
 padding: 10px;
 color: #d4d4d4;
 text-align: center;
 font-size: 14px;
 margin-top: 10px;
}
.tbin{
 width: 100%; 
}
.tabs-head.tabs {
 box-shadow: 0 1px 2px 1px rgba(0,0,0,.23);
 padding: 10px;
 margin-top: 30px;
 text-align: center;
}
.tabs-head a {
 display: inline-block;
 padding: 0px 30px;
}
.oi-tabs{
 padding: 10px; 
}

#order-table {
 padding: 15px;
}

#order-table table,
#order-table tbody {
 display: block;
 width: 100%;
}

#order-table tr {
 display: block;
 background: #F8F8F8;
 margin-bottom: 15px;
}

#order-table thead {
 display: none;
}

.order-item td {
 border-bottom: medium none !important;
}

.order-item-nom, 
.order-item-name {
 display: block;
 overflow: hidden;
}

#order-table .order-item-del, 
#order-table .order-item-price {
 display: none !important;
}

#order-table .order-item-cnt, 
#order-table .order-item-sum {
 display: inline-block !important;
 padding: 8px 15px 15px !important;
 width: auto;
}

.order-item-nom {
 background-color: #464652;
 font-weight: normal;
 border-radius: 3px 3px 0px 0px;
 color: white;
 padding: 5px 10px;
}

#order-table .order-item-name {
 padding: 15px 15px 8px !important;
}

#order-table .order-item-img {
 padding: 15px 0 0 !important;
 float: left;
 width: auto;
}

#order-table tr:last-child td {
 display: block;
 padding: 5px 0;
}

#order-table tr:last-child td input {
 margin: 0 !important;
 width: 100%;
}

#order-table #order-but-recalc {
 margin-bottom: 10px !important;
}

.order-total {
 font-size: 18px;
 padding: 8px 0px 20px !important;
 text-align: center;
}

.checkout__payment-delivery {
 padding: 15px;
}

.checkout__payment {
 border-bottom: 1px solid #e1e1e1;
 box-shadow: 1px 1px 1px #fff;
 margin-bottom: 30px;
 padding-bottom: 30px;
 width: 100%;
}

.checkout__delivery {
 width: 100%;
}









footer{
 background: #464652;
}
.flogo {
 display: block;
 text-align: center;
 font-size: 22px;
 font-weight: 200;
 color: white;
 padding: 10px;
}
.flogo span {
 display: block;
 font-size: 14px;
}
.copyright {
 display: block;
 padding: 10px;
 text-align: center;
 background: #f1f5f8;
}
.toBOk {
 display: none;
 position: fixed;
 z-index: 99999;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background: rgba(255, 255, 255, 0.85);
}
.toBOk-row {
 position: absolute;
 top: 50%;
 margin-top: -130px;
 text-align: center;
 width: 100%;
}
.toBOk-i {
 color: #198c19;
 font-size: 90px;
}
.toBOk-title {
 font-size: 24px;
 font-weight: 300;
}
.toBOk-buts {
 padding: 0px 20px;
}



/*Images in article*/ 
.image_shadow {padding: 10px;} 
 
 .image_shadow a img{ 

 margin-center: 0px!important; 
 box-shadow: 3px 3px 10px rgba(0,0,0,0.8)!important; 
 -webkit-box-shadow: 12px 12px 30px #000000!important; 
 -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.8)!important; } 
 
 /*END-Images in article*/
 
 /*избранное*/
.Bookmark { 
 background: #7196b6; 
 display: inline-block; 
 padding: 3px 0px; 
 width: 32px; 
 text-align: center; 
 color: #fff; 
 position: fixed; 
 margin: 230px 0px 0px 0px; 
 font-size: 19px; 
 font-family: sans-serif; 
 border-radius: 4px; 
 font-weight: bold; 
 } 
 .BookmarkAll img { 
 width: 25px; 
 height: 25px; 
 border-radius: 10% 0px; 
 vertical-align: middle; 
 margin: 0px 10px 5px 0px; 
 } 
 .BookmarkAll b { 
 position: relative; 
 top: -7px; 
 text-transform: capitalize; 
 white-space: nowrap; 
 overflow-x: hidden; 
 text-overflow: ellipsis; 
 max-width: 225px; 
 display: inline-block; 
 font-family: sans-serif; 
 } 
 .BookmarkAll p { 
 position: absolute; 
 margin: -30px 0px 0px 275px; 
 background: #e8e8e8; 
 padding: 2px 3px; 
 color: darkcyan; 
 border-radius: 2px; 
 min-width: 12px; 
 text-align: center; 
 
 font-size: 10px; 
 font-family: cursive; 
 } 
 .BookmarkAll em { 
 position: absolute; 
 font-size: 9px; 
 font-style: normal; 
 margin: -16px 0px 0px 34px; 
 color: #91a8bb; 
 }