/* for conten_page */

.hide_big_screen {
    display: none;
}

.hide_for_mobile {
    display: block;
}

@media handheld, only screen and (max-width: 767px) {
    .hide_big_screen {
        display: block;
    }

    .hide_for_mobile {
        display: none;
    }
}

.top_menu_line.conten_page {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.conten_contaner {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1205px;
    background: #fafafa;
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
}

@media handheld, only screen and (max-width: 767px) {
    .conten_contaner {
        background: #fff url(../images/icons/bg_cont_mob.png) repeat-x 0 0;
        padding: 0;
    }

}

.cont_main_contaner {
    margin: 0 0 0 -15px;
    padding-top: 15px;
}

.cont_main_contaner:after {
    content: "";
    display: table;
    clear: both;
}

.conten_contaner a {
    color: #5e5e5e;
}

.cont_main_contaner .col_left {
    padding: 0 30px 0 15px;
    float: left;
    width: 315px;
    position: relative;
    z-index: 3;
}

.cont_main_contaner .left_col_block.create_tender {
    min-width: 200px;
    line-height: 1.1;
}

.cont_main_contaner .left_col_block.create_contest {
    min-width: 200px;
    line-height: 1.1;
}

.cont_main_contaner .col_center {
    padding-right: 0;
    position: relative;
    z-index: 1;
    margin-left: 0;
    padding-left: 315px;
}

.cont_main_contaner .col_center:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 270px;
    background: url(../images/icons/bg_left_banner.png) repeat 0;
}

@media handheld, only screen and (max-width: 767px) {
    .cont_main_contaner .col_center:before {
        content: normal;
        display: none;
    }

    .cont_main_contaner .col_left {
        padding: 0 15px !important;
        float: none;
        width: 100%;
    }
}

@media handheld, only screen and (max-width: 767px) {
    .cont_main_contaner .col_center {
        padding: 0 15px !important;
        float: none;
        width: 100%;
        margin-left: 0px;
    }
}

.left_menu_block {
    z-index: 2;
    background: #fff;
    width: 270px;
    padding-bottom: 1px;
}

@media handheld, only screen and (max-width: 767px) {
    .left_menu_block {
        position: relative;
        width: 100%;
    }
}

.left_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e1e1e1;
}

.left_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.left_nav .left_main_link_li {
    border: 1px solid #e1e1e1;
    margin: 0;
    padding: 10px 15px;
    background: #fff;
    z-index: 2;
    margin-top: -1px;
    overflow: visible;
}

.left_nav .left_main_link_li ul li {
    margin-bottom: 5px;
    display: block;
    clear: both;
}

.left_nav .left_main_link_li .help {
    position: relative;
    height: 25px;
    width: 25px;
    padding: 4px;
    margin-top: -4px;
    margin-right: -4px;
    float: right;
    cursor: pointer;
}

.left_nav .left_main_link_li .text_block_inner .help,
.left_nav .left_main_link_li .city_block_inner .help,
.left_nav .left_main_link_li .text_block_inner + .help,
.left_nav .left_main_link_li .city_block_inner + .help {
    position: relative;
    height: 25px;
    width: 25px;
    padding: 4px;
    margin-top: 0;
    margin-right: -4px;
    float: right;
    cursor: pointer;
}

.help .help_icon {
    cursor: pointer;
    display: block;
    background: url(../images/icons/help.png) no-repeat 0;
    height: 17px;
    line-height: 17px;
    width: 17px;
}

.help .help_icon:hover {
    background: url(../images/icons/help_hover.png) no-repeat 0;
}

.help .help_str {
    display: none;
    line-height: 10px;
    position: absolute;
    z-index: 1000;
    top: 18px;
    left: 2px;
    border: 10px solid transparent;
    border-bottom: 10px solid #555;
    margin-top: -10px;
}

.help .help_cont {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 28px;
    background: url(../images/transp_bg.png) repeat 0;
    color: #fff;
    padding: 25px;
    width: 420px;
    left: -200px;
}

@media handheld, only screen and (max-width: 767px) {
    .help .help_cont {
        left: auto;
        right: 3px;
    }
}

@media handheld, only screen and (max-width: 600px) {
    .help .help_cont {
        left: auto;
        right: 3px;
        width: 280px;
    }
}

.help .help_cont a {
    color: #fff;
}

.help.close .help_icon {
    background: url(../images/icons/close.png) no-repeat 0;
}

.help.close .help_str {
    display: block;
}

.left_nav .left_main_link_li a.parent {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    padding-left: 10px;
    background: url(../images/icons/str_l.png) no-repeat 0 5px;
}

.left_main_link_li .block {
    display: none;
}

.left_nav .left_main_link_li.hover a.parent {
    padding-left: 0px;
    background: none;
}

.left_main_link_li.hover .block {
    display: block;
}

.left_main_link_li.hover .block:after {
    content: " ";
    display: table;
    clear: both;
}

.left_main_link_li ul ul {
    display: none;
}

.left_main_link_li ul li a {
    display: block;
    text-decoration: none;
}

.left_main_link_li ul li.hover ul {
    display: block;
    margin-left: 20px;
}

.left_main_link_li ul li.hover ul li.hover, .left_main_link_li ul li.hover ul li.closed {
    margin-left: -10px;
}

.left_main_link_li ul li .cld_parent {
    display: block;
    margin-left: 20px;
    line-height: 16px;
}

.left_main_link_li ul li a.cld_parent {
    font-weight: bold;
    text-decoration: none;
}

.left_main_link_li li.hover ul ul {
    display: none;
}

.left_main_link_li ul li.hover ul li.hover ul {
    margin-left: 20px;
    display: block;
}

.left_main_link_li ul li.hover ul li.hover ul li a {
    text-decoration: none;
}

.left_main_link_li a.active {
    font-weight: bold;
}

@media handheld, only screen and (max-width: 767px) {
    .left_main_link_li ul li .cld_parent {
        background: none;
        padding-left: 0;
    }

    .left_main_link_li ul li.closed .cld_parent {
        background: none;
    }
}

.more {
    cursor: pointer;
    text-align: center;
    height: 15px;
    margin: 10px 0 5px;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    position: relative;
    line-height: 12px;
}

.more span {
    background: url(../images/icons/bg_more.png) no-repeat center bottom;
    position: absolute;
    width: 100%;
    display: block;
    height: 7px;
    margin-top: 1px;
}

.checkbox {
    padding: 0 0 6px 0;
    line-height: 13px;
}

.checkbox input {
    display: none;
}

.li_parent {
    margin-bottom: 5px;
}

.li_parent ul {
    padding-top: 3px;
}

.li_parent ul li span,
.checkbox span, .li_parent ul li a, .checkbox a  {
    display: block;
    margin-left: 20px;
    margin-top: 2px;
    line-height: 16px;
    text-decoration: none;
}

.checkbox .ui-button, .checkbox_aut .ui-button {
    background: #fff url(../images/icons/bg_ch.png) no-repeat scroll 0;
    font-size: 0.1em;
    height: 13px;
    padding: 0;
    width: 13px;
    margin-right: 0;
    margin-top: 0;
    display: block;
    float: left;
}

.checkbox_aut .ui-button {
    background: #fff url(../images/icons/bg_ch.png) no-repeat scroll 0 0;
    width: 100%;
    font-size: 12px;
    height: auto;
}

.checkbox_aut .ui-button span {
    display: block;
    margin-left: 10px;
    margin-top: 0px;
    line-height: 12px;
}

.checkbox_aut .ui-button-text-only .ui-button-text {
    padding: 0;
}

.checkbox .ui-button.ui-state-active {
    background: #fff url(../images/icons/bg_ch_a.png) no-repeat 0;
}

.checkbox_aut .ui-button.ui-state-active {
    background: #fff url(../images/icons/bg_ch_a.png) no-repeat 0 0;
}

.checkbox .ui-button.ui-state-active-np {
    background: #fff url(../images/icons/bg_ch_p.png) no-repeat 0;
}

.checkbox_ath .ui-button.ui-state-active-np {
    background: #fff url(../images/icons/bg_ch_p.png) no-repeat 0 0;
}

.checkbox.mob_check {
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 5px;
}

.inp_block {
    padding-top: 10px;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 3px 10px;
    height: 28px;
    margin-top: 12px;
    border: 1px solid #c6c6c6;
    outline: none;
    box-shadow: inset 0px 8px 15px rgba(0, 0, 0, 0.1);
}

input[type=text].sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
    background-color: transparent;
    display: none;
}

.inp_block input[type=text] {
    width: 60px;
    margin: 0 5px;
}

@media handheld, only screen and (max-width: 767px) {
    input[type=text].sb-search-input {
        display: block !important;
        border-top: 1px solid #b5b5b5;
        border-bottom: 1px solid #e8e8e8;
        margin-top: -1px;
    }
}

@media (max-width: 1024px) {
    .inp_block input[type=text] {
        width: 45px;
        padding: 3px;
    }
}

@media handheld, only screen and (max-width: 767px) {
    .inp_block input[type=text] {
        width: 60px;
        padding: 3px 10px;
    }
}

.color_item {
    width: 25px;
    height: 25px;
    margin: 10px 15px 10px 0;
    float: left;
    z-index: 1;
    border: 1px solid #c9c9c9;
}

.color_item .delete {
    width: 24px;
    height: 24px;
    position: absolute;
    margin: 0;
    display: none;
    cursor: pointer;
    z-index: 10;
}

.color_item .delete.checkit {
    background: url(../images/icons/color_cross.png) no-repeat 50% center;
    display: block;
}

.color_item:hover .delete {
    display: block;
}

.left_main_link_li.no_title {
    display: block;
}

.left_main_link_li.no_title input[type=text] {
    margin: 5px 0;
}

.conten_contaner a.white_orange_button {
    /*color: #ff0000;*/
    color: #ff0000;
    margin: 15px;
}

@media handheld, only screen and (max-width: 767px) {
    .conten_contaner .col-1-4 a.white_orange_button {
        margin: 15px 16px;
    }
}

.align-div-main {
    background: url(../images/icons/bg_left_banner.png) repeat 0;
    display: block;
}

@media handheld, only screen and (max-width: 767px) {
    .align-div-main {
        display: none;
    }
}

