/* CSS Document */

@font-face {
    font-family: 'pfdindisplaypro-bold';
    src: url(fonts/pfdindisplaypro-bold.ttf); /* Путь к файлу со шрифтом */
}

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {
    border: 0;
}

html {
    overflow-x: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

header, footer, main, nav, aside, section, article {
    display: block;
}

address {
    font-style: normal;
}

input, textarea, select, button {
    font-family: Arial, Tahoma, sans-serif;
    outline: none;
}

input[type=submit], input[type=button] {
    cursor: pointer;
    -webkit-appearance: none;
}

.list, menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, button[type=submit]::-moz-focus-inner {
    padding: 0;
    border: 0
}

::-webkit-input-placeholder {
    color: #aeaeae;
}

::-moz-placeholder {
    color: #aeaeae;
}

*:focus::-moz-placeholder {
    color: transparent !important;
}

*[autofocus]::-moz-placeholder:focus {
    color: #aeaeae !important;
}

*:focus:-moz-placeholder {
    color: transparent !important;
}

*[autofocus]:-moz-placeholder:focus {
    color: #aeaeae !important;
}

*:focus::-webkit-input-placeholder {
    color: transparent !important;
}

*[autofocus]::-webkit-input-placeholder {
    color: #aeaeae !important;
}


html {
    height: 100%;
    min-width: 980px;
}

body {
    height: auto !important;
    min-height: 100%;
    position: relative;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 0;
}


/* *** общие стили для текста, кнопок, полей ввода etc. *** */

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}


.btn-green {
    text-decoration: none;
    color: #fff;
    border: none;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;

    position: relative;
    background: #18a873;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.btn-green:hover {
    -khtml-opacity: .8;
    -moz-opacity: 0.8;
    opacity: .8;
}


.btn-red {
    text-decoration: none;
    color: #fff;
    border: none;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;

    position: relative;
    background: #a84514;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.btn-red:hover {
    -khtml-opacity: .8;
    -moz-opacity: 0.8;
    opacity: .8;
}

.btn-green.big {
    height: 45px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    border-radius: 45px;
    width: 225px;
    border: 2px solid transparent;
}

.btn-green.disable {
    background: #f5f5f5;
    border: 2px solid #ccc;
    color: #848484;
    cursor: default;
}

.btn-green.flt-reset {
    padding: 4px 10px 4px 10px;
}


/* ********** WRAPPER ********** */

#wrapper {
    width: 100%;
    margin: 0 auto;
}

#wrapper > .page-container {
    width: 1080px;
    margin: 0 auto;
    background-color: white;
}

.inner-wrapper {
    width: 970px;
    margin: 0 auto;
    position: relative;
}

/* ********** ********** */


/* ********* TOP-NAV ********* */
.top-nav {
    background: #18a873;
    padding: 10px 0;
}

/* ****** T-MENU ****** */
.t-menu {
    max-width: 750px;
    margin: 4px 0 0;
    padding: 0;
    float: left;
}

.t-menu li {
    float: left;
    margin-left: 27px;
}

.t-menu li:first-child {
    margin-left: 0;
}

.t-menu a {
    color: #fff;
    text-decoration: none;
}

.t-menu a:hover {
    text-decoration: underline;
}


/* ****** T-SEARCH ****** */
.t-search {
    width: 179px;
    height: 23px;
    float: right;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.t-search input[type=text] {
    width: 132px;
    border: none;
    float: left;
    margin: 4px 0 0 16px;
    padding: 0;
    font-size: 14px;
    color: #000;
}

.t-search input[type=submit] {
    width: 13px;
    height: 14px;
    border: none;
    float: right;
    margin: 5px 8px 0 0;
    background: url(../img/sprite.png) 0 0 no-repeat;
}


/* ********** HEADER ********** */

#header {
    margin-top: 10px
}

/* ****** H-LOGO ****** */
.h-logo {
    width: 300px;
    float: left;
    padding-top: 20px;
}


/* ****** H-AUTH ****** */
.h-auth {
    float: right;
    padding-top: 23px;
}

.link-auth_enter {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 4px 12px 3px;
}

.link-auth_reg {
    font-size: 14px;
    color: #00a2e0;
    text-decoration: none;
    position: relative;
    margin: 0 15px 0 21px;
}

.link-auth_reg:hover {
    text-decoration: underline;
}

.link-auth_reg:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: -21px;
    background: url(../img/sprite.png) -20px 0px no-repeat;
}

.auth_error {
    border: 2px solid #ea354d;
    font-weight: 700;
    color: #ea354d;
    text-align: center;
    padding: 10px;
}

.auth_ok {
    border: 2px solid #44B78D;
    color: #44B78D;
    font-weight: 700;
    text-align: center;
    padding: 10px;
}
.auth_error p, .auth_ok p {
    margin: 0;
    padding: 0;
}

.validate_ok {
    border: 2px solid #44B78D !important;
}

.validate_err {
    border: 2px solid #ea354d !important;
}


/* ****** H-AMOUNT ****** */
.h-amount {
    float: right;
    margin: 2px 34px 0 0;
    font-size: 16px;
    font-style: italic;
}


/* ****** H-LK ****** */
.h-lk {
    float: right;
    margin: 6px 0 0 0;
}

.h-lk_message {
    display: inline-block;
    vertical-align: middle;
    color: #12a3dd;
    text-decoration: none;
    position: relative;
    margin-right: 40px;
}

.h-lk_message:hover {
    text-decoration: underline
}

