/*--общие стили--*/
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    background: #fff url(/img/big_bg.png) center top no-repeat;
    color: #635752;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.full-size-block {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 2;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

html, body, a, input, textarea, select {
    font-family: Arial, Tahoma, Verdana, Georgia, sans-serif;
}

table tfoot tr {
    font-weight: bold;
}

a {
    text-decoration: underline;
    outline: none;
    color: #635752;
}

a:hover {
    text-decoration: none;
}

a.example {
    height: 10px;
    width: 20px;
    cursor: pointer;
    background: url(/img/icon_eye.jpg) center center no-repeat;
    display: inline-block;
    position: relative;
    left: -30px;
}

form[name="filters"] a.example {
    left: 0;
}

.filters .form_block2 {
    margin-bottom: 0;
}

.filters .form_block2 h3 {
    margin-top: 0;
}

a img {
    border: 0;
    vertical-align: middle;
}

input, textarea, select {
    outline: none;
    margin: 0;
}

form {
    margin: 0;
    padding: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

p {
    font-size: 13px;
    color: #635752;
}

p a {
    color: #635752;
}

li {
    color: #635752;
    line-height: 22px;
}

h1 {
    font-size: 43px;
    color: #7cb842;
    font-weight: normal;
}

h2 {
    font-size: 26px;
    color: #7cb842;
}

h3 {
    font-size: 20px;
    color: #7cb842;
}

.red {
    color: #E54E53 !important;
}

.yellow {
    color: #FCAA30 !important;
}

.green {
    color: #7cb842 !important;
}

/* ERRORS */
.isa_info, .isa_success, .isa_warning, .isa_error {
    border-bottom: 1px solid;
    margin: 0;
    padding: 7px 10px 7px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    cursor: pointer;
    position: relative;

}

.isa_error {
    color: #635752;
    background-color: #ffffb5;
    background-image: url('/img/warn-icon.png');
    display: none;
}

.isa_error a {
    color: #635752;
}

.isa_error .close {
    position: absolute;
    right: 20px;
    top: 7px;
    font-weight: bold;
    display: none;
    width: 23px;
    height: 18px;
    text-align: center;
}

span.button {
    color: #7cb842;
    font-size: 25px;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    line-height: 36px;
    display: block;
    text-align: center;
}

span.button a {
    color: #7cb842;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

a.button {
    color: #7cb842;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

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

.new_button {
    background: url(/img/small_btn.png);
    width: 73px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    transition: opacity 0.3s ease;
    float: right;
    margin-right: 6px;
    margin-top: -21px;
}

.new_button:hover {
    opacity: 0.85;
}

.ov_h {
    overflow: hidden;
}

.c {
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 1px;
    overflow: hidden;
}

.cursorPointer {
    cursor: pointer;
}

input[type="checkbox"], .checkbox {
    vertical-align: middle;
}

.right {
    position: absolute;
    right: 10px;
}

.fright {
    float: right;
}

.mintext, .mintext a {
    font-size: 12px !important;
}

.acenter {
    text-align: center;
}

.aleft {
    text-align: left;
}

.aright {
    text-align: right;
}

input.error {
    color: red;
    background: url(/img/header_r_inp_red.png) no-repeat !important;
}

.info {
    color: #635752;
    font-size: 0.85em;
    font-style: italic;
}

/*--разметка--*/
#all0 {
    overflow: hidden;
    /*min-width: 996px;*/
    min-width: 1136px;
}

#all {
    width: 100%;
    min-width: 996px;
    max-width: 1250px;
    margin: 0 auto;
}

#all5 {
    background: url(/img/new_bg_4_1.png) left bottom no-repeat;
}

#all7 {
    background: url(/img/all_tr2.png) right top no-repeat;
}

#new_bg_3 {
    position: absolute;
    left: -204px;
    bottom: 0;
}

#new_bg_1 {
    position: absolute;
    right: -127px;
    top: -30px;
}

/*--header--*/
#header {
    height: 140px;
    position: relative;
    background: transparent !important;
}

#header #logo {
    margin: 63px 0 0 40px;
    display: inline-block;
}

#header_l {
    float: left;
    width: 387px;
}

#header_l {
    width: 285px;
}

.header_links {
    margin: 0 436px 0 285px;
    text-align: center;
}

.header_d {
    margin: 30px 5px 0 5px;
    display: inline-block;
    line-height: 19px;
    color: #A3948E;
    text-align: left;
}

.header_d div {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.header_d img {
    float: left;
}

.header_d div a {
    color: #7cb842;
    font-size: 13px;
}

#header_r {
    float: right;
    width: 436px;
    margin: 30px 0 0 0;
    height: 98px;
    padding: 12px 0 0 0;
    background: url(/img/reg_bg.png) left top no-repeat;
    position: relative;
    background-position: top right;
    position: relative;
    z-index: 101;
}

#header_r .header-title, #header_r a, #header_r span, #header_r label {
    color: #7cb842;
}

#header_r .header-title {
    font-size: 18px;
    font-weight: normal;
    margin: 2px 0 8px 7px;
    display: inline-block;
}

#header_r .sub_div {
    text-decoration: none;
    text-align: center;
}

#header_r .sub_div a {
    margin-left: 8px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    body:first-of-type #header #header_r span input {
        padding: 13px 16px 0 16px;
        margin-top: -7px;
    }
}

#lang_block {
    position: absolute;
    display: inline-block;
    z-index: 100;
    right: 18px;
}

#lang_block a {
    margin-right: 7px;
    margin-left: 2px;
}

/*----------- bottom -------------*/
#bottom {
    position: relative;
    height: 46px;
    padding-left: 111px;
}

#bottom #bottom_l {
    float: left;
    padding: 20px 0 0 50px;
    width: 24%;
    margin-right: 10px;
    font-size: 13px;
    color: #635752;
    text-align: center;
}

#bottom #bottom_l span {
    color: #83be2f;
}

#bottom #bottom_c {
    overflow: hidden;
    /*zoom: 1;*/
    padding: 13px 0 0 0;
}

#bottom #bottom_c img {
    margin: 0 10px 0 0;
}

#bottom #bottom_r {
    float: right;
    padding: 20px 0 0 0;
    font-size: 12px;
    color: #635752;
}

#bottom #bottom_r a {
    color: #635752;
}

#bottom #bottom_r a img {
    position: relative;
    top: 9px;
    margin: 0 0 0 10px;
}

/*----------- content -------------*/

#main {
    height: 220px;
}

#main1 {
    height: 220px;
}

#main1 #right {
    position: relative;
    left: 50%;
    margin-left: -347px;
}

#main2 {
    height: 220px;
    background: url(/img/main_r_bg.png) right top no-repeat;
    position: relative;
}

#main_slogan {
    visibility: hidden;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 170px;
    left: 0;
    font-size: 12px;
    color: #635752;
    z-index: 1;
}

#main_slogan strong {
    font-size: 12px;
    color: #6aa730;
}

#left {
    float: right;
    width: 265px;
    padding: 23px 0 0 0;
    color: #635752;
}

#left_menu {
    margin: 0;
    padding: 0 0 0 65px;
    list-style: none;
    font-size: 20px;
    color: #8dc23f;
}

#left_menu li {
    color: #7cb842;
    padding: 0 0 12px 0;
}

#left_menu li.last {
    padding: 0;
}

#left_menu a {
    color: #635752;
}

#left_txt {
    /*padding: 78px 15px 0 66px;
    font-size: 11px;
    color: #c4b7b2;
    line-height: 19px;*/
    line-height: 17px;
}

#left_txt span {
    color: #635752;
}

#left_txt a {
    color: #7dba35;
}

#left_txt strong {
    font-size: 18px;
    color: #7cb842;
    font-weight: normal;
}

#right_menu {
    float: right;
    width: 12%;
    padding-top: 70px;
    width: 100%;
}

#right_menu ul li {
    margin-left: -20px;
}

#right_menu a {
    color: #635752;
}

.target-wrapper {
    position: relative;
}

#target {
    padding: 0 0 11px 47px;
    overflow: hidden;
    border-radius: 7px;
    /*zoom: 1;*/
}

#target .target {
    float: left;
    width: 30%;
    margin: 0 36px 0 0;
    font-size: 13px;
    color: #635752;
    line-height: 22px;
    min-height: 319px;
}

#target .target p {
    margin: 0;
    padding: 0 25px;
}

#target .target a {
    font-size: 15px;
    color: #5d992b;
}

#target h2, #target2_title h2 {
    text-align: center;
}

#target .target span a {
    display: block;
    width: 247px;
    height: 39px;
    padding: 17px 0 0 25px;
    background: url(/img/target_title.png) left top no-repeat;
    font-size: 26px;
    color: #75ab15;
    text-decoration: none;
    margin: 0 0 14px 0;
    letter-spacing: -0.02em;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    body:first-of-type #target .target span a {
        letter-spacing: -0.04em;
    }
}

#content {
    background: none;
}

#content1 {
    background: none;
}

#content2 {
    background: none;
    min-height: 220px;
}

* html #content2 {
    height: 220px;

}

#target2 {
    background: #F6F8F4;
    margin-left: 97px;
    margin-bottom: 36px;
    margin-top: 50px;
    border-radius: 7px;
}

* html #target2 {
    height: 130px;
}

#new_bg_2 {
    display: none;
}

#target2 #target2_title {
    position: relative;
    top: 15px;
    padding: 0 128px 10px 0;
}

