* {
    outline: none;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #000;
    -webkit-text-size-adjust: none;
    font: 14px Arial, Tahoma, Verdana, sans-serif;
    background: #D7D7D7 url('/images/bg_layer.gif') repeat-x;
}

div, form, ul, li, dl, dt, dd, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

.relative {
    position: relative;
}

a {
    color: #C2154E;
}

a:hover {
    text-decoration: none;
}

#layer {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1000px;
}

#layer .layer_body {
    position: relative;
    width: 96%;
    margin: 0 auto;
    padding: 27px 0;
}

#header {
    width: 100%;
    height: 70px;
}

#header .logo {
    float: left;
    width: 124px;
    height: 41px;
    font-size: 18px;
    margin: 0 20px 0 0;
    padding: 0 21px 0 0;
    background: url('/images/dot_header.gif') 100% 0 repeat-y;
}

#header .info {
    float: left;
}

#header .info ul {
    float: left;
    overflow: hidden;
    margin: 7px 0 0;
}

#header .info ul li {
    float: left;
    margin: 0 8px 0 0;
    padding: 0 10px 0 2px;
    background: url('/images/line_header.gif') 100% 2px no-repeat;
}

#header .info ul li.finish {
    margin: 0;
    padding: 0;
    background: none;
}

#header .banner {
    float: right;
    width: 45%;
    color: #9B9B9B;
    font-size: 11px;
}

#header .banner p {
    margin: 5px 0 0;
    text-align: right;
}

#header .banner p a {
    color: #9B9B9B;
}

#header .banner .block {
    color: #000;
    font-size: 14px;
    background: #FFF url('/images/bg_banner_header.gif') 0 -84px repeat-x;
}

#header .banner .block p {
    margin: 0;
    text-align: left;
}

#header .banner .block p a {
    color: #C2154E;
}

#header .banner .block .block_body {
    background: url('/images/bg_banner_header.gif') no-repeat;
}

#header .banner .block .block_layer {
    height: 29px;
    padding: 13px 13px 0;
    background: url('/images/bg_banner_header.gif') 100% -42px no-repeat;
}

#menu {
    border-bottom: 3px solid #000;
    clear: both;
}

#menu .main {
    height: 35px;
}

#menu .main li {
    float: left;
    height: 35px;
    color: #FFF;
    font-size: 16px;
    margin: 0 2px 0 0;
    background: #000 url('/images/bg_main_menu.gif') no-repeat;
}

#menu .main li a {
    float: left;
    height: 28px;
    color: #FFF;
    text-decoration: none;
    padding: 7px 10px 0;
    background: url('/images/bg_main_menu.gif') 100% -35px no-repeat;
}

#menu .main li.on,#menu .main li.active {
    background: #CA255B url('/images/bg_main_menu.gif') 0 -140px repeat-x;
}

#menu .main li.on div, #menu .main li.on a,
#menu .main li.active div, #menu .main li.active a {
    float: left;
    height: 35px;
    padding: 0;
    background: url('/images/bg_main_menu.gif') 0 -70px no-repeat;
}

#menu .main li.on div strong, #menu .main li.on a strong,
#menu .main li.active div strong, #menu .main li.active a strong {
    float: left;
    height: 28px;
    font-weight: normal;
    padding: 7px 10px 0;
    background: url('/images/bg_main_menu.gif') 100% -105px no-repeat;
}

#menu .second {
    height: 36px;
    background: #CA255B url('/images/bg_second_menu.gif') 0 100% repeat-x;
}

#menu .second li {
    float: left;
    height: 27px;
    padding: 9px 10px 0;
    font-weight: bold;
}

#menu .second li a {
    color: #FFE9A4;
    font-weight: normal;
}

#content {
    overflow: hidden;
    margin: 10px 0 0;
}

#content .content {
    float: left;
    width: 100%;
    margin-right: -250px;
}

#content .content .content_body .forum_threads ul {
    margin-left: 20px;
    margin-top: 10px;
}

#content .content .content_body .forum_threads ul li .post {
    background-color: #e5e5e5;
    border: 1px solid #8c8c8c;
    padding: 10px;
    margin-top: 10px;
    min-height: 60px;
}

#content .content .content_body .forum_threads ul li .post .likes {
    float: right;
    margin-top: 0px;
}

#content .content .content_body .forum_threads ul li .post span {
    color: #949494;
    font-size: 12px;
}

#content .content .content_body .forum_threads ul li .post div {
    margin-top: 10px;
    margin-bottom: 10px;
}

#content .content .content_body .forum_threads ul li .post div textarea {
    width: 99%;
    height: 60px;
}

#content .content .content_body .forum_threads ul li .post div a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed #C2154E;
}

#content .content .content_body .forum_threads ul li .post div a:hover {
    text-decoration: none;
    display: inline-block;
    border-bottom: 0px dashed #C2154E;
    color: #2e2e2e;
}

#content .content .content_body {
    min-height: 100px;
    padding: 15px;
    border: 2px solid #FFF;
    margin-right: 260px; /*  ширина баннера */
    background: #FFF url('/images/bg_content.gif') repeat-x;
}

#content .content h1 {
    font-size: 24px;
    margin: 0 0 15px;
}

#content .content p {
    margin: 15px 0;
}

#content .content .submit {
    margin: 15px 0;
    background-color: #E5E5E5;
}

#content .content .submit .item {
    padding: 10px;
    border-bottom: 1px solid #9A9A9A;
}

#content .content .submit .item label {
    padding-top: 3px;
    float: left;
    width: 270px;
    color: #575757;
    font-size: 13px;
}

#content .content .submit .item label strong {
    color: #000;
    font-size: 18px;
    line-height: 140%;
}

#content .content .submit .item .column {
    margin: 5px 0 0 280px;
}

#content .content .submit .item .column label {
    color: #FF4040;
}



#content .content .submit .item .column input {
    width: 96%;
    height: 20px;
    color: #000;
    font-size: 16px;
    font-family: Arial;
    padding: 5px;
    border: 1px solid #B3B3B3;
}

#content .content .submit .item .column select {
    width: 98%;
    height: 32px;
    color: #000;
    font-size: 16px;
    font-family: Arial;
    padding: 5px;
    border: 1px solid #B3B3B3;
}

#content .content .submit .item .column textarea {
    /*overflow: hidden;*/
    width: 96%;
    height: 140px;
    color: #000;
    font-size: 16px;
    font-family: Arial;
    padding: 5px;
    border: 1px solid #B3B3B3;
}



#content .content .button .subsub {
    cursor: pointer;
    width: 165px;
    height: 40px;
    color: #FFF;
    font-size: 16px;
    font-family: Arial;
    border: none;
    background: #B20B30 url('/images/form_button.gif') no-repeat;
    padding-right: 10px;
}

#content .content .button .subsub_gray {
    cursor: pointer;
    width: 252px;
    height: 40px;
    color: #FFF;
    font-size: 17px;
    font-family: Arial;
    border: none;
    background: #B20B30 url('/images/form_button_gray.gif') no-repeat;
}

#content .content .button .subsub_forum {
    cursor: pointer;
    width: 165px;
    height: 40px;
    color: #FFF;
    font-size: 17px;
    font-family: Arial;
    border: none;
    background: #B20B30 url('/images/form_button_forum.gif') no-repeat;
}

#content .content .table {
    width: 100%;
    font-size: 13px;
    margin: 20px 0 0;
    table-layout: fixed;
}
#content .content .table thead{
    background: #484848 url(/images/bg_table_th.gif) repeat-x;
}
#content .content .table tr {
    vertical-align: top;
}

#content .content .table thead th {
    color: #FFF;
    text-align: left;
    padding: 10px;background: #939090;
}

