@charset "utf-8";

/*-----------------MAIN-STYLES-----------------*/
/* reset */
html, body, div, section, article, header, footer, hgroup, nav, span,
h1, h2, h3, h4, p, blockquote, a, strike, strong, b, em, i, sub, sup, img,
ul, ol, li, dl, dt, dd,
form, fieldset, label,
table, caption, thead, tbody, tfoot, tr, th, td {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    vertical-align: baseline;
}

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

li {
    list-style: none;
}

sup {
    position: relative;
    top: -3px;
    font-size: 60%;
}

textarea {
    resize: none;
}

input, textarea {
    outline: none;
}

/* /reset */

/* links */
a {
    text-decoration: none;
    color: #107997;
}

a:hover {
    color: #06acdc;
}

.nu, .nu:hover {
    text-decoration: none;
    border: none;
}

/* /links */

/* headings */
h1 {
    margin: 0 0 18px 0;
    font: bold 36px/42px Helvetica, Arial, sans-serif;
}

h2 {
    margin: 0 0 18px 0;
    font: bold 22px/30px Helvetica, Arial, sans-serif;
}

h3 {
    margin: 0 0 18px 0;
    font: bold 18px/24px Helvetica, Arial, sans-serif;
}

h4 {
    font: bold 14px/18px Helvetica, Arial, sans-serif;
}

/* /headings */

/* wrappers */
body {
    background: #f0f0f0 url('../img/paper.png');
    color: #000;
    font: 16px/24px Helvetica, Arial, sans-serif;
}

.wrapper {
    min-width: 998px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 24px;
}

.page_out {
    width: 998px;
    margin: 0 auto;
}

.page {
    width: 960px;
    min-height: 400px;
    padding: 0 29px 54px 29px;
    margin: 0 0 0 -13px;
    border: 3px solid #faf7df;
    border-top: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    background: #fff;
}

/* /wrappers */

/* layout */
.col, .col0 {
    display: inline-block;
    vertical-align: top;
}

.col {
    margin-right: 34px;
}

.col1 {
    width: 40px;
}

.col2 {
    width: 80px;
}

.col3 {
    width: 120px;
}

.col4 {
    width: 160px;
}

.col5 {
    width: 200px;
}

.col6 {
    width: 240px;
}

.col7 {
    width: 280px;
}

.col8 {
    width: 320px;
}

.col9 {
    width: 360px;
}

.col10 {
    width: 400px;
}

.col11 {
    width: 440px;
}

.col12 {
    width: 480px;
}

.col13 {
    width: 520px;
}

.col14 {
    width: 560px;
}

.col15 {
    width: 600px;
}

.col16 {
    width: 640px;
}

.col17 {
    width: 680px;
}

.col18 {
    width: 720px;
}

.col19 {
    width: 760px;
}

.col20 {
    width: 800px;
}

.col21 {
    width: 840px;
}

.col22 {
    width: 880px;
}

.col23 {
    width: 920px;
}

.col24 {
    width: 960px;
}

/* /layout */
/*--------------- /MAIN-STYLES ---------------*/

/*-----------------HEADER-----------------*/
.header {
    background: #f5f5f5;
    padding: 19px 28px 17px 29px;
    margin: 0 -29px 54px -29px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

/* logo */
#logo {
    display: block;
    width: 459px;
    height: 26px;
    background: url('../img/logo.png') no-repeat;
    margin-top: 2px;
}

#logo:hover {
    background-position: 0 -36px;
}

/* /logo */

/* header_user */
.header_user {
    text-align: right;
}

.header_user_name {
    margin: 0 24px 0 0;
}

.header_lang {
    margin: 5px 30px 0 0;
}

.header_user_name a {
    display: inline-block;
    vertical-align: top;
    background: url('../img/ic_user.png') no-repeat;
    padding: 4px 0 4px 40px;
}

/* /.header_user */
/*--------------HEADER-END--------------*/