#target2 #target2_title a {
    display: block;
    width: 182px;
    height: 48px;
    padding: 10px 0 0 25px;
    font-size: 26px;
    color: #75ab15;
    text-decoration: none;
    background: url(/img/arget2_title.png) left top no-repeat;
}

#target2 .target2 {
    width: 19%;
    float: left;
    font-size: 14px;
    color: #635752;
    line-height: 21px;
    margin: 0 24px;
}

#target2 .target2 em {
    font-style: normal;
    font-size: 16px;
    color: #75ab15;
    font-weight: bold;
}

#target2 .target_num {
    float: left;
    font-size: 60px;
    color: #65a243;
    margin: 0 10px 21px 12px;
}

#target2 .target_text {

}

.contact-form input[type="text"], .contact-form input[type="password"] {
    border: 0;
    padding: 6px 10px 5px 12px;
    background: url(/img/header_r_inp.png) left top no-repeat;
    margin: 4px 5px;
    width: 144px;
    height: 18px;
    font-size: 12px;
    color: #828282;
}

#contacts_inn {
    /*overflow: hidden;*/
    /*zoom: 1;*/
    padding: 0 0 60px 2%;
}

#contacts_inn h1 {
    font-size: 43px;
    color: #7cb842;
    font-weight: normal;
    margin: 72px 0 45px 0;
    text-align: center;
    /*width:80%;*/
}

#contacts_inn #contacts_right {
    float: left;
    width: 16%;
    padding: 0 45px 0 0;
    font-size: 12px;
    color: #635752;
    line-height: 23px;
}

#contacts_inn #contacts_right strong {
    font-size: 18px;
    color: #7cb842;
    font-weight: normal;
}

#contacts_inn .r {
    text-align: left;
}

#contacts_inn #contacts_right a {
    font-size: 13px;
    color: #635752;
}

#contacts_inn #contacts_right a:hover {
    color: #669C31;
}

#contacts_inn #contacts_right a#mess {
    background: url(/img/ico_mess.png) left 1px no-repeat;
    padding: 0 0 0 20px;
}

#contacts_right1 {
    float: right;
    width: 12%;
    padding-top: 50px;
    font-size: 14px;
    color: #635752;
    line-height: 23px;
}

#contacts_right1 strong {
    font-size: 18px;
    color: #7cb842;
    font-weight: normal;
}

#contacts .menu_part {
    border: 1px solid #e4e5e2;
    width: 100%;
    margin-bottom: 14px;
    /* font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/

}

#contacts #left_txt .menu_part {
    width: 216px;
}

#contacts .menu_part a {
    font-size: 13px;
    color: #635752;
}

#contacts .menu_part .menu_title {
    height: 19px;
    background: #f3f8ed;
    border-bottom: 1px solid #e4e5e2;
    position: relative;
    padding: 10px 0 0 43px;
    line-height: 14px;
}

.menu_decor {
    background: url('/img/menu_title.png') no-repeat 0 100%;
    position: absolute;
    width: 10px;
    height: 6px;
    bottom: -6px;
    left: 35px;
}

#contacts .menu_part .menu_title h3 {
    color: #5c5c5c;
    display: inline;
    font-size: 13.5px;
}

#contacts .menu_part .menu_title .title_icon {
    position: absolute;
    width: 22px;
    height: 18px;
    left: 10px;
    top: 5.5px;
}

.menu_part .menu_title .title_icon#icon_stat {
    background: url(/img/title_icons/icon-stat.png) no-repeat;
    top: 9.5px;
}

.menu_part .menu_title .title_icon#icon_ref {
    background: url(/img/title_icons/icon-ref.png) no-repeat;
}

.menu_part .menu_title .title_icon#icon_manage {
    background: url(/img/title_icons/icon-manage.png) no-repeat;
}

.menu_part .menu_title .title_icon#icon_finance {
    background: url(/img/title_icons/icon-finance.png) no-repeat;
}

.menu_part .menu_title .title_icon#icon_tools {
    background: url(/img/title_icons/icon-tools.png) no-repeat;
}

.menu_part .menu_title .title_icon#icon_mobile {
    background: url(/img/title_icons/icon-mobile.png) no-repeat;
}

.menu_part .menu_title .title_icon#icon_web {
    background: url(/img/title_icons/icon-web.png) no-repeat;
}

.menu_part .menu_title .title_icon#icon_video {
    background: url(/img/title_icons/icon-video.png) no-repeat;
}

.menu_part .menu_title .title_icon#icon_user {
    background: url(/img/title_icons/icon-user.png) no-repeat;
}

#contacts .menu_part .menu_title .title_icon#icon_support {
    background: url(/img/title_icons/icon-support.png) no-repeat;
}

#contacts .menu_part .menu_title .title_icon#icon_info,
.block_title .title_icon#icon_info {
    background: url(/img/title_icons/icon-info.png) no-repeat;
}

#contacts .menu_part .menu_title .title_icon#icon_advice {
    background: url(/img/title_icons/icon-advice.png) no-repeat;
    top: 9px;
}

#contacts .menu_part .menu_title .title_icon#icon_attention {
    background: url(/img/title_icons/icon-attention.png) no-repeat;
    top: 9.5px;
}

#contacts .menu_part .menu_title .title_icon#icon_crown {
    background: url(/img/title_icons/icon-crown.png) no-repeat;
    top: 12.5px;
}

#contacts .block_title .title_icon#icon_attention2 {
    background: url(/img/title_icons/icon-attention2.png) no-repeat;
}

#contacts .block_title .title_icon#icon_attention3 {
    background: url(/img/title_icons/icon-attention3.png) no-repeat;
    top: 7px;
}

#contacts .block_title .title_icon#icon_stat2 {
    background: url(/img/title_icons/icon-stat2.png) no-repeat;
    top: 7.5px;
}

#contacts .block_title .title_icon#icon_mail {
    background: url(/img/title_icons/icon-mail.png) no-repeat;
    top: 8px;
}

#contacts .block_title .title_icon#icon_payments {
    background: url(/img/title_icons/icon-payments.png) no-repeat;
    top: 7.5px;
}

.icon_mail_income {
    background: url(/img/title_icons/icon-mail-income.png) no-repeat;
    width: 12px;
    height: 10px;
    float: left;
    margin: 1% 5% 0 5.5%;
}

.icon {
    display: inline-block;
    margin: 0 5px 0 0;
}

i.icon.icon-phone {
    background: url(/img/icons/icon-phone.png) top center no-repeat;
    width: 21px;
    height: 14px;
}

i.icon.icon-geo {
    background: url(/img/icons/icon-geo.png) top center no-repeat;
    width: 11px;
    height: 17px;
}

i.icon.icon-envelope {
    background: url(/img/icons/icon-envelope.png) top center no-repeat;
    width: 15px;
    height: 12px;
}

.icon_leaf {
    background: url(/img/leaf.png);
    height: 10px;
    width: 10px;
    float: left;
    margin: 0 2% 0 1%;
}

#contacts .menu_part .menu_content {
    padding: 15px 5px 17px 34px;
    line-height: 18px;
    background: #fff;
}

#contacts #left_txt .menu_part .menu_content {
    padding: 15px 10px 17px 23px;
}

#contacts_right .menu_part .menu_content a {
    text-decoration: none;
    font-size: 13px;
}

#contacts_right .menu_part .menu_content a:hover {
    color: #669c31;
}

#contacts #left_txt .menu_part .menu_content a {
    color: #669c31;
}

#contacts_inn .menu_part .menu_content > div ul {
    margin: 0;
    padding: 0 0 0 15px;
}

#contacts_inn .menu_part .menu_content > div ul li {
    list-style: none;
}

#contacts_inn .menu_part .menu_content > div ul li ul {
    padding: 0 0 0 25px;
}

.accordion .accordion-body {
    display: none;
}

.accordion .accordion-body {
    display: none;
}

/* индикатор VIP*/
#contacts .menu_part .menu_content .center {
    margin-left: -17px;
}

#contacts .menu_part .menu_content .progress_bar {
    width: 106%;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #D7D7D7),
            color-stop(1, #E5E5E5)
    );
    background-image: -o-linear-gradient(bottom, #D7D7D7 0%, #E5E5E5 100%);
    background-image: -moz-linear-gradient(bottom, #D7D7D7 0%, #E5E5E5 100%);
    background-image: -webkit-linear-gradient(bottom, #D7D7D7 0%, #E5E5E5 100%);
    background-image: -ms-linear-gradient(bottom, #D7D7D7 0%, #E5E5E5 100%);
    background-image: linear-gradient(to bottom, #D7D7D7 0%, #E5E5E5 100%);
    height: 11px;
    border: 1px solid #C6C6C6;
    border-radius: 10px;
    margin: 10px 0 25px -13px;
    overflow: hidden;
}

#contacts .menu_part .menu_content .progress_bar .progress {
    height: 100%;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #E6EAE0),
            color-stop(1, #F3F8ED)
    );
    background-image: -o-linear-gradient(bottom, #E6EAE0 0%, #F3F8ED 100%);
    background-image: -moz-linear-gradient(bottom, #E6EAE0 0%, #F3F8ED 100%);
    background-image: -webkit-linear-gradient(bottom, #E6EAE0 0%, #F3F8ED 100%);
    background-image: -ms-linear-gradient(bottom, #E6EAE0 0%, #F3F8ED 100%);
    background-image: linear-gradient(to bottom, #E6EAE0 0%, #F3F8ED 100%);
    display: none;
}

#contacts .menu_part .menu_content .progress_tip {
    position: absolute;
    margin-top: -22px;
    width: 39px;
    height: 22px;
    text-align: center;
    background: url(/img/progress_tip.png) no-repeat;
    padding-top: 5px;
}

/* индикатор VIP*/

.menu_content .title {
    display: block;
    margin-bottom: 5px;
}

#contacts_form {
    overflow: hidden;
    /*zoom: 1;*/
    padding: 10px 0 0 0;
    font-size: 12px !important;
}

#contacts_form label {
    font-size: 12px !important;
}

#contacts_form label i.icon-help {
    top: -5.5px;
}

#contacts_form td {
    vertical-align: top;
    padding: 0 0 15px 0;
}

#contacts_form .coll_1 {
    padding: 0 55px 15px 0;
    text-align: right;
    font-size: 14px;
    color: #635752;
    background: url(/img/table_mines.png) right 10px no-repeat;
}

#contacts_form em {
    font-size: 24px;
    color: #93c028;
    font-style: normal;
}

#contacts_form i {
    font-size: 11px;
    color: #c1bbb8;
    font-style: normal;
}

