@font-face {

	font-family: 'Myriad Pro';

	src: url('../font/MyriadPro-SemiCn.eot');

	src: local('Myriad Pro SemiCondensed'), local('MyriadPro-SemiCn'),

		url('../font/MyriadPro-SemiCn.eot?#iefix') format('embedded-opentype'),

		url('../font/MyriadPro-SemiCn.woff') format('woff'),

		url('../font/MyriadPro-SemiCn.ttf') format('truetype');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'Myriad Pro';

	src: url('../font/MyriadPro-BlackCond.eot');

	src: local('Myriad Pro Black Condensed'), local('MyriadPro-BlackCond'),

		url('../font/MyriadPro-BlackCond.eot?#iefix') format('embedded-opentype'),

		url('../font/MyriadPro-BlackCond.woff') format('woff'),

		url('../font/MyriadPro-BlackCond.ttf') format('truetype');

	font-weight: bold;

	font-style: normal;

}

@font-face {

	font-family: 'Myriad Pro Semi';

	src: url('../font/MyriadPro-BlackSemiCn.eot');

	src: local('Myriad Pro Black SemiCondensed'), local('MyriadPro-BlackSemiCn'),

		url('../font/MyriadPro-BlackSemiCn.eot?#iefix') format('embedded-opentype'),

		url('../font/MyriadPro-BlackSemiCn.woff') format('woff'),

		url('../font/MyriadPro-BlackSemiCn.ttf') format('truetype');

	font-weight: bold;

	font-style: normal;

}