.h-lk_message .s-num {
    width: 16px;
    height: 16px;
    position: absolute;
    right: -20px;
    top: 0;
    background: #ea354d;
    text-align: center;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;

    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

.h-lk_profile {
    display: inline-block;
    vertical-align: middle;
    color: #12a3dd;
    text-decoration: none;
}

.h-lk_profile:hover {
    text-decoration: underline;
}


/* ****** H-LK-RATE ****** */
.h-lk-rate {
    float: right;
    margin: 4px 30px 0 0;
}

.h-lk-rate_beginners {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.h-lk-rate_beginners .s-num {
    font-weight: bold;
}

.h-lk-rate_rating {
    display: inline-block;
    vertical-align: middle;
    margin-left: 29px;
    text-decoration: none;
}

.h-lk-rate_stars {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    text-decoration: none;
}

.icon-star-green {
    width: 23px;
    height: 22px;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    background: url(../img/sprite.png) -21px -130px no-repeat;
}

.icon-rating-green {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    background: url(../img/sprite.png) -49px -128px no-repeat;
}

.icon-star-yellow {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 2px;
    top: -2px;
    background: url(../img/sprite.png) -75px -128px no-repeat;
}


.top-menu .profile-user_rate .h-lk-rate_terms {
    display: none;
}

.top-menu .profile-user_rate .rating-tip {
    display: none;
}

.h-lk-rate_terms {
    margin-left: 25px;
    cursor: pointer;
}

.icon-arrow {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 2px;
    top: -2px;
    background: url(../img/arrows-up-down.png) 0px 0px no-repeat;
}

.icon-arrow.up {
    background: url(../img/arrows-up-down.png) -25px 0px no-repeat;
}


/* ********** ********** */


/* ********* MAIN-MENU ********* */
.main-menu {
    margin-top: 10px;
}

.main-menu menu {
    display: table;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

.main-menu div {
    position: relative;
    z-index: 998
}

.main-menu li {
    display: table-cell;
    text-align: center;
    border: 1px solid #cccccc;
    border-left: none;
}

.main-menu li:first-child {
    border-left: 1px solid #ccc;
}

.main-menu li a {
    display: block;
    padding: 12px 13px 12px 13px;
    margin-top: -1px;
    text-decoration: none;
    border: 2px solid transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.main-menu li.slide > div > a:after {
    content: "";
    width: 9px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    background: url(../img/sprite.png) -40px -4px no-repeat;
}

.main-menu li a:hover, .main-menu li.slide:hover a {
    border-color: #18a873;
}

.main-menu li menu {
    min-width: 164px;
    position: absolute;
    top: 48px;
    left: -1px;
    border: 1px solid #d9d9d9;
    display: block;
    width: auto;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    z-index: 10;
}

.main-menu li menu li {
    display: block;
    text-align: left;
    border: none;
}

.main-menu li menu li:first-child {
    border: none;
}

.main-menu li menu a {
    display: block;
    padding: 9px 20px 9px 31px;
    margin-top: 0;
    border: none;
}

.main-menu li menu a:hover {
    background: #18a873;
    color: #fff;
}


/* ********* MAIN-SLIDER ********* */
.main-slider {
    margin-top: 11px;
}

.main-slider .inner-wrapper {
    width: 968px;
    height: 281px;
    border: 1px solid #d0d0d0;
}

.main-slider .text-b {
    width: 307px;
    height: 271px;
    position: absolute;
    top: 0;
    right: 32px;
    font-family: "Myriad Pro", sans-serif;
    font-size: 38px;
}

.main-slider .text-b p {
    width: 307px;
    height: 271px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: 38px;
}


/* ********** MAIN ********** */

#main {

}

/* ****** BREAD-CRUMBS ****** */
.bread-crumbs {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 12px;
    color: #aeaeae;
}

.bread-crumbs li {
    float: left;
    padding-right: 10px;
    position: relative;
}

.bread-crumbs li:before {
    content: "/";
    position: absolute;
    top: 0;
    left: -7px;
}

.bread-crumbs li:first-child:before {
    display: none;
}

.bread-crumbs a {
    color: #aeaeae;
    text-decoration: none;
}

.bread-crumbs a:hover {
    text-decoration: underline;
}


/* ********* CONTENT-LEFT ********* */
.content-left {
    width: 650px;
    float: left;
    word-wrap: break-word;
}

/* ****** B-SERVICES ****** */
.b-services {
    margin-top: 31px;
    border: 1px solid #ccc;
}

div + .b-services {
    margin-top: 23px;
}

/* *** B-TITLE *** */
.b-title {

}

.b-title_corner {
    float: left;
    background: #18a873;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 5px 20px 4px 17px;
    position: relative;
    height: 22px;
}

.b-title_corner.b-redbg {
    background: #ea354d;
}

.b-services .b-title_corner {
    margin: -1px 0 0 -1px;
}

.b-title_corner:after {
    content: "";
    width: 11px;
    height: 31px;
    position: absolute;
    top: 0px;
    right: -11px;
    background: url(../img/sprite.png) 0px -81px no-repeat;
}

.b-title_corner.b-redbg:after {
    background-position: 0px -114px;
}

.b-title .link-title_all {
    float: right;
    margin: 8px 22px 0 0;
    color: #00a2e0;
    text-decoration: none;
}

.sidebar-right .b-title .link-title_all {
    margin-right: 0;
}

.b-title .link-title_all:hover {
    text-decoration: underline;
}


/* *** B-SERVICES_NAV *** */
.b-services_nav {
    margin-top: 13px;
    padding: 0 1px 14px 29px;
    border-bottom: 1px solid #ccc;
}

.b-services_nav a {
    margin: 1px 11px 0 0;
    font-size: 14px;
    color: #00a2e0;
    text-decoration: none;
    position: relative;
    border-bottom: 1px dashed #00a2e0;
}

.b-services_nav.type a {
    margin-right: 36px;
}

.b-services_nav.type a.active {
    font-weight: 700;
}

.b-services_nav a:hover:not(.btn-add) {
    border-bottom: 1px solid transparent;
}

.b-services_nav .pull-right.btn-green {
    padding: 4px 10px 3px;
    color: #fff;
    margin-right: 0;
}

.b-services_nav .btn-add {
    float: right;
    color: #fff;
    margin: -2px 0 0 0;
    border: none;
    padding: 4px 10px 3px;
    text-decoration: none;
}

.b-services_nav .btn-add:before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
    background: url(../img/sprite.png) -82px -250px no-repeat;
}

.b-services_nav .active {
    margin-top: 0;
    font-size: 15px;
    color: #000;
    border-bottom-color: transparent;
}


/* *** B-SERVICES_LIST *** */
.b-services_list {
    margin-top: 0;
}

.b-services_list .list-elem {
    padding: 22px 19px 23px;
}

.b-services_list .list-elem:first-child {
    border-top: none;
}

.b-services_list .list-elem .img-b {
    width: 75px;
    float: left;
    margin-right: 13px;
    border: 3px solid #e3e3e3;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;

    position: relative;
    overflow: hidden;
    text-align: center;
}

.b-services_list .list-elem .img-b img {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 12px;
}

.b-services_list .list-elem .img-b.vl-img {
    width: 147px;
    height: 98px;
    border-radius: 0;
}

.b-services_list .list-elem .img-b.vl-img img {
    max-width: 147px;
}

.b-services_list .list-elem .img-b img {
    display: block;
    max-width: 75px;
    height: auto;
}

.b-services_list .list-elem .text-b {
    float: right;
    width: 555px;
}

.b-services_list .list-elem.lesson-list-elem .text-b {
    width: 515px;
}

.b-services_list .list-elem.lesson-detail-elem .text-b {
    width: 515px;
}

.b-services_list .list-elem .p-title {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.b-services_list .list-elem .p-title + .p-info {
    margin: 12px 0 0;
}

.b-services_list .list-elem .p-info {
    margin: 6px 0 0;
}

.b-elem_control {
    margin-top: 13px;
}

.b-elem_control .b-download {
    float: left;
}

.b-elem_control .btn-download {
    display: inline-block;
    padding: 4px 13px 3px;
    font-size: 14px;
    vertical-align: middle;
    margin-right: 0px;
}

.b-elem_control .b-size {
    display: inline-block;
    vertical-align: middle;
}

.b-elem_control .right-b {
    float: right;
    margin-top: 6px;
}

.rate-stat_download {
    display: inline-block;
    margin-left: 35px;
    position: relative;
}

.rate-stat_download:before {
    content: "";
    width: 18px;
    height: 15px;
    position: absolute;
    top: 1px;
    left: -23px;
    background: url(../img/sprite.png) -15px -81px no-repeat;
}

.rate-stat_like {
    display: inline-block;
    margin-left: 40px;
    position: relative;
}

.rate-stat_like:before {
    content: "";
    width: 17px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: -21px;
    background: url(../img/sprite.png) -40px -81px no-repeat;
}

.rate-stat_comments {
    display: inline-block;
    margin-left: 34px;
    position: relative;
}

.rate-stat_comments:before {
    content: "";
    width: 15px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: -20px;
    background: url(../img/sprite.png) -64px -81px no-repeat;
}

.rate-stat_views {
    display: inline-block;
    margin-left: 34px;
    position: relative;
}

.rate-stat_views:before {
    content: "";
    width: 17px;
    height: 13px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -20px;
    background: url(../img/sprite.png) -83px -81px no-repeat;
}


/* *** B-SERVICES_PAG *** */
.b-services_pag {
    padding: 0 0 17px;
    text-align: center;
}

.b-services_pag a {
    margin: 0 11px;
    color: #00a2e0;
    text-decoration: none;
}

.b-services_pag a:hover {
    text-decoration: underline;
}


/* ****** ARTICLES-LIST ****** */
.articles-list {
    margin-top: 42px;
}
.articles-list_date p {
   margin: 0;
}

.articles-list .p-title {
    margin: 0;
}

.articles-list_date {
    font-size: 18px;
    font-weight: bold;
    margin-top: 22px;
}

.articles-list_elem + .articles-list_date {
    margin-top: 48px;
}

.articles-list_elem {
    margin-top: 19px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ccc;
}

.articles-list_elem.margin_top_none {
    margin-top: 0;
}

.articles-list_elem.single {
    border-bottom: 0;
    padding-top: 22px;
}

.articles-list_elem .video {
    margin-top: 13px;
}

.articles-list_date + .articles-list_elem {
    margin-top: 9px;
}

.articles-list_elem .p-title {
    font-size: 16px;
    line-height: 20px;
}

.articles-list_elem .p-date {
    margin-top: 15px;
}

.articles-list_elem.single .p-date {
    margin-top: 9px;
}

.articles-list_elem .p-source {
    margin-top: 4px;
}

.articles-list_elem .p-source a,
.articles-list_elem .p-source u {
    color: #afaeae;
    text-decoration: none;
}

.articles-list_elem .p-text {
    margin: 0;
    padding: 10px 0;
}

.articles-list_elem.new .date {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 7px;
}

.articles-list_elem.new .p-text a {
    color: #12a3dd;
    text-decoration: none;
}

.articles-list_elem.new .p-text a:hover {
    text-decoration: underline;
}

.articles-list_elem .p-more {
    font-size: 14px;
    padding-top: 3px;
}

.articles-list_elem .p-more a {
    color: #12a3dd;
    text-decoration: none;
}

.articles-list_elem .p-more a:hover {
    text-decoration: underline;
}

.articles-list_elem h1 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}


/* ****** EQUIPMENT-LIST ****** */
.equipment-list {
    margin-top: 42px;
}

.equipment-list_elem {
    margin-top: 15px;
    margin-bottom: 43px;
}


.equipment-list_elem .top-info .img-b {
    width: 171px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.equipment-list_elem .top-info .text-b {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
}

.equipment-list_elem .content-b {
    margin-top: 11px;
    line-height: 18px;
}

.equipment-list_elem .bottom-control {
    margin-top: 22px;
}

.equipment-list_elem .bottom-control a {
    margin-right: 25px;
    color: #12a3dd;
}


/* ****** PROFILE-USER ****** */
.profile-user {
    margin-top: 43px;
    border: 1px solid #ccc;
    padding: 11px 18px 18px 19px;
}

.profile-user_nav {

}

.profile-user_nav .active a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.profile-user_nav .s-title {
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.profile-user_nav ul {
    float: left;
    margin: 2px 0 0 26px;
}

.profile-user_nav ul.pull-right {
    float: right;
}

.profile-user_nav ul li {
    float: left;
    margin-right: 39px;
}

.profile-user_nav ul li:last-child {
    margin-right: 0;
}

.profile-user_nav ul a {
    color: #00a2e0;
    position: relative;
}

.profile-user_nav ul .s-num,
.b-services_nav .s-num,
#header .count_new .s-num {
    width: 16px;
    height: 16px;
    position: absolute;
    right: -20px;
    top: 0;
    background: #ea354d;
    text-align: center;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;

    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}


/* *** PROFILE-USER_CONTENT *** */
.profile-user_content {
    margin-top: 26px;
}

.b-ava-big {
    width: 125px;
    float: left;
    margin: 0 23px 0 23px;
    position: relative;
}

.b-ava-big_round {
    width: 119px;
    height: 119px;
    display: inline-block;
    border: 3px solid #e3e3e3;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    border-radius: 60px;

    position: relative;
    overflow: hidden;
}

.b-ava-big_round img,
.b-ava-medium_round img {
    display: inline-block;
}

.b-ava-medium_round {
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 3px solid #e3e3e3;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    border-radius: 60px;
    position: relative;
    overflow: hidden;
}

.b-ava-stat {
    position: absolute;
    bottom: 6px;
    right: 3px;
    padding: 0 5px;
    background: #18a873;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-size: 9px;
    color: #fff;
    line-height: 13px;
}

.profile-user_content .text-b {
    overflow: hidden;
    margin-top: 4px;
}

.profile-user_content .text-b .p-title {
    margin: 0 0 9px;
    font-size: 22px;
    font-weight: bold;
    padding: 0;
}

.profile-user_content .text-b .p-info {
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.profile-user_content .p-soc-head {
    margin: 0;
    padding: 0;
}

.profile-user_content .text-b .p-info + .p-prof {
    margin-top: 16px;
    line-height: 18px;
}

.profile-user_content .text-b .p-profile-edit {
    margin-top: 16px;
}

.profile-user_content .text-b .p-profile-edit a {
    color: #12a3dd;
    text-decoration: none;
}

.profile-user_content .text-b .p-profile-edit a:hover {
    text-decoration: underline;
}

.profile-user_soc {
    width: 160px;
    float: right;
    margin: 1px 4px 0 0;
}

.profile-user_soc a {
    width: 22px;
    height: 21px;
    display: inline-block;
    margin: 7px 1px 0 0;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}

.profile-user_soc a:hover {
    -khtml-opacity: .7;
    -moz-opacity: 0.7;
    opacity: .7;

}

.profile-user_soc .soc-vk {
    background-position: 0px -165px;
}

.profile-user_soc .soc-tweet {
    background-position: -28px -165px;
}

.profile-user_soc .soc-fb {
    background-position: -55px -165px;
}

.profile-user_soc .soc-youtube {
    background-position: 0px -192px;
}

.profile-user_soc .soc-odn {
    background-position: -27px -192px;
}

.profile-user_soc .soc-gp {
    width: 22px;
    height: 21px;
    display: inline-block;
    margin: 7px 1px 0 0;
    background-image: url(../img/google-plus-icon.png);
    background-repeat: no-repeat;
}


/* *** PROFILE-USER_RATE *** */
.profile-user_rate {
    margin-top: 32px;
    padding: 18px 15px 16px;
    background: #f5f5f5;
    text-align: center;
}
.profile-user_rate p {
    margin: 0;
}

.profile-user_rate .h-lk-rate_rating {
    margin-left: 10px;
}

.profile-user_rate .h-lk-rate_stars {
    margin-left: 10px;
}


/* *** PROFILE-USER_LINK *** */
.profile-user_link {
    margin-top: 16px;
    font-size: 12px;
}

.profile-user_link a {
    color: #12a3dd;
    text-decoration: none;
}

.profile-user_link a:hover {
    text-decoration: underline;
}


/* ****** B-NEWS ****** */
.b-news {
    margin-top: 31px;
    padding-bottom: 38px;
    border-bottom: 1px solid #ccc;
}

.b-news .b-title_corner {
    margin: 0;
}

.b-news_list {
    margin-top: 10px;
}

.b-news_list .list-elem {
    width: 309px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 13px;
    vertical-align: top;
}

.b-news_list .b-date {
    width: 42px;
    height: 42px;
    float: left;
    margin-right: 13px;
    background: #e3e3e3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

    position: relative;
    text-align: center;
}

.b-news_list .b-date .s-num {
    margin-top: 9px;
    display: block;
    font-size: 18px;
    line-height: 12px;
}

.b-news_list .b-date .s-month {
    margin-top: 4px;
    display: block;
    font-size: 12px;
    line-height: 10px;
}

.b-news_list .text-b {
    overflow: hidden;
}

.b-news_list .text-b p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.b-news_list .text-b p a {
    color: #aeaeae;
}


/* ****** B-FEED ****** */
.b-feed {

}


/* ********* SIDEBAR-RIGHT ********* */
.sidebar-right {
    width: 290px;
    float: right;
    margin-top: 6px;
}

.sidebar-right > div:first-child {
    margin-top: 25px;
}

/* ****** B-DISPUTED ****** */
.b-disputed {
    margin-top: 31px;
}

.b-disputed .p-title {
    font-size: 18px;
    font-weight: bold;
}

.b-disputed .p-title + .b-disputed_elem {
    margin-top: 12px;
}

.b-disputed_elem {
    margin-top: 7px;
    background: #f5f5f5;
    padding: 11px 15px;
}

.b-disputed_elem .p-head {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.b-disputed_elem .bottom-info {
    margin-top: 5px;
}

.b-ava-small {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;

    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.b-ava-small img {
    display: inline-block;
}

.b-disputed_elem .s-author {
    display: inline-block;
    vertical-align: middle;
}


/* ****** B-SBLOCK ****** */
.b-sblock {
    margin-top: 30px;
}

.b-sblock.b-border_bottom {
    padding-bottom: 23px;
    border-bottom: 1px solid #ccc;
}

.b-sblock.b-border_bottom.first {
    border-bottom: 0;
}

.b-sblock_content {
    margin-top: 22px;
}

.b-sblock_content .img-b {
    position: relative;
    text-align: center;
    padding-bottom: 11px;
}

.b-sblock_content .img-notice {
    position: absolute;
    bottom: 0;
    left: 15px;
    background: #f8e051;
    font-size: 12px;
    padding: 4px 7px;
}

.b-sblock_content .img-notice:before {
    content: "";
    width: 12px;
    height: 23px;
    position: absolute;
    top: 0px;
    left: -12px;
    background: url(../img/sprite.png) -20px -100px no-repeat;
}

.b-sblock_content .img-notice:after {
    content: "";
    width: 13px;
    height: 23px;
    position: absolute;
    top: 0px;
    right: -13px;
    background: url(../img/sprite.png) -39px -102px no-repeat;
}

.b-sblock_content .bottom-info {
    margin-top: 16px;
}

.b-sblock_content .text-b {
    margin-top: 12px;
}

.b-sblock_content .text-b .p-head {
    font-size: 16px;
    line-height: 22px;
}

.b-sblock_content .bottom-info .s-date {
    float: left;
    padding-left: 24px;
    position: relative;
    font-size: 16px;
}

.b-sblock_content .bottom-info .s-date:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/sprite.png) -61px -102px no-repeat;
}

.b-sblock_content .bottom-info .link-reg {
    float: right;
    font-size: 16px;
    color: #12a3dd;
}


/* ****** B-SUBSCRIBE ****** */
.b-subscribe {
    margin-top: 31px;
}

.b-subscribe .p-title {
    font-size: 18px;
    font-weight: bold;
}

.b-subscribe_content {
    margin-top: 12px;
    padding: 17px 18px 19px 10px;
    background: #f5f5f5;
}

.b-subscribe .p-notice {
    margin: 0 8px;
    font-size: 14px;
    line-height: 20px;
}

.b-subscribe input[type=text] {
    width: 174px;
    float: left;
    margin-top: 13px;
    padding: 4px 16px 3px;
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    font-weight: bold;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;

    position: relative;

}

.b-subscribe input[type=submit] {
    width: 47px;
    height: 23px;
    float: right;
    margin-top: 13px;
    padding: 2px 4px;
    font-size: 14px;
}


/* ****** B-POLL ****** */
.b-poll {
    margin-top: 33px;
}

.b-poll .p-title {
    margin: 18px 0 0;
    font-size: 16px;
    padding: 0;
}

.b-poll label {
    display: block;
    margin-top: 14px;
    margin-left: 13px;
}

.b-poll label input {
    margin: 0 4px 0 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.b-poll .btn-poll {
    display: inline-block;
    margin: 14px 0 0 12px;
    padding: 4px 10px 3px;
}


/* ****** B-BAN ****** */
.b-ban {
    margin-top: 36px;
}


/* ****** B-TWEETS ****** */
.b-tweets {
    margin-top: 32px;
}


/* ****** B-CERT ****** */
.b-cert {
    margin-top: 37px;
    padding: 17px 29px;
    text-align: center;
    background: #f6f1cd;
}

.b-cert .p-title {
    font-size: 15px;
    line-height: 22px;
}

.b-cert .img-cert {
    margin-top: 7px;
}

.b-cert .img-cert img {
    max-width: 250px;
}

.b-cert .p-confirmed {
    margin-top: 3px;
    font-size: 13px;
}

.icon-cert-confirm {
    width: 17px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
    background: url(../img/sprite.png) -58px -193px no-repeat;
}


/* ****** B-BADGES ****** */
.b-badges {
    margin-top: 24px;
}

.b-badges.first {
    padding-top: 10px;
}

.b-badges.b-border_bottom {
    padding-bottom: 23px;
    border-bottom: 1px solid #ccc;
}

.b-badges .p-title {
    font-size: 18px;
    font-weight: bold;
}

.b-badges_list {
    margin-top: 10px;
}

.b-badges_list img {
    margin: 7px 6px 0 0;
}

.b-border_bottom {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}


/* ****** B-FRIENDS ****** */
.b-friends {
    margin-top: 24px;
}

.b-friends .p-title {
    font-size: 18px;
    font-weight: bold;
}

.b-friends .p-title .link-all {
    float: right;
    margin: 3px 12px 0 0;
    font-size: 14px;
    font-weight: normal;
    color: #12a3dd;
    text-decoration: none;
}

.b-friends .p-title .link-all:hover {
    text-decoration: underline;
}

.b-friends_content {
    margin-top: 14px;
    padding: 17px 15px 19px 13px;
    background: #f5f5f5;
}

.b-friends_content input[type=text] {
    width: 146px;
    float: left;
    padding: 4px 16px 3px 26px;
    background: #fff url(../img/sprite.png) left -221px no-repeat;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    font-weight: bold;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;

    position: relative;
}

.b-friends_content input.input-text[type=text] {
    width: 220px;
    padding: 4px 15px 3px;
    color: #000;
    background: #fff;
    float: none;
    font-weight: 400;
}

.b-friends_content input.input-text[type=text]::-webkit-input-placeholder {
    color: #000;
}

.b-friends_content input.input-text[type=text]::-moz-placeholder {
    color: #000;
}

.b-friends_content input[type=submit] {
    width: 65px;
    height: 23px;
    float: right;
    padding: 2px 4px;
    font-size: 14px;
}

.b-friends_list {
    margin-top: 4px;
}

.b-ava-low {
    width: 30px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 2px 0 0;
    position: relative;
}

.b-ava-low .s-note-fade {
    position: absolute;
    top: 0px;
    left: 33px;
    padding: 4px 7px 3px;
    background: #f5f5f5;
    font-size: 12px;
    border: 1px solid #d9d9d9;
    z-index: 1;
    white-space: nowrap;
    display: none;
}

.b-ava-low .s-note-fade:before {
    content: "";
    width: 7px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: -7px;
    background: url(../img/sprite.png) -85px -198px no-repeat;
}

.b-ava-low:hover .s-note-fade {
    display: block;
}

.b-ava-low:hover {

}

/* ********** ********** */


/* ********* B-SOC-BOTTOM ********* */
.b-soc-bottom {
    margin-top: 69px;
    padding: 25px 0 45px;
    border-top: 1px solid #ccc;
    text-align: center;
}

.b-soc-bottom .p-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}


.b-soc-bottom .b-soc-block {
    display: inline-block;
    margin: 19px 5px 0 0px;
    vertical-align: top;
}

.social-block {
    line-height: 28px;
    margin: 30px 0 21px;
}

.social-block label {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
}

.sb-cont {
    display: inline-block;
    vertical-align: top;
}

.bc-head {
    background: #f5f5f5;
    padding: 15px;
    line-height: 20px;
    font-size: 16px;
    margin-top: 7px;
}

.bc-head ul {
    width: 100%;
    font-size: 0;
    display: table;
}

.bc-head li {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    margin-right: 20px;
}

.bc-head li.active a {
    color: #000;
    border-bottom: 1px solid transparent;
}

.bc-head li a {
    color: #12a3dd;
    border-bottom: 1px dashed #12a3dd;
    text-decoration: none;
}

.bc-head li a:hover {
    border-bottom: 1px solid transparent;
}

.blog-comments-list {
    padding-bottom: 27px;
}

.paging ul {
    width: 100%;
    font-size: 0;
    display: table;
    font-weight: 700;
}

.paging li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #000;
    margin-right: 20px;
}

.paging a {
    color: #12a3dd;
    text-decoration: none;
}

.paging a:hover {
    text-decoration: underline;
}

.paging .active a {
    color: #000;
}


.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.center {
    text-align: center;
}

.bc-content {
    font-size: 14px;
    line-height: 1.25;
}

.bc-content p {
    padding: 8px 0;
}

.bc-content a {
    color: #12a3dd;
    text-decoration: none;
}

.bc-content a:hover {
    text-decoration: underline;
}

.bc-img {
    padding: 14px 0;
}

.bc-tags {
    padding: 8px 0;
}

.bc-tags ul {
    width: 100%;
    font-size: 0;
    display: table;
}

.bc-tags li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 15px;
}

.bc-tags a {
    color: #000;
    text-decoration: underline;
}

.bc-tags a:hover {
    text-decoration: none;
}

.bc-bottom {
    overflow: hidden;
}

.bc-top {
    padding: 16px 0 1px;
}

.bc-bottom .right-b {
    margin: 30px 0 20px;
    line-height: 28px;
}

.bc-avatar a {
    position: relative;
    display: block;
}

.bc-avatar {
    margin-right: 20px;
}

.bc-info-top {
    padding: 10px 0 8px;
}

.bc-info {
    width: 490px;
    font-size: 14px;
}

.bc-info h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.bc-author {
    color: #12a3dd;
    margin-right: 10px;
    text-decoration: none;
}

.bc-author:hover {
    text-decoration: underline;
}

.bc-date {
    color: #aeaeae;
}

.b-popular-list {
    border: 1px solid #ccc;
}

.b-popular-list a {
    display: block;
    padding: 9px 15px;
    border-top: 1px solid #ccc;
    line-height: 31px;
    color: #12a3dd;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
}

.b-popular-list li:first-child a {
    border-top: 0;
}

.bp-name,
.bp-avatar {
    float: left;
}

.bp-avatar {
    margin-right: 13px;
    display: block;
    height: 31px;
    width: 31px;
}

.bp-avatar img {
    width: 31px;
    height: 31px;
    position: relative;
    border-radius: 31px;
}

.bp-count {
    text-align: right;
    float: right;
}

.bp-count {
    color: #000;
}

.b-popular .p-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 12px;
}

.ct-img {
    margin-right: 28px;
    width: 305px;
}

.ct-img img {
    position: relative;
    padding: 3px;
    background: #e3e3e3;
    border-radius: 20px;
}

.ct-text {
    width: 317px;
    line-height: 18px;
    padding-top: 3px;
}

.ct-text .btn-block {
    padding-top: 16px;
}

.ct-text .btn-block .links li {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}

.ct-text .btn-block .links li a {
    color: #12a3dd;
    font-size: 14px;
    text-decoration: none;
}

.ct-text .btn-block .links li a:hover {
    text-decoration: underline;
}

.ct-text .btn-green {
    padding: 0 15px;
    line-height: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}

.ct-text h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.ct-text h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.competitions-top {
    padding-bottom: 16px;
}

.ct-bonus {
    position: relative;
    padding: 9px 0 9px 33px;
}

.ct-bonus .icon-star-yellow, .ct-bonus .icon-rating-green {
    position: absolute;
    left: 0;
    top: 13px;
}

.other-competitions-list {
    margin-bottom: 32px;
}

.other-competitions-list > li {
    padding: 26px 0;
    border-bottom: 1px solid #ccc;
}

.other-competitions-list > li:first-child {
    padding-top: 18px;
}

.competitions-top {
    padding: 0;
}

.other-competitions {
    padding-top: 25px;
}

.other-competitions.first {
    padding-top: 0;
}

.other-competitions .ct-bonus {
    min-height: 58px;
}

.other-competitions .p-title {
    font-size: 18px;
    font-weight: bold;
    padding: 17px 0 0;
}

.more {
    text-align: center;
    line-height: 30px;
    padding: 16px 0;
}

.more a {
    color: #12a3dd;
    border-bottom: 1px dashed #12a3dd;
    font-size: 14px;
    text-decoration: none;
}

.calendar-plugin-big {
    margin-top: 19px;
}

.calendar-plugins-list {
    margin-top: 23px;
}

.calendar-plugins-list h2 {
    font-weight: 700;
    font-size: 18px;
}

.calendar-plugins-list li {
    margin-top: 7px;
    background: #f5f5f5;
    position: relative;
    padding: 15px 10px 15px 100px;
}

.icon-calendar-google {
    background: url(../img/sprite.png) no-repeat 0 -251px;
    width: 54px;
    height: 43px;
    margin-top: -22px;
    top: 50%;
    position: absolute;
    left: 29px;
}

.icon-calendar-apple {
    background: url(../img/sprite.png) no-repeat 0 -297px;
    width: 54px;
    height: 56px;
    margin-top: -28px;
    top: 50%;
    position: absolute;
    left: 29px;
}

.b-activity {
    border: 1px solid #ccc;
    position: relative;
}

.b-activity.type {
    margin-top: 37px;
}

.b-regulations {
    border: 1px solid #ccc;
    padding: 15px 20px 20px;
}

.b-regulations a.blue {
    color: #12a3dd;
    text-decoration: none;
}

.b-regulations a.blue:hover {
    text-decoration: underline;
}

.b-regulations.type {
    margin-top: 24px;
}

.b-regulations h2 {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.b-regulations h3 {
    margin: 0;
}

.b-regulations p {
    line-height: 1.45;
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
}

.b-regulations .more-view a {
    color: #12a3dd;
    font-size: 14px;
    text-decoration: none;
}

.b-regulations .more-view a:hover {
    text-decoration: underline;
}

.e-library {
    padding-top: 22px;
}

.e-library h2 {
    margin: 0;
}

.e-library h3 {
    margin: 0;
}

.e-library .info p {
    margin: 0;
}

.e-library-list dd {
    border: 1px solid #ccc;
    margin: 0;
    padding: 15px 0;
}

.e-library-list dt {
    border: 1px solid #ccc;
    border-bottom: 0;
    border-top: 0;
}

.e-library-list dt:first-child {
    border-top: 1px solid #ccc;
}

.e-library-list td {
    padding: 5px 20px;
    font-size: 14px;
}

.e-library-list td span {
    color: #aeaeae;
}

.e-library-list dd td:first-child {
    width: 315px;
}

.e-library-list dd.two td:first-child {
    width: 480px;
}

.e-library-list dd.two td {
    vertical-align: top;
}

.e-library-list dt td {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
}

.e-library-list dt td:first-child {
    width: 165px;
}

.block-faq {
    padding-top: 20px;
}

.block-faq h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 4px 0;
}

.block-faq p {
    margin: 0;
    padding: 5px 0 12px;
}
.block-faq img {
    margin: 0;
}

.block-faq .btn-block {
    padding-top: 14px;
}

.block-faq .btn-green {
    padding: 0 12px;
    height: 23px;
    line-height: 23px;
}

.faq-list {
    list-style: none;
    margin: 0;
    padding: 0 0 25px;
}
.faq-list ol, .faq-list ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.faq-list ul {
    list-style-type: disc;
}

.textarea-border {
    background: #f5f5f5;
    padding: 6px;
    display: inline-block;
    vertical-align: top;
}

.faq-list li {
    padding: 5px 0;
}

.faq-list a {
    color: #12a3dd;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

.faq-list a:hover {
    text-decoration: underline;
}

.ftb-options {
    width: 100%;
    font-size: 0;
    display: table;
}

.ftb-options li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-left: 30px;
}

.ftb-options li:first-child {
    margin-left: 0;
}

.forum-top-bar {
    background: #f5f5f5;
    padding: 10px 17px;
    line-height: 31px;
    margin-top: 7px;
}

.ftb-options a {
    text-decoration: none;
    color: #12a3dd;
}

.ftb-options a:hover {
    text-decoration: underline;
}

.ftb-options span {
    background: #e73851;
    line-height: 14px;
    color: #fff;
    padding: 0 4px;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    font-size: 12px;
    position: relative;
    border-radius: 14px;
}

.ftb-user a {
    display: block;
    height: 31px;
    text-decoration: none;
}

.ftb-user a:hover {
    text-decoration: underline;
}

.ftb-user .avatar {
    display: block;
    width: 31px;
    height: 31px;
    float: left;
    margin-right: 10px;
}

.ftb-user .avatar img {
    width: 31px;
    height: 31px;
    border-radius: 31px;
    position: relative;
}

.ftb-user .name {
    float: left;
}

.bal-promo {
    background: #f5f5f5;
    position: relative;
    padding: 10px 10px 10px 50px;
    margin-top: 20px;
}

.bal-promo .icon-rating-green {
    position: absolute;
    left: 16px;
    top: 14px;
}
.b-filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.b-filter-list li {
    line-height: 18px;
    padding: 3px 0;
    font-size: 14px;
}

.b-friends_content .bff-list .btn-green {
    float: none;
}

.bff-list {
    padding-bottom: 25px;
}

.bff-list .item {
    padding: 5px 0;
}

.bff-list .item .input-f {
    width: 208px;
    background: #fff;
    padding: 4px 25px 3px 15px;
    font-weight: normal;
    float: none;
}

.bff-list .hot-check {
    padding-top: 10px;
}

.bff-list .item.btn-block {
    padding-top: 13px;
}

.bff-list label {
    font-size: 14px;
    color: #000;
    line-height: 16px;
}

.bff-list label input {
    vertical-align: middle;
}

.p-title-big {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.block-download {
    margin-top: 30px;
}

.block-download .b-services {
    margin-top: 10px;
}

.block-lesson .list-elem {
    padding: 0;
}

.block-lesson h1 {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.block-lesson .p-info {
    font-size: 16px;
    line-height: 20px;
}

.block-lesson .p-txt {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 15px 0 0;
}

.block-lesson .p-txt a {
    color: #12a3dd;
    text-decoration: none;
}

.block-lesson .p-txt a:hover {
    text-decoration: underline;
}

.b-services_list.block-lesson .list-elem .img-b {
    width: auto;
    height: auto;
    border-radius: 33px;
}

.b-services_list.block-lesson .list-elem .img-b img {
    max-width: 115px;
}

.lessons-screens {
    padding: 5px 0;
}

.lessons-screens h3 {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
}

.lessons-screens ul {
    overflow: hidden;
    padding: 7px 13px;
    background: #f5f5f5;
}

.lessons-screens li {
    float: left;
    padding: 5px 3px;
}

.lessons-screens img {
    border: 1px solid #ccc;
}

.b-f-gray {
    margin-top: 14px;
    padding: 17px 15px 20px 13px;
    background: #f5f5f5;
}

.b-f-gray .btn-green {
    width: 65px;
    height: 23px;
    padding: 2px 4px;
    font-size: 14px;
}

.b-f-gray .item span {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 15px;
    width: 16px;
    line-height: 26px;
}

.b-f-gray input.input-text {
    height: 18px;
    padding: 3px 15px;
    line-height: 18px;
    width: 150px;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 26px;
}

.b-f-gray .bff-list {
    padding: 9px 0 0 0;
}

.calendar-call {
    position: relative;
}

.calendar-call:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -9px;
    width: 17px;
    height: 17px;
    background: url(../img/sprite.png) no-repeat -57px -276px;
}

.block-news .articles-list_elem {
    border-bottom: 0;
    padding-bottom: 8px;
}

.block-news .articles-list_date {
    font-size: 16px;
    padding-bottom: 8px;
}

.block-news .paging {
    padding-top: 16px;
}

.block-online {
    padding-top: 12px;
}

.block-online table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
}

.block-online th {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 10px 17px;
    font-size: 16px;
}

.block-online td {
    padding: 10px 17px;
    font-size: 14px;
    vertical-align: top;
    line-height: 18px;
}

.block-online .date {
    width: 160px;
    padding-right: 0;
}

.block-online .what {
    width: 265px;
}

.user-blog-elem .p-text {
    margin: 0;
    padding: 13px 0 0;
}

.user-blog-elem .p-text a {
    color: #aeaeae;
}

.user-blog-elem .date {
    color: #aeaeae;
}

.b-tvreports-list > li {
    overflow: hidden;
    padding-top: 30px;
}

.b-tvr-img {
    width: 185px;
    float: left;
    margin-right: 20px;
}

.b-tvr-text {
    float: left;
    width: 445px;
}
.b-tvr-text h4 {
    margin: 0;
}

.b-tvr-text h4 a {
    line-height: 20px;
    font-size: 16px;
}

.b-tvr-text .date {
    line-height: 20px;
    padding-top: 13px;
}

.b-tvr-text .source {
    line-height: 20px;
}

.b-tvr-text .source span {
    color: #aeaeae;
    text-decoration: none;
}

.block-registration {
    padding-top: 43px;
}
.block-registration .field input {
    margin: 0;
    padding: 0;
}
.br-cont {
    background: #f5f5f5;
    text-align: center;
    padding-bottom: 32px;
}

.block-registration h1 {
    font-size: 22px;
    font-weight: 700;
    padding: 36px 0 20px;
}

.br-social ul {
    width: 100%;
    font-size: 0;
    display: table;
}

.br-social ul li {
    display: inline-block;
    vertical-align: top;
    padding-left: 13px;
}

.br-social ul li:first-child {
    padding-left: 0;
}

.br-social a {
    display: block;
    width: 126px;
    height: 45px;
    background: #f38623;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 45px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.br-social a:hover {
    -khtml-opacity: .8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.br-social .vk a {
    background: #3e87be;
}

.br-social .fb a {
    background: #436bb9;
}

.br-social .tw a {
    background: #2aafe7;
}

.br-social .gl a {
    background: #bc3417;
}

.br-or {
    border-bottom: 1px solid #ccc;
    height: 8px;
    color: #848484;
    font-size: 14px;
    width: 679px;
    margin: 30px auto 36px;
}

.br-or span {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    background: #f5f5f5;
}

.br-warning {
    color: #848484;
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0;
}

.br-warning a {
    color: #848484;
    text-decoration: none;
}

.br-warning a:hover {
    text-decoration: underline;
}

.br-form {
    width: 368px;
    margin: 0 auto;
}

.br-form a {
    color: #848484;
}

.br-form label {
    color: #848484;
    cursor: pointer;
}

.br-form .item {
    padding-bottom: 9px;
}

.br-form input.input-text {
    height: 20px;
    line-height: 20px;
    padding: 13px;
    width: 340px;
    color: #000;
    font-size: 18px;
    border: 1px solid #ccc;
}

.br-form .btn-block {
    padding-top: 24px;
}

.br-fast-reg {
    text-align: center;
    color: #848484;
    font-size: 14px;
    padding-top: 22px;
    line-height: 23px;
}

.br-fast-reg label {
    margin-right: 6px;
}

.br-fast-reg .btn-green {
    padding: 0 14px;
    display: inline-block;
    vertical-align: top;
}

.b-services-message h4 {
    font-size: 16px;
    line-height: 18px;
}

.b-services-message p {
    line-height: 18px;
}

.b-services-message .meta {
    background: #f5f5f5;
    padding: 10px;
    line-height: 20px;
    margin: 20px 0;
}

.bsm-files {
    padding: 38px 0 10px;
}

.bsm-files label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.bsm-files ul {
    width: 100%;
    font-size: 0;
    display: table;
}

.bsm-files li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

.btm-bottom .btn-green {
    padding: 4px 13px 3px;
}

.b-services-message-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.b-services-message-table th {
    background: #f5f5f5;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.b-services-message-table td {
    margin: 0;
    padding: 10px;
    border-top: 3px solid #fff;
}

.b-services-message-table .no-read td {
    background: #f6f0cf;
}

.b-services-message-table input {
    vertical-align: middle;
    margin: 0;
}

.b-services-message-table .name {
    padding-left: 33px;
    position: relative;
}

.b-services-message-table .icon-email {
    width: 15px;
    height: 11px;
    margin-top: -5px;
    position: absolute;
    left: 0;
    top: 50%;
    background: url(../img/sprite.png) no-repeat 0 -356px;
}

.b-services-message-table .no-read .icon-email {
    background-position: -18px -356px;
}

.b-services-message-table .no-read .name {
    font-weight: 700;
}

.btn-block-messages {
    padding-top: 15px;
}

.b-services-message-write h3 {
    padding: 0 10px 15px;
}

.btn-block-messages .btn-green {
    padding: 3px 10px;
}

.b-services-message-write .box-gray {
    background: #f5f5f5;
    padding: 11px 10px;
}

.b-services-message-write .box-gray .item {
    padding: 5px 0;
}

.b-services-message-write label {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    float: left;
    width: 56px;
}

.b-services-message-write .box {
    float: left;
    width: 534px;
    line-height: 27px;
}

.b-services-message-write input.input-text {
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    height: 19px;
    line-height: 19px;
    padding: 3px 10px;
    width: 512px;
}

.sl-head img {
    border: 3px solid #e7e8ea;
}

.sl-head h3 {
    margin: 0;
    padding: 15px 0;
}

.sl-head table,
.sl-body table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.sl-head th {
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 22px;
}

.sl-head th:first-child {
    width: 153px;
    padding-right: 20px;
}

.sl-body td {
    border-top: 1px solid #ccc;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 20px;
    font-size: 14px;
    vertical-align: top;
}

.sl-body tr td:first-child {
    font-size: 16px;
    width: 310px;
    padding-right: 20px;
}

.sl-body tr td.img {
    width: 77px;
}

.sl-body tr td.img img {
    border: 3px solid #e7e8ea;
}

.sl-body a.blue {
    color: #12a3dd;
}

.block-shop-item {
    /*padding-bottom:50px;*/
}

.block-shop-item h3 {
    font-size: 18px;
}

.block-shop-item .row {
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

.block-shop-item ul {
    width: 100%;
    font-size: 0;
    display: table;
    padding: 14px 0;
}

.block-shop-item li {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-left: 2%;
}

.block-shop-item li:first-child {
    margin-left: 0;
}

.block-shop-item a {
    color: #000;
    text-decoration: none;
}

.block-shop-item .img {
    text-align: center;
    display: block;
}

.block-shop-item .caption {
    font-size: 12px;
    display: block;
    padding-top: 2px;
    color: #000;
}

.block-shop-head {
    background: #f5f5f5;
    margin: 18px 0;
}

.block-shop-head ul {
    width: 100%;
    font-size: 0;
    display: table;
    text-align: center;
}

.block-shop-head li {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
    padding: 0 0px;
    max-width: 130px;
}

.block-shop-head a {
    text-decoration: none;
    display: block;
    position: relative;
    padding-top: 60px;
    height: 60px;
}

.block-shop-head a .txt {
    border-bottom: 1px dashed #000;
}

.block-shop-head .active a .txt {
    border-bottom: 1px dashed transparent;
}

.icon-participants,
.icon-interactive-participants,
.icon-master,
.icon-expert,
.icon-genius {
    height: 30px;
    left: 50%;
    top: 17px;
    position: absolute;
    background: url(../img/sprite.png) no-repeat 0 -403px;
}

.icon-participants {
    width: 28px;
    margin-left: -14px;
}

.icon-interactive-participants {
    width: 25px;
    margin-left: -12px;
    background-position: -31px -403px;
}

.icon-master {
    width: 31px;
    margin-left: -15px;
    background-position: -59px -403px;
}

.icon-expert {
    width: 35px;
    margin-left: -17px;
    background-position: -93px -403px;
}

.icon-genius {
    width: 39px;
    margin-left: -19px;
    background-position: -131px -403px;
}

.icon-star-green,
.icon-star-blue,
.icon-star-red {
    width: 31px;
    height: 30px;
    background: url(../img/sprite.png) no-repeat 0 -370px;
    display: inline-block;
    vertical-align: middle;
}

.icon-star-blue {
    background-position: -33px -370px;
}

.icon-star-red {
    background-position: -66px -370px;
}

.block-shop-head a:before {
    width: 24px;
    height: 12px;
    background: url(../img/sprite.png) no-repeat -85px -296px;
    left: 50%;
    margin-left: -12px;
    bottom: 0;
    position: absolute;
    content: '';
    display: none;
}

.block-shop-head .active a:before {
    display: block;
}

.block-users {
    margin-top: 43px;
}

.bu-list {
    border: 1px solid #ccc;
}

.bu-list > ul > li {
    border-top: 1px solid #ccc;
    padding: 22px 15px;
    overflow: hidden;
}

.bu-list > ul > li:first-child {
    border-top: 0;
}

.bu-avatar {
    width: 60px;
    margin-right: 15px;
    position: relative;
}

.bu-avatar .b-ava-stat {
    right: 0;
    bottom: 0;
}

.bu-avatar a {
    display: block;
}

.bu-txt {
    overflow: hidden;
    width: 533px;
}

.bu-options {
    text-align: right;
    padding-top: 3px;
}

.bu-options a {
    color: #aeaeae;
    text-decoration: none;
}

.bu-options a:hover {
    text-decoration: underline;
}

.bu-options li {
    padding: 6px 0 7px;
}

.bu-options .item {
    display: inline-block;

    margin-left: 16px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 10px;
}

.bu-txt .name {
    padding: 7px 0;
}

.bu-txt .name a {
    font-size: 16px;
    line-height: 18px;
}

.bu-info {
    line-height: 18px;
    padding-top: 5px;
}

.bu-info li {
    padding-bottom: 5px;
}

.block-users .paging {
    padding-top: 25px;
}

.sl-bottom {
    margin-top: 7px;
}

.sl-type {
    padding-right: 13px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/sl-type.png) no-repeat 100% -26px;
    line-height: 23px;
}

.sl-type span {
    display: inline-block;
    vertical-align: top;
    padding-left: 13px;
    color: #000;
    font-size: 12px;
    background: url(../img/sl-type.png) no-repeat 0 0;
}

.sl-type-red {
    padding-right: 13px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/sl-type-red.png) no-repeat 100% -26px;
    line-height: 23px;
}

.sl-type-red span {
    display: inline-block;
    vertical-align: top;
    padding-left: 13px;
    color: #000;
    font-size: 12px;
    background: url(../img/sl-type-red.png) no-repeat 0 0;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
    clear: both;
    display: block;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ----style-form---*/

/* ********** FOOTER ********** */

#footer {
    padding: 33px 0 25px;
    background: #000;
    color: #fff;
}

#footer .f-bottom {
    margin-top: 57px;
    text-align: center;
}

