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

.header_account .dropdown_projects_mm .href_dropdown_mm,.header_account .dropdown_projects_mm .li_dropdown_mm,.header_account .dropdown_projects_mm .theme_dropdown_mm,.header_account .li_user_menu .href_user_menu .name_user_menu,.header_account .main_menu .current_project_mm,.lead_item_from {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body {
    font-family: Geometria;
    font-weight: 400;
    overflow: auto;
    min-width: 1170px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -142px;
    padding: 0 0 100px;
}

#full_wrap,.noUi-base {
    height: 100%;
}

.content_box {
    background: #fff;
    position: relative;
    border: 1px solid #d8dee9;
    padding: 40px 20px 20px;
    min-height: 500px;
}

.step_title {
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 30px;
}

.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    position: relative;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s,top .3s;
    -moz-transition: left .3s,top .3s;
    -o-transition: left .3s,top .3s;
    -ms-transition: left .3s,top .3s;
    transition: left .3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

.noUi-background {
    background: #fafafa;
}

.noUi-connect {
    background: #3fb8af;
    -webkit-box-shadow: inset 0 0 3px rgba(51,51,51,.45);
    box-shadow: inset 0 0 3px rgba(51,51,51,.45);
    -webkit-transition: background 450ms;
    -moz-transition: background 450ms;
    -o-transition: background 450ms;
    -ms-transition: background 450ms;
    transition: background 450ms;
}

.noUi-target {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb;
}

.noUi-target.noUi-connect {
    -webkit-box-shadow: inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #bbb;
    box-shadow: inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #bbb;
}

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect,[disabled].noUi-connect {
    background: #b8b8b8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

.noUi-background {
    margin-top: 10px;
    margin-bottom: -3px;
    padding-left: 10px;
    background-color: #ec154d;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.noUi-horizontal .noUi-origin {
    background: #dfdfdf;
    cursor: pointer;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    top: -8px;
    left: -10px;
    background: #fff;
    border: 2px solid #ec154d;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.header_account {
    background: #fff;
    height: 55px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0,0,0,.2);
    box-shadow: 0 2px 3px -1px rgba(0,0,0,.2);
    margin-bottom: 20px;
    z-index: 1500;
    position: relative;
}

.header_account .logo {
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    height: 55px;
}

.header_account .logo img {
    height: 55px;
    padding: 10px 0;
}

.header_account .main_menu {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.header_account .main_menu .li_main_menu {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    z-index: 8;
}

.header_account .main_menu .href_main_menu {
    display: block;
    height: 55px;
    padding: 0 15px;
    line-height: 54px;
    color: #828794;
    background: #fff;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    z-index: 10;
}

.header_account .main_menu .href_main_menu:hover {
    color: #444;
}

.header_account .main_menu .href_main_menu.active {
    color: #444;
    background: #f8f9fb;
    border-bottom: 2px solid #ec154d;
}

.header_account .main_menu .badge {
    vertical-align: middle;
    position: relative;
    background: rgba(0,0,0,.6);
    font-size: 10px;
    height: 15px;
    line-height: 10px;
    padding: 2px 5px;
    font-weight: 300;
    margin: -1px 0 0 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.header_account .dropdown_projects_mm,.header_account .dropdown_projects_mm .li_dropdown_mm {
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    background: #fff;
}

.header_account .main_menu .current_project_mm {
    overflow: hidden;
    max-width: 150px;
    display: inline-block;
    vertical-align: top;
}

.header_account .dropdown_projects_mm {
    position: absolute;
    list-style: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    padding: 0;
    margin: 0 0 0 1px;
    width: 251px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    -o-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
}

.header_account .dropdown_projects_mm.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header_account .dropdown_projects_mm .scroll_list {
    overflow: auto;
    max-height: 441px;
}

.header_account .dropdown_projects_mm .title_dropdown_mm {
    border-bottom: 1px solid #d8dee9;
    padding: 5px 15px;
    font-size: 12px;
    color: #90a0b0;
}

.header_account .dropdown_projects_mm .li_dropdown_mm {
    padding: 8px 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    font-size: 13px;
}

.header_account .dropdown_projects_mm .button_dropdown,.header_account .li_user_menu .href_user_menu {
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    text-decoration: none;
}

.header_account .dropdown_projects_mm .li_dropdown_mm:hover {
    background: #f8f9fb;
}

.header_account .dropdown_projects_mm .href_dropdown_mm {
    display: block;
    padding: 0 0 0 35px;
    color: #333;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.header_account .dropdown_projects_mm .href_dropdown_mm .fa-check,.header_account .dropdown_projects_mm .href_dropdown_mm .fa-exclamation {
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 27px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: -13px 0 0 -35px;
    top: 50%;
    font-size: 14px;
    position: absolute;
    text-align: center;
}

.header_account .dropdown_projects_mm .href_dropdown_mm .fa-exclamation {
    background: #fccb2f;
}

.header_account .dropdown_projects_mm .href_dropdown_mm .fa-check {
    background: #4c8cf5;
}

.header_account .dropdown_projects_mm .theme_dropdown_mm {
    display: block;
    color: #90a0b0;
    font-size: 11px;
    overflow: hidden;
}

.header_account .dropdown_projects_mm .button_dropdown_mm {
    padding: 10px 20px;
}

.header_account .dropdown_projects_mm .button_dropdown {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #ee3364;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.header_account .dropdown_projects_mm .button_dropdown .fa {
    margin-left: 10px;
    vertical-align: middle;
}

.header_account .dropdown_projects_mm .button_dropdown:hover {
    background: #f36389;
    color: #fff;
}

.header_account .li_main_menu:hover .dropdown_projects_mm {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header_account .user_menu {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    font-size: 14px;
    float: right;
    padding: 0;
    margin: 0 -15px 0 0;
}

.header_account .li_user_menu {
    float: right;
    position: relative;
    z-index: 8;
}

.header_account .li_user_menu:nth-child(2):before,.header_account .li_user_menu:nth-child(3):before {
    content: '';
    position: absolute;
    display: block;
    z-index: 11;
    height: 35px;
    width: 1px;
    top: 10px;
    right: 0;
    background: #d9d9d9;
}

.header_account .li_user_menu .href_user_menu {
    display: block;
    height: 55px;
    padding: 0 15px;
    line-height: 54px;
    color: #333;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    z-index: 10;
}

.header_account .li_user_menu .button_dropdown_ua,.header_account .li_user_menu .dropdown_user_menu {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}

.header_account .li_user_menu .href_user_menu .name_user_menu {
    max-width: 100px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.header_account .li_user_menu .href_user_menu .fa-credit-card {
    display: none;
}

.header_account .li_user_menu .href_user_menu .fa-envelope-o {
    height: 55px;
    line-height: 52px;
    font-size: 21px;
}

.header_account .li_user_menu .href_user_menu .fa-angle-down {
    margin-left: 10px;
    vertical-align: middle;
}

.header_account .li_user_menu .span_notif_header {
    position: absolute;
    left: 30px;
    font-size: 10px;
    margin: -15px 0 0;
    background: #ec154d;
    height: 13px;
    display: block;
    top: 50%;
    line-height: 13px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    padding: 0 3px;
}

.header_account .li_user_menu .avatar_user_menu {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background-color: #d8dee9;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.header_account .li_user_menu:hover .dropdown_user_menu {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.header_account .li_user_menu .dropdown_user_menu {
    -webkit-box-shadow: 0 2px 3px -1px rgba(0,0,0,.2);
    box-shadow: 0 2px 3px -1px rgba(0,0,0,.2);
    -webkit-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    -o-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
    transition: all .2s ease;
    position: absolute;
    vertical-align: top;
    background: #fff;
    min-width: 180px;
    list-style: none;
    display: block;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    padding: 0;
    margin: 0;
    right: 0;
}

.header_account .li_user_menu .dropdown_user_menu.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header_account .li_user_menu .manager_dropdown_um {
    display: block;
    padding: 20px 15px;
    margin: 0 0 20px;
    text-decoration: none;
    border-bottom: 1px solid #d9d9d9;
}

.header_account .li_user_menu .avatar_manager_menu {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#registration,.main_tabs {
    border: 1px solid #d8dee9;
}

.header_account .li_user_menu .manager_dropdown_ua,.header_account .li_user_menu .profession_dropdown_ua {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 95px;
    color: #333;
}

.header_account .li_user_menu .profession_dropdown_ua {
    color: #90a0b0;
    font-size: 12px;
    position: absolute;
    margin: -19px 0 0 54px;
    top: 60px;
    left: 15px;
}

.header_account .li_user_menu .contact_dropdown_um {
    padding: 0 15px;
    line-height: 30px;
}

.header_account .li_user_menu .fa-mobile,.header_account .li_user_menu .fa-skype {
    vertical-align: middle;
    color: #ec154d;
    text-align: center;
    margin-right: 5px;
    font-size: 26px;
    width: 20px;
}

.header_account .li_user_menu .fa-skype {
    font-size: 18px;
    color: #12a5f4;
}

.header_account .li_user_menu .button_dropdown_ua {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 49px;
    margin-top: 20px;
    border-top: 1px solid #d8dee9;
    background: #f8f9fb;
    color: #90a0b0;
    transition: all .2s ease;
    text-decoration: none;
}

.dash_filters .dash_filters_btn_wrap .dash_filters_btn,.header_account .li_user_menu .href_dropdown_um {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}

.header_account .li_user_menu .button_dropdown_ua:hover {
    color: #333;
}

.header_account .li_user_menu .href_dropdown_um {
    display: block;
    font-size: 14px;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    transition: all .2s ease;
}

.header_account .li_user_menu .href_dropdown_um:hover {
    background: #f9f9f9;
}

.header_account .li_user_menu .user_dropdown_config .li_dropdown_um {
    position: relative;
}

.header_account .li_user_menu .user_dropdown_config .fa {
    position: absolute;
    font-size: 14px;
    left: 15px;
    top: 50%;
    margin: -7px 20px 0 0;
    color: #90a0b0;
}

.header_account .li_user_menu .user_dropdown_config .fa-power-off {
    color: #ec154d;
}

#registration {
    width: 510px;
    margin: 50px auto;
    background: #fff;
    padding: 0 40px;
    font-size: 16px;
}

#registration .btn {
    height: 50px;
    padding: 0 25px;
}

#registration .notification_error_block {
    text-align: center;
    margin-bottom: 40px;
    color: #ec154d;
}

#registration .title_auth {
    line-height: 140px;
    margin: 0;
    font-weight: 400;
	font-size: 47px;
}

#registration label {
    line-height: 40px;
    font-weight: 400;
	font-size: 16px;
    padding: 0;
}

#registration label a {
    color: #4c8cf5;
}

#registration .form-group {
    width: 100%;
    margin-bottom: 30px;
}

#registration .has-success .checkbox {
    color: #333;
}

#registration .has-error .checkbox {
    color: #ec154d;
}

#registration .form-control {
    width: 58%;
    float: right;
}

#registration .input_venyoo_checkbox {
    position: absolute;
    cursor: pointer;
    margin: 0;
}

#registration .checkbox {
    margin: 0;
}

#registration .checkbox label {
    line-height: 20px;
}

#registration .venyoo_checkbox {
    top: -1px;
}

#registration .reset-password {
    line-height: 25px;
}

#registration .button_send .btn {
    margin: 30px auto;
    display: block;
	font-size: 22px;
}