@font-face {

	font-family: 'Myriad Pro Semi';

	src: url('../font/MyriadPro-Semibold.eot');

	src: local('Myriad Pro Semibold'), local('MyriadPro-Semibold'),

		url('../font/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),

		url('../font/MyriadPro-Semibold.woff') format('woff'),

		url('../font/MyriadPro-Semibold.ttf') format('truetype');

	font-weight: 600;

	font-style: normal;

}



@font-face {

	font-family: 'Myriad Pro Semi';

	src: url('../font/MyriadPro-SemiCn.eot');

	src: local('Myriad Pro SemiCondensed'), local('MyriadPro-SemiCn'),

		url('../font/MyriadPro-SemiCn.eot?#iefix') format('embedded-opentype'),

		url('../font/MyriadPro-SemiCn.woff') format('woff'),

		url('../font/MyriadPro-SemiCn.ttf') format('truetype');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'Myriad Pro';

	src: url('../font/MyriadPro-BoldCond.eot');

	src: local('Myriad Pro Bold Condensed'), local('MyriadPro-BoldCond'),

		url('../font/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),

		url('../font/MyriadPro-BoldCond.woff') format('woff'),

		url('../font/MyriadPro-BoldCond.ttf') format('truetype');

	font-weight: 700;

	font-style: normal;

}



html,

body {

    margin: 0;

    padding: 0;

    min-height: 100%;

}



body {

    line-height: 24px;

    font-family: 'Myriad Pro', sans-serif;

    color: #565656;

    font-size: 16px;

    background: #f7f7f7;

    min-width: 290px;

    -webkit-font-smoothing: antialiased;

    -webkit-text-size-adjust: 100%;

}



.editoradmin {

    font-family: 'Gilroy', sans-serif;

    font-size: 16px;

    line-height: 30px;

    color: #575757;

    font-weight: 400;

    margin-bottom: 80px;

}



body,

div,

dl,

dt,

dd,

ul,

ol,

li,

h1,

h2,

h3,

h4,

h5,

h6,

pre,

code,

form,

legend,

input,

button,

textarea,

p,

blockquote,

th,

td {

    margin: 0;

    padding: 0;

    outline: none;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

nav,

section,

summary {

    display: block;

}



audio,

canvas,

video {

    display: inline-block;

}



audio:not([controls]) {

    display: none;

    height: 0;

}



[hidden] {

    display: none;

}



abbr[title] {

    border-bottom: 1px dotted;

}



b,

strong {

    font-weight: 600;

}



dfn {

    font-style: italic;

}



hr {

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    height: 0;

}



input,

button,

textarea,

select {

    -moz-transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



mark {

    background: #ff0;

    color: #000;

}



code,

kbd,

pre,

samp {

    font-family: monospace, serif;

    /* font-size: 1em; */

}



pre {

    white-space: pre-wrap;

}



q {

    quotes: "\201C""\201D""\2018""\2019";

}



small {

    font-size: 80%;

}



sub,

sup {

    font-size: 75%;

    line-height: 0;

    position: relative;

    vertical-align: baseline;

}



sup {

    top: -0.5em;

}



sub {

    bottom: -0.25em;

}



img {

    border: 0;

}



svg:not(:root) {

    overflow: hidden;

}



figure {

    margin: 0;

}



fieldset {

    border: 0px solid #c0c0c0;

    margin: 0px;

    padding: 0px;

}



legend {

    border: 0;

    padding: 0;

}



button,

input,

select,

textarea {

    font-family: inherit;

    font-size: 100%;

    margin: 0;

}



button,

input {

    line-height: normal;

}



button,

select {

    text-transform: none;

}



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

    -webkit-appearance: button;

    cursor: pointer;

}



button[disabled],

html input[disabled] {

    cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

    box-sizing: border-box;

    padding: 0;

}



input[type="search"] {

    -webkit-appearance: textfield;

    -moz-box-sizing: content-box;

    -webkit-box-sizing: content-box;

    box-sizing: content-box;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

    -webkit-appearance: none;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

    border: 0;

    padding: 0;

}



textarea {

    overflow: auto;

    vertical-align: top;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



html.overyhid {

    overflow-x: hidden;

}



embed,

object,

iframe {

    width: 100%;

}



a {

    text-decoration: underline;

    border: none;

    outline: none;

    -moz-transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    color: #71858d;

}



a:active,

a:hover,

a:focus {

    outline: none;

    text-decoration: none;

}



::-webkit-scrollbar {

    width: 5px;

}



::-webkit-scrollbar-thumb {

    background-color: #c5c5c5;

    border-radius: 19px;

}



a img {

    border: none;

}



.clear {

    clear: both;

}



img {

    border: 0px;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-weight: normal;

}



h1 {

    font-size: 20px;

    font-weight: bold;

    color: #505050;

}



h2 {

    font-size: 22px;

    font-weight: bold;

    color: #17181a;

    margin-bottom: 10px;

}



h3 {

    font-size: 16px;

    font-weight: bold;

}



h4 {

    font-size: 15px;

    font-weight: bold;

}



h5 {

    font-size: 15px;

}



ul li {

    list-style: none;

}



ol li {

    list-style: none;

    padding: 4px 0px;

}



.moduletable.stepform {

    /* display: none; */

    height: 830px;

    opacity: 0;

    position: absolute;

    left: 0px;

    visibility: hidden;

    width: 100%;

    -moz-transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



.moduletable.stepform.active {

    /* display: block; */

    opacity: 1;

    visibility: visible;

}



.container {

    width: 1582px;

    margin: 0px auto;

    padding: 0px 15px;

}



.quest_data > div {

    display: inline-block;

    vertical-align: top;

}



.quest_images {

    float: right;

    margin-right: -168px;

    margin-top: 125px;

    position: absolute;

    right: 0px;

    top: 0px;

    z-index: -1;

}



.quest_item {

    float: left;

    width: 782px;

}



.questions_block {

    overflow-x: hidden;

}



.quest_item {

    margin-top: 42px;

}



.quest_start_text {

    margin-top: 77px;

    color: black;

    font-family: "Myriad Pro";

    font-size: 36px;

    line-height: 60px;

    margin-bottom: 50px;

}



.quest_start_btn a,.quest_restart_btn a {

    color: white;

    font-family: "Myriad Pro";

    font-size: 27px;

    font-weight: 900;

    line-height: 97px;

    width: 320px;

    height: 91px;

    background: url(../images/btn.png) no-repeat center center;

    display: inline-block;

    text-align: center;

    text-decoration: none;

    text-shadow: 1.5px 1.3px 0 rgba(0, 0, 0, 0.59);

}



.quest_start_btn a:after,.quest_restart_btn a:after {

    content: '';

    display: inline-block;

    vertical-align: top;

    width: 17px;

    height: 16px;

    position: relative;

    top: 41px;

    margin-left: 20px;

    background: url(../images/quote.png) no-repeat center center;

}



.quest_textcall {

    color: #474747;

    font-family: "Myriad Pro";

    font-size: 18px;

    line-height: 55px;

    margin-top: 40px;

}



.quest_callbtn a {

    color: #2b2928;

    font-family: "Myriad Pro";

    font-size: 23px;

    font-weight: 900;

    width: 184px;

    height: 71px;

    background: url(../images/btnp.png) no-repeat center center;

    display: inline-block;

    text-align: center;

    line-height: 75px;

    text-decoration: none;

}



.quest_callbtn a:after {

    content: '';

    display: inline-block;

    vertical-align: top;

    width: 13px;

    height: 13px;

    background: url(../images/quotem.png) no-repeat center center;

    position: relative;

    top: 30px;

    margin-left: 15px;

    -moz-transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.answer_list > .answer_item {

	display: inline-block;

	vertical-align: top;

	background: #fff;

	border-radius: 30px;

	overflow: hidden;

}

.quest_list_imgs {

    position: absolute;

    top: 0px;

}

.questions_block .container {

    position: relative;

    height: 871px;

    width: 1552px;

 }



.moduletable.stepform.step2 .quest_item {

    display: block !important;

    width: 100%;

    float: none;

}



.answer_models {

    display: none;

}

.quest_steps_line {

    display: block;

    height: 5px;

    background-color: #c7c7c7;

}

.quest_steps_line span {

    height: 5px;

    display: block;

    background-color: #4fc05c;

}

.quest_steps_data {

    width: 462px;

    margin-right: 20px;

}

label.checkbox.error input + div:before {

    border: 1px solid #18a244;

}

.quest_select.error a.chosen-single {

    border: 1px solid #4fc05c;

}

a.quest_steps_prev {

    display: inline-block;

    vertical-align: top;

    width: 74px;

    height: 74px;

    background: url(../images/prev.png) no-repeat center center #f7f7f7;

    border: 2px solid #bbb;

    border-radius: 50%;

    box-sizing: border-box;

    position: relative;

    top: 5px;

    margin-right: 20px;

}





.quest_list_imgs img {

    /* display: none; */

    -moz-transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    opacity: 0;

    visibility: hidden;

    position: absolute;

    top: 0px;

}

.quest_list_imgs img.active {

    /* display: block; */

    opacity: 1;

    visibility: visible;

}

.answer_models.active {

    display: block;

}



.answer_models > .answer_item {

    display: inline-block;

    vertical-align: text-top;

}

.moduletable.phone_block a {

    color: #030000;

    font-family: Myriad Pro Semi;

    font-size: 18px;

    font-weight: 800;

    line-height: 33px;

    text-decoration: none;

}



.moduletable.lang_block a {

    font-size: 16px;

    line-height: 30px;

    color: #474747;

    text-decoration: none;

    font-family: Myriad Pro Semi;

}



.moduletable.lang_block li.lang-active a {

    color: #030000;

    font-weight: 700;

}



.moduletable.lang_block li {

    display: inline-block;

    vertical-align: top;

    margin-left: 11px;

}



.head_right > div {

    display: inline-block;

    vertical-align: top;

}



.moduletable.lang_block {

    margin-left: 50px;

}



.head {

    position: absolute;

    left: 0px;

    width: 100%;

}



.head_right {

    float: right;

    padding-top: 60px;

    position: relative;

    z-index: 20;

}



.quest_name {

    color: black;

    font-family: "Myriad Pro Semi";

    font-size: 36px;

    font-weight: 900;

    position: relative;

    line-height: 50px;

    padding-left: 81px;

    margin-top: 80px;

    padding-top: 2px;

    margin-bottom: 50px;

}



.quest_name span {

    color: #4fc05c;

    font-family: "Myriad Pro";

    font-size: 30px;

    font-weight: 700;

    display: inline-block;

    width: 56px;

    height: 56px;

    background-color: #f7f7f7;

    border: 2px solid #4fc05c;

    display: inline-block;

    text-align: center;

    box-sizing: border-box;

    border-radius: 50%;

    position: absolute;

    left: 0px;

    top: 0px;

    line-height: 56px;

}



.quest_steps {

    position: absolute;

    bottom: 0px;

    left: 0px;

    width: 782px;

    height: 78px;

}



.quest_steps > div {

    display: inline-block;

    vertical-align: top;

}



a.quest_steps_next {

    color: #2b2928;

    font-family: "Myriad Pro";

    font-size: 27px;

    font-weight: 900;

    line-height: 78px;

    width: 199px;

    height: 78px;

    background: url(../images/btnnext.png) no-repeat center center;

    display: inline-block;

    text-align: center;

    text-decoration: none;

}



a.quest_steps_next:after {

    content: '';

    display: inline-block;

    vertical-align: top;

    width: 15px;

    height: 15px;

    background: url(../images/next.png) no-repeat center center;

    position: relative;

    top: 32px;

    margin-left: 15px;

    -moz-transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



.quest_steps_btn span {

    position: absolute;

    bottom: -33px;

    right: 0px;

    width: 200px;

    text-align: center;

    color: #474747;

    font-family: "Myriad Pro";

    font-size: 14px;

}



.quest_steps_txt {

    font-size: 18px;

    color: #474747;

    padding-top: 6px;

    margin-bottom: 12px;

}



.quest_steps_txt span {

    color: #4fc05c;

    font-weight: 900;

    margin-left: 4px;

}



.checkbox_name {

    color: #474747;

    font-family: "Myriad Pro";

    font-size: 16px;

    line-height: 18px;

}



label.checkbox input {

    position: absolute;

    left: -9999px;

    opacity: 0;

    visibility: hidden;

}



label.checkbox {

    text-align: center;

}



label.checkbox input + div:before {

    content: '';

    display: inline-block;

    width: 26px;

    height: 26px;

    background-color: white;

    border: 1px solid #bbb;

    border-radius: 10px;

    vertical-align: top;

    margin-right: 10px;

    position: absolute;

    left: 0px;

    top: -5px;

}



label.checkbox input + div div {

    display: block;

    vertical-align: top;

}



label.checkbox {

    cursor: pointer;

}



label.checkbox input:checked + div:after {

    content: '';

    display: inline-block;

    background: url(../images/check.png) no-repeat center center #fff;

    position: absolute;

    left: 7px;

    top: 5px;

    width: 15px;

    height: 11px;

}



label.checkbox > div {

    position: relative;

    display: inline-block;

    padding-left: 40px;

    text-align: left;

    vertical-align: middle;

}



label.checkbox {

    display: block;

}

.moduletable.stepform.step1.active {}



.moduletable.stepform.step1 .answer_item {

    width: 227px;

    background: #fff;

    /* height: 163px; */

    margin: 10px 10px;

    float: left;

    padding: 0px 10px;

    text-align: center;

 }



.moduletable.stepform.step1 .answer_list {

    margin-left: -10px;

    margin-right: -10px;

}

img.hidden {

    opacity: 0;

    visibility: hidden;

}

.moduletable.stepform.step2 .answer_item {

    background: #fff;

    float: left;

    margin: 10px 10px;

    padding: 10px 10px;

    width: 247px;

    height: 260px;

    box-sizing: border-box;

    border-radius: 30px;

}



.moduletable.stepform.step2 .answer_models {

    margin-left: -10px;

    margin-right: -10px;

}

.checkbox_txt {

    color: #474747;

    font-family: "Myriad Pro";

    font-size: 12px;

    line-height: 14px;

}

.grecaptcha-badge {

    visibility: hidden;

}



.popwind {

    display: none;

    text-align: center;

    font-size: 21px;

    color: #000;

    border-radius: 14px!important;

    width: 40%!important;

    max-width: 500px!important;

    padding-top: 49px!important;

    line-height: 31px!important;

    background: #f7f7f7 !important;

    padding-bottom: 35px;

}

.chosen-container{position:relative;display: block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width: 100% !important;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border-top:0;background:#fff;clip:rect(0,0,0,0);background-color: white;border: 1px solid #bbb;border-radius: 10px;}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding: 0px 0 0 28px;color:#444;text-decoration:none;white-space:nowrap;line-height:24px;height: 52px;background-color: white;border: 1px solid #bbb;border-radius: 10px;width: 100%;color: #474747;font-family: "Myriad Pro";font-size: 16px;line-height: 52px;box-sizing: border-box;}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width: 47px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background: url(../images/strd.png) no-repeat center center;}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding: 8px 0 8px 0px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding: 2px 28px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none;font-size: 16px;line-height: 36px;color: #474747;}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default;display: none !important;}.chosen-container .chosen-results li.highlighted{color: #000;}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{}.chosen-container-active.chosen-with-drop .chosen-single{border-bottom-right-radius:0;border-bottom-left-radius:0;}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}



.footer_block > div > div > div {

    display: inline-block;

    vertical-align: top;

}



.footer_right {

    float: right;

    position: relative;

    margin-top: -18px;

}

.footer {margin-top: -20px;}



.footer_block > div > div:after {

    content: '';

    display: block;

    clear: both;

	}

.quest_start_btn a:hover,.quest_restart_btn a:hover {

    background: url(../images/btnh.png) no-repeat center center;

}

.quest_callbtn a:hover {

    background: url(../images/btnph.png) no-repeat center center;

    color: #fff;

}

.quest_callbtn a:hover:after {

    background: url(../images/quotemh.png) no-repeat center center;

}

.moduletable.hidromek div {

    color: #2b2a29;

    font-family: "Myriad Pro";

    font-size: 20px;

    letter-spacing: 0.5px;

    margin-top: 5px;

}

a.quest_steps_next:hover {

    background: url(../images/btnnexth.png) no-repeat center center;

    color: #fff;

}



a.quest_steps_next:hover:after {

    background: url(../images/nexth.png) no-repeat center center;

}

a.quest_steps_prev:hover {

    background: url(../images/prevh.png) no-repeat center center #fff;

    border: 2px solid #2b2928;

}

.answer_label {

    padding-top: 15px;

    padding-bottom: 10px;

    padding-left: 10px;

    padding-right: 10px;

}







.quest_steps:before {

    content: '';

    display: block;

    height: 1px;

    background-color: #b8b8b8;

    position: absolute;

    top: -30px;

    left: 0px;

    width: 100%;

}





.answer_img img {

    display: block;

}

.moduletable.stepform.step3 .quest_item {

    margin-top: 65px;

}

.moduletable.stepform.step1 .quest_name {

    margin-top: 30px;

    margin-bottom: 30px;

}



.moduletable.stepform.step1 .answer_item .answer_img {

    height: 105px;

    line-height: 105px;

    padding-top: 5px;

    text-align: center;

    cursor: pointer;

}



.moduletable.stepform.step1 .answer_item .answer_img img {

    vertical-align: bottom;

    display: inline-block;

    max-height: 100%;

}



.moduletable.stepform.step1 .answer_item .answer_label {

    padding-top: 10px !important;

}

.moduletable.stepform.step2.active {}



.moduletable.stepform.step2 .answer_img {

    text-align: center;

    height: 110px;

    line-height: 110px;

    cursor: pointer;

}



.moduletable.stepform.step2 .answer_img img {

    vertical-align: middle;

    display: inline-block;

}



.moduletable.stepform.step2 .answer_item .checkbox_name {

    color: black;

    font-family: "Myriad Pro Semi";

    font-size: 15px;

    font-weight: 600;

    line-height: 22px;

    margin-bottom: 9px;

    padding-top: 4px;

}



.moduletable.stepform.step2 .answer_label {

    text-align: left;

}



.moduletable.stepform.step2 label.checkbox {

    text-align: left;

    padding-left: 6px;

}

.moduletable.stepform.step2 .quest_name {

    margin-top: 0px;

}



.moduletable.stepform.step5 .quest_name,.moduletable.stepform.step6 .quest_name,.moduletable.stepform.step7 .quest_name {

    margin-top: 125px;

    margin-bottom: 85px;

}



.moduletable.stepform.step5 

 .answer_list,.moduletable.stepform.step6 

 .answer_list,.moduletable.stepform.step7 

.answer_list {

    margin-left: -10px;

    margin-right: -10px;

}



.moduletable.stepform.step5 

 .answer_item,

.moduletable.stepform.step6 

 .answer_item {

    margin: 0px 10px;

    width: 245px;

    line-height: 75px;

}

.checkbox_name span {

    font-size: 12px;

}





.moduletable.stepform.step7 

 .answer_item {

    margin: 0px 10px 20px 10px;

    width: 381px;

    line-height: 75px;

    float: left;

}





.moduletable.stepform.step8 .quest_name {

    margin-top: 60px;

}



.answer_finish {

    color: #474747;

    font-family: Myriad Pro Semi;

    font-size: 18px;

    line-height: 30px;

}



.answer_finish form {

    margin-top: 55px;

}



.answer_finish input {

    color: #474747;

    font-family: "Myriad Pro";

    font-size: 16px;

    line-height: 42px;

    height: 42px;

    background-color: white;

    border-radius: 10px;

    border: 1px solid #fff;

    padding: 0px 25px;

    box-sizing: border-box;

    width: 100%;

}



.answer_finish .rsform-block.rsform-block-formdata {

    display: none;

}



.answer_finish .rsform-block.rsform-block-formsend {

    display: none;

}



.answer_finish .rsform-block {

    margin: 0px 10px;

    display: inline-block;

    float: left;

    width: 245px;

}



.formBody {

    float: none !important;

}



.answer_finish .formSpan12 {

    margin-left: -10px;

    margin-right: -10px;

}



a.quest_steps_finish {

    color: #2b2928;

    font-family: "Myriad Pro";

    font-size: 27px;

    font-weight: 900;

    line-height: 78px;

    width: 199px;

    height: 78px;

    background: url(../images/btnnext.png) no-repeat center center;

    display: inline-block;

    text-align: center;

    text-decoration: none;

}



a.quest_steps_finish:hover {

    color: #fff;

    background: url(../images/btnnexth.png) no-repeat center center;

}



a.quest_steps_finish:after {

    content: '';

    display: inline-block;

    vertical-align: top;

    width: 15px;

    height: 15px;

    background: url(../images/next.png) no-repeat center center;

    position: relative;

    top: 32px;

    margin-left: 15px;

    -moz-transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



a.quest_steps_finish:hover:after {

    background: url(../images/nexth.png) no-repeat center center;

}

input.rsform-error {

    border: 1px solid #4fc05c !important;

}



p.formRed {

    display: none !important;

}



div#rsfp_thankyou_popup_inner {

    text-align: center;

    font-size: 21px;

    color: #000;

    border-radius: 14px!important;

    width: 40%!important;

    max-width: 500px!important;

    padding-top: 49px!important;

    line-height: 31px!important;

}



.rsfp_thankou_popup_close_btn {

    top: 10px !important;

    right: 10px !important;

    font-size: 38px !important;

}

.popwind h2 {font-family: "Myriad Pro Semi";padding: 0px 20px;margin-bottom: 25px;}



input#callphone {

    color: #474747;

    font-family: "Myriad Pro";

    font-size: 16px;

    line-height: 42px;

    height: 42px;

    background-color: white;

    border-radius: 10px;

    border: 1px solid #fff;

    padding: 0px 25px;

    box-sizing: border-box;

    width: 100%;

}



.popwind .formRow {

    padding: 0px 25px;

}



.popwind button {

    color: #2b2928;

    font-family: "Myriad Pro";

    font-size: 27px;

    font-weight: 900;

    line-height: 84px;

    width: 199px;

    height: 78px;

    background: url(../images/btnnext.png) no-repeat center center;

    display: inline-block;

    text-align: center;

    text-decoration: none;

    border: 0px;

}

.popwind button:hover {

    background: url(../images/btnnexth.png) no-repeat center center;

    color: #fff;

}



.rsform-block.rsform-block-callsend {

    margin-top: 35px;

}

span.button.b-close {

    cursor: pointer;

    top: 10px !important;

    right: 10px !important;

    font-size: 38px !important;

    position: absolute;

}

.checkbox_txt {

    display: block !important;

}





.moduletable.stepform.step2 label.checkbox input + div:before {

    top: -1px;

}



.moduletable.stepform.step2 label.checkbox input:checked + div:after {

    top: 7px;

}





input.rsform-checkbox {

    opacity: 0;

    visibility: hidden;

    position: absolute;

    left: -9999px;

}



.rsform-block.rsform-block-privacycheck {

    width: 100%;

    margin-top: 30px;

}



.rsform-block.rsform-block-privacycheck label span {

    color: #474747;

    font-family: Myriad Pro Semi;

    font-size: 18px;

    line-height: 30px;

    position: relative;

    padding-left: 44px;

    display: block;

}



.rsform-block.rsform-block-privacycheck label span a {

    color: #4fbf5b;

}



.rsform-block.rsform-block-privacycheck label span:before {

    content: '';

    display: inline-block;

    width: 26px;

    height: 26px;

    background-color: white;

    border: 1px solid #bbb;

    border-radius: 10px;

    vertical-align: top;

    margin-right: 10px;

    position: absolute;

    left: 0px;

    top: 1px;

}



.rsform-block.rsform-block-privacycheck label {

    cursor: pointer;

}



.rsform-block.rsform-block-privacycheck label input:checked + span:after {

    content: '';

    display: inline-block;

    background: url(../images/check.png) no-repeat center center #fff;

    position: absolute;

    left: 7px;

    top: 10px;

    width: 15px;

    height: 11px;

}

body#hidec .questions_block {

    display: none;

}



.page-header h1 {

    color: black;

    font-family: "Myriad Pro Semi";

    font-size: 36px;

    font-weight: 900;

    position: relative;

    line-height: 50px;

    margin-bottom: 50px;

    padding-top: 70px;

}



.newddate {

    display: none;

}



.articletxt p {

    margin-bottom: 15px;

}



.articletxt ol {

    margin-bottom: 15px;

    padding-left: 26px;

}



.articletxt ol li {

    list-style: decimal;

}



.articletxt strong {

    color: #000;

}



.articletxt {

    font-size: 18px;    padding-bottom: 50px;

}