@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|Lobster&subset=latin,cyrillic);
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
 display: block;
}
audio,
canvas,
video {
 display: inline-block;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden] {
 display: none;
}
html {
 font-family: sans-serif;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
}
a {
 background: transparent;
}
a:focus {
 outline: thin dotted;
}
a:active,
a:hover {
 outline: 0;
}
h1 {
margin: 0.67em 0;
 font-size: 0.9em;
 color: #7C7D7E;
 font-weight: normal;
 -webkit-margin-before: 0em;
 -webkit-margin-after: 0em;
}
img {
 border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
iframe, object, embed {max-width: 100%;}
figure {
 margin: 0;
}
fieldset {
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
 border: 1px solid #cccccc;
}
legend {
 padding: 0;
 border: 0;
}
button,
input,
select,
textarea {
 margin: 0;
 font-family: inherit;
}
button,
input {
 line-height: normal;
}
button,
select {
 text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 cursor: pointer;
 -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
 cursor: default;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
textarea {
 overflow: auto;
 vertical-align: top;
}
#uNetRegF td {
 text-align: left;
}
/*------------------------------------*\
 $General
\*------------------------------------*/


h4 {
 font-size: 17px;
 font-weight: normal;
 margin: 5px 0;
 padding: 0;
}

.text-replace {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
html,
button,
input,
select,
textarea {
 color: #444;
}
body {
 border: 1px solid #cccccc;
 background: #fff url(/img/pagebg.png);
 font: 15px 'PT Sans', sans-serif;
 line-height: 1.5;
 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
body.base {
 border: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}
::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
 background: #b3d4fc;
 text-shadow: none;
}
hr {
 display: block;
 height: 0;
 border: 0;
 border-top: 1px solid #ededed;
 margin: .4em 0;
 padding: 0;
}
img {
 vertical-align: middle;
}
fieldset {
 margin: 0;
 padding: 0;
 border: 0;
}
textarea {
 resize: vertical;
}
a {
 color: #159de0;
 text-decoration: none;
}
a:hover {
 text-decoration: none;
 color: #737373;
}
.clr:after {
 display: table;
 clear: both;
 content: '';
}
.cont-wrap,
.middle,
.sidebar,
.content {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.cont-wrap {
 margin: 0 auto;
 width: 1000px;
}
.header {
 height: 262px;
 -webkit-background-size: cover;
 background-size: cover;
 width: 100%;
 position: relative;
 color: #fff;
}
.inner-page .header {
 background-image: none;
 min-height: inherit;
}
.inner-page .header-descr {
 display: none;
}
.middle {
margin: 0 auto;
 max-width: 1000px;
 padding-bottom: 50px;
 box-shadow: 0 50px 50px rgba(233, 246, 253, 1);
 padding-left: 10px;
 padding-right: 10px;
 background: #fff url(/img/casing_body.jpg);
 border-left: solid 10px #F2F8FA;
 border-right: solid 10px #F2F8FA;
}

.sidebar {
 float: right;
 margin-left: -290px;
 width: 290px;
 padding-top: 10px;
}

.content {
 margin: 0 290px 0 0;
 padding-right: 15px;
}

.container {
 width: 100%;
 float: left;
 padding-top: 10px;
}

.container.wide-page {
 float: none;
}
.container.wide-page .content {
 margin: 0;
 padding-right: 0;
}
.fastLogBt {display: none;}
/*------------------------------------*\
 $Button
\*------------------------------------*/
/*------ Input style ------*/

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
 padding: 0px 20px;
 line-height: 20px;
 height: 30px;
 font-size: 10pt;
 border: none;
 position: relative;
 background-color: #56A0CC;
 text-transform: uppercase;
 color: rgba(255, 255, 255, 0.8);
 font-weight: 400;
 cursor: pointer;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 transition: All 0.4023s ease;
 -webkit-transition: All 0.4023s ease;
 -moz-transition: All 0.4023s ease;
 -o-transition: All 0.4023s ease;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
 background-color: #1C5E85;
 color: rgba(255, 255, 255, 1);
}
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
 background-color: #1C5E85;
 -webkit-transition: background-color 0s ease;
 -moz-transition: background-color 0s ease;
 -ms-transition: background-color 0s ease;
 -o-transition: background-color 0s ease;
 transition: background-color 0s ease;
}
button {
 text-transform: uppercase;
 overflow: hidden;
 color: rgba(255, 255, 255, 1);
}
button:after {
 content: '';
 position: absolute;
 width: 0%;
 height: 400%;
 background: rgba(255, 255, 255, 0.05);
 z-index: 1;
 right: 0;
 top: 0;
 margin: -5px 0 0 -5px;
 -webkit-transform-origin: 0 0;
 -webkit-transform: rotate(-20deg);
 -moz-transform-origin: 0 0;
 -moz-transform: rotate(-20deg);
 -ms-transform-origin: 0 0;
 -ms-transform: rotate(-20deg);
 transform-origin: 0 0;
 transform: rotate(-20deg);
 transition: All 0.4023s ease;
 -webkit-transition: All 0.4023s ease;
 -moz-transition: All 0.4023s ease;
 -o-transition: All 0.4023s ease;
}
button:hover:after {
 width: 70%;
}
.manTdText input[type="button"],
.manTd2 input[type="button"],
.commTd2 input[type="button"],
.manTdBrief input[type="button"],
input[type="button"].codeButtons,
#iplus input[type="button"] {
 padding: 3px 5px;
 font-size: 9px;
}
input[type="button"].codeButtons {
 height: 25px;
 line-height: 1;
}
input[type="button"]#bid-8-basket {
 padding: 4px 7px;
 margin-left: 3px;
}
.manTd2 input[type="text"] {
 padding: 2px 5px !important;
}
input[type="text"],
input[type="password"],
textarea {
 position: relative;
 padding: 0px 12px;
 line-height: 40px;
 height: 40px;
 margin-bottom: 4px;
 border: 1px solid #f6f6f6;
 background: #fff;
 font-weight: 300;
 font-size: 11pt;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 transition: All 0.4023s ease;
 -webkit-transition: All 0.4023s ease;
 -moz-transition: All 0.4023s ease;
 -o-transition: All 0.4023s ease;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover {
 border-color: #ccc;
}
input,
textarea {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
textarea {
 line-height: normal;
 padding-top: 10px;
 padding-bottom: 10px;
 min-height: 140px;
}
input[type="button"]#newPhtBt {
 width: auto !important;
}
#iplus input {
 height: 24px;
 line-height: 20px;
}
.line-btn {
 display: inline-block;
 padding: 10px 14px;
 margin: 0 4px;
 border: 2px solid #ccc;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 font-weight: 400;
 cursor: pointer;
}
.line-btn:hover {
 border: 2px solid #56A0CC;
 color: #56A0CC;
 text-decoration: none;
}
.btn-icon {
 position: relative;
 padding-left: 40px;
}
.btn-icon i {
 position: absolute;
 left: 15px;
 top: 10px;
 font-size: 14pt;
}
.btn-anim {
 padding-left: 20px !important;
}
.btn-anim:hover {
 padding-left: 45px !important;
}
.btn-anim i {
 opacity: 0;
 left: 5px;
 transition: All 0.3619s ease;
 -webkit-transition: All 0.3619s ease;
 -moz-transition: All 0.3619s ease;
 -o-transition: All 0.3619s ease;
}
.btn-anim:hover i {
 opacity: 1;
 left: 15px;
}
/*------ Input style ------*/
/*------------------------------------*\
 $Header
\*------------------------------------*/
.nav-row {
 min-height: 60px;
 background-color: #00040d;
 position: relative;
 z-index: 10;
}