#contacts .master_title {
    font-size: 32px;
    color: #669c31;
    padding-left: 2%;
    margin: 26px 0 40px 0;
}

#contacts_form .txt {
    display: block;
    float: left;
    width: 286px;
    height: 33px;
    background: url(/img/contacts_form_inp.png) left top no-repeat;
    position: relative;
    top: -6px;
    z-index: 1;
    margin: 0 3px 0 0;
}

#contacts_form .txt input {
    width: 254px;
    background: none;
    border: 0;
    padding: 9px 16px 0 16px;
    font-size: 11px;
    color: #635752;
}

#contacts_form span.textarea {
    display: block;
    float: left;
    width: 393px;
    height: 82px;
    padding: 10px;
    background: url(/img/contacts_form_textarea.png) left top no-repeat;
    position: relative;
    top: -6px;
    z-index: 1;
}

#contacts_form span.textarea.mail_ta {
    background: url(/img/mail_ta.png) left top no-repeat;
}

#contacts_form span.textarea textarea {
    width: 282px;
    height: 52px;
}

#contacts_form .mimi_text {
    display: block;
    float: left;
    width: 50px;
    height: 23px;
    padding: 0;
    background: url(/img/contacts_form_mini.png) left top no-repeat;
    border: none;
    font-size: 11px;
    color: #635752;
}

#contacts_form span textarea {
    width: 393px;
    height: 82px;
    border: 0;
    background: none;
    float: left;
    font-size: 11px;
    color: #635752;
    resize: none;
}

#contacts_form input[type="checkbox"] {
    margin: 0 10px 0 20px;
}

#contacts_form .select {
    position: relative;
    z-index: 100;
    top: -6px;
    display: block;
    float: left;
}

/*new forms style*/
.contacts_form2 {
    /*   width: 575px;*/
    margin: 0 auto;
}

.contacts_form2 .form_part {
    width: 533px;
    margin: 0 auto;
}

.contacts_form2 label {
    padding: 0 55px 15px 0;
    font-size: 14px;
    max-width: 155px;
    min-width: 155px;
    vertical-align: top;
    color: #635752;
    display: inline-block;
    text-align: right;
    margin-bottom: 10px;
}

.contacts_form2 label.big_label {
    font-size: 13px;
    text-align: left;
    max-width: 100%;
    padding-left: 15px;
}

.register_flags label {
    max-width: 100% !important;
}

.contacts_form2 input[type="text"], .contacts_form2 input[type="password"] {
    width: 195px;
    height: 13px;
    background: url(/img/form-inp.png) left top no-repeat;
    border: 0;
    font-size: 11px;
    color: #635752;
    padding: 9px 16px 16px 16px;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
}

#remember_me {
    float: left;
    margin: 1px 6px 0 7px;
}

.sub_div {
    padding-top: 1px;
}

.sub_div label {
    float: left;
}

.contacts_form2 textarea {
    width: 393px;
    height: 82px;
    padding: 10px;
    background: url(/img/contacts_form_textarea.png) left top no-repeat;
    border: none;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 15px;
    color: #635752;
}

.contacts_form2 .submit-btn {
    margin-left: 210px;
}

.contacts_form2 .button {
    margin-left: 210px;
}

.contacts_form2 .flags label {
    background: 0;
    padding: 0px 5px;
    width: 470px;
    text-align: left;
}

.contacts_form2 .flags input[type="checkbox"] {
    margin: 0px 2px;
}

.contacts_form2 .controls-wrapper {
    width: 240px;
    display: inline-block;
    text-align: left;
}

.contacts_form2 .controls-wrapper label {
    margin: 3px 0 0 6px !important;
}

#contacts_money {
    color: #635752;
    padding: 0 0 0 32px;
    height: 30px;
    height: 54px;
}

#contacts_money strong {
    font-size: 18px;
    color: #635752;
}

#contacts_money, .header-title {
    color: #669C31;
    margin-left: 0;
}

#contacts_money div {
    color: #635752;
    float: left;
    font-size: 21px;
    margin: 5.5px 0;
    width: 69%;
    text-align: left;
}

#stat_form {
    overflow: hidden;
    /*zoom: 1;*/
    padding: 0 0 0 0;
    /*min-height:797px;*/
}

#stats_select {
    font-size: 12px;
    color: #635752;
    padding: 13px 0 16px 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    left: -1%;
}

#stats_select a {
    font-size: 18px;
    color: #7dba35;
}

#stat_form i {
    font-style: normal;
    font-size: 11px;
    color: #c2bcba;
}

#stat_form th {
    text-align: left;
    padding: 5px;
    font-size: 18px;
    color: #7dba35;
    font-weight: bold;
}

#stat_form td, #stat_form th {
    border-bottom: 1px solid #E4E5E2;
    padding: 5px;
    font-size: 13px;
    color: #635752;
    text-align: center;
}

#stat_form .bordered th {
    border: 1px solid #E4E5E2;
}

#stat_form1 th {
    text-align: left;
    padding: 12px 20px 12px 0;
    font-size: 18px;
    color: #7dba35;
    font-weight: normal;
}

#stat_form1 td {
    border-bottom: 1px solid #dfeacf;
    padding: 12px 20px 12px 0;
    font-size: 14px;
    color: #635752;
}

/* новое */

/* таблицы */
table.bord {
    border: 0 0 1px 1px #aaa solid;
    border-spacing: 0;
    margin: 10px 0;
}

table.bord td, table.bord th {
    margin: 0;
    padding: 3px 3px 3px 10px;
    border-color: #aaa;
    border-style: solid;
    border-width: 1px 1px 0 0;
}

table.bord tr.selected td {
    background: #fcc;
}

table.bord td a {
    color: #635752;
}

/* сортировка таблиц */
.tsort th.header {
    cursor: pointer;
    font-weight: bold;
    padding-left: 20px;
    margin-left: -1px;
}

.messagebox {
    width: 70%;
    font-size: 13px;
    line-height: 22px;
}

.contacts_form {
    width: 100%;
}

.contacts_form .th td {
    background: #9BBB59;
    color: #fff;
    padding: 10px;
}

.contacts_form .tr1 td {
    background: #D7E4BC;
    padding: 5px;
}

.contacts_form .tr2 td {
    background: #EAF1DD;
    padding: 5px;
}

#contacts_form td label {
    color: #635752;
}

select.selbord {
    border: 1px solid #ccc;
    color: #635752;
}

#content_block {
    width: 80%;
    margin: 0 auto;
}

#content_block #left_block {
    width: 15%;
    vertical-align: top;
}

#content_block #center_block {
    width: 63%;
    vertical-align: top;
    padding-left: 1%;
    padding-right: 1%;
}

#content_block #right_block {
    width: 20%;
    vertical-align: top;
}

div.cu_work, div.sb_work, div.sb_banner_work, div.bn_work, div.bn_banner_work {
    cursor: pointer;
}

.btn_zakaz_adv {
    display: inline-block;
    height: 38px;
    width: 120px;
    margin: 0 20px;
    cursor: pointer;
}

.btn_zakaz_adv:hover {
    background-position: 0 -38px;
}

div.error_msg {
    color: #B84242;
    text-align: center;
    margin: 10px 0;
}

div.success_msg {
    color: #7CB842;
    text-align: center;
    margin: 10px 0;
}

.setdate {
    background: #fff url('/img/datepicker.png') center right no-repeat;
    padding: 1px 18px 1px 4px;
    border: 1px solid #999;
    margin: 0 3px;
    width: 70px;
}

.green-btn {
    height: 38px;
    width: 120px;
    background: url(/img/regBtnBg.png) 0 0;
    /*position: relative;*/
    text-align: center;
    cursor: pointer;
}

.green-btn a, .green-btn span {
    display: inline-block;
    height: 16px;
    width: 120px;
    padding: 10px 0;
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px green;
    font-size: 15px;
}

.green-btn:hover {
    background-position: 0 -38px;
}

.green-btn:hover a, .green-btn:hover span {
    text-shadow: 0 -1px yellowgreen;
}

i.icon-help {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    /*margin: 0 4px;*/
    background: url(/img/icon1.png) center center no-repeat;
    cursor: help;
    position: relative;
    top: -1.5px;
}

