﻿/* global reset */
* {
    margin: 0;
    padding: 0;
    outline: none;
}

html {
    font: normal 62.5%/1.286 Arial, Verdana;
    height: 100%;
}

body {
    background-repeat: repeat-x;
    font-size: 13px;
    font-size: 1.3rem;
    min-width: 980px;
    min-height: 100%;
}

a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    padding: 0;
    text-align: left;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

hr {
    display: block;
    background: #aaa;
    color: #aaa;
    width: 100%;
    height: 1px;
    border: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

strong, th, thead td {
    font-weight: bold;
}

cite, em, dfn {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

dfn {
    border-bottom: 1px solid #ccc;
}

dt, dd {
    margin-bottom: 6px;
}

dt {
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

dd {
    overflow: hidden;
}

input[type='checkbox'],
input[type='radio'] {
    height: 15px;
    margin: 0 2px 0 0;
    width: 15px;
    vertical-align: text-bottom;
}

label {
    vertical-align: text-top;
}

input[type='text'],
input[type='password'],
select,
textarea {
    border: 1px solid #c6c6c6;
}

input[type='text'],
input[type='password'],
select,
textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 3px;
}
/* end global reset */
html {
    background-color: #fff;
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    color: #DF744D;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.42;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h2 {
    color: #284A86;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 15px;
    position: relative;
}

.lCol h2 {
    margin-left: -30px;
    padding-left: 30px;
}

.rCol h2 {
    margin-right: -30px;
    padding-right: 30px;
}

.cCol h2 {
    margin-right: -20px;
}

h2.green,
h2.sandy {
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}

    h2.green:after,
    h2.sandy:after {
        border: 7px solid;
        content: "";
        height: 0;
        position: absolute;
        right: 0;
        top: 4px;
        width: 0;
    }

    h2.green:after {
        background-color: #258d50;
        border-color: #258d50;
    }

    h2.sandy:after {
        background-color: #e07515;
        border-color: #e07515;
    }

h2.rFlag {
    padding-right: 20px;
}

    h2.rFlag:after {
        border-left-color: #fff;
        padding-right: 2px;
        right: 0;
        top: 1px;
    }

h2.lFlag:after {
    border-right-color: #fff;
    padding-left: 2px;
    left: 0;
}

h2.green.none:after,
h2.sandy.none:after {
    display: none;
}

h3 {
    color: #268A85;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

h4 {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

h5 {
    color: #DF744D;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

h6 {
    color: #000;
}

p {
    margin-bottom: 18px;
    line-height: 1.5;
}

.content p, .content li,
.compsListInOneCat li p,
.textNews p, .textNews li {
    font-size: 1.077em; /* 14px */
}

.content li {
    line-height: 1.5;
}

.content ul,
.content ol {
    margin-left: 40px;
}
/* ������ ������� ������*/
.content .marker {
    background: #FFFF99;
    border-radius: 10px;
    padding: 0 6px;
}

.content .aside {
    color: #444;
    clear: right;
    float: right;
    font-size: 1em;
    margin: 0 0 25px 25px;
    overflow: hidden;
    width: 160px;
}

    .content .aside p {
        font-size: 100%;
        margin: 0 0 5px;
    }

.content .asideImg {
    display: inline-block;
    max-height: 158px;
    max-width: 158px;
    position: relative;
}

    .content .asideImg:after,
    .content .asideImg:before {
        background: #fff;
        border-radius: 50%;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .content .asideImg:after {
        bottom: -83%;
    }

    .content .asideImg:before {
        top: -83%;
    }

.content .aside p,
.content .aside .source {
    display: inline-block;
    margin-left: 8px;
    position: relative;
}

.content .aside a,
.content .aside a:visited {
    color: #217FBE;
}

.content .aside img {
    border-radius: 50%;
    max-height: 160px;
    max-width: 160px;
}

.content blockquote {
    color: #444;
    clear: both;
    display: block;
    line-height: 1.5;
    font-style: normal;
    font-size: 1.077em;
}

    .content blockquote p {
        margin: 0;
        font-size: 100%;
    }

    .content blockquote .innerBQ {
        display: inline-block;
        max-width: 68%;
        min-width: 480px;
        margin: 10px 0 30px 7%;
        padding: 15px 50px;
        position: relative;
    }

    .content blockquote em {
        display: block;
        margin-top: 20px;
    }

    .content blockquote .innerBQ:after,
    .content blockquote .innerBQ:before {
        background: url(/i/blockquote.png) no-repeat;
        content: "";
        height: 35px;
        position: absolute;
        width: 33px;
    }

    .content blockquote .innerBQ:after {
        background-position: -33px 0;
        bottom: 0;
        right: 0;
    }

    .content blockquote .innerBQ:before {
        left: 0;
        top: 0;
    }

.content .alert {
    color: #000;
    clear: both;
    font-weight: bold;
    font-size: 1.077em;
    line-height: 1.5;
    margin: 15px 0 30px 7px;
    padding: 15px 48px 15px 25px;
    position: relative;
}

    .content .alert p {
        margin: 0;
        font-size: 100%;
    }

    .content .alert:after,
    .content .alert:before {
        content: "";
        left: 0;
        position: absolute;
    }

    .content .alert:after {
        bottom: 0;
        left: -6px;
        top: 15px;
        width: 5px;
    }

    .content .alert:before {
        background: url(/i/alert.png) no-repeat;
        height: 21px;
        left: -16px;
        top: -9px;
        width: 25px;
    }

.content .alertPositive {
    background: #E9F7EA;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWY2ZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f0f9e9 0%, #e5f6eb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9e9), color-stop(100%,#e5f6eb));
    background: -webkit-linear-gradient(top, #f0f9e9 0%,#e5f6eb 100%);
    background: -o-linear-gradient(top, #f0f9e9 0%,#e5f6eb 100%);
    background: -ms-linear-gradient(top, #f0f9e9 0%,#e5f6eb 100%);
    background: linear-gradient(to bottom, #f0f9e9 0%,#e5f6eb 100%);
}

    .content .alertPositive:after {
        background: #41B82D;
    }

.content .alertNegative {
    background: #FCE7E7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff1f1 0%, #fce7e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff1f1), color-stop(100%,#fce7e7));
    background: -webkit-linear-gradient(top, #fff1f1 0%,#fce7e7 100%);
    background: -o-linear-gradient(top, #fff1f1 0%,#fce7e7 100%);
    background: -ms-linear-gradient(top, #fff1f1 0%,#fce7e7 100%);
    background: linear-gradient(to bottom, #fff1f1 0%,#fce7e7 100%);
}

    .content .alertNegative:after {
        background: #EC3939;
    }

    .content .alertNegative:before {
        background-position: -25px 0;
    }

.content .plusMinusList {
    clear: both;
    padding: 15px 0 5px;
}

    .content .plusMinusList .plus,
    .content .plusMinusList .minus {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }

    .content .plusMinusList h4 {
        margin-left: 19px;
        margin-bottom: 15px;
    }

        .content .plusMinusList h4:before {
            background: url(/i/pm.png) no-repeat;
            content: "";
            display: inline-block;
            height: 20px;
            margin-right: 5px;
            width: 20px;
            vertical-align: middle;
        }

    .content .plusMinusList .plus h4 {
        color: #3CB371;
    }

    .content .plusMinusList .minus h4 {
        color: #c36;
    }

        .content .plusMinusList .minus h4:before {
            background-position: -20px 0;
        }

.jsLink,
.wrap_jsLink span,
.wrap_jsLink a {
    border-bottom: 1px dashed;
    cursor: pointer;
    text-decoration: none;
}

ul, ol {
    margin-left: 17px;
    margin-bottom: 18px;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul ul {
    list-style-type: square;
}

ul li,
ol li {
    margin-bottom: 6px;
}

input,
textarea {
    font-family: Arial;
    font-size: 1em;
}

abbr, acronym {
    letter-spacing: .1em;
    text-transform: uppercase;
}

    abbr[title], acronym[title], dfn[title] {
        cursor: help;
        border-bottom: 1px solid #ccc;
    }

.clear {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.path {
    padding: 0 0 20px 30px;
}
.path a {
    text-decoration: none;
}

.path > span {
    font-size: 13px;
    margin-right: 5px;
}
.path > span a {
    background-color: rgba(96, 143, 196, 1);
    border-radius: 4px;
    display: inline-block;
    line-height: 1.55;
    padding: 1px 6px;
    white-space: nowrap;
}
.path > span a span {
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.path > span {
    margin-right: 15px;
}
.path > span a {
    border-radius: 4px 0 0 4px;
    padding: 1px 0 1px 6px;
}
.path > span a::after {
    background-color: inherit;
    border-left-color: transparent;
    border-style: solid;
    border-width: 12px 0 12px 11px;
    content: "";
    display: inline-block;
    height: 0;
    margin: -1px -11px -1px 4px;
    vertical-align: middle;
    width: 0;
}
.path > span:nth-last-child(1) a {
    background-color: rgba(96, 143, 196, 1);
}
.path > span:nth-last-child(2) a {
    background-color: rgba(96, 143, 196, .8);
}
.path > span:nth-last-child(3) a {
    background-color: rgba(96, 143, 196, .6);
}
.path > span:nth-last-child(4) a {
    background-color: rgba(96, 143, 196, .4);
}
.path > span:nth-last-child(1) a:hover {
    background-color: rgba(220, 106, 16, 1);
}
.path > span:nth-last-child(2) a:hover {
    background-color: rgba(220, 106, 16, .8);
}
.path > span:nth-last-child(3) a:hover {
    background-color: rgba(220, 106, 16, .6);
}
.path > span:nth-last-child(4) a:hover {
    background-color: rgba(220, 106, 16, .4);
}

.path > span:nth-of-type(1) {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.path > span:nth-of-type(1) a {
    width: 21px;
    height: 23px;
    text-indent: -150px;
    padding: 0;
    overflow: hidden;
    background: url(/i/breadcrumb_dub.png) no-repeat 50% 0;
}
.path > span:nth-of-type(1) a:hover {
    background-color: transparent;
    background-position: 50% -23px;
}
.path > span:nth-of-type(1) a::after {
    display: none;
}
/*===== colors +1 ===== */
body,
.footer .btnFoot,
.footer .btnFoot:visited,
.kolvoNew,
.gettingPopular-abs h4,
.floatedPnl .active a {
    color: #000;
}

a,
.tabs-abs li span,
.tabs-abs li a:visited,
.tabs-abs .kolvo,
.header a,
.header a:visited,
.tabs-abs .all:visited,
.footer .awd,
.footer .awd:visited,
.commentsOneArticles .toAnswer,
.wrap_comments .allcomms:visited,
.listItems-profile .edit a,
.listItems-profile .del a,
.jsLink {
    color: #237fbe;
}

    a:visited {
        color: #909;
    }

        a:hover,
        a:visited:hover,
        .menuTop > ul > li.active2 > a,
        .menuTop > ul > li.active > a,
        .menuTop > ul > li.active2 > a:visited,
        .menuTop > ul > li.active > a:visited,
        .tabs-abs li span:hover,
        .tabs-abs li.active > span,
        .tabs-abs li.active > a,
        .tabs-abs li.active > a:visited,
        .tabs-abs li a:visited:hover,
        .tabs-abs .all:visited:hover,
        .tabs-abs li.addedItem:hover > span,
        .header a:visited:hover,
        .categoriesCompList > li > a:visited:hover,
        .categoriesCompList > li > a:hover,
        .footer .special,
        .footer .awd:hover,
        .commentsOneArticles .toAnswer:hover,
        .wrap_comments .allcomms:visited:hover,
        .jsLink:hover {
            color: #e07515;
        }

h1 {
    color: #e07515;
}

h2.sandy {
    color: #e07515;
}

    h2.sandy a {
        color: inherit;
    }

h2.green {
    color: #258d50;
}

    h2.green a {
        color: inherit;
    }

.menuTop > ul > li > a,
.menuTop > ul > li > a:visited,
.btngr-abs,
a.btngr-abs,
a.btngr-abs:visited,
a.btngr-abs:hover,
a.btngr-abs:visited:hover,
.footer ul:first-child li,
.footer ul:first-child li a,
.footer ul:first-child li a:visited,
.rotatorBanns > div > a {
    color: #fff;
}

    .footer ul:first-child li a:hover {
        color: #000;
    }

.statsPnl > span,
.separator span {
    color: #999;
}

.searchPnl input {
    color: #bbd4d5;
}

.footer .copyright,
.footer .fb,
.footer .fb:visited,
.contentSiteFooter .jsLink,
.wrap_menuFooter ul:last-child .special {
    color: #258d50;
}

.footer .btnFoot:before {
    color: #949494;
}

.categoriesCompList > li > a,
.categoriesCompList > li > a:visited {
    color: #333;
}

.path,
.path a,
.path a:visited {
    color: #fff;
}

/*===== bgs common +2 =====*/
html {
    background-image: url('/i/bgs/bg_html.gif');
}

body {
    background-image: url('/i/bgs/bg_body.png');
}

.menuTop {
    background-image: url('/i/bgs/bg_menutop.gif');
}

    .menuTop > ul > li.active2 > a:before,
    .menuTop > ul > li.active2 > a:after,
    .menuTop > ul > li.active > a:before,
    .menuTop > ul > li.active > a:after,
    .tabs-abs li:before,
    .tabs-abs li:after,
    .tabs-abs ul:after,
    .tabs-abs:before,
    .searchPnl input[type='submit'],
    .statsPnl > span:before,
    .header .favorite:before,
    .header .btngr-addArticle:after,
    .listProductsFor li:after {
        background-image: url('/i/common_sp.png');
    }

.tabs-abs:before {
    background-image: url('/i/bg_tabs.png');
}

.footer .innerFooter {
    background-image: url('/i/bgs/bg_footer.gif');
}

.footer:before {
    background-image: url('/i/bgs/tree.gif');
}

.img .type span:before,
.img .type span:after,
.img .type span i,
.footer .fb:before,
.rotatorBanns .prevs:before,
.rotatorBanns .prevs:after {
    background-image: url('/i/sp2.gif');
}
/*===== abs classes +3 ===== */
.listItems-abs {
    margin: 0 0 20px;
    list-style: none;
}

    .listItems-abs li {
        margin-bottom: 30px;
    }

        .listItems-abs li p {
            margin-bottom: 7px;
        }

    .listItems-abs li {
        display: inline-block;
        margin-bottom: 30px;
        margin-left: 3%;
        min-width: 165px;
        vertical-align: top;
        width: 29.9%;
    }

.tabs-abs {
    height: 34px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    visibility: hidden;
}

    .tabs-abs.noGruppedNeeded,
    .tabs-abs.gruppedExecuted {
        height: auto;
        overflow: visible;
        visibility: visible;
    }

    .tabs-abs .all {
        bottom: 11px;
        position: absolute;
        right: 15px;
    }

.backgroundsize .tabs-abs:before {
    background-repeat: no-repeat;
    background-size: 100% 6px;
    bottom: 0;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    width: 82%;
}

.tabs-abs ul {
    box-shadow: 0 -5px 4px #c7d8e0 inset;
    display: inline-block;
    list-style: none;
    margin: 0;
    position: relative;
}

    .tabs-abs ul:after {
        background-position: -86px -40px;
        content: "";
        height: 34px;
        position: absolute;
        right: -10px;
        top: 0;
        width: 17px;
        z-index: 4;
    }

.tabs-abs li {
    background: #dceff8;
    box-shadow: 0 -5px 4px #c7d8e0 inset;
    float: left;
    height: 20px;
    margin: 0 2px 0 0;
    padding: 7px 18px 7px 22px;
    position: relative;
}

    .tabs-abs li span {
        cursor: pointer;
        text-decoration: underline;
    }

    .tabs-abs li:before,
    .tabs-abs li:after {
        background-repeat: no-repeat;
        bottom: 0;
        content: "";
        height: 40px;
        position: absolute;
    }

    .tabs-abs li:before {
        background-position: -30px -34px;
        left: -7px;
        width: 14px;
    }

    .tabs-abs li:first-child {
        padding-left: 13px;
    }

        .tabs-abs li:first-child:before {
            background-position: 0 -34px;
            left: -26px;
            width: 29px;
        }

    .tabs-abs li.active,
    .tabs-abs li.addedItem:hover {
        background: #fff;
        box-shadow: 0 -3px 4px #f1f1f1;
        cursor: default;
        text-transform: uppercase;
        z-index: 5;
    }

        .tabs-abs li.active > span,
        .tabs-abs li.active > a,
        .tabs-abs li.addedItem:hover > span,
        .tabs-abs li.addedItem:hover > a {
            cursor: default;
            text-decoration: none;
        }

        .tabs-abs li.active:before {
            background-position: -45px -34px;
            left: -9px;
            width: 19px;
        }

        .tabs-abs li.active:after {
            background-position: -66px -34px;
            right: -13px;
            width: 19px;
        }

        .tabs-abs li:first-child.active:before,
        .tabs-abs li.addedItem:hover:before {
            background-position: -103px -34px;
            left: -27px;
            width: 29px;
        }

        .tabs-abs li:last-child.active:after,
        .tabs-abs li.addedItem:hover:after {
            background-position: -133px -34px;
            right: -26px;
            width: 29px;
        }

.tabs-abs .addedItem {
    position: relative;
}

.tabs-abs .hidden {
    background: #fff;
    border-radius: 12px;
    box-shadow: 1px 2px 2px #7B7B7B;
    display: none;
    left: -24px;
    margin-top: -1px;
    padding: 5px 22px 10px;
    position: absolute;
    top: 100%;
}

.tabs-abs .addedItem:hover {
    z-index: 5;
}

.tabs-abs li.addedItem:hover .hidden {
    text-transform: none;
}

.tabs-abs .addedItem:hover .hidden {
    display: block;
}

.tabs-abs .hidden > span,
.tabs-abs .hidden > a {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
}

    .tabs-abs .hidden > span.active {
        color: #000;
        cursor: default;
        text-decoration: none;
    }

.tabs-abs h6 {
    color: #909090;
    font-size: 1em;
    font-weight: normal;
    float: left;
    margin: 9px 20px 0 0;
    line-height: 1;
    vertical-align: top;
}

.tabs-abs .kolvo {
    font-size: .846em;
    font-weight: normal;
    margin-left: 2px;
}

.contentTabs-abs > ul {
    display: none;
    margin-left: -3%;
}

.contentTabs-abs .active {
    display: block;
}

.gettingPopular-abs {
    clear: both;
    margin-bottom: 60px;
    position: relative;
}

    .gettingPopular-abs .inner {
        background: #f3edd8;
        border-radius: 10px;
        padding: 15px 30px 5px;
        position: relative;
        z-index: 1;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyOSUiIHN0b3AtY29sb3I9IiNmYmY3ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWZlOGNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, #fbf7e8 29%, #efe8cf 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#fbf7e8), color-stop(100%,#efe8cf));
        background: -webkit-linear-gradient(top, #fbf7e8 29%,#efe8cf 100%);
        background: -o-linear-gradient(top, #fbf7e8 29%,#efe8cf 100%);
        background: -ms-linear-gradient(top, #fbf7e8 29%,#efe8cf 100%);
        background: linear-gradient(top, #fbf7e8 29%,#efe8cf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf7e8', endColorstr='#efe8cf',GradientType=0 );
    }

    .gettingPopular-abs:after {
        border-radius: 50% / 16px;
        box-shadow: 0 5px 8px #c4c4c4;
        content: "";
        left: 0;
        height: 23px;
        right: 0;
        margin-top: -23px;
        position: absolute;
        top: 100%;
        z-index: 0;
    }

    .gettingPopular-abs h4 {
        font-weight: normal;
        margin: 10px 0 25px;
    }

    .gettingPopular-abs .img .type span:before,
    .gettingPopular-abs .img .type span:after {
        background-position: -48px -4px;
    }

    .gettingPopular-abs .img .type span {
        background-color: #f5f0dc;
        border-radius: 5px 0 5px 0;
    }

.listGettingPopular-abs {
    list-style: none;
    margin: 0 0 0 -3%;
}

    .listGettingPopular-abs li {
        display: inline-block;
        margin: 0 0 25px 3%;
        min-width: 150px;
        vertical-align: top;
        width: 29.8%;
    }

    .listGettingPopular-abs .img {
        height: auto;
    }

        .listGettingPopular-abs .img img {
            border-radius: 8px;
            box-shadow: 0px 2px 10px;
        }

    .listGettingPopular-abs li .cont {
        margin-top: 16px;
    }

        .listGettingPopular-abs li .cont > a {
            font-size: 1.231em;
            font-weight: bold;
        }

.btngr-abs {
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    cursor: pointer;
    display: inline-block;
    padding: 4px 15px;
    position: relative;
    text-decoration: none;
}
.touch .btngr-abs,
.touch .header .favorite {
    font-size: 16px;
    padding: 11px 25px;
}

    .btngr-abs.plus {
        padding-left: 34px;
    }

        .btngr-abs.plus:before {
            content: "+";
            font: 20px Arial;
            left: 14px;
            position: absolute;
            top: 50%;
            margin-top: -13px;
        }

    .btngr-abs.blue {
        border-top: 1px solid #bed2e5;
        border-bottom: 1px solid #375b63;
        background: #6c99c3;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjOTljMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MTdhYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #6c99c3 0%, #517aa2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c99c3), color-stop(100%,#517aa2));
        background: -webkit-linear-gradient(top, #6c99c3 0%,#517aa2 100%);
        background: -o-linear-gradient(top, #6c99c3 0%,#517aa2 100%);
        background: -ms-linear-gradient(top, #6c99c3 0%,#517aa2 100%);
        background: linear-gradient(top, #6c99c3 0%,#517aa2 100%);
    }

.btngr-orange {
    border-style: solid;
    border-width: 1px;
    border-color: #CC8F57 #C57E42 #BA5D1A;
    background: #e98c39;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwOWU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMTc3MTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f09e55 0%, #e17718 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f09e55), color-stop(100%,#e17718));
    background: -webkit-linear-gradient(top, #f09e55 0%,#e17718 100%);
    background: -o-linear-gradient(top, #f09e55 0%,#e17718 100%);
    background: -ms-linear-gradient(top, #f09e55 0%,#e17718 100%);
    background: linear-gradient(top, #f09e55 0%,#e17718 100%);
}

.btn-abs {
    font: 1em Arial;
    padding: 4px 15px;
}

.paging-abs {
    background: #DCEFF8;
    border-radius: 15px;
    list-style: none;
    float: left;
    margin: 5px 0 0;
    padding: 2px;
}

.paging-abs li {
    border-radius: 15px;
    float: left;
    margin: 0;
    padding: 6px 11px;
}

.paging-abs li.active {
    background: #fff;
}

.paging-abs li.active,
.paging-abs li.active a {
    color: #E07515;
    cursor: default;
    text-decoration: none;
}

.paging2-abs {
    clear: both;
    font-size: .923em;/*12*/
    padding: 30px 0;
    text-align: center;
    white-space: nowrap;
}
.paging2-abs a,
.paging2-abs > span {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 2px;
    min-height: 2em;
    min-width: 1.5em;
    padding-top: .5em;
    vertical-align: middle;
}
.paging2-abs a,
.paging2-abs a:visited {
    color: #ccc
}
.paging2-abs a:hover,
.paging2-abs .active {
    color: #E07515;
    text-shadow: 0 0 1px #fff;
}
.paging2-abs a {
    text-decoration: none;
}
.paging2-abs .arr {
    margin-left: 12%;
    padding-top: .4em;
    background: url(/i/egg_paging.png) no-repeat;
}
.paging2-abs .arr:first-child {
    margin-right: 12%;
    margin-left: 0;
}
.paging2-abs .arr:hover,
.paging2-abs .active {
    background: url(/i/egg_paging_active.png) no-repeat;
}
.paging2-abs .arr,
.paging2-abs .active {
    background-size: 100% 100%;
}

.paging2-abs .arrLeft:after,
.paging2-abs .arrRight:after {
    font-family: monospace;
    font-size: 14px;
}
.paging2-abs .arrLeft:after {
    content: "<";
}
.paging2-abs .arrRight:after {
    content: ">";
}




.scrollBar-abs {
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .scrollBar-abs .innerScroll {
        overflow: hidden;
    }

        .scrollBar-abs .innerScroll .moved {
        }

    .scrollBar-abs .scrollBox {
        opacity: .5;
        position: absolute;
        -webkit-transition: opacity .3s ease-out;
        -moz-transition: opacity .3s ease-out;
        -o-transition: opacity .3s ease-out;
        -ms-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out;
    }

        .scrollBar-abs .scrollBox:hover {
            opacity: 1;
        }

        .scrollBar-abs .scrollBox:before {
            background: #adadad;
            content: "";
            position: absolute;
            z-index: 0;
        }

        .scrollBar-abs .scrollBox.vertical {
            bottom: 0;
            right: -20px;
            top: 0;
            width: 25px;
        }

            .scrollBar-abs .scrollBox.vertical:before {
                border-radius: 5px;
                bottom: 0;
                left: 9px;
                right: 9px;
                top: 0;
            }

        .scrollBar-abs .scrollBox .scrollbar {
            cursor: pointer;
            min-height: 25px;
            position: absolute;
            width: 100%;
            z-index: 1;
        }

            .scrollBar-abs .scrollBox .scrollbar:before {
                background: #505050;
                border-radius: 5px;
                content: "";
                position: absolute;
                z-index: 1;
            }

            .scrollBar-abs .scrollBox .scrollbar:after {
                background: #777;
                content: "";
                position: absolute;
                z-index: 2;
            }

        .scrollBar-abs .scrollBox.vertical .scrollbar:before {
            height: 100%;
            left: 9px;
            right: 9px;
        }

        .scrollBar-abs .scrollBox.vertical .scrollbar:after {
            background: url('/i/scrollbar.gif') no-repeat;
            left: 9px;
            right: 9px;
            height: 11px;
            margin-top: -6px;
            top: 50%;
        }

        .scrollBar-abs .scrollBox.gorizontal .scrollbar {
            height: 100%;
        }


/*===== layout +4 =====*/
.imitBody {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1440px;
}

.wrapperMain {
    /*overflow-x: hidden;*/
    padding: 0 30px;
    position: relative;
}

.innerWrapperMain {
    display: table;
    width: 100%;
}

    .innerWrapperMain > div {
        display: table-cell;
        vertical-align: top;
    }

.lCol {
    padding: 10px 20px 40px 0;
}

.cCol {
    background: #f2fbed;
    border-radius: 5px;
    padding: 10px 20px 40px;
    width: 240px;
}

.rCol {
    padding: 10px 0 40px 20px;
    width: 240px;
    /*display:none !important;*/
}

.footer {
    clear: both;
}

.innerFooter {
    min-height: 320px;
    padding: 55px 0 25px 158px;
}

.masterIndex .header,
.masterDefault .header {
    min-height: 302px;
}
/* /layout */



/*===== common +5 =====*/
.date,
.author {
    display: block;
    margin-bottom: 4px;
}

    .date,
    .author,
    .date a,
    .author a,
    .date a:visited,
    .author a:visited {
        color: #909090;
    }

        .date a:hover,
        .author a:hover,
        .date a:visited:hover,
        .author a:visited:hover {
            color: #e07515;
        }

.date {
    font-size: 11px;
    font-size: 1.1rem;
}

.author {
    font-size: 12px;
    font-size: 1.2rem;
}

.kolvoNew {
    background: #f6d5b8;
    border-radius: 10px;
    display: inline-block;
    font-size: .846em;
    margin-left: 10px;
    padding: 4px 10px;
}

.separator {
    clear: both;
    margin: 30px 0 30px;
    position: relative;
    text-align: center;
}

    .separator span {
        background: #fff;
        display: inline-block;
        font-size: 1.143em;
        font-weight: bold;
        padding: 0 20px;
        position: relative;
        z-index: 1;
    }

    .separator:after {
        background: #e9e9e9;
        content: "";
        left: 0;
        height: 1px;
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 0;
    }

.statsPnl {
    display: block;
    margin-top: 7px;
    white-space: nowrap;
}

.statsPnl > span {
    display: inline-block;
    line-height: 1;
    margin-right: 12px;
}

.statsPnl > span:before {
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.statsPnl > span.likes:before {
    background-position: -92px 0;
    height: 13px;
    width: 12px;
}

.statsPnl > span.comments:before {
    background-position: -63px 0;
    height: 11px;
    width: 12px;
}

.statsPnl > span.sponsors:before {
    background-position: -116px 0;
    margin-top: -2px;
    height: 16px;
    width: 12px;
}

.statsPnl > span.views:before {
    background-position: -75px 0;
    height: 9px;
    margin-top: -2px;
    width: 17px;
}

.statsPnl > span.comments2:before {
    background-position: -104px 0;
}

.bubbleInfo img {
    vertical-align: middle;
    margin-right: 10px;
}

.flying_board {
    position: relative;
}

.flying_board_in {
    background: #fff;
    z-index: 800;
    margin-bottom: 20px;
    padding: 10px;
    left: 0;
    right: 0;
}
.flying_board.active h1 {
    font-size: 20px;
}
.flying_board_in .statsPnl .author {
    margin-bottom: 0;
}
.flying_board_in > div:after {
    content:".";
    height: 0;
    font: 0/0 Arial;
    visibility:hidden;
    clear: both;
    display:block;
}

.statsPnl .comments a,
.statsPnl .sponsors a {
    color: #999;
    text-decoration: none;
    border-bottom: 1px #999 dotted;
}

    .statsPnl .comments a:hover,
    .statsPnl .sponsors a:hover {
        color: #e07515;
        border-bottom: 1px #e07515 dotted;
    }


.img {
    display: block;
    height: 134px;
    margin-bottom: 5px;
    text-decoration: none;
    white-space: nowrap;
}

    .img img,
    .img:after {
        display: inline-block;
        vertical-align: bottom;
    }

    .img:after {
        content: "";
        height: 100%;
        width: 0;
    }

    .img img {
        border-radius: 5px;
        max-height: 134px;
        max-width: 100%;
    }

    .img:hover ~ a,
    .img:hover ~ p a,
    .img:hover ~ h3 a,
    .img:hover ~ .cont a {
        color: #E07515;
    }

    .img > .type {
        position: relative;
        vertical-align: bottom;
        display: inline-block;
        z-index: 1;
        max-width: 100%;
        border-radius: 5px;


    }
.listItems-profile .img > .type{
    height: 135px;
    width: 100%;
}

    .img .type span {
        background: #fff;
        border-radius: 5px 0 0 0;
        bottom: 0;
        display: block;
        height: 22px;
        position: absolute;
        right: 0;
        width: 30px;
    }

        .img .type span:before,
        .img .type span:after {
            background-position: -48px 0;
            content: "";
            height: 4px;
            position: absolute;
            width: 4px;
        }

        .img .type span:before {
            bottom: 0;
            left: -4px;
        }

        .img .type span:after {
            right: 0;
            top: -4px;
        }

        .img .type span i {
            display: block;
            margin: 5px auto 0;
        }

.js-tobg-cnt{
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.js-tobg_loaded>img{

}
.js-tobg-cnt>img{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%!important;
    max-height: 100%!important;

}

.Video .type i {
    height: 14px;
    width: 11px;
}

.Article .type i,
.CompanyNews .type i {
    background-position: -12px 0;
    height: 16px;
    width: 14px;
}

.Photo .type i {
    background-position: -27px 0;
    height: 14px;
    width: 20px;
}

.delite .type i {
    background-position: -70px 0;
    height: 16px;
    width: 15px;
}

.add .type i {
    background: url('/i/plus.png') no-repeat 0 0 !important;
    height: 15px;
    width: 16px;
}
h1 .kolvoLikes {
    margin-left: 10px;
}
.kolvoLikes {
    background: #eee;
    border: 1px solid;
    border-color: #e3e3e3 #e7e7e7 #b8b8b8;
    border-radius: 8px;
    color: #363636;
    cursor: pointer;
    font-size: 1.5rem;
    display: inline-block;
    line-height: 1;
    margin-top: -1px;
    padding: 4px 10px;
    vertical-align: middle;
}

    .kolvoLikes:before {
        background: url('/i/like.gif') no-repeat;
        content: '';
        display: inline-block;
        height: 12px;
        margin: 1px 5px 0 0;
        width: 11px;
        vertical-align: top;
        ;
    }

.imageInText {
    display: block;
    margin: 20px 0 35px;
    text-align: center;
}

    .imageInText .comment {
        display: block;
        margin-top: 15px;
        font-size: 13px;
        font-size: 1.3rem;
    }

.img .type .imgInTextLabel {
    background: #fff;
    bottom: auto;
    border-radius: 0 0 5px 0;
    color: #959595;
    height: auto;
    left: 0;
    padding: 3px 6px;
    position: absolute;
    right: auto;
    top: 0;
    width: auto;
}

    .img .type .imgInTextLabel:before,
    .img .type .imgInTextLabel:after {
        background-position: -48px -8px;
    }

    .img .type .imgInTextLabel:before {
        bottom: -4px;
        left: 0;
    }

    .img .type .imgInTextLabel:after {
        top: 0;
        right: -4px;
    }

.addedPhotoSection .ui-sortable {
    margin-left: 0;
}

.addedPhotoSection .img {
    display: inline-block;
    height: 116px;
    margin-top: 10px;
    margin-right: 10px;
}

    .addedPhotoSection .img img {
        /*max-width:175px;*/
        height: 116px;
    }

.addedPhotoSection .imitImg {
    background: #ccc;
    border-radius: 5px;
    display: inline-block;
    font-style: normal;
    height: 116px;
    text-align: center;
    width: 175px;
    white-space: nowrap;
}

    .addedPhotoSection .imitImg b,
    .addedPhotoSection .imitImg:after {
        display: inline-block;
        vertical-align: middle;
    }

    .addedPhotoSection .imitImg:after {
        content: "";
        height: 100%;
        width: 0;
    }

    .addedPhotoSection .imitImg b {
        background: #ddd;
        color: #848484;
        font-weight: normal;
        padding: 5px 10px;
    }

hr.capArticle {
    color: #E9E9E9;
    background: #E9E9E9;
    margin: 15px 0 20px 0;
}

.interviewQ .inner,
.interviewA {
    padding-left: 48px;
}

    .interviewQ .inner:before,
    .interviewA:before {
        content: "\2014";
        position: absolute;
        top: 2px;
        left: 22px;
    }

    .interviewQ .inner:before {
        top: 14px;
    }

.interviewQ {
    clear: both;
    position: relative;
}

    .interviewQ .inner {
        background: #f3edd8;
        border-radius: 10px;
        display: block;
        font-size: 1.142em; /*16*/
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 20px;
        position: relative;
        z-index: 1;
        background: #f3f8d2;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjhkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmYzYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f3f8d2 0%, #ebf3c3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f8d2), color-stop(100%,#ebf3c3));
        background: -webkit-linear-gradient(top, #f3f8d2 0%,#ebf3c3 100%);
        background: -o-linear-gradient(top, #f3f8d2 0%,#ebf3c3 100%);
        background: -ms-linear-gradient(top, #f3f8d2 0%,#ebf3c3 100%);
        background: linear-gradient(to bottom, #f3f8d2 0%,#ebf3c3 100%);
    }

    .interviewQ:after {
        border-radius: 50% / 16px;
        box-shadow: 0 5px 8px #c4c4c4;
        content: "";
        left: 0;
        height: 23px;
        right: 0;
        margin-top: -23px;
        position: absolute;
        top: 100%;
        z-index: 0;
    }

    .interviewQ:before {
        background: url('/i/bird.png') no-repeat;
        bottom: -13px;
        content: "";
        height: 26px;
        left: -20px;
        position: absolute;
        width: 40px;
        z-index: 2;
    }

.interviewA {
    margin-bottom: 38px;
    padding-left: 48px;
    position: relative;
}

.nowrap {
    white-space: nowrap;
}

.hr {
    background: url(/i/hr.gif) no-repeat 0 100%;
    -webkit-background-size: 100% 8px;
    -moz-background-size: 100% 8px;
    background-size: 100% 8px;
    color: #999;
    clear: both;
    margin: 30px 0;
    padding-bottom: 10px;
}

.otk {
    clear: both;
    text-align: center;
}

    .otk div {
        background-position: 50% 0;
        background-repeat: no-repeat;
        display: inline-block;
        height: 135px;
        margin: 35px 0;
        max-width: 626px;
        width: 100%;
    }

    .otk.ru div {
        background-image: url("/i/otk_ru.png");
    }

    .otk.ro div {
        background-image: url("/i/otk_ro.png");
    }

.noSelect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*=====  /common =====*/

/*=====  difference +6 =====*/
.listItems-articles h3 {
    margin-bottom: 6px;
}
.listItems-articles .Article .img .type span{
    display: none;
}

.listItems-news {
    margin-left: -3%;
}

.listItems-newsOneCat {
    margin-left: -3%;
}

    .listItems-newsOneCat .date,
    .listItems-newsOneCat .author {
        display: inline-block;
    }

    .listItems-newsOneCat li > a {
        display: block;
    }

.listItems-newsCcol > li {
    margin-left: 0;
    width: auto;
}

    .listItems-newsCcol > li p {
        margin-bottom: 0;
    }

.listItems-newsCcol .img {
    height: auto;
}

    .listItems-newsCcol .img img {
        border: 1px solid #ebeceb;
    }

.listItems-newsCcol .date {
    font-size: .857em;
}

.selection ul,
.listItems-popArticlesRcol {
    margin-top: 20px;
}

    .selection .listItems-articles li,
    .listItems-popArticlesRcol li {
        margin-left: 0;
        min-width: none;
        display: block;
        overflow: hidden;
        width: auto;
    }

    .selection .listItems-articles .img,
    .listItems-popArticlesRcol .img {
        float: left;
        height: auto;
        max-height: 90px;
        max-width: 90px;
        margin-right: 10px;
    }

        .selection .listItems-articles .img img,
        .listItems-popArticlesRcol .img img {
            max-height: 90px;
        }

    .selection .listItems-articles .cont,
    .listItems-popArticlesRcol .cont {
        overflow: hidden;
    }

    .selection .listItems-articles .author,
    .listItems-popArticlesRcol .author {
        margin-bottom: 0;
    }

    .selection .listItems-articles .statsPnl,
    .listItems-popArticlesRcol .statsPnl {
        display: none;
    }

.selection .listItems-articles li h3 {
    font-size: 1.4rem;
}

.selection > h3 {
    font-size: 1.8rem;
}

.listItems-popArticlesRcol li h3 {
    font-size: 1em;
}

.listItems-profile > li {
    margin-top: 20px;
}
.listItems-profile .wrap_img {
    display: inline-block;
    min-width: 200px;
}


.listItems-profile .js-tobg-cnt {
    overflow: visible;
}
.listItems-profile .type > span {
    display: none;
}
.listItems-profile .del:not(:hover),
.wrap_img__main__text:not(:hover) {
    opacity: .6;
}
.listItems-profile .del {
    font-size: .846em;
}
.listItems-profile .edit {
    vertical-align: middle;
}
.listItems-profile .edit a {
    background: url("/i/pen.gif") no-repeat;
    background-size: 100% auto;
    display: inline-block;
    margin-left: 4px;
    height: 23px;
    width: 21px;
}
.listItems-profile .cont p {
    display: none;
}
.listItems-profile .cont:not(:hover) .edit {
    opacity: 0;
}
.listItems-profile .cont:not(:hover) .statsPnl {
    opacity: .5;
}
.listItems-profile .wrap_img:hover + .cont .statsPnl {
    opacity: 1;
}
.touch .listItems-profile .cont .edit {
    opacity: 1;
}

.listItems-profile .del {
    display: block;
    margin: -14px 5px 5px 0;
    text-align: right;
}


.btngr-orange.moreArticles,
.btngr-orange.moreNews {
    display: block;
    left: -3%;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    width: 30%;
}
.touch .btngr-orange.moreArticles,
.touch .btngr-orange.moreNews {
    max-width: none;
}

.btngr-addCompany {
    float: right;
}

.btngr-resSearchPage {
    display: table;
    margin: 0 auto 60px;
}

.contentTabs-actualArticles > ul,
.contentTabs-mostArticlesOneTheme > ul {
    display: block;
}

.gettingPopular-oneArticle {
    margin-top: 50px;
}

.listGettingPopular-articles .img img {
    box-shadow: none;
}

.listGettingPopular-oneArticle li .cont {
    margin-top: 0;
}

.listGettingPopular-oneArticle .statsPnl span:first-child {
    margin-right: 8px;
    padding-right: 8px;
}

.listGettingPopular-oneArticle li .author {
    margin-bottom: 4px;
}

.listGettingPopular-oneArticle .img img {
    box-shadow: none;
}

.gettingPopular-events:before {
    border-left: 4px dotted #fff;
    bottom: 1px;
    content: "";
    position: absolute;
    right: 6%;
    top: 0;
    z-index: 2;
}

.gettingPopular-events ul {
    list-style: none;
    margin: 0 0 10px -2.5%;
}

.gettingPopular-events li {
    display: inline-block;
    font-size: 1.231em; /*16*/
    margin: 5px 0 15px 2.5%;
    min-width: 115px;
    width: 22%;
}

    .gettingPopular-events li a {
        border-bottom: 1px dotted;
        text-decoration: none;
    }

.tabs-lastProfile {
    margin-left: 15px;
}
/*=====  /difference =====*/

/*===== header =====*/
.header .langsPnl {
    list-style: none;
    float: left;
    margin: 120px 45px 0 30px;
}

    .header .langsPnl li {
        color: #000;
        float: left;
        font-size: .923em; /* 12px */
        margin: 0 10px 0 0;
        text-transform: uppercase;
    }

.header .accountPnl {
    font-size: 1.077em; /* 14px */
    float: left;
    margin: 117px 0 0;
}

    .header .accountPnl a {
        margin-right: 15px;
    }

.header .addedPnl {
    float: right;
    margin: 113px 30px 0 0;
}

    .header .addedPnl a {
        display: inline-block;
        margin-left: 15px;
        position: relative;
    }

.header .btngr-addArticle:after,
.header .favorite:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

.header .favorite {
    border-radius: 4px;
    padding: 4px 15px 4px 30px;
background: -moz-linear-gradient(top,  #d9e8f5 0%, #d4e6f4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9e8f5), color-stop(100%,#d4e6f4));
background: -webkit-linear-gradient(top,  #d9e8f5 0%,#d4e6f4 100%);
background: -o-linear-gradient(top,  #d9e8f5 0%,#d4e6f4 100%);
background: -ms-linear-gradient(top,  #d9e8f5 0%,#d4e6f4 100%);
background: linear-gradient(to bottom,  #d9e8f5 0%,#d4e6f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e8f5', endColorstr='#d4e6f4',GradientType=0 );
}

    .header .favorite:before {
        background-position: -49px -16px;
        height: 14px;
        top: 50%;
        margin-top: -9px;
        left: 8px;
        width: 14px;
    }

.header .btngr-addArticle:after {
    background-position: -63px -16px;
    height: 9px;
    left: 14px;
    top: 100%;
    width: 10px;
}

.header .logo {
    display: inline-block;
    margin: 20px 0 60px 94px;
}

.header .articleHeader {
    float: right;
    margin: 48px 70px 10px 0;
    width: 250px;
}

    .header .articleHeader > span {
        display: inline-block;
        height: auto;
        vertical-align: middle;
    }

    .header .articleHeader .img {
        margin-right: 10px;
    }

    .header .articleHeader img {
        border-radius: 8px;
        max-width: 96px;
        max-height: 96px;
        box-shadow: 0px 2px 10px;
    }

    .header .articleHeader > span + span {
        max-width: 140px;
    }

.header {
    background-image: url('/i/header/bush_r.png'), url('/i/header/house.png'), url('/i/header/sky.jpg');
    background-repeat: no-repeat;
    background-position: 100% 100%, 0 100%, 0 100%;
}

    .header .inner {
        /*background: url('/i/header/bush_r.png') 100% 100%;
        background-repeat: no-repeat;*/
        height: 100%;
        position: relative;
        z-index: 3;
    }

.pastoral {
    left: 0;
    height: 303px;
    overflow: hidden;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}

    .pastoral:after {
        content: "";
        display: inline-block;
        height: 100%;
        width: 0;
    }

    .pastoral .tree {
        background-image: url('/i/header/tree.png');
        background-repeat: no-repeat;
        background-position: 50% 100%;
        display: inline-block;
        height: 303px;
        margin: auto;
        width: 1280px;
    }

.clouds {
    background: url('/i/header/clouds.png') no-repeat 50% 0;
    height: 187px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.csstransitions .pastoral .tree {
    width: 0;
    opacity: 0;
}

.csstransitions .pastoral.showTreeOnLoad .tree {
    opacity: 1;
    width: 1280px;
}

.csstransitions .pastoral .tree.active {
    opacity: 1;
    width: 1280px;
    -moz-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
/*===== menus +7 =====*/
.menuTop {
    background-color: #279396;
    margin-bottom: 40px;
    padding: 9px 30px 0 22px;
    position: relative;
    z-index: 10;
}

    .menuTop,
    .menuTop .sub {
        box-shadow: 0 14px 23px #a8a8a8;
    }

        .menuTop > ul {
            list-style: none;
            margin: 0;
        }

            .menuTop > ul > li {
                float: left;
                font-size: 1.143em;
                margin: 0 20px 0 0;
            }

                .menuTop > ul > li > a {
                    display: block;
                    height: 20px;
                    padding: 3px 8px 11px;
                    position: relative;
                    text-shadow: 1px 1px 1px #19595b;
                    text-decoration: none;
                    text-transform: uppercase;
                    z-index: 1;
                }

                .menuTop > ul > li.active2 > a {
                    background: #fff;
                    text-shadow: none;
                }

                .menuTop > ul > li > a:before {
                    background: #fff;
                    border-radius: 50%;
                    content: "";
                    left: -12px;
                    height: 5px;
                    position: absolute;
                    top: 11px;
                    width: 5px;
                }

                .menuTop > ul > li:first-child > a:before,
                .menuTop > ul > li.active2 + li > a:before {
                    display: none;
                }

                .menuTop > ul > li.active2 > a:before,
                .menuTop > ul > li.active2 > a:after {
                    background-color: transparent;
                    background-repeat: no-repeat;
                    border-radius: 0;
                    content: "";
                    display: block;
                    height: 34px;
                    position: absolute;
                    top: 0;
                    width: 23px;
                }

                .menuTop > ul > li.active2 > a:before {
                    left: auto;
                    right: 100%;
                }

                .menuTop > ul > li.active2 > a:after {
                    background-position: -24px 0;
                    left: 100%;
                }

                .menuTop > ul > li.active2 {
                    background-color: #fff;
                    box-shadow: 0 0px 0 #fff, 0 -1px 2px rgba(0,0,0,.3);
                }

                .menuTop > ul > li.active > a {
                    background: #fff;
                    border-radius: 10px;
                    margin-bottom: 9px;
                    padding-bottom: 2px;
                    text-shadow: none;
                }

                .menuTop > ul > li.active2 > a {
                    border-radius: 0;
                    height: 31px;
                    margin-bottom: 0;
                    padding-bottom: 0;
                }

        .menuTop .sub {
            background: #fff;
            border-radius: 10px;
            display: none;
            left: 0;
            min-width: 750px;
            padding: 30px;
            position: absolute;
            right: 570px;
            top: 100%;
            z-index: 0;
        }

        .menuTop > ul > li.active2 .sub {
            display: block;
        }

        .menuTop .sub ul {
            list-style: none;
        }

            .menuTop .sub ul ul {
                margin-top: 5px;
            }

        .menuTop .listSub {
            float: left;
            margin: 0;
            width: 23%;
        }

        .menuTop .blocks {
            float: right;
            width: 75%;
        }

        .menuTop .block {
            float: left;
            margin-left: 4%;
            width: 29%;
        }

            .menuTop .block h4 {
                min-height: 36px;
                margin-bottom: 5px;
            }

            .menuTop .block .img {
                margin-bottom: 16px;
            }

            .menuTop .block p {
                margin: 0;
            }

        .menuTop .blockTag img {
            border-radius: 8px;
            box-shadow: 0 2px 10px;
        }

        .menuTop .companyCardOneArticle {
            border-top: 0;
            margin: 0;
        }

            .menuTop .companyCardOneArticle:after {
                box-shadow: none;
            }

            .menuTop .companyCardOneArticle .inner {
                padding: 10px 0 0;
            }

            .menuTop .companyCardOneArticle .brief {
                display: block;
                max-width: none;
            }

.searchPnl {
    position: absolute;
    right: 30px;
    width: 18%;
}

    .searchPnl input[type='text'] {
        background: #1b7072;
        box-shadow: 0 2px 4px #155859 inset;
        border-radius: 15px;
        border: none;
        padding: 4px 30px 4px 15px;
        width: 100%;
    }

    .searchPnl input[type='submit'] {
        background-color: #1B7072;
        background-position: -47px 0;
        border: none;
        cursor: pointer;
        height: 16px;
        padding: 0;
        position: absolute;
        right: 8px;
        top: 4px;
        width: 16px;
        -webkit-appearance: none;
    }
/*===== /menus =====*/

/*===== footer +8 =====*/
.footer {
    background: #efefef;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #efefef 0%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#fefefe));
    background: -webkit-linear-gradient(top, #efefef 0%,#fefefe 100%);
    background: -o-linear-gradient(top, #efefef 0%,#fefefe 100%);
    background: -ms-linear-gradient(top, #efefef 0%,#fefefe 100%);
    background: linear-gradient(top, #efefef 0%,#fefefe 100%);
    position: relative;
}

    .footer:before {
        bottom: 30px;
        content: "";
        left: 36px;
        height: 391px;
        position: absolute;
        width: 294px;
    }

    .footer .innerFooter {
        background-repeat: repeat-x;
        background-position: 0 100%;
        position: relative;
    }

    .footer ul {
        list-style: none;
        float: left;
        margin: 0 0 20px;
        width: 16.35%;
    }

    .footer li {
        margin-bottom: 3px;
        padding-right: 15px;
    }

    .footer .special {
        font-size: 1.143em;
        margin-bottom: 7px;
        text-transform: uppercase;
    }

.footFoot {
    border-top: 1px solid #ccc;
    clear: both;
    margin: 0 30px 0 16%;
    padding-top: 20px;
}

.footer .awd {
    font-size: .923em;
    float: right;
    margin-top: -18px;
    text-decoration: none;
    white-space: nowrap;
    width: 190px;
}

    .footer .awd span {
        font-size: 11px;
        color: #7F8180;
        display: inline-block;
        vertical-align: middle;
    }

    .footer .awd img {
        display: inline-block;
        vertical-align: middle;
    }

.cubusFooter {
    float: right;
    font-size: .923em;
    margin-top: -7px;
    text-decoration: none;
    width: 24%;
}

    .cubusFooter img {
        display: block;
        margin-bottom: 4px;
    }

    .cubusFooter span {
        text-decoration: underline;
    }

.footer .btnFoot {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    display: inline-block;
    margin: 0 20px 25px 0;
    padding: 4px 10px;
    text-decoration: none;
}

    .footer .btnFoot:before {
        content: "+";
        display: inline-block;
        line-height: 1;
        font-size: 15px;
        font-weight: bold;
        margin-right: 7px;
        vertical-align: text-bottom;
    }

.footer .fb,
.footer .copyright {
    display: inline-block;
    font-size: .9286em;
}

.footer .fb {
    bottom: 44px;
    left: 55px;
    position: absolute;
}

    .footer .fb:before {
        background-position: -52px 0;
        content: "";
        left: -20px;
        height: 16px;
        position: absolute;
        top: 0;
        width: 16px;
    }


/* tnr sprosit Artura */
.wrap_menuFooter {
    /*overflow:hidden;*/
    position: relative;
}

    .wrap_menuFooter ul:first-child {
        overflow: visible;
    }

        .wrap_menuFooter ul:first-child li:last-child {
            margin-top: 50px;
            max-width: 80px;
            line-height: 1.5em;
            position: relative;
        }

            .wrap_menuFooter ul:first-child li:last-child a {
                color: #FFFFBF;
            }

            .wrap_menuFooter ul:first-child li:last-child:before {
                background: transparent url(/i/oak-leaf.png) 0 0 no-repeat;
                position: absolute;
                content: '';
                top: 5px;
                left: -35px;
                width: 28px;
                height: 29px;
            }


    .wrap_menuFooter:after {
        background: #ccc;
        bottom: 20px;
        content: "";
        right: 19.8%;
        position: absolute;
        top: 0;
        width: 1px;
    }

.contentSiteFooter p {
    margin-bottom: 5px;
}
/*===== /footer =====*/

.listNewCompsOnIndex,
.listNewThemesOnIndex {
    list-style: none;
    margin: 0 0 50px;
}

    .listNewCompsOnIndex > li,
    .listNewThemesOnIndex > li {
        display: table;
        width: 100%;
    }

    .listNewCompsOnIndex .img,
    .listNewThemesOnIndex .img {
        height: auto;
    }

    .listNewCompsOnIndex li > a,
    .listNewThemesOnIndex li > a,
    .listNewCompsOnIndex .cont,
    .listNewThemesOnIndex .cont {
        display: table-cell;
    }

    .listNewCompsOnIndex > li {
        margin: 0 0 20px;
    }

    .listNewCompsOnIndex li > a {
        width: 75px;
    }

    .listNewCompsOnIndex li > a,
    .listNewCompsOnIndex .cont {
        vertical-align: top;
    }

    .listNewCompsOnIndex .cont {
        padding-left: 15px;
    }

    .listNewCompsOnIndex li > a {
        text-align: center;
    }

        .listNewCompsOnIndex li > a img {
            max-width: 75px;
        }

    .listNewThemesOnIndex > li {
        margin: 0 0 30px;
    }

    .listNewThemesOnIndex li > a,
    .listNewThemesOnIndex .cont {
        vertical-align: middle;
    }

        .listNewThemesOnIndex .cont a {
            font-size: 1.231em; /* 16px */
        }

    .listNewThemesOnIndex li > a {
        width: 100px;
        min-width: 100px;
    }

        .listNewThemesOnIndex li > a:after {
            display: none;
        }

        .listNewThemesOnIndex li > a img {
            box-shadow: 0px 2px 10px;
            max-width: 90px;
        }

.listMostThemes {
    list-style: none;
    margin: 0;
}

    .listMostThemes li {
        margin: 0 0 30px;
        margin-left: 3%;
    }

        .listMostThemes li:after {
            content: ".";
            clear: both;
            display: block;
            visibility: hidden;
            font: 0/0 Arial;
        }

    .listMostThemes .img {
        float: left;
        height: auto;
        margin: 0 0 30px;
        width: 200px;
    }

        .listMostThemes .img img {
            border-radius: 8px;
            max-width: 177px;
            box-shadow: 0px 2px 10px;
        }

    .listMostThemes .cont {
        overflow: hidden;
    }

        .listMostThemes .cont > a {
            font-size: 1.385em;
        }

        .listMostThemes .cont > p {
            margin: 7px 0 0;
        }

.listProductsFor {
    list-style: none;
    margin: 0;
}

    .listProductsFor li {
        padding-left: 23px;
        position: relative;
    }

        .listProductsFor li:after {
            background-position: -73px -16px;
            content: '';
            left: 0;
            height: 11px;
            position: absolute;
            top: 3px;
            width: 15px;
        }

    .listProductsFor .kolvo {
        color: #000;
        font: .786em Arial;
        margin-left: 4px;
    }

.SponsorsOnMapLink {
    color: #999;
    border-bottom: 1px #999 dotted;
    cursor: pointer;
    float: right;
    margin-top: -40px;
    position: relative;
}

    .SponsorsOnMapLink:before {
        background-image: url('/i/place.png');
        background-repeat: no-repeat;
        width: 12px;
        height: 18px;
        content: "";
        display: inline-block;
        margin-left: -19px;
        padding-left: 7px;
        vertical-align: text-bottom;
    }

    .SponsorsOnMapLink:hover {
        color: #e07515;
        border-bottom: 1px #e07515 dotted;
    }

.SponsorsOnMapDiv {
    box-shadow: 0 0 10px 1px #999;
    border-radius: 10px;
    margin-bottom: 40px;
}

    .SponsorsOnMapDiv > div {
        border-radius: 10px;
    }

.listSponsorsDivision {
    list-style: none;
    margin: 0 0 0 -4.5%;
}

    .listSponsorsDivision .cont {
        width: calc(100% - 116px);
    }

    .listSponsorsDivision li {
        display: inline-block;
        width: 45%;
        margin-left: 4.5%;
        margin-bottom: 30px;
        min-width: 292px;
        vertical-align: top;
    }

        .listSponsorsDivision li > a {
            border: 1px solid #e5e5e5;
            border-radius: 8px;
            display: inline-block;
            height: 75px;
            margin-right: 10px;
            text-align: center;
            vertical-align: top;
            white-space: nowrap;
            width: 100px;
        }

        .listSponsorsDivision li a:after,
        .listSponsorsDivision li a img {
            display: inline-block;
            vertical-align: middle;
        }

        .listSponsorsDivision li a:after {
            content: "";
            height: 100%;
            width: 0;
        }

        .listSponsorsDivision li a img {
            border-radius: 8px;
            max-width: 75px;
            max-height: 75px;
        }

        .listSponsorsDivision li .cont {
            display: inline-block;
            vertical-align: middle;
        }

        .listSponsorsDivision li .nameComp {
            display: block;
            margin-bottom: 4px;
        }

        .listSponsorsDivision li .cont p {
            margin: 4px 0 0;
        }

    .listSponsorsDivision .address {
        /*white-space: nowrap;*/
    }

.headerPnl {
    margin-bottom: 35px;
}

    .headerPnl:after {
        content: ".";
        clear: both;
        display: block;
        font: 0/0 Arial;
        height: 0;
        visibility: hidden;
    }

    .headerPnl .description {
        float: left;
        width: 73%;
    }

    .headerPnl .sponsor {
        float: right;
        min-width: 102px;
        width: 18%;
    }

        .headerPnl .sponsor .img {
            border: 1px solid #e5e5e5;
            border-radius: 8px;
            float: left;
            height: 75px;
            margin-right: 10px;
            text-align: center;
            white-space: nowrap;
            width: 100px;
        }

            .headerPnl .sponsor .img:after,
            .headerPnl .sponsor .img img {
                display: inline-block;
                vertical-align: middle;
            }

            .headerPnl .sponsor .img:after {
                content: "";
                height: 100%;
                width: 0;
            }

            .headerPnl .sponsor .img img {
                border-radius: 8px;
                max-width: 75px;
                max-height: 75px;
            }

.headerThemesPnl h1 {
    margin-top: -5px;
}

.headerThemesPnl .img {
    float: left;
    height: auto;
    margin-left: -30px;
    margin-right: 30px;
}

    .headerThemesPnl .img img {
        border-radius: 0 5px 5px 0;
        max-height: none;
        max-width: 150px;
    }

.headerThemesPnl .cont {
    overflow: hidden;
}

    .headerThemesPnl .cont p {
        font-style: italic;
        margin: 10px 0 0;
    }

.headerArticlesPnl .relativeTo {
    color: #909090;
    float: left;
    line-height: 1.2;
    white-space: nowrap;
}

.headerArticlesPnl ul {
    list-style: none;
    margin: 0 0 20px;
    overflow: hidden;
}

    .headerArticlesPnl ul li {
        display: inline-block;
        margin: 0 0 5px 9px;
        white-space: nowrap;
    }

.devName {
    display: block;
    font-size: .667em;
    margin-top: 5px;
    text-transform: none;
}

.wrap_categoriesComp ul {
    list-style: none;
    margin: 0;
}

    .wrap_categoriesComp ul.level_1 {
        margin-bottom: 25px;
    }

.wrap_categoriesComp li {
    margin: 10px 0 0;
}

    .wrap_categoriesComp li ul {
        margin-left: -3%;
    }

    .wrap_categoriesComp li li {
        display: inline-block;
        margin-left: 3%;
        vertical-align: top;
        width: 30.3%;
    }

.categoriesCompList > li > a {
    font-size: 1.385em;
}

.categoriesCompList .active {
    background: #fff;
    border-radius: 5px;
    margin-left: 1.5%;
    padding: 5px 1.5%;
    width: 28.8%;
}

.categoriesCompList sup {
    margin-left: 5px;
    vertical-align: middle;
}

.compsListInOneCat {
    list-style: none;
    margin: 0;
}

    .compsListInOneCat > li {
        border-bottom: 1px solid #E9E9E9;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .compsListInOneCat .logo {
        border: 1px solid #E5E5E5;
        border-radius: 8px;
        float: right;
        clear: right;
        height: 75px;
        margin-right: 10px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        width: 100px;
    }

        .compsListInOneCat .logo:after,
        .compsListInOneCat .logo img {
            display: inline-block;
            vertical-align: middle;
        }

        .compsListInOneCat .logo:after {
            content: "";
            height: 100%;
            width: 0;
        }

        .compsListInOneCat .logo img {
            max-height: 75px;
            max-width: 75px;
        }

    .compsListInOneCat .statsPnl {
        float: right;
        margin-bottom: 10px;
    }

    .compsListInOneCat .imgsAdditList {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 134px;
        overflow: hidden;
    }

        .compsListInOneCat .imgsAdditList li {
            display: inline-block;
            margin-right: 15px;
            vertical-align: middle;
            height: 134px;
        }

            .compsListInOneCat .imgsAdditList li:after {
                content: "";
                display: inline-block;
                height: 100%;
                position: relative;
                vertical-align: middle;
                width: 0;
            }

            .compsListInOneCat .imgsAdditList li img {
                vertical-align: middle;
                border-radius: 10px;
                display: inline-block;
                max-width: 125px;
            }

        .compsListInOneCat .imgsAdditList a {
            text-decoration: none;
        }

.wrap_allCategoriesComp {
    margin-top: -40px;
}

    .wrap_allCategoriesComp ul {
        list-style: none;
        margin: 0;
    }

    .wrap_allCategoriesComp li {
        margin: 10px 0 0;
    }

        .wrap_allCategoriesComp li ul {
            margin-left: -3%;
        }

        .wrap_allCategoriesComp li li {
            display: inline-block;
            margin-left: 3%;
            vertical-align: top;
            width: 30.3%;
        }

    .wrap_allCategoriesComp .categoriesCompList > li {
        margin-top: 40px;
    }

    .wrap_allCategoriesComp li sup {
        font-size: .846em; /* 11px */
        margin-left: 5px;
        vertical-align: middle;
    }

.pagingNews {
    margin-bottom: 20px;
}
.pagingNews h6 {
    font-size: .923em;
    font-weight: normal;
    float: left;
    margin: 14px 15px 0 0;
}
/* one article page */
.oneArticlePage .author {
    font-size: 1em;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 20px;
}

.oneArticlePage .relativePnl {
    border-bottom: 1px solid #e9e9e9;
    clear: both;
    margin-bottom: 10px;
    padding: 9px 0 10px;
}

.oneArticlePage .relativeTo {
    color: #909090;
    float: left;
    line-height: 1.2;
    margin-bottom: 0;
    white-space: nowrap;
}

.oneArticlePage .relativedList {
    list-style: none;
    margin: 0;
    overflow: hidden;
}

    .oneArticlePage .relativedList li {
        display: inline-block;
        margin: 0 0 5px 9px;
        white-space: nowrap;
    }

.imgsNvideos {
    clear: both;
    list-style: none;
    margin: 10px 0 15px;
    position: relative;
}

    .imgsNvideos.scrollBarVisible {
    }

    .imgsNvideos .wrap_bigImg {
        overflow: hidden;
    }

    .imgsNvideos .bigImg {
        background: #ECECE0;
        border-radius: 4px;
        display: table;
        text-align: center;
        width: 100%;
    }

        .imgsNvideos .bigImg > a {
            display: table-cell;
            padding: 15px;
            vertical-align: middle;
        }

        .imgsNvideos .bigImg img {
            border-radius: 8px;
            width: 100%;
        }

        .imgsNvideos .bigImg iframe {
            margin: 15px 0;
            max-width: 700px;
            width: 100%;
        }

    .imgsNvideos .prevs {
        background: #ccc;
        border-radius: 8px;
        font: 0/0 Arial;
        display: block;
        height: 60px;
        margin: 0 10px 10px 10px;
        position: relative;
        text-align: center;
        width: 60px;
        white-space: nowrap;
        vertical-align: top;
    }

        .imgsNvideos .prevs:before,
        .imgsNvideos .prevs img {
            display: inline-block;
            vertical-align: middle;
        }

        .imgsNvideos .prevs:before {
            content: "";
            height: 100%;
            width: 0;
        }

        .imgsNvideos .prevs:after {
            background: url('/i/zoom.png') no-repeat;
            bottom: 0;
            content: '';
            display: none;
            height: 24px;
            position: absolute;
            right: -5px;
            width: 30px;
        }

        .imgsNvideos .prevs:hover:after {
            display: block;
        }

        .imgsNvideos .prevs img {
            border-radius: 8px;
            max-height: 60px;
            max-width: 60px;
        }

    .imgsNvideos .outerWrapperPrevs {
        background: #EFE8D0;
        border-radius: 4px;
        float: left;
        margin-right: 10px;
        padding: 15px 0 0;
    }

.scrollBar-imgsNvideos {
    margin-bottom: 5px;
}

    .scrollBar-imgsNvideos.scrollBarVisible {
        margin-bottom: 15px;
        padding-left: 20px;
    }

        .scrollBar-imgsNvideos.scrollBarVisible:before,
        .scrollBar-imgsNvideos.scrollBarVisible:after {
            content: "";
            position: absolute;
            right: 10px;
            left: 30px;
            z-index: 1;
        }

        .scrollBar-imgsNvideos.scrollBarVisible:before {
            top: 0;
            box-shadow: 0px 2px 9px 11px #EFE8D0;
        }

        .scrollBar-imgsNvideos.scrollBarVisible:after {
            bottom: 0;
            box-shadow: 0px -2px 9px 11px #EFE8D0;
        }

    .scrollBar-imgsNvideos.scrollbarOnTop:before,
    .scrollBar-imgsNvideos.scrollbarOnBottom:after {
        display: none;
    }

.scrollBar-abs .scrollBox.vertical {
    left: 0;
}

.tegsOneArticle {
    font-size: 0.846em; /* 11px */
    margin-bottom: 40px;
}

    .tegsOneArticle p {
        color: #666;
        float: left;
        margin-right: 5px;
    }

    .tegsOneArticle ul {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding-top: 2px;
    }

    .tegsOneArticle li {
        display: inline;
    }

.companyCardOneArticle {
    background: #fff;
    border-top: 1px solid #e9e9e9;
    margin: 40px 0 50px;
    position: relative;
}

    .companyCardOneArticle .inner {
        background: #fff;
        border-radius: 10px;
        padding: 30px;
        position: relative;
        z-index: 1;
    }

    .companyCardOneArticle:after {
        border-radius: 50% / 16px;
        box-shadow: 0 5px 8px #C4C4C4;
        content: "";
        height: 23px;
        left: 0;
        margin-top: -23px;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 0;
    }

    .companyCardOneArticle h4 {
        position: relative;
        text-align: center;
        z-index: 2;
    }

        .companyCardOneArticle h4 span {
            background: #fff;
            color: #999;
            display: inline-block;
            margin-top: -22px;
            padding: 0 15px;
        }

    .companyCardOneArticle .brief {
        display: table;
        margin: auto;
        max-width: 75%;
        min-width: 315px;
        width: auto;
    }

    .companyCardOneArticle .logo,
    .companyCardOneArticle .cont {
        display: table-cell;
        vertical-align: middle;
    }

    .companyCardOneArticle .logo {
        border: 1px solid #E5E5E5;
        border-radius: 8px;
        height: 100px;
        text-align: center;
        width: 130px;
    }

        .companyCardOneArticle .logo img {
            max-height: 90px;
            max-width: 120px;
        }

    .companyCardOneArticle .cont {
        padding-left: 15px;
    }

    .companyCardOneArticle .address {
        display: block;
    }

.socialsOneArticle,
.socialsOneNews {
    margin: 35px 0;
}

.socialsOneArticle > div,
.socialsOneNews > div,
.socialsOneArticle .addthis_toolbox,
.socialsOneNews .addthis_toolbox {
    display: inline-block;
    vertical-align: middle;
}

.socialsOneArticle > div,
.socialsOneNews > div {
    margin-right: 30px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.socialsOneArticle > div:last-child,
.socialsOneNews > div:last-child {
    float: right;
    white-space: nowrap;
    margin: -15px 0 0 30px;
}
.socialsOneArticle .oneSocial,
.socialsOneNews .oneSocial {
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
}
.commentsOneArticles .plashka {
    background: #DCEFF8;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 15px 20px;
}

    .commentsOneArticles .plashka h3 {
        color: #353535;
        font-weight: bold;
        margin: 0 0 7px;
    }

    .commentsOneArticles .plashka p {
        margin: 0;
    }

    .commentsOneArticles .plashka .leaveComment {
        margin: 15px -20px -15px;
    }

.commentsOneArticles .avatar,
.commentsList .avatar {
    left: 0;
    max-width: 50px;
    max-height: 50px;
    position: absolute;
    top: 0;
}

.commentsOneArticles .toAnswer {
    border-bottom: 1px dashed;
    cursor: pointer;
    display: inline-block;
    line-height: 1.1;
}

.wrap_comments {
    padding: 0 20px;
}

    .wrap_comments > h4 {
        float: left;
        margin-right: 15px;
    }

    .wrap_comments .allcomms {
        float: right;
    }

    .wrap_comments .kolvoComms {
        color: #999;
        font-weight: normal;
        font-size: .9286em;
        margin-left: 4px;
    }

.commentsList {
    clear: both;
    list-style: none;
    margin: 20px 0 0;
}

    .commentsList li {
        margin: 0 0 35px;
        min-height: 50px;
        padding-left: 70px;
        position: relative;
    }

        .commentsList li p {
            color: #353535;
            line-height: 1.5;
            margin: 4px 0 10px;
        }

        .commentsList li .parent {
            color: #999;
            text-decoration: none;
        }

    .commentsList .date {
        float: right;
    }

    .commentsList .numComm {
        color: #666;
        font-size: .846em;
    }
/* BOF modified on 30/01/2013
.commentsOneArticles .plashka .leaveComment,
.commentsList .leaveComment {
    display:none;
}
  EOF modified on 30/01/2013  */
.leaveComment {
    background: #F1EAD3;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px 20px;
}

.commentsList .leaveComment {
    margin-left: -90px;
}

.leaveComment h3 {
    color: #353535;
    font-weight: bold;
    margin: 0 0 7px;
}

.leaveComment .wrap_textArea {
    min-height: 50px;
    padding-left: 70px;
    position: relative;
}

.leaveComment textarea {
    box-shadow: 0 1px 2px 0 #ccc inset;
    margin-bottom: 10px;
    height: 50px;
    resize: none;
    width: 100%;
    -moz-transition: height .2s ease-in;
    -webkit-transition: height .2s ease-in;
    -ms-transition: height .2s ease-in;
    -o-transition: height .2s ease-in;
    transition: height .2s ease-in;
}

    .leaveComment textarea.active {
        height: 100px;
    }

.doComplaint {
    margin-top: 40px;
}

.sortingCommentsPnl {
    color: #0C8E91;
    display: inline-block;
    margin-top: 2px;
    position: relative;
    z-index: 1;
}

    .sortingCommentsPnl ul {
        background: #fff;
        border: 1px solid #F1EAD3;
        border-radius: 4px;
        display: none;
        list-style: none;
        margin: 0;
        padding: 2px 0;
        position: absolute;
        left: -5px;
        top: 17px;
    }

    .sortingCommentsPnl li {
        cursor: pointer;
        margin: 2px 0;
        padding: 3px 30px 3px 4px;
    }

        .sortingCommentsPnl li:hover {
            background-color: #DCEFF8;
            color: #000;
        }

        .sortingCommentsPnl li.active {
            background-image: url(/i/galka.png);
            background-position: 90% 40%;
            background-repeat: no-repeat;
        }

.titleSortingCommentsPnl:after {
    border-color: #BFB9A9 transparent transparent;
    border-style: solid;
    border-width: 6px 4px;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 5px;
    position: relative;
    top: 4px;
    width: 0;
}

.titleSortingCommentsPnl {
    cursor: pointer;
}

    .titleSortingCommentsPnl:hover {
        color: #000;
    }

        .sortingCommentsPnl.active .titleSortingCommentsPnl:after,
        .titleSortingCommentsPnl:hover:after {
            border-top-color: #000;
        }

.sortingCommentsPnl.active ul {
    display: block;
}
/* one news page */
.oneNewsPage .views {
    color: #909090;
    font-size: .846em;
    margin-top: 15px;
}

    .oneNewsPage .views span {
        display: block;
    }

.oneNewsPage .back {
    margin-bottom: 15px;
}

    .oneNewsPage .back i {
        font-style: normal;
        font-size: 1.385em; /* 18px */
        margin-right: 5px;
    }

/* search result page */
.compsH2ResSearch {
    margin-top: 82px;
}

.kolvoResSearch {
    color: #999;
    font-style: italic;
    margin: -10px 0 30px;
}

.themesResSearch {
    list-style: none;
    margin: 0 0 25px;
}

    .themesResSearch li:after {
        clear: both;
        content: ".";
        display: block;
        font: 0px/0 Arial;
        visibility: hidden;
    }

    .themesResSearch .img {
        float: left;
        height: auto;
        margin: 0 0 30px;
        width: 200px;
    }

        .themesResSearch .img img {
            border-radius: 8px 8px 8px 8px;
            box-shadow: 0 2px 10px;
            max-width: 177px;
        }

    .themesResSearch .cont > a {
        font-size: 1.385em;
    }

    .themesResSearch .cont > p {
        margin: 7px 0 0;
    }

    .themesResSearch .cont {
        overflow: hidden;
    }

.listItems-articlesResSearch,
.listItems-newsResSearch {
    margin: 0 0 0 -3%;
}

    .listItems-newsResSearch li > a {
        display: block;
    }

    .listItems-newsResSearch .date,
    .listItems-newsResSearch .author {
        display: inline-block;
    }

    .listItems-newsResSearch p {
        margin: 0;
    }

.themesResSearch li {
    display: block;
}

.listItems-articlesResSearch li,
.listItems-newsResSearch li {
    display: inline-block;
}

.themesResSearch li,
.listItems-articlesResSearch li,
.listItems-newsResSearch li {
    opacity: 1;
    -moz-transition: opacity .7s linear;
    -webkit-transition: opacity .7s linear;
    -ms-transition: opacity .7s linear;
    -o-transition: opacity .7s linear;
}

.themesResSearch .showAfter,
.listItems-articlesResSearch .showAfter,
.listItems-newsResSearch .showAfter {
    opacity: 0;
}

/* mini site*/
.siteCompany-abs h1 {
    display: table;
}

    .siteCompany-abs h1 > span {
        display: table-cell;
        vertical-align: middle;
    }

    .siteCompany-abs h1 .logo img {
        margin-right: 15px;
    }

.siteCompany-abs .headSection .statsPnl {
    margin: -13px 0 5px auto;
    text-align: right;
    width: 130px;
}

    .siteCompany-abs .headSection .statsPnl > span {
        margin: 0 0 0 12px;
    }

.siteCompany-abs .headSection,
.siteCompany-abs .desc {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 20px;
}

.siteCompany-abs .menuAside,
.siteCompany-abs .cont {
    display: table-cell;
    vertical-align: top;
}

.siteCompany-abs .wrapper {
    display: table;
    width: 100%;
}

    .siteCompany-abs .wrapper .menuAside {
        padding-right: 15px;
        width: 285px;
    }

.siteCompany-abs .contactsPnl h2 {
    margin-bottom: 10px;
    padding-top: 3px;
}

.siteCompany-abs .contactsPnl p,
.siteCompany-abs .contacts p {
    margin: 0 0 3px;
}

.siteCompany-abs .floatedPnl {
    background: #FAF6E6;
    border-radius: 5px;
    box-shadow: none;
    top: 0;
    /*
        -moz-transition:box-shadow .4s ease, top .4s ease;
        -webkit-transition:box-shadow .4s ease, top .4s ease;
        -mstransition:box-shadow .4s ease, top .4s ease;
        -o-transition:box-shadow .4s ease, top .4s ease;
    transition:box-shadow .4s ease, top .4s ease;
*/
}

    .siteCompany-abs .floatedPnl.active {
        position: fixed;
        top: 10px;
        width: 285px;
        z-index: 1;
    }

.siteCompany-abs .menuAside ul {
    border-radius: 5px 5px 0 0;
    list-style: none;
    margin: 0;
    padding: 20px 15px 10px;
    background: #fbf7e8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZjdlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmU4Y2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fbf7e8 0%, #efe8cf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf7e8), color-stop(100%,#efe8cf));
    background: -webkit-linear-gradient(top, #fbf7e8 0%,#efe8cf 100%);
    background: -o-linear-gradient(top, #fbf7e8 0%,#efe8cf 100%);
    background: -ms-linear-gradient(top, #fbf7e8 0%,#efe8cf 100%);
    background: linear-gradient(to bottom, #fbf7e8 0%,#efe8cf 100%);
}

.siteCompany-abs .menuAside li {
    margin-bottom: 10px;
}

.siteCompany-abs .menuAside a:visited {
    color: #237fbe;
}
.siteCompany-abs .menuAside a:visited:hover {
    color: #e07515;
}
    .siteCompany-abs .menuAside li.active a {
        text-decoration: none;
        color: #000 !important;
        pointer-events: none;
    }

.siteCompany-free .map {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px #7B7B7B;
    margin-top: 15px;
    padding: 5px;
}

.siteCompany-abs .imgsNvideos {
    margin-bottom: 40px;
}

.siteCompany-pay .cont .listItems-abs li {
    min-width: 159px;
}

.siteCompany-pay .contactsPnl,
.siteCompany-userProfile .contactsPnl {
    padding: 20px 15px;
}

.siteCompany-pay .photo,
.siteCompany-pay .video {
    margin-bottom: 25px;
}

    .siteCompany-pay .photo ul,
    .siteCompany-pay .video ul {
        list-style: none;
        margin: 0;
    }

    .siteCompany-pay .photo img {
        max-width: 530px;
        width: 100%;
    }

    .siteCompany-pay .video li {
        max-width: 580px;
        margin-bottom: 20px;
    }

        .siteCompany-pay .video li p {
            margin-bottom: 5px;
        }

.siteCompany-pay .news .listItems-news li,
.siteCompany-pay .articles .listItems-articles li {
    width: 29.3%;
}

.siteCompany-pay .articles .listItems-articles {
    margin-left: -3%;
}

.siteCompany-abs .contacts ul {
    list-style: none;
    margin: 0 0 0 -2%;
}

.siteCompany-abs .contacts li {
    display: inline-block;
    margin: 0 0 1.4% 2%;
    min-width: 160px;
    vertical-align: top;
    width: 30%;
}

.siteCompany-abs .contacts h3 {
    color: #000;
    margin-bottom: 3px;
    font-weight: bold;
}


.siteCompany-userProfile .contactsPnl h2 {
    font-size: 1.077em;
    max-width: 255px;
    overflow: hidden;
}

    .siteCompany-userProfile .contactsPnl h2 a {
        text-transform: lowercase;
        color: #237FBE;
        margin-left: 5px;
        white-space: nowrap;
    }

.siteCompany-userProfile h3 {
    color: #E07515;
    font-weight: bold;
    margin-bottom: 15px;
}

.siteCompany-userProfile .briefData {
    border-bottom: 1px solid #E6D9AC;
    margin-bottom: 15px;
    min-height: 50px;
    position: relative;
    padding-left: 100px;
    padding-bottom: 20px;
}

    .siteCompany-userProfile .briefData .avatar {
        left: 0;
        max-width: 90px;
        position: absolute;
        top: 0;
    }

.siteCompany-userProfile .scheme {
    margin-left: -5px;
}

.wrap_fullDataTbl {
    display: inline-block;
    max-width: 540px;
    min-width: 340px;
    width: 70%;
}

.siteCompany-userProfile .fullDataTbl td {
    padding-top: 4px;
    padding-bottom: 4px;
}

    .siteCompany-userProfile .fullDataTbl td:first-child {
        color: #999;
        padding-right: 20px;
        width: 38%;
    }

.siteCompany-userProfile .fullDataTbl h5 {
    padding-top: 15px;
    color: #333;
}

.siteCompany-userProfile .avatarBig {
    float: right;
    margin: 0 0 15px 15px;
}

.oneField-abs.mainPhoto .lblImgActive,
.oneField-abs.mainPhoto .deliteMainPhoto {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.oneField-abs.mainPhoto .jsLink {
    color: #000;
    cursor: default;
    border: none;
}

.oneField-abs.mainPhoto .lblImgActive .jsLink {
    color: #237FBE;
    cursor: pointer;
    border-bottom: 1px dashed;
}

.lblImgActive img {
    box-shadow: 0 0 3px #ccc;
    border-radius: 5px;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
}

.lblImgActive:hover img {
    display: block;
}

.oneField-abs.mainPhoto .lblImgActive:hover .jsLink {
    color: #E07515;
}

.wrap_btngr-editProfile {
    border-top: 1px solid #E9E9E9;
    clear: both;
    display: inline-block;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
}

.personalDataUser fieldset,
.personalDataCompany fieldset {
    max-width: 540px;
}

.commentsListProfile {
    list-style: none;
    margin: 20px 0 0;
}

    .commentsListProfile li {
        border-bottom: 1px solid #E9E9E9;
        margin: 0 0 25px;
        padding-bottom: 25px;
    }

        .commentsListProfile li:last-child {
            border: none;
        }

        .commentsListProfile li .inner {
            min-height: 51px;
            padding-left: 70px;
            position: relative;
        }

        .commentsListProfile li p {
            color: #353535;
            line-height: 1.2;
            margin: 4px 0 10px;
        }

        .commentsListProfile li .parent {
            color: #999999;
            text-decoration: none;
        }

    .commentsListProfile .date {
        float: right;
    }

    .commentsListProfile .numComm {
        color: #666666;
        font-size: 0.846em;
    }

    .commentsListProfile .avatar {
        left: 0;
        max-height: 50px;
        max-width: 50px;
        position: absolute;
        top: 0;
    }

    .commentsListProfile .statsPnl {
        margin-bottom: 7px;
    }
/*===== photo player ext =====*/
.photoPlayerExt {
    margin-bottom: 25px;
    visibility: hidden;
}

    .photoPlayerExt ul {
        font: 0/0 Arial;
        list-style: none;
        margin: 0;
    }

    .photoPlayerExt li {
        display: inline-block;
        height: 75px !important;
        margin: 0 4px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 75px;
    }

        .photoPlayerExt li.active:after,
        .photoPlayerExt li.active:before {
            content: "";
            position: absolute;
        }

        .photoPlayerExt li.active:after {
            border: 3px solid #67A7A9;
            border-radius: 5px;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
        }

        .photoPlayerExt li.active:before {
            border-color: transparent transparent #67A7A9 transparent;
            border-width: 6px;
            border-style: solid;
            left: 50%;
            margin-left: -6px;
            height: 0;
            width: 0;
            top: -11px;
        }

        .photoPlayerExt li a {
            background: #E4DDC8;
            border-radius: 5px;
            display: block;
            height: 100%;
        }

            .photoPlayerExt li a:after,
            .photoPlayerExt li img {
                display: inline-block;
                vertical-align: middle;
            }

            .photoPlayerExt li a:after {
                content: "";
                height: 100%;
                width: 0;
            }

        .photoPlayerExt li img {
            border-radius: 5px;
            max-height: 75px;
            max-width: 75px;
        }

    .photoPlayerExt .bigImg {
        background: #ecece0;
        border-radius: 5px;
        position: relative;
    }

        .photoPlayerExt .bigImg > a {
            position: absolute;
            opacity: 0;
            -moz-transition: opacity .5s ease;
            -webkit-transition: opacity .5s ease;
            -o-transition: opacity .5s ease;
            -ms-transition: opacity .5s ease;
            transition: opacity .5s ease;
        }

            .photoPlayerExt .bigImg > a.animate {
                opacity: 1;
            }

        .photoPlayerExt .bigImg img {
            border-radius: 5px;
            max-height: 615px;
            max-width: 820px;
        }

    .photoPlayerExt .loading:after {
        content: "";
        background: url('/i/loading.gif') no-repeat 50% 50%;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 4;
    }

    .photoPlayerExt .stat,
    .photoPlayerExt .titleBigPhoto {
        background: #ECECE0;
        font-style: italic;
        text-align: center;
    }

    .photoPlayerExt .stat {
        border-radius: 5px 5px 0 0;
        padding: 9px;
        position: relative;
        z-index: 1;
    }

    .photoPlayerExt .titleBigPhoto {
        border-radius: 0 0 5px 5px;
        margin-top: -5px;
        padding: 15px 15px 11px;
    }

.blockProducts {
    background: #EFE8D0;
    border-radius: 5px;
    margin-top: 5px;
    position: relative;
    padding: 5px 50px;
}

    .blockProducts.noScrollNeed {
        padding-left: 0;
        padding-right: 0;
    }

        .blockProducts.noScrollNeed ul {
            margin: auto;
        }

        .blockProducts.noScrollNeed .inner:before,
        .blockProducts.noScrollNeed .inner:after {
            display: none;
        }

    .blockProducts .inner {
        overflow: hidden;
        position: relative;
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .blockProducts .inner:after,
        .blockProducts .inner:before {
            content: "";
            height: 100%;
            position: absolute;
            top: 0;
            width: 0;
            z-index: 1;
        }

        .blockProducts .inner:before {
            box-shadow: 1px 0 7px 7px #EFE8D0;
            left: -2px;
        }

        .blockProducts .inner:after {
            box-shadow: -1px 0 7px 7px #EFE8D0;
            right: -2px;
        }

.arrnav {
    background: url('/i/arrs.png') no-repeat;
    cursor: pointer;
    height: 31px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 21px;
}

    .arrnav.prev {
        background-position: 0 -31px;
        left: 15px;
    }

    .arrnav.next {
        background-position: -21px -31px;
        right: 15px;
    }

    .arrnav.prev:hover {
        background-position: 0 0;
    }

    .arrnav.next:hover {
        background-position: -21px 0;
    }

    .arrnav.inactive {
        display: none;
    }

/*===== form +9 ===== */
.fields h6 {
    color: #333;
    font-size: 1em;
    margin: 0 0 3px;
}

.fields .innerFields {
    margin-left: -4%;
}

.oneField-abs {
    float: left;
    margin: 10px 0 10px 4%;
}

    .oneField-abs input[type='text'],
    .oneField-abs input[type='password'],
    .oneField-abs input[type='file'],
    .oneField-abs select,
    .oneField-abs textarea {
        display: block;
        margin-top: 3px;
        width: 100%;
    }

.oneField-w30 {
    width: 29.3%;
}

.oneField-w50 {
    width: 46%;
}

.oneField-w70 {
    width: 62.5%;
}

.oneField-w100 {
    clear: both;
    width: 96%;
}

.oneFiled-rblist > span {
    display: block;
    margin-top: 2px;
}

    .oneFiled-rblist > span label,
    .oneFiled-rblist > span input[type='radio'] {
        vertical-align: middle;
    }

    .oneFiled-rblist > span label {
        margin-right: 20px;
        margin-bottom: 4px;
    }

    .oneFiled-rblist > span input[type='radio'] {
        margin-bottom: 5px;
    }

.oneField-hasLngPnl {
    margin-top: 12px;
}

.newrow {
    clear: both;
}

.oneField-abs label {
    color: #333;
}

    .oneField-abs label small {
        color: #999;
        font-size: .846em;
    }

.reload {
    cursor: pointer;
    margin-left: 5px;
    vertical-align: top;
}

.loginForm .oneField-abs input {
    margin-bottom: 5px;
}

.sex label {
    display: inline-block;
    min-width:;
}
/*===== banners +10 =====*/
.bannsPlace-leftTop,
.bannsPlace-centerTop {
    margin-bottom: 50px;
}

    .bannsPlace-centerTop a img,
    .bannsPlace-centerTop object {
        margin-bottom: 10px;
    }

.bannsPlace-header {
    background: #fff;
    overflow:hidden;
}
.rotatorBanns {
    overflow: hidden;
    position: relative;
    visibility: hidden;
    white-space: nowrap;
}

    .rotatorBanns,
    .rotatorBanns > div,
    .rotatorBanns > div > a {
        height: 305px;
    }

        .rotatorBanns > span {
            display: inline-block;
        }

        .rotatorBanns > div > a,
        .rotatorBanns > div > object {
            border-radius: 5px;
            display: block;
        }

        .rotatorBanns > div img {
            display: block;
            margin: 0 auto;
            width: 100%;
        }

        .rotatorBanns > div:first-child {
            position: relative;
        }

        .rotatorBanns > div + div {
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

        .rotatorBanns > div > a {
            background-repeat: no-repeat;
            background-position: 50% 50%;
        }

            .rotatorBanns > div > a,
            .rotatorBanns > div > a:visited,
            .rotatorBanns > div > a:visited:hover {
                color: #fff;
            }

        .rotatorBanns .altTitle {
            bottom: 13px;
            border-radius: 9px;
            font-family: verdana;
            left: 13px;
            max-width: 440px;
            padding: 4px 14px 12px;
            position: absolute;
            white-space: normal;
        }

.rgba .rotatorBanns .altTitle {
    background: rgba(0,0,0,.3);
}

.rotatorBanns .altTitle b {
    font-size: 32px;
    font-weight: normal;
    display: block;
}

.rotatorBanns .altTitle i {
    font-size: 14px;
    line-height: 1.1;
}

.rotatorBanns .prevs {
    display: none;
    background: #fff;
    bottom: 0;
    border-radius: 5px 0 0 0;
    font: 0/0 Arial;
    list-style: none;
    margin: 0;
    padding-top: 8px;
    position: absolute;
    right: 0;
    z-index: 2;
}

    .rotatorBanns .prevs:before,
    .rotatorBanns .prevs:after {
        background-position: -48px 0;
        content: "";
        height: 4px;
        position: absolute;
        width: 4px;
    }

    .rotatorBanns .prevs:after {
        right: 0;
        top: -4px;
    }

    .rotatorBanns .prevs:before {
        left: -4px;
        bottom: 0;
    }

    .rotatorBanns .prevs li.active:after,
    .rotatorBanns .prevs img {
        border-radius: 5px;
    }

    .rotatorBanns .prevs li {
        display: inline-block;
        margin: 0 0 0 8px;
        position: relative;
    }

        .rotatorBanns .prevs li.active:after {
            content: "";
            border: 3px solid #4ea472;
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
        }

    .rotatorBanns .prevs img {
        max-height: 37px;
    }

.rotatorBanns .floatedBannsList {
    list-style: none;
    margin: 0;
    position: absolute;
    visibility: hidden;
}

    .rotatorBanns .floatedBannsList li {
        margin: 0;
    }

    .rotatorBanns .floatedBannsList img {
        margin: 0 auto;
        display: block;
    }

.rotatorBanns > span.pnl {
    left: 13px;
    position: absolute;
    top: 13px;
    z-index: 1;
}

    .rotatorBanns > span.pnl b {
        background: #fff;
        box-shadow: 0 0 3px #1b7072;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        height: 12px;
        margin-right: 7px;
        width: 12px;
    }

        .rotatorBanns > span.pnl b.active {
            background: #2f9ca0;
            cursor: default;
        }

.footerBanner {
    background: #fff;
    clear: both;
    margin-top: 5px;
    padding: 10px 0;
    text-align: center;
}
/*===== popups +11 =====*/
.popup-abs, .login-enter {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyOSUiIHN0b3AtY29sb3I9IiNmYmY3ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWZlOGNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #fbf7e8 29%, #efe8cf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#fbf7e8), color-stop(100%,#efe8cf));
    background: -webkit-linear-gradient(top, #fbf7e8 29%,#efe8cf 100%);
    background: -o-linear-gradient(top, #fbf7e8 29%,#efe8cf 100%);
    background: -ms-linear-gradient(top, #fbf7e8 29%,#efe8cf 100%);
    background: linear-gradient(top, #fbf7e8 29%,#efe8cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf7e8', endColorstr='#efe8cf',GradientType=0 );
    border-radius: 10px;
    box-shadow: 0 0 12px #7B7B7B;
    left: 50%;
    padding: 25px;
    position: fixed;
    top: 30%;
    z-index: 1010;
}

    .popup-abs .close {
        border-radius: 50%;
        color: #BEB282;
        cursor: pointer;
        font: 29px/15px Arial;
        right: 13px;
        padding: 3px;
        position: absolute;
        top: 10px;
    }

        .popup-abs .close:hover {
            background: #E0D9BD;
        }

    .popup-abs h2, .login-enter h2 {
        color: #353535;
    }

    .popup-abs h3, .login-enter h3 {
        color: #353535;
        left: 0;
        bottom: 100%;
        font-weight: bold;
        margin: 0 0 10px 40px;
    }


    .popup-abs label, .login-enter label {
        text-align: right;
        float: right;
        margin-bottom: 20px;
    }

    .popup-abs input[type="text"],
    .popup-abs input[type="password"],
    .login-enter input[type="text"],
    .login-enter input[type="password"],
    .popup-abs textarea {
        width: 270px;
        border-radius: 5px;
        margin-left: 10px;
    }

    .popup-abs input[type="button"],
    .login-enter input[type="button"] {
        color: #fff;
        border: none;
        border-bottom: 1px solid #375b63;
        border-radius: 5px;
        display: block;
        width: 95px;
        height: 30px;
        margin-left: 60px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczMzAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzZCOThDMiIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUxN0FBMiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzMzMCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, #6b98c2 29%, #517aa2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#6b98c2), color-stop(100%,#517aa2));
        background: -webkit-linear-gradient(top, #6b98c2 29%,#517aa2 100%);
        background: -o-linear-gradient(top, #6b98c2 29%,#517aa2 100%);
        background: -ms-linear-gradient(top, #6b98c2 29%,#517aa2 100%);
        background: linear-gradient(top, #6b98c2 29%,#517aa2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b98c2', endColorstr='#517aa2',GradientType=0 );
    }

.popup-enter {
    margin: -95px 0 0 -220px;
    width: 440px;
}

.login-enter {
    width: 440px;
    position: relative;
    box-shadow: none;
    top: 0;
    left: 0;
    z-index: 0;
}

    .popup-enter .error, .login-enter .error {
        display: block;
        margin: 15px 0 0 60px;
        color: red;
    }

    .login-enter #uLogin,
    .login-enter #uLoginPopup,
    .popup-enter #uLogin,
    .popup-enter #uLoginPopup,
    #uLoginPopup2 fieldset,
    .popup-likeArticle .likeArticleBtns {
        background: #EDE6CB;
        border: 1px solid #D6D3BB;
        border-radius: 10px;
        box-shadow: 0 1px 0 #fff;
        margin: auto;
        padding: 18px;
        width: 337px;
        position: relative;
    }

    .login-enter #uLoginPopup,
    .popup-enter #uLoginPopup {
        margin: 65px auto 30px;
    }

    .login-enter h2,
    .popup-enter h2,
    .popup-likeArticle h2 {
        color: #353535;
        font-weight: bold;
        font-size: 1.6rem;
        margin: 0 0 15px 38px;
    }

    .login-enter #uLogin {
        margin-bottom: 20px;
    }

    .login-enter h2 {
        margin-left: 10px;
    }

    .login-enter #uLogin iframe + img,
    .login-enter #uLoginPopup iframe + img,
    .login-enter #uLoginPopup2 iframe + img,
    .popup-enter #uLogin iframe + img,
    .popup-enter #uLoginPopup iframe + img,
    .popup-enter #uLoginPopup2 iframe + img {
        margin: 0 !important;
    }

#uLoginPopup2 fieldset {
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0 18px;
    filter: alpha(opacity=100);
    -webkit-transition: height .4s ease-out, opacity .2s ease-out, padding .4s;
    -moz-transition: height .4s ease-out, opacity .2s ease-out, padding .4s;
    -o-transition: height .4s ease-out, opacity .2s ease-out, padding .4s;
    -ms-transition: height .4s ease-out, opacity .2s ease-out, padding .4s;
    transition: height .4s ease-out, opacity .2s ease-out, padding .4s;
}

#uLoginPopup2.activeCompEnter fieldset {
    height: 141px;
    opacity: 1;
    padding: 18px;
    filter: alpha(opacity=100);
}

.popup-addPhoto {
    margin: -135px 0 0 -175px;
    width: 300px;
}

.popup-complaint {
    margin: -180px 0 0 -225px;
    top: 50%;
    width: 450px;
}

    .popup-complaint label {
        clear: both;
        display: block;
        float: none;
        margin-bottom: 10px;
        text-align: left;
    }

        .popup-complaint label > span,
        .popup-complaint label > input,
        .popup-complaint textarea {
            display: inline-block;
            vertical-align: top;
        }

        .popup-complaint label > input {
            width: 180px !important;
        }

        .popup-complaint label > span {
            width: 90px;
        }

    .popup-complaint textarea {
        height: 120px;
        width: 345px;
    }

    .popup-complaint .btngr-addComplaint {
        margin-left: 105px;
    }

.popup-contentSiteFooter {
    display: none;
    margin: 0 0 0 -245px;
    width: 440px;
}

    .popup-contentSiteFooter p {
        color: #333;
        margin-bottom: 0;
    }

.popup-likeArticle {
    filter: alpha(opacity=0);
    opacity: 0;
    margin: -500px 0 0 -365px;
    padding: 35px 0;
    width: 730px;
    transition: margin-top .7s, opacity .8s;
}

    .popup-likeArticle.active {
        margin-top: -95px;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .popup-likeArticle h2 {
        margin-bottom: 10px;
        padding-left: 0;
    }

    .popup-likeArticle .intro {
        margin: 0 38px 15px;
    }

    .popup-likeArticle .likeArticleBtns {
        padding: 20px 18px 14px;
        width: 625px;
    }

    .popup-likeArticle .btn {
        display: inline-block;
        line-height: 26px;
        margin: 0;
        position: relative;
        vertical-align: top;
        width: 305px;
    }

        .popup-likeArticle .btn + .btn {
            margin-left: 10px;
        }

        .popup-likeArticle .btn > div {
            background: #fff;
        }

        .popup-likeArticle .btn.klassBtn iframe {
            height: 96px !important;
        }

/* BOF added on 30.01.2013 */
.login-enter, .popup-enter {
    padding: 35px 0 35px 0;
}

    .login-enter #uLoginPopup2 fieldset {
        margin-top: 0;
    }

    .login-enter #uLogin, .popup-abs.popup-enter #uLoginPopup {
        margin-top: 0;
    }

.srcNews {
    margin-top: 18px;
}

.contactsPnl a.backToProfile {
    color: #237FBE;
    display: inline-block;
}

.contactAddressesList {
    background: none !important;
    list-style: none;
    margin: 0 0 30px !important;
    padding: 0 !important;
}

    .contactAddressesList li {
        margin-bottom: 10px;
    }

.siteCompany-userProfile .contactsPnl h2 a:first-letter {
    text-transform: capitalize;
}

.imgMainPhotoWrapper {
    width: 75px;
    height: 75px;
    display: inline-block;
    vertical-align: top;
}

.imgMainPhoto {
    margin: 5px 0 0 5px;
    max-width: 100%;
    max-height: 100%;
}

.ArticleIntro {
    display: inline-block;
    padding-bottom: 12px;
    vertical-align: top;
}
/* EOF added on 30.01.2013 */

.eventsTbl tr:nth-child(2n + 1) {
    background: #fdf9eb;
}

.eventsTbl th,
.eventsTbl td {
    padding: 9px 10px;
    text-align: left;
    vertical-align: top;
}

.eventsTbl th {
    background: #FAF6E6;
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px #C3BBA0;
    color: #76683D;
    font-style: italic;
    font-size: 1.077em;
    font-weight: bold;
}

.eventsTbl td:first-child b {
    display: block;
    margin-bottom: 5px;
}

.eventsTbl td:last-child {
    font-size: .923em;
}

.eventsTbl h6 {
    font-size: 1.077em;
    font-weight: normal;
    margin: 0 0 5px;
}

.eventsTbl p {
    font-size: .923em;
    margin: 0;
}
/* BOF 05.04.2013 */
.ShowComplaintPopup_P {
    border-top: 1px dotted #A7B6BE;
    padding-top: 20px;
    margin-bottom: 40px;
    margin-top: 25px;
}
/* EOF 05.04.2013 */
.btngr-addComplaint.disabled {
    opacity: 0.3;
}

.contact_lnk {
    display: inline;
}

.floatedPnl .contactsPnl > p > span {
    white-space: nowrap;
}
.floatedPnl .gotoYoutube {
    background: #fff;
    padding: 25px 15px 20px;
}
.floatedPnl .gotoYoutube img {
    margin-bottom: 10px;
}
.floatedPnl .gotoYoutubeTitle {
    color: #258C50;
    margin-bottom: 10px;
}

.cell_phone {
    white-space: nowrap;
}

.companyCardOneArticle .cont span > span > span {
    display: inline;
    white-space: nowrap;
}

.siteCompany-abs.siteCompany-pay .contacts ul li > p > span {
    white-space: nowrap;
}

/* packets servicies */
.packetsServiciesTbl {
    border-spacing: 0;
    max-width: 600px;
}

    .packetsServiciesTbl td,
    .packetsServiciesTbl th {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        font-weight: normal;
        padding: 10px;
        text-align: left;
    }

    .packetsServiciesTbl th {
        vertical-align: top;
    }

    .packetsServiciesTbl td {
        vertical-align: middle;
    }

    .packetsServiciesTbl .emptyTD {
        background: #fff;
        padding: 0;
    }

    .packetsServiciesTbl h3 {
        color: #c36;
        font-size: 24px;
        margin: 0;
    }

    .packetsServiciesTbl td,
    .packetsServiciesTbl th,
    .packetsServiciesTbl p {
        font-size: 13px;
    }

    .packetsServiciesTbl p {
        margin: 3px 0 0;
    }

    .packetsServiciesTbl small {
        font-size: 13px;
    }

    .packetsServiciesTbl em {
        color: #737973;
    }

    .packetsServiciesTbl .price {
        margin-top: 15px;
    }

        .packetsServiciesTbl .price p b {
            font-size: 18px;
            font-weight: normal;
        }

        .packetsServiciesTbl .price p:first-child b {
            font-size: 30px;
        }

.start .price {
    color: #393;
}

.base .price p:first-child {
    color: #47a547;
}

.pro .price p:first-child {
    color: #39c;
}

.premium .price p:first-child,
.premium h3 {
    color: #c36;
}


.lngPnlProfile {
    margin-left: auto;
    margin-top: -26px;
    text-align: right;
    float: right;
    white-space: nowrap;
}
.lngPnlProfileTitle {
    color: #9A999A;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
}

    .lngPnlProfile .lng {
        color: #069;
        cursor: pointer;
        display: inline-block;
        line-height: 1;
        padding: 5px 6px 6px;
        text-decoration: underline;
        border-radius: 11px;
        font-weight: bold;
    }

        .lngPnlProfile .lng.active {
            background: #258D50;
        }

        .lngPnlProfile .lng.active {
            color: #fff;
            cursor: default;
            text-decoration: none;
        }

.glidedPnl {
    margin-top: 0;
    transition: margin-top .4s;
}
.masterIndex .glidedPnl.gliding {margin-top: 25px; position: fixed;}

.sponsorPnl {
    background: #DCEFF8;
    border-radius: 5px;
    clear: both;
    margin-bottom: 25px;
    padding: 12px;
}
.sponsorPnl .logo,
.sponsorPnl .cont {
    display: inline-block;
    vertical-align: top;
}
.sponsorPnl .innerLogo {
    background: #fff;
    border-radius: 5px;
    height: 160px;
    margin-right: 20px;
    text-align: center;
    display: flex;
    width: 195px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.sponsorPnl .logo img {
    max-width: 175px;
    max-height: 130px;
}
.sponsorPnl .sponsorName {
    color: #85848c;
    display: inline-block;
    font-size: .8461em; /*11*/
    margin-top: 5px;
}
.sponsorPnl .sponsorSite,
.sponsorPnl .sponsorSite:visited {
    color: #237fbe;
}
.sponsorPnl .sponsorSite {
    display: inline-block;
    margin-top: 12px;
}
.sponsorPnl .cont {
    width: calc(100% - 219px);
}
.sponsorPnl .titleList {
    font-size: 1.076923em;
    font-weight: bold;
    text-transform: uppercase;
}
.sponsorPnl ul {
    list-style: none;
    margin: 5px 0 0;
    -moz-column-count: 2;
    -moz-column-gap: 25px;
    -webkit-column-count: 2;
    -webkit-column-gap: 25px;
    column-count: 2;
    column-gap: 25px;
}
.sponsorPnl li {
    margin: 0 0 5px;
    padding-left: 9px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}
.sponsorPnl li::after {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
}

.sponsorPnl .intro {
    max-height: 38px;
    margin-bottom: 20px;
    overflow: hidden;
}
.btn-showmore{
    opacity: 0.7;
    width: 60px;
    height: 80px;
    padding: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #dceff8;
    background-image: linear-gradient(to top, #9fd2ea 0%, #ceefff 100%);
    border-radius: 8px;
    box-shadow: inset 0 -2px 0 rgba(176, 206, 220, 0.35);
    text-align: center;
    box-sizing: border-box;
    margin: 10px auto;
    cursor: pointer;
}
.btn-showmore::after{
    content: '';
    width: 60px;
    height: 39px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    background-image: url('/i/sm-btn.png');
}
.btn-showmore:hover{
    opacity: 1;
}
.btn-showmore__text{
    color: #237fbe;
    font-size: 14px;
    text-decoration: underline;
}
.outerWrapperPrevs.extendable{
    background: transparent;
    padding: 0;
}
.outerWrapperPrevs.extendable .innerScroll{
    max-height: 273px!important;
}
.outerWrapperPrevs.extendable .scrollBar-imgsNvideos.scrollBarVisible:after{
    bottom: 9px;
}
.innerPrevs{
    background: #EFE8D0;
    padding: 15px 0 0;
}


.wrap_img__main{
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.wrap_img__main.active{}
/*Кривая*/
.wrap_img__main::before{
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    top: 0;
    width: 10px;
    height: 10px;

}

.wrap_img__main input{
    display: none;
    margin-bottom: 4px;
}
.wrap_img__main__icon{
    border-radius: 0 0 5px 0;
    cursor: default;
    display: none;
    position: relative;
    width: 38px;
    height: 33px;
    background-color: #fff;
    background-image: url("/i/galka_green.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 25px auto;
}
.wrap_img__main__icon::after,
.wrap_img__main__icon::before {
    background-image: url('/i/sp2.gif');
    background-repeat: no-repeat;
    background-position: -48px 0;
    content: "";
    height: 4px;
    position: absolute;
    width: 4px;
    transform: rotate(-180deg);
}
.wrap_img__main__icon::after {
    left: 0;
    top: 100%;
}
.wrap_img__main__icon::before {
    top: 0;
    left: 100%;
}
.wrap_img__main.active .wrap_img__main__icon{
    display: inline-block;
}

.wrap_img__main__text {
    font-weight: normal;
    color: #237fbe;
    display: inline-block;
    font-size: 11px;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: -19px;
}
.wrap_img__main__text .main{
    color: #45B360;
    display: none;
}
.wrap_img__main__text .main,
.wrap_img__main__text .second{
    font-weight: normal;
    text-decoration: underline;
}
.wrap_img__main.active .wrap_img__main__text .main{
    display: inline;
}
.wrap_img__main.active .wrap_img__main__text .second{
    display: none;
}


article.new,
.bq {
    position: relative;
}
article.new .partner_name,
.bq .partner_name {
    font-size:18px;
    font-weight:bold;
    margin-top: 35px;
    margin-bottom: 10px;
}
article.new .partner_subname,
.bq .partner_subname {
    font-size:13px;
    line-height:140%;
    margin-bottom: 60px;
    max-width: 350px;
}
article.new blockquote,
.bq blockquote {
    display: block;
    margin-left: -20px;
    padding: 50px;
    padding-left: 80px;
    background-color: #FCFBEE;
    border-radius: 2px;
    position: relative;
    margin-bottom: 31px;
}
article.new blockquote::after,
.bq blockquote::after {
    content: '';
    background-image: url("/i/quote.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    display: block;
    left: 40px;
    top: 51px;
    z-index: 4;
    position: absolute;

}
article.new .avatar,
.bq .avatar {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    top: 150px;
    left: 0;
}
article.new .avatar img,
.bq .avatar img {
    max-width: 150%;
    max-height: 120%;
}
.bq.noAvatar {
    padding-left: 0;
}
.bq.noAvatar .avatar_cnt,
.bq.noAvatar .avatar_details {
    display: none;
}
.bq blockquote {
    margin-top: 0;
    margin-left: 0;
}

@media (min-width: 1025px) {
    article.new,
    .bq {
        padding-left: 160px;
    }
    article.new .avatar_cnt,
    .bq .avatar_cnt{
        position: absolute;
        left: 0;
        width: 120px;
        height: 100%;
        margin-top: -20px;
    }
    article.new .avatar,
    .bq .avatar {
        position: sticky;
    }
}
@media (max-width: 1024px){
    article.new,
    .bq {
        padding-left: 0;
    }
    .bq {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .bq blockquote {
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
    }
    .bq .avatar_cnt {
        margin-right: 30px;
    }
    .bq .partner_name {
        margin-top: 0;
    }
    .bq .partner_subname {
        margin-bottom: 0;
    }
    .bq .avatar_details {
        width: calc(100% - 150px);
    }
}

.comercial{
    color: #e07515;
    font-size: 12px;
}