.ap-sidebar-btn {
    display: block;
    border: 0;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    letter-spacing: .025em;
    /*text-transform: uppercase;*/
    text-transform: none;
    width: auto;
    max-width: 100%;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    background-color: #FF0009;
    font-weight: 400;
    padding: 0 20px;
    margin: 15px;
    -webkit-box-shadow: 4px 6px 12px rgba(0, 0, 0, .4);
    box-shadow: 4px 6px 12px rgba(0, 0, 0, .4);
    -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, background-color .3s;
    transition: box-shadow .3s, background-color .3s;
    transition: box-shadow .3s, background-color .3s, -webkit-box-shadow .3s;
}
.ap-sidebar-btn:hover,
.ap-sidebar-btn:focus {
    color: #ffffff !important;
    background-color: #FF0009;
    /*background-color: #eb0009;*/
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar-profi-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    min-height: 136px;
    background-color: #00ffff;
    overflow: hidden;
    text-align: left;
}

.sidebar-profi-banner:before,
.sidebar-profi-banner:after {
    content: '';
    display: block;
    border-bottom: 32px solid #000000;
    border-left: 32px solid #0000;
    border-right: 32px solid #0000;
    width: 64px;
    height: 32px;
    position: absolute;
}

.sidebar-profi-banner:before {
    transform: rotate(-45deg);
    right: 2px;
    bottom: 17px;
}

.sidebar-profi-banner:after {
    border-bottom-color: #ffffff;
    transform: rotate(135deg);
    right: -21px;
    bottom: -5px;
}

.sidebar-profi-banner__title {
    font-size: 17px;
    font-weight: 800;
    color: #000000;
    margin-top: 0;
    margin-bottom: .6em;
    text-transform: uppercase;
    line-height: 1.48;
    width: 100%;
}

.sidebar-profi-banner__link {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: #ff0000 !important;
    line-height: 1.48;
    text-decoration: underline rgba(255, 0, 0, .2);
    transition: color .24s, text-decoration .24s;
}

.sidebar-profi-banner__link span {
    font-weight: 800;
}

.sidebar-profi-banner__link:hover {
    color: #ff0000 !important;
    text-decoration: underline rgba(255, 0, 0, 0);
}

@media (max-width: 767px) {
    .ap-sidebar-btn {
        margin: 20px 0;
    }
}

.left_banner_block {
    /*background: url(../images/icons/bg_left_banner.png) repeat 0;*/
    text-align: center;
    padding: 20px 0;
    min-height: 1100px;
}

.left_banner_block img {
    height: auto;
    width: 90%;
}

.top_for_content {
    padding: 20px 10% 5px;
    background: #fff;
    text-align: center;
}

.top_seo_text {
    text-align: center;
    max-height: 34px;

}

.breadcrumbs {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.breadcrumbs a {
    text-decoration: none;
}

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

.breadcrumbs span {
    font-weight: bold;
}

.top_for_content h1,
.top_for_content h2.mobile-tag {
    font-size: 26px;
    padding: 0;
    line-height: 30px;
    text-transform: none;
}

.tfc_obj_det h2.mobile-tag,
.top_for_content h2.mobile-tag.orange {
    /*text-transform: uppercase;*/
    text-transform: none;
    /*color: #ff0000;*/
    color: #ff0000;
    font-weight: normal;
    margin: 0;
}

.tfc_obj_det h2.mobile-tag {
    text-align: center;
}

.count_text_block {
    height: 10px;
    padding: 0 10px;
    border-bottom: 1px solid #bbbbbb;
    width: 50%;
    min-width: 230px;
    margin: 10px auto 20px;
    text-align: center;
}

.count_text_block span.count_text {
    height: 15px;
    background: #fff;
    font-size: 1.2em;
    padding: 0 7px;
    display: inline;
    color: #5e5e5e;
    white-space: nowrap;
}

.item_list_block {
    padding: 20px 0;
}

.item_list_menu .left {
    font-size: 1.2em;
    color: #000;
    float: left;
}

@media (max-width: 800px) {
    .item_list_menu .left {
        font-size: 1em;
    }
}

.item_list_menu .left a {
    border-bottom: 1px dotted #8b8b8b;
    text-decoration: none;
    color: #8b8b8b;
    margin: 0 0 0 10px;
}

.item_list_menu .left a.active {
    color: #000;
    border-bottom: none;
}

.item_list_menu .left a:hover {
    color: #000;
    border-bottom: none;
}

.item_list_menu .right {
    float: right;
}

.item_list_menu .right a {
    float: left;
    display: block;
    height: 11px;
    width: 11px;
    margin-left: 5px;
    overflow: hidden;
}

.item_list_menu .right a.sort1 {
    background: url(../images/icons/icon1.png) no-repeat 0;
}

.item_list_menu .right a.sort2 {
    background: url(../images/icons/icon2.png) no-repeat 0;
}

.item_list_menu .right a.sort3 {
    background: url(../images/icons/icon3.png) no-repeat 0;
}

.item_list {
    margin-left: -30px;
    padding-top: 10px;
}

.item_list img {
    height: auto;
    width: 100%;
}

.item_list .col-1-3 {
    padding: 10px 0 10px 30px;
}

.objects-list-items.objects_list .col-1-3 {
    padding: 10px 0 5px 30px;
}

@media (max-width: 1024px) {
    .item_list .col-1-3 {
        width: 50%;
    }
}

.location_block {
    height: 10px;
    padding: 0 10px;
    border-bottom: 1px solid #bbbbbb;
    width: 50%;
    margin: 10px auto 20px;
    text-align: center;
    min-width: 230px;
}

.object_detail .location_block {
    margin: 15px auto 20px;
}

.location_block .location_text {
    height: 15px;
    background: #fafafa;
    font-size: 1.2em;
    padding: 0 7px;
    display: inline;
    color: #5e5e5e;
    white-space: nowrap;
}

@media handheld, only screen and (max-width: 767px) {
    .item_list {
        margin-left: 0;
    }

    .top_for_content h1,
    .top_for_content h2.mobile-tag,
    .tfc_obj_det h2.mobile-tag,
    .tfc_obj_det h1 {
        font-size: 21px;
    }

    .tfc_obj_det h2.mobile-tag,
    .tfc_obj_det h1 {
        padding-top: 0;
        padding-bottom: 8px;
    }

    .object_detail .location_block {
        margin: 10px auto 20px;
    }

    .location_block .location_text {
        font-size: 1em;
        max-width: 200px;
        margin: 0 auto;
        background: #fff;
    }

}

.item_list .col-1-3 {
    padding: 10px 0;
}


.item_list .col-1-3 .text {
    font-size: 1.5em;
    font-weight: bold;
}

.item_list .col-1-3 .text span.author {
    font-size: 0.6em;
    font-weight: normal;
    display: inline-block;
}
.item_list .col-1-3 .text span.author a {color: #000;}

a.white_grey_button {
    display: block;
    padding: 10px;
    color: #7d7d7d;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #7d7d7d;
    font-size: 18px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.9);

}

a.white_grey_button .publ_count {
    font-size: 12px;
    text-transform: lowercase !important;
}

.white_grey_button:hover {
    background-color: #FFF;
    box-shadow: inset 0px 10px 40px rgba(255, 74, 0, 0.1);
}

a.white_grey_button.w200 {
    width: 200px;
    margin: 15px auto;
    clear: both;
}

.get_tender_block {
    margin: 30px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #888888;
    border: 1px solid #ededed;
    min-height: 50px;
    line-height: 30px;
}

.get_tender_block a.white_orange_button {
    float: right;
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    padding: 5px;
    line-height: 18px;
}

.page-companies .white_orange_button,
.create_tender .white_orange_button {
    font-size: 18px;
}

.page-companies .white_orange_button,
.page-companies a.white_orange_button {
    margin-left: auto;
    margin-right: auto;
}

.portfolio-list-empty {
    padding: 20px 12px;
    text-align: center;
    font-size: 15px;
    width: 100%;
}

@media handheld, only screen and (max-width: 767px) {

    .grid.item_list_block {
        padding: 0;
    }

    .item_list {
        padding: 0;
        margin-top: 0;
    }

    .get_tender_block {
        margin: 10px 0;
        box-shadow: none;
        font-size: 16px;
        font-weight: normal;
        min-height: 50px;
        line-height: 20px;
        text-align: center;
    }

    .get_tender_block a.white_orange_button {
        float: none;
        margin: 10px auto 0;
        width: 110px;
    }
}

.item_list_menu2 {
    padding: 10px;
}

.item_list_menu2 select {
    width: 100%;
    height: 37px;
    padding-left: 4px;
    font-size: 1.5em;
}

.item_list_menu2 .ui-selectmenu-button {
    border: 1px solid #eeeeee;
    line-height: 38px;
    height: 38px;
    border-radius: 0;
    font-size: 1.5em;
}

.item_list_menu2 .ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    background: url(../images/icons/str_b.png) no-repeat 0;
    width: 7px;
    height: 5px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0 2.1em 0 1em;
    line-height: 37px;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    background: #f1f1f1;
    margin: -1px;
}

