html,
body {
    height: 100%;
    margin: 0
}

body {
    font-family: Arial, nimbus sans l, Helvetica, sans-serif;
    font-size: 12px
}

.clear {
    clear: both
}

em {
    font-style: italic
}

h4 {
    font-weight: 700;
    margin: 10px 0
}

.top {
    height: 32px
}

.container {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    background-color: #fff
}

.top ul {
    float: right;
    margin-top: 5px;
    font-size: 15px
}

.highlight {
    font-weight: 700;
    color: red
}

.gpic {
    display: block;
    margin: 5px auto
}

.top li {
    display: block;
    float: left;
    border-color: #e5e5e6;
    border-width: 1px 1px 0;
    border-style: solid;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    height: 25px;
    line-height: 22px;
    background-color: #fff;
    margin: 0 0 0 3px;
    padding: 0 3px;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1)
}

li img {
    vertical-align: middle;
    margin-right: 5px
}

.green {
    color: #690 !important
}

.blue {
    color: #079 !important
}

.orange,
.orange a {
    color: #ec9e1a !important
}

.cyan {
    color: #00b3d0 !important
}

.date {
    color: #999;
    font-size: 11px
}

.top-banner {
    text-align: center
}

.header {
    height: 65px;
    margin-top: 1px;
    position: relative;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px
}

.header .overlay {
    display: none
}

.header .overlay div {
    display: none
}

.header > a {
    margin: 4px 0 0 22px;
    display: inline-block
}

.header li {
    display: block;
    float: left;
    font-size: 16px;
    border-right: 1px solid #00b3d0;
    padding: 1px 12px;
    color: #369
}

.header .menu {
    margin-top: 22px;
    position: relative;
    display: block;
    float: right;
    text-align: right
}

.header .menu ul {
    color: #fff;
    text-align: center
}

.header .menu ul.shadow {
    position: absolute;
    right: -1px;
    top: 1px
}

.header ul.shadow li {
    border-right: 1px solid #fff
}

.header ul li:last-of-type {
    border-right: none
}

.header ul a {
    color: #369
}

.header ul a:hover,
a.u {
    border-bottom: 1px dashed #6fa393
}

.main-menu-container {
    background: #11d2e1;
    height: 30px;
    border-top: 1px solid #11d2e1;
    border-bottom: 1px solid #0eacb8;
    border-left: 1px solid #10c2cf;
    border-right: 1px solid #10c2cf;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 0 1px #0b767e;
    box-shadow: 0 0 0 1px #0b767e;
    margin: 1px auto
}

.main-menu {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 6px;
    display: inline-block;
    text-align: center;
    position: relative
}

.main-menu ul {
    display: inline-block
}

.main-menu > li {
    width: auto;
    display: inline-block;
    position: relative;
    height: 25px;
    padding-right: 10px;
    cursor: pointer
}

.main-menu li:hover .submenu,
.main-menu .submenu:hover {
    display: block
}

.main-menu li.last {
    border-right: none
}

.main-menu > li > a,
.main-menu > li > span {
    color: #fff;
    font-weight: 400;
    padding: 0 15px 0 10px
}

.main-menu > li > a,
.main-menu > li > span a {
    color: #fff;
    text-decoration: none
}

.main-menu .submenu {
    top: 22px;
    display: none;
    text-transform: none;
    position: absolute;
    white-space: nowrap;
    background: url(../bg-submenu.html);
    border: 1px solid #e2e2e2;
    padding: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 20
}

.main-menu .submenu li,
.block-x li {
    float: none;
    border-right: none;
    list-style: outside url(../pointer2.html);
    background: 0 0;
    padding: 5px 0;
    border-bottom: 1px dotted #000;
    margin: 0 15px
}

.main-menu .submenu li.last,
.block-x li.last {
    border-bottom: none
}

.main-menu .submenu li a {
    font-weight: 400;
    color: #000;
    -webkit-text-shadow: 1px 1px 1px #fff;
    text-shadow: 1px 1px 1px #fff
}

.main-menu .submenu li a:hover {
    color: #ffc30d
}

.content {
    margin: 13px 0;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .15);
    clear: both;
    position: relative
}

#block16 {
    background: url(../sixteen.html) no-repeat scroll 0 0 transparent;
    height: 31px;
    left: 280px;
    position: absolute;
    top: -117px;
    width: 38px
}

.slider,
#slider,
.index .video,
.tags,
.also {
    border: 1px solid #ccc;
    width: 400px;
    padding: 14px;
    position: relative;
    float: left
}

#slider #left,
#slider #right {
    position: absolute;
    top: 100px;
    bottom: 150px;
    width: 50px
}

#slider #left {
    left: 0;
    background: url(../arrow-left-bw.html) center no-repeat
}

#slider #right {
    right: 0;
    background: url(../arrow-right-bw.html) center no-repeat
}

#slider #left:hover {
    background: url(../arrow-left.html) center no-repeat
}

#slider #right:hover {
    background: url(../arrow-right.html) center no-repeat
}

.b-shadow {
    height: 14px;
    background: url(../shadow.html) right top no-repeat;
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 100%
}

.right .b-shadow {
    background: url(../shadow-f.html) left top no-repeat;
    left: 0
}

#slider,
.slider {
    height: 400px
}

#slider .slide {
    display: none
}

.slide {
    position: absolute;
    width: 400px;
    height: 400px;
    overflow: hidden
}

.slide .text,
#infogfx .text {
    position: absolute;
    display: block;
    bottom: 0;
    padding: 15px 0 15px 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000');
    font-size: 12px
}

.slide .text {
    padding-bottom: 30px;
    width: 385px
}

.slide .text span {
    width: 370px
}

.slide .t-shadow span,
#infogfx .t-shadow span {
    color: #000;
    top: 2px
}

.slide div.bliss,
#infogfx div.bliss {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 24px;
    width: 370px
}

.slide p,
#infogfx p {
    -webkit-text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px #000;
    padding-right: 15px
}

#switch {
    position: absolute;
    right: 25px;
    bottom: 25px
}

#switch a {
    display: block;
    float: left;
    width: 14px;
    height: 14px
}

#switch a.active {}