.mob-btn {
 display: none;
}
.header-descr {
 width: 100%;
 height: 40px;
 background: #F7F7F7;
 padding-top: 10px;
}
.logo-lnk {
 display: inline-block;
 color: #F4F4F4;
 font-weight: bold;
 height: 60px;
 line-height: 60px;
 font-size: 1.7em;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
 word-break: break-word;
 text-transform: uppercase;
}
.logo-lnk:hover {
 color: #C5E4F7;
}


.header-d-txt {
 float: left;
 margin-top: -15px;
}
.login-b {
 color: #fff;
 font-size: 0.8666666666666667em;
 line-height: 60px;
 display: inline-block;
 margin-top: -15px;
}
.login-b a {
 color: #fff;
 text-decoration: underline;
}
.login-b a:hover {
 text-decoration: none;
}
/*------------------------------------*\
 $Menu
\*------------------------------------*/
#catmenu {float: right; display: flex; padding-top: 17px; text-transform: uppercase;}
#catmenu a {border-bottom: solid #A6A5A5;font-weight: normal; font-size: 15.1px; opacity: 0.9; letter-spacing: 0px;color: #ccc; font-size: 12px; padding: 0 5px; margin-left: 15px;}
#catmenu a:hover{border-bottom: solid #fff;}
/*------------------------------------*\
 $Paginator
\*------------------------------------*/
.catPages1, 
.catPages2, 
.pagesBlock1, 
.pagesBlock2, 
.pagesBlockuz1, 
.pagesBlockuz2 {padding:0px 0px 10px 0px;} 
span.catPages1, 
span.catPages2, 
span.pagesBlock1, 
span.pagesBlock2, 
span.pagesBlockuz1, 
span.pagesBlockuz2 { 
 display: inline-block; 
} 
.catPages1 a, 
.catPages2 a, 
.pagesBlock1 a, 
.pagesBlock2 a, 
.pagesBlockuz1 a, 
.pagesBlockuz2 a, 
.catPages1 b, 
.catPages2 b, 
.pagesBlock1 b, 
.pagesBlock2 b, 
.pagesBlockuz1 b, 
.pagesBlockuz2 b { 
 margin: 0px 2px; 
 padding:6px 12px; 
 border-radius:3px; 
 color:#777; 
 background:#ececec; 
} 
.catPages1 b, 
.catPages2 b, 
.pagesBlock1 b, 
.pagesBlock2 b, 
.pagesBlockuz1 b, 
.pagesBlockuz2 b { 
 margin: 0px 2px; 
 padding:6px 12px; 
 border-radius:3px; 
 color:#f2f2f2; 
 background:#3498db; 
} 
.catPages1 a:hover, 
.catPages2 a:hover, 
.pagesBlock1 a:hover, 
.pagesBlock2 a:hover, 
.pagesBlockuz1 a:hover, 
.pagesBlockuz2 a:hover { 
 margin: 0px 2px; 
 padding:6px 12px; 
 border-radius:3px; 
 color:#fff; 
 background:#2980b9; 
}