.ui-selectmenu-open ul {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.ui-menu .ui-menu-item {
    font-size: 1.1em;
}

.left_main_link_li.no_title.hide_big_screen {
    display: none;
}

.left_menu_block .white_orange_button {
    font-size: 18px;
}

@media handheld, only screen and (max-width: 767px) {
    .left_main_link_li.no_title.hide_big_screen {
        display: block;
    }
    .item_list_menu2 {
        padding: 10px 0;
    }
    .left_menu_block .white_orange_button {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.specialist_list {
    padding-top: 20px;
}

.grid.specialist_exp_item {
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-bottom: 15px;
}

.grid.specialist_item {
    margin-bottom: 15px;
}

.grid.specialist_item:hover .disabled, .specialist_exp_item:hover .disabled {
    opacity: 1 !important;
}

.specialist_exp_item .block {
    border: 1px solid #eeeeee;
    background: #fff;
}

.specialist_exp_item .block:after, .specialist_item .block:after {
    content: " ";
    display: table;
    clear: both;
}

.specialist_block2 .user_pix {
    float: left;
    margin-right: 20px;
    height: 147px;
    width: 147px;
    text-align: center;
    overflow: hidden;
}

.specialist_block2 .user_pix_sm img, .specialist_block2 .user_pix img {
    width: 100%;
    height: auto;
}

.specialist_block2 .block_info {
    padding-top: 10px;
    margin-left: 167px;
}

@media handheld, only screen and (max-width: 767px) {
    .specialist_block2 .block_info {
        margin-left: 110px;
        padding-top: 0;
    }
}

.specialist_block2 .user_name {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    min-height: 20px;
}

.specialist_block2 .user_name .specialist-status {
    position: relative;
    top: 6px;
    left: 2px;
}

.specialist_block2 .user_name .specialist-profi, .specialist_block2 .user_name .specialist-profi-demo {
    float: left;
    margin: 3px 0 0 5px;
}

.specialist_block2 .user_name a {
    text-decoration: none;
    float: left;
}

.specialist_block2 .user_name a:hover {
    text-decoration: underline;
}

.specialist_block2 .user_spec_info {
    display: block;
    margin-bottom: 5px;
    color: #9b9b9b;
    line-height: 1.1em;
}

.specialist_block2 .user_checking {
    display: block;
    margin-bottom: 5px;
}

.specialist_block2 .user_awards_icon {
    display: block;
}

.user_checking .percent {
    margin-top: -2px;
    background: #04a3a5;
    color: #ffffff;
    display: inline-block !important;
    font-size: 10px;
    height: 13px;
    line-height: 13px;
    padding: 0 3px;
    text-decoration: none;
}

.rate_block {
    padding: 10px;
}

.rate_block .d1 {
    height: 50px;
}

.rate_block .d1 div {
    float: left;
    width: 50%;
}

.rate_block .d1 .rate {
    text-align: right;
}

.rate_block .orange {
    font-size: 1.3em;
    font-weight: bold;
    /*color: #ff5a00;*/
    color: #ff0000;
}

.rate_block .d2 {
    height: 11px;
    padding: 0 10px;
    border-bottom: 1px solid #bbbbbb;
    margin: 0 0 20px;
    text-align: center;
}

.rate_block .d2 span.text {
    height: 15px;
    background: #fff;
    padding: 0 7px;
    display: inline;
    color: #5e5e5e;
}

.rate_block .stars {
    padding-top: 10px;
    margin: 0 auto;
    width: 210px;
}

.stars span {
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    float: left;
    margin: 0 10px;
}

.stars .s1 {
    background: url(../images/icons/rate.png) no-repeat 0 0;
}

.stars .s2 {
    background: url(../images/icons/rate.png) no-repeat -42px 0;
}

.stars .s3 {
    background: url(../images/icons/rate.png) no-repeat -85px 0;
}

.disabled {
    opacity: 0.2;
}

.user_works_pix {
    margin-left: -15px;
    margin-top: 15px;
}

.user_works_pix .col-1-3 {
    padding: 0 0 0 15px;
}

.user_works_pix .col-1-2 {
    padding: 0 0 0 15px;
}

.user_works_pix img {
    width: 100%;
    height: auto;
    display: block;
}

.specialist_item .block {
    border: 1px solid #eeeeee;
    background: #fff;
}

.specialist_block2 .user_pix_sm {
    float: left;
    margin-right: 20px;
    height: 147px;
    width: 147px;
    text-align: center;
    overflow: hidden;
    padding: 25px;
    background: #f0f0f0;
}

@media (max-width: 1024px) {
    .specialist_block2 .user_pix {
        margin-right: 10px;
        height: 120px;
        width: 120px;
    }

    .specialist_block2 .user_name {
        font-size: 18px;
    }

    .rate_block .stars {
        padding-top: 10px;
        margin: 0 auto;
    }

    .stars span {
        margin: 0 2px;
    }

    .user_works_pix .col-1-3 {
        width: 50%;
    }

    .specialist_block2 .user_pix_sm {
        margin-right: 10px;
        height: 120px;
        width: 120px;
        padding: 15px;
    }
}

@media handheld, only screen and (max-width: 1024px) and (min-width: 761px) {
    .specialist_block2 .block_info {
        margin-left: 130px;
    }

    .specialist_block2 .user_name .specialist-status {
        top: 4px;
    }
}

@media (max-width: 800px) {
    .specialist_block2.col-8-12 {
        padding-right: 0px;
        width: 60%;
    }

    .rate_block.col-4-12 {
        padding-right: 10px;
        width: 40%;
    }
}

@media handheld, only screen and (max-width: 767px) {
    .grid.specialist_exp_item, .grid.specialist_item {
        border: 1px solid #eeeeee;
        padding: 10px;
        margin-bottom: 10px;
    }

    .specialist_block2.col-8-12 {
        margin: 0;
        width: 100%;
    }

    .specialist_exp_item .block, .specialist_item .block {
        border: none;
        margin-bottom: 0;
    }

    .specialist_block2:after, .mobile_border2:after {
        content: " ";
        display: table;
        clear: both;
    }

    .specialist_block2 .user_pix_sm, .specialist_block2 .user_pix {
        float: left;
        margin-right: 10px;
        height: 75px;
        width: 75px;
        text-align: center;
        overflow: hidden;
        padding: 0;
        background: #fff;
    }

    .specialist_block2 .user_name {
        font-size: 18px;
    }

    .specialist_block2 .user_name a {
        float: none;
        display: block;
    }

    .specialist_block2 .user_name .specialist-profi, .specialist_block2 .user_name .specialist-profi-demo {
        float: none;
        margin: 3px 0;
    }

    .mobile_border2 {
        border-bottom: 1px dotted #eeeeee;
        border-top: 1px dotted #eeeeee;
        width: 100%;
        padding: 5px 0;
        clear: both;
    }

    .mobile_border2 .user_checking {
        display: block;
        margin-bottom: 0;
        float: left;
        padding-top: 15px;
        color: #9b9b9b;
    }

    .mobile_border2 .user_awards_icon {
        display: block;
        float: right;
    }

    .rate_block.col-4-12 {
        padding: 0;
        font-size: 0.95em;
        color: #9b9b9b;
        width: 100%;
    }

    .rate_block .d1 {
        height: 20px;
    }

    .rate_block .d2 {
        height: 11px;
        margin: 0 0 10px;
    }

    .rate_block .stars {
        padding-top: 0;
        width: 210px;
    }

    .stars span {
        margin: 0 10px;
    }

    .user_works_pix .col-1-3 {
        margin: 10px 0 0 0;
        width: 100%;
    }

    .disabled {
        opacity: 1;
    }
}

.scrollbar {
    width: 100%;
    max-height: 200px;
    overflow: auto;
    position: relative;
    margin-top: 5px;
    z-index: 10;
}

.scrollbar_inner_block {
    position: relative;
}

.left_nav .scrollbar ul {
    list-style: none;
    margin: 0;
    padding: 0 8px 0 0;
}

.left_main_link_li .block {
    position: relative;
    margin: 15px 0;
}

.left_main_link_li .block .scrollbar {
    margin-top: 0;
}

.left_main_link_li .block:before {
    top: 0 !important;
    background: linear-gradient(to bottom, #fff, transparent);
}

.left_main_link_li .block:after {
    bottom: 0 !important;
    background: linear-gradient(to top, #fff, transparent);
}

.left_main_link_li .block:hover:before,
.left_main_link_li .block:hover:after {
    opacity: 0;
    visibility: hidden;
}

/*---------------------------------
------------------------- User page
---------------------------------*/

@media (max-width: 767px) {
    .hide_mob {
        display: none !important;
    }

    .hide_big {
        display: block !important;
    }

    .specialist_block2 .user_name .specialist-status {
        top: 3px;
    }
}

@media (min-width: 768px) {
    .hide_mob {
        display: block !important;
    }

    .hide_big {
        display: none !important;
    }

    .specialist_about .grid {
        border: 1px solid #dcdcdc;
        background: #fff;
    }

    .col-1-2.specialist_block_info {
        border-left: 1px solid #dcdcdc;
        margin-left: -1px;
    }
}

@media (max-width: 767px) and (min-width: 480px) {

    .footer_floor {
        padding-left: 15px;
        padding-right: 15px;
    }

}

.main_wrap {
    overflow: hidden;
    background: #fafafa;
}

.custom_container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1170px;
}

.main_wrap .grid {
    min-width: 200px;
    max-width: 1170px;
}

.top_for_content_detail {
    text-align: center;
    padding-top: 28px;
}

.top_for_content_detail .breadcrumbs {
    margin-bottom: 0;
}

.top_for_content_detail .breadcrumbs,
.top_for_content_detail .breadcrumbs * {
    font-size: 14px;
    color: #5e5e5e;
}

.top_for_content_detail .breadcrumbs span {
    font-weight: bold;
}

.footer_bottom {
    padding: 15px 0;
}

.footer_bottom .copyright {
    color: #5e5e5e;
    font-size: 14px;
    text-align: right;
    padding: 5px 15px 0 15px;
}

.footer_bottom .translit_block {
    padding: 0 15px;
}

.footer_bottom #google_translate_element .goog-te-gadget > * {
    display: inline-block;
    margin-right: 10px;
}

.vn_page_footer #soc_site {
    padding: 15px;
}

.vn_page_footer #vk_groups,
.vn_page_footer .soc_block_site {
    padding-top: 0;
}

.vn_page_footer #vk_groups,
.vn_page_footer #vk_groups iframe {
    width: 100% !important;
}

.vn_page_footer #community_groups_main {
    overflow: hidden !important;
}

.vn_page_footer .white_orange_button {
    margin-bottom: 0;
}

.border_grey {
    border: 1px solid #ececec;
    overflow: hidden;
}

.pad_15 {
    padding: 15px !important;
}

@media handheld, only screen and (max-width: 767px) {
    .footer_bottom .copyright {
        text-align: center;
    }

    .footer_bottom .translit_block {
        display: none;
    }

    .vn_page_footer #soc_site {
        padding: 0 15px 15px 15px;
    }

    .vn_page_footer #vk_groups,
    .vn_page_footer #vk_groups iframe,
    #vk_groups,
    #vk_groups iframe {
        width: 100% !important;
        max-width: 350px;
        height: 270px !important;
    }

}