.center {
    width: 70%;
    float: left;
    position: relative
}

.right {
    width: 30%;
    overflow: hidden
}

.r {
    float: right
}

h2,
.like-h2,
.experts .bliss,
.related .bliss {
    color: #00b3d0;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 2px;
    margin-top: 15px
}

.news h2.m {
    margin-top: 0
}

.dotted-blue {
    border-bottom: 1px dotted #00b3d0 !important
}

.news {
    width: 210px;
    margin-left: 445px
}

.item {
    border-bottom: 1px dotted #ccc;
    display: table
}

a.item:hover {
    background: url(../bg-grey.html) left 1px repeat-x
}

a.item p img,
a.item .text img {
    display: none
}

a.item:hover p img,
a.item:hover .text img {
    display: inline
}

.news .last {
    border-bottom: none
}

.solid-orange {
    border-bottom: 1px solid #ec9e1a
}

.item .pic {
    float: left;
    margin: 8px 0 4px
}

.item p,
.item .text {
    display: table-cell;
    padding: 8px 0 4px 14px;
    font-size: 13px;
    color: #999;
    vertical-align: top;
    width: 100%
}

.news .item p,
.experts .item p,
.related .item p {
    vertical-align: bottom
}

.news .item p {
    color: #000
}

.news p.serv {
    vertical-align: top
}

.news p.serv a {
    color: #0cf;
    font-size: 15px;
    font-weight: 700
}

.news p.serv a:hover {
    color: #ffc30d
}

a.more {
    display: block;
    border-top: 1px dotted #22a9c6;
    border-bottom: 1px dotted #22a9c6;
    color: #22a9c6;
    padding: 3px 0;
    margin-top: 5px
}

.news a.last {
    border-bottom: none
}

.news a.more img {
    margin-left: 15px
}

.articles {
    padding: 8px;
    clear: both
}

.a-item {
    float: left;
    display: block;
    overflow: hidden;
    width: 148px;
    height: 238px;
    padding: 5px;
    margin: 0 5px 5px 0;
    position: relative;
    transition: box-shadow .1s ease-out 0s;
    -moz-transition: box-shadow .1s ease-out 0s;
    -webkit-transition: box-shadow .1s ease-out 0s;
    -o-transition: box-shadow .1s ease-out 0s
}

.a-item p {
    color: #333
}

.articles-big .a-item {
    width: 198px;
    height: 288px
}

.a-item:hover {
    border-color: #cacaca;
    padding: 4px;
    border: 1px solid #cacaca;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15)
}

.articles div,
.articles-big div,
.articles-x div {
    font-size: 13px;
    overflow: hidden
}

.index .articles div.subtitle {
    bottom: 77px
}

.articles div.subtitle,
.articles-big div.subtitle {
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000');
    position: absolute;
    width: 138px;
    padding: 5px;
    bottom: 95px;
    color: #fff !important
}

.articles-big div.subtitle {
    width: 188px
}

.subtitle {
    color: #000;
    font-weight: 700;
    font-style: italic
}

.articles p,
.articles-big p,
.left .spec p {
    border-top: 1px dotted #22a9c6;
    border-bottom: 1px dotted #22a9c6;
    padding: 2px 10px 2px 0;
    font-size: 11px;
    margin-top: 3px
}

.articles p,
.articles-big p {
    height: 60px;
    width: 138px;
    position: relative
}

.articles-big p {
    width: 188px
}

.articles p img,
.articles-big p img {
    position: absolute;
    bottom: 2px;
    right: 2px
}

.articles .title,
.articles-big .title,
.articles-x .title,
.left .spec .title {
    height: 14px;
    font-weight: 400;
    color: #00b3d0;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #ffc30d;
    margin-bottom: 1px;
    padding-bottom: 2px
}

.center .banner {
    padding: 15px 0;
    text-align: center;
    width: 600px;
    margin: 0 auto
}

.center .banner425 .banner,
.center .articles-x .banner {
    width: 425px
}

.video a.v {
    display: block;
    float: left;
    width: 120px;
    color: #0cc;
    font-size: 13px;
    margin: 9px 19px 9px 0
}

.video a.last {
    margin-right: 0
}

.poll {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    border: 1px solid #fff;
    width: 100%;
    width: 208px;
    padding: 10px
}

.poll-container {
    margin-left: 435px;
    position: relative;
    height: 300px
}

.right .poll-container {
    margin-left: 5px
}

.left .poll-container {
    margin-left: 0
}

.right .poll {
    width: 270px
}

.poll-active {
    box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, .25);
    border: 1px solid #cacaca;
    left: -2px;
    top: -1px
}

.poll-item {
    margin-top: 10px;
    position: relative
}

.poll p {
    font-weight: 700;
    padding-top: 2px
}

.poll h2 {
    margin-top: 5px
}

.poll-item .text {
    width: 200px;
    font-size: 12px;
    padding-bottom: 2px
}

.poll-item .persent {
    font-size: 11px;
    vertical-align: bottom;
    position: absolute;
    right: 0;
    bottom: 19px
}

.poll-item .graph {
    width: 100%;
    height: 19px;
    position: relative
}

.poll-item .bg {
    height: 19px;
    position: absolute;
    width: 100%;
    opacity: .5;
    -webkit-opacity: .5
}

.poll-item .value {
    height: 19px;
    position: absolute
}

.poll div.option {
    padding: 5px 0
}

.poll div.option input {
    height: auto
}

a.pollmore,
.poll a.close {
    font-size: 11px;
    display: block;
    color: #00b3d0;
    text-align: center;
    padding-top: 10px;
    border: none
}

.poll div.more {
    display: none
}

.poll button {
    margin-top: 10px;
    margin-left: 50px;
    width: 100px
}