.catPages, 
.catPages2, 
.pagesBlock1, 
.pagesBlock2, 
.pagesBlockuz1, 
.pagesBlockuz2 {padding:35px 0px 10px 0px;} 
span.catPages, 
span.catPages2, 
span.pagesBlock1, 
span.pagesBlock2, 
span.pagesBlockuz1, 
span.pagesBlockuz2 { 
 display: inline-block; 
} 
.catPages a, 
.catPages2 a, 
.pagesBlock1 a, 
.pagesBlock2 a, 
.pagesBlockuz1 a, 
.pagesBlockuz2 a, 
.catPages b, 
.catPages2 b, 
.pagesBlock1 b, 
.pagesBlock2 b, 
.pagesBlockuz1 b, 
.pagesBlockuz2 b { 
 margin: 0px 2px; 
 padding:6px 12px; 
 border-radius:3px; 
 color:#777; 
 background:#ececec; 
line-height: 40px;
} 
.catPages b, 
.catPages2 b, 
.pagesBlock1 b, 
.pagesBlock2 b, 
.pagesBlockuz1 b, 
.pagesBlockuz2 b { 
 margin: 0px 2px; 
 padding:6px 12px; 
 border-radius:3px; 
 color:#f2f2f2; 
 background:#159de0; 
} 
.catPages a:hover, 
.catPages2 a:hover, 
.pagesBlock1 a:hover, 
.pagesBlock2 a:hover, 
.pagesBlockuz1 a:hover, 
.pagesBlockuz2 a:hover { 
 margin: 0px 2px; 
 padding:6px 12px; 
 border-radius:3px; 
 color:#fff; 
 background:#0598E0; 
}
/*------------------------------------*\
 $Content
\*------------------------------------*/
.eBlock {
 table-layout: fixed;
}
.eBlock,
.gTable {
 padding-bottom: 15px;
}
.eTitle {
 font-size: 1.54em;
 font-size: 1.6em;
 color: #7C7D7E;
 padding-left: 10px;
 text-align: center;
}
.eTitle a {
 color: #159de0;
}
.eTitle a:hover {
 text-decoration: none;
 color: #383e47;
}
.eMessage {
 margin-bottom: 20px;
}
.eMessage,
.eText {
 word-wrap: break-word;
 text-align: justify;
}
.eMessage img,
.eText img {
 max-width: 100%;
}