#registration .form-group.formNotice {
    padding-bottom: 45px;
}

#registration #reg_form {
    padding-bottom: 15px;
}

#registration #reg_form .col-xs-12 div>.form-group {
    margin: 0;
}

#registration.reset {
    text-align: center;
}

#registration.reset h1.text-center {
    line-height: inherit;
    margin: 44px 0;
}

#registration.reset .form-group {
    text-align: left;
}

#registration.reset .button_send .btn {
    margin: 20px auto 0;
    display: block;
}

.graf_icon,.icon_sprite,.iconpack {
    display: inline-block;
}

#registration.reset #reg_form {
    padding-bottom: 45px;
}

.iconpack {
    vertical-align: middle;
    background: url(/img/account/new_icons.png) no-repeat;
}

.icon_sprite {
    vertical-align: middle;
    width: 23px;
    background: url(/img/account/icon_sprite2.png) no-repeat;
}

.icon_sprite_1 {
    background-position: 0 0;
    height: 18px;
}

.icon_sprite_2 {
    background-position: 0 -18px;
    height: 19px;
}

.icon_sprite_3 {
    background-position: 0 -38px;
    height: 19px;
}

.icon_sprite_5 {
    background-position: 0 -76px;
    height: 23px;
}

.icon_sprite_6 {
    background-position: 0 -100px;
    height: 23px;
}

.icon_sprite_7 {
    background-position: 0 -124px;
    height: 20px;
}

.icon_sprite_8 {
    background-position: 0 -249px;
    height: 17px;
}

.icon_sprite_9 {
    background-position: 0 -266px;
    height: 21px;
    width: 19px;
}

.icon_proj {
    background-position: 0 0;
    width: 25px;
    height: 20px;
    margin-right: 5px;
}

.icon_refer {
    background-position: 0 -240px;
    width: 21px;
    height: 19px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.graf_icon {
    height: 30px;
    width: 65px;
    margin: 5px auto 0;
    background: url(/img/account/new_icons.png) no-repeat;
}

.graf_icon.icon2 {
    background-position: 0 -202px;
    width: 44px;
    height: 38px;
}

.is_active .icon_sprite_1,.li_element_tabs:hover .icon_sprite_1 {
    background-position: 100% 0;
}

.is_active .icon_sprite_2,.li_element_tabs:hover .icon_sprite_2 {
    background-position: 100% -18px;
}

.is_active .icon_sprite_7,.li_element_tabs:hover .icon_sprite_7 {
    background-position: 100% -124px;
}

.is_active .icon_sprite_8,.li_element_tabs:hover .icon_sprite_8 {
    background-position: 100% -249px;
}

.is_active .icon_sprite_9,.li_element_tabs:hover .icon_sprite_9 {
    background-position: 100% -266px;
}

.widget_icons {
    background: url(/img/sprite_widget.png) no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 0;
}

.icons_config,.icons_features {
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

.widget_icons.widget_mobile {
    background-position: 0 -64px;
}

.widget_icons.widget_screenplay {
    background-position: 0 -128px;
}

.widget_icons.widget_form {
    background-position: 0 -192px;
}

.icon_margin {
    background: url(/img/account/margins.jpg) no-repeat;
    display: inline-block;
    width: 31px;
    height: 27px;
}

.icon_margin.icon_margin_left {
    background-position: 0 -27px;
}

.icons_config_form {
    width: 26px;
    display: inline-block;
    vertical-align: middle;
    background: url(/img/account/icons_config_sprite.png) no-repeat;
}

.icons_config_form.icf_phone {
    height: 26px;
    margin: 2px 0 1px;
    background-position: 100% 0;
}

.icons_config_form.icf_mail {
    height: 19px;
    margin: 5px 0;
    background-position: 100% -26px;
}

.icons_config_form.icf_name {
    height: 22px;
    margin: 4px 0 3px;
    background-position: 100% -45px;
}

.icons_config_form.icf_location {
    height: 29px;
    background-position: 100% -67px;
}

.icons_config_form.icf_time {
    height: 26px;
    margin: 2px 0 1px;
    background-position: 100% -96px;
}

.active>.stats_block_box_element .icf_phone {
    background-position: 0 0;
}

.active>.stats_block_box_element .icf_mail {
    background-position: 0 -26px;
}

.active>.stats_block_box_element .icf_name {
    background-position: 0 -45px;
}

.active>.stats_block_box_element .icf_location {
    background-position: 0 -67px;
}

.active>.stats_block_box_element .icf_time {
    background-position: 0 -96px;
}

.icons_config {
    background: url(/img/account/icons_tabs.png) no-repeat;
}

.icons_config.icons_config_1 {
    width: 19px;
    height: 24px;
}

.icons_config.icons_config_2 {
    width: 33px;
    height: 24px;
    background-position: 0 -24px;
}

.icons_config.icons_config_3 {
    width: 23px;
    height: 23px;
    background-position: 0 -48px;
}

.icons_config.icons_config_4 {
    width: 29px;
    height: 23px;
    background-position: 0 -71px;
}

.icons_config.icons_config_5 {
    width: 25px;
    height: 25px;
    background-position: 0 -95px;
}

.icons_features {
    background: url(/img/info/features/icons.png) no-repeat;
    width: 25px;
}

.icons_features.icon_1 {
    height: 14px;
}

.icons_features.icon_2 {
    height: 20px;
    background-position: 0 -14px;
}

.icons_features.icon_3 {
    height: 17px;
    background-position: 0 -34px;
}

.icons_features.icon_4 {
    height: 20px;
    background-position: 0 -51px;
}

.icons_features.icon_5 {
    height: 20px;
    background-position: 0 -71px;
}

.icons_features.icon_6 {
    height: 20px;
    background-position: 0 -91px;
}

.icons_features.icon_7 {
    height: 20px;
    background-position: 0 -111px;
}

.icons_features.icon_8 {
    height: 20px;
    background-position: 0 -131px;
}

.icons_features.icon_9 {
    height: 12px;
    background-position: 0 -151px;
}

.icons_features.icon_10 {
    height: 17px;
    background-position: 0 -163px;
}

.icons_features.icon_11 {
    height: 19px;
    background-position: 0 -180px;
}

.icons_features.icon_12 {
    height: 20px;
    background-position: 0 -199px;
}

.icons_features.icon_13 {
    height: 17px;
    background-position: 0 -219px;
}

.icons_features.icon_14 {
    height: 20px;
    background-position: 0 -236px;
}

.icons_features.icon_15 {
    height: 20px;
    background-position: 0 -256px;
}

.ng-isolate-scope.active .wt_element_href .icons_config_1,.ng-isolate-scope:hover .wt_element_href .icons_config_1 {
    background-position: 100% 0;
}

.ng-isolate-scope.active .wt_element_href .icons_config_2,.ng-isolate-scope:hover .wt_element_href .icons_config_2 {
    background-position: 100% -24px;
}

.ng-isolate-scope.active .wt_element_href .icons_config_3,.ng-isolate-scope:hover .wt_element_href .icons_config_3 {
    background-position: 100% -48px;
}

.ng-isolate-scope.active .wt_element_href .icons_config_4,.ng-isolate-scope:hover .wt_element_href .icons_config_4 {
    background-position: 100% -71px;
}

.ng-isolate-scope.active .wt_element_href .icons_config_5,.ng-isolate-scope:hover .wt_element_href .icons_config_5 {
    background-position: 100% -95px;
}

.wizard_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.95);
    z-index: 1200;
    overflow: hidden;
}

.z_index {
    z-index: 1101;
}

.preload_center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    font-size: 17px;
    text-transform: uppercase;
    color: #ec154d;
    text-align: center;
    font-weight: 700;
}

.preload_amin {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.cog_anim_1,.cog_anim_2,.cog_anim_3 {
    position: absolute;
}

.fa-cog {
    color: #fff;
}

.cog_anim_1 {
    left: -20px;
    top: 21px;
    font-size: 80px;
    -webkit-animation: circle 5s linear infinite;
    -moz-animation: circle 5s linear infinite;
    -o-animation: circle 5s linear infinite;
    -ms-animation: circle 5s linear infinite;
    animation: circle 5s linear infinite;
}

.cog_anim_2 {
    right: 16px;
    top: 10px;
    font-size: 35px;
    -webkit-animation: circle2 2s linear infinite;
    -moz-animation: circle2 2s linear infinite;
    -o-animation: circle2 2s linear infinite;
    -ms-animation: circle2 2s linear infinite;
    animation: circle2 2s linear infinite;
}

.cog_anim_3 {
    right: 4px;
    bottom: -10px;
    font-size: 48px;
    -webkit-animation: circle3 2s linear infinite;
    -moz-animation: circle3 2s linear infinite;
    -o-animation: circle3 2s linear infinite;
    -ms-animation: circle3 2s linear infinite;
    animation: circle3 2s linear infinite;
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes circle {
    from {
        -moz-transform: rotate(0);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes circle {
    from {
        -ms-transform: rotate(0);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes circle {
    from {
        -o-transform: rotate(0);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes circle2 {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes circle2 {
    from {
        -moz-transform: rotate(0);
    }

    to {
        -moz-transform: rotate(-360deg);
    }
}

@-ms-keyframes circle2 {
    from {
        -ms-transform: rotate(0);
    }

    to {
        -ms-transform: rotate(-360deg);
    }
}

@-o-keyframes circle2 {
    from {
        -o-transform: rotate(0);
    }

    to {
        -o-transform: rotate(-360deg);
    }
}

@-webkit-keyframes circle3 {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes circle3 {
    from {
        -moz-transform: rotate(0);
    }

    to {
        -moz-transform: rotate(-360deg);
    }
}

@-ms-keyframes circle3 {
    from {
        -ms-transform: rotate(0);
    }

    to {
        -ms-transform: rotate(-360deg);
    }
}

@-o-keyframes circle3 {
    from {
        -o-transform: rotate(0);
    }

    to {
        -o-transform: rotate(-360deg);
    }
}

@-moz-keyframes circle {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes circle {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes circle2 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes circle2 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-o-keyframes circle2 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes circle2 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-moz-keyframes circle3 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes circle3 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-o-keyframes circle3 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes circle3 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.main_tabs {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 768px;
    max-width: 1170px;
    margin: 0 auto -1px;
    background-color: #f8f9fb;
}

.main_tabs>.li_element_tabs:first-child {
    border: none;
}

.main_tabs .li_element_tabs {
    padding: 0;
    vertical-align: top;
    display: table-cell;
    width: 1%;
    border-left: 1px solid #d8dee9;
}

.main_tabs .li_element_tabs .icon_sprite {
    vertical-align: middle;
}

.main_tabs .li_element_tabs .href_element_main_tabs {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 20px 0 15px;
    height: 58px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d8dee9 !important;
}

.main_tabs .li_element_tabs .title_main_tabs {
    display: inline-block;
    vertical-align: middle;
    color: #90a0b0;
    margin-left: 10px;
}

.main_tabs .li_element_tabs.is_active .title_main_tabs,.main_tabs .li_element_tabs:focus .title_main_tabs,.main_tabs .li_element_tabs:hover .title_main_tabs,.main_tabs li.is_active .title_main_tabs {
    color: #333;
}

.main_tabs .li_element_tabs .href_element_main_tabs:focus,.main_tabs .li_element_tabs .href_element_main_tabs:hover {
    background: #fff;
}

.main_tabs li.is_active {
    border-bottom-color: #fff;
    background: #fff;
}

.main_tabs li.is_active .href_element_main_tabs {
    border-bottom: 1px solid #fff !important;
}

.main_tabs .li_element_tabs.is_active .href_element_main_tabs,.main_tabs .li_element_tabs:focus .href_element_main_tabs,.main_tabs .li_element_tabs:hover .href_element_main_tabs {
    background: #fff;
    border-left: none;
    border-right: none;
    border-top-color: none;
}

.main_tabs .li_element_tabs.is_active .icon_sprite,.main_tabs .li_element_tabs:focus .icon_sprite,.main_tabs .li_element_tabs:hover .icon_sprite {
    background-position-x: right;
}

#wrap .main_tabs .icon_sprite {
    position: relative;
}

#wrap .main_tabs .icon_sprite_5 {
    top: -3px;
}

.dash_filters .dash_filters_btn_wrap {
    font-size: 0;
    border: 1px solid #d8dee9;
}

.dash_filters .dash_filters_btn_wrap .dash_filters_btn {
    font-size: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #90a0b0;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid transition;
    border-left: 1px solid #d8dee9;
    transition: all .2s ease;
}

.dash_filters .dash_filters_btn_wrap .dash_filters_btn:focus,.dash_filters .dash_filters_btn_wrap .dash_filters_btn:hover {
    border-color: #d8dee9 transparent #d8dee9 #d8dee9;
    background: #f4f6f7;
}

.dash_filters .dash_filters_btn_wrap>.dash_filters_btn:first-child {
    border-left: 1px solid transparent;
}

.dash_filters .pull-right {
    font-size: 0;
}

.dash_filters .pull-right .controll_has_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #f8f9fb;
    font-size: 12px;
}

.dash_filters .pull-right .dash_filters_input {
    width: 160px;
    height: 30px;
    border: 1px solid #d8dee9;
    color: #90a0b0;
    padding: 0 10px;
    margin: 0 0 0 10px;
    position: relative;
    z-index: 10;
    background: 0 0;
    outline: 0;
}

.dash_filters .pull-right .fa-calendar {
    position: absolute;
    font-size: 18px;
    z-index: 8;
    right: 7px;
    top: 6px;
    color: #90a0b0;
}

.element_right_column {
    border: 1px solid #d8dee9;
    padding: 15px;
    margin: 0 0 20px;
    min-height: 70px;
}

.element_right_column .graf_icon.icon2 {
    position: absolute;
    margin: 10px 0 0;
}

.element_right_column .row {
    margin: 0 0 0 40px;
}

.element_right_column .row .title_content_element {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 15px;
}

.element_right_column .row .col-xs-6 {
    line-height: 25px;
}

.element_right_column .col-xs-12 {
    padding: 10px;
    color: #333;
}

#project_table_info {
    min-height: 300px;
}

#project_table_info th,#project_table_info tr {
    font-size: 14px;
    color: #90a0b0;
    padding: 10px 15px;
}

#project_table_info .table_style {
    text-align: center;
    border: 1px solid #d8dee9;
}

#project_table_info .table_style thead th {
    border-top: 1px solid #d8dee9;
    border-bottom: none;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

#project_table_info .table_style tr>th:first-child {
    text-align: left;
}

.module_menu {
    display: none;
}

#photoUploadModal {
    z-index: 1540;
}

#photoUploadModal .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
}

#photoUploadModal .modal-header {
    background: #ec154d;
}

#photoUploadModal .close,#photoUploadModal .modal-title {
    color: #fff;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-shadow: 1px 1px rgba(0,0,0,.1);
}

#photoUploadModal .close {
    margin-top: 2px;
}