.btn {
    background: #34d947;
    background-image: -webkit-linear-gradient(top, #34d947, #2a6612);
    background-image: -moz-linear-gradient(top, #34d947, #2a6612);
    background-image: -ms-linear-gradient(top, #34d947, #2a6612);
    background-image: -o-linear-gradient(top, #34d947, #2a6612);
    background-image: linear-gradient(to bottom, #34d947, #2a6612);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    color: #fff !important;
    font-size: 26px;
    padding: 10px 20px;
    text-decoration: none
}

.comments .item .text img {
    margin: 10px auto
}

.btn:hover {
    background: #3cb0fd;
    color: #fff !important;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none
}

.enc-index {
    padding: 0 14px;
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    border: 1px solid #ccc;
    margin-top: 15px;
    position: relative;
    width: 625px
}

.enc-default {
    padding: 10px 14px
}

.enc p {
    margin: 5px 0 10px
}

.enc div {
    line-height: 16px
}

.enc table {
    margin: 10px
}

.enc table td {
    padding: 10px
}

.enc .letters {
    border-top: 1px solid #fff;
    font-size: 14px;
    padding-top: 10px;
    font-weight: 700
}

.enc .letters a {
    padding: 4px;
    display: block;
    float: left;
    height: 15px;
    border-bottom: 2px solid #fcedbe;
    color: #c3c4c4
}

.enc .letters a.active {
    color: #ec9e1a;
    border-bottom-color: #ffc30d
}

.enc .letters a.disabled {
    color: #e4e3e3
}

.enc .letters a:hover {
    background-color: #fcedbe
}

.enc .letters a.disabled:hover {
    background: 0 0
}

.enc .clear {
    margin-bottom: 10px
}

#enc a {
    font-size: 13px;
    padding: 2px 10px 2px 8px;
    color: #999;
    display: block;
    float: left;
    width: 190px;
    text-align: left
}

.jcarousel-container {
    margin: 5px 0 5px 15px;
    width: 640px
}

.jcarousel-item {
    margin-right: 12px;
    border: 1px solid #999;
    width: 180px;
    height: 120px;
    position: relative
}

.jcarousel-item p {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000');
    padding: 5px 8px;
    color: #fff;
    -webkit-text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px #000;
    display: none;
    width: 164px
}

.jcarousel-item a:hover p {
    display: block
}

.jcarousel-clip {
    overflow: hidden;
    margin: 0 35px
}

.jcarousel-prev {
    width: 24px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.jcarousel-next {
    width: 24px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.jcarousel-next:hover {
    border-color: #b5deef;
    -webkit-box-shadow: 0 0 5px 1px #b5deef;
    box-shadow: 0 0 5px 1px #b5deef
}

.jcarousel-prev:hover {
    border-color: #b5deef;
    -webkit-box-shadow: 0 0 5px 1px #b5deef;
    box-shadow: 0 0 5px 1px #b5deef
}

.gallery .jcarousel-container {
    margin: 5px 0 0
}

.gallery .jcarousel-item {
    width: 90px;
    height: 90px;
    margin-right: 3px
}

.gallery .jcarousel-item a {
    width: 90px;
    height: 90px;
    display: block
}

.gallery .jcarousel-next,
.gallery .jcarousel-prev {
    height: 90px
}

#infogfx {
    display: block;
    position: relative;
    width: 655px;
    height: 256px;
    border: 1px solid #ccc;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 15px
}

#infogfx .text {
    width: 640px;
    z-index: 1
}

#infogfx .picture {
    z-index: 2;
    position: absolute;
    top: -1px;
    left: -1px;
    background: #fff;
    border: 1px solid #ccc;
    height: 0;
    overflow: hidden
}

.t-shadow {
    position: relative
}

.t-shadow span {
    position: absolute;
    top: 1px;
    left: 1px
}

.tags {
    padding: 0 5px 15px 15px;
    width: 635px;
    margin-bottom: 10px
}

.tags .bliss {
    margin-top: 10px
}

.tags div a {
    white-space: nowrap;
    font-size: 12px;
    color: #999;
    line-height: 20px
}

.tags a:hover {
    border-bottom: 1px dashed #6fa393
}

.tags a.size5,
.tags a.size6 {
    color: #0cf
}

.tags a.size1 {
    font-size: 13px
}

.tags a.size2 {
    font-size: 14px
}

.tags a.size3 {
    font-size: 15px
}

.tags a.size4 {
    font-size: 16px;
    font-weight: 700
}

.tags a.size5 {
    font-size: 18px
}

.tags a.size6 {
    font-size: 20px;
    font-weight: 700
}

.cite {
    padding: 15px 25px 25px;
    position: relative
}

.cite .left {
    float: left
}

.block-x .pic,
.cite .pic {
    display: table
}

.cite a {
    display: block;
    float: left
}

.cite #cite_next,
.cite .expert {
    float: right
}

.cite h2 {
    margin-top: 0;
    margin-bottom: 10px
}

.cite h2.bliss,
.consult h2.bliss {
    font-size: 22px
}

.cite .text strong {
    display: block;
    color: #00b3d0;
    padding-bottom: 5px
}

.cite .text {
    position: relative;
    padding: 10px 10px 10px 15px
}

.cite .text span {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    color: #aaa
}

.cite .text span.open {
    top: 15px;
    left: -5px
}

.cite .text span.close {
    bottom: 0;
    right: 0
}

.block-x .star,
.cite .star {
    color: #00b3d0;
    vertical-align: bottom;
    display: table-cell;
    width: 100%;
    padding-bottom: 5px
}

.block-x .pic img,
.cite .pic img {
    border: 3px solid #fff;
    border-radius: 3px;
    margin-right: 5px
}

.right .cite {
    margin: 5px 0
}

.social {
    float: left;
    margin: 0 15px 0 0
}

.servs {
    margin: 0 auto;
    padding: 0 0 67px;
    width: 250px
}

.center .services a {
    margin-left: 4px
}

#search {
    border-top: 2px solid #ffc30d;
    border-bottom: 2px solid #ffc30d;
    border-left: 2px solid #ffc30d;
    box-shadow: inset 0 0 0 1px #b2b2b2;
    -webkit-box-shadow: inset 0 0 0 1px #b2b2b2;
    padding: 1px 1px 1px 25px;
    height: 22px
}

#search input {
    border: none;
    width: 215px;
    height: 20px
}

button {
    background-repeat: repeat-x;
    background-position: left top repeat-x;
    border: 1px solid #969696;
    height: 26px;
    margin-top: 7px;
    margin-right: 1px;
    margin-left: 51px;
    margin-bottom: 1px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    background-color: #00b3d0;
    border-radius: 7px;
    bottom: 0;
    left: 0;
    width: 128px
}

#search button {
    float: right;
    width: 52px
}