#testBlockD .eTitle {
 font-size: 1.33em;
}
.eVariant label {
 padding-left: 5px;
}
#cntContaineroEditdscr,
#cntContaineroEditmessage {
 padding-top: 15px !important;
}
.recommended-products-name .add img {
 margin-top: 0 !important;
}
span[id^=iCode] input {
 width: auto !important;
 vertical-align: middle;
}
div[id^="imblock"] {
 padding-top: 5px;
}
[id^="catSelector"] {
 width: auto!important;
}
.u-combo,
.u-comboeditcell {
 background: none !important;
 border: none !important;
}
.u-comboeditcell + .u-combobutcell{
 display: none;
}
.u-comboedit {
 font-size: 15px !important;
}
.u-combolist {
 border: 1px solid #CCC !important;
}
/*------------------------------------*\
 $Comment
\*------------------------------------*/
.content .cMessage {
 font-size: 1em;
 line-height: 1.5;
}
.smiles {
 border-spacing: 0;
}
#allSmiles {
 font-size: .86667em;
}
.cMessage ul {
 overflow: hidden;
 margin: 0;
 list-style-position: inside;
}
.cMessage .user_avatar {
 display: block;
 float: left;
 overflow: hidden;
 margin: 0 6px 6px 0;
 padding: 4px;
 border: 1px solid #E3E3E3;
}
.wysibb-body {
 border: none;
}
/*------------------------------------*\

 $Search
\*------------------------------------*/
.schQuery,
.schBtn {
 display: inline-block;
}
.schBtn {
 margin-left: 7px;
}
.queryField {
 height: 28px;
 padding: 6px 10px 7px !important;
}
.searchSbmFl {
 overflow: hidden;
 margin: 0 !important;
 padding: 0 10px !important;
 height: 28px;
 border: none !important;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.search-m-bd {
 display: none;
}
.sidebox.srch .searchForm {
 display: block;
}
/*------------------------------------*\
 $Footer
\*------------------------------------*/
.footer {
 min-height: 60px;
 max-width: 960px;
 margin: 0 auto;
 padding-left: 10px;
 padding-right: 10px;
background: #434444;
 color: #ccc;
padding-top: 10px;
}
.ucoz-copy {
 float: left;
 padding-top: 20px;
}
.soc-list {
 float: right;
 padding: 15px 0 0;
 margin: 0;
}
.soc-item {
 display: inline-block;
 margin-left: 7px;
}
.soc-link {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 width: 30px;
 height: 30px;
 display: block;
 background-color: #99d7f5;
 background-repeat: no-repeat;
 background-position: 50% 50%;
}
.soc-link:hover {
 background-color: #159de0;
}
.soc-link.twitter {
 background-image: url(/.s/t/1134/twitter.png);
}
.soc-link.facebook {
 background-image: url(/.s/t/1134/facebook.png);
}
.soc-link.pinterest {
 background-image: url(/.s/t/1134/pinterest.png);
}
.soc-link.google-pl {
 background-image: url(/.s/t/1134/google-pl.png);
}
.soc-link.linkedin {
 background-image: url(/.s/t/1134/linkedin.png);
}
.soc-link.instagram {
 background-image: url(/.s/t/1134/instagram.png);
}
.soc-link.vk {
 background-image: url(/.s/t/1134/vk.png);
}
/*------------------------------------*\

 $Popup
\*------------------------------------*/
.popup {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.popup-bd input[type="submit"],
.popup-bd input[type="button"],
.popup-bd input[type="reset"] {
 padding: 4px 5px;
}
.popup-ttl {
 font: 1.5385em/60px 'Lobster', cursive;
 text-indent: .3em;
 padding-left: 40px;
 white-space: nowrap;
 background: #149adf;
 background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #149adf), color-stop(1, #21b1e5));
 background: -moz-linear-gradient(center bottom, #149adf 0%, #21b1e5 100%);
 background: -o-linear-gradient(#21b1e5, #149adf);
 color: #fff;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.popup-bd {
 background-color: #fff;
 position: relative;
 padding-top: 45px;
 font-size: 1.0769em;
}
.statusOffline {
 color: #dd6e47;
}
#block22 {
 padding: 15px 0;
}
#block25 hr {
 margin-top: 15px;
}
.popup-bd .user_avatar {
 display: block;
 margin-right: 30px;
 padding: 16px;
 border: 1px solid #cccccc;
}
.popup-bd #usch {
 padding: 15px 0;
}
.udtlb {
 padding: 0 20px 0 40px;
}
input[type="button"].allUsersBtn,
input[type="submit"].uSearchFlSbm {
 width: auto !important;
}
#cont-shop-checkout input[type="button"],
#cont-shop-checkout input[type="submit"] {
 font-size: 14px;
 height: 33px;
 padding: 0 5px;
}

#order-submit {
 margin: 10px 0 !important;
 text-align: left !important;
}
/*------------------------------------*\
 $Media Queries
\*------------------------------------*/
@media screen and (max-width: 1100px) {
 .entTd {
 width: 50% !important;
 }
 .vep-video-block iframe {
 width: 100%;
 }
}

@media screen and (max-width: 960px) {
 .vep-playvideo img {
 width: 100% !important;
 }
 .navbar-share {display: none;}
}