#footer a {
    color: #b6b6b6;
}

/* ****** B-DEVELOPER ****** */
.b-developer {
    float: left;
    font-size: 12px;
    margin-top: 2px;
    margin-right: 36px;
}

.b-developer a {
    text-decoration: none;
}

.b-developer span {
    display: block;
    margin-top: 6px;
    color: #b6b6b6;
}

.b-developer span + span {
    margin-top: 2px;
}

.b-developer span em {
    color: #6c6c6c;
    font-style: normal;
}


/* ****** F-NAV ****** */
.f-nav {
    overflow: hidden;
}

.f-nav_list {
    width: 17%;
    display: inline-block;
    padding-right: 2%;
    vertical-align: top;
}

.f-nav_list .p-title {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.f-nav_list ul {
    margin: 17px 0 0;
    list-style: none;
    padding: 0;
}

.f-nav_list li {
    margin-top: 8px;
}

.f-nav_list li a {
    text-decoration: none;
}

.f-nav_list li a:hover {
    text-decoration: underline;
}


/* ****** COPYRIGHTS ****** */
.copyrights {
    display: inline-block;
    margin-right: 13px;
    font-size: 12px;
    color: #6c6c6c;
    vertical-align: top;
}
.copyrights p {
    margin: 0;
    padding: 0;
}
    /* ****** F-MENU ****** */
.f-menu {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.f-menu a {
    margin: 0 10px 0 15px;
    text-decoration: none;
}

.f-menu a:hover {
    text-decoration: underline;
}

/* ********** ********** */

.bolder {
    font-weight: bold;
}

.pagination {
    padding: 5px 0 10px;
}

.pagination a {
    color: #00A2E0;
    text-decoration: none;
    margin: 0 4px;
}

.pagination a:hover {
    text-decoration: underline;
}

.pagination span.bolder {
    margin: 0 4px;
}

.pagination .nav_arrow {
    font-size: 11px;
}

.pagination .nav_arrow, .pagination .nav_arrow a {
    color: #7f7f95;
    margin: 0;
}

.pagination .nav_arrow.prev {
    padding-right: 7px;
}

.pagination .nav_arrow.next {
    padding-left: 7px;
}

.nav_padd_top {
    padding-top: 10px;
}

.no_active_link {
    color: #aeaeae;
}

.messages-input .b-services-message-table div.text, .messages-output .b-services-message-table div.text {
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis;
    width: 339px;
}

a.tab {
    cursor: pointer;
}

#header .count_new {
    float: right;
    position: relative;
    margin-right: 30px;
}

#header .count_new a {
    color: #00A2E0;
    text-decoration: none;
}