.right .banner {
    margin-bottom: 10px;
    text-align: center
}

.right .services {
    height: 66px;
    padding-top: 5px;
    color: #00b3d0
}

.right .services a {
    line-height: 1.6;
    color: #00b3d0;
    text-transform: uppercase;
    font-size: 13px
}

.right .services img {
    margin-right: 4px
}

.right .issue {
    border: 1px solid #ccc;
    padding: 14px;
    position: relative;
    margin-bottom: 14px;
    font-size: 13px;
    min-height: 160px
}

.right ul {}

.right .issue ul {
    margin-top: 15px
}

.right .issue .info {
    width: 135px;
    float: right
}

.right .issue .subtitle {
    line-height: 15px
}

.right .issue ul a,
.gray {
    color: #999
}

.right .issue img {
    width: 120px;
    height: 160px
}

.footer {
    background-repeat: repeat-x;
    height: 29px;
    text-align: center;
    padding-right: 21px;
    padding-top: 7px
}

.footer .plate {
    background: #626262;
    height: 325px;
    padding: 10px 0;
    margin: 1px 0 15px;
    font-family: MS Sans Serif, Geneva
}

.footer .plate .column {
    width: 195px;
    height: 325px;
    float: left;
    text-align: center
}

.footer .plate .last {
    background: 0 0;
    width: 185px
}

.footer .plate .row {
    height: 160px
}

.footer .plate .title {
    margin-bottom: 10px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    font-size: 10px
}

.footer .plate a,
.footer .plate p {
    display: block;
    color: #ccc;
    font-size: 11px;
    line-height: 14px
}

.footer .plate p {
    margin-top: 15px;
    color: #a3a2a2
}

.footer .plate p.gray {
    color: #ccc
}

.footer .logo {
    float: left;
    margin: 34px 14px 0 19px
}

.footer .col2,
.footer .col3 {
    color: #a3a2a2;
    float: left;
    font-size: 12px;
    line-height: 14px
}

.footer .col2 {
    width: 370px;
    padding-right: 10px
}

.footer .col3 {
    width: 380px
}

.footer .counters {
    clear: both;
    padding: 10px;
    text-align: center
}

.right h2 {
    font-size: 13px;
    padding-bottom: 3px
}

.contest {
    line-height: 13px
}

.news .contest {
    margin-top: 10px;
    padding: 1px 20px 15px;
    border: 1px dashed #22a9c6;
    box-shadow: 0 0 0 1px #fff inset
}

.contest-intro {
    padding: 10px
}

.contest-intro p {
    padding-bottom: 10px
}

.right .contest {
    padding: 5px 25px 20px
}

.right .contest img {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    max-width: 250px
}

.right .contest p {
    margin-bottom: 5px
}

.right .contest .subtitle {
    font-size: 19px;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 12px;
    display: block;
    line-height: 21px;
    
}

.right .blogs h2 {
    margin-left: -15px
}

.contest .note a {
    display: block;
    font-size: 13px;
    padding: 7px 0
}

.contest .pages {
    margin-top: 5px
}

.right .popular,
.right .blogs {
    padding: 5px 15px
}

.right .popular span {
    color: #76a1c0;
    font-size: 12px
}

.right .blogs .text {
    color: #000;
    font-size: 11px
}

.right .blogs .subtitle {
    font-size: 13px;
    margin-top: 5px
}

.right .blogs .btitle {
    font-size: 13px;
    color: #999
}

.right .blogs .last {
    border-bottom: none
}

.right .blogs .item p,
.also .item p,
.articles-x .item .subtitle {
    padding: 5px 5px 5px 20px;
    display: block
}

.right .blogs .pic,
.article .experts .pic,
.frame {
    width: 42px;
    height: 50px;
    padding: 2px
}

.comments .pic,
.contest .article .pic {
    width: 42px;
    height: 42px;
    padding: 2px
}

.comments .pic img {
    width: 38px;
    height: 38px
}

.comments a.reply {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 2px
}

.comments div.reply {
    margin-left: 45px;
    border-left: 1px dotted #ccc;
    padding-left: 5px
}

.comments div.reply .text {
    width: 540px
}

.comments span {
    line-height: 20px
}

span.views {
    padding: 0 6px 0 12px
}

span.comments {
    padding: 0 6px 0 12px
}

.icon-up {
    padding: 0 6px 0 12px
}

.icon-down {
    padding: 0 6px 0 12px
}

#enc {
    clear: both;
    color: #ccc;
    text-align: center
}

.right .item {
    width: 270px
}

#pager {
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    padding: 12px 6px 3px;
    position: absolute;
    left: -32px;
    transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s
}

#pager a {
    display: block;
    margin-bottom: 9px
}

h1 {
    color: #000;
    font-weight: 700;
    font-size: 22px
}

.article h2 {
    color: #00b3d0;
    font-weight: 700;
    font-size: 22px
}

.article h2 .strelka {
    width: 47px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 58px;
    background-position: 0 0;
    position: absolute;
    right: 0;
    top: 10px;
    background-repeat: no-repeat
}

.article a:hover .strelka {
    background-position: 0 -35px
}

.article h3 {
    color: #999;
    font-weight: 700;
    font-size: 22px
}

.article h2,
.article h3 {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    position: relative
}

.article .pict {
    width: 300px;
    float: left;
    margin: 0 10px 10px 0;
    text-align: right;
    color: #bcbaba;
    font-size: 9px
}

.rub {
    color: #00b3d0;
    display: block;
    padding-bottom: 5px
}

.rub h1 {
    text-transform: uppercase;
    font-size: 14px
}

.article .tags {
    padding: 0;
    border: 0;
    width: auto;
    color: #999;
    float: none;
    line-height: 20px
}

.article .tags a,
.article .tags strong,
.article .tags span {
    color: #0cc
}

.article .short {
    font-size: 14px;
    line-height: 17px;
    padding: 10px 0 20px
}

.article .text,
.gallery .text {
    font-size: 12px;
    line-height: 1.4
}