/*----------------PAGE------------------*/
/* menu */
.menu {
    line-height: 20px;
    width: 160px;
    margin: 11px 0 0 0;
}

.menu > ul > li > a {
    display: inline-block;
    vertical-align: top;
    padding: 7px 12px;
    margin: 0 0 2px -12px;
}

.menu > ul > .curr > a {
    border-radius: 4px;
    background: #107997;
    font-weight: bold;
    color: #fff;
}

.submenu {
    border-left: 2px solid #efd9b9;
    margin: 6px 0 12px 0;
    display: block;
}

.submenu > li > a {
    padding: 7px 11px;
    display: inline-block;
    vertical-align: top;
}

.submenu > .curr > a {
    padding: 5px 11px;
    border: 2px solid #efd9b9;
    border-left: none;
    border-radius: 0 3px 3px 0;
    font-weight: bold;
    color: #000;
}

/* /menu */

/* questions */
.questions {
    margin-top: 36px;
}

.question_opts {
    font-size: 0;
    margin-bottom: 18px;
    white-space: nowrap;
}

.q_opt {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

.q_opt_wh {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
}

.q_opt_1 .q_opt_wh {
    border-radius: 4px 0 0 4px;
}

.q_opt_7 .q_opt_wh {
    border-radius: 0 4px 4px 0;
}

.q_opt_bg {
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 1px;
    z-index: 3;
}

.q_opt_1 .q_opt_bg {
    background: #d84412;
    border-radius: 4px 0 0 4px;
}

.q_opt_2 .q_opt_bg {
    background: #f36d00;
}

.q_opt_3 .q_opt_bg {
    background: #f38400;
}

.q_opt_4 .q_opt_bg {
    background: #f3a400;
}

.q_opt_5 .q_opt_bg {
    background: #9fb31c;
}

.q_opt_6 .q_opt_bg {
    background: #67b31c;
}

.q_opt_7 .q_opt_bg {
    background: #1cb36a;
    padding-right: 0;
    border-radius: 0 4px 4px 0;
}

.q_opt_name {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, .25) inset;
    position: relative;
    padding: 10px 9px 10px;
    z-index: 4;
    height: 37px;
    width: 85px;
    text-align: center;
    vertical-align: middle;
}

.q_opt_1 .q_opt_name {
    border-radius: 4px 0 0 4px;
}

.q_opt_7 .q_opt_name {
    border-radius: 0 4px 4px 0;
}

.q_opt_curr .q_opt_brd,
.q_opt:hover .q_opt_brd {
    background: #ffbe73;
    border-radius: 6px;
    position: absolute;
    top: -10px;
    left: -8px;
    width: 100%;
    height: 100%;
    padding: 10px 8px;
    z-index: 1;
}

.q_opt_curr .q_opt_bg,
.q_opt:hover .q_opt_bg {
    opacity: 1;
}

.q_opt_curr .q_opt_name {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5) inset, 0 -3px 0 rgba(0, 0, 0, .25) inset;
}

.question {
    position: relative;
    margin-bottom: 36px;
}

.question_num {
    width: 39px;
    height: 31px;
    padding: 8px 0 0 0;
    background: #f5f5f5;
    color: #909090;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: -54px;
    top: -8px;
}

.question_des p {
    margin-bottom: 12px;
}

/* /questions */

/* progress */
.progress_bar {
    width: 584px;
    padding: 33px 0 0 0;
    margin: 24px 16px 0 0;
    background: url('../img/progress_bar.png') no-repeat;
    position: relative;
}