#photoUploadModal .dropzone.dz-drag-hover {
    background: #fff;
}

#photoUploadModal .dropzone {
    min-height: 220px;
    border: 1px dashed grey;
    background: #edf4fb;
    padding: 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#photoUploadModal .dropzone .dz-message {
    padding: 13% 0 4%;
    margin: 4% 0 0;
    color: grey;
    background: url(/img/account/cloud.png) center 10% no-repeat;
}

#photoUploadModal .dropzone .dz-preview {
    min-height: 100%;
    margin: 0 15px 15px 0;
}

#photoUploadModal .dropzone .dz-preview .dz-image {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    width: 60px;
    height: 60px;
}

#photoUploadModal .dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
}

#photoUploadModal .dropzone .dz-preview .dz-remove {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: url(/img/account/close.png);
    z-index: 21;
    font-size: 0;
}

#photoUploadModal .dropzone .dz-preview .dz-details {
    padding: 0;
}

#photoUploadModal .dropzone .dz-preview .dz-size {
    font-size: 14px;
}

#photoUploadModal .dropzone .dz-preview .dz-error-mark svg,#photoUploadModal .dropzone .dz-preview .dz-success-mark svg {
    width: 25px;
    height: 25px;
}

#photoUploadModal .dropzone .dz-preview .dz-error-mark,#photoUploadModal .dropzone .dz-preview .dz-success-mark {
    margin-left: -13px;
    margin-top: -13px;
}

#photoUploadModal .dropzone .dz-preview .dz-error-message {
    top: 110%;
    padding: 5px;
    left: 50%;
    width: 150px;
    margin-left: -70px;
    text-align: center;
}

#photoUploadModal .modal-help {
    text-align: center;
    padding: 15px 0 0;
    color: #888;
}

#widget_wizard .tab-pane .title_config_tab {
    margin: 10px 20px 30px;
    font-size: 18px;
    color: #5c5c5c;
}

#widget_wizard .tab-pane .demo_widget_button {
    position: absolute;
    right: 30px;
    top: 15px;
    padding: 5px 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #707070;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.08);
    box-shadow: 0 1px 5px rgba(0,0,0,.08);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

#widget_wizard .tab-pane .demo_widget_button:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    color: #ec154d;
}

#widget_wizard .tab-pane .demo_widget_button .fa {
    margin-right: 5px;
}

#widget_wizard .tab-pane .widget_iframe {
    background: url(/img/account/iframe_bg.jpg) 0;
    -webkit-background-size: 2%;
    -moz-background-size: 2%;
    background-size: 2%;
}

.form-group .set_custom_photo {
    width: 70px;
    height: 60px;
    display: block;
    background: url(/img/account/uploadphoto.png) 50% 0 no-repeat #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.form-group .set_custom_photo:focus,.form-group .set_custom_photo:hover {
    background-position: 50% -60px;
}

.autocomplete-suggestions {
    border: 1px solid #d8dee9;
    overflow: auto;
}

.autocomplete-suggestions .autocomplete-suggestion {
    background: #f8f9fb;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-suggestions .autocomplete-suggestion strong {
    font-weight: 400;
    color: #4c8cf5;
}

.last_label_block {
    margin-top: 25px;
}

.widget_iframe {
    width: 100%;
    height: 450px;
    background: 0 0;
    overflow: hidden;
    border: none;
}

#widget_wizard .background_block_white {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

#widget_wizard .background_block_white .form-group {
    margin: 0 0 20px;
}

#w_step_2 .carousel {
    width: 100%;
    min-height: 60px;
}

#w_step_2 .carousel-inner {
    height: 100%;
    width: 440px;
}

#w_step_2 .item {
    font-size: 0;
    height: 100%;
}

#w_step_2 .item .carousel_img_wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16.666666666667%;
    text-align: center;
    height: 100%;
    min-height: 1px;
    cursor: pointer;
    font-size: 14px;
}

#w_step_2 .item .carousel_img_wrap .carousel_img_element {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
}

#w_step_2 .item .carousel_img_wrap.active:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    background: 0 0;
    border: 2px solid #ec154d;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#w_step_2 .carousel_img_wrap.active:after {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    right: 6px;
    top: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    line-height: 18px;
    color: #ec154d;
    border: 2px solid #ec154d;
    text-align: center;
}

#w_step_2 .left.carousel-control {
    left: -15px;
}

#w_step_2 .right.carousel-control {
    right: -15px;
}

#w_step_2 .carousel-control {
    background: 0 0 !important;
    width: 13px;
    height: 35px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    border: 0;
    font-size: 0;
    outline: 0 !important;
    color: #d1d1d1;
    text-shadow: none;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

#w_step_2 .carousel-control:hover {
    color: #ec154d;
}

#w_step_2 .carousel-control .fa {
    font-size: 35px;
}

.background_block_white {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.background_block_white .dib {
    color: #d1d1d1;
}

.background_block_white .stats_block_box_element>.dib:last-child {
    float: right;
}

.background_block_white .label_block {
    margin: 0;
    line-height: 27px;
    font-size: 14px;
}

.background_block_white .label_block .text_tooltip {
    margin-right: 15px;
}

.background_block_white .result_block {
    font-size: 21px;
    color: #333;
    height: 27px;
    line-height: 27px;
    font-weight: 400;
    padding-left: 0;
}

.background_block_white .result_block .span_px {
    font-size: 14px;
    color: #d1d1d1;
    font-weight: 100;
}

.background_block_white .btn-group {
    display: block;
}

.background_block_white .btn-group .text_tooltip {
    top: 4px;
}

.background_block_white .btn-group .location_indent {
    float: left;
    position: relative;
    top: 4px;
}

.background_block_white .btn-group .icon_margin {
    vertical-align: middle;
}

.background_block_white .btn-group .margin_point {
    width: 13px;
    height: 13px;
    border: 2px solid #d1d1d1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.background_block_white .btn-group .active .margin_point {
    border: 2px solid #ec154d;
}

.background_block_white .btn-group .active .inset_margin_point {
    margin: 2px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ec154d;
}

.background_block_white .btn-group .active .icon_margin_left {
    background-position: 100% -27px;
}

.background_block_white .btn-group .active .icon_margin_right {
    background-position: 100% 0;
}

.background_block_white .btn-group .btn_arrow {
    width: 50% !important;
}

#w_step_4 .background_block_white {
    border: 1px solid #e3e3e3;
}

#w_step_4 .background_block_white.active {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.widget_code_wrap {
    font-size: 12px;
}

.widget_code_wrap .widget_code_title {
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}

.widget_code_wrap .widget_code_title a {
    color: #4c8cf5;
}

.widget_code_wrap .widget_code {
    position: relative;
    background: #f8f9fb;
    border: 1px solid #d8dee9;
    color: #5c5c5c;
    margin: 10px 0 25px;
    padding: 20px;
    font-size: 14px;
    font-weight: 600;
}

.widget_code_wrap .widget_code_textarea {
    width: 100%;
    background: 0 0;
    border: none;
    padding: 0;
    overflow: hidden;
    outline: 0;
    word-break: break-all;
    text-align: left;
    resize: none;
    font-size: 14px;
    line-height: 2;
}