.gallery .text {
    padding: 10px 20px 10px 0;
    clear: both
}

.text img {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 15px
}

.article {
    font-size: 12px;
    padding: 10px 14px;
    border-right: 1px solid #ec9e1a
}

.article caption {
    padding: 5px
}

.article table {
    border-collapse: collapse
}

.article td,
.article th {
    padding: 3px;
    border: 1px solid #00b3d0
}

.article th {
    text-align: center;
    background-color: #00b3d0;
    color: #fff;
    font-weight: 700
}

.article p,
.article table,
.article li {
    margin-bottom: 10px;
    line-height: 1.4;
    text-align: justify;
    text-indent: 24px;
    font-size: 14px
}

.article li,
.block-x li {
    position: relative;
    text-indent: 0;
    list-style-position: inside;
    list-style-type: circle
}

.article li li {
    margin-top: 5px
}

strong {
    font-weight: 700
}

.article .banner {
    float: left;
    margin: 0 10px 0 0
}

.article .banner[align=right],
.article table[align=right] {
    float: right;
    margin: 0 0 0 10px
}

.article .block-left,
.article .block-center,
.article .block-right,
.block-x {
    border-top: 1px dotted #22a9c6;
    border-bottom: 1px dotted #22a9c6;
    width: 250px;
    padding: 5px 10px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    border-collapse: separate
}

.article .block-center {
    width: auto
}

.article .block-right td,
.article .block-left td {
    border: none
}

.article .block-left {
    float: left;
    margin: 0 10px 0 0
}

.article .block-right {
    float: right;
    margin: 0 0 0 10px
}

.article .experts {
    margin-left: 310px
}

.experts .item {
    width: 100%;
    border: none
}

.experts .item .pic {
    margin-bottom: 0
}

.experts .item p {
    padding: 0 0 5px 5px;
    line-height: 14px
}

.article .related,
.summary {
    width: 215px;
    float: left;
    margin: 0 10px 0 0;
    padding: 10px 20px 20px
}

.article ul {
    text-indent: 0;
    padding: 0
}

.lv_title {
    font-size: 18px
}

.also {
    width: 360px;
    padding: 0 10px 10px;
    margin-top: 10px
}

.right .also {
    width: 278px
}

.also .item,
.comments .item {
    width: 100%
}

.summary {
    margin: 0;
    float: right;
    padding-top: 20px;
    color: #999;
    line-height: 16px
}

.summary strong,
.summary span,
.summary a,
.comments a {
    color: #00b3d0
}

.summary .issue {
    padding-top: 15px
}

.summary img {
    float: left;
    margin-right: 10px
}

.comments {
    padding: 0 10px 10px
}

.comments h2 {
    margin-top: 25px;
    font-size: 24px;
    margin-bottom: 13px
}

.comments .note {
    text-align: right;
    font-size: 11px;
    margin-top: 3px
}

.comments textarea {
    margin-top: 10px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 115px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    vertical-align: top
}

.comments input {
    margin-top: 10px;
    width: 640px;
    padding: 5px
}

input,
textarea,
select {
    border: 1px solid #00b3d0;
    font-size: 12px;
    resize: none
}

.comments .item {
    border: none;
    position: relative;
    font-size: 14px !important;
    margin-bottom: 7px
}

.oh {}

.ah {
    padding: 0;
    margin: 0
}

.ah li {
    list-style-type: circle;
    margin: 0 0 10px
}

.comments .rate {
    float: right
}

.comments .rate a.delete,
.comments .rate a.delete_ban {
    color: red
}

.comments .rate a {
    color: #999
}

.comments .item .text {
    border-bottom: 1px dotted #ccc;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
    overflow: hidden;
    display: block;
    min-height: 50px;
    width: auto
}

.subcomment {
    margin-left: 75px;
    padding: 5px;
    margin-top: 5px;
    color: #999
}

.articles h2 {
    margin-bottom: 10px
}

.left {
    float: left
}

.left .banner_container {
    width: 230px;
    text-align: center;
    padding: 15px 0
}

.left .banner {
    display: inline-block;
    width: auto;
    padding: 0
}

.sponsor {
    border: 1px solid #ccc;
    width: 230px;
    height: 125px
}

.left .news {
    margin-left: 0;
    padding: 0 15px
}

.left .serv {
    margin-top: 0
}

.left .block-x {
    width: 210px;
    border: 1px solid #ccc;
    line-height: 16px;
    padding: 10px;
    margin-top: 10px
}

.article div.rub {
    padding: 10px
}

.articles-big,
.center .banner425 {
    margin-left: 240px
}

.left .spec {
    width: 200px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    display: block
}

.articles-x {
    padding: 0 10px
}

.articles-x {
    margin-left: 230px;
    width: 420px
}

.articles-x .item {
    border-bottom: none;
    margin-left: 110px
}

.articles-x .first {
    margin-left: 0;
    padding-top: 0;
    margin-bottom: 3px
}

.rub-item {
    margin-left: 0;
    padding: 0 0 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #1fa9c6;
    position: relative
}

.rub-item div.text {
    margin-left: 110px
}

.rub-item div.r {
    font-size: 11px
}

.text div.bottom {
    color: #76a1c0;
    font-size: 11px
}

.rub-item div.bottom {
    position: absolute;
    width: 310px;
    bottom: 5px
}

.rub-item p {
    margin-top: 5px
}

.rub-item img {
    float: left
}

.articles-x .first p {
    color: #000;
    font-weight: 400;
    padding: 10px 0 0
}

.articles-x .first a.subtitle {
    background: 0 0;
    padding: 0
}

.articles-x .item .pic {
    margin: 0 10px 0 0
}

.articles-x .more {
    text-align: right;
    font-size: 11px;
    margin-bottom: 10px
}

.pages {
    text-align: right
}

.pages a {
    border: 1px solid #ccc;
    color: #0063a5;
    width: 26px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    text-align: center
}

.pages a.back {}

.pages a.forward {}

.pages a:hover {
    background-color: #d6eff7;
    border-color: #b5deef
}

.pages a.current {
    background-color: #00b3d0;
    border-color: #00b3d0;
    color: #000;
    font-weight: 700
}