/*стили всплывающей подсказки*/
#aToolTip {
    position: absolute;
    display: none;
    z-index: 50000;
}

#aToolTip .aToolTipContent {
    position: relative;
    margin: 0;
    padding: 0;
}

.defaultTheme {
    border: 2px solid #d4d4d4;
    background: #fff;
    color: #000;
    margin: 0;
    padding: 6px 12px;
    -moz-border-radius: 12px 12px 12px 0;
    -webkit-border-radius: 12px 12px 12px 0;
    -khtml-border-radius: 12px 12px 12px 0;
    border-radius: 12px 12px 12px 0;
    -moz-box-shadow: 2px 2px 5px #afafaf; /* for Firefox 3.5+ */
    -webkit-box-shadow: 2px 2px 5px #afafaf; /* for Safari and Chrome */
    box-shadow: 2px 2px 5px #afafaf; /* for Safari and Chrome */
}

.defaultTheme #aToolTipCloseBtn {
    display: block;
    height: 18px;
    width: 18px;
    text-indent: -9999px;
    outline: none;
    position: absolute;
    top: -20px;
    right: -30px;
    margin: 2px;
    padding: 4px;
}

div.boards {
    overflow: hidden;
}

.board {
    padding: 10px;
    float: left;
    width: 45%;
    border: 1px solid;
    border-radius: 6px;
    margin: 5px;
}

.board strong {
    font-size: 1.2em
}

.board ul {
    padding-left: 20px;
    margin: 5px 0;
}

.board ul li {
    font-size: 12px;
    line-height: 14px;
}

div.board.tips {
    background-color: #ddf1da;
    border-color: #b0c3af;
}

.board.tips, .board.tips ul li, .board.tips a {
    color: #567e30;
}

div.board.do-not {
    background-color: #f3dede;
    border-color: #c3b3b3;
}

.board.do-not, .board.do-not ul li, .board.do-not a {
    color: #742d25;
}

div.board.inform {
    background-color: #F3EFDA;
    border-color: #D7D3BE;
}

.board.inform, .board.inform ul li, .board.inform a {
    color: #c09853;
}

/* Новые стили */

input, textarea, select {
    outline: none;
}

input:active, textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

#right {
    float: left;
    width: 60%;
    text-align: center;
    padding: 40px 0 0 0;
}

.hidden {
    display: none;
}

.overflow_hidden {
    overflow: hidden;
}

#right h3 {
    font-size: 26px;
    color: #75ab15;
}

#advm_container {
    min-height: 629px;
    padding-left: 82px;
    width: 90%;
}

#advm_container .left_bg {
    background: url(/img/container_top_left.png) no-repeat;
    width: 34px;
    height: 800px;
    position: absolute;
    left: 0px;
}

#advm_container .top_bottom_offset {
    padding: 10px 0;
}

#advm_container .advm_content {
    background: url(/img/container_top_mid.png) repeat-x;
    min-height: 800px;
    padding: 0px 51px 0 80px;
    font-size: 15px;
    position: relative;
    z-index: 2;
}

#advm_container .advm_content .bottom_offset {
    margin-bottom: 40px;
}

#advm_container .advm_content p, #advm_container .advm_content ul li {
    font-size: 14px;
}

.margin_top {
    margin-top: 60px;
}

#header_r .login {
    position: absolute;
    left: 26px;
    top: 68px;
    font-size: 11px !important;
    color: #a9a9b1;
}

#header_r .master_header_r {
    width: 290px;
    float: right;
    position: relative;
}

#header_r .master_header_r .home {
    position: absolute;
    top: 0px;
    right: -27px;
    color: #4a423f;
    font-size: 13px;
}

#header_r .master_header_r .home .cufon {
    text-align: right;
    width: 100px;
}

#header_r .master_header_r .home .icon-user {
    background: url('/img/title_icons/usericon.png');
    width: 20px;
    height: 25px;
    float: left;
    margin-top: -2px;
}

#header_r .master_header_r .home .cufon {
    float: left;
    margin-left: 8px;
    line-height: 10px;
}

#header_r .password {
    position: absolute;
    right: 191px;
    top: 68px;
    font-size: 11px !important;
    color: #a9a9b1;
}

#header_r .auth_error {
    color: #f00;
    position: absolute;
    top: 15px;
    left: 173px;
    display: none;
}

#header_r .sub_div {
    margin-top: 5px;
}

#header_r .sub_div a {
    text-decoration: none;
}

/*#content{
    min-width:1227px;
}*/
.center {
    text-align: center !important;
}

.center .big_green_label.no_offset {
    margin: 0 auto !important;
    clear: both;
}

.attention {
    color: #567E30;
    padding: 10px 0;
    padding-left: 7%;
    padding-right: 7%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 25px;
    background: url(/img/title_icons/icon-attention.png) 3% no-repeat #DDF1DA;
}

.code_blocks .attention {
    height: 23px;
    line-height: 23px;
    padding: 0;
    background: #DDF1DA;
    padding-left: 3%;
    position: relative;
    top: 10px;
}

.code_blocks .attention input[type="checkbox"] {
    margin-top: 5px;
}

.bold {
    font-weight: bold;
}

.advm_content ul li, #contacts_inn ul li {
    list-style-image: url(/img/leaf.png);
}

.float-right {
    margin-top: 23px !important;
    float: right;
}

#advm_container .bottom_text {
    display: block;
    margin-bottom: 5px;
}

#advm_container .advm_content p {
    margin: 20px 0;
}

#advm_container .advm_content .advm_text {
    padding-right: 30px;
    padding-top: 40px;
    margin-bottom: 50px;
}

#advm_container .advm_content .advm_text a {
    color: #669c31;
}

#advm_container .advm_content .advm_text .left {
    width: 55%;
    float: left;
}

#advm_container .advm_content .advm_text .right {
    position: relative;
    float: right;
}

#advm_container .advm_content .advm_text .right img {
    display: block;
    clear: both;
    margin-bottom: 30px;
    cursor: pointer;
}

.format_examples {
    overflow: hidden;
}

#advm_container .advm_content .advm_text .branding_examples img {
    width: 24%;
}

#advm_container .advm_content .advm_text .static_examples {
    margin-top: 20px;
}

#advm_container .advm_content .advm_text .static_examples .left {
    float: left;
    width: 65%;
}

#advm_container .advm_content .advm_text .static_examples .right {
    float: left;
    position: static;
    margin-left: 39px;
    margin-top: 0px;
}

#advm_container .advm_content .advm_text .static_formats {
    overflow: hidden;
    clear: both;
    margin: 45px 0 0 0;
    text-align: center;
}

#advm_container .advm_content .advm_text .static_formats .green_label {
    float: left;
    background: url(/img/green_label_formats.png);
    width: 124px;
    height: 31px;
    line-height: 31px;
}

#advm_container .advm_content .advm_text .static_formats .green_label a {
    display: block;
}

#advm_container .advm_content .advm_text .prices_btn {
    margin-top: 300px;
}

#advm_container .advm_content .advm_text .review, #advm_container .advm_content .advm_text .review_author {
    display: block;
    float: left;
    margin: 0 0 0 10px;
    font-style: italic;
    width: 700px;
}

#advm_container .advm_content .advm_text .reviews {
    overflow: hidden;
    margin-top: 20px;
}

#advm_container .advm_content .advm_text .review p {
    margin: 12px 0 5px 0;
}

#advm_container .advm_content .advm_text .webmaster_quotes {
    background: url(/img/quotes_transparent.png) no-repeat;
    width: 31px;
    height: 25px;
    clear: both;
    float: left;
}

#advm_container .advm_content .advm_text ul {
    padding-left: 16px;
}

#advm_container .advm_content .advm_text .video {
    text-align: center;
}

#advm_container .advm_content .advm_text .join {
    text-align: center;
    clear: both;
    margin-top: 40px;
}

#advm_container .advm_content .b_title {
    display: block;
    padding-top: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #635752;
}

#advm_container .advm_text .ag {
    margin-left: 16px;
}

#advm_container .advm_content .first_title {
    padding-top: 0;
}

#advm_container .advm_content .static_title {
    display: block;
    width: 280px;
}

#advm_container .advm_content .format {
    margin: 15px 0 15px 20px;
}

#advm_container .advm_content .green_label {
    background: url(/img/green_label.png) no-repeat;
    width: 110px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    margin: 22px 0 20px 20px;
    height: 22px;
}

#advm_container .advm_content .green_label a {
    color: #fff;
    text-decoration: none;
}

#advm_container .advm_content .conditions {
    margin-left: 50px;
}

#advm_container .right_bg {
    position: absolute;
    right: -1px;
    top: 0px;
    width: 32px;
    background: url(/img/container_top_right.png) no-repeat;
    min-height: 800px;
}

#advm_container .video {
    text-align: center;
}

#advm_container .center {
    margin: 0 0 25px 0 !important;
}

.links_menu {
    overflow: hidden;
    padding: 0 0 0 4%;
    /*  min-width:1150px*/
}

.links_menu ul li {
    list-style: none;
    display: inline;
}

.links_menu {
    position: relative;
    z-index: 100;
    top: 51px;
}

.ag_links_menu {
    /*   left:7.5%;*/
}

.ag_links_menu ul li {
    margin: 0 3%;
    width: auto !important;
}

.reg_links_menu {
    left: 6.3%;
}

.reg_links_menu ul li {
    width: 27% !important;
}