/*
микрозадачи на проверке
*/
tbody.wait > tr > td.description {
    display: table-cell;
    word-wrap: break-word;
    width: auto;
    background-color: #00aa00;
}

tbody.wait > tr > th.description {
    display: table-cell;
    word-wrap: break-word;
    width: auto;
}

tbody.wait > tr > td.result {
    display: table-cell;
    word-wrap: break-word;
    width: auto;
}

tbody.wait > tr > th.result {
    display: table-cell;
    word-wrap: break-word;
    width: auto;
}

thead.wait > tr > th.user_name {
    width: 130px;
}

thead.wait > tr > th.review_time {
    width: 130px;
}

thead.wait > tr > th.actions {
    width: 60px;
}

thead.wait > tr > th.checkbox {
    width: 20px;
}

/*
Мои работы
Мои заказы
works

*/
tbody.works > tr > td.title {
    display: table-cell;
    word-wrap: break-word;
    width: auto;
}

tbody.works > tr > th.title {
    display: table-cell;
    word-wrap: break-word;
    width: auto;
}

thead.works > tr > th.type {
    width: 130px;
}

thead.works > tr > th.webmaster {
    width: 130px;
}

thead.works > tr > th.price {
    width: 130px;
}

thead.works > tr > th.status {
    display: table-cell;
    word-wrap: break-word;
    width: auto;
}

/*Поиск заказов*/
thead.orders_search > tr > th.name {
    min-width: 30%;
}

thead.orders_search > tr > th.type {
    width: 100px;
}

thead.orders_search > tr > th.from {
    width: 100px;
}

thead.orders_search > tr > th.for {
    width: 80px;
}

thead.orders_search > tr > th.lang {
    width: 100px;
}

thead.orders_search > tr > th.price {
    width: 150px;
}

thead.orders_search > tr > th.vol {
    width: 100px;
}

thead.orders_search > tr > th.actions {
    width: 100px;
}

thead.orders_search > tr > th.tender {
    width: 205px;
}

#content .content .table tbody th {
    padding: 10px;
    font-weight: normal;
    text-align: left;
    background-color: #E5E5E5;
    border-bottom: 1px solid #bcbcbc;
}

#content .content .table tbody td {
    padding: 10px;

}



#content .content .table tbody #top_forum td {
    font-size: 12px;
    color: #484848;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#content .content .table_ord {
    width: 100%;
    font-size: 13px;
    margin: 20px 0 0;
    background-color: #f4f1e9;
}

#content .content .table_ord tr {
    vertical-align: top;
}

#content .content .table_ord thead th {
    color: #FFF;
    text-align: left;
    padding: 10px;
}

#content .content .table_ord tbody th {
    padding: 10px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #c0c0c0;
}

#content .content .table_ord tbody td {
    padding: 10px;
    border-bottom: 1px solid #c0c0c0;
}

#content .content .set_panel {
    height: 25px;
}

#content .content .set_panel li {
    float: left;
    font-size: 12px;
}

#content .content .set_panel li.switch {
    color: #D42F66;
    margin: 0 20px 0 0;
}

#content .content .set_panel li.switch a {
    text-decoration: none;
    background: url('/images/bg_dot_red.gif') 0 90% repeat-x;
}

#content .content .set_panel li.switch a:hover {
    background: none;
}

#content .content .set_panel li.select, #content .content .set_panel li.ok {
    float: right;
}

#content .content .set_panel li.ok {
    margin: 0 0 0 5px;
    margin-top: -2px;
}

#content .content .punkt {
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
    background-color: #E4E4E4;
}

#content .content .punkt .punkt_body {
    padding: 10px 10px;
}

#content .content .punkt .head_punkt .title {
    float: left;
    color: #8A8A8A;
    font-size: 18px;
    height: 21px;
    padding: 3px 0 0 42px;
}

#content .content .punkt .head_punkt .icon_1 {
    background: url('/images/icon_files_1.gif') no-repeat;
}

#content .content .punkt .head_punkt .icon_2 {
    background: url('/images/icon_files_2.gif') no-repeat;
}

#content .content .punkt .head_punkt .icon_3 {
    background: url('/images/icon_files_3.gif') no-repeat;
}

#content .content .punkt .head_punkt .title a {
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 0 0 2px;
    background: url('/images/bg_dot_black.gif') 0 100% repeat-x;
}

#content .content .punkt .head_punkt .title a:hover {
    background: none;
}

#content .content .punkt .head_punkt .title a {
    text-decoration: none;
}

#content .content .punkt .head_punkt .icon {
    float: right;
    width: 22px;
    height: 22px;
    margin: 0 0 0 5px;
}

#content .content .punkt table {
    display: none;
    width: 100%;
    margin: 20px 0;
}

#content .content .punkt table thead {
    color: #FFF;
    background-color: #6C6C6C;
}

#content .content .punkt table thead td {
    padding: 2px 5px;
    white-space: nowrap;
    font-size: 12px;
}

#content .content .punkt table tbody th, #content .content .punkt table tbody td {
    vertical-align: top;
    font-weight: normal;
    text-align: left;
    padding: 10px 5px;
}

#content .content .punkt table tbody th {
    background-color: #D2D2D2;
}

#content .content .punkt table tbody td {
    background-color: #F6F6F6;
}

#content .content .punkt table tbody .per_icon {
    width: 12px;
    height: 12px;
    padding: 14px 5px 0 10px;
}

#content .content .punkt table tbody .per_icon a.plus {
    display: block;
    width: 12px;
    height: 12px;
    margin: 14px 0 0;
    background: url('/images/icon_plus.gif') 0 0 no-repeat;
}

#content .content .punkt table tbody .per_icon a.minus {
    display: block;
    width: 12px;
    height: 12px;
    background: url('/images/icon_minus.gif') 0 0 no-repeat;
}

#content .content .punkt table tbody .lins {
    display: block;
}

#content .content .punkt table tbody .name p a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#content .content .punkt table tbody .name .more {
    display: none;
}

#content .content .punkt table tbody .name .more p {
    margin: 10px 0;
}

#content .content .punkt table tbody .green, #content .content .punkt table tbody .red {
    white-space: nowrap;
}

#content .content .punkt table tbody .green span {
    color: #0A9300;
    font-size: 14px;
    font-weight: bold;
}

#content .content .punkt table tbody .red span {
    color: #DC1414;
    font-size: 14px;
    font-weight: bold;
}

#content .content .punkt table tbody .gray span {
    color: #646464;
    font-size: 14px;
    font-weight: bold;
}

#content .content .punkt table tbody .yellow {
    color: #A98A0D;
    font-size: 14px;
    white-space: nowrap;
}

#content .content .punkt table tbody .yellow a {
    color: #A98A0D;
    font-weight: bold;
}

#content .content .punkt table tbody .saerch {
    font-size: 14px;
    white-space: nowrap;
}

#content .content .show_orders table {
    width: 100%;
    margin: 20px 0;
}

#content .content .show_orders table thead {
    color: #FFF;
    background-color: #6C6C6C;
}

#content .content .show_orders table thead td {
    padding: 2px 5px;
    white-space: nowrap;
    font-size: 12px;
}

#content .content .show_orders table tbody th, #content .content .show_orders table tbody td {
    vertical-align: top;
    font-weight: normal;
    text-align: left;
    padding: 10px 5px;
}

#content .content .show_orders table tbody th {
    background-color: #D2D2D2;
}

#content .content .show_orders table tbody td {
    background-color: #F6F6F6;
}

#content .content .show_orders table tbody .per_icon {
    width: 12px;
    height: 12px;
    padding: 14px 5px 0 10px;
}

#content .content .show_orders table tbody .per_icon a.plus {
    display: block;
    width: 12px;
    height: 12px;
    margin: 14px 0 0;
    background: url('/images/icon_plus.gif') 0 0 no-repeat;
}

