body {margin:0;padding:0;font-family:roboto-regular;color:rgba(255,255,255,0.55);font-size:20px;}
body:before {width:100%;height:100%;position:absolute;top:0;left:0;right:0;background:url(../img/bg.webp);content:'';z-index:1;opacity:0.3;}
body:after,#left:before,#header:before {width:100%;height:100%;position:absolute;top:0;left:0;right:0;background:rgba(255,255,255,0.1);content:'';z-index:2;}

img,form {border:0;margin:0;}
a,input {outline:none;}
a {color:rgba(255,255,255,0.9);text-decoration:none;transition: all 0.3s ease;}
a:hover {text-decoration:none;}
h1,h2, h3, h4, h5, h6 {font-weight:normal;margin:5px 0;padding:0; text-shadow: 2px 2px 2px rgba(26, 47, 85, 0.4); color: rgba(255,255,255,0.8);}
ul {list-style:none;}
p {margin-top:3px;margin-bottom:3px;}
.clr {clear:both;}

input,option,select,textarea {background:rgba(255,255,255,0.05); border:none;padding:10px 12px;color:rgba(255,255,255,0.3);border-radius: 0.5rem; }
input[type=submit]{cursor:pointer;}
hr {height:1px;background:#000;margin-top:5px;margin-bottom:5px;border:0px;opacity:0.5;}
.button {min-width: 2rem; }
.codeButtons {min-width: 3.5rem; }
.download-link { font-size: 16px;}


::-webkit-scrollbar-track {background-color:rgba(255,255,255,0.2);}
::-webkit-scrollbar {height:5px;width:10px;}
::-webkit-scrollbar-thumb {background:#e9a259;}

@font-face {font-family:roboto-regular;src:local("roboto-regular"),url(Bender.ttf);}

#app {width:100%;height:100%;position:fixed;z-index:5;margin:auto;left:0;right:0;}
.app-view {width:80%;height:90%;position:absolute;top:4%;margin:auto;left:0;right:0;-webkit-box-shadow:0px 1px 21px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:0px 1px 21px 0px rgba(0, 0, 0, 0.75);box-shadow:0px 1px 21px 0px rgba(0, 0, 0, 0.75);}

#left {position:absolute;top:0;left:0;width:60px;height:100%;background:#2a2d3c;-webkit-box-shadow: 7px 1px 11px 0px rgba(0, 0, 0, 0.75);z-index:55;-moz-box-shadow:7px 1px 11px 0px rgba(0, 0, 0, 0.75);box-shadow:7px 1px 11px 0px rgba(0, 0, 0, 0.75);}
#left:before {background:rgba(0,0,0,0.1);}
.left-content {position:absolute;width:100%;height:100%;z-index:3;}

#header {position:absolute;top:0;right:0;width:98%;height:60px;-webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:0px 2px 13px 0px rgba(0, 0, 0, 0.75);box-shadow:0px 2px 13px 0px rgba(0, 0, 0, 0.75);z-index:54;}
#header:before {background:rgba(0,0,0,0.2);}

#content {position:absolute;top:60px;height:calc(100% - 100px);width:calc(100% - 100px);right:0px;padding:20px 20px 20px 40px;overflow-y:auto;background:rgba(0,0,0,0.4);overflow-x:hidden;}

.header-right {float:right;position:relative;z-index:5;margin-right:10px;}
.header-search {float:left;margin-left:60px;background-color:rgba(255,255,255,0.05);position:relative;z-index:5;padding:3px 0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-top:13px;}
.header-search input {background:none;padding:7px 10px;}
.header-search input[type=submit]{width:20px;height:22px;background:url(../img/icons.webp);float:right;font-size:0px;margin-top:3px;margin-right:5px;opacity:0.3;}

.header-search ::-webkit-input-placeholder {color:rgba(255,255,255,0.3) !important;}
.header-search :-moz-placeholder {color:rgba(255,255,255,0.3) !important;}
.header-search ::-moz-placeholder {color:rgba(255,255,255,0.3) !important;}
.header-search :-ms-input-placeholder {color:rgba(255,255,255,0.3) !important;}

.mini-profile {float:right;margin-top:9px;margin-left:15px;}
.mp-avatar {float:left;width:40px;height:40px;overflow:hidden;border:solid 1px rgba(255,255,255,0.2);-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;margin-right:12px;}
.mini-profile a:before {display:none;}
.mp-avatar img {width:100%;}
.mp-nick {float:left;font-weight:700;margin-bottom:5px;}
.mp-nick p {font-size:12px;font-weight:300;}

.button-auth,.button-chat,.button-mes,.button-update,.button-addnew {float:left;width:22px;height:22px;background:url(../img/icons.webp);background-position:-116px 0;opacity:0.3;font-size:0px;margin:19px 13px 0;}
.button-chat {width:35px;background-position:-80px 0;}
.button-mes {width:33px;background-position:-46px 0;position:relative;z-index:3;}
.button-update {width:24px;background-position:-20px 0;position:relative;}
.button-update i,.button-mes i {font-size:10px;background-color:rgba(255,255,255,0.3);padding:2px 7px 2px 5px;top:13px;left:14px;position:absolute;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;color:#fff;}
.button-mes i {z-index:9;left:20px;top:-7px;font-style:normal;padding:2px 6px;border:solid 1px rgba(255,255,255,0.6);}

.button-addnew {background:none;position:relative;color:#fff;}
.button-addnew:after {font-size:48px !important;position:absolute;top:-17px;left:-2px;right:0;margin:auto;content:'+';}
.button-addnew {width:16px !important;}

.header-right a:before {background:rgba(255,255,255,0.2);content:'';width:100%;height:60px;float:left;margin-top:-19px;padding:0 13px;margin-left:-13px;opacity:0;transition: all 0.3s ease;}

.header-right a:hover {opacity:0.6;}
.header-right a:hover:before {opacity:1;}

.ui-chat {position:absolute;top:60px;width:0;right:0;height:calc(100% - 60px);z-index:12;overflow:hidden;transition: all 0.3s ease;opacity:0;-webkit-box-shadow: -6px 0px 12px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow:-6px 0px 12px 0px rgba(0, 0, 0, 0.4);box-shadow:-6px 0px 12px 0px rgba(0, 0, 0, 0.4);}
.chat-open {width:25%; height:50%; opacity:1; border-radius: 1rem; box-shadow:-6px 0px 12px 0px rgba(0, 0, 0, 0.4);}
.button-open:before {opacity:1 !important;}
a.button-open {opacity:0.5;}
.mchat-body {background-color: #141b20 !important; padding: 0.75rem;}

.button-info {position:absolute;bottom:0px;left:0;}
.about-site {position:absolute;top:40%;left:0;right:0;width:100%;max-width:300px;margin:auto;min-height:200px;-webkit-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.43);-moz-box-shadow:0px 2px 24px 0px rgba(0, 0, 0, 0.43);box-shadow:0px 2px 24px 0px rgba(0, 0, 0, 0.43);visibility:hidden;z-index:-5;opacity:0;transition: all 0.3s ease;display:flex;align-items:center;justify-content:center;flex-flow:column;border-radius: 2rem;}
.view-info-site {visibility:visible;z-index:99;opacity:1;transition: all 0.3s ease;}
.as-center {margin:10px 0;}
.about-exit {position:absolute;top:-10px;right:-10px;width:40px;height:40px;background:red;font-size:0px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;border:solid 1px rgba(255,255,255,0.1);cursor:pointer;overflow:hidden;}
.about-exit:before {position:absolute;top:-10px;left:7px;font-size:50px !important;content:'+';transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);z-index:3;}
.about-exit:after {position:absolute;top:0;width:100%;height:100%;background:rgba(0,0,0,0.2);content:'';z-index:2;}

#update-plus-all {display:none;}
.update-last-view {position:absolute;right:20px;top:0px;height:0px;overflow:hidden;width:32%;z-index:13;transition: all 0.3s ease;min-height:0px;display:flex;align-items:center;justify-content:center;flex-flow:column;-webkit-box-shadow: -2px 3px 13px 0px rgba(0, 0, 0, 0.45);-moz-box-shadow:-2px 3px 13px 0px rgba(0, 0, 0, 0.45);box-shadow:-2px 3px 13px 0px rgba(0, 0, 0, 0.45);}
.update-last-view:before {position:absolute;top:0;left:0;right:0;width:100%;height:100%;content:'';z-index:2;}
.update-view-open {height:auto;top:80px;border:solid 1px rgba(255,255,255,0.1);min-height:120px;transition: all 0.3s ease;overflow-y:auto;}

.developer {opacity:0.7;}

.item-news,.item-load,.item-publ,.item-other,.item-video,.item-games,.item-images,.item-setting,.button-info {float:left;font-size:0px;position:relative;width:100%;height:40px;margin:3px 0;}
.item-news:before,.item-load:before,.item-publ:before,.item-other:before,.item-video:before,.item-games:before,.item-images:before,.item-setting:before,.button-info:before,.update-plus-news:before,.update-plus-load:before,.update-plus-publ:before,.update-plus-video:before,.update-plus-games:before,.update-plus-images:before {width:28px;height:24px;background:url(../img/icons.webp);background-position:0 -25px;content:'';position:absolute;top:8px;margin:auto;left:0;right:0;opacity:0.3;transition: all 0.3s ease;}
.item-load:before,.update-plus-load:before {width:28px;height:20px;background-position:-29px -25px;top:10px;}
.item-publ:before,.update-plus-publ:before {width:28px;height:30px;background-position:-58px -25px;top:5px;}
.item-other:before {width:27px;height:26px;background-position:-86px -25px;top:7px;}
.item-video:before,.update-plus-video:before {width:28px;height:25px;background-position:-115px -25px;top:7px;}
.item-games:before,.update-plus-games:before {width:28px;height:20px;background-position:0 -57px;top:11px;}
.item-images:before,.update-plus-images:before {width:28px;height:24px;background-position:-29px -57px;top:8px;}
.item-setting:before {width:27px;height:26px;background-position:-58px -57px;top:6px;}
.button-info:before {width:26px;height:26px;background-position:-87px -57px;top:6px;}

.button-info {position:absolute;margin:0;}
.item-setting {position:absolute;bottom:55px;left:0;}

.left-content a:hover {background:rgba(255,255,255,0.05);}
.left-content ul a:hover:before {transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8);opacity:0.6;}
.left-content ul {padding:0;margin:0;}

.item-submenu {position:absolute;top:60px;height:calc(100% - 60px);left:60px;min-width:0px;padding:0;margin:0;-webkit-box-shadow: 3px 0px 19px 0px rgba(0, 0, 0, 0.4);-moz-box-shadow:3px 0px 19px 0px rgba(0, 0, 0, 0.4);box-shadow:3px 0px 19px 0px rgba(0, 0, 0, 0.4);width:0;overflow:hidden;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;opacity:0;}

.item-submenu .item-other,.item-submenu .item-video,.item-submenu .item-news,.item-submenu .item-publ,.item-submenu .item-images,.item-submenu .item-games,.item-submenu .item-load {display:none;}
.item-submenu li {position:relative;width:100%;opacity:0;white-space:nowrap;border-bottom:solid 1px rgba(0,0,0,0.3);}
.item-submenu li a {display:block;padding:14px 15px 11px;}

.left-content li:hover ul {width:auto;min-width:160px;opacity:1;}
.left-content li:hover li {opacity:1;}

.logo {display:block;font-size:0px;position:relative;height:60px;width:100%;opacity:0.3;}
.logo:before {width:33px;height:0px;position:absolute;z-index:1;content:'';left:0;right:0;margin:auto;bottom:5px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;transition: all 0.5s ease;}
.logo:after {width:45px;height:60px;background:url(../img/logo.webp);position:absolute;z-index:5;content:'';left:0;right:0;margin:auto;transition: all 0.7s ease;font-size:0px;text-align:center;}
#left:hover .logo:before {height:32px;}
#left:hover .logo:after {color:#fff;}
#left:hover .logo {opacity:0.8;}

.myWinCont a:link, .myWinCont a.noun:link, .myWinCont a:visited, .myWinCont a.noun:visited {color:#fff !important;}

.news-view {float:left;width:calc(31.3% - 2px);margin:1%;overflow:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:solid 1px rgba(255,255,255,0.05);height:295px;}
.news-image {float:left;width:100%;max-height:160px;overflow:hidden;}
.news-image img {width:100%;}
.news-info {width:calc(100% - 20px);padding:10px;height:105px;overflow:hidden;margin-bottom:7px;}
.news-title {display:block;width:100%;margin-bottom:7px;font-weight:700;}
.news-view:hover img {transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2);}
.news-text {float:left;width:100%;margin-bottom:10px;}

.ui-chat iframe {height:calc(100% - 55px) !important;}

.update-all-plus {float:left;width:100%;max-height:400px;position:relative;z-index:3;}

.update-plus {float:left;width:calc(100% - 20px);border-bottom:solid 1px rgba(0,0,0,0.2);background:rgba(255,255,255,0.05);padding:15px 10px;z-index:22;}
.update-plus-top {float:left;font-size:11px;width:100%;margin-bottom:7px;}
.update-plus-top span {float:right;}
.update-plus-info {float:right;width:calc(100% - 30px);}
.update-plus-news,.update-plus-load,.update-plus-publ,.update-plus-video,.update-plus-games,.update-plus-images {float:left;position:relative;width:30px;margin-left:-5px;margin-right:7px;}
.update-plus-news:before,.update-plus-load:before,.update-plus-publ:before,.update-plus-video:before,.update-plus-games:before,.update-plus-images:before {transform: scale(0.7);-webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7);}

.chat-refresh,.chat-smile,.chat-bb,.chat-setting {width:21px;height:18px;background:url(../img/icons.webp);float:left;background-position:0 -85px;font-size:0px;margin-left:7px;opacity:0.4;}
.chat-smile {background-position:-39px -85px;width:18px;}
.chat-bb {background-position:-22px -85px;width:14px;}
.chat-setting {background-position:-58px -85px;width:19px;}

.chat-time {float:left;border:solid 1px rgba(255,255,255,0.05);}
.chat-buttons {float:right;margin-top:6px;}
.chat-buttons a {margin-left:12px;}
.chat-buttons:hover a {opacity:0.3;}
.chat-buttons a:hover {opacity:0.5;}
.chat-error {width:90%;padding:0 5%;height:100px;display:flex;align-items:center;justify-content:center;flex-flow:column;text-align:center;}
.chat-main {padding:10px;}
.chat-text-form {margin:7px 0 4px;float:left;width:100%;}
.chat-counter-text {float:left;margin-top:12px;}
.chat-send-text {float:right;}
.chat-send-text input {width:auto !important;}

.u-comboeditcell {position:relative;}
#uCatsMenu7 {top:100% !important;left:0 !important;color:#fff !important;}
.x-unselectable {position:relative;}
.u-combolist {color:#fff !important;border:none !important; border-radius: 1rem;}

.news-image {position:relative;overflow:hidden;}
.news-image img {position:relative;z-index:2;-webkit-transition:500ms ease all;-moz-transition: 500ms ease all;transition: 500ms ease all;}
.news-image:before {position:absolute;z-index:3;top:0;width:100%;min-height:160px;left:0;right:0;content:'';background:url(../img/imagebg.webp);opacity:0.6;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;transition: all 0.3s ease;-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.news-image i,.video-view i,.images-view i {position:absolute;top:7px;right:0px;z-index:5;opacity:1;width:60px;}
.news-image i span:before,.video-view i span:before {opacity:0.6;}
.news-cat-name {position:absolute;bottom:18px;right:15px;z-index:5;padding:4px 8px 3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.news-view:hover .news-image:before {opacity:0.4;}

.news-detals {float:left;width:100%;font-size:12px;margin-bottom:7px;}
.news-detals span {float:left;}
.ico-time:before,.ico-reads:before,.ico-com:before,.ico-author:before,.ico-load:before {float:left;width:12px;height:13px;background:url(../img/icons.webp);background-position:-80px -85px;content:'';margin-right:5px;margin-top:-1px;opacity:0.3;}
.ico-reads:before {background-position:-94px -85px;width:20px;}
.ico-com:before {background-position:-116px -85px;width:15px;margin-top:0px;}
.ico-reads,.ico-com,.ico-load {float:right !important;}
.ico-com {margin-left:12px;}
.ico-time,.ico-load {margin-right:12px;}
.ico-author:before {background-position:-116px -53px;width:13px;}
.ico-load:before {background-position:-88px -106px;}

.catPages1,.comments-selector,.page-selector {margin:30px 0 20px;width:100%;float:left;text-align:center;}
.catPages1 a,.catPages1 b,.comments-selector a,.comments-selector b,.page-selector a,.page-selector b {padding:7px 10px 5px;border:solid 1px rgba(255,255,255,0.05);}
.catPages1 b,.comments-selector b,.page-selector b {opacity:0.6;}
.catPages1 a:hover,.comments-selector a:hover,.page-selector a:hover {opacity:0.8;}
.comments-selector a,.comments-selector b {background:rgba(255,255,255,0.07);}

.news-full {padding-left:10px;float:left;width:98%;margin-bottom:10px;}
.news-full-view {float:left;width:calc(100% - 22px);padding:10px;overflow:hidden;border:solid 1px rgba(255,255,255,0.05);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;position:relative;}
.news-full-view p {margin:8px 0;line-height:1.4;}
.news-full-view img {max-width:50%;margin:0 11px 3px 0 !important;}
.news-full-view iframe {width:100% !important;margin:5px 0 !important;}
.ulightbox:nth-child(2n) img {float:right;margin:0 0 3px 11px !important;}
.news-full-view ul {list-style-type:disc;}

.other-news {float:right;width:35%;}
.other-news ul {padding:0;margin:0;}
.other-news .news-view {width:100%;margin:0;margin-bottom:15px;}

.mp {position:absolute;right:0;top:0;}

.full-comments {float:left;width:100%;margin-top:20px;}
.comment {float:left;width:100%;margin-bottom:30px;position:relative;}
.comment-ava {float:left;width:40px;height:40px;overflow:hidden;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;margin-top:7px;}
.comment-ava img {width:100%;}
.comment-info {float:right;width:calc(100% - 55px);}
.comment-top {float:left;width:100%;font-weight:700;}
.comment-text {float:left;width:calc(100% - 24px);padding:9px 12px 7px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-top:7px;background:rgba(0,0,0,0.2);}

.com-mp {position:absolute;top:0px;left:0px;opacity:0.6;transition: all 0.3s ease;}
.cBlock2 .comment-ava {float:right;}
.cBlock2 .comment-info {float:left;}
.cBlock2 .comment-top {text-align:right;}
.comment:hover .com-mp {opacity:1;}

.com-bottom-text {width:100%;float:left;text-align:center;margin:10px 0;}

.comments-view {float:left;padding:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;width:calc(100% - 22px);border:solid 1px rgba(255,255,255,0.05);}

.comment-add {float:left;width:100%;margin-bottom:30px;}
.com-add-ava {width:50px;height:50px;float:left;overflow:hidden;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;}
.com-add-ava img {width:100%;}
.comment-add input {display:block !important;}

.comment-add ::-webkit-input-placeholder {color:rgba(255,255,255,0.3) !important;font-family:roboto-regular !important;}
.comment-add :-moz-placeholder {color:rgba(255,255,255,0.3) !important;font-family:roboto-regular !important;}
.comment-add ::-moz-placeholder {color:rgba(255,255,255,0.3) !important;font-family:roboto-regular !important;}
.comment-add :-ms-input-placeholder {color:rgba(255,255,255,0.3) !important;font-family:roboto-regular !important;}

.comment-add-right input {float:right;background:rgba(255,255,255,0.1);width:60px;height:50px;overflow:hidden;font-size:0px;transition: all 0.3s ease;position:relative;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.com-add-button {position:relative;float:right;}
.com-add-button:before {width:33px;height:22px;background:url(../img/icons.webp);background-position: -46px 0;content:'';top:14px;position:absolute;margin:auto;left:0;right:0;opacity:0.3;transition: all 0.3s ease;}
.com-add-button:hover:before {opacity:0.5;}
.myWinError {color:#fff !important;opacity:0.7;width:100%;float:left;margin:3px 0 12px;}
.comment-add-right {float:right;width:calc(100% - 60px);overflow:hidden;}
.comment-add-right textarea {width:calc(100% - 90px);float:left;height:30px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.comment-add-right textarea:active,.comment-add-right textarea:focus {outline:none;}
.comment-add-right textarea::-moz-focus-inner {border:0;}
.com-order-block {float:left;width:100%;}

.ni-full {height:260px;}
.noauth {opacity:0.5;}

.full-tags {font-size:0px;overflow:hidden;margin:7px 0 0;float:left;width:100%;}
.full-tags a {font-size:14px !important;margin-right:15px;float:left;}
.full-tags a:before {content:'';margin:2px 5px 0 0;float:left;width:11px;height:12px;background:url(../img/icons.webp);background-position:-116px -67px;opacity:0.3;}

.video-page li,.images-page li,.games-page li {float:left;width:31.3% !important;margin:0 1%;margin-bottom:20px;overflow:hidden;}
.video-view {float:left;width:100%;position:relative;overflow:hidden;max-height:180px;}
.video-view-image {float:left;width:100%;overflow:hidden;position:relative;z-index:2;}
.video-view-image img,.other-video .news-image img {width:100%;transform: scale(1.1);-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1);margin-top:-5%;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.video-view-title {position:absolute;display:block;bottom:0;width:calc(100% - 20px);left:0;padding:12px 10px 10px;z-index:5;}
.video-detals {position:absolute;top:10px;left:10px;z-index:3;}
.video-view-image i {position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:2;display:flex;align-items:center;justify-content:center;flex-flow:column;opacity:0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.video-view-image i:before {position:absolute;top:24%;margin:auto;background:url(../img/icons.webp);background-position:0 -105px;content:'';transition: all .4s ease-in;-webkit-transition: all .4s ease-in;opacity:0;width:43px;height:43px;transform: scale(0.3);-webkit-transform: scale(0.3); -moz-transform: scale(0.3); -o-transform: scale(0.3);}

.video-view:hover .video-view-image img {transform: scale(1.3);-webkit-transform: scale(1.3); -moz-transform: scale(1.3); -o-transform: scale(1.3);margin-top:-8%;}
.video-view:hover .video-view-image i:before {opacity:0.8;transform: scale(1.0);-webkit-transform: scale(1.0); -moz-transform: scale(1.0); -o-transform: scale(1.0);}
.video-view:hover .video-view-image i {opacity:1;}

.vep-video-block img {width:100%;max-width:100%;border-radius:0 !important;margin-top:-10% !important;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
a.vep-playvideo {width:100%;margin-top:14px;max-height:300px;overflow:hidden;}
.vep-playbutton {width:43px !important;height:43px !important;background:url(../img/icons.webp) !important;background-position:0 -105px !important;margin:-28px 0 0 -16px !important;top:52% !important;}

a.vep-playvideo:hover img {opacity:0.5;}

.images-view {float:left;width:100%;height:180px;overflow:hidden;position:relative;}
.images-view img {width:100%;}
.images-view i span:before {opacity:0.6;}
.images-view-title {position:absolute;top:0;width:100%;left:0;height:100%;background:rgba(0,0,0,0.6);z-index:3;display:flex;align-items:center;justify-content:center;flex-flow:column;color:rgba(255,255,255,0.8);font-weight:700;transform: scale(0.3);-webkit-transform: scale(0.3); -moz-transform: scale(0.3); -o-transform: scale(0.3);opacity:0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.images-view:hover .images-view-title {opacity:1;transform: scale(1);-webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1);}

.photo-full-image {float:left;width:100%;margin-top:7px;position:relative;}
.photo-full-image img {width:100%;max-width:100%;}

.photo-full-image .ulightbox {font-size:0px;position:absolute;top:10px;right:10px;}
.photo-full-image .ulightbox:before {float:left;width:30px;height:30px;content:'';z-index:-1;opacity:0.6;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.photo-full-image .ulightbox:after {float:left;background:url(../img/icons.webp);background-position:-45px -106px;z-index:5;content:'';width:22px;height:23px;position:absolute;top:4px;margin:auto;left:0;right:0;}
.photo-full-image .ulightbox:hover:before{opacity:1;}

.other-photos {float:left;width:calc(100% - 2px);margin-top:20px;border:solid 1px rgba(255,255,255,0.05);padding:12px 0 0px;overflow:hidden;position:relative;}
.animate-wrap a {width:50% !important;}

#leftSwch,#rightSwch {width:45px !important;height:45px !important;background-position:-68px -106px !important;position:absolute;top:43%;z-index:4;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;opacity:0.6;}

#leftSwch:before,#rightSwch:before {width:19px !important;height:32px !important;background:url(../img/icons.webp) !important;background-position:-68px -106px !important;content:'';position:absolute;top:7px;}

#leftSwch {left:25px;}
#rightSwch {right:25px;-moz-transform: scale(-1, 1);-webkit-transform: scale(-1, 1);-o-transform: scale(-1, 1);transform: scale(-1, 1);filter: FlipH;-ms-filter: "FlipH"; }

#leftSwch:before {left:10px;}
#rightSwch:before {right:15px;}

.animate-wrap a {position:relative;z-index:1;}
.otherPhotoA img {opacity:1 !important;}
#oldPhotos {margin:0 10px !important;}

.download-links {float:left;width:100%;margin:25px 0 15px;text-align:center;}
.download-link {background:rgba(0,0,0,0.2);padding:12px 20px 10px 50px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;overflow:hidden;position:relative;font-weight:500;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;margin:0 10px;}
.download-link:before {width:28px;height:20px;background:url(../img/icons.webp);background-position:-29px -25px;position:absolute;top:9px;left:6px;content:'';opacity:0.4;}
.download-link:after {width:37px;height:37px;background:rgba(255,255,255,0.05);position:absolute;top:0;left:0;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;content:'';transition: all .4s ease-in;border:solid 1px rgba(255,255,255,0.05);}
.download-link span {position:absolute;top:0;left:0;background:rgba(255,255,255,0.1);width:0;height:calc(100% - 12px);-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;opacity:0;padding-top:12px;font-size:0px;padding-left:15px;}

.download-link:hover {color:rgba(255,255,255,0);}
.download-link:hover span {width:calc(100% - 15px);opacity:1;color:rgba(255,255,255,0.3);font-size:14px;}
.download-link:hover:after {border:solid 1px rgba(255,255,255,0.1);width:37px;height:37px;}

.download-link:hover:before {
  -webkit-animation: blim 2s 999;
  -moz-animation:    blim 2s 999;
  -o-animation:      blim 2s 999;
  animation:         blim 2s 999;
}

@-webkit-keyframes blim {
  0%   {opacity: 0.4;}
  50%  {opacity: 1;}
  100% {opacity: 0.4;}
}
@-moz-keyframes blim {
  0%   {opacity: 0.4;}
  50%  {opacity: 1;}
  100% {opacity: 0.4;}
}
@-o-keyframes blim {
  0%   {opacity: 0.4;}
  50%  {opacity: 1;}
  100% {opacity: 0.4;}
}
@keyframes blim {
  0%   {opacity: 0.4;}
  50%  {opacity: 1;}
  100% {opacity: 0.4;}
}

.games-online-player {float:left;width:100%;margin:7px 0;}
.games-online-player object,.games-online-player embed {width:100% !important;}


@-moz-document url-prefix()  {
.news-view {height:305px;}
.news-info {height:110px;}
.ni-full {height:272px;}
}

.search-result,.page-name-title {float:left;width:100%;text-align:center;margin:7px 0;}

.user-page-top {float:left;width:100%;position:relative;}
.user-page-top:before {top:0;left:0;width:100%;height:100%;position:absolute;z-index:1;background:rgba(0,0,0,0.2);content:'';}
.user-page-top a {padding:13px 15px 10px;float:left;background:rgba(255,255,255,0.05);margin-right:1px;z-index:5;position:relative;}
.user-page-top a:hover {background:rgba(0,0,0,0.1);}
.upd-active {background:rgba(0,0,0,0.2) !important;}

.user-page-content,.up-info-mp {float:left;width:calc(100% - 40px);padding:20px;}
.user-page-sms .searchForm,.pbarContainer {display:none;}

.user-page-sms div[align=left] {font-size:0px;float:left;width:100%;margin-bottom:10px;}
.user-page-sms div[align=left] a {font-size:14px;padding:10px 15px 8px;float:left;}
.user-page-sms div[align=left] a:nth-child(5n) {display:none;}

.up-search-form {float:left;width:100%;margin-top:20px;}
.up-search-form input[type=text] {float:left;width:100%;max-width:300px;margin-right:2px;}
.up-search-form input[type=submit] {float:left;}

.up-list-top {float:left;width:100%;margin-bottom:20px;}

.up-avatar {float:left;width:90px;height:90px;margin-right:20px;overflow:hidden;}
.up-avatar img {width:100%;}

.up-info {float:left;width:calc(100% - 110px);}
.up-info-nick {float:left;width:100%;margin-bottom:10px;}
.up-info-nick a {margin-right:10px;font-weight:600;}

.up-info-mp {margin-top:20px;}
.up-info-group {margin-bottom:15px;}
.up-info-mp div {margin:7px 0;}

.up-info-active {float:left;width:100%;margin:20px 0;text-align:center;}
.up-info-active a {margin:0 20px;font-size:0px;position:relative;}
.up-info-active a b {font-size:14px;}
.up-info-active a:hover {opacity:0.7;}

.uia-com:before,.uia-fails:before,.uia-publ:before,.uia-video:before,.uia-games:before,.uia-images:before,.uia-news:before  {width:28px;height:24px;background:url(../img/icons.webp);background-position:0 -25px;content:'';position:absolute;top:8px;margin:auto;left:-5px;right:0;opacity:0.3;transition: all 0.3s ease;margin-top:7px;}
.uia-fails:before {width:28px;height:20px;background-position:-29px -25px;top:10px;}
.uia-publ:before {width:28px;height:30px;background-position:-58px -25px;top:5px;}
.uia-com:before {width:27px;height:26px;background-position:-86px -25px;top:7px;}
.uia-video:before {width:28px;height:25px;background-position:-115px -25px;top:7px;}
.uia-games:before {width:28px;height:20px;background-position:0 -57px;top:11px;}
.uia-images:before {width:28px;height:24px;background-position:-29px -57px;top:8px;}

.content-categories {float:left;width:100%;margin:0 0 0 10px;}
.content-categories tr {float:left;padding:7px 10px 5px;border:solid 1px rgba(255,255,255,0.05);margin-right:15px;margin-bottom:15px;}

.full-info-detals {float:left;padding:7px 10px 5px;border:solid 1px rgba(255,255,255,0.05);width:calc(100% - 20px);margin-bottom:15px;display:flex;align-items:center;justify-content:center;flex-flow:column;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}

.fid-reads,.fid-coms,.fid-rating {float:left;margin:0 10px;font-size:18px;}

.fid-reads:before,.fid-coms:before,.fid-rating:before {float:left;width:44px;height:24px;background:url(../img/icons.webp);background-position:-100px -100px;content:'';opacity:0.3;margin-right:7px;margin-top:-3px;}
.fid-coms:before {background-position:-101px -126px;width:35px;height:29px;}
.fid-rating:before {background-position:-42px -139px;width:36px;height:29px;}

.fid-all {margin:15px 0 20px;}
.fid-addcom {background:rgba(255,255,255,0.05);padding:10px 15px 7px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:solid 1px rgba(255,255,255,0.05);margin-bottom:15px;}
.fid-addcom:hover {background:rgba(255,255,255,0.1);}
.fid-vote {margin-bottom:10px;opacity:0.3;}
.fid-vote a {transition: all 0s ease;}

.news-full .ico-reads,.news-full .ico-com,.news-full .ico-load {float: left !important; padding-left: 10px; margin-left: 0px !important;}

.com-s-code {float:right;margin-bottom:10px;}

.forumContent .gTable {margin-bottom:10px;}
.forumContent .gTable tr {border-bottom:solid 1px rgba(255,255,255,0.1);}
.gTable {position:relative;}
.gTableTop {font-size:18px;text-transform:uppercase;float:left;}
.gTableSubTop {margin-bottom:20px;}
.forum-main .gTable tr,.forum-list .gTable tr {display:block;float:left;width:calc(100% - 20px);padding:10px;}
.forum-main .gTable tr:nth-child(2),.forum-list .gTable tr:nth-child(2) {margin-top:-29px;-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-transform:uppercase;padding:0px;}

.forum-main .gTable tr:nth-child(2) td:first-child,.forum-list .gTable tr:nth-child(2) td:first-child {font-size:0px;}
.forum-main .gTable tr:first-child td:first-child {width:auto !important;}
.forum-main .gTable tr td:first-child {float:left;width:60px;margin-right:10px;}
.forum-main .gTable tr td:nth-child(2) {float:left;width:calc(100% - 470px);}
.forum-main .gTable tr td:nth-child(3) {float:left;width:70px;}
.forum-main .gTable tr td:nth-child(4) {float:left;width:70px;}
.forum-main .gTable tr td:nth-child(5) {float:right;width:250px;margin-left:10px;}
.forum-main .gTable tr:first-child {background:rgba(255,255,255,0.05);}

.forum-main .gTable tr:nth-child(2),.forum-main .gTable tr:last-child,.forum-list .gTable tr:nth-child(2),.forum-list .gTable tr:last-child {border-bottom:0;}
.forum-main .forumIcoTd {width:50px;}
.forum-main .forumIcoTd img {width:50px;max-height:100% !important;}
.forum-main .forumNameTd a {color:rgba(255,255,255,0.5) !important;}

.forumThreadTd,.forumPostTd {height:50px;display:flex;align-items:center;justify-content:center;flex-flow:column;}

.funcBlock,.FrmForumBarTbl,#forum_filter,.FrmBotCl12,.FastSearchTbl {display:none;}

.forum-list .gTable tr:first-child td:first-child {width:auto !important;}
.forum-list .FrmBotRow2 {margin-top:20px;float:left;width:100%;}

.forum-list .gTable tr td:first-child {float:left;width:40px;}
.forum-list .gTable tr td:nth-child(2),.forum-list .gTable tr:nth-child(2) td:nth-child(1) {float:left;width:40px;}
.forum-list .gTable tr td:nth-child(3),.forum-list .gTable tr:nth-child(2) td:nth-child(2) {float:left;width:calc(100% - 650px);}
.forum-list .gTable tr td:nth-child(4),.forum-list .gTable tr:nth-child(2) td:nth-child(3) {float:left;width:90px;}
.forum-list .gTable tr td:nth-child(5),.forum-list .gTable tr:nth-child(2) td:nth-child(4) {float:left;width:90px;}
.forum-list .gTable tr td:nth-child(6),.forum-list .gTable tr:nth-child(2) td:nth-child(5) {float:left;width:120px;margin-left:10px;}
.forum-list .gTable tr td:nth-child(7),.forum-list .gTable tr:nth-child(2) td:nth-child(6) {float:right;width:250px;margin-left:10px;}
.forum-list .gTable tr:nth-child(2) td:nth-child(1) {width:80px}

.threadsDetails,.forumOnlineBar {width:100% !important;}
.FrmBotCl21 {float:left;}
.FrmBotCl22 {float:right;}

.forum-list .gTable tr:nth-child(2) {padding:0 10px;}
#subscribe {margin-left:15px;font-size:0px !important;margin-top:5px;}
#subscribe a {font-size:12px !important;}
.threadLink {font-weight:bold;}
.FrmTopButtonsTbl {float:left;width:100%;margin:0 0 15px;}

.forum-add {float:left;padding:10px 14px;width:calc(100% - 28px);}
.forum-add .forumNamesBar,.forum-add .navigationTbl,.forum-full .ThrBotCl22,#thread_search_form {display:none;}
.forum-add input[type="text"],.forum-add textarea {width:calc(100% - 24px) !important;}
.forum-full #subscribe {float:right;}
.forum-full .gTableTop {width:100%;font-weight:bold;float:left;margin-bottom:15px;font-size:30px;}

.new-forum-post {float:left;width:calc(100% - 2px);border:solid 1px rgba(255,255,255,0.1);position:relative;margin-bottom:20px;}
.nfp-left {float:left;width:140px;background:rgba(255,255,255,0.05);padding:10px;}
.nfp-right {float:right;width:calc(100% - 190px);padding:10px;padding-bottom:20px;}
.nfp-nick {font-weight:bold;text-align:center;width:100%;}
.nfp-ava img {width:100%;}
.nfp-left .full-prof-ava {width:140px;overflow:hidden;margin:7px auto;height:100% !important;position:relative;}
.nfp-left .full-prof-ava img {height:100% !important;width:100%;}
.fp-prof-online {position:absolute;left:0;bottom:3px;color:#fff;padding:3px 0;}
.nfp-left .fp-prof-online span {padding:4px 7px 3px}
.nfp-info div {border-bottom:solid 1px rgba(0,0,0,0.3);padding-bottom:4px;margin-bottom:6px;}
.nfp-data {float:left;background:rgba(0,0,0,0.2);margin:-10px;width:calc(100% + 5px);margin-left:-20px;padding:7px 12px 5px;margin-right:-15px;margin-bottom:10px;}
.nfp-right-bottom {position:absolute;bottom:0;right:10px;width:calc(100% - 180px);}
.nfprr {float:right;margin-top:-3px;}
.postFirst .nfprr {margin-top:0;} 

.auth-com,.auth-com-go {border:solid 1px rgba(255,255,255,0.1);background:rgba(255,255,255,0.05);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.auth-com-go {color:rgba(255,255,255,0.4);padding:7px 12px;cursor:pointer;}

.forum-upd-view {float:left;width:calc(100% - 60px);padding:30px;margin-bottom:30px;}
.fuv-left {float:left;width:140px;text-align:center;}
.fuv-right {float:right;width:calc(100% - 170px);}
.fuv-avatar {width:70px;height:100px;overflow:hidden;margin:auto;}
.fuv-avatar img {width:100%;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;}
.fuv-bottom {float:left;width:100%;border-top:solid 1px rgba(255,255,255,0.05);padding-top:30px;margin-top:30px;}
.fuv-bot-left {float:left;}
.fuv-bot-right {float:right;}
.forum-full .ThrTopButtonsCl11 {display:none;}
.fuv-right iframe {max-width:100%;width:calc(100% - 20px);padding:10px;background:rgba(255,255,255,0.1);}

.fuv-nick {color:#fff;font-size:16px;margin-bottom:10px;}
.fuv-group {margin-bottom:10px;}

#frmButns83 a {height:30px;width:40px;position:relative;overflow:hidden;margin:0 7px;display:block;float:right;}
#frmButns83 a:before {position:absolute;top:-4px;left:0;width:100%;height:100%;background:#000;content:'Ответить';color:rgba(255,255,255,0.4);padding-top:11px;right:0;text-align:center;}
#frmButns83 a:nth-child(2):before {content:'Создать тему' !important;}
#frmButns83 a:nth-child(3):before {content:'Создать опрос' !important;}
#frmButns83 a:nth-child(1) {width:100px !important;}
#frmButns83 a:nth-child(2),#frmButns83 a:nth-child(3) {width:130px !important;}

.fuv-bot-right a {background:rgba(0,0,0,0.1);width:100px;padding:7px 0;margin-left:10px;}
.fuv-bot-right a:before {color:rgba(255,255,255,0.4);content:'Профиль';width:100%;left:0;right:0;text-align:center;padding:8px 10px 5px;font-size:12px;}
.fuv-bot-right a:nth-child(2):before {content:'ЛС' !important;}
.fuv-bot-right img {display:none;}
.postQuote:before {content:'Цитата' !important;}
.nfprr a:nth-child(2):before {content:'Изменить' !important;}
.nfprr a:nth-child(3):before {content:'Удалить' !important;}
.goOnTop:before {content:'>' !important;}
.goOnTop {display:none;}

.uSpoilerText,.bbCodeBlock,.bbQuoteBlock {background:rgba(255,255,255,0.05);padding:15px;}
.codeMessage,.quoteMessage {border:0 !important;}
.bbCodeName,.bbQuoteName {padding:0 !important;margin:0 !important;font-size:16px !important;}
.qAnchor {font-size:13px;}
.qAnchor img {display:none;}
.qAnchor a:before {content:'перейти на пост';position:relative;top:-1px;}
.bbQuoteName,.bbCodeName {margin-bottom:7px !important;padding-bottom:7px !important;border-bottom:dashed 1px rgba(255,255,255,0.1);}
.bbCodeName,.bbQuoteName b {font-weight:normal !important;}
.uSpoilerText {transition: all 0.3s ease;}
.uSpoilerButton {cursor:pointer;}

.ThrBotRow1 .ThrForumBarTbl,.forum-full .ThrForumBarRow1 a:last-child,.ThrBotRow3,.switchesCl11{display:none;}

.wysibb-text textarea {color:rgba(255,255,255,0.3);}
.upd-fa-text,.upd-forum-add,.upd-fa-line,.upd-fa-line div {float:left;width:100%;}
.upd-fa-text,.upd-fa-line {margin:10px 0;}
.upd-fa-line div {margin-bottom:7px;}

.pollHelp {margin:7px 0;float:left;width:100%;}
.upd-fa-name {font-weight:bold;font-size:24px;}

.forum-full .upd-forum-add {padding:14px;width:calc(100% - 28px);margin-top:30px;}
.switchesRow1 {font-size:16px;margin-top:-10px;float:left;}
.switchesRow1 .switchActive,.switchesRow1 .switch {margin-right:7px;padding:4px 7px 3px;border:solid 1px rgba(255,255,255,0.1);float:left;}
.switchesRow1 .switchActive {opacity:0.6;}
#upd-fa-button {float:right;background:rgba(255,255,225,0.1);}
#frF15,#frF17 {cursor:pointer;}
.fa-poll,.fa-poll div {margin:10px 0;float:left;width:100%;}
select option[selected] {background:rgba(0,0,0,0.05) !important;}

.forumIcoTd {width:25px !important;margin:0 25px 0 10px !important;}
.forumIcoTd img {width:100% !important;opacity:0.4;}

.FrmBotRow2 {display:none;}
.gDivLeft {float:left;width:100%;margin-bottom:20px;}




select,.switchesRow1 .switchActive,.switchesRow1 .switch,.forum-full .upd-forum-add,.wysibb-text textarea,.moderOptions,#frmButns83 a:before,.forum-upd-view,body,.app-view,#left,#header,.xw-plain .xw-ml, .xw-plain .xw-tl, .xw-plain .xw-bl,.button-mes i,.ui-chat,.about-site,.update-last-view,.about-exit,.item-submenu,.pace:before,.news-view,.chat-time select,.news-view:hover .news-image:before,.catPages1 a,.catPages1 b,.news-full-view,.comments-view,.page-selector a,.video-view-title,.photo-full-image .ulightbox:before,.other-photos,#leftSwch,#rightSwch,.user-page-top,.user-page-content,.up-info-mp,select[name=cat],.u-combolist,.content-categories tr,.full-info-detals,.forum-main .gTable,.forum-list .gTable,.fp-prof-online,.forum-add,.new-forum-post {background-color:#161e24 !important;}
::-webkit-scrollbar-thumb {background-color:#161e24;}
.xw-plain {-webkit-box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.75) !important;-moz-box-shadow:0px -2px 22px 0px rgba(0, 0, 0, 0.75) !important;box-shadow:0px -2px 22px 0px rgba(0, 0, 0, 0.75) !important;}


@media screen and (max-width:900px) {
#app {max-width:100%;}
.app-view {width:100%;height:100%;top:0;}
body:before,body:after,.pace,#subscribe {display:none;}
.news-view {width:calc(48% - 2px);}
.chat-open,.update-last-view {width:300px;}
.forum-main .gTable tr td:nth-child(5),.forum-list .gTable tr td:nth-child(7), .forum-list .gTable tr:nth-child(2) td:nth-child(6) {width:200px;}
.forum-main .gTable tr td:nth-child(2) {width:calc(100% - 420px);}
}

@media screen and (max-width:800px) {
.news-full {padding-left:0;width:100%;}
.other-news {width:100%;}
.news-full {margin-bottom:20px;}
.video-page li, .images-page li, .games-page li {width:48% !important;margin-bottom:10px;}
.forum-main .gTable tr td:nth-child(5),.forum-list .gTable tr td:nth-child(7), .forum-list .gTable tr:nth-child(2) td:nth-child(6) {display:none;}
.forum-main .gTable tr td:nth-child(2) {width:calc(100% - 220px);}
.forum-list .gTable tr:nth-child(2),.forum-list .gTable tr:nth-child(4),.forum-list .gTable tr:nth-child(5),.forum-list .gTable tr:nth-child(6),.threadAuthTd,.threadLastPostTd,.forum-list .gTable tr td:nth-child(4), .forum-list .gTable tr:nth-child(2) td:nth-child(3),.forum-list .gTable tr td:nth-child(5), .forum-list .gTable tr:nth-child(2) td:nth-child(4),.forum-list .gTable tr td:nth-child(2), .forum-list .gTable tr:nth-child(2) td:nth-child(1),.forum-list .gTable tr td:first-child {display:none;}
.forum-list .gTable tr:first-child td:first-child {display:block;}
.forum-list .gTable tr td:nth-child(3) {width:100%;}
}


@media screen and (max-width:750px) {
.header-search {width:175px;}
.header-search input[type=text]{width:calc(100% - 60px);}
}


@media screen and (max-width:700px) {
.news-view {width:100%;height:auto;margin:0;margin-bottom:20px;}
.news-info {height:auto;}
::-webkit-scrollbar {width:3px;}
.mp-nick {display:none;}
.mp-avatar {margin-right:0px;}
#content {padding:10px 15px 10px 20px;height:calc(100% - 80px);width:calc(100% - 85px);}
.dPstBox {display:none;}
.frmBtns,.ThrForumBarTbl,.forumModerFuncsT {float:left;width:100%;margin:10px 0;} 
textarea {max-width:calc(100% - 24px) !important;}
}

@media screen and (max-width:600px) {
.button-update,.update-last-view,.button-addnew {display:none;}
.video-page li, .images-page li, .games-page li {width:100% !important;margin-bottom:15px;}
.content-categories  {margin:0;}
.content-categories  tr {margin:0 10px 10px 0;}
.forum-upd-view {padding:14px;margin-bottom:20px;width:calc(100% - 28px);}
.fuv-left,.fuv-right {float:left;width:100%;}
.postQuote {display:none;}
.fuv-avatar {float:left;width:20px;height:20px;}
.fuv-left div {float:left;margin-right:15px;}
.fuv-left div:last-child {margin-right:0;}
.fuv-left {border-bottom:solid 1px rgba(255,255,255,0.05);margin-bottom:10px;}
.forum-full .gTableTop {font-size:18px;}
#subscribe {display:none;}
#frmButns83 a {margin-bottom:10px;}
.ThrForumBarRow1,.forumNamesBar {float:left;width:100%;}
}

@media screen and (max-width:500px) {
.button-mes,.ico-author,.other-photos {display:none;}
.chat-open,.update-last-view {width:calc(100% - 65px);}
.news-full-view img {margin:7px 0 !important;max-width:100%;}
.news-view:hover img {transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1);}
.video-view:hover .video-view-image img {transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1);}
.video-view-image {height:180px;}
.fuv-bot-right {display:none;}
.forum-main .gTable tr td:nth-child(3),.forum-main .gTable tr td:nth-child(4) {display:none;}
.forum-main .gTable tr td:nth-child(2) {width:calc(100% - 60px);} 
}

@media screen and (max-width:430px) {
.header-search ::-webkit-input-placeholder {font-size:0px !important;}
.header-search :-moz-placeholder {font-size:0px !important;}
.header-search ::-moz-placeholder {font-size:0px !important;}
.header-search :-ms-input-placeholder {font-size:0px !important;}
.header-search {width:120px;margin-left:75px;}
.chat-user-avatar {width:30px;height:30px;}
.header-menu-button {position:absolute;top:21px;left:15px;background:url(../img/menu.webp);width:20px;height:18px;cursor:pointer;z-index:10;opacity:0.4;}
#left {width:0px;overflow:hidden;opacity:0;}
.left-opening {width:60px !important;overflow:inherit !important;opacity:1 !important;}
.left-menu-opening .header-search {width:0px;overflow:hidden;opacity:0;}
.left-menu-opening .header-menu-button {left:68px;}
#content {padding:10px 15px 10px 15px;height:calc(100% - 80px);width:calc(100% - 30px);}
.content-opening {padding:10px 15px 10px 20px !important;width:calc(100% - 85px) !important;}
#left,.header-search,.header-menu-button,#content {transition: all 0.3s ease;}
.forumIcoTd {margin:0 10px 0 0 !important;}
.forum-main .gTable tr td:nth-child(2) {width:calc(100% - 40px);} 
}

@media screen and (max-width:400px) {
.ico-com,.ico-reads,.item-setting,.fuv-group {display:none;}
#upd-fa-button {margin-top:10px;}
}

@media screen and (max-width:380px) {
.header-search {display:none;}
.fid-all {transform: scale(0.8);-webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8);width:280px;}
.fid-vote {transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8);}
}

@media screen and (max-height:475px) {
.item-setting {display:none;}
}

@media screen and (max-height:430px) {
.item-images,.item-games,.item-video {display:none;}
.left-content li:hover ul {overflow-y:auto;}
}

/* *,
::after,
::before {
  box-sizing:border-box; 
} */