.articles-x .pages {
    padding-top: 10px
}

#shadow2 {
    background-color: #000;
    -moz-opacity: .7;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none
}

.modal {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    z-index: 101;
    background-color: #fff;
    display: none;
    overflow: hidden;
    padding: 1px;
    transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s
}

.modal-active {
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1);
    display: block
}

.modal .title {
    background-color: #ffc30d;
    -webkit-text-shadow: 1px 1px 1px #fff;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
    color: #000;
    display: table;
    width: 100%
}

.modal .title span {
    padding: 5px;
    display: table-cell
}

.modal .title div {
    display: table-cell;
    vertical-align: middle
}

.modal .title img {
    float: right;
    cursor: pointer;
    margin-right: 5px
}

.modal .data {
    padding: 15px;
    line-height: 16px
}

.modal .data li {
    margin-left: 20px;
    list-style-position: outside
}

.modal .data img {
    margin: 15px 5px 5px 0
}

#form-login form {
    padding-bottom: 10px
}

.modal .dotted-blue {
    margin: 10px 0
}

input {
    height: 18px
}

select {
    height: 22px
}

input.error,
textarea.error {
    border-color: red
}

::-webkit-input-placeholder {
    color: #999;
    font: 12px Arial, helvetica cy, nimbus sans l, sans-serif
}

:-moz-placeholder {
    color: #999;
    font: 12px Arial, helvetica cy, nimbus sans l, sans-serif
}

.placeholder {
    color: #999;
    font: 12px Arial, helvetica cy, nimbus sans l, sans-serif
}

input[type=checkbox] {
    width: auto !important;
    height: auto !important
}

.modal form input,
.modal form select {
    width: 100%;
    margin-bottom: 1px
}

#form-login input {
    width: 156px
}

.modal form button {
    float: right;
    height: 22px
}

#busy-login,
#busy-register {
    text-align: center;
    display: none;
    padding-bottom: 10px
}

.error {
    color: red
}

.right .user {
    padding: 10px;
    line-height: 16px
}

a {
    color: #00b3d0;
    text-decoration: underline
}

a:hover {
    color: #ec9e1a;
    text-decoration: none
}

.comments .quote {
    margin: 10px 0;
    border-left: 2px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    background-color: #f6f6f6
}

.comments .quote .user {
    font-style: italic
}

.right .question {
    padding: 10px 0;
    display: block
}

.consult {
    padding: 0 10px 10px 0;
    margin-left: 8px
}

.consult .ask {
    text-align: right;
    display: block
}

.left .ask,
.left .queue,
.left .add-friend,
.left .login {
    text-align: center;
    display: block;
    margin-top: 10px
}

.question .frame {
    float: left;
    margin-left: 10px
}

.question .text {
    margin-left: 65px;
    color: #999;
    min-height: 60px
}

.question .q {
    color: #000;
    margin-top: 5px
}

.question .answer {
    padding: 30px 20px 15px;
    color: #000;
    margin-top: -10px;
    margin-left: -9px
}

.post .other,
.forum .other {
    padding: 0 10px
}

.post .other .article {
    padding: 0
}

.post .left {
    width: 150px;
    padding: 0 0 0 14px
}

.post .pad {
    margin-left: 160px;
    padding-top: 0
}

.rubric .rub,
.forum .rub {
    padding: 10px
}

.post .rub,
.forum .rub {
    font-size: 14px;
    padding-top: 10px
}

.post h1,
.article h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 34px
}

.post h1.like-h2 {
    padding-bottom: 1px;
    margin-bottom: 1px
}

.services h1 {
    padding-bottom: 0
}

.post .other > .clear {
    border-bottom: 1px dotted #ccc;
    padding-top: 5px
}

.post .other .left {
    padding: 0
}

.post .other .pages {
    margin-top: 10px
}

.post .more {
    margin-bottom: 10px;
    margin-top: 0
}

.post h2 {
    margin-bottom: 1px
}

.post h3 {
    padding: 0
}

.comments .author {
    text-align: center;
    font-weight: 700;
    color: #00b3d0
}

.contest .comments .author {
    text-align: left
}

.author-info {
    margin-top: 10px;
    color: #999
}

.gallery,
.video {
    padding: 10px 0 10px 14px
}

.gallery .pages,
.video .pages {
    margin: 10px 20px
}

.gallery h2 {
    margin-right: 15px
}

.gallery .thumb {
    display: block;
    float: left;
    width: 200px;
    height: 290px;
    margin: 10px 10px 0 0;
    position: relative;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    overflow: hidden
}

.gallery .thumb .name {}

.gallery .clear {
    padding: 10px;
    text-align: center
}

.gallery .thumb .bottom {
    position: absolute;
    bottom: 5px;
    width: 200px
}

.gallery div.checkbox {
    border: 1px solid #999;
    width: 32px;
    height: 32px;
    margin: 0 auto
}

.gallery div.checkbox input {
    left: -9999px;
    position: absolute
}

.gallery div.checked {
    background-color: #999
}

.gallery .lightview {
    height: 205px
}

.thumb p {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000');
    padding: 5px 8px;
    color: #fff;
    -webkit-text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px #000;
    width: 189px;
    overflow: hidden
}

.lv_shadow {
    background-color: #fff;
    border-radius: 5px
}

.lv_skin canvas {
    height: 0
}

.center .consult {
    float: left;
    width: 290px;
    margin: 10px 0 0 20px;
    padding-right: 20px
}

.center .consult h2 {
    margin: 0 10px;
    padding-bottom: 2px;
    margin-bottom: 5px
}

form.form input,
.form textarea,
.text textarea,
#blogpost input[type=text],
.modal form select {
    width: 100%
}

#poll_name,
#poll_answers {
    display: none
}

#form-question textarea {
    height: 100px
}

.center div.question {
    padding-left: 10px;
    border-left: 1px solid #999;
    color: #999
}

.center div.question a {
    color: #999
}

#form-register label {
    font-size: 90%
}

.left .blogger .frame {
    float: left;
    margin-right: 10px
}