#content .content .show_orders table tbody .per_icon a.minus {
    display: block;
    width: 12px;
    height: 12px;
    background: url('/images/icon_minus.gif') 0 0 no-repeat;
}

#content .content .show_orders table tbody .lins {
    display: block;
}

#content .content .show_orders table tbody .name p a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#content .content .show_orders table tbody .name .more {
    display: none;
}

#content .content .show_orders table tbody .name .more p {
    margin: 10px 0;
}

#content .content .show_orders table tbody .green, #content .content .show_orders table tbody .red {
    white-space: nowrap;
}

#content .content .show_orders table tbody .green span {
    color: #0A9300;
    font-size: 14px;
    font-weight: bold;
}

#content .content .show_orders table tbody .red span {
    color: #DC1414;
    font-size: 14px;
    font-weight: bold;
}

#content .content .show_orders table tbody .yellow {
    color: #A98A0D;
    font-size: 14px;
    white-space: nowrap;
}

#content .content .show_orders table tbody .yellow a {
    color: #A98A0D;
    font-weight: bold;
}

#content .content .show_orders table tbody .saerch {
    font-size: 14px;
    white-space: nowrap;
}

#content .content .promo_block {
    position: relative;
    min-height: 238px;
    _height: 238px;
    padding: 15px;
    background: #2A2D36 url('/images/bg_promo_block.gif') repeat-x;
}

#content .content .promo_block .video {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #AEAFB2;
    background-color: #000;
}

#content .content .promo_block .video p {
    color: #FFF;
    font-size: 18px;
    text-align: center;
}

#content .content .promo_block .ifix {
    padding: 0 350px 0 0;
}

#content .content .promo_block .promo_text {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: url('/images/dot_promo.gif') 50% 0 repeat-y;
}

#content .content .promo_block .promo_text .item {
    width: 49.9%;
}

#content .content .promo_block .promo_text .item h2 {
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px;
}

#content .content .promo_block .promo_text .item p {
    color: #CECFD1;
    margin: 0;
    padding: 0;
}

#content .content .promo_block .ifix .button {
    margin: 25px 0 0;
}

#content .content .other_menu {
    padding: 15px 0;
    border-bottom: 1px solid #999;
    background: #EBEBEB url('/images/bg_other_menu.gif') repeat-x;
}

#content .content .other_menu ul li {
    float: left;
    margin: 5px 23px;
}

#content .content .other_menu ul li a {
    color: #202227;
}

#content .content .info_block {
    padding: 30px 0 0 30px;
}

#content .content .info_block .item {
    padding: 15px 0;
}

#content .content .info_block h3 {
    color: #636363;
    font-size: 14px;
    padding: 0 7px;
}

#content .content .info_block p {
    margin: 0;
    padding: 10px 7px 0;
}

#content .content .info_block .screen {
    float: left;
    width: 210px;
}

#content .content .info_block .info {
    margin: 0 0 0 260px;
}

#content .content .info_block .info h2 {
    font-size: 22px;
    margin: 0 0 20px;
    padding: 0 0 0 70px;
    background: url('/images/icon_info.gif') no-repeat;
}

#content .content .info_block .info p {
    color: #4A4A4A;
}

#content .sidebar {
    float: right;
    overflow: hidden;
    width: 250px; /*  ширина баннера */
}

#content .sidebar .banner {
    width: 250px; /*  ширина баннера */
    margin: 0 0 10px;
    background-color: #979797;
}

#content .sidebar .banner span {
    color: #FFF;
    font-size: 12px;
    text-transform: lowercase;
    padding: 3px;
}

#content .sidebar .banner span a {
    color: #FFF;
    text-decoration: none;
}

#content .sidebar .banner h3 a:hover {
    color: #FFF;
    text-decoration: underline;
}

#content .sidebar .news {
    width: 230px;
    font-size: 13px;
    margin: 0 0 10px 0;
    padding: 10px;
    background-color: #C30F42;
}

#content .sidebar .news a {
    color: #FFF;
}

#content .sidebar .news h3 {
    color: #FFF;
    font-size: 15px;
    margin: 0 0 7px;
    padding: 0 0 5px;
    background: url('/images/dot_news.gif') 0 100% repeat-x;
}

#content .sidebar .news .date {
    float: left;
    width: 40px;
    margin: 3px 0;
}

#content .sidebar .news .item {
    float: right;
    width: 175px;
    margin: 3px 0;
}

#content .sidebar .text {
    width: 230px;
    font-size: 13px;
    margin: 10px 0 0;
    padding: 9px;
    border: 1px solid #909090;
    background-color: #FFF;
}

#content .sidebar .text h3 {
    font-size: 18px;
    margin: 0 0 15px;
}

#content .sidebar .text ul li {
    margin: 10px 0 0;
}

#footer {
    overflow: hidden;
    margin: 15px 260px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #BDBDBD;
}

#footer .info {
    float: left;
    width: 230px;
    padding: 0 20px 0 0;
    color: #666;
    font-size: 11px;
}

#footer .info a {
    color: #666;
}

#footer .info address {
    font-size: 12px;
}

#footer .modesco {
    margin-top: 15px;
    float: left;
    width: 200px;
}

#footer .links {
    float: left;
}

#footer .links li {
    font-size: 12px;
    padding: 0 0 0 10px;
    background: url('/images/dot_footer.gif') 0 6px no-repeat;
}

#footer .counter {
    float: right;
    width: 88px;
    height: 31px;
    margin: 0 0 0 5px;
}

#easyTooltip {
    padding: 5px;
    border: 1px solid #ccc;
    background: #f1f1f1;
}

.spisok li {
    list-style: square;
    margin-left: 30px;
    margin-bottom: 10px;
}

#info {
    padding: 10px;
    background-color: #f3deab;
    border: 1px solid #bea975;
    font-size: 14px;
}

#info > ul > li {
    list-style: disc;
    margin-left: 15px;
    padding-left: 15px;
}

#talk {
    padding: 10px;
    background-color: #eeeeee;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    margin-bottom: 15px;
}

#talk span {
    color: #898989;
    font-size: 12px;
}

#order_button_green {
    cursor: pointer;
    width: 113px;
    height: 40px;
    color: #FFF;
    font-size: 17px;
    font-family: Arial;
    border: none;
    background: #76ad00 url('/images/form_order_button1.gif') no-repeat;
}

#order_button_green:disabled {
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    background: none;
    background-color: #898989;
}

.order_button_green {
    cursor: pointer;
    width: 113px;
    height: 40px;
    color: #FFF;
    font-size: 15px;
    font-family: Arial;
    border: none;
    background: #76ad00 url('/images/form_order_button1.gif') no-repeat;
}

.order_button_green:disabled {
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-size: 15px;
    background: none;
    background-color: #898989;
}

#order_button_red {
    cursor: pointer;
    width: 140px;
    height: 40px;
    color: #FFF;
    font-size: 17px;
    font-family: Arial;
    border: none;
    background: #ad0800 url('/images/form_order_button2.gif') no-repeat;
}

.order_button_red {
    cursor: pointer;
    width: 140px;
    height: 40px;
    color: #FFF;
    font-size: 15px;
    font-family: Arial;
    border: none;
    background: #ad0800 url('/images/form_order_button2.gif') no-repeat;
}

#order_button_gray {
    cursor: pointer;
    width: 270px;
    height: 40px;
    color: #FFF;
    font-size: 16px;
    font-family: Arial;
    border: none;
    background: #ad0800 url('/images/form_order_button3.gif') no-repeat;
}

.order_button_gray {
    cursor: pointer;
    width: 270px;
    height: 40px;
    color: #FFF;
    font-size: 15px;
    font-family: Arial;
    border: none;
    background: #ad0800 url('/images/form_order_button3.gif') no-repeat;
}