.widget_code_wrap .widget_code_textarea.referal_textarea {
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.widget_code_wrap .fa-code {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 35px;
    margin-top: -17.5px;
    color: #ec154d;
    text-shadow: 0 -1px rgba(255,255,255,.5);
}

.widget_guide {
    font: 400 14px 'Agency',sans-serif;
    margin-bottom: 40px;
}

.widget_guide_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.widget_guide p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.widget_code.is_yellow {
    background: #fef4c7;
    border-color: #e7dca9;
}

.widget_code.is_yellow:after,.widget_code.is_yellow:before {
    border-bottom-color: #e7dca9;
}

.stats_block_info {
    padding: 0 30px 20px;
}

.stats_block_info>.stats_blocks_info:first-child:before,.stats_block_info>.stats_blocks_info:last-child:before {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #d8dee9;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

.stats_block_info>.stats_blocks_info:first-child:after,.stats_block_info>.stats_blocks_info:last-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #d8dee9;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
}

.stats_block_info .stats_blocks_info {
    padding: 15px;
    position: relative;
    min-height: 100px;
}

.stats_block_info .stats_blocks_info .box_element {
    margin-left: 10px;
}

.stats_block_info .stats_blocks_info .title_stats {
    text-transform: uppercase;
    text-align: center;
    color: #90a0b0;
    font-size: 12px;
}

.stats_block_info .stats_blocks_info .stats_block_box_element {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.stats_block_info .stats_blocks_info .time_stats_info {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    color: #90a0b0;
}

.stats_block_info .stats_blocks_info .main_stats_info {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    margin: 0;
    padding: 20px 0;
    line-height: 40px;
}

.table_mod_auto_width .filter_days_wrap.dash_filters_btn_wrap {
    display: inline-block;
}

.box_element {
    display: block;
    width: 40px;
    height: 18px;
    border: 1px solid #d8dee9;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    float: right;
    position: relative;
    top: 1px;
}

.box_element .button_element {
    margin: 0 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    cursor: pointer;
}

.box_element .point_element {
    display: block;
    height: 16px;
    width: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #99a7c5;
    margin: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
}

.avatar_block_form:after,.config_block .add_configelement_form {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}

.box_element .button_element:checked~.point_element {
    margin: 0 0 0 22px;
    background: #ec154d;
}

.venyoo_checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.venyoo_checkbox .input_venyoo_checkbox {
    margin: 0;
    width: 19px;
    height: 19px;
    position: absolute;
    z-index: 10;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    cursor: deafult;
}

.venyoo_checkbox .border_venyoo_checkbox {
    display: block;
    position: relative;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #d1d1d1;
    background: #fff;
    margin-right: 5px;
}

.venyoo_checkbox .input_venyoo_checkbox:checked~.border_venyoo_checkbox {
    border-color: #ec154d;
}

.venyoo_checkbox .fa-check {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 2px;
    top: 2px;
    text-align: center;
    line-height: 15px;
    font-size: 11px;
    color: #ec154d;
    display: none;
}

.venyoo_checkbox .input_venyoo_checkbox:checked~.fa-check {
    display: block;
}

label .venyoo_checkbox {
    top: -2px;
}

.config_block {
    padding: 0 0 20px;
    margin: 0 -20px;
}

.config_block .title_config_block {
    margin: 30px 120px 20px;
    font-size: 17px;
    color: #000;
    border-bottom: 1px solid #eaeef5;
    padding: 0 0 15px;
    position: relative;
}

.config_block .title_config_block:after {
    display: block;
    content: "";
    position: absolute;
    top: -9px;
    left: -44px;
    width: 33px;
    height: 33px;
}

.config_block .title_config_block.config_name:after {
    background: url(../img/account/text.png) top left no-repeat;
}

.config_block .title_config_block.config_leads:after {
    background: url(../img/account/notification.png) top left no-repeat;
}

.config_block .title_config_block.config_stats:after {
    background: url(../img/account/target.png) top left no-repeat;
}

.config_block .title_config_block.config_mailing:after {
    background: url(../img/account/mailing.png) top left no-repeat;
}

.config_block .title_config_block.config_webhook:after {
    background: url(../img/account/webhook.png) top left no-repeat;
}

.config_block .title_config_block.config_delete:after {
    background: url(../img/account/trash.png) top left no-repeat;
}

.config_block .small_hint {
    font-size: 13px;
    line-height: 18px;
    color: #b4b4b4;
}

.config_block .form_block {
    margin: 30px auto 50px;
    padding: 0 120px;
}

.config_block .form_block .row .half_block:first-child {
    padding-right: 30px;
}

.config_block .form_block .row .half_block:last-chiild {
    padding-left: 30px;
}

.config_block .form_block span {
    display: block;
    position: relative;
}

.config_block .targets {
    padding: 0 40px 40px;
}

.config_block .targets_table tr:first-child td {
    border: 0;
    font-weight: 700;
    color: #000;
    font-style: normal;
}

.config_block .targets_table tr td {
    border: 1px solid #ebeef4;
    padding: 10px;
    font-size: 13px;
    color: #808183;
}

.config_block .targets_table tr td:first-child {
    text-align: left;
    font-weight: 700;
    color: #000;
    font-style: normal;
}

.config_block .info_block {
    background: #fffada;
    color: #77745f;
    font-size: 12px;
    line-height: 24px;
    padding: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 38px;
}

.config_block .label_form {
    font-size: 14px;
    line-height: 40px;
    display: block;
    font-weight: 700;
}

.config_block .form-control {
    margin: 0 0 15px;
}

.config_block .form-control.venyoo_form_control {
    margin: 0 0 15px;
    font-sizer4: 16px;
    line-height: 38px;
    height: 40px;
    border: 1px solid #d8dee9;
    -webkit-box-shadow: inset 0 0 0 50px #fff,0 0 5px transparent;
    box-shadow: inset 0 0 0 50px #fff,0 0 5px transparent;
}

.config_block .fa-times {
    position: absolute;
    top: 10px;
    right: -25px;
    color: #d8dee9;
    cursor: pointer;
    font-size: 18px;
}

.config_block .add_configelement_form {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    background: #f1f4fa;
    border: 1px solid #d9dee6;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none !important;
    text-align: center;
    display: block;
    line-height: 40px;
    color: #90a0b0;
    margin: 20px auto;
    font-size: 12px;
    transition: all .2s ease;
}

.config_block .add_configelement_form:hover {
    background: #d8dee9;
    color: #333;
}

.config_block .btn_emboss_grey {
    margin-top: 20px;
}

.start_block .start_block_inset {
    margin: 0 auto;
    max-width: 900px;
}

.start_block .start_block_inset h5 {
    border-bottom: 1px solid #d8dee9;
    margin: 0 0 10px;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
    position: relative;
}

.start_block .start_block_inset h5 span {
    position: absolute;
    left: -40px;
    top: -3px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    background: #333;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.start_block .start_block_inset h5.not_active {
    margin-bottom: 150px;
    color: #d8dee9;
}

.start_block .start_block_inset h5.not_active span {
    background: #d8dee9;
}

.start_block .start_first_step {
    margin-top: 40px;
}

.start_block .start_first_step label {
    font-size: 16px;
    font-weight: 400;
    padding-left: 5px;
}

.start_block .start_first_step p {
    margin: 10px 0 0;
    font-style: italic;
    color: #5b719f;
}

.start_block .start_first_step p span {
    color: #ec154d;
    font-style: normal;
    font-weight: 500;
}

.start_block .start_first_step .btn {
    font-size: 18px;
    margin: 40px auto 0;
    display: block;
    padding: 10px 25px !important;
    height: inherit;
    text-transform: inherit;
}

.plan_block {
    background: 0 0;
}

.plan_block .plan_head {
    font-size: 18px;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 25px;
}

.plan_block .total {
    border: 2px solid #edeff0;
    padding: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.plan_block .total_head {
    color: #000;
    text-align: center;
    font-size: 14px;
}

.plan_block .total_price {
    color: #ef3a69;
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    padding: 15px 0;
}

.plan_block .total_price .fa-rouble {
    font-size: 20px;
    vertical-align: top;
    margin-top: 15px;
}

.plan_block .total_price .fa-minus {
    font-size: 16px;
    vertical-align: top;
    margin-top: 22px;
}

.plan_block .table_history,.plan_block .table_price {
    margin-bottom: 0;
}

.plan_block .table_price tr td {
    border: 0;
}

.plan_block .table_price tr td:last-child {
    text-align: right;
    color: #ef3a69;
}

.plan_block .table_history_title {
    font-weight: 700;
    margin-bottom: 20px;
}

.plan_block .table_history tr.table_history_head td {
    background: #fafbfb;
    color: #878e92;
    font-style: italic;
    padding-top: 15px;
    padding-bottom: 15px;
}

.plan_block .table_history tr td {
    border: 2px solid #edeff0;
    text-align: center;
    border-left: 0;
    border-right: 0;
}

.plan_block .table_history .fa-check-circle {
    color: #55dd6f;
    font-size: 20px;
}

.plan_block .tarifs_block {
    padding: 0 30px;
}

.plan_block .tarif_view {
    padding: 50px 0 20px;
}

.plan_block .tarif_line {
    height: 5px;
    background: #edeff0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.plan_block .tarif_list {
    list-style: none;
    margin: 0;
    padding: 35px 0 0;
    text-align: justify;
}

.plan_block .tarif_list:before {
    content: '';
    display: block;
    width: 100%;
}

.plan_block .tarif_list:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.plan_block .tarif_item {
    display: inline-block;
    position: relative;
}

.plan_block .tarif_item:before {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -1px;
    background: #edeff0;
}

.plan_block .ball,.plan_block .bubble_leads {
    background: #ef3a69;
    left: 50%;
    position: absolute;
}

.plan_block .tarif_item .fa {
    font-size: 12px;
}

.plan_block .tarif_item.active .bubble_leads {
    display: inline-block;
}

.plan_block .tarif_item.active .ball {
    display: block;
}

.plan_block .bubble_leads {
    top: -90px;
    margin-left: -67px;
    width: 134px;
    text-align: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    white-space: nowrap;
    padding: 5px 0;
    display: none;
}

.plan_block .bubble_leads:after {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -6px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #ef3a69 transparent transparent;
}

.plan_block .ball {
    width: 23px;
    height: 23px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: -50px;
    margin-left: -11px;
    display: none;
}

#leads_list {
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    padding-left: 20px;
}

#leads_list:after {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #fafafc;
    border-left: 1px solid #ddd;
    width: 358px;
    height: 100%;
    content: "";
    z-index: 0;
}

.delete_lead_btn {
    margin-left: 10px;
    font-size: 12px;
    color: #a52a2a;
}

.leads_list_filtration {
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}

.leads_list_filtration label {
    display: block;
    font-weight: 400;
}

.leads_list_filtration .filter_btn {
    display: block;
}

.leads_list_filtration .filter_btn .dropdown-menu {
    right: 0;
    max-height: 200px;
    overflow: auto;
}

.leads_list_filtration .filter_btn .btn {
    float: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    text-align: left;
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.leads_list_filtration .filter_btn .btn .caret {
    float: right;
    position: absolute;
    top: 19px;
    right: 15px;
    color: #999;
}

.leads_list_block_head,.leads_list_filtration_head {
    font-size: 23px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 20px;
}

.leads_list_block_head i.fa,.leads_list_filtration_head i.fa {
    color: #8b8b8b;
    font-size: 20px;
    margin-right: 4px;
}

.leads_list_filtration .leads_list_filtration_head {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.leads_list_quant {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.leads_list_quant li {
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    color: #8b8b8b;
}

.leads_list_quant li a {
    display: block;
    background: #fff;
    color: #8b8b8b;
    height: 27px;
    line-height: 27px;
    width: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.leads_list_quant li a.active,.leads_list_quant li a:hover {
    background: #3a8ce0;
    color: #fff;
    text-decoration: none;
}

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

.leads_listing_item {
    border: 1px solid #e6e6e8;
    border-left: 4px solid #e6e6e8;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: Roboto,Arial;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    word-break: break-word;
}

.leads_list_top {
    background: #fbfbfc;
    border-bottom: 1px solid #e6e6e8;
}

.lead_attrs,.lead_text,.leads_listing_date,.leads_listing_name,.leads_listing_status {
    padding: 7px 10px;
}

.leads_listing_name {
    font-weight: 500;
}

.leads_listing_name i.fa {
    margin-right: 5px;
    font-size: 20px;
}

.leads_listing_status {
    display: inline-block;
    text-align: right;
    padding: 0;
}

.leads_listing_status .btn {
    padding: 0;
}

.leads_listing_date {
    padding-top: 10px;
    color: #c3c3c3;
    font-size: 12px;
}

.leads_listing_date i.fa {
    margin-right: 4px;
}

.leads_listing_date i.fa.fa-clock-o {
    margin-left: 4px;
}

.lead_attrs {
    list-style: none;
    margin: 0;
}

.lead_attrs li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}

.lead_attrs li:first-child {
    font-weight: 500;
}

.lead_attrs li i.fa {
    color: #c3c3c3;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    text-align: center;
}

.lead_text {
    padding: 10px;
}

.leads_page_block .filter_row {
    margin-bottom: 30px;
}

.leads_page_block .filter_days_wrap {
    font-size: 0;
}

.leads_page_block .row.filter_row_btns {
    margin-top: -10px;
    padding: 0;
}

.leads_page_block .filter_btn .dropdown-toggle {
    background: #f7f9fa;
    border: 1px solid #f0f3f5;
}

.leads_page_block .form-control.period_filter {
    display: inline-block;
    width: 110px;
    height: 34px;
    font-size: 12px;
    background: 0 0 !important;
    position: relative;
    z-index: 10;
    line-height: inherit;
}

.leads_page_block .table_mod_cell.text-right {
    position: relative;
}

.leads_list_filtration>.filter_row:nth-child(2) .table_mod_cell.text-right:after {
    content: "\f073";
    font-family: FontAwesome;
    position: absolute;
    right: 121px;
    top: 50%;
    margin-top: -12px;
    font-size: 18px;
    color: #969696;
    z-index: 8;
}

.leads_list_filtration>.filter_row:nth-child(2) .table_mod_cell.text-right:before {
    content: "\f073";
    font-family: FontAwesome;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -12px;
    font-size: 18px;
    color: #969696;
    z-index: 8;
}

.leads_page_block .filter_days_wrap>a {
    padding: 10px 8px;
    font-weight: 500;
    font-size: 12px;
    color: #90a0b0;
    border: 1px solid #f0f3f5;
    border-left-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    background: #fff;
}

.leads_page_block .filter_days_wrap>a:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-left-color: #f0f3f5;
}

.leads_page_block .filter_days_wrap>a:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.leads_page_block .filter_days_wrap>a.active,.leads_page_block .filter_days_wrap>a:hover {
    color: #7b92a8;
    border-color: #b6cbdf;
    background: #ebf4fc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.leads_listing_status .btn .caret {
    color: #999;
}

.leads_listing_status .btn:active,.leads_listing_status .btn:focus,.leads_listing_status .btn:hover {
    text-decoration: none;
}

.status_marker {
    width: 10px;
    height: 10px;
    background: red;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.status_lid .new {
    background: #b6a4c0;
}

.status_lid .connect_fail {
    background: #faa900;
}

.status_lid .help_question {
    background: #8bcec1;
}

.status_lid .spam {
    background: #fc5645;
}

.status_lid .not_interested {
    background: #8bb1ce;
}

.status_lid .deal {
    background: #51ca80;
}

.status_lid .processed {
    background: #9bca51;
}

.status_lid .send_mail {
    background: #a79a9a;
}

.status_lid .got_mail {
    background: #7166bf;
}

.dropdown-menu li a .new {
    color: #b6a4c0;
}

.dropdown-menu li a .connect_fail {
    color: #faa900;
}

.dropdown-menu li a .help_question {
    color: #8bcec1;
}

.dropdown-menu li a .spam {
    color: #fc5645;
}

.dropdown-menu li a .not_interested {
    color: #8bb1ce;
}

.dropdown-menu li a .deal {
    color: #51ca80;
}

.dropdown-menu li a .processed {
    color: #9bca51;
}

.dropdown-menu li a .status_marker_o {
    display: none;
}

.dropdown-menu li a .send_mail {
    color: #a79a9a;
}

.dropdown-menu li a .got_mail {
    color: #7166bf;
}

.status_marker.new,span.new .status_marker {
    background: red;
}

span.connect_fail .status_marker {
    background: #b22222;
}

span.help_question .status_marker {
    background: #bebebe;
}

span.spam .status_marker {
    background: #696969;
}

span.not_interested .status_marker {
    background: #dcdcdc;
}

span.deal .status_marker {
    background: #0f0;
}

span.processed .status_marker {
    background: #32cd32;
}

span.send_mail .status_marker {
    background: #a79a9a;
}

span.got_mail .status_marker {
    background: #7166bf;
}

.leads_page_block .dash_filters_btn_wrap {
    font-size: 0;
    display: inline-block;
}

.leads_page_block .dash_filters_btn {
    font-weight: 500;
    font-size: 12px;
    color: #90a0b0;
    border: 1px solid #f0f3f5;
    border-left-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.leads_page_block .dash_filters_btn:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-left-color: #f0f3f5;
}

.leads_page_block .dash_filters_btn:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.leads_page_block .dash_filters_btn.active,.leads_page_block .dash_filters_btn:hover {
    color: #7b92a8;
    border-color: #b6cbdf;
    background: #ebf4fc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.leads_page_block .controll_has_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #969696;
}

.leads_page_block .controll_has_icon .fa {
    position: absolute;
    right: 7px;
    top: 6px;
    font-size: 18px;
    z-index: 8;
}

.leads_page_block .dash_filters_input {
    width: 160px;
    height: 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f0f3f5;
    color: #969696;
    padding: 0 10px;
    margin-left: 10px;
    position: relative;
    z-index: 10;
    background: 0 0;
    outline: 0;
    font-size: 13px;
}

.leads_page_block .lead_item {
    padding: 15px 20px 20px;
    border: 1px solid #ededed;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    word-break: break-word;
}

.leads_page_block .lead_item .fa {
    vertical-align: middle;
}

.lead_item_info,.lead_item_photo {
    vertical-align: top;
    margin-right: 20px;
    display: inline-block;
}

.lead_item a {
    color: #3a8ce0;
}

.lead_item_head {
    margin-bottom: 15px;
}

.lead_item_body {
    margin-bottom: 20px;
    line-height: 1.4;
}

.lead_item_photo {
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url(/img/account/temp_avatar.png) center 0 no-repeat;
}

.lead_item_photo.avatar_male {
    background: url(/img/account/avatar_male.png) center 0 no-repeat;
}

.lead_item_photo.avatar_female {
    background: url(/img/account/avatar_female.png) center 0 no-repeat;
}

.lead_item_photo.avatar_na {
    background: url(/img/account/avatar_na.png) center 0 no-repeat;
}

.lead_item_footer {
    position: relative;
    padding-right: 100px;
}

.lead_item_photo img {
    height: 100%;
    max-width: inherit;
}

.lead_item_info p {
    margin-bottom: 5px;
}

.lead_item_city {
    color: #9aa0a7;
}

.lead_item_time {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #c9ccd0;
    margin-top: -9px;
}

.status_marker_o {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    margin: -2px 0 0 10px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.status_lid>span {
    display: inline-block;
    padding: 3px 10px 4px 15px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #b6a4c0;
    font-size: 12px;
    color: #fff !important;
    -webkit-transition: all 50ms linear;
    -moz-transition: all 50ms linear;
    -o-transition: all 50ms linear;
    -ms-transition: all 50ms linear;
    transition: all 50ms linear;
}

.btn-group.open .status_lid>span {
    -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.15);
    box-shadow: inset 0 3px 3px rgba(0,0,0,.15);
}

.lead_item_from {
    display: inline-block;
    vertical-align: middle;
    max-width: 320px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    padding: 1px 15px;
    overflow: hidden;
}

.drop_status li:last-child {
    border-top: 1px solid #ececec;
    margin-top: 5px;
    padding: 5px 0;
}

.drop_status li:last-child a {
    color: #90919a;
}

.leads_page_block {
    padding: 0;
}

.leads_page_block .row {
    padding: 0 14px;
}

.leads_page_block .col-xs-4,.leads_page_block .col-xs-8 {
    padding: 20px 15px;
    position: initial;
}

.leads_page_block .outdoor_leads_block {
    padding-top: 0;
}

.leads_page_block .col-xs-4:before {
    content: "";
    display: block;
    width: 33.333333333%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fcfcfc;
    border-left: 1px solid #e8ebed;
}

.leads_page_block .filter_row button.dropdown-toggle,.leads_page_block .filter_row input {
    background: #fff;
    -webkit-box-shadow: inset 0 4px 7px -5px rgba(0,0,0,.2);
    box-shadow: inset 0 4px 7px -5px rgba(0,0,0,.2);
    height: 42px;
    border: 1px solid #f0f3f5;
}

.leads_page_block .leads_list_filtration>.filter_row {
    position: relative;
}

.leads_list_filtration>.filter_row:nth-child(2):after {
    content: "";
    background: #fff;
    width: 110px;
    height: 33px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.leads_list_filtration>.filter_row:nth-child(2):before {
    content: "";
    background: #fff;
    width: 110px;
    height: 33px;
    display: block;
    position: absolute;
    top: 0;
    right: 114px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.leads_list_filtration .table_mod>.table_mod_cell:first-child {
    float: left;
    margin: 9px 0 0;
}

.lead_item_icon {
    width: 27px;
    height: 27px;
    line-height: 27px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f8ac09;
    text-align: center;
    font-size: 19px;
    margin-right: 10px;
    color: #fff;
}

.fa-mobile.lead_item_icon {
    background-color: #73cae8;
    font-size: 25px;
}

.lead_export [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.lead_export .btn {
    padding: 7px 15px;
}

.lead_export .btn .fa {
    margin-right: 5px;
    color: #999;
}

@media (max-width:1100px) {
    .filter_days_wrap>a {
        padding: 10px 2px;
    }
}

.styled_popup_wrap {
    width: 710px;
    height: 270px;
    margin: 0 auto;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.styled_popup_wrap .close {
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 30px;
    z-index: 10;
    outline: 0 !important;
}

.styled_popup {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.styled_popup .styled_popup_left,.styled_popup .styled_popup_right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: 100%;
    padding: 0 6%;
    background: #fff;
}

.styled_popup .styled_popup_left {
    background: #ec154d;
}

.styled_popup .styled_popup_left .fa-code {
    font-size: 110px;
    color: #fff;
}

.styled_popup .styled_popup_title {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    padding: 0 6%;
}

.styled_popup #sendCodeBtn {
    position: relative;
    top: 30px;
}

.avatar_block_form {
    width: 120px;
    height: 120px;
    border: 1px solid #d8dee9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background-color: #d8dee9;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.avatar_block_form:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: 0 0;
    opacity: .3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    filter: alpha(opacity=30);
    top: 0;
    left: 0;
    position: absolute;
    transition: all .2s ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.avatar_block_form .btn,.widget_tabs .wt_element_href {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}

.avatar_block_form:hover:after {
    background: #000;
}

.avatar_block_form:hover .btn {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.avatar_block_form .btn {
    z-index: 15;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 !important;
    margin: -17px 20px 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    transition: all .2s ease;
}

.avatar_block_form #form_avatar {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    cursor: pointer;
    left: 0;
    top: 0;
}

.avatar_block_form .last_form .btn {
    margin: 30px auto 0;
    display: block;
}

.config_block .title_config_block.profile_change:after {
    background: url(/img/account/account.png) top left no-repeat;
}

.config_block .title_config_block.password_change:after {
    background: url(/img/account/password.png) top left no-repeat;
}

.config_block .title_config_block.mailing_settings:after {
    background: url(/img/account/mailing.png) top left no-repeat;
}

.profile_notification .bg-success {
    background-color: transparent;
    margin: 50px 0;
    text-align: center;
}

.profile_notification .bg-danger {
    background: 0 0;
    margin: 50px 0;
    text-align: center;
    font-weight: 600;
    color: #ec154d;
}

.config_block .input_venyoo_checkbox {
    cursor: pointer;
}

.payment_balance_block {
    background: 0 0;
}

.payment_balance_block .front_td {
    font-size: 18px;
    line-height: 18px;
    color: #000;
}

.payment_balance_block .payup_table {
    background: #f7f7f7;
    border: 2px solid #edeff0;
}

.payment_balance_block .payup_table td {
    border: 0;
    vertical-align: middle;
    padding: 20px;
}

.payment_balance_block .payup_table td .venyoo_form_control {
    width: 250px;
    display: inline-block;
    margin-right: 5px;
}

.payment_balance_block .payup_table td .radio input[type=radio] {
    top: 2px;
}

.payment_balance_block .ballance_table {
    margin-bottom: 0;
}

.payment_balance_block .ballance_table tr th {
    background: #fafbfb;
    color: #878e92;
    font-weight: 400;
    padding: 20px;
    border-left: 0;
    border-right: 0;
}

.payment_balance_block .ballance_table tr td {
    border: 2px solid #edeff0;
    border-left: 0;
    border-right: 0;
    padding: 20px;
    vertical-align: middle;
}

.payment_balance_block .ballance_table tr td.total {
    font-size: 30px;
    text-align: right;
    padding-right: 50px;
}

.payment_balance_block .ballance_table tr td .ballance_marker {
    display: inline-block;
    margin-right: 6px;
}

.payment_balance_block .ballance_table tr td .btn_ballance {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 8px 0 0;
    text-align: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.payment_balance_block .ballance_table tr td .btn_ballance i.fa {
    font-size: 8px;
    vertical-align: top;
    line-height: 14px;
}

.payment_balance_block .ballance_table tr td .red_mark {
    color: #d51a2a;
}

.payment_balance_block .ballance_table tr td .green_mark {
    color: #04a504;
}

.payment_balance_block .ballance_table tr td i.fa {
    font-size: 12px;
}

.chat_container {
    height: 100%;
    padding-top: 75px;
    margin-top: -75px;
}

.chat_container .inset_chat_container {
    height: 100%;
    border: 1px solid #e6e7e9;
    border-bottom: none;
    background: #fff;
}

.chat_container .chat_iframe {
    margin-bottom: -5px;
}

.colorpicker-saturation {
    float: left;
    width: 100px;
    height: 100px;
    cursor: crosshair;
    background-image: url(../img/bootstrap-colorpicker/saturation.png);
}

.colorpicker-saturation i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: -4px 0 0 -4px;
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.colorpicker-saturation i b {
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.colorpicker-alpha,.colorpicker-hue {
    float: left;
    width: 15px;
    height: 100px;
    margin-bottom: 4px;
    margin-left: 4px;
    cursor: row-resize;
}

.colorpicker-alpha i,.colorpicker-hue i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    background: #000;
    border-top: 1px solid #fff;
}

.colorpicker-hue {
    background-image: url(../img/bootstrap-colorpicker/hue.png);
}

.colorpicker-alpha,.colorpicker-color {
    background-image: url(../img/bootstrap-colorpicker/alpha.png);
}

.colorpicker-alpha {
    display: none;
}

.colorpicker:after,.colorpicker:before {
    position: absolute;
    display: inline-block;
    content: '';
}

.colorpicker-alpha,.colorpicker-hue,.colorpicker-saturation {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.colorpicker {
    top: 0;
    left: 0;
    z-index: 2500;
    min-width: 130px;
    padding: 4px;
    margin-top: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.colorpicker:after,.colorpicker:before {
    line-height: 0;
}

.colorpicker:before {
    top: -7px;
    left: 6px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0,0,0,.2);
}

.colorpicker:after {
    clear: both;
    top: -6px;
    left: 7px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.colorpicker div {
    position: relative;
}

.colorpicker.colorpicker-with-alpha {
    min-width: 140px;
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
    display: block;
}

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-position: 0 100%;
}

.colorpicker-color div {
    height: 10px;
}

.colorpicker-selectors {
    display: none;
    height: 10px;
    margin-top: 5px;
    clear: both;
}

.colorpicker-selectors i {
    float: left;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.colorpicker-selectors i+i {
    margin-left: 3px;
}

.colorpicker-element .add-on i,.colorpicker-element .input-group-addon i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    cursor: pointer;
}

.colorpicker.colorpicker-inline {
    position: relative;
    z-index: auto;
    display: inline-block;
    float: none;
}

.colorpicker.colorpicker-horizontal {
    width: 110px;
    height: auto;
    min-width: 110px;
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
    margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-color {
    width: 100px;
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha,.colorpicker.colorpicker-horizontal .colorpicker-hue {
    float: left;
    width: 100px;
    height: 15px;
    margin-bottom: 4px;
    margin-left: 0;
    cursor: col-resize;
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha i,.colorpicker.colorpicker-horizontal .colorpicker-hue i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 15px;
    margin-top: 0;
    background: #fff;
    border: 0;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
    background-image: url(../img/bootstrap-colorpicker/hue-horizontal.png);
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    background-image: url(../img/bootstrap-colorpicker/alpha-horizontal.png);
}

.colorpicker.colorpicker-hidden {
    display: none;
}

.colorpicker.colorpicker-visible {
    display: block;
}

.colorpicker-inline.colorpicker-visible {
    display: inline-block;
}

.colorpicker-right:before {
    right: 6px;
    left: auto;
}

.colorpicker-right:after {
    right: 7px;
    left: auto;
}

.colorpicker-1-5x .colorpicker-saturation {
    width: 150px;
    height: 150px;
}

.colorpicker-1-5x .colorpicker-alpha,.colorpicker-1-5x .colorpicker-hue {
    width: 20px;
    height: 150px;
}

.colorpicker-1-5x .colorpicker-color,.colorpicker-1-5x .colorpicker-color div {
    height: 20px;
}

.widget_tabs {
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0 0 20px;
    list-style: none;
    font-size: 0;
}

.widget_tabs .fa {
    color: #5c5c5c;
}

.widget_tabs .ng-isolate-scope {
    display: table-cell;
    width: 15%;
    text-align: center;
    vertical-align: middle;
    padding: 0 9px;
    white-space: nowrap;
}

.widget_tabs .wt_element_href {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    padding: 9px 10px 6px;
    position: relative;
    text-align: center;
    transition: all .2s ease;
    border-bottom: 2px solid #fff;
    color: #5c5c5c;
}

.widget_tabs .eye_demo .fa,.widget_tabs .wt_element_href:hover {
    color: #ec154d;
}

.widget_tabs .wt_element_href .text_element_main_tab {
    display: inline-block;
    vertical-align: middle;
}

.widget_tabs .wt_element_href .icons_config {
    margin-right: 10px;
}

.widget_tabs .eye_demo {
    display: inline-block;
    font-size: 18px;
    line-height: 31px;
    height: 35px;
    width: 35px;
    margin: 0 15px 0 0;
    text-align: center;
    border: 1px solid #bbb;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-linear-gradient(top,#fff,#f7f6f6);
    background: -moz-linear-gradient(top,#fff,#f7f6f6);
    background: -o-linear-gradient(top,#fff,#f7f6f6);
    background: -ms-linear-gradient(top,#fff,#f7f6f6);
    background: linear-gradient(to bottom,#fff,#f7f6f6);
}

.widget_tabs .eye_demo:hover {
    border-color: #ec154d;
}

.widget_tabs li.active .wt_element_href {
    color: #ec154d;
    border-bottom: 2px solid #ec154d;
}

.widget_tabs .btn_emboss_project {
    float: right;
    cursor: default;
    padding: 0 15px !important;
    background: #f6f6f6;
    border: 1px solid #e8e8e8;
    color: #bcbcbc !important;
}

.widget_tabs .btn_emboss_project:focus,.widget_tabs .btn_emboss_project:hover {
    background: #f6f6f6 !important;
    border: 1px solid #e8e8e8;
}

.widget_tabs .btn_emboss_project .fa {
    margin-right: 5px;
    color: #bcbcbc;
    font-size: 16px;
    top: 1px;
    position: relative;
}

.widget_tabs .btn_emboss_project.save {
    cursor: pointer;
    background: #ec154d;
    border-color: #ec154d;
    color: #fff !important;
}

.widget_tabs .btn_emboss_project.save:focus,.widget_tabs .btn_emboss_project.save:hover {
    background: #ee2c5f !important;
    border-color: #ee2c5f !important;
}

.widget_tabs .btn_emboss_project.save .fa {
    color: #fff;
}

.widget_tabs .last_widget_tab {
    width: 20%;
    border-bottom: none;
    text-align: right;
    white-space: normal;
}

.config_label {
    font-weight: 400;
    margin: 0 15px 0 0;
    line-height: 30px;
}

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

.config_group .btn_config {
    height: 30px;
    padding: 0 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #e6e6e6;
}

.config_group .btn_config .fa-angle-down {
    margin: 0 0 0 10px;
    color: #d1d1d1;
    position: relative;
    top: 2px;
    font-size: 18px;
}

.lang_dropdown .lang_flag {
    position: relative;
    top: -1px;
}

.lang_dropdown .lang_change .lang_flag {
    top: -2px;
    margin-right: 5px;
}

input.config_form_control {
    height: 45px;
    border-color: #e6e6e6;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input.config_form_control:focus {
    color: #333;
    -webkit-box-shadow: 0 1px 4px #aecbfb;
    box-shadow: 0 1px 4px #aecbfb;
}

textarea.config_form_control {
    height: 80px;
    line-height: 1.42857143;
    border-color: #e6e6e6;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    margin: 0 0 20px;
}

textarea.config_form_control:focus {
    color: #333;
    -webkit-box-shadow: 0 1px 4px #aecbfb;
    box-shadow: 0 1px 4px #aecbfb;
}

.input_venyoo_tooltip {
    color: #d1d1d1;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 20px;
    pointer-events: all;
    z-index: 50;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;
}

.input_venyoo_tooltip:hover {
    color: #ec154d;
}

.venyoo_inset_tooltip {
    font-family: 'Agency',sans-serif;
    margin-top: 6px !important;
}

.venyoo_inset_tooltip .tooltip-arrow {
    border-top-color: #333 !important;
    margin-bottom: 1px !important;
}

.venyoo_inset_tooltip .tooltip-arrow:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #000 transparent transparent;
    position: absolute;
    margin: -4px 0 0 -5px;
    z-index: -1;
}

.thx_images_item.active:after,.widget_style_wrap .widget_style_item:after {
    content: '\f078';
    font-family: FontAwesome;
    text-align: center;
}

.venyoo_inset_tooltip .tooltip-inner {
    background-color: #333;
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
    box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
}

.background_block_white.config_text_padding {
    padding: 0 20px !important;
}

.widget_style_wrap {
    font-size: 0;
}

.widget_style_wrap .widget_style_cell {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.widget_style_wrap .widget_style_radio {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    z-index: 1;
    cursor: pointer;
}

.widget_style_wrap .hex_input {
    display: none;
}

.widget_style_wrap .color_picker {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.widget_style_wrap .hex_color {
    padding: 0;
    background: 0 0;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 3px;
    border: 3px solid #fff;
}

.widget_style_wrap .hex_color .hex_circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 19px !important;
    height: 19px !important;
    background: url(/img/account/picker.png) 50% no-repeat #d6d6d6 !important;
}

.widget_style_wrap .widget_style_item {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 3px;
    border: 3px solid #fff;
}

.widget_style_wrap .widget_style_item:after {
    line-height: 19px;
    font-size: 12px;
    position: absolute;
    width: 19px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.widget_style_wrap .widget_style_radio:checked+.widget_style_item {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.widget_style_wrap .widget_style_radio:checked+.widget_style_item:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

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

.btn_arrow_left {
    cursor: pointer;
    margin: 0 10px 0 30px;
}

.btn_arrow_right {
    margin: 0;
    cursor: pointer;
}

.widget_position {
    position: relative;
    background: url(/img/account/iframe_bg.jpg) 0;
    -webkit-background-size: 2%;
    -moz-background-size: 2%;
    background-size: 2%;
}

.widget_position .widget_demo {
    background: #bbb;
    color: #fff;
    border: 0;
    font-size: 11px;
    line-height: 11px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 10px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.widget_position .background_fader_list {
    position: absolute;
    top: 5px;
    left: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_position .background_fader_item {
    margin-bottom: 5px;
}

.widget_position .background_fader {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: 0 0;
}

.widget_position .background_fader._0 {
    background: #fff;
}

.widget_position .background_fader._10 {
    background: #cdcdcd;
}

.widget_position .background_fader._50 {
    background: #919191;
}

.widget_position .background_fader._75 {
    background: #5c5c5c;
}

.widget_position .background_fader._100 {
    background: #232323;
}

#lead .form_block_tab {
    padding: 0 25px;
}

#lead .background_block_white {
    padding: 15px 20px;
}

#lead .background_block_white label.no_margin {
    font-weight: 400;
    cursor: pointer;
    line-height: 29px;
}

#lead .background_block_white .check_box_element {
    margin: 5px 10px 5px 0;
}

.form_block_tab .form-group {
    margin-bottom: 25px;
}

.form_block_tab .form-group.has-border {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
}

.form_block_tab .form-group label,.form_block_tab .form-group:last-child {
    margin-bottom: 0;
}

.form_block_tab [class*=fa-question] {
    color: #d1d1d1;
    font-size: 20px;
    margin-right: 2px;
}

.form_block_tab [class*=fa-question]:hover {
    color: #ec154d;
}

.form_block_tab .tooltip {
    margin-top: 0 !important;
}

.form_block_hint {
    font-size: 21px;
    color: #333;
    line-height: 23px;
}

.form_block_text {
    padding: 13px 0;
    margin-bottom: 0;
    color: #ccc;
    font-size: 13px;
}

.msg_icon {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 22px;
    margin-right: 10px;
    background: url(/img/account/msg.png) no-repeat;
}

.form_block_title {
    margin: 0 0 10px;
    font-size: 18px;
}

select.form-control {
    border-color: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
}

.thx_images img {
    border: 2px solid transparent;
    cursor: pointer;
}

.thx_images_item {
    position: relative;
    display: inline-block;
    width: 20%;
    margin-right: -4px;
    padding: 10px;
    text-align: center;
}

.thx_images_item.active img {
    border-color: #ec154d;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.thx_images_item.active:after {
    position: absolute;
    right: 18px;
    top: 12px;
    width: 22px;
    height: 22px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    line-height: 18px;
    color: #ec154d;
    border: 2px solid #ec154d;
}

.venyoo_tooltip {
    display: inline-block;
    position: relative;
    pointer-events: auto;
    margin: 0 5px;
}

.venyoo_tooltip.text_tooltip {
    top: 2px;
}

.venyoo_tooltip.form-control-feedback {
    position: absolute;
}

.venyoo_tooltip.input_venyoo_tooltip {
    height: 45px;
    width: 45px;
    line-height: 45px;
}

.venyoo_tooltip.input_venyoo_tooltip .text_venyoo_tooltip {
    left: 14px;
    margin-bottom: -5px;
}

.venyoo_tooltip .fa {
    color: #d1d1d1;
    font-size: 20px;
    cursor: help;
}

.venyoo_tooltip .fa:hover {
    color: #ec154d;
}

.venyoo_tooltip .text_venyoo_tooltip {
    display: none;
    position: absolute;
    min-width: 200px;
    left: 0;
    bottom: 100%;
    padding: 5px 10px;
    background: #333;
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
    box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity: .9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 7px -10px;
    z-index: 10;
}

#footer .footer_copy_text,#footer .footer_link,#footer .footer_logo,.venyoo_tooltip .fa:hover~.text_venyoo_tooltip {
    display: block;
}

.venyoo_tooltip .text_venyoo_tooltip:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: 0 0 0 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}

#footer {
    margin: 23px 0 13px;
    font-size: 17px;
    color: #495b7f;
}

#footer .footer_logo_img {
    height: 47px;
}

#footer .footer_copy_text {
    margin: 5px 0;
}

#footer .links_footer_map {
    display: inline-block;
    margin: 0 5px;
    color: #ec154d;
}

@media screen and (max-width:1170px) {
    .tam_controls_panel,.tam_controls_panel [class*=col-],.widget_tabs .wt_element_href {
        padding-left: 0;
        padding-right: 0;
    }

    .container {
        width: auto !important;
    }

    .form-group .set_custom_photo {
        width: 73px;
    }

    #w_step_2 .carousel-inner {
        width: auto;
    }

    .btn_arrow_left {
        margin-right: 10px;
    }
}

@media (min-width:700px) {
    .header_account .button_main_menu,.header_account .button_user_menu {
        display: none;
    }
}

.footer_features {
    position: relative;
    padding: 70px 0;
    word-break: break-word;
    overflow: hidden;
    font-size: 14px;
    color: #777;
    background: #f4f5f7;
}

.footer_features>.container {
    padding: 0;
}

.footer_features .title_5 {
    margin-bottom: 25px;
    color: #5d5d5d;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

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

.footer_features .list a {
    display: inline-block;
    padding: 3px 0;
    color: #777;
}

.footer_features .list a:hover {
    color: #FF412C;
}

.footer_features .footer_col_text {
    margin-bottom: 25px;
}

.footer_features .btn_1.bg_is_red {
    display: inline-block;
    border: 1px solid #FF412C;
    background: 0 0;
    text-decoration: none !important;
    color: #FF412C;
    font-weight: 300;
    line-height: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 17px;
    padding: 17px 43px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.footer_features .btn_1.bg_is_red:focus,.footer_features .btn_1.bg_is_red:hover {
    background: #FF5252;
    color: #fff;
}

.footer_features .btn_1.bg_is_red:active {
    background: #FF5252;
    border-color: #FF5252;
}

.footer_features .foot_ul_social {
    margin: 25px 0 0;
    padding: 0;
}

.footer_features .ul_social_li {
    display: inline-block;
}

.footer_features .social_li_a {
    display: block;
    line-height: 37px;
    height: 39px;
    width: 39px;
    margin-right: 22px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    font-size: 21px;
    color: #d8d8d8;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.footer_features .social_li_a:hover {
    color: #fff;
}

.footer_features .social_li_a:hover.fb {
    background: #6987cf;
    border-color: #6987cf;
}

.footer_features .social_li_a:hover.vk {
    background: #4e729a;
    border-color: #4e729a;
}

.footer_features .social_li_a:hover.tw {
    background: #1dcaff;
    border-color: #1dcaff;
}

.footer_features .social_li_a:hover.gg {
    background: #d34836;
    border-color: #d34836;
}

.footer_features .logo_short_wrap {
    position: relative;
    padding: 20px 0;
    margin-bottom: -27px;
    text-align: center;
    z-index: 0;
}

.footer_features .logo_short_wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
}

.footer_features .logo_short {
    display: inline-block;
    width: 35px;
    height: 41px;
    padding: 0 40px;
    background: url(../../img/logo/logo_short.png) center center no-repeat #f4f5f7;
}

.footer_features .footer_menu {
    position: relative;
    z-index: 1;
}

.footer_features .footer_menu_item {
    margin-right: 20px;
    color: grey;
}

.footer_features .footer_menu_item:hover {
    color: #FF412C;
}

.footer_features .footer_menu_item .fa {
    margin-right: 5px;
}

@media (max-width:1400px) {
    .v_header {
        padding: 35px 0 0;
        margin: 0 0 35px;
    }

    .main_page_title {
        margin: 0 0 15px;
    }

    #spaceCarousel {
        margin: -30px 0 -20px;
    }

    #spaceCarousel .item {
        margin-bottom: 9%;
    }

    .carousel-indicators {
        bottom: 40px;
    }
}

@media (max-width:1200px) {
    .why_venyoo_best .img_wvb {
        top: 10px;
    }

    .industry_solutions .title_block_is {
		font-size: 16px;
		font-weight: 800;
    }

    .industry_solutions .text_block_is {
        font-size: 15px;
    }

    .your_clients .face_your_client.client_1 {
        top: 80px;
        left: 70px;
    }

    .your_clients .face_your_client.client_2 {
        top: 227px;
		left: 234px;
    }

    .your_clients .face_your_client.client_3 {
        top: 72px;
		left: 246px;
    }

    .footer_features .btn_1.bg_is_red {
        padding: 17px 30px;
    }

    .footer_features .social_li_a {
        margin-right: 13px;
    }

    .footer_features .pull-right .footer_menu_item {
        margin: 0 0 0 20px;
    }
}

@media (max-width:1000px) {
    .main_page_title,.title_blocks {
        font-size: 32px;
    }

    .title_blocks {
        margin-bottom: 60px;
    }

    #spaceCarousel .carousel-indicators {
        bottom: 25px;
    }

    .why_venyoo_best {
        padding: 60px 0;
    }

    .why_venyoo_best .title_blocks {
        margin-bottom: 30px;
    }

    .why_venyoo_best .border_wvb {
        border: none;
    }

    .why_venyoo_best .blocks_wvb {
        padding: 30px 200px 30px 15px;
    }

    .why_venyoo_best .blocks_wvb.col_border_right {
        padding-right: 200px;
    }

    .why_venyoo_best .blocks_wvb.col_border_left {
        border: none;
        padding-left: 15px;
    }

    .how_it_work {
        padding: 60px 0;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .div_margin_hiw {
        margin: 0 0 40px;
        padding: 0 15px 0 170px;
    }

    .our_capabilities {
        padding: 60px 0 120px;
    }

    .our_capabilities .title_our_capabilities {
        text-align: center;
        margin-top: 0;
    }

    .our_capabilities .text_our_capabilities {
        text-align: center;
        margin: 0 0 40px;
    }

    .our_capabilities .block_center_oc {
        text-align: center;
    }

    .our_capabilities .block_center_oc .img_our_capabilities {
        height: 350px;
        width: auto;
        display: inline-block;
    }

    .industry_solutions {
        padding: 60px 0 30px;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .industry_solutions .block_industry_solutions {
        padding: 30px 15px;
        margin: 0 0 30px;
    }

    .industry_solutions .text_block_is {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .industry_solutions .white_button_landing {
        display: block;
        width: 120px;
        margin: 0 auto;
    }

    .your_clients {
        padding: 50px 0;
    }

    .your_clients .left_block_yc,.your_clients .right_block_yc {
        width: 100%;
        display: block;
        margin: 10px 0;
        text-align: center;
    }

    .your_clients .title_your_clients {
        font-size: 22px;
        max-width: 100%;
        text-align: center;
        text-transform: uppercase;
    }

    .your_clients .input_your_clients,.your_clients .pink_button_landing {
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .your_clients .face_your_client.client_1 {
        top: 190px;
        left: 120px;
    }

    .your_clients .face_your_client.client_2 {
        top: 260px;
        left: 340px;
    }

    .your_clients .face_your_client.client_3 {
        top: 160px;
        left: 490px;
    }

    .footer_features .foot_res_block {
        width: 35%;
        margin-left: 15%;
    }

    .footer_features .logo_short_wrap {
        margin-bottom: 0;
    }
}

@media (max-width:990px) {
    .v_payments_text {
        font-size: 16px;
    }

    .v_payments_price {
        font-size: 18px;
    }

    .price_deal {
        font-size: 12px;
    }
}

@media (max-width:800px) {
    .footer_features {
        padding: 40px 15px;
    }

    .footer_features .title_5 {
        margin: 20px 0 10px;
    }

    .footer_features .foot_res_block {
        width: 100%;
        margin: 0;
    }
}

@media (max-width:768px) {
    .v_payments_table {
        display: block;
    }

    .v_payments_table_cell {
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        width: 25%;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }

    .v_payments_text {
        padding: 20px 0 15px;
    }

    .table_icon_wrap {
        display: table-cell;
        width: 210px;
        height: 50px;
        vertical-align: middle;
    }
}

@media (max-width:700px) {
    .v_header .button_menu,.v_header .close_menu_button {
        float: right;
        outline: 0;
        border: none;
        background: 0 0;
        display: block;
    }

    .main_page_title {
        margin-top: 10px;
    }

    .v_header {
        padding: 5px 0 0;
        margin: 0 0 5px;
        z-index: 50;
    }

    .v_header .container {
        height: auto;
    }

    .v_header .logo {
        margin-left: 10px;
    }

    .v_header .button_menu {
        height: 45px;
        font-size: 22px;
        margin: 0;
        padding: 0 10px;
        color: #fff;
    }

    .v_header .close_menu_button {
        position: relative;
        width: 40px;
        height: 40px;
        margin: -50px 0 0;
        padding: 0;
    }

    .v_header .close_menu_button:after,.v_header .close_menu_button:before {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        height: 2px;
        width: 40px;
        background: #fff;
    }

    .v_header .close_menu_button:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .v_header .close_menu_button:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .v_header .v_menu {
        position: fixed;
        width: 100%;
        height: 0;
        z-index: -10;
        left: 0;
        top: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        overflow: hidden;
        text-align: center;
        padding: 0 30px;
    }

    .v_header .v_menu .v_menu_a {
        display: block;
        width: 100%;
        height: auto;
        line-height: 50px;
        margin: 0 0 10px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }

    .v_header .v_menu.active {
        z-index: 100;
        min-height: 100%;
        height: auto;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        padding: 80px 30px 30px;
        background: rgba(255, 82, 82,.95);
        -webkit-transition: opacity .3s .1s ease-in-out,background .3s .1s ease-in-out,padding .3s .1s ease-in-out;
        -moz-transition: opacity .3s .1s ease-in-out,background .3s .1s ease-in-out,padding .3s .1s ease-in-out;
        -o-transition: opacity .3s .1s ease-in-out,background .3s .1s ease-in-out,padding .3s .1s ease-in-out;
        -ms-transition: opacity .3s .1s ease-in-out,background .3s .1s ease-in-out,padding .3s .1s ease-in-out;
        transition: opacity .3s .1s ease-in-out,background .3s .1s ease-in-out,padding .3s .1s ease-in-out;
    }

    .v_header.fixed {
        position: relative;
    }

    .our_capabilities .block_center_oc .img_our_capabilities {
        height: auto;
    }

    .v_subscribe {
        padding: 30px 0 20px;
    }

    .v_subscribe .email_reg {
        width: 100%;
    }

    .your_clients .right_block_yc {
        display: none;
    }

    .footer_features {
        text-align: center;
        padding: 20px 30px 10px;
    }

    .footer_features .pull-left {
        display: block;
        text-align: center;
        width: 100%;
    }

    .footer_features .pull-left .footer_menu_item {
        display: inline-block;
        margin: 0 5px 10px;
    }

    .footer_features .pull-right {
        float: none !important;
        clear: both;
    }

    .footer_features .pull-right>* {
        display: block;
        float: none;
    }

    .footer_features .pull-right .footer_menu_item {
        margin: 0 0 10px;
    }

    .footer_features .social_li_a {
        margin: 0 8px;
    }

    .footer_features .row>.col-sm-3:nth-child(1) {
        display: none;
    }

    .v_payments_help {
        padding: 50px 0 0;
    }

    .v_payments_help h4 {
        font-size: 14px;
    }

    .v_payments_help p {
        font-size: 13px;
    }

    .v_payments_icon_10,.v_payments_icon_11,.v_payments_icon_9 {
        margin-bottom: 0;
    }
}

@media (max-width:620px) {
    .v_subscribe_2 .email_reg {
        max-width: 100%;
    }

    .v_subscribe_2 .email_reg_control,.v_subscribe_2 .pink_button_landing {
        display: block;
        margin: 0 auto 20px;
        width: 300px;
        max-width: 100%;
    }
}

@media (max-width:600px) {
    .title_blocks {
        margin-bottom: 30px;
    }

    .main_page_title {
        font-size: 22px;
    }

    .page_title_2 {
        font-size: 16px;
    }

    #spaceCarousel {
        margin: -30px 0 0;
    }

    #spaceCarousel .carousel-inner {
        overflow: visible;
    }

    #spaceCarousel .carousel-indicators {
        bottom: auto;
        top: 105%;
    }

    .why_venyoo_best {
        padding: 60px 0;
    }

    .why_venyoo_best .title_blocks {
        margin-bottom: 30px;
    }

    .why_venyoo_best .border_wvb {
        border: none;
    }

    .why_venyoo_best .blocks_wvb {
        text-align: center;
        padding: 170px 15px 30px;
    }

    .why_venyoo_best .blocks_wvb .img_wvb {
        top: 0;
        left: 50%;
        margin-left: -85px;
    }

    .why_venyoo_best .blocks_wvb.col_border_right {
        padding-right: 15px;
    }

    .why_venyoo_best .blocks_wvb.col_border_left {
        border: none;
        padding-left: 15px;
    }

    .v_subscribe .email_reg_control,.v_subscribe .pink_button_landing {
        display: block;
        max-width: 100%;
        width: 100%;
        margin: 0 0 20px;
    }

    .how_it_work .subtitle_block_hiw>br,.our_capabilities .carousel-control {
        display: none;
    }

    .how_it_work {
        padding-bottom: 40px;
    }

    .how_it_work .div_margin_hiw {
        padding: 105px 15px 0;
        text-align: center;
    }

    .how_it_work .icons_blocks_hiw {
        left: 50%;
        top: 0;
        margin-left: -50px;
        width: 100px;
        height: 100px;
        -webkit-background-size: 100px;
        -moz-background-size: 100px;
        background-size: 100px;
    }

    .how_it_work .icons_blocks_hiw.icon_block_2 {
        background-position: 0 -100px;
    }

    .how_it_work .icons_blocks_hiw.icon_block_3 {
        background-position: 0 -200px;
    }

    .how_it_work .icons_blocks_hiw.icon_block_4 {
        background-position: 0 -300px;
    }

    .industry_solutions {
        padding-bottom: 20px;
    }

    .our_capabilities #capabilitiesCarousel {
        padding: 0;
    }

    .your_clients {
        padding-bottom: 30px;
    }
}

@media (max-width:500px) {
    .title_blocks {
        font-size: 22px;
    }

    #spaceCarousel .item {
        margin: 13% 0;
    }

    .why_venyoo_best {
        padding: 60px 0 20px;
    }

    .why_venyoo_best .blocks_wvb {
        text-align: left;
        padding: 0 130px 20px 15px;
    }

    .why_venyoo_best .blocks_wvb.col_border_right {
        padding-right: 130px;
    }

    .why_venyoo_best .blocks_wvb.col_border_right .img_wvb {
        right: 15px;
    }

    .why_venyoo_best .blocks_wvb .img_wvb {
        width: 100px;
        margin: 10px 0;
        left: auto;
        right: 15px;
    }

    .why_venyoo_best .step_block_hiw {
        margin: 0;
        padding: 5px 0 0;
    }

    .why_venyoo_best .title_wvb {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 10px;
        padding: 10px 0 0;
    }

    .why_venyoo_best .text_wvb {
        font-size: 13px;
        font-weight: 300;
    }

    .our_capabilities .title_our_capabilities {
        font-size: 14px;
        font-weight: 400;
    }

    .our_capabilities .text_our_capabilities {
        font-size: 13px;
    }

    .industry_solutions .title_block_is {
        font-size: 14px;
        margin: 20px 0 10px;
    }

    .industry_solutions .text_block_is {
        font-size: 13px;
    }

    .how_it_work .icons_blocks_hiw {
        left: 15px;
        margin: 0;
    }

    .how_it_work .div_margin_hiw {
        padding: 0 15px 20px 130px;
        text-align: left;
        margin: 0;
    }

    .how_it_work .subtitle_block_hiw {
        font-size: 14px;
        font-weight: 400;
    }

    .how_it_work .text_block_hiw {
        font-size: 13px;
    }

    .v_payments .main_page_title {
        margin-top: 40px;
    }

    .v_payments_help {
        text-align: left;
    }

    .v_payments_help [class*=col-] {
        width: 100%;
        min-height: inherit;
        margin-bottom: 30px;
    }

    .v_payments_help h4,.v_payments_help p {
        padding-left: 115px;
    }

    .v_payments_help .v_payments_icon_10,.v_payments_help .v_payments_icon_11,.v_payments_help .v_payments_icon_9 {
        float: left;
    }

    .v_full_block {
        padding: 30px 0;
    }

    .v_full_block .title_blocks {
        margin-bottom: 35px;
        position: relative;
    }

    .v_special {
        display: none;
    }

    .v_special_text {
        display: block;
    }

    .mobile_no_br br {
        display: none;
    }
}

@media (max-width:450px) {
    .v_payments_table_cell {
        width: 50%;
    }
}

@media (max-width:400px) {
    #spaceCarousel .item {
        margin: 16% 0;
    }
}