@media screen and (max-width: 860px) {
 .entTd {
 width: auto !important;
 display: block !important;
 margin: 0 auto;
 }
 .manTable select {
 max-width: 200px;
 }
 .eMessage img {
 width: 100%;
 }
 .navbar-share {
 display: none;
 }
}
@media screen and (max-width: 768px) {
 #puzadpn {
 display: none;
 }
 .cont-wrap {
 padding: 0 10px 0 15px;
 }
 .middle {
 padding-bottom: 25px;
 }
 .middle,
 .footer {
 margin-left: 0;
 margin-right: 0;
 }
 .logo-lnk {
 display: table-cell;
 vertical-align: middle;
 font-size: 24px;
 line-height: 1.2;
 padding-right: 110px;
 float: none;
 }
 .show-profile {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 background-image: url('/.s/t/1134/user.png');
 position: absolute;
 top: 10px;
 right: 10px;
 }
 .show-menu {
 background-image: url('/.s/t/1134/menu.png');
 position: absolute;
 top: 10px;
 right: 10px;
 }
 .show-profile + .show-menu {
 right: 60px;
 }
 .mob-btn {
 display: block;
 cursor: pointer;
 width: 40px;
 height: 40px;
 background-color: #24a9ea;
 background-repeat: no-repeat;
 background-position: 50% 50%;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
 }
 .mob-btn:hover {
 background-color: #3bb2ed;
 }
 .mob-btn:active,
 .mob-btn.opened {
 background-color: #159de0;
 }
 /*------ Mobile menu ------*/
 .uMenuRoot > li .uMenuItemA {
 text-decoration: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 -webkit-border-radius: none !important;
 -moz-border-radius: none !important;
 border-radius: none !important;
 background-color: #138dc9;
 }
 .main-menu {
 display: none;
 margin-top: 10px;
 margin-bottom: 10px;
 width: 100%;
 background-color: #24a9ea;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 }
 .main-menu ul {
 display: block;
 width: 100%;
 }
 .main-menu .uMenuRoot > li {
 margin: 0;
 padding: 0;
 display: inline-block;
 }
 .main-menu li ul .uWithSubmenu:after {
 display: none;
 }
 .main-menu li {
 display: block;
 min-height: 40px;
 text-align: left;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0;
 }
 .main-menu li:hover,
 .main-menu li ul li:hover {
 background-color: #24a9ea;
 -webkit-border-radius: none;
 -moz-border-radius: none;
 border-radius: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 }
 .main-menu li:hover > a.uWithSubmenu,
 .main-menu li:hover > span.uWithSubmenu,
 .main-menu li li:hover > a,
 .main-menu li li:hover > span {
 background-color: #159de0;
 color: #fff;
 }
 .main-menu li a {
 display: block;
 margin: 0;
 padding: 0 0 0 10px;
 width: 100%;
 height: 40px;
 font-size: 1em;
 line-height: 40px;
 }
 .main-menu a:hover,
 .main-menu li li a:hover,
 .uMenuRoot .uMenuItemA:hover {
 background-color: #fff;
 color: #737373;
 text-shadow: none;
 }
 .main-menu .uMenuRoot li ul {
 position: static !important;
 display: block !important;
 margin: 0;
 padding: 0;
 background: transparent ;
 }
 .active-item {
 background-color: transparent;
 }
 .main-menu li ul {
 padding-bottom: 0px;
 background-color: transparent;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 border-radius: none;
 }
 .select-item {
 background-color: transparent;
 }
 .main-menu .uMenuRoot > li {
 height: auto;
 }
 .main-menu .uMenuRoot li li a {
 padding: 0 0 0 40px;
 }
 .main-menu .uMenuRoot li li li a {
 padding-left: 70px;
 }
 .main-menu .uMenuRoot li li li li a {
 padding-left: 100px;
 }
 /*------ Mobile menu ------*/
}
@media screen and (min-width: 641px) and (max-width: 768px) {
 .cont-wrap,
 .footer,
 .middle {
 padding-left: 10px;
 padding-right: 15px;
 }
 .content {
 margin-right: 270px;
 padding-right: 30px;
 }
 .sidebar {
 width: 240px;
 margin-left: -240px;
 }
 .header {
 min-height: 375px;
 }
 .content .queryField {
 width: 150px !important;
 }
}
@media screen and (max-width: 640px) {
 .sidebar {
 border-top: 1px dashed #cccccc;
 }
 .header {
 min-height: 300px;
 }
 .sidebox {
 margin: 0 auto;
 max-width: 380px;
 }
 .sidebar {
 float: none;
 margin-left: 0;
 width: 100%;
 }
 .container {
 float: none;
 width: 100%;
 }
 .content {
 padding: 0;
 margin: 0;
 }
 .sidebar {
 margin-top: 30px;
 position: relative;
 }
 .sidebox.srch .searchForm,
 .calTable {
 max-width: 400px;
 white-space: nowrap !important;
 }
 .sidebox.srch {
 clear: both;
 }
 .archLink {
 text-decoration: underline;
 }
 .archLink:hover {
 text-decoration: none;
 }
 .sidebox-bd > li {
 list-style: none;
 }
 .forumContent {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 }
}
@media screen and (min-width: 769px) {
 .main-menu {
 display: inline-block !important;
 }
}
@media screen and (max-width: 560px) {
 .footer {
 text-align: center;
 }
 .ucoz-copy,
 .soc-list {
 float: none !important;
 }
 .soc-list {
 padding-bottom: 15px;
 }
}
@media screen and (min-width: 1200px) {
 .udtlb {
 padding: 0 40px 0 120px;
 }
 .popup-ttl {
 padding-left: 120px;
 }
 .header {
 background-position: 50% 35%;
 }
}
@media screen and (min-width: 1920px) {
 header {
 -webkit-background-size: 1920px auto;
 background-size: 1920px auto;
 }
}

.com-order-block {
 text-align: right;
 display: none;
}