div.oplata {
    padding: 10px;
    background-color: #f3deab;
    border: 1px solid #bea975;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
}

#statistic {
    padding: 15px;
    border: 1px solid #cdcdcd;
}

#statistic .table_stat td {
    padding-right: 30px;
}

#statistic h3 {
    margin: 0px;
}

#video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 500px;
    min-height: 440px;
    background: url('/images/bg_modal.png') repeat;
}

#video .video_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 640px;
    height: 385px;
    padding: 10px 10px 40px;
    margin-top: -220px;
    margin-left: -330px;
    background-color: #FFF;
}

#video .button {
    position: absolute;
    top: -20px;
    right: 0;
    width: 78px;
    height: 27px;
}

#video .info {
    position: absolute;
    bottom: 12px;
    left: 10px;
    font-size: 14px;
}

#video .signup {
    position: absolute;
    bottom: 12px;
    right: 10px;
    font-size: 14px;
}

#photo_1, #photo_2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 715px;
    min-height: 485px;
    background: url('/images/bg_modal.png') repeat;
}

#photo_1 .photo_body, #photo_2 .photo_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 695px;
    height: 435px;
    padding: 10px 10px 40px;
    margin-top: -242px;
    margin-left: -357px;
    background-color: #FFF;
}

#photo_1 .photo_body {
    height: 495px;
}

#photo_2 .photo_body {
    height: 406px;
}

#photo_1 .button, #photo_2 .button {
    position: absolute;
    top: 0;
    right: 0;
    width: 78px;
    height: 27px;
}

#photo_1 .info, #photo_2 .info {
    position: absolute;
    bottom: 12px;
    left: 10px;
    font-size: 14px;
}

#photo_1 .signup, #photo_2 .signup {
    position: absolute;
    bottom: 12px;
    right: 10px;
    font-size: 14px;
}

#balls #yach {
    padding-right: 10px;
}

#stat_gray {
    width: 71px;
    height: 70px;
    background: url('/images/stat_gray.jpg');
}

#stat_red {
    width: 71px;
    height: 70px;
    background: url('/images/stat_red.jpg');
}

#stat_yellow {
    width: 71px;
    height: 70px;
    background: url('/images/stat_yellow.jpg');
}

#stat_green {
    width: 71px;
    height: 70px;
    background: url('/images/stat_green.jpg');
}

#stat_znach {
    width: 71px;
    height: 48px;
    font-size: 25px;
    color: #FFF;
    font-family: Arial;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
}

#stat_znach a {
    font-size: 25px;
    color: #FFF;
    text-decoration: none;
}

#stat_descr {
    width: 71px;
    height: 22px;
    font-size: 11px;
    color: #FFF;
    font-family: Arial;
    text-align: center;
}

#linkmes {
    color: #000;
    text-decoration: none;
}

#linkmes:hover {
    text-decoration: underline;
}

.usermenu td {
    padding-top: 7px;
    border-bottom: 1px solid #9c9c9c;
    padding-bottom: 7px;
}

.votes td {
    padding-top: 7px;
    vertical-align: top;
    border-left: 2px solid #000;
}

.votes .users {
    padding-top: 7px;
    vertical-align: top;
    padding-left: 20px;
    border-left: 0px;
}

.votes th {
    padding-top: 7px;
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    padding-right: 10px;
}

.white_lists .cont {
    background-color: #e4e4e4;
    border: 1px solid #8c8c8c;
    padding: 10px;
    margin-top: 10px;
    min-height: 22px;
}

.white_lists .cont .list_link {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.unique_result span {
    background-color: yellow;
}

.shop_catalog_article {
    background-color: #e5e5e5;
    border: 1px solid #8c8c8c;
    padding: 10px;
    margin-top: 10px;
    min-height: 80px;
}

.shop_catalog_article span {
    color: #777777;
    font-weight: bold;
    font-size: 12px;
}

.shop_catalog_article div {
    float: right;
    width: 150px;
    padding: 10px;
    background-color: #f3deab;
    border: 1px solid #bea975;
    font-size: 14px;
}

.shop_catalog_article div b {
    font-size: 24px;
    font-weight: normal;
}

.shop_article div {
    float: right;
    width: 150px;
    padding: 10px;
    background-color: #f3deab;
    border: 1px solid #bea975;
    font-size: 14px;
}

.shop_article div b {
    font-size: 24px;
    font-weight: normal;
}

.add_order_promo {
    padding-right: 15px;
    padding-bottom: 0px;
}

#text_main h3 {
    margin-top: 19px;
    color: #000;
}

#text_main ul {
    margin-left: 50px;
    margin-top: 5px;
}

#text_main li {
    list-style: circle;
}

#text_main ol {
    margin-left: 50px;
    margin-top: 5px;
}

.sl {
    font-size: 12px;
    color: #676767;
}

.sl a {
    color: #676767;
}

.sl_test {
    font-size: 12px;
    color: #676767;
}

.sl_test a {
    color: #676767;
}

.fields_descr {
    border: 1px solid #c0c0c0;
}

.fields_descr th {
    text-align: left;
    vertical-align: top;
    padding: 5px;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

.fields_descr td {
    vertical-align: top;
    padding: 5px;
    border-bottom: 1px solid #c0c0c0;
}

.social_choose div {
    float: left;
    border: 1px solid #cbcbcb;
    padding: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
    width: 200px;
    height: 75px;
    vertical-align: middle;
}

.social_logo {
    float: right;
    border: 1px solid #cbcbcb;
    padding: 7px;
    margin-left: 15px;
    margin-bottom: 10px;
    width: 200px;
    height: 75px;
    vertical-align: middle;
}

table.promo_banners_table {
    border-spacing: 0;
    border: 0;
}

table.promo_banners_table > tbody > tr > td {
    padding: 0;
    vertical-align: top;
}

.promo_banners_table ul li {
    padding-top: 5px;
}

.russian_test {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.russian_test li {
    margin-bottom: 5px;
}

.timer {
    font-size: 22px;
    font-family: Arial;
    background-color: #000;
    padding: 10px;
    color: #FFF;
    width: 260px;
    position: fixed;
    bottom: 0px; /* Положение от нижнего края */
    left: 0px;
}

#talk table {
    border: 0px;
}

#talk th {
    width: 60px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dashed #979797;
}

#talk td {
    text-align: left;
    padding-left: 10px;
    vertical-align: top;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dashed #979797;
}

#talk .last {
    border-bottom: 0px;
}

#talk td .username {
    font-weight: bold;
    margin-bottom: 5px;
}

#talk td .username span {
    font-weight: normal;
}

#talk td .files {
    margin-left: 20px;
    font-size: 13px;
    margin-top: 10px;
    color: #3c3c3c;
    margin-bottom: 5px;
}

.pro_icon {
    border: 0px;
    width: 26px;
    height: 14px;
}

.online_icon {
    border: 0px;
    width: 14px;
    height: 14px;
}

.filter_order {
    margin: 15px 0;
    background-color: #efeedb;
    border: 1px solid #9d9d9d;
    padding: 7px 15px;
}

.filter_order table {
    margin-top: 10px;
    margin-bottom: 10px;
}

.filter_order table td {
    padding-right: 15px;
}

#pro_tdth {
    border-left: 1px solid #655a4a;
    border-right: 1px solid #655a4a;
    background: none !important;
    background-color: #f6cc8a !important;
    color: #000 !important;
}

#pro_tdth_thead {
    border-left: 1px solid #655a4a;
    border-right: 1px solid #655a4a;
    border-top: 1px solid #655a4a;
    border-bottom: 1px solid #bcbcbc;
    background: none !important;
    background-color: #f6cc8a !important;
    color: #000 !important;
}