.links_menu ul li {
    display: block;
    min-width: 87px;
    float: left;
    /* width:200px;*/
    /* margin-right:102px;*/
    width: 19%;
    height: 110px;
    text-align: center;

}

.agreement_links_menu ul li {
    width: 32% !important;
}

#header_l {
    position: relative;
}

.no-border {
    border: none !important;
}

.green_link {
    color: #669c31 !important;
    font-size: 20px;
    cursor: pointer;
}

.green_link.small {
    font-size: 13px;
}

.ag_green_link {
    display: block;
    padding-top: 20px;
}

.links_menu ul .links_menu_selected {
    background: url(/img/menu_arrow.png) no-repeat 50% 50%;
}

#advm_wrapper {
    position: relative;
    overflow: hidden;
    top: -86px;
}

#reviews-container .autor {
    color: #635752;
    margin-top: 15px;
}

/*Banners*/
.b_728x90 {
    text-align: center;
    display: none;
    text-align: center;
    cursor: pointer;
}

.b_600x200 {
    text-align: center;
    display: none;
    cursor: pointer;
}

.b_240x400 {
    display: none;
    text-align: center;
    cursor: pointer;
}

.b_468x60 {
    display: none;
    text-align: center;
    cursor: pointer;
}

.b_300x250 {
    display: none;
    text-align: center;
    cursor: pointer;
}

.b_160x600 {
    display: none;
    text-align: center;
    cursor: pointer;
}

/*Banners end*/

.header_d {
    *display: inline !important;
    zoom: 1;
}

#content2, #content1, #content {
    /*  background:none;*/
}

#content2 {
    min-height: 0px;
}

.change_lang {
    margin-top: 2px;
}

.change_lang a img {
    border: none !important;
}

.change_lang {
    color: white;
}

.change_lang a {
    color: white;
    display: inline-block;
}

.change_lang a {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.change_lang a img {
    border: solid 1px green;
}

.change_lang a.selected, .change_lang a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

.change_lang a:hover img {
    border: solid 1px yellow-green;
}

#admin_container {
    overflow: hidden;
    color: #635752;
    min-height: 500px;
}

#stat_form {
    text-align: center;
    position: relative;
    left: 1.29%;
}

.mail-admin-container {
    /*overflow:visible !important;*/
}

#admin_container p {
    text-align: left;
}

.big_green_label {
    display: block;
    background: url(/img/big_green_label.png) no-repeat;
    width: 157px;
    height: 31px;
    line-height: 31px;
    margin: 30px auto 5px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    border: none;
}

.big_green_label:hover {
    opacity: 0.85;
}

.big_green_label.save_button {
    margin: 0 0 0 175px;
}

.big_green_label, .big_green_label a {
    display: block;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 13px !important;
    text-decoration: none !important;
    text-align: center;
    line-height: 31px;
    text-shadow: 1px 1px 2px #969696;
}

.green_label a {
    display: block;
}

#stat_form table {
    text-align: left;
    /*width:100%;*/
}

.admin_title {
    /* width:757px;*/
}

.admin_button {
    margin-left: 308px;
}

.register_button, .get_code_button {
    border: none;
    cursor: pointer;
    margin-top: 17px;
}

.register_button {
    margin: 24px 0 32px 303px;
}

.left {
    text-align: left;
}

.admin-formats {
    text-align: left;
}

.mail_button {
    margin-right: 103px;
    margin-top: 12px;
    border: none;
    cursor: pointer;
}

.payments {
    text-align: left !important;
}

.payments_left {
    float: left;
    width: 49%;
}

.payments_right {
    float: left;
    width: 49%;
    margin-left: 1%;
}

.rekl_column_right {
    padding-left: 10%;
    width: 39%;
}

.code_block {
    display: block;
    width: 30%;
    margin: 0 auto;
    text-align: left !important;
}

.right_menu h3 {
    margin-bottom: 0;
}

.info {
    color: #c2bcba;
}

.add_site {
    margin-top: 10px;
    float: left;
    margin-left: -60px;
}

#mail-menu {
    padding: 0 3%;
}

#mail-menu a {
    color: #669c31;
    font-size: 20px;
    margin: 0 5.5%;
    display: block;
    float: left;
    height: 60px;
    min-width: 54px;
    text-align: center;
}

#mail-menu.tabs-menu {
    margin-left: 3%;
    padding-right: 0%;
    padding-left: 0%;
}

#mail-menu.messages-menu a {
    min-width: 22%;
}

#mail-menu.tabs-menu a {
    min-width: 14%;
}

#content table.profile_personal tr td, #content table.profile_finance tr td, #content table.profile_settings tr td {
    text-align: left;
}

#content .purse_label {
    width: 102px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-weight: bold;
}

#content .block_header .mail_titles div {
    width: 33%;
    float: left;
    color: #635752;
    font-size: 13px;
    line-height: 26px;
}

#content .block_header .mail_titles div h3 {
    color: #635752 !important;
    font-size: 15px !important;
    margin: 7px 0 0 0 !important;
    padding: 0 !important;
}

#mail-container-left {
    background: url(/img/mail_cont_left.png) no-repeat;
    width: 29px;
    min-height: 357px;
    position: absolute;
    top: 0px;
    left: 0px;

}

.message_text {
    line-height: 19px;
    padding-right: 40px;
    margin-left: 40px;
}

#mail-container-right {
    right: 3px;
    top: 0px;
    background: url(/img/mail_bg_right.png) no-repeat;
    position: absolute;
    width: 25px;
    min-height: 337px;
}

#text-container {
    position: relative;
    max-width: 792px;
    min-width: 200px;
    min-height: 228px;
}

.mail-container {
    background: url(/img/mail_cont_mid.png) repeat-x;
    padding: 5% 7% 0 4%;
    /* margin-left: 12px;*/
    width: 90% !important;
}

#text-container, #text-container h2 {
    text-align: left;
}

.mail-container h2 {
    background: url(/img/envelope.png) no-repeat;
    padding: 2px 0 0 65px;
    color: #669c31;
}

.mail-container #message_read_send {
    line-height: 35px;
}

#mail-menu {
    overflow: hidden;
    position: relative;
    z-index: 20;
    top: 1px;
    margin-left: 2%;
}

#mail-menu .selected, #mail-menu .mail_menu_selected {
    background: url(/img/mail_menu_selected.png) no-repeat;
    background-position: 50% 100%;
}

.mail_nav {
    float: right;
    overflow: hidden;
    margin-right: 55px;
}

.mail_nav a {
    color: #669c31;
    display: block;
    float: left;
}

.mail_nav .prev {
    background: url(/img/arrow_prev.png) no-repeat;
    background-position: 0 50%;
    padding-left: 18px;
    margin-right: 24px;
}

.mail_nav .next {
    background: url(/img/arrow_next.png) no-repeat;
    background-position: 100% 50%;
    padding-right: 18px;
}

#contacts_inn #contacts_right {
    padding-right: 1%;
}

#contacts_inn .webmaster_text {
    margin-left: 13px;
}

#left_txt {
    padding: 75px 15px 0 28px !important;
}

.exit {
    margin: 0 !important;
    float: right;
    background: url(/img/small_green_label.png);
    width: 106px;
    height: 31px;
    position: relative;
    right: 20px;
}

.mail_list {
    padding: 0px !important;

}

.header_d {
    margin-right: 0px;
}

.messages-list {
    padding-left: 1% !important;
    width: 99% !important;
}

#message_read_send table {
    position: relative;
    left: 20px;
    top: -10px;
}

.messages_send {
    padding-top: 0 !important;
}

#reviews-container {
    overflow: hidden;
    margin-top: 20px;
}

#message_read_send {
    margin-left: 1%;
}

#header_r .header-title {
    *display: inline;
    zoom: 1;
}

.get_code {
    padding: 0 25px;
    text-align: left !important;
}

.get_code a {
    color: #669c31;
}

.get_code h2 {
    display: inline;
}

.get_code .step_title {
    margin: 30px 0;
}

.get_code .black {
    color: #000;
    margin-right: 17px;
}

.format_return {
    margin-right: 8px;
}

.get_code_block {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 34px;
    /*  overflow:auto;*/
}

.get_code_text {
    width: 50%;
    float: left;
}

.get_code_options {
    width: 50%;
    float: left;
    line-height: 25px;
    padding-bottom: 20px;
}

.get_code_options label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    left: -30px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 185px;
}

.get_code_options input {
    margin: 10px 0 10px -8px;
}

.get_code_options .color {
    background-image: none;
    color: #000;
    height: 12px !important;
    padding-top: 10px !important;
}

.code-additional-platforms {
    float: left;
    margin: -10px 0 20px 0;
}

.code_blocks .error {
    display: none;
    position: relative;
    top: 2px;
    color: #E54E53;
}

.get_code_ta {
    float: left;
    margin-left: 231px;
}

.no-border {
    border: none;
}

.title_2_row {
    display: block;
    font-size: 33px;
    left: 46.5%;
}

.get_code_title {
    margin: 51px 0 15px 0 !important;
}

#clickunder_nav_links .copy_to_buffer {
    text-align: left;
}

#clickunder_nav_links {
    width: 290px;
    float: right;
}

#contacts_form span.textarea {
    float: none;
    width: 303px;
}

form[name="feedback"] {
    padding-bottom: 20px;
}

form[name="feedback"] span {
    margin: 20px auto 10px;
}