@media (min-width: 1190px) {

    ul.nav_bottom_menu {
        padding-top: 5px !important;
    }

    .nav_bottom_block_menu {
        height: 535px;
    }

    #soc_site .border_grey {
        height: 535px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #soc_site .border_grey.low_padding {
        padding-top: 2px;
    }
}

/*----------------------------------
-------- specialist_about section */

.specialist_about {
    padding: 10px 0;
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    /*font-family: Arial, sans-serif;*/
}

.specialist_about * {
    /*font-family: Arial, sans-serif;*/
    color: #5e5e5e;
}

.flag_container {
    display: inline-block;
}

.flag {
    width: 16px;
    height: 11px;
    display: inline-block;
    background-image: url(../images/flags.png);
    background-repeat: no-repeat;
    margin-left: 3px;
}

.flag.italy, .flag.it {
    background-position: 0 0;
}

.flag.france, .flag.fr {
    background-position: -16px 0;
}

.like_btn {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/like_btn.png) no-repeat 0 0;
}

.btn_container {
    text-align: center;
}

a.btn_auto_width {
    display: inline-block;
    white-space: nowrap;
}

@media handheld, only screen and (min-width: 768px) {

    .btn_auto_width .hide_mob {
        display: inline !important;
    }

}

.detail_sect_title {
    font-size: 24px;
    text-transform: none;
    color: #5e5e5e;
    /*font-family: Arial, sans-serif;*/
    text-align: center;
    border-bottom: 1px solid #dddddd;
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 20px;
    font-weight: normal;
}

.detail_sect_title:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    border-top: 6px solid #dddddd;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -12px;
}

.specialist_block_1 .user_spec_info span {
    display: block;
}

.bold {
    font-weight: bold;
}

.col-1-2.r-col {
    padding-right: 0;
}

.col-1-2.r-col ul {
    max-width: 220px;
    width: 220px;
    float: right;
}

.r-col li {
    white-space: nowrap;
    position: relative;
    height: 18px;
}

.r-col li span {
    display: block;
    width: 50px;
    float: right;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
}

.r-col li a {
    display: block;
}

.r-col li span {
    margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .specialist_block_info {
        font-size: 12px;
    }

    .specialist_block_info .col-1-2.l-col {
        padding-right: 10px;
    }

    .r-col li span {
        width: 40px;
    }

    .col-1-2.specialist_block_info {
        font-size: 12px;
    }

    .r-col li span {
        margin-left: 4px;
    }
}

.flag_container {
    margin-top: 2px;
}