.blog-comments.articles-list {
    /*margin-top: 31px;*/
}

.message-success {
    border: 2px solid limegreen;
    color: green;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    margin: 10px 0 10px 0;
}

.message-error {
    border: 2px solid #EA354D;
    color: #EA354D;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    margin: 10px 0 10px 0;
}

.message-yellow {
    border: 2px solid #ffb645;
    color: #ffa34b;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    margin: 10px 0 10px 0;
}

/* *****NEW CSS***** */

.tape-elem-post {
    padding: 22px 0 26px;

}

.tape-elem-post:first-child {

    border-top: 0;

}

.user-avatar {

    float: left;

    width: 105px;

}

.elem-content {

    float: left;

    width: 555px;

}

.user-avatar a {

    width: 60px;

    height: 60px;

    display: inline-block;

    margin-right: 5px;

    -moz-border-radius: 33px;

    -webkit-border-radius: 33px;

    -khtml-border-radius: 33px;

    border-radius: 33px;

    behavior: url(/js/PIE.htc);

    position: relative;

    overflow: hidden;

    vertical-align: middle;

    border: 3px solid #e3e3e3;

}

.user-avatar img {

    position: absolute;

    left: 0;

    top: 50%;

    margin-top: -41px;

}

.elem-comments {

    border: 1px solid #d9d9d9;
    position: relative;

}