form[name="feedback"] .rate {
    position: absolute;
    right: 26px;
    bottom: 41px;
}

#clickunder_nav_links {
    margin-left: 330px;
}

.review {
    margin-bottom: 15px !important;
}

#reviews .quotes, #media_reviews .quotes {
    background: url(/img/green_qoutes.png) center center no-repeat;
    float: left;
    height: 40px;
    width: 30px;
    margin-top: -11px;
    padding: 5px;
}

.video_preview {
    position: relative;
}

.video_preview .preview_bg {
}

.video_preview .magnifier {
    position: absolute;
    z-index: 15;
    top: 59px;
    left: 138px;
    opacity: 0.5;
}

#target {
    padding: 0 0 20px 47px;
    margin-top: 45px;
}

.advm_text label {
    background: none !important;
}

.advm_text input[type="text"], .advm_text input[type="password"] {
    background: url(/img/form-inp.png) no-repeat;
    background-color: transparent;
    border: none;
    height: 31px;
    padding: 10px 16px 0 16px;
    width: 208px;
}

#advm_wrapper .advm_text input[type="text"], #advm_wrapper .advm_text input[type="password"] {
    padding-top: 0 !important;
}

.get_code_options input[type="text"] {
    margin-right: 15px;
    height: 29px;
    padding-bottom: 3px !important;
    width: 189px;
    padding-left: 18px !important;
    font-style: italic;
    margin-left: -8px !important;
}

#advm_wrapper .jScrollPaneContainer {
    height: 100px !important;
}

.contacts_form2 .form_block {
    width: 95%;
    text-align: center;
    margin: 33px 0 0 0;
}

.contacts_form2 .form_block .cusel {
    left: -8px;
}

.contacts_form2 .form_block .flags {
    margin: 8px 0 0 0;
}

.contacts_form2 .form_block div {
    margin: 5px 0;
}

.contacts_form2 .form_block label {
    text-align: left;
    padding-right: 0;
    margin: 7px 0 0 0;
    width: 164px;
}

.contacts_form2 .form_block label .captcha {
    margin: 3px 0 0 12px;
}

.contacts_form2 .green_button {
    background: url(/img/empty_button.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    color: #FFF;
    font-size: 17px;
    line-height: 44px;
    display: block;
    margin: 20px auto 30px;
    width: 230px;
    height: 64px;
    padding-bottom: 8px;
    vertical-align: top;
    font-family: Lucida Sans, Segoe UI, Calibri, sans serif;
    text-shadow: 3px 1px 2px #999;
    text-transform: uppercase;
}

.contacts_form2 .green_button:hover {
    opacity: 0.9;
}

.contacts_form2 .ta_label {
    position: relative;
    left: 33px;
}

.form_ta {
    background: url(/img/form_ta.png) no-repeat !important;
    width: 286px !important;
    height: 52px !important;
    position: relative !important;
    left: 33px !important;
    overflow: auto;
    border: none;
}

.traf-label {
    position: relative;
    left: -8px;
}

.big_text {
    /* font-size:16px !important;*/
    font-size: 14px !important;
}

.advm_text .title {
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
}

.faq_icon {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 10px;
}

.advm_text .faq ul {
    padding: 0 0 0 41px !important;
}

.aud_charts h2 {
    margin-top: 42px;
}

.num_left h1 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: left;
}

.num_left div {
    float: left;
    margin: 8px 0 0 22px;
}

.num_right {
    padding: 48px 30px 95px 0;
}

.num_right div {
    margin: 8px 22px 0 0;
}

.num_right h1, .num_right div {
    float: right;
}

.advm_text .banners_ex {
    text-align: center;
    overflow: hidden;
}

.advm_text .banners_ex.landings {
    margin-left: 100px;

}

.advm_text .banners_ex span {
    display: block;
    width: 234px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.magnifier {
    width: auto !important;
}

.advm_text .banners_ex .magnifier {
    opacity: 0.5;
    position: absolute;
    top: 58px;
    left: 90px;
}

.advm_text .branding_examples .magnifier {
    margin-left: -149px;
    opacity: 0.5;
    margin-top: 29px;
}

.advm_text .branding_examples .magn_link {
    position: absolute;
}

.cusel-scroll-pane {
    text-align: left !important;
}

.cusel-scroll-pane span {
    padding-left: 10px !important;
}

.advm_text .banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 250px;
    overflow: hidden;
}

.advm_text .static_formats.nonstandart {
    float: left;
    clear: none !important;
}

.advm_text .left.nonstandart_wrapper {
    width: 98% ! important;
    margin: 0 auto;
}

.advm_text .left.nonstandart_wrapper .nonstandart_container {
    width: 768px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    top: -60px;
}

/*slider*/
.arrows_container {
    position: relative;
}

.arrows_container a {
    position: absolute;
    top: -272px;
    z-index: 999;
}

.slide {
    height: 520px;
}

.slide .clear {
    clear: both;
}

.slide .slider_block {
    float: left;
    padding: 0 23px 30px;
}

.slide .slider_block.first {
    padding-left: 0px;
}

.slide .slider_block.last {
    padding-right: 0px;
}

.ocarousel_window_slides {
    height: 520px;
}

.main-slide.sm_first {
    position: relative;
    height: 437px;
}

.main-slide.sm_first .quotes {
    background: url(/img/green_qoutes.png) -1px 27px no-repeat !important;
    height: 344px !important;
    width: 43px !important;
}

.main-slide #reviews {
    position: absolute;
    top: 80px;
    left: 90px;
    width: 500px;
}

span.wmr {
    display: inline-block;
    background: url('/img/psys/wmr.gif') no-repeat;
    width: 88px;
    height: 31px;
    line-height: 30px;
    margin-right: 15px;
}

span.wmz {
    display: inline-block;
    background: url('/img/psys/wmz.gif') no-repeat;
    width: 88px;
    height: 31px;
    line-height: 30px;
    margin-right: 15px;
}

span.qiwi {
    display: inline-block;
    width: 81px;
    height: 41px;
    background: url('/img/pay_systems/icons48x32/qiwi.png') no-repeat;
    margin-right: 15px;
    position: relative;
    top: 7px;
}

span.yandex_money {
    display: inline-block;
    background: url('/img/pay_systems/icons48x32/yandex-money.png') no-repeat;
    width: 79px;
    height: 33px;
}

span.card {
    background: rgba(0, 0, 0, 0) url("/img/psys/mc_Visa_brand_88x31.gif") no-repeat scroll 0 0;
    display: inline-block;
    height: 32px;
    width: 90px;
}

.gray_date {
    color: #aaa6a6;
}

/*Верхнее меню*/
#top_menu {
    font-size: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 77px;

}

#top_menu li {
    display: inline;
    padding: 0 53px 0 15px;
}

.main-slider {
    margin-top: 10px;
}

.main-slider .main-slide {
    padding: 0 135px;
    width: 1040px;

}

.main-slider .main-slide .slide_title {
    color: #000;
}

.main-slider .main-slide .slider_review {
    width: 520px;
    font-style: italic;
    display: block;
    float: left;
}

.main-slider .main-slide .slider_review .review p {
    padding-left: 50px;
    font-size: 17px !important;
    line-height: 20px;
    padding-right: 30px;
}

.main-slider .main-slide #reviews {
    margin-left: 4%;
}

.main-slider .main-slide .slider_review .autor {
    font-style: normal !important;
    padding-left: 50px;
    font-size: 15px !important;
}

.main-slider .main-slide .slider_title {
    color: #635752;
    padding-right: 60px;
}

.main-slider .main-slide .slider_review .b_title {
    display: none;
}

.main-slider .main-slide .slider_review_img {
    margin-left: 4%;
}

.main-slider .main-slide .slider_join {
    position: absolute;
    bottom: 0px;
    margin-left: 370px;
}

#target {
    background: #f6f8f4 !important;
}

.target {
    min-height: 320px;
    position: relative;
}

.target .link_btn {
    display: block;
    width: 113px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -66px;
}

.target h2 a {
    font-size: 28px !important;
}

/* из-за google_conversion_frame образовалось пустое пространство под футером*/
iframe[width='1px'] {
    display: block;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.s_green_label {
    background: url(/img/s_green_label.png) no-repeat;
    cursor: pointer;
    font-size: 15px !important;
    text-align: center;
    text-decoration: none;
    padding-top: 1px;
    position: relative;
    left: 5px;
    width: 103px;
    height: 20px;
    display: inline-block !important;
    color: #fff !important;
    -webkit-transition: opacity 0.3s ease;
    font-weight: normal !important;
    text-shadow: 1px 1px 2px #969696;
}

.s_green_label:hover {
    opacity: 0.85;
}

.instructions li {
    list-style: none;
    list-style-image: none !important;
    background: url(/img/pdf_icon.png) 0 4px no-repeat !important;
    padding-left: 34px;
}

.pagination {
    text-align: center;
}

.pagination a {
    text-decoration: none;
    display: inline-block;
    height: 23px;
    width: 23px;
    line-height: 23px;
    color: #635752 !important;
}

.pagination a:hover {
    background: url(/img/pagination_hover.png) #FFF no-repeat 50% 50%;
}

.pagination a.current {
    color: #fff !important;
    background: url(/js/datepicker/img/day_selected.png) #FFF no-repeat 50% 50%;
}

.mail-admin-container {
    padding-top: 30px;
}

#profile-birthday {
    margin-left: 0 !important;
    padding-left: 13px;
}