.api_descr .table ul li {
    list-style: square;
    margin-left: 17px;
}

.likes_ball {
    display: inline;
}

.likes_ball a {
    border-bottom: 0px;
}

.likes_buttons {
    display: inline;
    margin-left: 5px;
}

.likes_buttons a {
    text-decoration: none;
    border-bottom: 0px;
}

#tt_foot {
    display: none;
    height: 42px;
    padding: 23px;
    border-top: 2px solid #000;
    background: #5B5B5B url('/images/bg_tt_foot.gif') repeat-x;
}

#tt_foot h2 {
    float: left;
    color: #FFF;
    padding: 0 41px 0 0;
    background: url('/images/dot_tt_foot.gif') 100% 0 repeat-y;
}

#tt_foot .tt_news {
    height: 42px;
    margin: 0 0 0 140px;
}

#tt_foot .tt_news .tt_news_body {
    float: left;
    width: 100%;
    height: 42px;
}

#tt_foot .tt_news table {
    width: 100%;
}

#tt_foot .tt_news table td {
    width: 33.33%;
}

#tt_foot .tt_news table td .item {
    color: #000;
    font-size: 14px;
    padding: 0 0 0 50px;
}

#tt_foot .tt_news table td .item strong {
    float: left;
}

#tt_foot .tt_news table td .item a {
    display: block;
    color: #FFF;
    margin: 0 0 0 50px;
}

.content_min .content {
    float: none !important;
    margin: 0 !important;
}

.content_min .content .content_body {
    margin: 0 !important;
}

.content_min .sidebar {
    display: none !important;
}

.content_min #tt_foot {
    display: block;
}

#totop {
    width: 19px;
    position: fixed;
    top: 100px;
    left: 2px;
    cursor: pointer;
    text-decoration: none;
}

.likes_list li {
    margin-top: 20px;
}

.text .table {
    width: 100%;
    font-size: 13px;
    margin: 20px 0 0;
}

.text .table tr {
    vertical-align: top;
}

.text .table thead th {
    color: #FFF;
    text-align: left;
    padding: 10px;
    background: #484848 url('/images/bg_table_th.gif') repeat-x;
}

.text .table tbody th {
    padding: 10px;
    font-weight: normal;
    text-align: left;
    background-color: #E5E5E5;
    border-bottom: 1px solid #bcbcbc;
}

.text .table tbody td {
    padding: 10px;
    background-color: #CACACA;
    border-bottom: 1px solid #bcbcbc;
}

.text .table tbody #top_forum td {
    font-size: 12px;
    color: #484848;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.layer {
    min-width: 680px;
    padding: 0px;
}

#new_profile {
    color: #000;
    font-size: 14px;
    font-family: Arial;
}

#new_profile a {
    color: #C01C52;
}

#new_profile a:hover {
    text-decoration: none;
}

#new_profile .new_profile__sidebar {
    float: left;
    width: 200px;
}

#new_profile .new_profile__sidebar__photo {
    overflow: hidden;
    position: relative;
    width: 200px;
}

#new_profile .new_profile__sidebar__photo__icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 56px;
    height: 56px;
}

#new_profile .new_profile__sidebar__info {
    width: 180px;
    padding: 0 10px;
    border-top: 2px solid #252525;
    background: #5B5B5B url('/images/profile_sidebar_info.gif') repeat;
}

#new_profile .new_profile__sidebar__info ul {
    list-style: none;
}

#new_profile .new_profile__sidebar__info ul li {
    color: #FFF;
    padding: 10px 0;
    background: url('/images/profile_dot_gray.gif') repeat-x;
}

#new_profile .new_profile__sidebar__info ul li:first-child {
    background: none;
}

#new_profile .new_profile__sidebar__info ul li a {
    display: block;
    color: #FFF;
    padding: 0 0 0 25px;
}

#new_profile .new_profile__sidebar__info ul li.icon_profile-1 a {
    background: url('/images/profile_icon_info_1.png') 0 3px no-repeat;
}

#new_profile .new_profile__sidebar__info ul li.icon_profile-2 a {
    background: url('/images/profile_icon_info_2.png') 0 3px no-repeat;
}

#new_profile .new_profile__sidebar__info ul li.icon_profile-3 a {
    background: url('/images/profile_icon_info_3.png') 0 3px no-repeat;
}

#new_profile .new_profile__sidebar__info ul li.icon_profile-4 a {
    background: url('/images/profile_icon_info_4.png') 0 3px no-repeat;
}

#new_profile .new_profile__sidebar__info ul li.icon_profile-5 a {
    background: url('/images/profile_icon_info_5.png') 0 3px no-repeat;
}

#new_profile .new_profile__sidebar__info ul li.icon_profile-6 a {
    background: url('/images/profile_icon_info_6.png') 0 3px no-repeat;
}

#new_profile .new_profile__content {
    margin: 0 0 0 215px;
}

#new_profile .i-new_profile__content {
    float: left;
    width: 100%;
}

#new_profile .new_profile__content__author {
    position: relative;
    min-height: 30px;
    margin: 0 0 10px;
}

#new_profile .new_profile__content__author h2 {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 5px;
}

#new_profile .new_profile__content__author h3 {
    color: #5B5B5B;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

#new_profile .new_profile__content__author__status {
    position: absolute;
    top: 0;
    right: 0;
    color: #7E7E7E;
    padding: 5px 8px;
    border: 1px solid #C7C7C7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0); /* IE6-9 */
}

#new_profile .new_profile__content__author__status span {
    padding: 0 0 0 20px;
}

#new_profile .new_profile__content__author__status span.online {
    background: url('/images/profile_status_online.png') 0 50% no-repeat;
}

#new_profile .new_profile__content__tabs__control {
    height: 34px;
    list-style: none;
    border-bottom: 2px solid #2B2B2B;
}

#new_profile .new_profile__content__tabs__control li {
    float: left;
    overflow: hidden;
    position: relative;
    height: 34px;
}

#new_profile .new_profile__content__tabs__control li a {
    float: left;
    height: 18px;
    position: relative;
    color: #000;
    line-height: 18px;
    text-decoration: none;
    margin: 0 5px 0 0;
    padding: 8px 10px 13px;
    background: #d7d7d7; /* Old browsers */
    background: -moz-linear-gradient(top, #d7d7d7 0%, #c5c5c5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, #c5c5c5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d7d7d7 0%, #c5c5c5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d7d7d7 0%, #c5c5c5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d7d7d7 0%, #c5c5c5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d7d7d7 0%, #c5c5c5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#c5c5c5', GradientType=0); /* IE6-9 */
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#new_profile .new_profile__content__tabs__control li a.selected {
    color: #FFF;
    background: #535353; /* Old browsers */
    background: -moz-linear-gradient(top, #535353 0%, #4c4c4c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535353), color-stop(100%, #4c4c4c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #535353 0%, #4c4c4c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #535353 0%, #4c4c4c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #535353 0%, #4c4c4c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #535353 0%, #4c4c4c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535353', endColorstr='#4c4c4c', GradientType=0); /* IE6-9 */
}

#new_profile .new_profile__content__tabs__rating {
    padding: 0 0 1px;
    background: url('/images/profile_dot_black.gif') 0 100% repeat-x;
}

#new_profile .i-new_profile__content__tabs__rating {
    padding: 15px 10px 10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0); /* IE6-9 */
}

#new_profile .new_profile__content__tabs__rating h2 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