.elem-comments:before {

    width: 11px;

    height: 13px;

    display: block;

    position: absolute;

    content: '';

    left: 25px;

    top: -13px;

    background: url(/img/sprite.png) no-repeat -111px -293px;

}

.tape-elem-post .elem-info {

    position: relative;

    margin: 15px 0;

}

.tape-blog-post .elem-control {

    width: 100%;

    font-size: 0;

    display: table;

}

.tape-elem-post .elem-control > div {

    display: inline-block;

    vertical-align: top;

    margin-left: 15px;

    color: #12a3dd;

}

.tape-elem-post .elem-control > div:first-child {

    margin-left: 0;

    font-size: 14px;

}

.tape-elem-post .like-btn {

    padding-left: 22px;

}

.tape-elem-post .rate-stat_like:before {

    left: 0;

}

.tape-elem-post .like-btn,
.tape-elem-post .notrack-btn {

    cursor: pointer;

}

.tape-elem-post .elem-control > div.time {

    position: absolute;

    right: 0;

    top: 0;

    color: #000;

    font-size: 12px;

}

.comment-list .comment:after {

    content: " ";

    display: table;

}

.comment-list .comment:after {

    clear: both;

}

.comment-list .comment {

    border-bottom: 1px solid #d9d9d9;

    padding: 10px;

    *zoom: 1;

}