.form_title {
    background: url(/img/bar.jpg);
    background-position: 50% 50%;
    width: 52%;
    text-align: center;
    margin: -15px 0 10px 16%;
}

.form_title p {
    display: inline-block;
    background: #fff;
    position: relative;
    font-size: 17px;
    padding: 0 15px;
    color: #000;
}

.chosen-container {
    min-width: 185px;
}

.ajax-btn {
    position: relative;
}

.ajax-loader {
    position: relative;
    top: 2px;
    left: 8px;
    display: none;
}

/*dashboard inner */
.no_pd {
    padding: 0 !important;
}

.no_offset_top {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.lined {
    border-bottom: 1px solid #c6c7c7;
}

.blocks {
    border: 1px solid #E4E5E2;
    text-align: left;
    font-size: 13px !important;
}

.blocks.rounded {
    border-radius: 5px;
    padding: 4px 0 17px 0;
}

.blocks.big_offset {
    margin-bottom: 23px;
}

.blocks.small_offset {
    margin: 12px 0 30px 0;
}

.blocks.mid_offset {
    margin: 20px 0 0 0;
}

.block100 {
    width: 98%;
}

.blocks .block_title {
    height: 19px;
    background: #f3f8ed;
    border-bottom: 1px solid #e4e5e2;
    position: relative;
    text-align: left;
    padding: 8px 19px 2px 43px;
}

.cusel_block {
    position: relative;
    z-index: 1;
}

.blocks .block_title.no_border {
    border-top: none;
}

.blocks a {
    color: #669C31;
}

.blocks .block_title .menu_decor {
    background: url(/img/menu_title.png) no-repeat 0 100%;
    position: absolute;
    width: 10px;
    height: 6px;
    bottom: -6px;
    left: 35px;
}

.blocks .block_title h3 {
    color: #5c5c5c;
    display: inline;
    font-size: 15.5px;
}

.blocks .block_title .title_icon {
    position: absolute;
    width: 22px;
    height: 18px;
    left: 10px;
    top: 5.5px;
}

.blocks .form_block, .blocks .form_block2 {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.blocks .form_block label {
    width: 40%;
    float: left
}

.blocks .form_block select {
    display: block;
    float: right;
    margin-right: 20%;
    width: 120px;
}

.blocks .blocks_content {
    padding: 5px 15px 0;
}

.blocks .blocks_content h2 {
    margin: 0;
    color: #5c5c5c;
    font-size: 22px;
    padding-left: 25%;
}

.blocks .blocks_content .block_content_left {
    float: left;
    width: 51%;
    margin-top: 8px;
    position: relative;
}

.blocks .blocks_content .block_content_right {
    width: 49%;
    float: left;
    position: relative;
}

.block50 {
    width: 48%;
    float: left;
}

.block50 .blocks_content {
    padding-left: 5px;
}

.block50.payments {
    min-height: 204.4px;
}

.block50_2 {
    margin-left: 1.8%;
}

.blocks .blocks_content .mini-title {
    color: #669C31;
    font-size: 17px;
    margin-bottom: 5px;
}

.blocks .blocks_content .mini-text {
    font-size: 15px;
    color: #635752;
}

.blocks .icon {
    width: 29px;
    height: 25px;
    float: left;
    left: -9px;
}

.blocks .icon-shows {
    background: url(/img/title_icons/icon-shows.png) no-repeat;
}

.blocks .icon-money {
    background: url(/img/title_icons/icon-money.png) no-repeat;
}

i.icon-big-check {
    background: url(/img/title_icons/icon-big-check.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin-right: 25px;
}

i.icon-user2 {
    background: url(/img/title_icons/icon-user2.png) no-repeat;
    width: 19px;
    height: 20px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

i.icon-lock {
    background: url(/img/title_icons/icon-lock.png) no-repeat;
    width: 15px;
    height: 21px;
    display: inline-block;
    margin: 0 18px 0 2px;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.block60 {
    width: 58%;
    float: left;
    margin-right: 1.8% !important;
}

.block40 {
    width: 38%;
    float: left;
}

.blocks .mail_content {
    padding: 5px 0;
    min-height: 164px;
}

.blocks .mail_content .clearfix {
    padding: 8.5px 0;
}

.blocks .mail_content a {
    text-decoration: none;
    color: #635752;
    display: block;
    float: left;
    width: 60%;
}

.blocks .mail_content a:hover {
    color: #669C31;
}

.blocks .mail_content .mail_date {
    float: right;
    margin-right: 6%;
}

.blocks .mail_content .no_tickets {
    padding-left: 20px;
}

.blocks .blocks_content.chart_container {
    padding: 13px 0;
}

.blocks #pie_chart {
    max-width: 285px;
    min-width: 240px;
    height: 220px;
    position: relative;
    margin: 0 auto;

}

.payment_block h2 {
    padding-top: 13px;
    padding-left: 0 !important;
}

.payment_block .clearfix {
    padding: 19.9px 0;
}

.payment_block .block_content_right {
    margin-top: 4px;

}

.payment_block .content_title {
    padding-left: 7%;
}

.payment_block .content_numbers {
    width: 45% !important;
}

.blocks_content.news .clearfix {
    margin: 5px 0 15px 0;
}

.blocks_content.news {
    padding: 6px 15px;
}

.blocks_content.news .content {
    float: left;
    width: 83%;
    color: #635752;
}

.blocks_content.news .gray_date {
    float: right;
    width: 12%;
}

/* размер шрифтов на мобильных устройствах */
@media all and (max-width: 600px) and (min-width: 100px) {
    /* Change Resolutions Here */
    p, .master_block, .blocks_content, .advm_text ul li, #news_content {
        font-size: 9px !important;
    }
}

/*content*/
.bordered_block {
    border: 1px solid #E4E5E2;
    width: 98.2%;
    /*overflow:hidden;*/
}

.bordered_block.left {
    text-align: left !important;
}

.bordered_block .master_table tr td {
    border-bottom: 1px solid #DFEACF !important;
}

.bordered_block table tr td.left {
    text-align: left !important;
    /*   padding-left:5% !important;*/
    padding-left: 2% !important;
}

.bordered_block .master_table i.icon-help {
    top: -2.5px;
}

.bordered_block .content {
    padding: 30px 15px 20px 15px;
    color: #635752;
    overflow: hidden;
}

.bordered_block .content_0 {
    padding-top: 0px;
}

.bordered_block .content table {
    margin: 0;
}

.bordered_block .block_header {
    background: #f3f8ed;
    height: 26px;
    width: 100%;
    border-bottom: 1px solid #E4E5E2;
}

.light_green {
    background: #F3F8ED;
}

table .light_green th {
    position: relative;
}

.bordered_block p {
    padding: 10px 10px 10px 10px;
}

.bordered_block p a {
    color: #669C31;
}

.master_block {

}

.master_block {
    margin-bottom: 30px;
    font-size: 13px !important;
}

.master_block table {
    margin: 0 auto;
}

.master_block table tr td {
    border: none !important;
}

.master_block input {
    padding-top: 0 !important;
    padding: 0 16px 8px 8px !important;
    float: none;
    margin: 0 auto;
    color: #858584;
}

.master_block table input {
    display: inline;
}

.master_block .master_block_cont {
    padding: 15px;
    color: #635752;
}

#stat_form .mfform {
    margin: 0 auto !important;
}

#stat_form .mfform td {
    text-align: left !important;
}

#stat_form .mitxtmini {
    background: url(/img/small_inp.png) no-repeat !important;
    width: 96px !important;
}

form[name="password_form"] .big_green_label {
    margin-top: 10px;
}

.master_block .table_block_cont {
    margin-right: 32px;
}

.master_block .table_block_cont table tr td {
    border-bottom: 1px solid #DFEACF !important;
}

.master_block .table_block_cont table {
    width: 95%;
    margin-left: 1.7%;
}

.field_title {
    padding-top: 12px !important;
}

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

.bordered_block .question_block {
    margin: 30px 0 30px 0;
    border-bottom: 1px solid #E4E5E2;
}

.bordered_block .small_inp {
    background: url(/img/small_input.png) top left no-repeat !important;
}

.bordered_block .question_block p {
    padding: 0px 10px 4px 10px;
}

.dashboard_loader {
    width: 16px;
    height: 16px;
    margin: 110px auto;
}

.copy_to_buffer {
    text-align: right;
    padding-right: 46px;
}

.copy_to_buffer img {
    margin-right: 10px;
}

.copy_to_buffer a {
    color: #000;
}

.jcarousel ul li {
    overflow: hidden !important;
    float: left !important;
    width: 82px !important;
    height: 82px !important;
}

/* floating block */
.floating {
    position: absolute;
    right: -3px;
    position: fixed;
    bottom: 505px;
}

.floating_block {
    width: 58px;
    height: 38px;
    background: url(/img/float_question.png) no-repeat;
    cursor: pointer;
}

.floating_content {
    display: none;
    border: 1px solid #eaeaea;
    color: #635752;
    padding: 10px 40px 10px 10px;
    text-align: center;
    width: 200px;
    background: url(/img/floating_bg.png) top right repeat-y #fff;
    position: relative;
}

.decor {
    display: block;
    position: absolute;
    background: url(/img/float_decor.png) no-repeat;
    width: 7px;
    height: 9px;
    top: 21px;
    right: 24px;
}

.floating_content a {
    text-decoration: none;
    font-size: 9px;
    color: #669C31;
}