#new_profile .new_profile__content__tabs__rating__value {
    float: left;
    position: relative;
    color: #FFF;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    background: #eed942; /* Old browsers */
    background: -moz-linear-gradient(top, #eed942 0%, #ce8d09 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eed942), color-stop(100%, #ce8d09)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eed942 0%, #ce8d09 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eed942 0%, #ce8d09 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eed942 0%, #ce8d09 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eed942 0%, #ce8d09 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eed942', endColorstr='#ce8d09', GradientType=0); /* IE6-9 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#new_profile .new_profile__content__tabs__rating__value-red {
    background: #e1491d; /* Old browsers */
    background: -moz-linear-gradient(top, #e1491d 0%, #b91f0d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1491d), color-stop(100%, #b91f0d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e1491d 0%, #b91f0d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e1491d 0%, #b91f0d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e1491d 0%, #b91f0d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e1491d 0%, #b91f0d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1491d', endColorstr='#b91f0d', GradientType=0); /* IE6-9 */
}

#new_profile .new_profile__content__tabs__rating__value-green {
    background: #b6d318; /* Old browsers */
    background: -moz-linear-gradient(top, #b6d318 0%, #56980a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6d318), color-stop(100%, #56980a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b6d318 0%, #56980a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b6d318 0%, #56980a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b6d318 0%, #56980a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b6d318 0%, #56980a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6d318', endColorstr='#56980a', GradientType=0); /* IE6-9 */
}

#new_profile .new_profile__content__tabs__rating__value span {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 10px;
    padding: 1px 2px;
    background-color: #FFF;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#new_profile .new_profile__content__tabs__rating__value span.plus {
    color: #63A10C;
}

#new_profile .new_profile__content__tabs__rating__value span.minus {
    color: #E30000;
}

#new_profile .new_profile__content__tabs__rating p {
    margin: 5px 0;
}

#new_profile .new_profile__content__tabs__rating_tablo {
    padding: 15px 0;
    background: url('/images/profile_dot_black.gif') 0 100% repeat-x;
}

#new_profile .new_profile__content__tabs__rating_tablo .tablo {
    float: left;
    width: 85px;
    height: 55px;
    text-align: center;
    margin: 0 10px 0 0;
}

#new_profile .new_profile__content__tabs__rating_tablo .tablo a {
    color: #000;
}

#new_profile .new_profile__content__tabs__rating_tablo .tablo-1 {
    background: url('/images/profile_tablo_1.png') no-repeat;
}

#new_profile .new_profile__content__tabs__rating_tablo .tablo-2 {
    background: url('/images/profile_tablo_2.png') no-repeat;
}

#new_profile .new_profile__content__tabs__rating_tablo .tablo-3 {
    background: url('/images/profile_tablo_3.png') no-repeat;
}

#new_profile .new_profile__content__tabs__rating_tablo .tablo-4 {
    background: url('/images/profile_tablo_4.png') no-repeat;
}

#new_profile .new_profile__content__tabs__rating_tablo .tablo-5 {
    background: url('/images/profile_tablo_5.png') no-repeat;
}

#new_profile .new_profile__content__tabs__rating_tablo .tablo h3 {
    height: 28px;
    color: #000;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    margin: 0;
    padding: 7px 0 4px;
}

#new_profile .new_profile__content__tabs__rating_tablo .tablo p {
    height: 14px;
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0;
}

#new_profile .new_profile__content__tabs__table {
    margin: 0 0 15px;
}

#new_profile .new_profile__content__tabs__table h2 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin: 25px 0 10px;
}

#new_profile .new_profile__content__tabs__table table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

#new_profile .new_profile__content__tabs__table table tr {
    vertical-align: top;
}

#new_profile .new_profile__content__tabs__table table tr th,
#new_profile .new_profile__content__tabs__table table tr td {
    text-align: left;
    padding: 8px 10px;
    border-bottom: 1px solid #E0E0E0;
}

#new_profile .new_profile__content__tabs__table table tr.gray th,
#new_profile .new_profile__content__tabs__table table tr.gray td {
    background-color: #F8F8F8;
}

#new_profile .new_profile__content__tabs__awards {
    margin: 0 0 10px;
}

#new_profile .new_profile__content__tabs__awards h2 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
}

#new_profile .new_profile__content__tabs__awards .award {
    float: left;
    width: 120px;
    min-height: 160px;
    margin: 0 10px 10px 0;
    padding: 5px;
    border: 1px solid #DEDEDE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#new_profile .new_profile__content__tabs__awards .award .icon {
    overflow: hidden;
    position: relative;
    margin: 0 0 5px;
}

#new_profile .new_profile__content__tabs__awards .award p {
    font-size: 12px;
    text-align: center;
    margin: 0;
}

#new_profile .new_profile__content__tabs__tasks {
    margin: 0 0 15px;
}

#new_profile .new_profile__content__tabs__tasks-no_title {
    margin: 15px 0 0;
}

#new_profile .new_profile__content__tabs__tasks h2 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
}

#new_profile .new_profile__content__tabs__tasks ul {
    list-style: outside disc;
    padding: 0 0 0 25px;
}

#new_profile .new_profile__content__tabs__tasks ul li {
    margin: 0 0 10px;
    list-style: outside disc;
}

#new_profile .new_profile__navigation {
    font-size: 13px;
}

#new_profile .new_profile__navigation a {
    color: #000;
}

#new_profile .new_profile__navigation__item-prev {
    float: left;
}

#new_profile .new_profile__navigation__item-prev a {
    padding: 0 0 0 20px;
    background: url('/images/profile_prev.gif') 0 7px no-repeat;
}

#new_profile .new_profile__navigation__item-next {
    float: right;
}

#new_profile .new_profile__navigation__item-next a {
    padding: 0 20px 0 0;
    background: url('/images/profile_next.gif') 100% 7px no-repeat;
}

#content .content .loader_block {
    padding: 15px 15px 45px;
    border: 1px solid #C6C6C6;
}

#content .content .loader_block p {
    margin: 0 0 15px;
}

#content .content .loader_block .loader_block__object {
    position: relative;
    height: 30px;
    padding: 1px;
    background: #3d3d3d; /* Old browsers */
    background: -moz-linear-gradient(top, #3d3d3d 0%, #656565 69%, #5f5f5f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(69%, #656565), color-stop(100%, #5f5f5f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3d3d3d 0%, #656565 69%, #5f5f5f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3d3d3d 0%, #656565 69%, #5f5f5f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3d3d3d 0%, #656565 69%, #5f5f5f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3d3d3d 0%, #656565 69%, #5f5f5f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3d3d', endColorstr='#5f5f5f', GradientType=0); /* IE6-9 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 3px #000;
    -webkit-box-shadow: inset 0 0 3px #000;
    -khtml-box-shadow: inset 0 0 3px #000;
    box-shadow: inset 0 0 3px #000;
}

#content .content .loader_block .loader_block__object .element {
    position: relative;
    height: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#content .content .loader_block .loader_block__object .element span {
    display: block;
    overflow: hidden;
    position: relative;
    height: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#content .content .loader_block .loader_block__object .element span img {
    position: relative;
    width: 0;
    height: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#content .content .loader_block .loader_block__object .list {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 60px;
}

#content .content .loader_block .loader_block__object .list li {
    float: left;
    width: 25%;
    height: 60px;
}

#content .content .loader_block .loader_block__object .list li span {
    display: block;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding: 40px 0 5px;
    border-left: 1px solid #595c60;
    border-right: 1px solid #C6C6C6;
}

#content .content .loader_block .loader_block__object .list li.first span {
    border-left: none;
}

#content .content .loader_block .loader_block__object .list li.last span {
    border-right: none;
}

.pay_types div {
    float: left;
    padding: 10px;
    padding-right: 15px;
    border: 1px solid #c0c0c0;
    vertical-align: middle;
    font-size: 11px;
    margin-top: 10px;
    margin-right: 10px;
}

.pay_types a {
    font-size: 16px;
}