.comment-list .info {

    color: #aeaeae;

    width: 100%;

    font-size: 0;

    display: table;

    margin-top: -3px;

}

.comment-list .info > div {

    display: inline-block;

    vertical-align: top;

    font-size: 12px;

    margin-right: 15px;

}

.comment-list .icon-time {

    margin: 1px 2px 0 0;

}

.comment-list .icon-heart {

    margin-top: 2px;

}

.comment-list .info a {

    color: #aeaeae;
    text-decoration: none;

}

.comment-list .reply {

    cursor: pointer;

}

.comment-list .text {

    font-size: 14px;

    line-height: 20px;

    color: #000;

    padding-top: 4px;

}

.comment-list .author-avatar {

    float: left;

    width: 47px;

}

.user-live-tape .comment-list .content {
    float: left;
    width: 455px;

}

.comment-list .content {

    float: left;

    width: 436px;

}

.tape-elem-post .elem-title {

    padding-bottom: 11px;

}

.tape-elem-post .elem-title a {

    font-size: 16px;

    line-height: 20px;

}

.tape-elem-post .elem-description {

    font-size: 14px;

    line-height: 20px;

    color: #000;

}

.tape-elem-post .elem-description a {

    color: #aeaeae;

}

.tape-elem-post .user-name {

    padding-bottom: 4px;

}

.tape-elem-post .user-name a {

    color: #12a3dd;

    font-size: 14px;

    line-height: 20px;

    text-decoration: none;

}

.tape-elem-post .user-name a:hover {

    text-decoration: underline;

}

.add-comment-form {

    background: #f5f5f5;

    padding: 7px;

}

.add-comment-form .btn-download {

    padding: 3px 10px;

    display: none;

}

.add-comment-form .send {

    padding-top: 7px;

}

.tape-elem-post .icon-time-black:before {

    margin: 1px 5px 0 0;

}

textarea.comment-text {

    border: 1px solid #dadada;

    background: #fff;

    padding: 3px 12px;

    height: 20px;

    min-height: 20px;

    max-height: 20px;

    width: 501px;

    min-width: 501px;

    max-width: 501px;

    line-height: 20px;

    vertical-align: top;

}

.focus textarea.comment-text {

    height: 100px;

    min-height: 100px;

    max-height: 100px;

}

textarea.comment-text::-webkit-input-placeholder {
    color: #000;
}

textarea.comment-text::-moz-placeholder {
    color: #000;
}


.navigation {

    text-align: center;

}

.more {

    color: #12a3dd;

    font-size: 14px;

    text-decoration: none;

    border-bottom: 1px dashed #12a3dd;

    line-height: 16px;

    padding: 0;

    cursor: pointer;
}

.navigation .more:hover {

    border-bottom: 1px dashed transparent;

}


.block-participants-cont {

    background: #f5f5f5;

    padding: 11px;

    position: relative;

}

.block-participants-cont h2 {

    text-align: center;

    color: #000;

    font-size: 22px;

    font-weight: 700;

    padding: 25px 0 10px;

}

.bp-box {

    border: 1px solid #ccc;

    background: #fff;

    width: 290px;

    margin: 11px;

}

.bp-box p {

    line-height: 18px;

    font-size: 14px;

    padding: 7px 0;

}

.bp-box-img img {

    vertical-align: top;

}

.bp-box-text {

    padding: 12px 15px 18px;

}

.bp-box-user a {

    text-decoration: none;

    font-weight: 700;

}

.bp-box-user a:hover {

    text-decoration: underline;

}

.bp-box-rate-stat_like {

    margin-left: 22px;

    font-weight: 700;

    margin-top: 7px;

    cursor: pointer;

}

.bp-box-rate-stat_like:hover:before {

    background-position: -103px -81px;

}

.bp-box-rate-stat_like a {

    color: #12a3dd;

    text-decoration: none;

}

.bp-box-rate-stat_like a:hover {

    text-decoration: underline;

}

.popup {

    display: none;

}

.newstyle {
    z-index: 100000 !important;
}

.newstyle .fancybox-close {

    width: 28px;

    height: 28px;

    right: 14px;

    top: 14px;

    background: url(/img/sprite.png) no-repeat 0 -436px;

}

.newstyle .fancybox-opened .fancybox-skin {

    box-shadow: none;

    background: none;

}

.popup-container {

    border: 5px solid #25a774;

    position: relative;

    border-radius: 25px;

    background: #fff;

    width: 672px;

    padding: 45px 125px;

    margin: 0 auto;

}

.popup-container p {

    padding: 8px 0;

}

.popup-container .social-block {

    margin-top: 19px;

}

.popup-container textarea.comment-text {

    width: 631px;

    min-width: 631px;

    max-width: 631px;

}

.popup-container .tape-elem-post {

    padding-top: 0;

}

.pc-slider {

    padding-bottom: 15px;

}

.pc-slider .flex-viewport {


}

.pc-slider .flexslider .slides > li {


}

.pc-slider .flexslider {


}

.pc-slider .flex-direction-nav .flex-prev,
.pc-slider .flex-direction-nav .flex-next {

    top: 50%;

    margin-top: -25px;

}

.pc-slider .flex-direction-nav .flex-prev {

    left: -77px;

}

.pc-slider .flex-direction-nav .flex-next {

    right: -77px;

}


.icon-heart,
.icon-time {

    display: inline-block;

    vertical-align: top;

    background: url(/img/sprite.png) no-repeat 0 0;

}

.icon-heart {

    width: 13px;

    height: 11px;

    background-position: -49px -356px;

}

.icon-time {

    width: 11px;

    height: 11px;

    background-position: -35px -356px;

}

.icon-time-black:before {

    width: 11px;

    height: 11px;

    display: inline-block;

    vertical-align: top;

    content: '';

    background: url(/img/sprite.png) no-repeat -65px -356px;

}


.popup {

    display: none;

}

.newstyle .fancybox-close {

    width: 28px;

    height: 28px;

    right: 14px;

    top: 14px;

    background: url(../img/sprite.png) no-repeat 0 -436px;

}

.newstyle .fancybox-opened .fancybox-skin {

    box-shadow: none;

    background: none;

}

.popup-container {

    border: 5px solid #25a774;

    position: relative;

    border-radius: 25px;

    background: #fff;

    width: 672px;

    padding: 45px 125px 0px 125px;

    margin: 0 auto;

}

.popup-container p {

    padding: 8px 0;

}

.popup-container .social-block {

    margin-top: 19px;

}

.popup-container textarea.comment-text {

    width: 631px;

    min-width: 631px;

    max-width: 631px;

}

.popup-container .tape-elem-post {

    padding-top: 0;

}