.foot-l {float: left; font-size: 13px; padding-bottom: 15px; border-top: solid 1px #525454; padding-top: 5px;} 
#bottom .footer_sidebox {float: left; padding: 0 0 0px 15px; background: none;word-wrap: break-word; text-align: justify;} 
.inner { padding: 0 2px 2px 2px; } 
.footer_sidebox ul { margin: 0; list-style: none; padding: 0; border-spacing: 0; } 
.footer_sidebox li a { padding: 0 0 0 5px; color: #fff; text-decoration: none; opacity: .7; -moz-opacity: .7; filter: alpha(opacity=70); } 
 .footer_sidebox li a:hover { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }

.xw-plain, .xw-resize, .xw-active { 
 background-color: rgba(70,70,70,0.6); 
 background: rgba(70,70,70,0.7); 
 padding: 4px !important; 
 border-radius: 4px; 
 box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.5 ); } 
 
 .x-sh, .xsl { display: none !important; } 
 
 .xw-hdr { 
 text-align: left !important; 
 white-space: nowrap !important; 
 padding: 1px 0 0 0 !important; 
 white-space: nowrap !important; 
 zoom: 1 !important; 
 height: 35px !important; } 
 
 .xw-hdr-text { 
 color: #fff !important; 
 vertical-align: 3px!important; 
 cursor: default!important; 
 font: 13px tahoma,arial,verdana,sans-serif !important; 
 line-height: 35px!important; 
 margin-left: 10px; 
 text-shadow: 0 1px 1px rgba(0,0,0,0.3) !important; } 
 
 .xw-sps, .xw-tc, .xw-tr { 
 border-bottom: 0px solid #eee; 
 color: #000 !important; 
 font-size: 1.2em !important } 
 
 .xt { 
 width: 22px !important; 
 height: 22px !important; 
 background: url('/ajax/close_popup.png') no-repeat !important; 
 float: right !important; 
 border: 0 !important; 
 text-decoration: none !important; 
 margin-top: 11px !important; } 
 
 .xt-close { background-position: 0 0 !important; } 
 
 .xt-close-over { background-position: 0 0 !important; } 
 
 .xt-maxi { display: none !important; } 
 
 .xt-mini { display: none !important; } 
 
 .xw-bc, .xw-mr, .xw-bl, .xw-br, .xw-ml, .xw-mc { 
 background: #fff !important; 
 border: 0 !important; 
 border-radius: 0px; 
 moz-border-radius: 0px; 
 webkit-border-radius: 3px; } 
 
 .xw-body { 
 border: 0 !important; 
 padding-left: 7px !important; 
 padding-right: 1px !important; } 
 
 .xw-tl { border-bottom: 1px solid #eee; } 
 
 .xw-tl, .xw-tr, .xw-tc { 
 background: #2c5687 url(/ajax/maintitle.png) repeat-x top !important; 
 border-radius: 3px 3px 0 0 !important; 
 border-color: #316897 !important; } 
 
 .xw-sps { display: none !important; } 
 
 .myWinCont { width: 100% !important; } 
 
 .xw-body { 
 border: 0 !important; 
 padding-left: 2px !important; 
 padding-right: 1px !important; } 
 
 .xw-ml { 
 padding-left: 1px !important; 
 padding-bottom: 5px; 
 border-bottom-left-radius: 3px; 
 border-bottom-right-radius: 3px; } 
 
 .xw-bl { display: none !important; } 
 
 .myWinTD1 { 
 background: rgb(255, 255, 255) !important; 
 border-bottom: 1px solid rgb(250, 250, 250) !important; } 
 
 /* Вид фона сайлов */ 
 .myWinTD2 { background: rgba(49, 104, 151, 0.11) !important; } 
 
 /* Вид фона при наведении на поле со смайлом */ 
 .myWinCont fieldset { 
 border: 1px solid #eee !important; 
 padding: 2px 5px !important; 
 margin-bottom: 3px !important; } 
 
 /* Вид обводки в архиве опроса */ 
 .myWinPollTd { 
 background: #fff !important; 
 text-align: center !important; } 
 
 /* Вид полей в архиве опроса */ 
 .myWinPollT { 
 background: rgb(243, 243, 243) !important; 
 float: left !important; 
 margin-right: 257px !important; 
 width: 100% !important; } 
 
 .myWinPollG { display: none !important; } 
 
 .myWinCont strong { 
 font-weight: initial !important; 
 font-size: 11px !important; 
 color: rgb(63, 63, 63) !important; } 
 
 .myBtnLeft, .myBtnRight, .myBtnLeftA, .myBtnRightA { display: none !important; } 
 
 .myBtnCenter, .myBtnCenterA { background: none !important; } 
 
 .myBtnCont a:link { 
 background: #212121 url(/ajax/topic_button.png) repeat-x top !important; 
 border: 1px solid #212121; 
 border-width: 1px 1px 0 1px; 
 border-radius: 3px; 
 -moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2); 
 -webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2); 
 box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2); 
 color: #fff !important; 
 text-shadow: 0 -1px 0 #191919 !important; 
 font: 300 12px/1.3 Helvetica, Arial, sans-serif; 
 line-height: 25px; 
 height: 25px; 
 padding: 0 10px; 
 text-align: center; 
 min-width: 60px; 
 display: inline-block; 
 cursor: pointer; } 
 
 .myBtnCont a:hover { background: #212121 !important; }
.wysibb, .wysibb .wysibb-toolbar {
 border: 0!important;
 border-radius: 0!important;
}
.wysibb-body,
.wysibb-text textarea {
 background: #efefef!important;
}
.wysibb-text .wysibb-text-iframe,
.wysibb-text textarea {
 display: block;
 height: 120px!important;
}
.wysibb-text textarea {
 width: 100%!important; 
 border: 0!important;
 box-shadow: none;
 border-radius: 0 0 7px 7px!important;
}



/*------ Кнопки соц сети ------*/
.ya-share2__container_size_m .ya-share2__icon {
 height: 35px!important;
 width: 35px!important;
 background-size: 35px 35px!important;
}


/*Аватарка*/
.content .uc-avatar img, .content .ucf-avatar img, .comm-avatar img {
 overflow: hidden;
 border-radius: 100%;
 width: 60px;
 height: 60px;
}

.bbQuoteBlock .bbQuoteName, 
.bbCodeBlock .bbCodeName { 
 position: relative; 
 background: #56A0CC; 
 color: rgba(255, 255, 255, 0.8); 
 text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); 
 font-size: 8pt !important; 
 padding: 8px 10px !important; 
 text-transform: uppercase; 
 -webkit-border-radius: 4px 4px 0 0; 
 -moz-border-radius: 4px 4px 0 0; 
 border-radius: 4px 4px 0 0; 
font-weight: normal!important; 
} 
.bbQuoteBlock a, .bbQuoteName a, 
.bbCodeBlock a, .bbCodeName a {color: #0C252A;} 
.bbQuoteBlock a:hover, .bbQuoteName a:hover, 
.bbCodeBlock a:hover, .bbCodeName a:hover {color: #4C5354;} 
.bbQuoteBlock .bbQuoteName:before, 
.bbCodeBlock .bbCodeName:before { 
 content: ''; 
 position: absolute; 
 bottom: -10px; 
 left: 18px; 
 border: 5px solid transparent; 
 border-top: 5px solid #56a0cc; 
} 
.bbQuoteBlock .quoteMessage, 
.bbCodeBlock .codeMessage { 
 text-align: -webkit-auto!important; 

 border: 1px solid #f9f9f9 !important; 
 padding: 10px; 
 -webkit-border-radius: 0 0 4px 4px; 
 -moz-border-radius: 0 0 4px 4px; 
 border-radius: 0 0 4px 4px; 
 font-size: 11pt; 
 color: #666; 
} 
.bbQuoteBlock {background: #fff} 
 .codeMessage { background: #fff}

/*=== Hint uConet.Ru ===*/ 
#easyTooltip{ 
padding:3px 10px; 
background: rgba(0,0,0,0.5);
color:#fff; 
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
-moz-border-radius: 5px; /* Firefox */ 
-webkit-border-top-right-radius: 5px; 
-webkit-border-top-left-radius: 5px; 
-webkit-border-bottom-right-radius: 5px; 
-webkit-border-bottom-left-radius: 5px; 
-khtml-border-radius: 5px; /* KHTML */ 
border-radius: 5px; 
opacity: 0.75; 
z-index:999; 
} 
/*=== END ===*/

.sidebox {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding-left: 10px;
 padding-bottom: 15px;
}
.sidebox-ttl {
 padding-bottom: 5px;
 font-size: 1.3em;
 line-height: 1.2;
 color: #737373;
 border-bottom: solid 1px #E8E4E4;
}


.menu_uconet_ru {width: 100%; margin-top: 5px;}
.menu_uconet_ru li { list-style: none; padding-bottom: 5px; }
.menu_uconet_ru a { font-size: 17px; text-transform: uppercase; border-left: solid #56A0CC; padding-left: 5px; color: #56A0CC; font-weight: bold; }
.menu_uconet_ru a:hover { font-size: 17px; text-transform: uppercase; border-left: solid #CC565F; padding-left: 5px; color: #CC565F; font-weight: bold; }
.ikonka { padding-right: 5px; font-size: 17px!important; width: 17px; font-weight: bold!important; }


.info_bloc {color:#000;height:100%;display:table-cell;vertical-align:middle;} 
.info_bloc_title { display: table-cell; vertical-align: top; font-weight: bold; font-size: 21px; padding-right: 20px; letter-spacing: 2px; } 
.info_bloc_title span { display: block; font-weight: normal; font-size: 15.1px; opacity: 0.9; letter-spacing: 0px;}
.info_bloc_title center {border-bottom: solid #ccc;}
.info_bloc_title center:hover {border-bottom: solid #159de0;}
.bloc_info h1 {margin: 0; font-size: 1.5em; color: #7C7D7E; text-align: center;}
/*------ Разделы сайта ------*/
 .categories {
 position: relative;
 display: table-cell;
 width: 180px;
 }

.cat-show {
 position: initial;
 display: block;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 padding: 2px 15px 0 0;
 width: 250px;
 height: 55px;
 color: #777;
 font-size: 16px;
 line-height: 55px;
 cursor: pointer;
 -webkit-transition: width .15s ease-out;
 transition: width .15s ease-out;
}
 
.cat-l {
 position: absolute;
 display: none;
 max-width: 400px;
 background-color: rgba(223, 242, 252, 1);
 margin-top: 0;
}


.toppost-none .cat-l {
 background: rgba(235, 245, 246, 0.85);
}
.cat-i {
 margin: 0 15px;
 list-style: none;
}
.cat-i + .cat-i {
 border-top: 1px solid rgba(62, 65, 70, .2);
}
.cat-lnk {
 display: inline-block;
 width: 100%;
 color: #383e47;
 text-transform: uppercase;
 letter-spacing: .1em;
 font-size: 13px;
 line-height: 29px;
}

.cat-lnk:hover {
 color: #488bfa;
}


ul, li {
 padding: 0;
 margin: 0;
 list-style: none;
}

#uidLogButton {display:none;} 
#baseLogForm {display: block !important;}

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}

 $Forum
\*------------------------------------*/
.forumContent {
 padding: 30px;
}
.forum-page {
 min-width: 768px;
}
.fFastSearchTd {
 position: relative;
}
input[type="text"].fastSearch {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding-right: 30px !important;
 height: 25px;
 font-style: normal;
}
input[type="submit"].fastSearch {
 margin: -14px 0 0;
 padding: 0;
 width: 30px;
 height: 25px;
}
input[type="button"].fastNav,
input[type="submit"].fastNav,
#forum_filter input[type="submit"],
.userSchFrm input[type="submit"] {
 padding: 4px 7px;
}
.postNameFl,
.postDescrFl {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-top: 5px;
}
#frM60 {
 padding-top: 10px;
}
.gTable {
position: relative;
 background: #fff;
 padding: 70px 15px 15px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.06);
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.06);
 box-shadow: 0 1px 2px rgba(0,0,0,0.06);
 z-index: 1;
 border-spacing: 0;
 border-collapse: collapse;
 color: #000;
}
.gTableTop {
 height: 40px;
 background-color: #159de0;
 color: #fff;
 font-weight: normal;
 font-size: 1.6em;
}
.gTableTop,
.gTableSubTop {
 padding-left: 15px;
}
.gTableTop a {
 color: #fff;
}
.gTableSubTop a {
 color: #000;
}
.forum,
.threadLink,
.fNavLink,
.funcLink,
.gTableBody1 a,
.lastPostUserLink {
 font-weight: bold;
}
.gTableSubTop {
 padding-left: 12px;
 height: 38px;
 border-top: 1px solid #e1e1e1;
 border-left: 1px solid #e1e1e1;
 background-color: #eeeeee;
 text-align: left;
}
.gTableSubTop:first-child {
 border-left: 0;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.threadIcoTd,
.threadIcoTd,
.threadNametd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadLastPostTd {
 padding: 5px 12px;
 border-top: 1px solid #e1e1e1;
 border-left: 1px solid #e1e1e1;
}
.forumIcoTd,
.threadIcoTd:first-child {
 border-left: none;
}
.threadsDetails {
 border-top: 1px solid #e1e1e1;
}
.funcBlock {
 color: #000;
}
#filter_by {
 margin-right: 5px;
}
.gTableSubTop {
 padding-right: 5px;
}
.forum:hover,
.fNavLink:hover,
.threadFrmLink:hover,
.forumLastPostTd a:hover,
.funcLink:hover,
.threadLastPostTd a:hover,
.threadAuthorLink:hover,
.forumOnlineBar a:hover,
.forumNamesBar a:hover,
.postTable a:hover {
 text-decoration: underline;
}
.threadsDetails,
.forumOnlineBar {
 padding-left: 5px;
}
#allSmiles a {
 font-size: 13px !important;
}
#addform input[type="checkbox"] {
 margin-right: 3px;
}
.switches {
 margin-bottom: 3px;
}
.middle .postTable {
 border-spacing: 0;
 border-bottom: 1px solid #e1e1e1;
}
.postTdTop {
 border-bottom: 1px solid #e1e1e1;
}
.postBottom {
 border-top: 1px solid #e1e1e1;
}
.postBottom:first-child {
 border-right: 1px solid #e1e1e1;
}
.gDivRight {
 border: 1px solid #e1e1e1;
}
.posttdMessage,
.gTableBody1 {
 border-left: 1px solid #e1e1e1;
}
.posttdMessage {
 padding: 5px;
}
.gTableLeft,
.postTdInfo {
 padding-left: 5px;
 text-align: center;
}
.forumMemSwch,
.forumMemNum {
 padding: 5px;
}
.postTdTop {
 background-color: #eeeeee;
}
#frM57,
#frM58 {
 padding-top: 5px;
}
#frM60,
.searchSubmitFl,
.userSchFrm,
#forum_filter {
 padding-bottom: 5px;
}
#allSmiles a:hover {
 text-decoration: underline;
}
.searchQueryFl {
 margin-bottom: 5px;
}
#thread_search_field {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width: 150px !important;
}
#thread_search_button {
 margin-top: 0 !important;
}