.progress_bar_current {
    padding: 33px 0 0 0;
    background: url('../img/progress_bar_curr.png') no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.progress_label {
    font-weight: bold;
    color: #e58f2d;
    margin: 6px 0 0 0;
}

.progress_remaining {
    background: #efd9b9;
    border-radius: 6px;
    width: 78px;
    padding: 12px 16px 12px 18px;
    margin: -4px 0 0 0;
}

.progress_current {
    font-size: 30px;
    font-weight: bold;
}

.progress_qty {
    font-size: 16px;
    font-weight: bold;
    color: #878585;
}

/* /progress */

/* result OLD */
/*.result_group {position: relative;}
.result_group:before {
	content: '';
	width: 3px;
	height: 60px;
	position: absolute;
	top: -2px;
	left: -15px;
	background: #ffbe73;
} 
.result_group h3 {margin-bottom: 12px;}
.result {margin-bottom: 12px;}
.result2 {padding-bottom: 48px;}
.result_label_1, .result_label_2, .result_label_3, .result_mainline {
	display: inline-block;
	vertical-align: top;
}
.result_label_1 {
	font-size: 16px;
	width: 164px;
}
.result_label_2 {
	font-size: 14px;
	width: 154px;
	padding-left: 10px;
}
.result_label_3 {
	font-size: 14px;
	width: 154px;
	margin-left: -10px;
}
.result2 .result_label_1 {font-size: 14px;}
.result_mainline {
	background: #efefef;
	border-radius: 4px;
	width: 340px;
	height: 8px;
	position: relative;
	margin: 9px 40px 0 0;
}
.result_midpoint {
	width: 4px;
	height: 8px;
	background: #ffbe73;
	position: absolute;
	left: 168px;
	top: 0;
	z-index: 2;
}
.result2 .result_midpoint {
	height: 38px;
	top: -15px;
}
.result_top_bar_label, .result_bottom_bar_label {
	font-style: italic;
	font-size: 14px;
	text-align: center;
	width: 340px;
	position: absolute;
	left: 0;
}
.result_top_bar_label {top: -38px;}
.result_bottom_bar_label {bottom: -36px;}
.result_mid_bar1, .result_mid_bar2, .result_top_bar, .result_bottom_bar {
	position: absolute;
	height: 12px;
}
.result_mid_bar1 {
	background: #107997;
	top: -2px;
}
.result_mid_bar2 {
	background: #1cb36a;
	top: -2px;
}
.result_top_bar {
	background: #d84412;
	top: -12px;
}
.result_bottom_bar {
	background: #1cb36a;
	bottom: -12px;
}
.result_des {margin-bottom: 42px;}
.result_des_h {
	font-size: 14px;
	padding: 7px 18px 4px;
	margin: -9px 0 0 -18px;
}
.result_des_block {
	display: none;
	background: #faf7df;
	border-radius: 4px;
	margin: 0 -28px 0 -264px;
	padding: 18px 0 12px 26px;
}
.result_des_menu li {
	padding: 6px 12px;
	margin: 0 0 0 -12px;
}
.result_des_menu .curr {
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	font-weight: bold;
	background: #efd9b9;
}
.result_des_menu .curr a {color: #000;}
.result_des_full .result_des_h {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	background: #faf7df;
	border-radius: 4px 4px 0 0;
}
.result_des_full .result_des_block {display: block;}*/
/* /result OLD */

/* result NEW */
.results {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 0 9px;
}

.result {
    padding: 18px 0 18px 20px;
    border-top: 1px solid #eaeaea;
    position: relative;
}

.result:before, .result:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
}

.result:before {
    top: 0;
}

.result:after {
    bottom: 0;
}

.result:first-child {
    border-top: none;
}

.result:hover {
    background: #faf7df;
}

.result_l, .result_r, .result_label_l, .result_label_r, .result_mainline, .result_qty {
    display: inline-block;
    vertical-align: top;
}

.result_l {
    width: 225px;
    margin-right: 25px;
}

.result_r {
    width: 424px;
    position: relative;
}

.result_h {
    color: #107997;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 0 0 20px;
    margin: 16px 0 0;
    position: relative;
    width: 100%;
}

span.show_subdimensions:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 12px;
    content: '';
    background: url('../img/arr.png') no-repeat 0 0;
}

.result_i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background: url('../img/sign-info-24.png') no-repeat 0 0;
    margin: -2px 0 0;
}

.country_excl {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../img/exclamation_yellow_16.png') no-repeat 0 0;
    top: 2px;
    left: 172px;
}