.pc-slider {

    padding-bottom: 15px;


}


.pc-slider .flexslider .slides > li {


}

.pc-slider .flexslider {


}

.pc-slider .flex-direction-nav .flex-prev,
.pc-slider .flex-direction-nav .flex-next {

    top: 50%;

    margin-top: -25px;

}

.pc-slider .flex-direction-nav .flex-prev {

    left: -77px;

}

.pc-slider .flex-direction-nav .flex-next {

    right: -77px;

}


/* *****NEW CSS***** */


th.forum-column-topics span,
th.forum-column-replies span,
th.forum-column-lastpost span,
th.forum-column-title span,
th.forum-column-views span {

    font-weight: 700;

    color: #000;

}

.forum-head-title {

    line-height: 25px;

}

.forum-head-title a {

    font-weight: 700;

    color: #000;

    text-decoration: none;

}

.forum-head-title a:hover {

    text-decoration: underline;

}

div.forum-icon-default,
div.forum-icon-newposts,
div.forum-icon-sticky-newposts,
div.forum-icon-sticky,
div.forum-icon-moved,
div.forum-icon-closed {

    width: 14px;

    height: 11px;


}

div.forum-icon-moved {

    width: 15px;

    height: 15px;

    background-position: -142px -293px;

}

div.forum-icon-closed {

    height: 15px;

    background-position: -160px -293px;

}

div.forum-icon-sticky-newposts,
div.forum-icon-sticky {

    height: 14px;

    background-position: -125px -293px;

}

div.forum-icon-default {


}

.forum-item-title a {

    color: #12a3dd;

}

.forum-lastpost-date {

    color: #aeaeae;

}

div.forum-main-footer {

    border-top: 1px solid #cccccc !important;

    padding-top: 18px;

}

div.forum-main-footer .forum-info-box-inner {

    background: #f5f5f5;

    line-height: 37px;

}

div.forum-main-footer div.forum-icon-container {

    margin-top: 12px;

    padding-left: 1.117em;

}

div.forum-users-online,
div.forum-users-birthday,
div.forum-statistics,
div.forum-main-footer,
div.forum-navigation-box,
div.forum-breadcrumb {

    padding-left: 0;

    padding-right: 0;

}

div.forum-breadcrumb {

    padding-bottom: 0;

}

div.forum-users-online a,
div.forum-users-birthday a {

    color: #12a3dd;

    text-decoration: none;

}

div.forum-users-online a:hover,
div.forum-users-birthday a:hover {

    text-decoration: underline;

}

div.forum-breadcrumb {

    color: #aeaeae;

    font-size: 12px;

    line-height: 40px;

}

div.forum-breadcrumb a {

    color: #aeaeae;

    font-size: 12px;

    text-decoration: none;

}

div.forum-breadcrumb a:hover {

    text-decoration: underline;

}

.forum-page-navigation {

    font-weight: 700;

}

.forum-page-navigation a {

    color: #12a3dd;

    text-decoration: none;

}

.forum-page-navigation .active a {

    color: #000;

}

.forum-new-post a {

    padding: 0 15px;

    line-height: 23px;

    height: 23px;

    display: inline-block;

    vertical-align: top;

    text-decoration: none;

    color: #fff;

    border: none;

    font-weight: 400;

    -moz-border-radius: 12px;

    -webkit-border-radius: 12px;

    -khtml-border-radius: 12px;

    border-radius: 12px;

    behavior: url(./js/PIE.htc);

    position: relative;

    background: #18a873;

    -webkit-transition: opacity 0.2s ease;

    -moz-transition: opacity 0.2s ease;

    -o-transition: opacity 0.2s ease;

    transition: opacity 0.2s ease;

}

.forum-new-post a:hover {

    -khtml-opacity: 0.8;

    -moz-opacity: 0.8;

    opacity: 0.8;

}

.forum-topics-moderate input,
.forum-info-box .forum-rapid-access-items input,
.forum-topic-moderate input,
.forum-post-moderate input,
.forum-reply-buttons input {

    padding: 0 15px;

    height: 25px;

    display: inline-block;

    vertical-align: top;

    text-decoration: none;

    color: #fff;

    border: none;

    font-weight: 400;

    -moz-border-radius: 12px;

    -webkit-border-radius: 12px;

    -khtml-border-radius: 12px;

    border-radius: 12px;

    behavior: url(./js/PIE.htc);

    position: relative;

    background: #18a873;

    -webkit-transition: opacity 0.2s ease;

    -moz-transition: opacity 0.2s ease;

    -o-transition: opacity 0.2s ease;

    transition: opacity 0.2s ease;

}

.forum-topics-moderate input:hover,
.forum-info-box .forum-rapid-access-items input:hover,
.forum-topic-moderate input:hover,
.forum-post-moderate input:hover,
.forum-reply-buttons input:hover {

    -khtml-opacity: 0.8;

    -moz-opacity: 0.8;

    opacity: 0.8;

}

.forum-info-box .forum-rapid-access-items input {

    vertical-align: middle;

}

div.forum-navigation-bottom {

    padding-top: 15px;

}

.forum-block-container .selectbox .select .text,
.forum-info-box .selectbox .select .text {

    text-align: left;

}

div.forum-main-footer div.forum-rapid-access-items {

    width: 317px;

    padding-right: 15px;

    padding-bottom: 2px;

}

div.forum-main-footer.forum-main-footer-moderate {

    padding-top: 0;

    border-top: 0 !important;

}

.forum-post-table {

    border: 1px solid #ccc;

    border-top: 0;

}

.forum-cell-user > span {

    height: 35px;

    width: 204px;

    background: #f5f5f5;

    display: block;

    padding-left: 10px;

}

.forum-post-date span {

    font-weight: 700;

}

div.forum-user-info {

    padding-top: 35px;

    text-align: center;

}

div.forum-user-name a {

    color: #12a3dd;

    font-weight: 700;

}

.forum-cell-actions,
.forum-cell-contact {

    border-top: 0 !important;

}


.forum-user-avatar a {

    width: 60px;

    height: 60px;

    display: inline-block;

    border: 3px solid #e3e3e3;

    -moz-border-radius: 66px;

    -webkit-border-radius: 66px;

    -khtml-border-radius: 66px;

    border-radius: 66px;


    position: relative;

    overflow: hidden;

}

div.forum-user-name {

    padding-top: 10px;

}

div.forum-reply-field {

    margin-top: 0;

}

/* добавление сообщения блога */

.edit_blog_title_padd {
    padding: 20px 0 10px;
}

/* старая - новая цена */
.crossed {
    text-decoration: line-through;
    padding-right: 5px;
}

.price_discount {
    color: #e91e4b;
    font-weight: bold;
}

/* отзывы (вебинары/семинары) */
a.review-btn {
    font-size: 14px;
    height: 23px;
    padding: 2px 4px;
    width: 65px;
}

.reviews-reply-form {
    display: none;
}

.receipt {
    line-height: 1.5em;
}

.error_offer:before {
    background-color: #F5F5F5;
    border-bottom: 4px solid transparent;
    border-right: 4px solid red;
    border-top: 4px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: -6px;
    top: 8px;
    width: 0;
}

.error_offer {
    display: none;
    background-color: pink;
    border: 2px solid red;
    height: 19px;
    margin-left: 15px;
    padding: 2px 10px;
    font-size: 12px;
    width: 200px;
    position: absolute;
    right: -232px;
    top: -6px;
}

.datetime_start .error_offer {
    width: 230px;
    right: -258px;
}

.ch_input input {
    position: relative;
    top: 2px;
}

.ch_txt {
    padding-left: 5px;
    position: relative;
}

.forum-quote {
    margin-bottom: 7px;
}

.get-all-comments {
    text-align: center;
    color: grey;
    padding: 6px 0 6px 0;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px solid #D9D9D9;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

.comment-label {
    width: 128px;
}

.edit-lessson-pencil {
    opacity: 0.3;
    position: relative;
    top: 2px;
}

.popup-users-recommend {
    display: none;
    position: absolute;
    z-index: 10000;
}

.rate-stat_recommends {
    display: inline-block;
    margin-left: 34px;
    position: relative;
}

.rate-stat_recommends:before {
    content: "";
    width: 15px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: -20px;
    background: url(/img/stars.png) -1px 0px no-repeat;
}

.press-center.link-all {
    float: right;
}

.press-center.link-all a {
    color: #12a3dd;
    position: relative;
    text-decoration: none;
    top: 10px;
}

.press-center.link-all a:hover {
    text-decoration: underline;
}

.c404 {
    padding-top: 70px;
    text-align: center;
}

.c404 .text {
    padding-top: 30px;
    font-size: 20px;
}

.c404 .controls {
    width: 330px;
    margin: 0 auto;
    padding-top: 25px;
}

.c404 .controls a {
    font-size: 20px;
    color: #12a3dd;
    text-decoration: none;
    cursor: pointer;
}

.c404 .controls a:hover {
    text-decoration: underline;
}

.c404 .controls .back {
    float: left;
}

.c404 .controls .main {
    float: right;
}

.selectbox .dropdown li.disabled:hover {
    color: #AAAAAA;
    cursor: not-allowed;
}

.top-menu {
    width: 260px;
    float: left;
    padding-top: 22px;
}

.top-menu .profile-user_rate .h-lk-rate_rating {
    margin-left: 5px;
}

.top-menu .profile-user_rate .h-lk-rate_stars {
    margin-left: 5px;
}

.top-menu .profile-user_rate {
    background: none;
    margin-top: 0px;
    padding: 0px;
    text-align: right;
}

.top-menu .icon-participants, .top-menu .icon-interactive-participants, .top-menu .icon-master, .top-menu .icon-expert, .top-menu .icon-genius {
    background: url("../img/sprite.png") no-repeat scroll 0 -403px rgba(0, 0, 0, 0);
    height: 30px;
    left: 0px;
    position: relative;
    top: -4px;
    display: inline-block;
    vertical-align: middle;
}


.top-menu .icon-participants {
    margin-left: 4px;
    width: 28px;
}

.top-menu .icon-interactive-participants {
    background-position: -31px -403px;
    margin-left: 4px;
    width: 25px;
}

.top-menu .icon-master {
    background-position: -59px -403px;
    margin-left: 4px;
    width: 31px;
}

.top-menu .icon-expert {
    background-position: -93px -403px;
    margin-left: 4px;
    width: 35px;
}

.top-menu .icon-genius {
    background-position: -131px -403px;
    margin-left: 4px;
    width: 39px;
}

.top-menu span.title {
    display: none;
}

.gdcorn, .gdbcorn {
    background: none !important;
}

.gdparent {
    border: 0 !important;
}

.bx-sm-feature-noselect .bx-sm-parent .bx-sm-header, .bx-sm-feature-noselect .bx-sm-parent-button .bx-sm-header-button {
    background: none !important;
}

.bx-sm-feature-noselect .bx-sm-parent, .bx-sm-feature-noselect .bx-sm-parent-button {
    background: none !important;
}

.bx-sm-feature-select .bx-sm-parent .bx-sm-header {
    background: none !important;
}

.bx-sm-feature-select .bx-sm-parent {
    background: none !important;
}

.bx-sm-separator {
    background: none !important;
}

.bx-sm-rightshadow {
    background: none !important;
}

.bx-sm-rightline {
    background: none !important;
}

.bx-sm-leftshadow {
    background: none !important;
}

#MenuHolderForm_sonetmenuholder1 > div {
    background-color: whitesmoke;
}