.middles {
 margin: 0 auto;
 max-width: 980px;
 padding-top: 10px;
}

.forumDescr, .forumLastPostTd {
 font-size: 8pt;
}

.forumContent .frmBtns a {
 display: inline-block;
 color: #fff;
 box-shadow: 0 1px #EDEDED;
 -webkit-box-shadow: 0 1px #56A0CC;
 -moz-box-shadow: 0 1px #EDEDED;
 border: 1px solid #56A0CC;
 background: -moz-linear-gradient(top,#888 1px,#929292 1px,#777);
 background: -webkit-gradient(linear,0 0,0 100%,color-stop(0.02,rgb(105, 171, 210)),color-stop(0.02,#3DA2DF),color-stop(1,#326E91));
 text-decoration: none;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}
.forumNamesBar { font-size: 13px; color: #646464; width: 550px;}
#thread_search_field, #thread_search_button {display:none;}
.subscribe_forum, .ThrBotCl32 {display:none;} 
 #subscribe {display:none;}
#forum_filter { display: none;}
.switch,.pagesInfo {padding:4px 7px;font-weight:normal;font-size:11px;background:#3498db;color:#fff;border-radius: 3px;}
.switchActive {padding: 4px 7px; font-weight: normal; background: #f27935; color: #fff; border-radius: 3px;}
a.switchDigit,a.switchBack,a.switchNext {text-decoration:none; color:#fff;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline}
.scrollforum { height: 180px; overflow: auto; width: auto; }
/*------------------------------------*\