.result_subh {
    text-transform: uppercase;
    color: #747474;
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 0 20px;
}

.result_label_l, .result_label_r {
    width: 178px;
    margin: 0 0 9px;
}

.result_label_r {
    text-align: right;
}

.result_mainline {
    width: 360px;
    height: 8px;
    border-radius: 4px;
    background: #efd9b9;
    position: relative;
    z-index: 5;
}

.result_bar {
    position: absolute;
    top: 0;
    height: 8px;
    background: #107997;
}

.result_midpoint {
    width: 3px;
    height: 16px;
    background: #ffbe73;
    position: absolute;
    left: 179px;
    top: -5px;
}

.result_bar_point {
    width: 40px;
    height: 40px;
    background: url('../img/result_bar_point.png') no-repeat 0 0;
    position: absolute;
    left: 100px;
    top: -12px;
}

.result_bar_point_2 {
    width: 40px;
    height: 40px;
    background: url('../img/result_bar_point2.png') no-repeat 0 0;
    position: absolute;
    left: 100px;
    top: -12px;
}

.result_qty {
    width: 30px;
    height: 26px;
    padding: 4px 0 0;
    border: 2px solid #107997;
    border-radius: 50%;
    color: #107997;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: -26px 0 0 18px;
    cursor: pointer;
}

.result_flag {
    position: absolute;
    top: -10px;
}

.result_points {
    font-size: 0;
    margin: 6px 0 0 -26px;
}