a.bx-sm-header {
    color: #00A5DC !important;
}

table.bx-sm-feature-select a.bx-sm-header {
    color: #000000 !important;
}

div.bx-group-control {
    border-bottom: none !important;
    border-left: none !important;
}


div.forum-header-box {
    background: none repeat scroll 0 0 #1250a0;
    border-color: #1250a0;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 4px 1.117em;
}

div.forum-header-box {
    border-style: solid;
    border-width: 1px;
    padding: 0 1.117em;
}


div.forum-header-title {
    font-size: 1em;
    padding: 0.462em 5em 0.426em 0;
}

.data-table-gadget a {
    color: #00A5DC;
    text-decoration: none;
}

.my-profile-link {
    color: #00A5DC;
    text-decoration: none;
}

section.content-page {
    margin-top: 43px;
}

.block-shop-item img {
    max-height: 140px;
    max-width: 140px;
}

.bolder {
    font-weight: bold;
}

.bxec-sect-cont-top {
    display: none;
}

.top-menu .profile-user_rate > a {
    margin-right: 1px;
    text-decoration: none;
}

.top-menu .profile-user_rate table.user-info-table {
    width: 40px !important;
}

.top-controlls .td-m {
    width: 45px;
}

.top-controlls .td-p {
    width: 133px;
}
.user-info-table td, .top-controlls td {
    padding: 0;
}

.source-link {
    padding: 10px 0 0 0 !important;
}

div.live-tape-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 31px;
}


.b-feed .navigation {
    margin-top: 20px;
}

.tape-elem-post {
    border-bottom: 1px solid #CCC;
    padding: 22px 0px 23px;
}

.gallery-photo .tape-elem-post {
    border-bottom: none;
}


p.p-info a {
    text-decoration: none;
    cursor: pointer;
}

.blog-comments-list .recommend-btn, .blog-post-current .recommend-btn {
    display: inline-block;
    padding-left: 11px;
}

.inner-wrapper li menu {
    display: none;
}

.gd-page-column1 #sonet_log_items {
    width: 490px;
}

.popup-window-center-column {
    line-height: 1em;
}

.elem-comments {
    margin-bottom: 20px;
}

.gallery-photo .elem-comments {
    margin-bottom: 0px;
}

.btn-green {
    cursor: pointer;
}

.event_time {
    font-weight: bold;
}

.date_past {
    color: #7f7f95;
}

.profile-user_rate p {
    padding-bottom: 5px;
}

/*CSS for page WINNERS*/

.box-winner {

    overflow: hidden;

}

.box-winner__img {

    float: left;

    padding-right: 18px;

    width: 187px;

    overflow: hidden;

}

.box-winner__img img {

    border: 3px solid #e7e8ea;

}

.box-winner__text {

    float: left;

    width: 445px;

}

.box-winner__name {

    font-size: 16px;

    font-weight: 700;

    line-height: 25px;

    padding: 4px 0;

}

.box-winner__info {

    font-size: 14px;

    line-height: 24px;

    padding: 0 0 22px;

}

.box-winner__gray {

    background: #f5f5f5;

    padding: 25px 28px 26px;

    font-size: 16px;

    line-height: 20px;

}

.box-winner__more {

    text-align: right;

    font-size: 14px;

    padding-top: 20px;

}

.box-winner__more a {

    color: #12a3dd;

    text-decoration: none;

}

.box-winner__more a:hover {

    text-decoration: underline;

}

.box-winner__dialog {

    font-size: 16px;

    line-height: 20px;

    padding-top: 11px;

}

.box-winner__dialog > li {

    padding: 15px 27px;

}

.box-winner__dialog > li.odd {

    background: #f5f5f5;

}

.other-competitions-list > li.first {

    border-bottom: 0;

    padding-bottom: 0;

}

.other-competitions.first .box-winner__name {

    font-size: 22px;

}

img.winner-img {
    max-height: 252px;
    max-width: 181px;
}

.al_left {
    text-align: left;
}

.no_comp {
    padding: 10px 0;
}

.comment-list .comment:last-child {
    border: none;
}

a.reply-action-note.error font.errortext {
    color: #aeaeae !important;
}

.elem-comments .blog-comment {
    border-bottom: 1px solid #d9d9d9;
}

.elem-comments .blog-comment:last-child {
    border-bottom: 0;
}

.wait_comment_delete {
    font-style: italic;
}

.popup-container .errortext {
    font-size: 12px;
}

.slides .for_width {
    max-width: 100%;
}

.box_message {
    padding: 10px 10px 5px;
}

ul.ui-autocomplete {
    z-index: 1005;
}

.tape-blog-posts .text img {
    max-width: 470px;
}

.reviews-note-box-padd {
    padding: 0 10px;
}

.advert_table {
    border-right: 1px solid #b4b3b3;
    border-bottom: 1px solid #b4b3b3;
    margin-bottom: 15px;
}

.advert_table td {
    border-left: 1px solid #b4b3b3;
    border-top: 1px solid #b4b3b3;
    padding: 5px;
}

.advert_table td p {
    padding: 5px 0;
}

.question-small-icon {
    background: url("/img/question-small.png") no-repeat scroll 0 0 transparent;
    float: right !important;
    height: 15px;
    opacity: 0.3;
    position: relative;
    right: 22px;
    top: 4px;
    width: 15px;
}

.question-small-icon.select {
    right: 0;
    margin-left: 3px;
}

a.comment-subscribe-btn {
    color: #12a3dd;
    cursor: pointer;
    text-decoration: none;
    float: right;
}

.comment-subscribe-checkbox {
    display: none;
}

.focus .comment-subscribe-checkbox {
    display: inline-block;
    cursor: pointer;
}

.comment-subscribe-checkbox input {
    position: relative;
    top: 2px;
    cursor: pointer;
}

.add-comment-form .message-type-container {
    display: none;
}

.focus.add-comment-form .message-type-container {
    display: inline-block;
}

div.message {
    margin: 10px 0 10px 0;
    display: none;
    border: 2px solid #ea354d;
    font-weight: 700;
    color: #ea354d;
    text-align: center;
    padding: 10px;
}

div.message.success {
    display: block;
    color: #18a873;
    border: 2px solid #18a873;
}

div.message.error {
    display: block;
}

div.t-search div.loop {
    background: url("/img/sprite.png") no-repeat scroll -3px -221px rgba(0, 0, 0, 0);
    height: 23px;
    width: 27px;
    float: right;
    cursor: pointer;
}

div.live-tape.elem-property-type {
    padding: 6px 0 10px 0;
}

div.live-tape.elem-property-type.lesson {
    padding: 10px 0 10px 0;
}

.basket-icon:before {
    background: url("/img/basket.jpg") no-repeat scroll -1px 0 rgba(0, 0, 0, 0);
    content: "";
    height: 24px;
    left: -28px;
    margin-top: -7px;
    position: absolute;
    top: 1px;
    width: 23px;
}

.basket-icon {
    display: inline-block;
    margin-left: 34px;
    position: relative;
}

.toTop-btn {
    background: url("/img/totop-btn.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 5px;
    display: none;
    height: 61px;
    left: 53%;
    margin-bottom: 28px;
    margin-left: 440px;
    position: fixed;
    width: 61px;
    z-index: 1000;
}

a.blue {
    color: #00a2e0;
    text-decoration: none;
}

.forum-action-spam a.button {
    cursor: pointer;
}

.forum-action-spam a.button {
    cursor: pointer;
}

.spam-error {
    padding: 5px;
    background-color: #ff9494;
}

.spam-error .picture {
    width: 40px;
}

.hidden-safari {
    height: 0;
    width: 0;
    overflow: hidden;
    display: inline-block;
}

.reg-td .grey-label {
    color: #7f7f95;
}

.messages-icon, .groups-icon {
    display: inline-block;
    position: relative;
}

.messages-icon .icon, .groups-icon .icon {
    display: inline-block;
    position: relative;
}

.messages-icon .icon img {
    max-height: 21px;
}

.groups-icon .icon img {
    max-height: 25px;
}

.messages-icon .count, .groups-icon .count {
    background: #f21a10 none repeat scroll 0 0;
    border-radius: 12px;
    color: white;
    font-size: 13px;
    height: 13px;
    left: 18px;
    line-height: 13px;
    min-width: 11px;
    padding: 1px 3px 1px 2px;
    position: absolute;
    text-align: center;
    top: -5px;
}

.rating-tip {
    color: #7f7f95;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 0 0;
    text-align: center;
    width: 100%;
}

.h-best-project-logo {
    display: block;
    max-width: 80px;
    text-align: center;
    float: left;
}

.h-best-project-logo img {
    max-height: 66px;
}

.header-separator {
    background-color: #cccccc;
    display: block;
    float: left;
    height: 40px;
    margin: 11px 10px 0 18px;
    width: 1px;
}

.btn-award-lesson, .btn-activate-lesson, .btn-unaward-lesson, .btn-deactivate-lesson {
    display: inline-block;
    font-size: 14px;
    margin-right: 0px;
    padding: 4px 13px 3px;
    vertical-align: middle;
    cursor: pointer;
}

.btn-award-lesson.loading, .btn-activate-lesson.loading, .btn-unaward-lesson.loading, .btn-deactivate-lesson.loading {
    opacity: 0.5;
    cursor: wait;
}

.active-icon, .deactive-icon {
    background-image: url(../img/icon/activated.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 14px;
    margin-top: 2px;
    position: relative;
    top: 3px;
}

.deactive-icon {
    background-image: url(../img/icon/deactivated.png);
}

.lesson-list-elem .icon-rating-green {
    background: none;
    background-image: url(../img/mail/currency/points.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 14px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.lesson-detail-elem .icon-rating-green {
    background: rgba(0, 0, 0, 0) url("../img/mail/currency/points.png") no-repeat scroll 0 0 / cover;
    height: 16px;
    margin-left: 2px;
    position: relative;
    top: -2px;
    width: 16px;
}

ul.default {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.recaptcha-error {
    border: 1px solid #dd4b39;
    padding: 5px;
    width: 304px;
}

.recaptcha-error-message {
    color: #dd4b39;
    font-size: 13px;
    padding: 6px 0;
}

.calendar-plugin__month__nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
#widget_gp ul {
    margin: 0;
    padding: 0;
}
.b-pagination {
    list-style: none;
    margin: 0;
    padding: 0;
}
.message-title {
    margin: 0;
    padding: 0;
}