.floating_content .m_green_label {
    background: url(/img/float_btn.png) no-repeat;
    display: block;
    width: 112px;
    height: 22px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 22px;
    text-shadow: 1px 1px 2px #969696;
    margin: 0 auto;
    margin: 10px auto;
    transition: opacity 1s;
}

.m_green_label:hover {
    opacity: 0.85;
}

@media screen and (max-width: 1345px) {
    .floating_block {
        display: none;
    }
}

/* floating block end */

/* tickets */
.ticket_create {
    display: none;
}

.ticket_info {
    display: none;
    border-bottom: 1px solid #E4E5E2;
}

/* calc */
.calc {
    border: 1px solid #AAA;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    float: left;
    margin: 0 20px 20px 0;
}

/* chat */
.lt-content {
    background-image: url(/img/chat/fon2.png) !important;
    background-repeat: repeat !important;
    border: 1px solid #94ba21;
}

.lt-online.lt-invite {
    min-width: 54px !important;
}

.lt-online .lt-label {
    width: 55px !important;
}

.lt-online .lt-label {
    left: 6px;
}

.lt-invite .lt-label-bg {
    background: none !important;
}

.lt-invite .lt-text-3, .lt-invite .lt-text-3 {
    background: none !important;
}

.lt-invite.lt-offline .lt-logo, .lt-invite .lt-logo, .lt-invite .lt-logo {
    background: none !important;
}

#tuna_2 {
    right: 0px !important;
}

.lt-frame {
    right: 0 !important;
}

.lt-invite #tuna_2 {
    background: url(/img/chat/advchat-offline.png) no-repeat !important;
    right: 1px !important;
    z-index: 1 !important;
    margin-left: 6px;
}

.lt-online {
    height: 335px !important;
}

.lt-online #tuna_2 {
    background: url(/img/chat/advchat-online.gif) no-repeat !important;
    right: 1px !important;
    z-index: 1 !important;
    margin-left: -6px !important;
}

.lt-online.lt-active #tuna_2 {
    background: url(/img/chat/advchat-online.gif) no-repeat !important;
    margin-left: 0px !important;
}

.lt-invite .lt-text-0, .lt-invite .lt-text-0 {
    background: none !important;
    width: 34px !important;
    height: 40px !important;
    position: relative;
    top: -12px;
}

.lt-invite .lt-label-bg {
    background: none !important;
}

.lt-invite .lt-label {
    width: 34px !important;
    height: 40px !important;
}

.lt-left.lt-text-0, .lt-text-0 {
    min-height: 170px !important;
}

.lt-invite .lt-label-bg {
    padding: 0px !important;
}

.lt-left.lt-text-0, .lt-text-0 {
    min-width: 61px !important;
}

.lt-invite .lt-label {
    width: 60px !important;
}

.lt-invite.lt-active {
    width: 422px !important;
    top: auto !important;
    bottom: 0 !important;
}

.lt-invite {
    height: 500px !important;
}

.lt-invite.lt-online {
    height: 335px !important;
}

.lt-invite {
    top: auto !important;
    bottom: 0 !important;
}

.lt-invite .lt-content {
    left: 61px !important;
}

.lt-online.lt-active {
    width: 372px !important;
}

.lt-name {
    color: #444 !important;
}

.lt-cancel {
    color: #444 !important;
}

/* Средний рейтинг */
.rating-widget {
    width: 146px;
    background: #D1E5A6;
    padding: 10px;
    color: #5A5A5D;
    border-radius: 10px;
    font-size: 12px;
    position: absolute;
    right: 143px;
    top: 132px;
}

.rating-widget .rating {
    font-size: 70px;
}

.rating-widget .stars {
    position: relative;
    top: 6px;
}

.rating-widget .stars div {
    background: url(/img/star_sprite.png) no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
}

.rating-widget .stars .star-half {
    background: url(/img/star_sprite.png) -21px 0 no-repeat;
}

.rating-widget .stars .star-empty {
    background: url(/img/star_sprite.png) -46px 0 no-repeat;
}

/* Средний рейтинг в кабинете */

.rating-support-widget .rating {
    position:relative;
    font-size: 31px;
    text-align: center;
}

.rating-support-widget .stars {
    position: relative;
    margin: 8px 0 0 0;
}

.rating-support-widget .stars div {
    background: url(/img/master_stars.png) no-repeat;
    width: 27px;
    height: 27px;
    display: inline-block;
}

.rating-support-widget .stars .star-half {
    background: url(/img/master_stars.png) -31px 0 no-repeat;
}

.rating-support-widget .stars .star-empty {
    background: url(/img/master_stars.png) -65px 0 no-repeat;
}

#advm_container .advm_content .advm_text #media_reviews .review {
    width: 290px;
    float: left;
    margin: 0 6% 0 0;
}

#advm_container .advm_content .advm_text #media_reviews .quotes {
    position: relative;
    left: -8px;
}

#advm_container .advm_content .advm_text #media_reviews .review img {
    margin-bottom: 10px;
}

#advm_container .advm_content .advm_text #media_reviews .review .autor {
    text-align: right;
    color: #635752;
    padding: 12px 0 0 0;
}

#advm_container .advm_content .advm_text #media_reviews .review .autor a {
    color: #635752;
}

#media-reviews-container {
    overflow: hidden;
    padding: 3% 0 0 12.5%;
    height: 250px;
    position: relative;
}

#media-reviews-container .slide_area {
    position: absolute;
}

#media_reviews {
    position: relative;
}

#media_reviews .left_arrow {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 144px;
    z-index: 50;
}

#media_reviews .right_arrow {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 144px;
    z-index: 50;
}

.review, .review p {
    font-size: 15px !important;
}

.masters_reviews {
    height: 335px;
}

/* fadeInRight */
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(60px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(60px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* centering content in news block */
.news {
    display: table;
}

.news > div {
    display: table-row;
}

#news_content {
    display: table-cell;
    vertical-align: middle;
}

.padded td {
    padding: 0 0 0 58px;
}

table tr td.buttons_holder {
    text-align: center !important;
}

table tr td.buttons_holder div {
    display: inline-block !important;
}

table tr td.buttons_holder span, table tr td.buttons_holder a {
    float: right;
}

.table_structure {
    display: table;
}

.table_structure > .table_row {
    display: table-row;
}

.table_structure > .table_row > .table_cell {
    display: table-cell;
    vertical-align: middle;
    padding-right: 4px;
}

.message-box {
    border: 1px solid red;
    border-left: 4px solid red;
    background-color: #FFEB96;
    padding: 10px;
}

.preloader-skin, .amts-skin {
    width: 250px;
    height: 210px;
    float: left;
    margin-bottom: 10px;
    -webkit-transition: background-position 1s ease;
    -moz-transition: background-position 1s ease;
    -o-transition: background-position 1s ease;
}

.promo-label {
    position: absolute;
    top: 4px;
    left: 61%;
    z-index: 999;
}

.columns-wrapper {
    overflow: hidden;
    width: 100%;
}

.columns-wrapper .column {
    width: 50%;
    float: left;
}

.columns-wrapper .column:nth-child(even) {
    text-align: center;
}

.advertisers-menu.links_menu ul li {
    width: auto;
    margin: 0 2% 0 3%;
}

.s-panel {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.39);
    -moz-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.39);
    box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.39);
    padding: 28px;
    overflow: hidden;
    margin: 10px 0 40px 0;
    border-left: 5px solid #96ce12;
}

.s-panel .s-header {
    background: #efefef;
    padding: 10px;
    font-size: 20px;
}

.s-panel .s-first {
    float: right;
    width: 62%;
}

.s-panel .s-last {
    float: left;
    text-align: left;
    width: 38%;
}

.s-panel:nth-child(odd) {
    border-left: none;
    border-right: 5px solid #96ce12;
}

.s-panel:nth-child(odd) .s-first {
    float: left;
    text-align: left;
}

.s-panel:nth-child(odd) .s-last {
    float: left;
    text-align: left;
}

.social {
    position: fixed;
    border: 1px solid #e1e1e1;
    left: 0;
    padding: 0 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    bottom: 280px;
    z-index: 99999;
    background: #fff;
}

.social:hover .label {
    display: none;
}

.social:hover .hidden {
    display: block;
    padding: 0 25px;
}

.social div {
    margin: 10px 0;
}

.profile_percent {
    font-size: 25px;
    float: left;
    padding: 18px 10px 30px 0;
}

/* Tabs */

.tabs {
    font-size: 1.2em;
    display: inline-block;
    padding: 6px 5px;
    background: #fff;
    margin: 0 0 -2px 0;
    border: none;
    border: 1px solid lightgray;
    text-decoration: none;
}

.tabs.active-tab {
    color: green;
    background: #F3F8ED;
    border-bottom: none;
    position: relative;
    top: 1px;
    padding-top: 7px;
}

#stat_form .data-tabs {
    text-align: left !important;
    margin-bottom: 1px;
}

.advertiser_registration_wrap{
    float: left;
    width: 48%;
    padding-left: 12px;
}

/* 404 page */

.link_404 {
    display: block;
    margin: 44px auto;
    font-size: 22px;
    color: #7cb842;
}

.horizontal-padding {
    position: relative;

    min-height: 1px;

    padding-left: 10px;
    padding-right: 10px;

    display: inline-block;
}

.bottom-space-15 {
    margin-bottom: 15px;
}