@media handheld, only screen and (max-width: 767px) {

    .main_wrap {
        background: #fff;
        margin: 15px;
    }

    .specialist_about {
        padding: 15px 0 0 0;
    }

    .custom_container {
        padding: 0;
    }

    .col-1-2.specialist_block_info,
    .col-1-2.specialist_block_1 {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        height: auto;
    }

    .specialist_about .specialist_block_1 {
        background: transparent;
        border: 0;
    }

    .specialist_about .specialist_block_1 .user_pix {
        width: 75px;
        height: 75px;
        margin-bottom: 7px;
    }

    .user_name_status .user_first_name,
    .user_name_status .user_second_name {
        font-size: 16px;
        display: block;
        color: #3d3d3d;
    }

    .specialist_about .specialist_block_1 .specialist-status {
        display: block;
    }

    .usi_adress {
        color: #9b9b9b;
    }

    .usi_pos {
        display: block;
        clear: both;
    }

    .col-1-2 .l-col {
        margin-bottom: 0;
        overflow: hidden;
        padding-right: 0;
        margin-top: 0;
    }

    .col-1-2.r-col {
        margin-top: 0;
        overflow: hidden;
    }

    .col-1-2.r-col ul {
        max-width: none;
        width: auto;
        float: none;
    }

    .flag_container {
        width: 50px;
        float: right;
    }

    .specialist_about .specialist_block_info .user_awards_icon {
        border-top: 1px dotted #cfcfcf;
        border-bottom: 1px dotted #cfcfcf;
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .specialist_about .specialist_block_info .user_awards_icon li {
        vertical-align: top;
        margin-left: -4px;
    }

    .specialist_about .specialist_block_info .user_awards_icon li:first-child {
        margin-left: 0;
    }

    .specialist_about .rate_block {
        padding: 10px 0;
        border-bottom: 1px dotted #cfcfcf;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .specialist_about .rate_block .rate_subblock {
        display: block;
        width: 25%;
        margin: 0;
        float: left;
    }

    .rate_subblock.rate_rate {
        text-align: center;
    }

    .rate_subblock.rate_works_count {
        text-align: left;
    }

    .rate_subblock.rate_reviews_count {
        text-align: right;
    }
    .rate_subblock.rate_points_count {
        text-align: right;
    }

    .specialist_about .rate_block .stars {
        overflow: hidden;
        margin-top: 7px;
        margin-bottom: 2px;
        float: left;
        text-align: center;
        width: 100%;
    }

    .specialist_about .rate_block .stars span {
        display: inline-block;
        vertical-align: top;
        margin-left: -4px;
        float: none;
    }

    .specialist_about .rate_block .stars span:first-child {
        margin-left: 0;
    }

    .specialist_about .rate_block,
    .specialist_about .rate_block .orange {
        font-size: 12px;
    }
}

@media handheld, only screen and (min-width: 480px) and (max-width: 767px) {

    .main_wrap {
        margin: 30px;
    }
}

/*----------------------------------
---- specialist_portfolio section */

.specialist_portfolio {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 30px;
}

.specialist_portfolio .item_list_block {
    padding: 0;
}

.specialist_portfolio .item_list {
    padding-top: 0;
    overflow: hidden;
}

.specialist_portfolio .item_list .col-1-3 {
    padding: 0 0 40px 30px;
}

.specialist_portfolio .item_list .col-1-3 a,
.specialist_portfolio .item_list .col-1-3 img {
    display: block;
}

.specialist_portfolio .item_list .col-1-3 a {
    position: relative;
}

.specialist_portfolio .item_list .col-1-3 .text {
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 10px;
    height: 1.5em;
    position: relative;
}

.specialist_portfolio .item_list .col-1-3 .text a {
    line-height: 1.2;
}

@media handheld, only screen and (min-width: 768px) {

    .specialist_portfolio .item_list .col-1-3 .text a {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .specialist_portfolio .item_list .col-1-3 .text:hover a {
        display: block;
        text-overflow: clip;
        overflow: visible;
        white-space: normal;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .specialist_portfolio .item_list_block .owl-item .text:hover a {
        position: absolute;
    }

    .specialist_portfolio .item_list_block .owl-item .text:hover a.white_bg {
        display: block;
        text-overflow: clip;
        overflow: visible;
        white-space: normal;

    }

    .specialist_portfolio .item_list_block .owl-item .text:hover a.author-link {
        top: 21px;

    }

}

.specialist_portfolio a {
    color: #5e5e5e;
}

@media handheld, only screen and (max-width: 767px) {

    .specialist_portfolio .item_list .col-1-3 {
        padding: 0;
        margin-top: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .specialist_portfolio .item_list {
        margin: 0 0 25px 0;
        padding-left: 14px;
        padding-right: 14px;
    }

    .detail_sect_title {
        border-bottom: 0;
    }

    .detail_sect_title:after {
        content: normal;
        display: none;
    }
}

/*----------------------------------
----- specialist_services section */

.specialist_services {
    padding-bottom: 30px;
}

.services_pseudo_table {
    font-size: 17px;
    font-family: "GothamPro", sans-serif;
    color: #5e5e5e;
}

.services_pseudo_table .grid {
    padding: 5px 0 7px 0;
    /*background: url(../images/services_border.png) repeat-x left bottom;*/
}

.services_pseudo_table .grid.no_border {
    padding: 5px 0 5px 0;
    background: none;
}

@media (min-width: 768px) {
    .services_pseudo_table .grid.big_mt_30 {
        margin-top: 30px;
    }
}

.services_pseudo_table .grid > *:last-child {
    padding-right: 0;
}

.services_pseudo_table .grid > .col-1-2:last-child,
.services_pseudo_table .grid > .col-1-3:last-child {
    text-align: right;
}

@media handheld, only screen and (max-width: 767px) {

    .services_pseudo_table {
        font-size: 14px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .services_pseudo_table .grid {
        background: transparent;
        padding: 0;
    }

    .services_pseudo_table .grid > .col-1-2:last-child,
    .services_pseudo_table .grid > .col-1-3:last-child {
        text-align: left;
        font-size: 12px;
        color: #9b9b9b;
    }

    .services_pseudo_table .grid > * {
        margin: 0;
        padding: 0;
        line-height: 22px;
    }

}

/*----------------------------------
--------- specialist_goods section*/

.specialist_goods {
    color: #5e5e5e;
    padding-bottom: 30px;
}

.specialist_goods * {
    /*font-family: Arial, sans-serif;*/
}

.goods_list {
    width: auto;
    margin-right: -30px;
}

.goods_list .col-1-4 {
    padding-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.sale_marker {
    display: block;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    width: 110px;
    height: 30px;
    background: #ff3600;
}

.sale_marker span {
    display: block;
    float: left;
    padding: 7px 8px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    height: 30px;
}

.sale_marker span + span {
    background: #e70000;
    float: right;
}

.goods_list .col-1-4 a {
    display: block;
    position: relative;
}

.goods_list .col-1-4 img {
    width: 100%;
    height: auto;
    display: block;
}

.goods_list .text {
    text-align: center;
    padding-top: 10px;
    height: 91px;
    overflow: hidden;
}

.goods_list .text span {
    display: block;
    line-height: 1.3;
}

.goods_list .text .title {
    font-size: 18px;
    height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goods_list .text .brand {
    font-size: 11px;
    height: 14px;
    overflow: hidden;
}

.goods_list .text .old_price {
    font-size: 14px;
    text-decoration: line-through;
    height: 18px;
    overflow: hidden;
}

.goods_list .text .price {
    font-size: 20px;
    height: 26px;
    overflow: hidden;
}

.goods_list .text .price.new_price {
    color: #ff3600;
}

@media (max-width: 1024px) and (min-width: 768px) {

    .goods_list .col-1-4 {
        width: 50%;
    }

}

@media handheld, only screen and (max-width: 767px) {

    .specialist_goods .custom_container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .goods_list .text {
        margin-top: -84px;
        height: 84px;
        position: relative;
        z-index: 7;
        padding-bottom: 5px;
        padding-top: 5px;
        background: rgba(255, 255, 255, 0.85);
    }

    .goods_list .text span {
        line-height: 1;
    }

    .goods_list .text .title {
        height: 21px;
    }

}

/*----------------------------------
------- specialist_reviews section*/

.specialist_reviews {
    padding-bottom: 30px;
}

.specialist_reviews * {
    color: #5e5e5e;
    /*font-family: Arial, sans-serif;*/
    line-height: normal;
}

.col-10-12.reviews_list {
    margin-right: 200px;
    width: auto;
    float: none;
}

.reviews_list_item {
    overflow: hidden;
    padding: 0 0 0 15px;
    margin-bottom: 25px;
}

.review_wrap {
    overflow: hidden;
}

.reviewer_foto {
    width: 97px;
    height: 97px;
    float: left;
    margin-right: 15px;
}

.review_main {
    overflow: hidden;
    margin-bottom: 15px;
}

.reviewer_foto a,
.reviewer_foto img {
    display: block;
}

.reviewer_foto img {
    width: 100%;
    height: auto;
}

.reviewer_name {
    font-size: 18px;
    margin-bottom: 7px;
}

.reviewer_review {
    height: auto;
    overflow: hidden;
    font-size: 14px;
}

.reviewer_meta {
    font-size: 17px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
}

.rm_items_wrap {
    margin-right: 180px;
    width: auto;
}

.rm_item {
    display: block;
    width: 33.333333%;
    float: left;
}

.rm_item > * {
    display: inline-block;
    vertical-align: bottom;
}

.rm_item.rm_time,
.rm_item.rm_quality,
.rm_item.rm_price {
    margin-top: 6px;
}

.rev_meta_title {
    font-size: 13px;
    color: #afafaf;
    margin-right: 15px;
}

.rev_meta_title.hide_mob {
    display: inline-block !important;
    vertical-align: bottom;
}

.rm_item span {
    display: inline-block;
    vertical-align: baseline;
}

.sub_rating_value {
    font-size: 24px;
    color: #ff8f00;
    font-weight: bold;
}

.send_rate_btn.white_orange_button {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 7px;
    margin: 0;
    width: 180px;
}

.rm_item.send_rate {
    float: right;
    width: 180px;
}

.reviewer_meta .rm_items_wrap,
.reviewer_meta .rm_item.rm_total_rate {
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
    float: none;
}

.reviewer_meta .rm_item {
    display: inline-block;
    width: auto;
    float: none;
    vertical-align: top;
    margin-right: 30px;
}

.reviewer_meta .rm_item.rm_time,
.reviewer_meta .rm_item.rm_quality,
.reviewer_meta .rm_item.rm_price {
    margin-top: 0;
}

.reviewer_meta .rm_item.rm_total_rate {
    margin-top: 4px;
}

.reviewer_meta .rev_meta_title {
    margin-right: 6px;
}

.rli_reply {
    padding-left: 45px;
    background: url(../images/reply_comment_arr.png) no-repeat 5px 2px;
    margin-bottom: 0;
    margin-top: -15px;
    padding-bottom: 25px;
    margin-left: 15px;
}

.rli_reply .reviewer_foto {
    width: 53px;
    height: 53px;
}

.review_form_wrap {
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
    padding: 20px 15px;
    background: #fff;
}

.rf_msg_wrap {
    margin-left: 160px;
    margin-bottom: 24px;
}

.rf_msg {
    height: 100px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ededed;
    padding: 10px;
    font-size: 14px;
}

.rf_checkboxes {
    width: 160px;
    float: left;
    padding-right: 10px;
}

.rfc_title {
    display: block;
    margin-bottom: 10px;
}

.rfc_wrap {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 16px;
}

.rfc_wrap *,
.rfc_wrap input[type="radio"] {
    display: inline-block;
    line-height: 13px;
    vertical-align: top;
}

.rfc_wrap input[type="radio"] {
    margin-left: 0;
    position: absolute;
    opacity: 0;
}

.rfc_wrap input[type="radio"] + label {
    margin-left: 18px;
    position: relative;
}

.rfc_wrap input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 4px solid #ff0000;
    margin-right: 0;
    margin-left: -18px;
}

.rfc_wrap input[type="radio"]:checked + label:before {
    border: 4px solid #ff0000;
}

.rfc_wrap input[type="radio"]:not(checked) + label:before {
    border: 3px solid #b3b3b3;
}

.rfc_wrap input[type="radio"]:checked + label {
    border-bottom: 1px dashed transparent;
}

.rfc_wrap input[type="radio"]:not(checked) + label {
    border-bottom: 1px dashed #969696;
}

@media handheld, only screen and (max-width: 767px) {

    .specialist_reviews .detail_sect_title {
        margin-bottom: 10px;
    }

    .rev_meta_title.hide_mob {
        display: none !important;
    }

    .col-10-12.reviews_list {
        margin-left: 15px;
        margin-right: 15px;
        padding-bottom: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

    .reviews_list .col-1-2 {
        height: auto;
        margin: 0;
        padding: 15px 0 20px 0;
    }

    .review_wrap {
        padding: 0;
        background: transparent;
    }

    .review_main {
        margin-bottom: 15px;
    }

    .reviewer_review {
        height: auto;
        overflow: auto;
    }

    .reviewer_name {
        font-size: 14px;
        font-weight: bold;
    }

    .reviewer_review {
        height: auto;
        font-size: 12px;
    }

    .reviewer_meta .rm_items_wrap,
    .reviewer_meta .rm_item.rm_total_rate {
        display: block;
        overflow: hidden;
    }

    .reviewer_meta .rm_item > * {
        display: block;
    }

    .reviewer_meta .rm_item.rm_quality {
        text-align: center;
    }

    .reviewer_meta .rm_item.rm_price {
        text-align: right;
    }

    .reviewer_meta .rm_item.rm_time,
    .reviewer_meta .rm_item.rm_quality,
    .reviewer_meta .rm_item.rm_price {
        display: block;
        width: 33.333333%;
        float: left;
        margin-right: 0;
    }

    .reviewer_meta .rev_meta_title {
        margin-right: 0;
    }

    .reviews_list_item {
        padding-left: 0;
    }

    .reviews_list_item.rli_reply {
        padding-left: 32px;
        background-position: 0 0;
    }

    .reviewer_meta .rm_item.rm_total_rate {
        text-align: center;
    }

    .reviewer_meta .rm_item.rm_total_rate > * {
        display: inline-block;
        vertical-align: top;
    }

    .reviewer_meta .rm_item.rm_total_rate {
        margin-top: 15px;
    }

    .rf_checkboxes {
        width: auto;
        padding-right: 0;
        float: none;
        margin-bottom: 18px;
    }

    .rf_msg_wrap {
        margin-left: 0;
        margin-bottom: 24px;
        float: none;
    }

    .rfc_title {
        margin-bottom: 18px;
    }

    .rfc_wrap {
        margin-bottom: 8px;
    }

    .rf_star_voted_block {
        overflow: hidden;
    }

    .rf_star_voted_block .rm_items_wrap {
        display: block;
        overflow: hidden;
        margin-right: 0;
    }

    .rf_star_voted_block .rm_item {
        width: auto;
        float: none;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .rf_star_voted_block .rm_item.send_rate {
        float: none;
        margin-bottom: 0;
        width: 180px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 10px;
    }

    .rf_star_voted_block .rev_meta_title {
        width: 75px;
    }

    .rf_msg {
        min-height: 110px;
    }

    .rating_stars {
        overflow: hidden;
    }

    .user_stars_voted {
        margin-left: auto;
        margin-right: auto;
    }
}

/*----------------------------------
-------- specialist_awards section*/

.specialist_awards {
    margin-bottom: 30px;
}

.awards_list {
    padding-left: 30px;
    padding-right: 30px;
}

.awards_list * {
    color: #5e5e5e;
    /*font-family: Arial, sans-serif;*/
    font-size: 14px;
    text-align: center;
}

.specialist_awards .award_nomination {
    height: 120px;
    overflow: hidden;
}

.specialist_awards .award_title {
    font-weight: bold;
    display: block;
}

.specialist_awards .item {
    width: 170px;
    height: 325px;
    border: 1px solid #ebebeb;
    background: linear-gradient(to top, #fdfdfd, #fafafa);
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.specialist_awards .award_img {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.specialist_awards .award_img img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.specialist_awards .owl-theme .owl-controls {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.specialist_awards .owl-carousel .owl-wrapper-outer {
    margin-left: 0;
    margin-right: 0;
}

.specialist_awards .owl-controls {
    display: block;
}

.specialist_awards .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: block;
    position: absolute;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    opacity: 1;
    z-index: 10;
    top: 125px;
    text-indent: 1000%;
    white-space: nowrap;
}

.specialist_awards .owl-prev {
    border-top: 2px solid #CCC;
    border-left: 2px solid #CCC;
    width: 30px;
    height: 30px;
    left: 0;
}

.specialist_awards .owl-controls .owl-buttons div {
    margin-left: 10px;
    margin-right: 10px;
}

.specialist_awards .owl-next {
    border-bottom: 2px solid #CCC;
    border-right: 2px solid #CCC;
    width: 30px;
    height: 30px;
    right: 0;
}

.specialist_awards .owl-controls .owl-buttons .owl-prev {
    -webkit-box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.35);
    box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.35);
}

.specialist_awards .owl-controls .owl-buttons .owl-next {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.35);
}

@media handheld, only screen and (max-width: 767px) {

    .specialist_awards {
        margin-right: 15px;
        margin-left: 15px;
        /*background: url(../images/services_border.png) repeat-x left bottom;*/
        overflow: hidden;
    }

    .specialist_awards .custom_container {
        /*background: url(../images/services_border.png) repeat-x left top;*/
        margin-bottom: 30px;
    }

    .specialist_awards .item {
        border: 0;
        background: transparent;
    }

}

/*----------------------------------
---------- specialist_blog section*/

.specialist_blog {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
}

.specialist_blog__menu {
    position: absolute;
    right: 20px;
    top: 16px;
}

.specialist_blog__menu-list {
    padding: 0;
    margin: 0;
}

.specialist_blog__menu-item {
    display: inline-block;
}

.specialist_blog__menu-item:not(:last-child) {
    margin-right: 7px;
}

.specialist_blog__menu-btn {
    display: none;
    outline: 0;
    background-color: transparent;
    border: 0;
    padding: 10px;
    width: 44px;
    height: 44px;
}

.specialist_blog__menu-btn span {
    display: block;
    position: relative;
    width: 21px;
    height: 1px;
    background-color: #333;
}

.specialist_blog__menu-btn span:before,
.specialist_blog__menu-btn span:after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #333;
    position: absolute;
    right: 0;
}

.specialist_blog__menu-btn span:before {
    top: -7px;
}

.specialist_blog__menu-btn span:after {
    bottom: -7px;
}

.specialist_blog .item_list {
    padding-top: 0;
    overflow: hidden;
}

.specialist_blog .item_list_block {
    padding: 0;
}

.specialist_blog .item_list .col-1-3 {
    padding: 0 0 30px 30px;
}

.specialist_blog .item_list .col-1-3 > a,
.specialist_blog .item_list .col-1-3 img {
    display: block;
}

.specialist_blog .item_list .text * {
    color: #5e5e5e;
}

.specialist_blog .item_list .text .title {
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.specialist_blog .item_list .text .desc,
.specialist_blog .item_list .text .desc * {
    font-size: 14px;
    font-weight: normal;
}

.specialist_blog .item_list .text .desc {
    height: 68px;
    overflow: hidden;
}

.specialist_blog .item_list .text .desc a:hover {
    text-decoration: none;
}

.specialist_blog .item_list .text .meta {
    font-size: 13px;
    color: #858585;
    margin-top: 10px;
}

.meta .meta_item {
    margin-right: 8px;
}

.meta .meta_item:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 14px;
    background-image: url(../images/blog_item_meta.png);
    background-repeat: no-repeat;
    margin-right: 4px;
}

.meta_item.revs:before {
    background-position: 0 0;
    width: 12px;
}

.meta_item.likes:before {
    background-position: -12px 0;
    width: 15px;
}

.meta_item.mii_watch:before {
    background-position: -43px 0;
    width: 15px;
}

.meta_item.wrongs:before {
    background-position: -27px 0;
    width: 13px;
}

.specialist_additional_specialization .btn_buy_add_serv {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 320px;
}

@media (min-width: 768px) and (max-width: 1024px) {

    .reviews_list .col-1-2 {
        height: 320px;
    }

    .specialist_blog .item_list .text .desc {
        height: 56px;
    }

    .reviewer_foto {
        float: none;
        margin-bottom: 10px;
    }

}

@media (min-width: 992px) {
    .specialist_blog__menu-list {
        display: block !important;
    }
}

@media (max-width: 991px) {

    .specialist_blog__menu-btn {
        display: block;
    }

    .specialist_blog__menu-list {
        display: none;
        padding: 7px 0;
        background-color: #ffffff;
        position: absolute;
        right: 0;
        border-radius: 3px;
        box-shadow: 0 0 12px rgba(0,0,0,.2);
    }

    .specialist_blog__menu-list:before {
        content: '';
        display: block;
        position: absolute;
        right: 12px;
        top: -10px;
        width: 20px;
        height: 12px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ffffff;
    }

    .specialist_blog__menu {
        right: 15px;
        top: 3px;
    }

    .specialist_blog__menu-item {
        display: block;
    }

    .journal_list_link {
        display: block;
        padding: 8px 12px;
        white-space: nowrap;
    }

    .specialist_blog__menu-item:not(:last-child) {
        margin-right: 0;
    }

    .add_article_page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .personal-edit__last-row {
        margin-bottom: 15px;
    }

    .company_create_field_row.new-block {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {

    .specialist_blog .item_list {
        margin-right: 15px;
        margin-left: 15px;
    }

    .specialist_blog .item_list .col-1-3 {
        padding: 0 0 20px 0;
        width: 100%;
    }

    .specialist_blog .item_list .text .desc {
        height: auto;
    }

    .specialist_blog .item_list .text .title {
        white-space: normal;
        overflow: auto;
        line-height: 1.2;
    }

    .specialist_blog {
        padding-top: 10px;
    }
    .specialist_blog,
    .specialist_resume {
        padding-left: 15px;
        padding-right: 15px;
    }

    .personal_editing {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .personal_editing_content {
        padding-top: 20px;
    }
    .personal_editing_registration {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .personal_editing_services .services_pseudo_table {
        padding-left: 0;
        padding-right: 0;
    }

    .personal_editing_content_resume {
        padding-top: 0;
    }

    .btn_specialist_about_edit {
        font-size: 14px;
    }
    .specialist_services {
        padding-bottom: 5px;
    }
    .add_article_page h1.page_title {
        padding-top: 25px;
    }
    .add_article_page .container_small {
        padding-top: 15px;
    }
    .personal_editing_resume .personal_editing.field_row_country {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 660px) {

    .personal_editing_content {
        padding-top: 20px;
    }

    .personal_editing_content_resume {
        padding-top: 0;
    }
}


@media (max-width: 560px) {
    .specialist_additional_specialization .btn_buy_add_serv {
        display: inline-block !important;
    }
}

@media (max-width: 480px) {
    .add_article_page .content_bottom {
        margin-bottom: 25px;
    }
}
@media (max-width: 420px) {

    .specialist_blog__menu {
        right: 3px;
    }

    .specialist_blog__menu-list {
        right: 7px;
    }

    .specialist_blog__menu-list:before {
        right: 4px;
    }

}

@media (max-width: 359px) {

    .specialist_blog .detail_sect_title {
        text-align: left;
    }
    .specialist_additional_specialization .btn_buy_add_serv {
        font-size: 14px;
    }

}

/*----------------------------------
------------------ b_block banner */

.b_block {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.b_block .b_block_cont {
    margin-left: 15px;
    margin-right: 15px;
}

.b_block img {
    width: 100%;
    max-width: 726px;
    border: 1px solid #cccccc;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.vn_header .grid {
    max-width: 1170px;
    min-width: 200px;
    padding-left: 15px;
    padding-right: 15px;
}

@media handheld, only screen and (max-width: 767px) and (min-width: 480px) {

    .vn_header .custom_container {
        padding-left: 15px;
        padding-right: 15px;
    }

}

.page_content {
    background: #fafafa;
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    padding-top: 15px;
}

.page_content a {
    color: #5e5e5e;
}

.page_content a.white_orange_button {
    /*color: #ff0000;*/
    color: #ff0000;
    margin: 15px;
}

.page_content:after {
    content: "";
    display: table;
    clear: both;
}

.page_content .col_left {
    padding: 0 30px 0 15px;
    float: left;
    width: 315px;
    position: relative;
    z-index: 3;
}

.page_content .col_center {
    padding-right: 0;
    margin-left: 0;
    padding-left: 315px;
    position: relative;
    z-index: 1;
}

.page_content .col_center:before {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 270px;
    background: url(../images/icons/bg_left_banner.png) repeat 0;
    z-index: 2;
}

.news_blogs_list_page .page_content .col_center:before {
    left: 0;
    width: 285px;
}

.objects-list-items {
    overflow: hidden;
}

@media handheld, only screen and (max-width: 767px) {

    .page_content .col_center:before {
        content: normal;
        display: none;
    }

    .page_content .col_center {
        float: none;
        width: 100%;
        padding-left: 0;
        padding: 0;
    }

    .news_blogs_list_page .page_content .col_center {
        padding: 15px;
        border: 1px solid #e1e1e1;
        /*border: none;*/
        margin-right: 15px !important;
        margin-left: 15px !important;
        width: auto !important;
    }

    .page-tenders .col_left,
    .page-tenders .cont_main_contaner .col_left {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page_content .col_left {
        padding: 0;
        float: none;
        width: 100%;
    }

    .page_content .col-1-4 a.white_orange_button {
        margin: 15px 16px;
    }

    .main_wrap {
        margin: 0;
        padding: 30px;
        background: url(../images/icons/bg_cont_mob.png) repeat-x 0 0;
    }

    .page_content {
        background: transparent;
        padding-top: 0;
    }

    .cont_main_contaner {
        padding-top: 0;
        margin: 0;
    }

    .conten_contaner {
        background: transparent;
        padding: 0;
    }

    .cont_main_contaner .col_center,
    .cont_main_contaner .col_left {
        padding: 0;
    }

    .cont_main_contaner .top_for_content {
        padding: 0 10% 20px !important;
        background: #fff;
        text-align: center;
    }

    .news_blogs_list_page .top_for_content {
        padding: 0 10% 6px !important;
        background: #fff;
        text-align: center;
    }

    .objects-list-items.objects_list {
        padding-left: 0;
    }

    .objects-list-items.objects_list .col-1-3 {
        padding-left: 0;
        width: 100%;
    }

    .portfolio-file-list-line a {
        font-size: 18px;
    }

    .objects-list-items.objects_list .col-1-3 .text span.author {
        font-size: 1.2em;
        font-weight: normal;
        padding-top: 5px;
        display: inline-block;
    }
}

.objects-list-items .nb_list {
    margin-bottom: -5px;
}

@media handheld, only screen and (max-width: 479px) {

    .main_wrap {
        padding: 30px 15px;
    }

    .specialist_portfolio .item_list .col-1-3 .text {
        height: auto;
    }

}

@media handheld, only screen and (max-width: 767px) and (min-width: 480px) {

    .top_menu_line {
        padding-left: 20px;
        padding-right: 20px;
    }

}

.specialist_blog .btn_container {
    margin-bottom: 15px;
}

.owl-theme .owl-controls .owl-buttons div {
    opacity: 0.7;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.55);
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: #4A4847 !important;
    font-size: 14px;
    line-height: 1.5;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
    margin-top: -7px;
}

@media handheld, only screen and (min-width: 768px) {

    .specialist_block2 .user_name {
        position: relative;
    }

    .specialist_block2 .user_name a {
        float: none;
        position: absolute;
        left: 0;
        right: 0;
        overflow: hidden;
        display: block;
        height: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .specialist_block2 .user_name:hover a {
        overflow: visible;
        white-space: normal;
        text-overflow: clip;
        display: block;
        height: auto;
        top: 0;
        left: 0;
        background: #fff;
    }

    .specialist_block2 .user_name .specialist-profi, .specialist_block2 .user_name .specialist-profi-demo,
    .specialist_block2 .user_name .user_verification {
        float: none;
        margin-left: 0;
        margin-top: 25px;
        margin-bottom: 3px;
    }
}

@media handheld, only screen and (min-width: 768px) and (max-width: 900px) {

    .rate_block.col-4-12,
    .specialist_block2.col-8-12 {
        width: 100%;
        float: none;
    }

    .specialist_block2 .user_pix {
        padding-top: 10px;
        padding-left: 10px;
    }

    .mobile_border2 {
        border-bottom: 1px dotted #eeeeee;
        border-top: 1px dotted #eeeeee;
        padding: 5px 0;
        clear: both;
        display: block;
        overflow: hidden;
        margin-left: 10px;
        margin-right: 10px;
        float: none;
        width: auto;
    }

    .mobile_border2 .user_awards_icon {
        display: block;
        float: right;
    }

    .block_info .hide_for_mobile {
        display: none;
    }
}

@media handheld, only screen and (max-width: 767px) and (min-width: 480px) {
    .specialist_block2 .user_pix {
        height: 100px;
        width: 100px;
    }
}

.btn-left-new-site {
    width: 25px;
    height: 165px;
    background-color: #F63;
    position: absolute;
    right: -25px;
    top: -2px;
}

.btn-left-new-site img {
    padding-left: 3px;
    cursor: pointer;
}

.new-site {
    position: fixed;
    width: 300px;
    border: 2px solid #F63;
    background-color: #fff;
    color: #333;
    left: -300px;
    top: 200px;
    z-index: 500;
    height: 395px;
}

.new-site .content-new-site {
    margin: 15px 17px 20px 35px;
    color: #333;
    font-size: 14px;
    line-height: 1.3;
}

.new-site .content-new-site h1 {
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    font-weight: bold;
    text-transform: none;
}

.new-site.shadow {
    -webkit-box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.54);
    box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.54);
}

.new-site a.btn-new-ap-ok {
    display: block;
    width: 242px;
    padding: 10px 0;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #F63;
    cursor: pointer;
    transition: background .3s, color .3s;
}

.new-site a.btn-new-ap-ok:hover {
    background-color: #E45424;
}

.new-site a.btn-new-ap-cancel {
    display: block;
    width: 242px;
    padding: 10px 0;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 5px;
    color: #333;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #ccc;
    cursor: pointer;
    transition: background .3s, color .3s;
}

.new-site a.btn-new-ap-cancel:hover {
    background-color: #BDBABA;
}

.new-site .logo-new-site {
    padding: 5px 0 15px 41px;
}

textarea.review-new-site {
    overflow: auto;
    width: 242px;
    resize: none;
    padding: 5px;
    height: 67px;
}

.padding_top_15 {
    padding-top: 15px;
}

/*=== Content pages*/

.p_container_small {
    max-width: 910px;
    margin: 0 auto;
    padding: 0 15px 50px 15px;
    color: #454545;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 16px;
    line-height: 1.5;
    min-height: 500px;
}

.p_content {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 25px;
}

.p_container_small .row {
    margin: 0 -15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.p_container_small .col-1-2 {
    padding: 0 15px;
}

.p_container_small p,
.p_container_small a,
.p_container_small span,
.p_container_small a,
.p_container_small li {
    color: #454545;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 16px;
    line-height: 1.5;
}

.p_container_small p,
.p_container_small ul {
    margin-top: 0;
}

.p_container_small ol {
    padding-left: 20px;
}

.p_container_small li {
    margin-bottom: 0.8em;
}

.p_container_small a,
.p_container_small a {
    color: #454545;
    text-decoration: underline;
}

.p_container_small a:hover {
    text-decoration: none;
    color: #454545;
}

.p_container_small h1.page_title {
    font-size: 26px;
    padding: 0;
    line-height: 30px;
    margin: 0 0 35px 0;
}

.p_container_small .col-1-2 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.p_container_small table {
    border-collapse: collapse;
}

.p_container_small th {
    padding: 5px 10px;
    border: 1px solid #e4e4e4;
}

.p_container_small td {
    padding: 5px 10px;
    border: 1px solid #e4e4e4;
}

@media (max-width: 767px) {

    .p_container_small {
        padding: 0;
        min-height: 1px;
    }

    .p_container_small h1.page_title {
        margin: 12px 0 14px 0;
    }

    .p_content {
        border: 1px solid #e5e5e5;
        padding: 15px;
    }

}

a:active, a:focus {
    outline: none;
}

input, textarea {
    outline: none;
}

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

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}

.defaultform input.inputtext {
    background-color: #ffffff;
    color: #231f20;
    /*font-family: Arial;*/
    font-size: 14px;
    padding: 3px 10px;
    margin: 0 0 10px;
    width: 100%;
    border: 1px solid #bcbcbc;
    height: 44px;
    box-shadow: inset 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.defaultform input.error {
    border-color: red;
}

p.errortext {
    color: red;
}

.defaultform .item .col-1-2 {
    padding: 0;
}

.defaultform .form-submit {
    display: inline-block;
    padding: 10px 25px;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #ff0000;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    margin: 6px auto;
    background-color: rgba(255, 255, 255, 0.9);
}

.defaultform .button-gray.form-submit {
    border: 2px solid #7d7d7d;
    color: #5e5e5e;
}

.defaultform .form-result .form-submit:hover {
    color: #ff0000;
    background-color: #FFF;
    box-shadow: inset 0px 10px 40px rgba(255, 74, 0, 0.1);
}

.content_top .breadcrumbs .orange, .defaultform .required {
    color: #ff0000 !important;
}

.defaultform .hint {
    color: #666666;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    display: block;
    padding-bottom: 10px;
}

.defaultform .hint-inline {
    color: #666666;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    display: inline-block;
    padding-bottom: 10px;

}

.register-form .errortext {
    margin-top: -5px;
    margin-bottom: 5px;
    display: block;
}

.clear {
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
}

.button-orange.form-submit {
    display: inline-block;
    padding: 10px 25px;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #ff0000;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    margin: 6px auto;
    background-color: rgba(255, 255, 255, 0.9);
}

.button-orange.form-submit:hover {
    color: #ff0000;
    background-color: #FFF;
    box-shadow: inset 0px 10px 40px rgba(255, 74, 0, 0.1);
}

.errortext {
    color: red;
}

/* Icons */

/*.icon-visible {*/
/*    width: 17px;*/
/*    min-height: 16px;*/
/*    display: -moz-inline-stack;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    zoom: 1;*/
/*    *display: inline;*/
/*    _height: 16px;*/
/*    text-decoration: none;*/
/*    background: 0% 0% no-repeat url('../images/icons/icon-visible.png');*/
/*}*/

/*.icon-visible:hover {*/
/*    background: url("../images/icons/icon-visible.png") no-repeat scroll 0px -26px transparent;*/
/*}*/

/*.icon-invisible {*/
/*    background: url("../images/icons/icon-visible.png") no-repeat scroll 0 100% transparent;*/
/*    width: 17px;*/
/*    height: 16px;*/
/*    display: -moz-inline-stack;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    zoom: 1;*/
/*    *display: inline;*/
/*    _height: 16px;*/
/*    text-decoration: none;*/
/*}*/

.icon-visible,
.icon-invisible {
    width: 22px;
    vertical-align: middle;
    display: inline-block;
    height: 16px;
    margin-left: 7px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.icon-visible:hover,
.icon-invisible:hover {
    opacity: 0.7;
}

.icon-visible {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 16.9' width='24' height='16.9'%3E%3Cpath fill='%23ff0000' fill-rule='evenodd' clip-rule='evenodd' d='M24,8.3c0,0-4.3,6.8-12,6.8c-7.7,0-12-6.8-12-6.8s4.3-6.8,12-6.8C19.7,1.6,24,8.3,24,8.3z M17.4,8.3 c0,3-2.4,5.4-5.4,5.4c-3,0-5.4-2.4-5.4-5.4S9,3,12,3C15,3,17.4,5.4,17.4,8.3z M12,11.4c1.7,0,3.1-1.4,3.1-3.1S13.7,5.2,12,5.2 S8.9,6.6,8.9,8.3S10.3,11.4,12,11.4z'/%3E%3C/svg%3E") !important;
}
.icon-visible:hover {
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 16.9' width='24' height='16.9'%3E%3Cpath fill='%23ff0000' fill-rule='evenodd' clip-rule='evenodd' d='M24,8.3c0,0-4.3,6.8-12,6.8c-7.7,0-12-6.8-12-6.8s4.3-6.8,12-6.8C19.7,1.6,24,8.3,24,8.3z M17.4,8.3 c0,3-2.4,5.4-5.4,5.4c-3,0-5.4-2.4-5.4-5.4S9,3,12,3C15,3,17.4,5.4,17.4,8.3z M12,11.4c1.7,0,3.1-1.4,3.1-3.1S13.7,5.2,12,5.2 S8.9,6.6,8.9,8.3S10.3,11.4,12,11.4z'/%3E%3C/svg%3E") !important;
}

.icon-invisible {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 16.9' width='24' height='16.9'%3E%3Cpath fill='%23000000' fill-rule='evenodd' clip-rule='evenodd' d='M3.4,1.3L4.7,0l2.5,2.5L8.8,4l1.6,1.6l4.3,4.2l1.6,1.6l2,2l2.2,2.2l-1.3,1.3l-2.7-2.7c-1.3,0.5-2.9,0.8-4.6,0.8 c-7.7,0-12-6.8-12-6.8s1.9-3,5.4-5L3.4,1.3z M7.5,5.4C7,6.2,6.6,7.2,6.6,8.3c0,3,2.4,5.4,5.4,5.4c1.1,0,2.2-0.3,3-0.9l-1.7-1.6 c-0.4,0.2-0.9,0.3-1.4,0.3c-1.7,0-3.1-1.4-3.1-3.1C8.9,7.9,9,7.4,9.2,7L7.5,5.4z M8,2.2l1.4,1.4C10.2,3.2,11.1,3,12,3 c3,0,5.4,2.4,5.4,5.4c0,0.9-0.2,1.7-0.6,2.5l2.3,2.3c3.2-2,5-4.7,5-4.7s-4.3-6.8-12-6.8C10.5,1.6,9.2,1.8,8,2.2z'/%3E%3C/svg%3E") !important;
}
.icon-invisible:hover {
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 16.9' width='24' height='16.9'%3E%3Cpath fill='%23000000' fill-rule='evenodd' clip-rule='evenodd' d='M3.4,1.3L4.7,0l2.5,2.5L8.8,4l1.6,1.6l4.3,4.2l1.6,1.6l2,2l2.2,2.2l-1.3,1.3l-2.7-2.7c-1.3,0.5-2.9,0.8-4.6,0.8 c-7.7,0-12-6.8-12-6.8s1.9-3,5.4-5L3.4,1.3z M7.5,5.4C7,6.2,6.6,7.2,6.6,8.3c0,3,2.4,5.4,5.4,5.4c1.1,0,2.2-0.3,3-0.9l-1.7-1.6 c-0.4,0.2-0.9,0.3-1.4,0.3c-1.7,0-3.1-1.4-3.1-3.1C8.9,7.9,9,7.4,9.2,7L7.5,5.4z M8,2.2l1.4,1.4C10.2,3.2,11.1,3,12,3 c3,0,5.4,2.4,5.4,5.4c0,0.9-0.2,1.7-0.6,2.5l2.3,2.3c3.2-2,5-4.7,5-4.7s-4.3-6.8-12-6.8C10.5,1.6,9.2,1.8,8,2.2z'/%3E%3C/svg%3E") !important;
}

.icon-visible-small {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-decoration: none;
    background: 100% 50% no-repeat url('../images/icons/icon-visible-small1.png');
    vertical-align: middle;
}

.icon-invisible-small {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-decoration: none;
    background: 0% 50% no-repeat url('../images/icons/icon-visible-small1.png');
    vertical-align: middle;
}

.icon-edit {
    display: inline-block;
    width: 17px;
    height: 16px;
    text-decoration: none;
    background: 0% 0% no-repeat url('../images/icons/icon-edit.png');
    vertical-align: middle;
}

.icon-info {
    display: inline-block;
    width: 14px;
    height: 13px;
    text-decoration: none;
    background: 50% 50% no-repeat url('../images/icons/icon-info-orange.png');
    vertical-align: middle;
}

.icon-info-large {
    display: inline-block;
    width: 17px;
    height: 16px;
    text-decoration: none;
    background: 50% 0% no-repeat url('../images/icons/small/icon-info-large.png');
    vertical-align: middle;
}

.icon-info-large:hover {
    background-position: 50% 100%;
}

.icon-edit-large {
    width: 17px;
    min-height: 16px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    _height: 16px;
    background: 0% 0% no-repeat url('../images/icons/small/icon-edit.png');

}

.icon-edit-large:hover {
    background: 0% -26px no-repeat url('../images/icons/small/icon-edit.png');
}

.icon-select {
    display: inline-block;
    width: 17px;
    height: 17px;
    text-decoration: none;
    background: 50% 50% no-repeat url('../images/icons/icon-select.png');
    vertical-align: middle;
}

.icon-delete {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 22px;
    height: 22px;
    background: rgba(0, 0, 0, 0.4);
    border-bottom-left-radius: 5px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.icon-delete:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z'%3E%3C/path%3E%3C/svg%3E");
}
.icon-delete:hover {
    background: rgba(255, 0, 0, 0.6);
}

.icon-add {
    width: 17px;
    height: 16px;
    min-height: 16px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    text-decoration: none;
    background: 0% 0% no-repeat url('../images/icons/icon-add.png');

}

.icon-add:hover {
    background: 100% 0% no-repeat url('../images/icons/icon-add.png');
}

.icon-back {
    display: block;
    float: left;
    width: 14px;
    height: 17px !important;
    text-decoration: none;
    background: 0 2px no-repeat url('../images/icons/icon-back.png');
    vertical-align: middle;
    margin-right: 2px;
}

a.icon-back:hover {
    background: -14px 2px no-repeat url('../images/icons/icon-back.png');
}

.icon-drag {
    width: 17px;
    height: 16px;
    min-height: 16px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    text-decoration: none;
    background: 50% 50% no-repeat url('../images/icons/icon-drag.png');
    cursor: move;
}

.icon-best {
    width: 17px;
    height: 16px;
    min-height: 16px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    text-decoration: none;
    background: 0% 100% no-repeat url('../images/icons/icon-best1.png');
}

.icon-not-best {
    width: 17px;
    height: 16px;
    min-height: 16px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    text-decoration: none;
    background: 0% 0% no-repeat url('../images/icons/icon-best1.png');
}

.icon-not-best:hover {
    background: 0% -26px no-repeat url('../images/icons/icon-best1.png');
}

.icon-new-folder {
    display: inline-block;
    width: 19px;
    height: 13px;
    text-decoration: none;
    background: 50% 50% no-repeat url('../images/icons/icon-new-folder.png');
    vertical-align: middle;
}

.icon-crop {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-decoration: none;
    background: 0% 0% no-repeat url('../images/icons/icon-crop1.png');
    vertical-align: middle;
}

.icon-warning {
    display: inline-block;
    width: 15px;
    height: 12px;
    text-decoration: none;
    background: 50% 50% no-repeat url('../images/icons/icon-warning.png');
    vertical-align: middle;
}

.icon-move {
    display: inline-block;
    width: 17px;
    height: 16px;
    text-decoration: none;
    background: 100% 0% no-repeat url('../images/icons/icon-move.png');
    vertical-align: middle;
}

.icon-contest {
    display: inline-block;
    width: 17px;
    height: 16px;
    text-decoration: none;
    background: 0% 100% no-repeat url('../images/icons/small/icon-contest.png');
    vertical-align: middle;
}

.icon-not-contest {
    display: inline-block;
    width: 17px;
    height: 16px;
    text-decoration: none;
    background: 0% 0% no-repeat url('../images/icons/small/icon-contest.png');
    vertical-align: middle;
}

.icon-not-contest:hover {
    background: 0% -26px no-repeat url('../images/icons/small/icon-contest.png');
}

/*.bxc-iconkit-c {*/
    /*background-image: url('../images/clock_iconkit2.png') !important;*/
/*}*/

a.orange {
    color: #ff0000;
}

.work_d1_item {
    display: block;
}

.work_d1_item_title {
    width: 70px;
    display: inline-block;
}

.cl_company_name {
    position: relative !important;
}

.cl_user_checking {
    display: inline-block !important;
}

.cl_user_checking .percent {
    /*background: #ff5a00;*/
    background: #0033ff;
}

.specialist_block2 .cl_user_pix img {
    border-right: 1px solid #eeeeee;
}

.work_d1_item {
    display: inline-block;
    margin-bottom: 4px;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .work_d1_item_title {
        width: 60px;
    }

    .work_d1_item {
        display: inline-block;
        margin-bottom: 4px;
    }

    .rate_block.cl_rate_block {
        padding: 10px 10px 10px 0;
    }
}

@media only screen and (max-width: 900px) and (min-width: 768px) {

    .work_d1_item {
        margin-right: 10px;
    }

    .work_d1_item_title {
        width: auto;
    }

    .rate_block.cl_rate_block .d1 {
        text-align: right;
    }

    .rate_block.cl_rate_block .d1 div {
        float: none;
        width: auto;
        display: inline-block;
    }

    .specialist_block2 .user_pix {
        margin-right: 15px;
    }

    .cl_user_pix {
        margin-right: 15px;
    }

    .rate_block.cl_rate_block .d2 {
        margin: 15px 0 20px 10px;
    }
}

@media only screen and (max-width: 900px) {
    .specialist_block2 .cl_user_pix img {
        border: 1px solid #eeeeee;
    }

}

@media only screen and (max-width: 767px) {

    .cl_rate_block .d1 {
        height: auto;
        overflow: hidden;
        padding: 10px 0;
    }

    .rate_block.cl_rate_block.col-4-12 {
        font-size: 1.1em;
    }

}

.desktop_block_info_image img, .mobile_block_info_image img, .bottom_images_block_adv {
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    vertical-align: bottom;
}

@media (max-width: 480px) {
    .desktop_block_info_image {
        display: none;
    }

    .mobile_block_info_image {
        display: block;
        text-align: center;
        padding: 25px 0 30px 0;
    }

}

@media (min-width: 481px) and (max-width: 766px) {
    .desktop_block_info_image {
        display: block;
        padding: 25px 0 30px 0;
    }

}

@media (max-width: 766px) {
    .bottom_images_block_adv {
        padding-top: 15px;
    }

}

.tender-list-item {
    padding-bottom: 0 !important;
}

.tender-list-item a.white_grey_button.w200 {
    margin-top: 10px !important;
    margin-bottom: 35px !important;
}

.item_list_block_no_padding {
    padding-bottom: 0 !important;
}

.objects-list-items a.white_grey_button.w200 {
    margin-top: 32px !important;
    margin-bottom: 35px !important;
}

.contest-list-items a.white_grey_button.w200 {
    margin-top: 35px !important;
}

@media (min-width: 481px) {
    .desktop_block_info_image {
        display: block;
    }

    .mobile_block_info_image {
        display: none;
        text-align: center;
    }
}

.white_bg {
    background: #fafafa;
    z-index: 1;
}

.user_online {
    display: inline-block;
    color: #008000;
    padding-left: 13px;
    line-height: 12px;
    position: relative;
    font-size: 12px;
    vertical-align: top;
}

.user_online::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #00cc00;
}

.user_offline {
    display: inline-block;
    color: #ff0000;
    padding-left: 13px;
    line-height: 14px;
    position: relative;
}

.user_offline::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ff0000;
}

.span_block {
    display: block !important;
}
@media (max-width: 767px) {

    .page-filter__title {
        display: block;
    }

    .page-filter__content {
        margin-top: -1px !important;
    }

    .page-companies .page-filter {
        margin-bottom: 5px;
    }

    .page-companies .page-filter__title,
    .page-companies .page-filter .page-filter__content {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

}