.left .blogger {
    margin-top: 5px;
    color: #999;
    clear: both;
    line-height: 16px;
    border: 1px solid #ccc;
    box-shadow: 0 0 0 1px #fff inset;
    padding: 5px
}

.test .left {
    padding: 0 10px 0 0
}

.test a.item {
    display: block
}

.test input {
    border: none;
    height: auto
}

.test .text form label {
    float: none
}

.test-question {
    margin-bottom: 10px;
    display: none
}

.test-res {
    display: none
}

.test-result {
    padding: 10px;
    border: 1px solid #ccc
}

.test-checked {}

#result {
    display: none
}

.algorithm {
    display: none
}

.algorithm-yes,
.algorithm-no {
    display: none
}

.alg-answer {
    margin-top: 5px;
    padding: 10px;
    font-weight: 700;
    color: #ec9e1a;
    border: 1px solid #ccc;
    box-shadow: 0 0 0 1px #fff inset
}

.contest #add,
.contest #busy {
    display: none
}

.contest .comments textarea {
    height: 200px
}

.contest #busy {
    padding: 10px
}

.contest .comments .rating {
    float: right
}

.contest .article .author {
    float: right
}

.contest .article .author .pic {
    float: left
}

.contest .article .rating {
    padding: 10px 0
}

.contest .rating span {
    font-size: 16px;
    font-weight: 700
}

.center .search input.text {
    width: 100%
}

fieldset {
    margin: 10px 0;
    clear: both
}

legend {
    font-weight: 700
}

.center .search label {
    display: block;
    float: left;
    width: 200px
}

.poll-archive {
    padding: 10px
}

.poll-archive .clear {
    padding-top: 20px
}

.poll-cell {
    float: left;
    width: 300px;
    padding: 0 10px
}

.center .banner_container {
    clear: both
}

.right .banner_container {
    width: 300px;
    overflow: hidden
}

.center .banner425 .banner_container {
    clear: none
}

.text form label {
    float: left;
    padding-top: 3px
}

.text form hr {
    border-top: 1px solid #00b3d0;
    border-bottom: none;
    border-left: none;
    border-right: none
}

.text form input.text,
.text form button {
    display: block;
    margin-top: 2px
}

#frm {
    position: absolute;
    padding: 20px;
    width: 600px;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1);
    transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s
}

#shadow,
#shadow-ex {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #aaa;
    z-index: 1000;
    width: 700px;
    height: 700px
}

#welcome {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: #ccc;
    padding: 20px
}

#skip {
    font-size: 14px;
    font-weight: 700;
    padding: 5px
}

#skip a {
    text-decoration: none
}

#skip a:hover {
    text-decoration: underline
}

.padded {
    margin: 10px 15px
}

.ttp {
    color: #999
}

h1 .ttp {
    font-size: 50%
}

.personal .ttp {
    font-size: 70%;
    color: red
}

.blog-post {
    display: block;
    position: relative
}

#advice_next,
#science_next {
    display: block;
    float: right
}

.center .social-like {
    padding: 5px 0;
    text-align: left
}

#vk_like {
    display: inline
}

.social-like span {
    display: block;
    padding: 0 0 4px
}

.social-like .tw,
.social-like .g {}

.personal {
    padding: 0 10px
}

.personal h2 {
    margin-bottom: 10px
}

.personal li {
    margin-bottom: 10px
}

#map_container {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .15);
    z-index: 1000;
    padding: 10px;
    top: 50px;
    left: 30px
}

.personal form {
    padding: 10px 0
}

.personal label {
    width: 150px;
    display: block;
    float: left
}

.personal form button,
.personal form p {
    margin-left: 150px
}

.personal form p {
    margin-bottom: 5px
}

.personal input,
.personal textarea {
    width: 490px;
    margin-bottom: 5px;
    height: auto
}

.subscribe .personal input,
.subscribe .personal textarea {
    width: 310px
}

.personal input.check {
    width: 20px;
    vertical-align: middle
}

.personal input.file {
    margin-left: 150px
}

.personal .fav {
    float: left
}

p.album {
    margin-bottom: 10px;
    padding-bottom: 10px
}

.personal .gallery {
    padding: 0
}

.personal .gallery h3 {
    text-align: center;
    margin-top: 2px
}

.personal .comments .text {
    margin-left: 0;
    min-height: 0
}

.tags-table td {
    padding: 5px;
    line-height: 16px
}

.tags-table h2 {
    color: #ccc;
    font-weight: 700
}

.personal li {
    display: block;
    float: left;
    width: 200px
}

form.subscribe {
    margin: 10px auto;
    width: 400px
}

form.subscribe button {
    width: 400px;
    margin-top: 10px
}

form.subscribe label {
    width: 105px;
    display: block;
    float: left;
    line-height: 20px
}

form.subscribe input {
    width: 290px
}

form.subscribe p {
    margin-bottom: 10px
}

ol.question li {
    list-style: lower-alpha
}

.community {
    padding: 15px 10px 0;
    margin-left: 230px
}

.community h2 {
    font-size: 18px;
    padding: 0;
    margin: 0 0 10px
}

.community .post .clear {
    margin-bottom: 15px
}

.community .comments {
    padding: 10px 0
}

.community .comments .item .text {
    width: auto
}

.community img.l {
    margin: 20px auto;
    display: block
}

.community .other {
    padding: 0
}

.center .community .consult {
    float: none;
    width: auto;
    padding: 0 0 10px;
    margin: 0
}

.center .community .consult h2 {
    margin-right: 0;
    margin-left: 0
}

.center .community .consult .answer {
    width: 270px
}

.center .community .consult .ask {
    margin-right: 140px
}

.switch a {
    display: block;
    float: left;
    padding: 7px;
    font-size: 11px;
    color: #000;
    font-family: Arial;
    border: 1px solid #cdcdcd;
    border-right: none
}

.switch a.active {
    font-weight: 700;
    background-color: #e0e0e0;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #c5c5c5;
    padding-top: 5px
}

.switch a.first {
    border-radius: 5px 0 0 5px
}

.switch a.last {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #cdcdcd
}

.f-right {
    float: right
}

.video .thumb {
    display: block;
    float: left;
    width: 200px;
    height: 160px;
    margin: 10px 10px 0 0;
    position: relative;
    border: 1px solid #ccc;
    text-align: center;
    overflow: hidden
}