.pay_types div img {
    float: left;
    margin-right: 12px;
}

#table_footer_competition {
    width: 100%;
    font-size: 13px;
    margin: 20px 0 0;
}

#table_footer_competition tr {
    vertical-align: top;
}

#table_footer_competition thead th {
    color: #FFF;
    text-align: left;
    padding: 10px;
    background: #484848 url('/images/bg_table_th.gif') repeat-x;
}

#table_footer_competition tbody th {
    padding: 10px;
    font-weight: normal;
    text-align: left;
    background-color: #E5E5E5;
    border-bottom: 1px solid #bcbcbc;
}

#table_footer_competition tbody td {
    padding: 10px;
    background-color: #CACACA;
    border-bottom: 1px solid #bcbcbc;
}

#chats {
    padding: 10px;
    width: 98%;
    border: 1px solid #C9CFD3;
    overflow: auto;
    height: 150px;
}

#chats hr {
    border: 1px dashed #c0c0c0;
}

#chats span {
    color: #c0c0c0;
    font-size: 12px;
}

.dom_zone {
    background-color: #c0c0c0;
    padding: 5px;
    color: #000;
    display: inline-block;
    width: 50px;
    float: left;
}

.dom_zone input {
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
}

.dom_zone span {
    display: inline;
    float: left;
    padding: 0;
}

.menu_variants span {
    padding: 5px;
    margin-right: 20px;
}

.menu_variants .selected {
    font-weight: bold;
    background-color: #ebdb93;
}

.top_offer {
    width: 100%;
    text-align: center;
    padding: 5px;
    background-color: #f3deab;
    border-bottom: 1px solid #bea975;
}

.b-balls-ratings {
    font-size: 0px;
    line-height: 0px;
}

.b-ball-rating {
    display: -moz-inline-box;
    display: inline-block;
/ / display: inline;
    zoom: 1;
    width: 17px;
    height: 15px;
    cursor: pointer;
    overflow: hidden;
    background: url(/images/star.gif) no-repeat center 0px;
}

.b-ball-rating-hover {
    background-position: center -32px;
}

.b-ball-rating-active {
    background-position: center -32px;
}

.express_vivod tr td {
    padding-bottom: 10px;
}

.express_vivod tr td span {
    font-weight: normal;
    color: #000;
}

.express_vivod tr td .express_zag {
    font-size: 18px;
    margin-bottom: 5px;
}

#content .content .table tbody tr.error th {
    background: #F00;
}

#content .content .table tbody.zebratable tr td {
    background-color: #CACACA;
}

#content .content .table tbody.zebratable tr:nth-child(odd) td, tbody.zebratable tr:nth-child(odd) td {
    background-color: #E5E5E5;
}

span.icon.warning {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background: url(/images/tick-red.png) no-repeat center center;
}

span.warning { /*color: red;*/
}

span.danger {
    color: red;
}

span.warning:after {
    content: ",";
}

span.warning:last-child:after {
    display: none
}

.alert-develop {
    color: red;
    background-color: rgba(247, 135, 135, 0.38);
    border: 1px red solid;
    font-size: 30px;
    text-transform: uppercase;
    float: left;
    padding: 10px;
    border-radius: 5px;
    margin-left: 15px;
}

#content .content .table tbody.items tr.odd td {
    background-color: #cacaca;
    border-bottom: 1px solid #bcbcbc;
    padding: 10px;
}

#content .content .table tbody.items tr.even td {
    background-color: #e5e5e5;
    border-bottom: 1px solid #bcbcbc;
    font-weight: normal;
    padding: 10px;
}

div.rules > ul > li {
    list-style: disc;
    margin-left: 15px;
    padding-left: 15px;
}

div.rules > h2 {
    margin: 10px 0;
}

div.abuse {
    background-color: gainsboro;
    border: 1px grey solid;
    border-radius: 10px;
    padding: 10px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #D3E4CC;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.close {
    position: relative;
    top: -2px;
    color: inherit;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

ul.disk {
    list-style: disc;
    margin: 5px;
}

.disk li {
    list-style: disc;
    margin: 10px;
}

#content .content tbody.api > tr.odd > td {
    background-color: #cacaca;
    /*background-color: yellow;*/
    border-bottom: 1px solid #bcbcbc;
    padding: 10px;
}

#content .content tbody.api > tr.even > td {
    background-color: #e5e5e5;
    /*background-color: red;*/
    border-bottom: 1px solid #bcbcbc;
    font-weight: normal;
    padding: 10px;
}

#content .content tbody.odd_even > tr.odd > td {
    background-color: #cacaca;
    /*background-color: yellow;*/
    border-bottom: 1px solid #bcbcbc;
    padding: 10px;
}

#content .content tbody.odd_even > tr.even > td {
    background-color: #e5e5e5;
    /*background-color: red;*/
    border-bottom: 1px solid #bcbcbc;
    font-weight: normal;
    padding: 10px;
    text-align: left;
}

#content .content tbody.odd_even tr.new_message td {
    background-color: rgba(247, 135, 135, 0.38);
}

div.version {
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

.version h4 {
    font-size: medium !important;
    font-weight: 600 !important;
    margin: 10px 0 5px;
}

/*Поиск заказов*/
thead.mt_works > tr > th.webmaster {
    width: 20%;
}

tr > td.mt_decription {
    word-wrap: break-word;
}

thead.mt_works > tr > th.price {
    width: 70px;
}

thead.mt_works > tr > th.status {
    width: 15%;
}

thead.mt_works > tr > th.time {
    width: 15%;
}

thead.mt_works > tr > th.accept {
    width: 15%;
}

textarea.code-banner {
    width: 300px;
    height: 200px
}

.bg-success {
    background-color: #dff0d8;
}

.text-right {
    text-align: right;
}

a.abuse {
    color: #2f4f4f;
    font-size: 12px;
}

th.api-desc {
    width: 150px;
}

th.api-action {
    width: 130px;
}

span.order-wait {
    color: #A98A0D;
    font-weight: bold;
}

textarea.support-form {
    width: 99%;
    height: 100px;
    font-size: 16px;
    padding: 5px;
}

ul.base > li {
    margin: 10px 0;
    line-height: 20px;
    list-style: disc;
}

th.width20 {
    width: 20px;
}

th.width40 {
    width: 40px;
}

th.width60 {
    width: 60px;
}

th.width100 {
    width: 100px;
}

th.width120 {
    width: 120px;
}

th.width140 {
    width: 140px;
}

th.width250 {
    width: 250px;
}

.upload-info {
    font-size: 12px;
    color: #5c5440;
    padding-top: 10px
}

textarea.dialog {
    width: 99%;
    height: 100px;
    font-size: 16px;
    padding: 5px;
}

div.message-rules {
    font-size: 12px;
    color: #9d9377
}

a.upload-link {
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px dashed #c2154e;
}

.modal.v0 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 15px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
#my_subs_modal_modal.modal{z-index: 1051 !important;}
#buy_tarif_v2_modal.modal{z-index: 1051 !important;}

.modal.v0 .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border-radius: 5px;
    width: 25%;
}

.modal.v0 .close-modal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    border: 0;
    overflow: visible;
    background: white;
}

.modal.v0 .close-modal:hover,
.modal.v0 .close-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ok-button-modal {
    background-color: #76ad00;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
}

.ok-button-modal:hover,
.ok-button-modal:focus {
    cursor: pointer;
}

.cancel-button-modal {
    background-color: #e7e7e7;
    border: none;
    color: black;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
}

.cancel-button-modal:hover,
.cancel-button-modal:focus {
    cursor: pointer;
}

#buttons-modal {
    padding: 10px 0 0 0;
    overflow: hidden;
    width: 100%;
}