.result_point, .result_point_empty {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    width: 59px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.result_point span {
    display: block;
    text-align: center;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    color: #107997;
    background: #fff;
}

.result_point span:hover {
    color: #06acdc;
    cursor: pointer;
}

.inactive_result_point {
    color: #000 !important;
}

.inactive_result_point:hover {
    color: #000 !important;
    cursor: default !important;
}

.result_point:before {
    content: '';
    width: 3px;
    height: 36px;
    position: absolute;
    left: 28px;
    top: -29px;
}

.result_point_size_1 span {
    width: 19px;
    height: 18px;
    padding-top: 1px;
}

.result_point_size_2 span {
    width: 23px;
    height: 20px;
    padding-top: 3px;
}

.result_point_size_3 span {
    width: 27px;
    height: 22px;
    padding-top: 5px;
}

.result_point_size_4 span {
    width: 29px;
    height: 23px;
    padding-top: 6px;
}

.result_point_size_5 span {
    width: 31px;
    height: 24px;
    padding-top: 7px;
}

.result_point_color_1 span {
    border-color: #f3c7b7;
}

.result_point_color_2 span {
    border-color: #fbd3b2;
}

.result_point_color_3 span {
    border-color: #f6d7b0;
}

.result_point_color_4 span {
    border-color: #fbe4b2;
}

.result_point_color_5 span {
    border-color: #e2e8ba;
}

.result_point_color_6 span {
    border-color: #d1e8ba;
}

.result_point_color_7 span {
    border-color: #bae8d2;
}

.result_point_color_1:before {
    background: #f3c7b7;
}

.result_point_color_2:before {
    background: #fbd3b2;
}

.result_point_color_3:before {
    background: #f6d7b0;
}

.result_point_color_4:before {
    background: #fbe4b2;
}

.result_point_color_5:before {
    background: #e2e8ba;
}

.result_point_color_6:before {
    background: #d1e8ba;
}

.result_point_color_7:before {
    background: #bae8d2;
}

.result_point_middler {
    display: inline-block;
    vertical-align: middle;
    height: 39px;
    width: 1px;
}

.result_point_popup {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: none;
}

.result_point_popup_h {
    font-weight: bold;
    font-size: 18px;
    background: #fbbea7;
    display: inline-block;
    vertical-align: top;
    padding: 12px 24px;
    margin: 12px 0 18px -12px;
    max-width: 460px;
}

.result_point_popup_content {
    padding: 0 12px 18px;
}

.result_full {
    background: #faf7df;
}

.result_full > .result_l > .result_h span:before {
    background: url('../img/arr2.png') no-repeat 0 4px;
}

.subresult {
    display: none;
}

.result_full .subresult {
    display: block;
}

.subresult .result_l, .subresult .result_r {
    margin-top: 12px;
}

.subresult .result_h {
    background: none;
    font-size: 14px;
    padding-left: 40px;
}

.subresult .result_label_l, .subresult .result_label_r {
    font-size: 14px;
}

.subresult .result_mainline {
    width: 320px;
    margin: 0 20px;
}

.subresult .result_midpoint {
    left: 159px;
}

.subresult .result_points {
    margin-left: -1px;
}

.subresult .result_point {
    width: 52px;
}

.subresult .result_point:before {
    left: 24px;
}

.subresult_hide {
    text-align: center;
    background: #efd9b9;
    color: #856a42;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin: 30px 0 -18px -20px;
    padding: 14px 20px;
}

.subresult_hide span {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background: url('../img/close2.png') no-repeat 0 3px;
    padding: 0 0 0 26px;
}

.legend {
    margin: 8px 0 9px 0;
}

.legend_item {
    margin: 0 8px 0 22px;
    white-space: nowrap;
}

.legend_item, .legend_item > div, .legend_item > span {
    display: inline-block;
    vertical-align: top;
}

.legend_item > div {
    width: 30px;
    height: 30px;
    text-align: center;
}

.legend_item > span {
    color: #888;
    margin: 3px 0 0;
}

/* /result NEW */

/* items_list */
.items_list li {
    margin: 0 0 12px 0;
    padding: 0 0 0 34px;
    position: relative;
    font-size: 18px;
}

/*.items_list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #ffedac;
    border-radius: 50%;
}*/

.country_icon_16 {
    margin: 0 15px 0 -10px;
}

/* /items_list */
/*-----------------/PAGE-----------------*/

/*----------------- FORMS -----------------*/
.f_item {
    margin-bottom: 18px;
}

button, input, textarea {
    font: 15px/24px Helvetica, Arial, sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

/* btns */
.btns_group {
    margin: 0 0 42px;
}

.or {
    display: inline-block;
    vertical-align: top;
    margin: 9px 12px 0;
}

.btn_1, .btn_2 {
    color: #fff;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.btn_1:hover, .btn_2:hover {
    color: #fff;
}

.btn_1 {
    background: #d8d8d8;
    box-shadow: 0 3px 0 #a2a2a2;
    text-shadow: 0 1px 1px rgba(34, 34, 34, .70);
    padding: 0 12px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
}

.btn_1:hover {
    background: #ccc;
}

.btn_1:active {
    top: 2px;
    box-shadow: 0 1px 0 #a2a2a2;
}

.btn_2 {
    background: #107997;
    box-shadow: 0 5px 0 #0c5b71;
    text-shadow: 0 1px 1px rgba(34, 34, 34, .70);
    padding: 0 12px;
    height: 37px;
    font-size: 19px;
    line-height: 37px;
    font-weight: bold;
}

.btn_2:hover {
    background: #0d82a3;
}

.btn_2:active {
    top: 3px;
    box-shadow: 0 2px 0 #0c5b71;
}

/* /btns */

/* labels */
label, .label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.label {
    position: relative;
    width: 330px;
    padding-right: 24px;
    margin-top: 5px;
}

.l_required {
    font-weight: bold;
}

.label span {
    background: #fff;
    position: relative;
    outline: 7px solid #fff;
}

.pl .label span {
    background: #faf7df;
    outline: 10px solid #faf7df;
}

.label:before {
    content: '';
    width: 344px;
    height: 2px;
    background: #faefdf;
    position: absolute;
    top: 11px;
}

.pl .label:before {
    background: #ffbe73;
}

/* /labels */

/* input, textarea */
.inpt, .txtr, .ik_select_link {
    background: #fff;
    background-image: linear-gradient(0deg, #f4f4f4 0%, #fff 100%);
    font: 16px/24px Helvetica, Arial, sans-serif;
    border-radius: 4px;
    border: 1px solid;
    border-top-color: #a8a8a8;
    border-bottom-color: #d0d0d0;
    border-left-color: #bbb;
    border-right-color: #bbb;
    box-shadow: 0px 1px 1px #d6d6d6 inset;
    padding: 4px 8px 4px;
}

.inpt {
    height: 24px;
}

.txtr {
    height: 121px;
}

.inpt2, .txtr2 {
    width: 64px;
}

.inpt3, .txtr3 {
    width: 104px;
}

.inpt4, .txtr4 {
    width: 144px;
}

.inpt5, .txtr5 {
    width: 184px;
}

.inpt6, .txtr6 {
    width: 224px;
}

.inpt7, .txtr7 {
    width: 264px;
}

.inpt8, .txtr8 {
    width: 304px;
}

.inpt9, .txtr9 {
    width: 344px;
}

.inpt10, .txtr10 {
    width: 384px;
}

.inpt11, .txtr11 {
    width: 424px;
}

.inpt12, .txtr12 {
    width: 464px;
}

.inpt13, .txtr13 {
    width: 504px;
}

.inpt14, .txtr14 {
    width: 544px;
}

.inpt:focus, .txtr:focus {
    border: 2px solid #f1b752;
    margin: -1px;
}

/* /input, textarea */

/* check, radio */
.check, .rad {
    line-height: 18px;
    background: url('../img/chck.png') no-repeat;
    padding: 1px 0 1px 30px;
}

.check {
    background-position: -60px -30px;
}

.checked {
    background-position: -90px 0px;
}

.rad {
    background-position: 0px -90px;
}

.raded {
    background-position: -30px -60px;
}

.f_check input, .rad input {
    display: none;
}

.rad {
    margin: 6px 12px 0 0;
}

/* /check, radio */

.checkbox {
    vertical-align: baseline;
}

/* select */
.select {
    display: inline-block;
    vertical-align: top;
}

.select7 {
    width: 280px;
}

.select select {
    margin-top: -18px;
    height: 0;
    display: block;
}

.ik_select {
    overflow: hidden;
}

.ik_select_link:after {
    content: '';
    position: absolute;
    background: url('../img/updown.png') no-repeat 0 0;
    width: 10px;
    height: 15px;
    top: 10px;
    right: 10px;
}

.ik_select_list {
    background: #fff;
    border: 1px solid #d0d0d0;
    margin: 2px 0 0 0;
    border-radius: 4px;
    overflow: hidden;
}

.ik_select_option {
    padding: 4px 8px;
}

.ik_select_option:hover {
    background: #eee;
    cursor: pointer;
}

.ik_select_filter_wrap {
    display: none;
}

/* /select */

/*---------------- /FORMS -----------------*/

/*----------------STUFF---------------*/
/* text */
.pre_h {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.text_block {
    margin-bottom: 24px;
}

.text h2 {
    margin-top: 30px;
}

.text p {
    margin-bottom: 12px;
}

.text ul, .text ol {
    margin-bottom: 24px;
}

.text ul li {
    position: relative;
    padding: 0 0 12px 34px;
}

.text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #dfbd8c;
    border-radius: 50%;
}

.text ul li ul {
    position: relative;
    padding: 5px 0 0;
    margin-bottom: 0;
}

.text ul li ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #df8c6b;
    border-radius: 50%;
}

.text ol li {
    list-style: outside decimal;
    padding: 0 0 12px 6px;
    margin: 0 0 0 28px;
}

.text table {
    border-collapse: collapse;
    margin: 24px 0 0 -16px;
}

.text table th, .text table td {
    padding: 18px 12px 12px 16px;
}

.text table th {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #ffbe73;
}

.text table td {
    border-top: 1px solid #ffbe73;
}

/* /text */

/* pl */
.pl {
    background: #faf7df;
    border-radius: 4px;
    padding: 18px 14px 18px 24px;
    margin: 0 -14px 24px -24px;
}

.pl_attention, .pl_users, .pl_user, .pl_chart {
    padding-left: 70px;
    margin-left: -70px;
}

.pl_attention {
    background: #faf7df url('../img/ic_attention.png') no-repeat 21px 17px;
}

.pl_attention_green {
    background-color: #e5f2ce;
}

.pl_attention_red {
    background-color: #ffceb8;
}

.pl_users {
    background: #faf7df url('../img/ic_users.png') no-repeat 18px 15px;
}

.pl_user {
    background: #faf7df url('../img/ic_user2.png') no-repeat 18px 15px;
}

.pl_chart {
    background: #faf7df url('../img/ic_chart.png') no-repeat 19px 16px;
}

.btn_pl {
    background: #faf7df;
    padding: 18px 14px 18px 264px;
    margin: 48px -26px -51px -26px;
}

.pl_text {
    padding-bottom: 6px;
}

/* /pl */

/* Magnific Popup CSS */
.modal_menu {
    display: inline-block;
    vertical-align: top;
    border: 3px solid #bf9f70;
    border-radius: 8px;
    padding: 0 6px;
    margin: 0 0 0 -20px;
}

.modal_menu li {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    padding: 13px 12px 11px;
}

.modal_menu .curr a {
    color: #5b421c;
    font-size: 18px;
}

.modal {
    background: #fff;
    border-radius: 6px;
    width: 760px;
    padding: 20px 40px 20px;
    margin: 0 auto;
    position: relative;
}

.modal_header {
    background: #efd9b9;
    margin: -20px -40px 20px;
    padding: 16px 40px 12px;
    border-radius: 6px 6px 0 0;
}

.modal_hide {
    text-align: center;
    background: #fdf7ea;
    color: #856a42;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin: 30px -40px -20px;
    padding: 14px 40px;
    border-radius: 0 0 6px 6px;
}

.modal_hide span {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background: url('../img/close2.png') no-repeat 0 3px;
    padding: 0 0 0 26px;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #414141;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    padding: 40px 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.mfp-close {
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -36px;
    top: -32px;
    background: url('../img/close.png') no-repeat 0 0;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Mon Sep 8 2014 04:00 EDT-0400
 * Plugins: viewport
 * Styles: core
 */
.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 550px;
    min-width: 400px;
}

.qtip-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: url('../img/close3.png') no-repeat 0 0;
    width: 33px;
    height: 33px;
    cursor: pointer;
    display: block;
    z-index: 11;
    text-indent: -9999px;
}

.qtip-default {
    background: #f6f6f6;
    border: 3px solid #dfdfdf;
    border-radius: 10px;
    box-shadow: 0px 5px 12px -6px rgba(86, 86, 86, .9);
}

.sub_name {
    font-style: italic;
    font-size: 12px;
}

#auth-form {
    display: none;
    position: relative;
    background: #fdfdfd;
    border: 1px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 7px 0 0 0;
    box-shadow: 0 1px 2px #444;
    -moz-box-shadow: 0 1px 2px #444;
    -webkit-box-shadow: 0 1px 2px #444;
    padding: 20px;
}

#login_form {
    position: absolute;
    right: 40px;
    z-index: 1000;
    text-align: right;
}

.login_input {
    width: 200px;
}

.result_des_h_lnk {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.not-active {
    pointer-events: none;
    cursor: default;
    color: #8CB1BB;
}

.pointer {
    cursor: pointer;
}

.crop_img {
    height: 30px;
    overflow: hidden;
    width: 30px;
    display: inline-block;
}

.crop_img .img_qty {
    margin: -2px 0 0 -3px;
    height: 35px;
}

.crop_img .img_info {
    margin: 7px 0 0 3px;
}

.crop_img .img_me {
    margin: 4px 0 0 -2px;
}

.team_name {
    line-height: 32px;
}

.join_team {
    margin: 12px;
}

#new_team_form {
    display: none;
}