.right .user .friend {
    margin-top: 5px;
    font-size: 90%
}

.personal .a-item {
    height: 166px;
    margin-top: 10px
}

.community-menu {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    position: fixed;
    top: 0;
    width: 950px;
    z-index: 19
}

.community-menu a {
    color: #000
}

.rub-item2 {
    text-transform: lowercase
}

textarea.edit {
    width: 500px
}

input.edit {
    width: 100px;
    margin: 0;
    padding: 0
}

.x-border-box,
.x-border-box * {
    -moz-box-sizing: content-box !important
}

.x-window,
.x-window * {
    -moz-box-sizing: border-box !important
}

.forum .block-x,
.shop .block-x {
    width: 280px;
    margin-bottom: 10px
}

.forum .block-x strong a {
    color: #ec9e1a
}

.block-x h2 {
    margin-top: 5px
}

.forum .rub-item {
    padding-bottom: 20px
}

.forum .rub-item .bottom {
    width: 100%
}

.forum .rub-item p {
    padding-bottom: 5px
}

.compability .product {
    display: none
}

.compability .product div {
    padding: 10px;
    margin-top: 10px
}

.compability .never {
    border: 1px solid red;
    background-color: #faa
}

.compability .good {
    border: 1px solid #0f0;
    background-color: #afa
}

.compability .poor {
    border: 1px solid #ff0;
    background-color: #ffa
}

.alert {
    background-color: red;
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    padding: 0 2px;
    border-radius: 4px
}

.header ul .alert {
    vertical-align: top
}

.top .social {
    float: right;
    margin: 7px 7px 0 0
}

.hint {
    position: absolute;
    background-color: #ff9;
    padding: 5px;
    top: -5px;
    left: 10px
}

.yashare-auto-init {
    float: left
}

.personal .gallery .rate {
    text-align: center
}

.comment_edited {
    color: #999
}

.category_add,
.category_remove {
    color: #999;
    font-size: 90%
}

a.category {
    font-weight: 700
}

ul.mag {
    list-style: none outside none;
    white-space: nowrap
}

ul.mag li {
    display: inline-block
}

.scroll-pane-container ul.mag li img {
    margin-top: 10px
}

.scroll-pane-container ul.mag li.hover img {
    margin-top: 5px
}

.shop .scroll-pane {
    height: 330px;
    width: 650px;
    overflow: auto
}

.shop .pad .scroll-pane {
    width: 490px
}

.shop td.second {
    padding-left: 10px;
    border-left: 1px dotted #ccc
}

.shop td.first {
    padding-right: 10px
}

.shop td {
    vertical-align: top
}

.shop td input {
    height: 10px
}

.shop div.link {
    padding: 5px;
    border-top: 1px dotted #00b3d0 !important
}

.jspDrag {}

.jspHorizontalBar {
    height: 19px;
    background: #efefef
}

.jspCap {
    display: none
}

button.qtitle,
.like-button {
    height: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    border-radius: 7px;
    border: 1px solid #969696;
    font-weight: 700
}

a.like-button {
    display: inline-block;
    padding: 5px;
    height: auto
}

a.qtitle {
    height: auto;
    padding: 5px;
    display: inline-block
}

.bcont {
    text-align: center
}

.vitrina {
    padding: 10px 27px;
    margin-bottom: 5px
}

.vitrina img {
    padding-bottom: 8px
}

.vitrina img.active {
    border-bottom: 8px solid #ec9e1a;
    padding-bottom: 0
}

#robo,
#order {
    text-align: center
}

.shop .a-item {
    height: 228px
}

.shop p {
    margin-bottom: 5px
}

.shop .describ p {
    border: none;
    height: auto;
    width: auto
}

.old_cuff {
    font-family: gill sans mt, myriad pro, dejavu sans condensed, Helvetica, Arial, sans-serif
}

.danger {
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-color: #fef8f8;
    min-height: 64px;
    padding-left: 81px;
    border-top: medium solid teal;
    border-bottom: medium solid teal;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 18px;
    display: block
}

.danger span {
    height: 100%;
    display: table-cell !important;
    vertical-align: middle
}

.spec_doctor {
    background-color: #f4f4f4;
    border-top: medium solid teal;
    border-bottom: medium solid teal;
    padding-top: 8px;
    padding-bottom: 0;
    margin-bottom: 8px;
    margin-top: 0;
    padding-right: 16px;
    padding-left: 13px
}

.spec_doctor p {}

.spec_doctor img {
    display: inline;
    float: left;
    margin-right: 21px;
    margin-bottom: 8px
}

#artivle_main_image {
    margin-bottom: 0;
    width: auto;
    float: left;
    margin-right: 17px
}

#artivle_main_image img {
    border: 3px solid #f4f4f4;
    text-align: center
}

.article a,
.comments a {
    font-weight: 700
}

.contest-image-c {
    text-align: center
}

.cite_img_bl {
    display: table;
    vertical-align: middle;
    margin-bottom: 5px
}

.cite_img_bl img {
    display: table-cell;
    vertical-align: middle
}

.cite_img_bl span {
    display: table-cell;
    padding-top: 0;
    vertical-align: middle;
    padding-left: 8px;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    font-weight: 700
}

.comments form {}

.comments form img {
    vertical-align: top;
    margin-top: 10px
}

.annotation {
    font-size: 12px;
    font-style: italic;
    margin-left: 9px;
    margin-top: 4px
}

@media screen and (max-width:877px) {
    .header .menu {
        display: none
    }

    .header a {
        display: block;
        width: 100%;
        margin: 0
    }

    .header img {
        display: block;
        margin: 4px auto
    }

    .center {
        width: 100%;
        border: none
    }

    .center .article {
        border: none
    }

    .right {
        display: none
    }

    .post h1,
    .article h1 {
        font-size: 25px
    }
}

@media screen and (max-width:577px) {
    .article img {
        float: none !important;
        width: 100% !important;
        display: block !important;
        height: auto !important;
        margin: 0 auto 10px !important
    }

    .btn {
        font-size: 13px;
    }
}