.forum_threads .post ol li {
    list-style: decimal;
    padding: 5px;

}
.forum_threads .post ul li {
    list-style: disc;
    padding: 5px;

}



.loader_v1 {
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
    0%  {box-shadow: 20px 0 #000, -20px 0 #0002;background: #000 }
    33% {box-shadow: 20px 0 #000, -20px 0 #0002;background: #0002}
    66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002}
    100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000 }
}

.v2.modal-header{ padding-top: 15px;border-radius: 0; background: url('/templates/turbotext/images/modalbgv2.jpg') no-repeat center center !important;padding-bottom: 0px !important; background-size: cover !important;}

.btn-style1{background: #0F161D;color:#fff;font-family: Montserrat;font-size: 16px;font-weight: 500;line-height: 24px;border-radius:5px;padding:5px 30px;}
.btn-style1:hover{ color:#fff;}


#buy_tarif_v2_modal .v2.modal-header{min-height:214px;}


#buy_tarif_v2_modal .tarifs_titles_v2{ margin-top: -105px;color:#fff;}

#buy_tarif_v2_modal .tarif_price_v2{color:#000000;font-family: Montserrat;font-size: 24px;font-weight: 500;line-height: 24px;}
#buy_tarif_v2_modal .tarif__price_v2 select{background-color: none;border: none;width: auto;}
#buy_tarif_v2_modal .modal-title{ text-align: center;font-family: Montserrat;font-size: 32px;font-weight: 400;line-height: 24px;}
#buy_tarif_v2_modal.modal .modal-dialog {max-width: 1000px !important;}
#buy_tarif_v2_modal.modal .sbtbtn {background: #0F161D;color:#fff;font-family: Montserrat;font-size: 16px;font-weight: 500;line-height: 24px;border-radius:5px;padding:5px 30px;}
#buy_tarif_v2_modal .tarif_limits_v2{display: inline-block;font-family: Montserrat;font-size: 16px;font-weight: 400;line-height: 16px; margin-bottom: 7px;color: #717171; max-width: 220px; text-align:left;margin-left:auto;margin-right:auto;}
#buy_tarif_v2_modal .tarif_limits_v2.disabled{ background: url(/templates/turbotext/images/f2.png) no-repeat left 3px;padding-left:20px;}
#buy_tarif_v2_modal .tarif_limits_v2.active{color:#000000; background: url(/templates/turbotext/images/f1.png) no-repeat left 3px;padding-left:20px;}
#buy_tarif_v2_modal .v1_title_turbo1{text-transform: uppercase;background: linear-gradient(90deg, #444 0%, #B6FFDD 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: Montserrat;font-size: 28px;font-weight: 700;line-height: 35px;}
#buy_tarif_v2_modal .v2_title_turbo1{text-transform: uppercase;background: linear-gradient(90deg, #2AF598 0%, #009EFD 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: Montserrat;font-size: 28px;font-weight: 700;line-height: 35px;}
#buy_tarif_v2_modal .v3_title_turbo1{text-transform: uppercase;background: linear-gradient(90deg, #FA709A 0%, #FEE140 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: Montserrat;font-size: 28px;font-weight: 700;line-height: 35px;}
#buy_tarif_v2_modal .v4_title_turbo1{text-transform: uppercase;background: linear-gradient(90deg, #84FAB0 0%, #8FD3F4 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: Montserrat;font-size: 16px;font-weight: 700;line-height: 25px;}
#buy_tarif_v2_modal .v5_title_turbo1{text-transform: uppercase;font-size: 16px;font-weight: 700;line-height: 35px;color:#fff;line-height: 20px;}
#buy_tarif_v2_modal .v6_title_turbo1{text-transform: uppercase;background: linear-gradient(90deg, #444 0%, #B6FFDD 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: Montserrat;font-size: 28px;font-weight: 700;line-height: 35px;}

#buy_tarif_v2_modal .__tarifv2_w{ text-align: center;color:#fff;}
#buy_tarif_v2_modal .nowrap{ white-space: nowrap;}
#buy_tarif_v2_modal.modal.__base_active .modal-dialog {max-width: 1150px !important;}

#buy_tarif_v2_modal ._v2tarnmae{height: 120px; text-align: center;}
#buy_tarif_v2_modal .mtobmob{ margin-top: -105px !important;}

#buy_tarif_v2_modal .col-5md12{ width: 100%;}
@media (max-width: 1000px) {
  #buy_tarif_v2_modal .modal-title{ font-size: 20px;}
  #buy_tarif_v2_modal .f20{ font-size: 16px;}
}
#buy_tarif_v2_modal ._max1000{display: inline-block;}
#buy_tarif_v2_modal ._min1000{display: none;}
#buy_tarif_v2_modal .m-tarif__buttons{ text-align: center;}
#buy_tarif_v2_modal .tarif__price_v2{ margin-top: 20px; margin-bottom: 5px;}
#buy_tarif_v2_modal .m-tarif__buttons{ margin-bottom: 15px;}
#buy_tarif_v2_modal .m-tarif__label._max1000{ margin-top: 0; margin-bottom: 0;}
#buy_tarif_v2_modal .m-tarif__list{  text-align: left;max-width: 150px;
  margin-left: auto;
  margin-right: auto;}
@media (max-width: 1000px) {
  #buy_tarif_v2_modal ._min1000{display: inline-block;}
  #buy_tarif_v2_modal ._max1000{display: none;}
  #buy_tarif_v2_modal ._v2_c1{ margin-top: 20px; margin-bottom: 20px;}
  #buy_tarif_v2_modal .__base_active .__tarifv2_w{ width: 100%;max-width: 100%;}
  #buy_tarif_v2_modal .__tarifv2_w ._v2tarnmae{ width: 65%;text-align: left;}
  #buy_tarif_v2_modal .__tarifv2_w ._pricev2{width: 35%; text-align: right;}
  #buy_tarif_v2_modal .__v2_robg{ background: #000;border-radius: 5px;padding: 7px 0;}
  #buy_tarif_v2_modal.modal .sbtbtn{background: #DD0050;color: #fff;line-height: 41px; margin-right: auto; margin-left: 0;}
  #buy_tarif_v2_modal .tarif__price_v2{ margin-top: 5px; margin-bottom: 5px;}
  #buy_tarif_v2_modal .tarif_limits_v2{ text-align: left; margin-right: auto; margin-left: 0;}
  #buy_tarif_v2_modal ._v2tarnmae{height:auto;}
  #buy_tarif_v2_modal .mtobmob{ margin-top: 0px !important;}
  #buy_tarif_v2_modal .tarif_price_v2{color:#fff;font-family: Montserrat;font-size: 20px;font-weight: 500;line-height: 20px;}
  #buy_tarif_v2_modal ._pricev2{align-self: center;}
  #buy_tarif_v2_modal .m-tarif__buttons{ text-align: left; margin-bottom: 0;}
  #buy_tarif_v2_modal .col-5md12{ width: 50%;}

  #buy_tarif_v2_modal .m-tarif__list{ margin-bottom: 20px;flex-direction: column; text-align: left;}
  #buy_tarif_v2_modal .tarifs_titles_v2{ margin-top: 20px;}

  #buy_tarif_v2_modal .header_of_buyv2{flex-direction: column;}
  #buy_tarif_v2_modal .header_of_buyv2 .clsbtnv2{position: absolute;right: 10px;top: 10px;}
  #buy_tarif_v2_modal .header_of_buyv2 .modal-title{ margin-top: 20px;}
  #buy_tarif_v2_modal .v2.modal-header{min-height:133px;}
  #buy_tarif_v2_modal .header_of_buyv2{font-size: 20px;}
}

#buy_tarif_v2_modal .f20{ font-size: 20px;}
#buy_tarif_v2_modal .lh18{line-height: 18px;}
