@font-face {
  font-family: _100;
  src: url(fonts/museosanscyrl-100.woff);
}
@font-face {
  font-family: _300;
  src: url(fonts/museosanscyrl-300.woff);
}
@font-face {
  font-family: _500;
  src: url(fonts/museosanscyrl-500.woff);
}
@font-face {
  font-family: _700;
  src: url(fonts/museosanscyrl-700.woff);
}
@font-face {
  font-family: _900;
  src: url(fonts/museosanscyrl-900.woff);
}
@font-face {
  font-family: UniNeue;
  src: url(fonts/UniNeueRegular.woff);
}
@font-face {
  font-family: UniNeueBold;
  src: url(fonts/UniNeueBold.woff);
}
@font-face {
  font-family: UniNeueBook;
  src: url(fonts/UniNeueBook.woff);
}
*:hover {
  cursor: default;
}
/*=============================INPUTS=======================
============================================================*/
input::-webkit-input-placeholder {
  font-size: 1em;
  color: #999999;
}
input::-moz-placeholder {
  font-size: 1em;
  color: #999999;
}
input:-moz-placeholder {
  font-size: 1em;
  color: #999999;
}
input:-ms-input-placeholder {
  font-size: 1em;
  color: #999999;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input {
  border-radius: 0;
}
input[type="text"] {
  -webkit-appearance: none;
}
input[type=submit],
button {
  -webkit-appearance: none;
}
input[type=submit]:hover,
button:hover {
  cursor: pointer;
}
input:hover {
  cursor: text;
}
div,
p,
ul,
ol,
li,
header,
footer,
section,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
article,
main,
adress {
  display: block;
  float: left;
  width: 100%;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:focus {
  outline: 0;
}
a:active {
  outline: 0;
}
button {
  display: block;
  float: left;
  border: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
button:focus {
  outline: 0;
}
button:active {
  outline: 0;
}
button:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover,
button:hover {
  cursor: pointer;
}
a:hover *,
button:hover * {
  cursor: pointer;
}
.wrap {
  width: 100%;
  max-width: 1680px;
  float: none;
  margin: 0 auto;
}
.btn_animate {
  animation: ripple .65s linear;
  -webkit-animation: ripple .65s linear;
  -moz-animation: ripple .65s linear;
}
.btn_animate {
  -webkit-animation: ripple .65s linear;
  -moz-animation: ripple .65s linear;
  -ms-animation: ripple .65s linear;
  -o-animation: ripple .65s linear;
  animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -mox-transform: scale(0);
  z-index: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.ripplelink {
  position: absolute;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}
.inactive .ripplelink {
  display: none;
}
.ln-txt {
  white-space: nowrap;
}
.blue-grad-txt {
  color: #ffffff;
  font-family: _900;
  background: #1c56fe;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1c56fe 0%, #0ba5df 54%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1c56fe 0%, #0ba5df 54%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1c56fe 0%, #0ba5df 54%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c56fe', endColorstr='#0ba5df', GradientType=1);
  /* IE6-9 */
  display: inline-block;
  padding: 0.1em 0.5em;
  line-height: 1;
}
.header_title .blue-grad-txt {
  margin-top: 0.2em;
}
body {
  margin: 0;
  padding: 0;
  font-family: _300;
  color: #000;
  background: #fbfbfb;
  font-size: 62.5%;
}
.container {
  position: relative;
  overflow: hidden;
  min-height: 970px;
  /*height: 100vh;*/
  background: url(../img/bg_img.png) top right no-repeat;
  background-size: contain;
  box-sizing: border-box;
}
.container .wrap_float {
  position: relative;
  min-height: 100vh;
  /*height: 100vh;*/
  box-sizing: border-box;
}
.container .wrap_float .top {
  height: 110px;
  padding-top: 28px;
}
.container .wrap_float .top_left {
  width: auto;
}
.container .wrap_float .top_left .logo {
  width: 150px;
  margin-right: 0px;
      margin-top: 0px;
}
.container .wrap_float .top_left .logo_img {
  background: url(../img/logo.png) left top no-repeat;
  width: 150px;
  height: 150px;
  background-size: contain;
}
.container .wrap_float .top_left .logo_text {
  font-family: _300;
  color: #6ec8eb;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: .2px;
  margin-top: 7px;
}
.container .wrap_float .top_left .text {
  width: 203px;
  box-sizing: border-box;
  font-family: _300;
  padding-left: 20px;
  color: #4b8fa8;
  
  font-size: 1.4em;
  line-height: 1.8;
  position: relative;
  margin: 27px 0;
}
.container .wrap_float .top_left .text:before {
  height: 42px;
  width: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -21px;
  content: '';
  background: rgba(137, 137, 137, 0.5);
}
.container .wrap_float .top_right {
  width: auto;
  float: right;
}
.container .wrap_float .top_right .number {
  width: auto;
  margin-right: 24px;
  padding: 27px 0;
  box-sizing: border-box;
}
.container .wrap_float .top_right .number_a {
  width: auto;
  color: #000;
  font-size: 2.4em;
  font-family: _900;
}
.container .wrap_float .top_right .number_p {
  clear: both;
  width: auto;
  color: #000;
  font-size: 1.5em;
  font-family: _500;
  letter-spacing: 1px;
  margin-top: 5px;
}
.container .wrap_float .top_right .top_btn {
  display: block;
  float: left;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #0ba5df;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0ba5df 0%, #1c56fe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0ba5df 0%, #1c56fe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0ba5df 0%, #1c56fe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ba5df', endColorstr='#1c56fe', GradientType=0);
  /* IE6-9 */
  position: relative;
  box-sizing: border-box;
  margin: 15px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.4);
}
.container .wrap_float .top_right .top_btn:before {
  width: 94px;
  height: 94px;
  background: rgba(191, 191, 191, 0.2);
  border-radius: 50%;
  content: '';
  position: absolute;
  top: -9px;
  left: -9px;
  box-sizing: border-box;
}
.container .wrap_float .top_right .top_btn:after {
  border: 1px solid #a0a6aa;
  box-sizing: border-box;
  width: 106px;
  height: 106px;
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  border-radius: 50%;
  background: url(../img/phone-call.svg) center center no-repeat;
  background-size: 42px 41px;
}
.container .wrap_float .center {
  max-width: 800px;
  padding: 23px 0;
  box-sizing: border-box;
}
.container .wrap_float .center .header_subtitle {
  font-family: _500;
  font-size: 2.2em;
  color: #000;
  position: relative;
  padding-left: 59px;
  box-sizing: border-box;
  margin-bottom: 22px;
}
.container .wrap_float .center .header_subtitle:before {
  width: 38px;
  height: 3px;
  background: #0ba5df;
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
}
.container .wrap_float .center .header_title {
  font-size: 5.6em;
  color: #2a2a2a;
  font-family: _300;
  margin-bottom: 45px;
  letter-spacing: 1.4px;
}
.container .wrap_float .center .header_title b {
  font-family: _900;
  color: #0ba5df;
  font-weight: 100;
}
.container .wrap_float .center .main {
  height: 390px;
  -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
.container .wrap_float .center .main .main_title {
  background: #1c56fe;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1c56fe 0%, #0ba5df 54%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1c56fe 0%, #0ba5df 54%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1c56fe 0%, #0ba5df 54%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c56fe', endColorstr='#0ba5df', GradientType=1);
  /* IE6-9 */
  padding: 8px 17px;
  border-radius: 8px;
  width: auto;
  display: inline-block;
  float: none;
  margin-top: -13px;
  -webkit-box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.14);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.container .wrap_float .center .main .main_title p {
  font-size: 2.3em;
  font-family: _300;
  color: #fff;
}
.container .wrap_float .center .main .main_title p b {
  font-family: _900;
}
.container .wrap_float .center .main .main_title > * {
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}
.container .wrap_float .center .main .section_content {
  padding: 20px 0;
}
.container .wrap_float .center .main .section_content .gift_item {
  width: 24%;
}
.container .wrap_float .center .main .section_content .gift_item_img {
  position: relative;
  height: 110px;
  text-align: center;
  line-height: 110px;
  margin-bottom: 24px;
}
.container .wrap_float .center .main .section_content .gift_item_img:after {
  width: 64px;
  height: 3px;
  background: #0ba5df;
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -32px;
}
.container .wrap_float .center .main .section_content .gift_item_img img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 80%;
}
.container .wrap_float .center .main .section_content .gift_item_title {
  color: #000;
  font-family: _700;
  font-size: 1.6em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.container .wrap_float .center .main .section_content .gift_item_text {
  color: #000;
  font-family: _300;
  font-size: 1.6em;
}
.container .wrap_float .center .main .info {
  font-size: 1.2em;
  color: #000;
  font-family: _500;
  max-width: 445px;
  float: right;
  text-align: center;
  margin-top: 55px;
}
.container .wrap_float .center .main .start_test {
  display: block;
  width: 320px;
  height: 90px;
  background: #1c56fe;
  /* Old browsers */

  background: -moz-linear-gradient(153deg, #b3ce21 20%, #b1bc01 78%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(153deg, #b3ce21 20%, #b1bc01 78%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(153deg, #b3ce21 20%, #b1bc01 78%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c56fe', endColorstr='#0ba5df', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  border-radius: 10px;
  bottom: -40px;
  left: 56px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  font-size: 1.7em;
  color: #2d2929;
  font-family: _700;
  padding: 30px 0;
  box-sizing: border-box;
}
.container .wrap_float .center .main .start_test:before {
  background: rgba(214, 214, 214, 0);
  position: absolute;
  top: -35px;
  left: -35px;
  width: 230px;
  height: 230px;
  content: '';
  border-radius: 50%;
}
.container .wrap_float .center .main .start_test:after {
  border: 1px solid #fff0;
  position: absolute;
  top: -35px;
  left: 17px;
  width: 40px;
  height: 40px;
  content: '';
  border-radius: 50%;
  background: url(../img/play.png) left 57px center no-repeat;
}
.container .wrap_float .center .main .start_test .lines {
  width: 260px;
  height: 80px;
  background: url(../img/lines.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  top: -16px;
  left: -50px;
}
.container .wrap_float .center .main .start_test p {
  position: relative;
  z-index: 1;
}
.container .wrap_float .bottom {
  font-family: _300;
  float: right;
  width: auto;
  clear: both;
  margin-top: 25px;
  position: absolute;
  bottom: 9px;
  right: 0;
}
.container .wrap_float .bottom_left {
  width: auto;
  color: #fff;
  font-size: 13px;
  margin-right: 236px;
  line-height: 1.7;
}
.container .wrap_float .bottom_right {
  width: auto;
  color: #fff;
  font-size: 13px;
  line-height: 44px;
}
.container .wrap_float .bottom_right a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
.m-teploe {
  background: url(../img/bg_img_2.png) top right no-repeat;
}
.modal {
  position: relative;
}
.modal_close {
  width: 24px;
  height: 24px;
  background: url(../img/close.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 18px;
  opacity: .4;
  transition: all .2s linear;
}
.modal_close:hover {
  transform: rotate(-90deg);
  transition: all .2s linear;
  cursor: pointer;
}
.modal_wrap {
  max-width: 1195px;
}
.modal_wrap_left {
  width: 325px;
  padding: 23px 0;
  box-sizing: border-box;
}
.modal_wrap_left_content {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 622px;
  background: url(../img/left_modal.png) left top no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
}
.modal_wrap_left_content .repeat_wrap {
  text-align: center;
  margin-top: 70px;
}
.modal_wrap_left_content .repeat_test {
  display: inline-block;
  float: none;
  width: 120px;
  height: 120px;
  background: #cacbcc;
  border-radius: 50%;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  font-size: 1.4em;
  position: relative;
  color: #fff;
  font-family: _700;
  text-align: center;
  padding: 44px 0;
  text-transform: uppercase;
  box-sizing: border-box;
}
.modal_wrap_left_content .repeat_test:hover {
  cursor: pointer;
}
.modal_wrap_left_content .repeat_test:hover * {
  cursor: pointer;
}
.modal_wrap_left_content .repeat_test:before {
  background: rgba(214, 214, 214, 0.2);
  position: absolute;
  top: -25px;
  left: -25px;
  width: 170px;
  height: 170px;
  content: '';
  border-radius: 50%;
}
.modal_wrap_left_content .repeat_test:after {
  border: 1px solid #fff;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 140px;
  height: 140px;
  content: '';
  border-radius: 50%;
  background: url(../img/refresh-arrow.svg) center center no-repeat;
  background-size: 76px 76px;
}
.modal_wrap_left_content .repeat_test p {
  position: relative;
  z-index: 1;
}
.modal_wrap_left_content .title {
  font-family: _500;
  font-size: 2.0em;
  color: #fff;
  padding-bottom: 15px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 13px;
}
.modal_wrap_left_content .title:after {
  width: 38px;
  height: 3px;
  background: #0ba5df;
  bottom: 0;
  left: 50%;
  margin-left: -19px;
  content: '';
  position: absolute;
}
.modal_wrap_left_content ul {
  margin-left: 50px;
  width: auto;
}
.modal_wrap_left_content ul li {
  font-size: 12px;
  color: #fff;
  font-family: _700;
  margin-bottom: 21px;
  text-align: left;
  border-left: 2px solid #b3ce21;
  box-sizing: border-box;
  padding-left: 13px;
  width: auto;
  clear: both;
  text-transform: uppercase;
}
.modal_wrap_left_content ul li:last-child {
  margin-bottom: 0;
}
.modal_wrap_left_content .ul_title {
  font-size: 20px;
  color: #fff;
  font-family: _500;
  text-align: left;
  margin-left: 50px;
  margin-bottom: 30px;
  margin-top: 45px;
  width: auto;
}
.modal_wrap_left_content .subtitle {
  font-family: _300;
  font-size: 1.4em;
  color: #fff;
}
.modal_wrap_left_content .num {
  font-family: _900;
  color: #fff;
  font-size: 4.8em;
  margin-top: 5px;
}
.modal_wrap_left_content img {
  position: absolute;
  bottom: 0px;
  right: 6px;
  width: 260px;
}
.modal_wrap .right_content {
  width: 870px;
  height: 668px;
  background: #fff;
  border-radius: 10px;
}
.modal_wrap_right {
  width: 870px;
  height: 668px;
  border-radius: 10px;
  padding: 52px 60px 52px 55px;
  box-sizing: border-box;
  position: relative;
}
.modal_wrap_right .next_btn {
  display: block;
  width: 84px;
  height: 84px;
  background: #1c56fe;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1c56fe 40%, #0ba5df 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1c56fe 40%, #0ba5df 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b3ce21 40%, #b1bc01 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c56fe', endColorstr='#0ba5df', GradientType=1);
  /* IE6-9 */
  border-radius: 50%;
  position: absolute;
  right: -42px;
  top: 50%;
  margin-top: -17px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
}
.modal_wrap_right .next_btn.inactive {
  background: #cccccc;
}
.modal_wrap_right .next_btn.inactive:hover {
  cursor: default;
}
.modal_wrap_right .next_btn:before {
  width: 120px;
  height: 120px;
  top: -18px;
  left: -18px;
  content: '';
  background: rgba(206, 206, 206, 0.15);
  position: absolute;
  display: block;
  border-radius: 50%;
}
.modal_wrap_right .next_btn:after {
  border: 1px solid #e1e1e1;
  width: 102px;
  height: 102px;
  top: -9px;
  left: -9px;
  content: attr(data-text);
  position: absolute;
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 60px;
  font-family: _900;
  color: rgba(255, 255, 255, 0.1);
  line-height: 102px;
  text-align: center;
}
.modal_wrap_right .next_btn p {
  font-size: 12px;
  font-family: _700;
  color: #000;
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  text-transform: uppercase;
}
.modal_wrap_right .back_btn {
  width: 84px;
  height: 84px;
  background: #d6d6d6;
  border-radius: 50%;
  position: absolute;
  left: -42px;
  top: 50%;
  margin-top: -17px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
}
.modal_wrap_right .back_btn:before {
  width: 120px;
  height: 120px;
  top: -18px;
  left: -18px;
  content: '';
  background: rgba(206, 206, 206, 0.15);
  position: absolute;
  display: block;
  border-radius: 50%;
}
.modal_wrap_right .back_btn:after {
  border: 1px solid #e1e1e1;
  width: 102px;
  height: 102px;
  top: -9px;
  left: -9px;
  content: attr(data-text);
  position: absolute;
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 60px;
  font-family: _900;
  color: rgba(255, 255, 255, 0.1);
  line-height: 102px;
  text-align: center;
}
.modal_wrap_right .back_btn p {
  font-size: 12px;
  font-family: _700;
  color: #fff;
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  text-transform: uppercase;
}
.modal_wrap_right .section_content {
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 55px 0 90px;
}
.modal_wrap_right .section_content:last-child {
  border-bottom: 0;
  padding: 80px 0;
}
.modal_wrap_right .section_content:last-child .title {
  margin-bottom: 42px;
}
.modal_wrap_right .steps .step_item {
  width: 112px;
  position: relative;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-family: _300;
  color: #e6e6e6;
  text-transform: uppercase;
  text-align: center;
  margin-right: 16px;
}
.modal_wrap_right .steps .step_item:last-child {
  margin-right: 0;
}
.modal_wrap_right .steps .step_item:after {
  width: 100%;
  height: 5px;
  background: #e6e6e6;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 1px;
  -webkit-box-shadow: inset 0px 1px 1px 0px #fdfdfd;
  -moz-box-shadow: inset 0px 1px 1px 0px #fdfdfd;
  box-shadow: inset 0px 1px 1px 0px #fdfdfd;
}
.modal_wrap_right .steps .step_item.active {
  border-color: #17b0eb;
  color: #0ba5df;
  font-family: _700;
}
.modal_wrap_right .steps .step_item.active:after {
  background: #17b0eb;
}
.modal_wrap_right .title {
  font-size: 2.5em;
  font-family: _500;
  color: #2a2a2a;
  text-align: center;
  margin-bottom: 26px;
}
.modal_wrap_right .title b {
  font-family: _900;
  font-weight: 100;
}
.modal_wrap_right .range {
  height: 60px;
}
.modal_wrap_right .range_left {
  font-family: _300;
  color: #444444;
  font-size: 15px;
  width: auto;
  padding: 21px 0;
  box-sizing: border-box;
}
.modal_wrap_right .range_center {
  width: 542px;
  position: relative;
  padding: 25px 0;
  box-sizing: border-box;
  margin: 0 20px;
}
.modal_wrap_right .range_right {
  width: auto;
  padding: 12px 0;
  box-sizing: border-box;
  float: right;
}
.modal_wrap_right .range_right input {
  font-family: _300;
  color: #4b4b4b;
  font-size: 15px;
  text-align: center;
  margin-right: 9px;
}
.modal_wrap_right .range_right input:focus {
  outline: 0;
}
.modal_wrap_right .range_right input#range_text_1,
.modal_wrap_right .range_right input#range_text_2 {
  width: 70px;
  height: 36px;
  display: block;
  float: left;
  border: 2px solid #b4b4b4;
  box-sizing: border-box;
  border-radius: 5px;
}
.modal_wrap_right .range_right p {
  font-size: 15px;
  font-family: _300;
  color: #4c4c4c;
  width: auto;
  line-height: 26px;
}
.modal_wrap_right .range .rangeslider--horizontal {
  height: 10px;
}
.modal_wrap_right .range .rangeslider--horizontal .rangeslider__fill {
  background: #b3ce21;
}
.modal_wrap_right .range .rangeslider--horizontal .rangeslider__handle {
  width: 25px;
  height: 25px;
  background: #fff;
  border: 2px solid #b3ce21;
  box-sizing: border-box;
  top: -8px;
  z-index: 2;
}
.modal_wrap_right .range .rangeslider--horizontal .rangeslider__handle:hover {
  cursor: pointer;
}
.modal_wrap_right .range .rangeslider--horizontal .rangeslider__handle:after {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #b3ce21;
  content: '';
}
.modal_wrap_right .range .rangeslider--horizontal .rangeslider__handle:before {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: -moz-linear-gradient(left, rgba(24, 26, 52, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(24, 26, 52, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(24, 26, 52, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6181a34', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  content: '';
  opacity: .2;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
}
.modal_wrap_right .range.square .point_span {
  font-family: _300;
  font-size: 12px;
  color: #4c4c4c;
  position: absolute;
  z-index: 1;
  top: 0;
  margin-left: -6px;
}
.modal_wrap_right .range.square .point_span:nth-of-type(1) {
  left: 0;
}
.modal_wrap_right .range.square .point_span:nth-of-type(2) {
  left: 25%;
}
.modal_wrap_right .range.square .point_span:nth-of-type(3) {
  left: 50%;
}
.modal_wrap_right .range.square .point_span:nth-of-type(4) {
  left: 75%;
}
.modal_wrap_right .range.square .point_span:nth-of-type(5) {
  left: 100%;
}
.modal_wrap_right .range.square .point {
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 1;
}
.modal_wrap_right .range.square .point:nth-child(1) {
  left: 25%;
}
.modal_wrap_right .range.square .point:nth-child(2) {
  left: 50%;
}
.modal_wrap_right .range.square .point:nth-child(3) {
  left: 75%;
}
.modal_wrap_right .range.budget .point_span {
  font-family: _300;
  font-size: 12px;
  color: #4c4c4c;
  position: absolute;
  z-index: 1;
  top: 0;
  margin-left: -20px;
}
.modal_wrap_right .range.budget .point_span:nth-of-type(1) {
  left: 0;
  margin-left: -7px;
}
.modal_wrap_right .range.budget .point_span:nth-of-type(2) {
  left: 16.6%;
}
.modal_wrap_right .range.budget .point_span:nth-of-type(3) {
  left: 33.2%;
}
.modal_wrap_right .range.budget .point_span:nth-of-type(4) {
  left: 49.8%;
}
.modal_wrap_right .range.budget .point_span:nth-of-type(5) {
  left: 66.4%;
}
.modal_wrap_right .range.budget .point_span:nth-of-type(6) {
  left: 83%;
}
.modal_wrap_right .range.budget .point_span:nth-of-type(7) {
  left: 100%;
}
.modal_wrap_right .range.budget .point {
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 1;
}
.modal_wrap_right .range.budget .point:nth-of-type(1) {
  left: 16.6%;
}
.modal_wrap_right .range.budget .point:nth-of-type(2) {
  left: 33.2%;
}
.modal_wrap_right .range.budget .point:nth-of-type(3) {
  left: 49.8%;
}
.modal_wrap_right .range.budget .point:nth-of-type(4) {
  left: 66.4%;
}
.modal_wrap_right .range.budget .point:nth-of-type(5) {
  left: 83%;
}
.modal_wrap_right .range.budget .range_right input#range_text_2 {
  width: 108px;
}
.modal_wrap_right .range.budget .range_center {
  width: 495px;
  margin-left: 30px;
}
.modal_wrap_right .range.budget .range_right {
  width: auto;
}
.modal_wrap_right .range.budget .range_right p {
  line-height: 35px;
}
.modal_wrap_right .step_wrap .radio_item {
  width: 230px;
  margin-right: 32px;
  margin-bottom: 44px;
  position: relative;
}
.modal_wrap_right .step_wrap .radio_item:hover {
  cursor: pointer;
}
.modal_wrap_right .step_wrap .radio_item:hover * {
  cursor: pointer;
}
.modal_wrap_right .step_wrap .radio_item.none {
  padding: 36px 0;
  box-sizing: border-box;
}
.modal_wrap_right .step_wrap .radio_item:nth-child(4),
.modal_wrap_right .step_wrap .radio_item:nth-child(5),
.modal_wrap_right .step_wrap .radio_item:nth-child(6) {
  margin-bottom: 0;
}
.modal_wrap_right .step_wrap .radio_item:nth-child(3n) {
  margin-right: 0;
}
.modal_wrap_right .step_wrap .radio_item:nth-child(3n+1) {
  clear: both;
}
.modal_wrap_right .step_wrap .radio_item .img {
  width: 228px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.modal_wrap_right .step_wrap .radio_item .img:after {
  background: rgba(0, 79, 100, 0.25);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal_wrap_right .step_wrap .radio_item .img .sq_parent {
  width: 100%;
  position: relative;
  padding-bottom: 56.85%;
  overflow: hidden;
}
.modal_wrap_right .step_wrap .radio_item .img .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal_wrap_right .step_wrap .radio_item .img .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
}
.modal_wrap_right .step_wrap .radio_item .img img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.modal_wrap_right .step_wrap .radio_item .radio_title {
  padding-left: 30px;
  box-sizing: border-box;
  font-family: _700;
  font-size: 14px;
  color: #444444;
  text-transform: uppercase;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  line-height: 23px;
  margin-top: 12px;
}
.modal_wrap_right .step_wrap .radio_item .radio_title b {
  font-weight: 100;
  margin-right: 7px;
}
.modal_wrap_right .step_wrap .radio_item .radio_title > span {
  font-size: 12px;
  font-family: _300;
  color: #999999;
  text-transform: none;
  display: inline-block;
}
.modal_wrap_right .step_wrap .radio_item .radio_title:before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #e6e6e6;
  box-sizing: border-box;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.modal_wrap_right .step_wrap .radio_item .radio_title:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  background: #b3ce21;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b3ce21 0%, #bf9626 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b3ce21 0%, #bf9626 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b3ce21 0%, #bf9626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ce21', endColorstr='#bf9626', GradientType=0);
  /* IE6-9 */
  opacity: 0;
}
.modal_wrap_right .step_wrap .radio_item input {
  display: none;
}
.modal_wrap_right .step_wrap .radio_item input:checked + label:after {
  opacity: 1;
}
.modal_wrap_right .step_wrap .radio_item .tooltip_icon {
  width: 20px;
  height: 20px;
  background: url(../img/tooltip.png) center center no-repeat;
  position: absolute;
  background-size: contain;
  top: -10px;
  right: -10px;
  font-family: _900;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  padding-left: 2px;
  box-sizing: border-box;
}
.modal_wrap_right .step_wrap .radio_item .tooltip_content {
  width: 322px;
  padding: 20px 28px;
  box-sizing: border-box;
  font-family: _300;
  font-size: 12px;
  color: #000;
  position: absolute;
  top: -24px;
  right: -345px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: -6px 0px 13px 0px rgba(46, 82, 86, 0.3);
  -moz-box-shadow: -6px 0px 13px 0px rgba(46, 82, 86, 0.3);
  box-shadow: -6px 0px 13px 0px rgba(46, 82, 86, 0.3);
  display: none;
  line-height: 1.5;
}
.modal_wrap_right .step_wrap .radio_item .tooltip_content:before {
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  content: '';
  position: absolute;
  top: 14px;
  left: -10px;
}
.modal_wrap_right .step_wrap .radio_item .tooltip_icon:hover + .tooltip_content {
  display: block;
  z-index: 1;
}
.modal_wrap_right .step_wrap .radio_item:nth-child(3n) .tooltip_content {
  right: 30px;
  -webkit-box-shadow: 6px 0px 13px 0px rgba(46, 82, 86, 0.3);
  -moz-box-shadow: 6px 0px 13px 0px rgba(46, 82, 86, 0.3);
  box-shadow: 6px 0px 13px 0px rgba(46, 82, 86, 0.3);
}
.modal_wrap_right .step_wrap .radio_item:nth-child(3n) .tooltip_content:before {
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left-color: #fff;
  border-right: 0;
  content: '';
  position: absolute;
  top: 14px;
  right: -10px;
  left: auto;
}
.modal_wrap_right .step_wrap .checkbox_item {
  width: 232px;
  height: 120px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  margin-right: 12px;
  margin-bottom: 53px;
}
.modal_wrap_right .step_wrap .checkbox_item:hover {
  cursor: pointer;
}
.modal_wrap_right .step_wrap .checkbox_item:hover * {
  cursor: pointer;
}
.modal_wrap_right .step_wrap .checkbox_item.none {
  width: 230px;
  margin-right: 32px;
  margin-bottom: 44px;
  position: relative;
  padding: 36px 0;
  box-sizing: border-box;
  padding: 48px 15px;
  box-shadow: none;
}
.modal_wrap_right .step_wrap .checkbox_item.none.checked {
  background: #fff;
}
.modal_wrap_right .step_wrap .checkbox_item.none.checked .checkbox_title:after {
  opacity: 1;
}
.modal_wrap_right .step_wrap .checkbox_item.none .checkbox_title {
  width: 100%;
  text-transform: uppercase;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  line-height: 24px;
}
.modal_wrap_right .step_wrap .checkbox_item.none .checkbox_title:before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #e6e6e6;
  box-sizing: border-box;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.modal_wrap_right .step_wrap .checkbox_item.none .checkbox_title:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  background: #b3ce21;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b3ce21 0%, #bf9626 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b3ce21 0%, #bf9626 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b3ce21 0%, #bf9626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ce21', endColorstr='#bf9626', GradientType=0);
  /* IE6-9 */
  opacity: 0;
}
.modal_wrap_right .step_wrap .checkbox_item.checked {
  background: #17b0eb;
  box-shadow: none;
}
.modal_wrap_right .step_wrap .checkbox_item input {
  display: none;
}
.modal_wrap_right .step_wrap .checkbox_item:nth-child(4),
.modal_wrap_right .step_wrap .checkbox_item:nth-child(5),
.modal_wrap_right .step_wrap .checkbox_item:nth-child(6) {
  margin-bottom: 0;
}
.modal_wrap_right .step_wrap .checkbox_item:nth-child(3n) {
  margin-right: 0;
}
.modal_wrap_right .step_wrap .checkbox_item:nth-child(3n+1) {
  clear: both;
}
.modal_wrap_right .step_wrap .checkbox_item .img {
  width: 50%;
  line-height: 90px;
  text-align: center;
}
.modal_wrap_right .step_wrap .checkbox_item .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.modal_wrap_right .step_wrap .checkbox_item .checkbox_title {
  width: 47%;
  float: right;
  font-family: _700;
  font-size: 15px;
  color: #444444;
  line-height: 90px;
  text-transform: uppercase;
}
.modal_wrap_right .step_wrap .checkbox_item .tooltip_icon {
  width: 20px;
  height: 20px;
  background: url(../img/tooltip.png) center center no-repeat;
  position: absolute;
  background-size: contain;
  top: 40px;
  right: 14px;
  font-family: _900;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  padding-left: 2px;
  box-sizing: border-box;
  z-index: 1;
}
.modal_wrap_right .step_wrap .checkbox_item .tooltip_content {
  width: 322px;
  padding: 20px 28px;
  box-sizing: border-box;
  font-family: _300;
  font-size: 12px;
  color: #000;
  position: absolute;
  top: 24px;
  right: -325px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: -2px 0px 13px 0px rgba(46, 82, 86, 0.3);
  -moz-box-shadow: -2px 0px 13px 0px rgba(46, 82, 86, 0.3);
  box-shadow: -2px 0px 13px 0px rgba(46, 82, 86, 0.3);
  display: none;
}
.modal_wrap_right .step_wrap .checkbox_item .tooltip_content:before {
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  content: '';
  position: absolute;
  top: 14px;
  left: -10px;
}
.modal_wrap_right .step_wrap .checkbox_item .tooltip_icon:hover + .tooltip_content {
  display: block;
  z-index: 2;
}
.modal_wrap_right .step_wrap .checkbox_item:nth-child(3n) .tooltip_content {
  right: 47px;
  -webkit-box-shadow: 6px 0px 13px 0px rgba(46, 82, 86, 0.3);
  -moz-box-shadow: 6px 0px 13px 0px rgba(46, 82, 86, 0.3);
  box-shadow: 6px 0px 13px 0px rgba(46, 82, 86, 0.3);
}
.modal_wrap_right .step_wrap .checkbox_item:nth-child(3n) .tooltip_content:before {
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left-color: #fff;
  border-right: 0;
  content: '';
  position: absolute;
  top: 14px;
  right: -10px;
  left: auto;
}
.modal_wrap_right .step_wrap .gift_item {
  width: 24%;
  border-radius: 10px;
  height: 295px;
  padding: 30px 20px 0;
  box-sizing: border-box;
  position: relative;
  margin: 0 0.5%;
}
.modal_wrap_right .step_wrap .gift_item:hover {
  cursor: pointer;
}
.modal_wrap_right .step_wrap .gift_item:hover * {
  cursor: pointer;
}
.modal_wrap_right .step_wrap .gift_item input {
  display: none;
}
.modal_wrap_right .step_wrap .gift_item.checked {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}
.modal_wrap_right .step_wrap .gift_item.checked .icon {
  background: #b3ce21 url(../img/check.png) center center no-repeat;
  background-size: 12px 9px;
}
.modal_wrap_right .step_wrap .gift_item .img {
  height: 130px;
  text-align: center;
  margin-bottom: 12px;
}
.modal_wrap_right .step_wrap .gift_item .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.modal_wrap_right .step_wrap .gift_item .gift_title {
  font-family: _700;
  font-size: 15px;
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.modal_wrap_right .step_wrap .gift_item .gift_price {
  font-family: _300;
  font-size: 13px;
  color: #999999;
  line-height: 1.6;
  margin-bottom: 4px;
}
.modal_wrap_right .step_wrap .gift_item .gift_info {
  padding-left: 25px;
  box-sizing: border-box;
  font-family: _700;
  font-size: 13px;
  color: #444444;
  position: relative;
  line-height: 17px;
}
.modal_wrap_right .step_wrap .gift_item .gift_info:before {
  background: url(../img/gift_info.png) center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  content: '';
}
.modal_wrap_right .step_wrap .gift_item .icon {
  width: 23px;
  height: 23px;
  background: #cacbcc;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 16px;
}
.modal_wrap_right#step_2 .section_content {
  border-bottom: 0;
  padding-bottom: 0;
}
.modal_wrap_right#step_2 .title {
  margin-bottom: 46px;
}
.modal_wrap_right#step_3 .title {
  margin-bottom: 46px;
}
.modal_wrap_right#step_3 .section_content {
  border-bottom: 0;
  padding-bottom: 0;
}
.modal_wrap_right#step_4 .title {
  margin-bottom: 46px;
}
.modal_wrap_right#step_4 .section_content {
  border-bottom: 0;
}
.modal_wrap_right#step_4 .step_wrap .radio_item .img:after {
  display: none;
}
.modal_wrap_right#step_5 .title {
  margin-bottom: 46px;
}
.modal_wrap_right#step_5 .section_content {
  border-bottom: 0;
}
.modal_wrap_right#step_5 .step_wrap .radio_item .img:after {
  display: none;
}
.modal_wrap_right#step_6 .section_content {
  border-bottom: 0;
}
.modal_wrap_right .finish_title {
  color: #2a2a2a;
  font-size: 4.8em;
  font-family: _500;
  margin-bottom: 12px;
}
.modal_wrap_right .finish_title b {
  color: #0ba5df;
  font-family: _900;
  font-weight: 100;
}
.modal_wrap_right .finish_subtitle {
  color: #000;
  font-size: 2.2em;
  font-family: _500;
  margin-bottom: 23px;
  position: relative;
  padding-left: 60px;
  box-sizing: border-box;
}
.modal_wrap_right .finish_subtitle:before {
  width: 38px;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  content: '';
  background: #0ba5df;
  left: 0;
}
.modal_wrap_right .finish_subtitle b {
  color: #0ba5df;
  font-family: _900;
  font-weight: 100;
}
.modal_wrap_right .finish_text {
  color: #444;
  font-size: 2.0em;
  font-family: _300;
  max-width: 414px;
}
.modal_wrap.finish .modal_wrap_right {
  background: #fff url(../img/finish.png) right top no-repeat;
  padding-top: 30px;
}
.modal_wrap.finish .modal_wrap_right .finish_form {
  max-width: 284px;
  clear: both;
  margin-top: 33px;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap {
  border-bottom: 2px solid #e6e6e6;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap input {
  height: 50px;
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  background: #fff;
  font-family: _500;
  color: #000;
  padding: 0 15px 0 40px;
  font-size: 14px;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap input:focus {
  outline: 0;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.name:after {
  width: 20px;
  height: 20px;
  background: url(../img/name.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.number:after {
  width: 20px;
  height: 20px;
  background: url(../img/phone.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.time.active .jq-selectbox .jq-selectbox__select-text {
  color: #000;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.time.active .jq-selectbox .jq-selectbox__select-text:before {
  border-top-color: #000;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.time:after {
  width: 20px;
  height: 20px;
  background: url(../img/clock.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.time .jq-selectbox {
  height: 50px;
  padding-left: 40px;
  box-sizing: border-box;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.time .jq-selectbox.opened .jq-selectbox__select-text:before {
  transform: rotate(180deg);
  transition: all .2s linear;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.time .jq-selectbox.opened .jq-selectbox__dropdown {
  border: 1px solid #eee;
  box-sizing: border-box;
  padding-left: 39px;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.time .jq-selectbox .jq-selectbox__select-text {
  font-size: 14px;
  font-family: _500;
  line-height: 50px;
  color: #999999;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.time .jq-selectbox .jq-selectbox__select-text:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #999999;
  border-bottom: 0;
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  transition: all .2s linear;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.time .jq-selectbox .jq-selectbox__dropdown {
  background: #fff;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.time .jq-selectbox .jq-selectbox__dropdown ul {
  padding: 10px 0;
  box-sizing: border-box;
  background: #fff;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.time .jq-selectbox .jq-selectbox__dropdown ul li {
  font-size: 14px;
  font-family: _500;
  line-height: 25px;
  color: #999999;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.time .jq-selectbox .jq-selectbox__dropdown ul li:first-child {
  display: none;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.file {
  border-color: #b3ce21;
  border-width: 1px;
  width: auto;
  padding-bottom: 6px;
  box-sizing: border-box;
  max-width: 330px;
  overflow: hidden;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.file input {
  display: none;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.file label {
  padding-left: 43px;
  box-sizing: border-box;
  font-family: _500;
  font-size: 14px;
  color: #b3ce21;
  display: block;
  float: left;
  padding-top: 15px;
  position: relative;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.file label:before {
  width: 16px;
  height: 17px;
  background: url(../img/file.png) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 14px;
  position: absolute;
  content: '';
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.checkbox {
  border-bottom: 0;
  margin-top: 28px;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.checkbox input {
  display: none;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.checkbox label {
  padding-left: 42px;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  font-size: 13px;
  color: #282828;
  font-family: _300;
  position: relative;
  max-width: 260px;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.checkbox label a span {
  color: #189fd2;
  border-bottom: 1px solid rgba(24, 159, 210, 0.5);
  box-sizing: border-box;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.checkbox label:before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #b3ce21;
  box-sizing: border-box;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.checkbox label:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  background: #b3ce21;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b3ce21 0%, #bf9626 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b3ce21 0%, #bf9626 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b3ce21 0%, #bf9626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ce21', endColorstr='#bf9626', GradientType=0);
  /* IE6-9 */
  opacity: 0;
}
.modal_wrap.finish .modal_wrap_right .finish_form .input_wrap.checkbox input:checked + label:after {
  opacity: 1;
}
.modal_wrap.finish .finish_test {
  display: block;
  width: 160px;
  height: 160px;
  background: #1c56fe;
  /* Old browsers */
  background: -moz-linear-gradient(153deg, #1c56fe 20%, #0ba5df 78%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(153deg, #1c56fe 20%, #0ba5df 78%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(153deg, #b3ce21 20%, #b1bc01 78%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c56fe', endColorstr='#0ba5df', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  border-radius: 50%;
  bottom: -28px;
  left: 50%;
  margin-left: -80px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  font-size: 1.8em;
  color: #000;
  font-family: _700;
  text-align: center;
  padding: 54px 0;
  text-transform: uppercase;
  box-sizing: border-box;
}
.modal_wrap.finish .finish_test:before {
  background: rgba(214, 214, 214, 0.2);
  position: absolute;
  top: -35px;
  left: -35px;
  width: 230px;
  height: 230px;
  content: '';
  border-radius: 50%;
}
.modal_wrap.finish .finish_test:after {
  border: 1px solid #fff;
  position: absolute;
  top: -17px;
  left: -17px;
  width: 194px;
  height: 194px;
  content: '';
  border-radius: 50%;
  background: url(../img/play.png) left 57px center no-repeat;
}
.modal_wrap.finish .finish_test .lines {
  width: 260px;
  height: 80px;
  background: url(../img/lines.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  top: -16px;
  left: -50px;
}
.modal_wrap.finish .finish_test p {
  position: relative;
  z-index: 1;
}
.modal.modal_success {
  max-width: 560px;
  padding: 71px 45px 96px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  border-radius: 8px;
}
.modal.modal_success img {
  right: -24px;
  bottom: -33px;
  position: absolute;
}
.modal.modal_success .modal_title {
  font-family: _900;
  font-size: 3.6em;
  color: #000;
  max-width: 346px;
  margin-bottom: 15px;
}
.modal.modal_success .modal_title b {
  color: #0ba5df;
}
.modal.modal_success .mark_p {
  font-size: 14px;
  font-family: UniNeueBold;
  color: #000;
  max-width: 283px;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding-bottom: 32px;
  line-height: 1.9;
}
.modal.modal_mark {
  max-width: 633px;
  background: #fff;
  border-radius: 8px;
  padding: 37px 42px 50px;
  box-sizing: border-box;
  background: #fff url(../img/manager.png) right bottom no-repeat;
}
.modal.modal_mark .modal_title {
  font-family: _900;
  font-size: 3.6em;
  color: #000;
  max-width: 330px;
  margin-bottom: 15px;
}
.modal.modal_mark .modal_title b {
  color: #0ba5df;
}
.modal.modal_mark .mark_p {
  font-size: 14px;
  font-family: UniNeueBold;
  color: #000;
  max-width: 283px;
  letter-spacing: 1px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding-bottom: 32px;
}
.modal.modal_mark .stars_wrap {
  margin-top: 30px;
}
.modal.modal_mark .stars_wrap .stars_item {
  height: 20px;
  line-height: 20px;
  margin-bottom: 25px;
  width: auto;
  clear: both;
}
.modal.modal_mark .stars_wrap .stars_item:last-child {
  margin-bottom: 0;
}
.modal.modal_mark .stars_wrap .stars_item .stars_title {
  width: 70px;
  font-size: 12px;
  color: #000;
  font-family: _700;
}
.modal.modal_mark .stars_wrap .stars_item .stars {
  width: auto;
}
.modal.modal_mark .stars_wrap .stars_item .stars .star {
  width: 20px;
  height: 18px;
  background: url(../img/star.png) center center no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: relative;
}
.modal.modal_mark .stars_wrap .stars_item .stars .star:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  background: url(../img/star_hover.png) center center no-repeat;
  background-size: contain;
  opacity: 0;
}
.modal.modal_mark .stars_wrap .stars_item .stars .star:last-child {
  margin-right: 0;
}
.modal.modal_mark .stars_wrap .stars_item:hover .stars_title {
  color: #b3ce21;
}
.modal.modal_mark .stars_wrap .stars_item:hover .stars .star {
  background: #fff;
}
.modal.modal_mark .stars_wrap .stars_item:hover .stars .star:after {
  opacity: 1;
}
.modal.modal_callback {
  max-width: 633px;
  background: #fff;
  border-radius: 8px;
  padding: 37px 42px 50px;
  box-sizing: border-box;
  background: #fff url(../img/callback.png) right bottom no-repeat;
}
.modal.modal_callback .modal_title {
  font-family: _900;
  font-size: 3.0em;
  color: #000;
  max-width: 324px;
}
.modal.modal_callback .modal_title b {
  color: #0ba5df;
}
.modal.modal_callback .callback_form {
  max-width: 284px;
  margin-top: 12px;
}
.modal.modal_callback .callback_form .input_wrap {
  border-bottom: 2px solid #e6e6e6;
  box-sizing: border-box;
  position: relative;
}
.modal.modal_callback .callback_form .input_wrap input {
  height: 50px;
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  background: #fff;
  font-family: _500;
  color: #000;
  padding: 0 15px 0 40px;
  font-size: 14px;
}
.modal.modal_callback .callback_form .input_wrap input:focus {
  outline: 0;
}
.modal.modal_callback .callback_form .input_wrap.number:after {
  width: 20px;
  height: 20px;
  background: url(../img/phone.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.modal.modal_callback .callback_form .input_wrap.checkbox {
  border-bottom: 0;
  margin-top: 24px;
}
.modal.modal_callback .callback_form .input_wrap.checkbox input {
  display: none;
}
.modal.modal_callback .callback_form .input_wrap.checkbox label {
  padding-left: 37px;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  font-size: 13px;
  color: #282828;
  font-family: _300;
  position: relative;
  max-width: 275px;
}
.modal.modal_callback .callback_form .input_wrap.checkbox label a span {
  color: #189fd2;
  border-bottom: 1px solid rgba(24, 159, 210, 0.5);
  box-sizing: border-box;
}
.modal.modal_callback .callback_form .input_wrap.checkbox label:before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #e6e6e6;
  box-sizing: border-box;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.modal.modal_callback .callback_form .input_wrap.checkbox label:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  background: #b3ce21;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b3ce21 0%, #bf9626 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b3ce21 0%, #bf9626 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b3ce21 0%, #bf9626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ce21', endColorstr='#bf9626', GradientType=0);
  /* IE6-9 */
  opacity: 0;
}
.modal.modal_callback .callback_form .input_wrap.checkbox input:checked + label:after {
  opacity: 1;
}
.modal.modal_callback .callback_info {
  margin-top: 30px;
  font-size: 1em;
  color: #a4a4a4;
  font-family: UniNeue;
  font-style: italic;
  line-height: 1.8;
  letter-spacing: 1px;
}
.modal.modal_callback .callback_btn {
  display: block;
  width: 110px;
  height: 110px;
  background: #1c56fe;
  /* Old browsers */
  background: -moz-linear-gradient(153deg, #1c56fe 20%, #0ba5df 78%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(153deg, #1c56fe 20%, #0ba5df 78%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(153deg, #1c56fe 20%, #0ba5df 78%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c56fe', endColorstr='#0ba5df', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  border-radius: 50%;
  bottom: -55px;
  left: 50%;
  margin-left: -55px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  font-size: 1.6em;
  color: #fff;
  font-family: _700;
  padding: 37px 0;
  box-sizing: border-box;
}
.modal.modal_callback .callback_btn:before {
  background: rgba(214, 214, 214, 0.2);
  position: absolute;
  top: -25px;
  left: -25px;
  width: 160px;
  height: 160px;
  content: '';
  border-radius: 50%;
}
.modal.modal_callback .callback_btn:after {
  border: 1px solid #fff;
  position: absolute;
  top: -11px;
  left: -11px;
  width: 132px;
  height: 132px;
  content: '';
  border-radius: 50%;
  background: url(../img/play.png) left 42px center no-repeat;
  background-size: 68px 79px;
}
.modal.modal_callback .callback_btn .lines {
  width: 260px;
  height: 80px;
  background: url(../img/lines.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  top: -16px;
  left: -50px;
}
.modal.modal_callback .callback_btn p {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
}
.modal.modal_policy {
  max-width: 700px;
  background: #fff;
  border-radius: 8px;
  padding: 37px 42px 50px;
  box-sizing: border-box;
}
.modal.modal_policy .modal_title {
  font-family: _900;
  font-size: 3.0em;
  color: #000;
  max-width: 324px;
  margin-bottom: 20px;
}
.modal.modal_policy .modal_title b {
  color: #0ba5df;
}
.modal.modal_policy .mark_p {
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1730px) {
  .wrap {
    width: 94%;
    max-width: 94%;
  }
  .container {
    background: url(../img/bg_img.png) top right -200px no-repeat;
    background-size: cover;
  }
  .m-teploe {
    background: url(../img/bg_img_2.png) top right -200px no-repeat;
  }
  .container .wrap_float .center .header_title {
    font-size: 4.6em;
    margin-bottom: 45px;
  }
  .container .wrap_float .center {
    padding: 22px 0;
  }
  .container .wrap_float .center .header_subtitle {
    font-size: 2em;
    margin-bottom: 10px;
  }
  .container .wrap_float .center .main .section_content .gift_item_img {
    height: 90px;
    line-height: 90px;
  }
  .container .wrap_float .center .main .section_content .gift_item_img img {
    max-height: 80%;
  }
  .container .wrap_float .center .main .section_content .gift_item_img:after {
    bottom: -8px;
  }
  .container .wrap_float .center .main .main_title p {
    font-size: 2em;
  }
  .container .wrap_float .center .main .main_title {
    padding: 6px 17px;
  }
  .container .wrap_float .center .main .section_content {
    padding: 12px 0;
  }
  .container .wrap_float .center .main {
    height: 344px;
  }
  .container .wrap_float .center .main .info {
    margin-top: 40px;
  }
  .container .wrap_float .top_left .logo_img {
    width: 120px;
    height: 120px;
  }
  .container .wrap_float .top_left .text {
    margin: 15px 0;
  }
  .container .wrap_float .top {
    padding-top: 10px;
    height: 90px;
  }
  .container .wrap_float .top_right .number {
    padding: 17px 0;
  }
  .container .wrap_float .center .main .start_test {
    bottom: 30px;
  }
  .container {
    min-height: 750px;
    background-color: transparent;
    background-image: url(../img/bg_img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
  }
  .container .wrap_float {
    min-height: 100vh;
    padding-bottom: 60px;
  }
  .m-teploe {
    background: url(../img/bg_img_2.png) top -107px right -200px no-repeat;
  }
}
@media screen and (max-width: 1290px) {
  body {
    font-size: 60%;
  }
  .container {
    min-height: auto;
    height: auto;
    padding-bottom: 50px;
  }
  .container .wrap_float {
    min-height: auto;
    height: auto;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 57%;
  }
  .container {
    background: url(../img/bg_img.png) top left -64px no-repeat;
    background-size: cover;
  }
  .m-teploe {
    background: url(../img/bg_img_2.png) top left -64px no-repeat;
  }
  .container .wrap_float .bottom_left {
    margin-right: 130px;
  }
  .modal_wrap_left {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .container .wrap_float {
    padding-bottom: 230px;
  }
  .container {
    background: url(../img/bg_img.png) center center no-repeat;
    background-size: cover;
  }
  .m-teploe {
    background: url(../img/mob_bg.jpg) center center no-repeat;
    background-size: cover;
  }
  .container .wrap_float .top_right .number_a,
  .container .wrap_float .top_right .number_p,
  .container .wrap_float .center .header_subtitle,
  .container .wrap_float .center .header_title,
  .container .wrap_float .bottom_left,
  .container .wrap_float .bottom_right {
    color: #000;
  }
  .container .wrap_float .top_left .logo_img {
    width: 200px;
  }
  .container .wrap_float .top_left .logo {
    width: 200px;
  }
  .container .wrap_float .top_left .logo_text {
    font-size: 11px;
  }
  .container .wrap_float .top_left .text {
    display: none;
  }
  .container .wrap_float .center .main .info {
    margin-top: 22px;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .container .wrap_float .center .main {
    padding-bottom: 86px;
  }
  .container .wrap_float .center .main .start_test {
    left: 50%;
    margin-left: -160px;
  }
  .container .wrap_float .bottom_left {
    color: #fff;
    margin-right: 0;
  }
  .container .wrap_float .bottom {
    width: 100%;
    margin-top: 57px;
  }
  .container .wrap_float .bottom_right {
    color: #fff;
    float: right;
  }
  .modal_wrap_right .range_left {
    display: none;
  }
  .modal_wrap_right,
  .modal_wrap .right_content {
    width: 100%;
  }
  .modal_wrap_right .steps .step_item {
    width: 85px;
  }
  .modal_wrap_right .range_center {
    width: 450px;
  }
  .modal_wrap_right .range.budget .range_center {
    width: 395px;
  }
  .modal_wrap_right .next_btn {
    bottom: -42px;
    top: auto;
    left: 50%;
    margin-left: 30px;
  }
  .modal_wrap_right .back_btn {
    bottom: -42px;
    top: auto;
    left: 50%;
    margin-left: -115px;
  }
  .modal_wrap_right .step_wrap .radio_item {
    width: 30%;
    margin-right: 5%;
  }
  .modal_wrap_right .step_wrap .radio_item .img {
    width: 100%;
  }
  .modal_wrap_right .step_wrap .checkbox_item {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
  }
  .modal_wrap_right .step_wrap .checkbox_item:nth-child(4),
  .modal_wrap_right .step_wrap .checkbox_item:nth-child(5),
  .modal_wrap_right .step_wrap .checkbox_item:nth-child(6) {
    margin-bottom: 30px;
  }
  #step_3 .step_wrap {
    text-align: center;
  }
  .modal_wrap_right .step_wrap .checkbox_item:nth-child(3n) {
    margin-right: 12px;
  }
  .modal_wrap .right_content,
  .modal_wrap_right {
    height: 743px;
  }
  .modal_wrap_right .step_wrap .checkbox_item .tooltip_icon {
    display: none;
  }
  .modal_wrap_right .step_wrap .gift_item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .modal_wrap.finish .modal_wrap_right {
    background: #fff url(../img/finish.png) right -133px bottom no-repeat;
  }
  .container .wrap_float .center .main .start_test {
    bottom: -10px;
  }
}
@media screen and (max-width: 758px) {
  .header_title br {
    display: none;
  }
  .mob-soft-txt {
    white-space: normal;
  }
  .container .wrap_float .top_left .logo {
    margin-right: 0;
    display: inline-block;
    float: none;
  }
  .container .wrap_float .top_left,
  .container .wrap_float .top_right {
    width: 100%;
    text-align: center;
  }
  .container .wrap_float .top_right .number {
    width: 100%;
    margin-right: 0;
  }
  .container .wrap_float .top_right .number_a,
  .container .wrap_float .top_right .number_p {
    width: 100%;
    text-align: center;
  }
  .container .wrap_float .top {
    height: auto;
  }
  .container .wrap_float .top_right .top_btn {
    display: inline-block;
    float: none;
  }
  .container .wrap_float .center .header_title {
    font-size: 4em;
  }
  .container .wrap_float .center .main .section_content .gift_item {
    width: 50%;
  }
  .container .wrap_float .center .main {
    height: auto;
  }
  .container .wrap_float .center .main .info {
    text-align: center;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .container .wrap_float .center .main {
    padding-bottom: 100px;
  }
  .container .wrap_float .bottom_left {
    width: 100%;
    text-align: center;
  }
  .container .wrap_float .bottom_right {
    width: 100%;
    text-align: center;
    margin-top: 3px;
  }
  .container .wrap_float .center {
    padding-top: 36px;
  }
  .container .wrap_float .top_right .number {
    padding: 12px 0;
  }
  .modal_wrap_right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal_wrap_right .steps .step_item {
    width: 57px;
    font-size: 13px;
  }
  .modal_wrap .right_content,
  .modal_wrap_right {
    height: auto;
  }
  .modal_wrap_right .range_center,
  .modal_wrap_right .range.budget .range_center {
    margin: 0;
    width: 100%;
  }
  .modal_wrap_right .range.square .point,
  .modal_wrap_right .range.budget .point {
    height: 10px;
  }
  .first_point {
    display: none;
  }
  .modal_wrap_right .range_right {
    display: inline-block;
    float: none;
    margin-right: -26px;
  }
  .modal_wrap_right .range {
    text-align: center;
  }
  .modal_wrap_right .step_wrap .radio_item {
    width: 47%;
    margin-right: 6%;
  }
  .modal_wrap_right .step_wrap .radio_item:nth-child(3n) {
    margin-right: 6%;
  }
  .modal_wrap_right .step_wrap .radio_item:nth-child(3n+1) {
    clear: none;
  }
  .modal_wrap_right .step_wrap .radio_item:nth-child(even) {
    margin-right: 0;
  }
  .modal_wrap_right .step_wrap .radio_item:nth-child(odd) {
    clear: both;
  }
  .modal_wrap_right .step_wrap .gift_item {
    width: 49%;
  }
  .modal_wrap.finish .modal_wrap_right {
    background: #fff;
  }
  .modal_wrap.finish .modal_wrap_right {
    padding-bottom: 150px;
  }
  .modal_wrap_right .step_wrap .radio_item .tooltip_icon {
    display: none;
  }
  .modal.modal_callback {
    background: #fff;
    padding-bottom: 87px;
  }
  .modal_wrap_right .section_content {
    padding-top: 30px;
  }
  .modal_wrap_right#step_4 .section_content,
  .modal_wrap_right#step_5 .section_content {
    padding-bottom: 0;
  }
  .modal.modal_mark {
    background: #fff;
  }
  .container .wrap_float .top_left .logo_img {
    background: url(../img/logo.png) center top no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 450px) {
  .header_title br {
    display: none;
  }
  .container .wrap_float .center .header_subtitle:before {
    width: 25px;
  }
  .container .wrap_float .center .header_subtitle {
    padding-left: 34px;
  }
  .container .wrap_float .center .header_title {
    font-size: 3.5em;
  }
  .container .wrap_float .center .header_subtitle {
    font-size: 2em;
  }
  .middle_point {
    display: none;
  }
  .modal_wrap_right .step_wrap .radio_item {
    width: 100%!important;
    margin-right: 0!important;
    max-width: 300px!important;
    display: inline-block !important;
    float: none!important;
  }
  .modal_wrap_right .step_wrap .radio_item {
    margin-bottom: 28px!important;
  }
  .modal_wrap_right .steps .step_item {
    display: none;
  }
  .modal_wrap_right .steps .step_item.active {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  #step_2 .step_wrap,
  #step_4 .step_wrap,
  #step_5 .step_wrap {
    text-align: center;
  }
  .steps {
    text-align: center;
  }
  .modal_wrap_right .step_wrap .radio_item .radio_title {
    width: auto;
    float: none;
    display: inline-block;
  }
  #step_1 .modal_wrap_right .section_content {
    padding-top: 28px;
  }
  #step_1 .modal_wrap_right .section_content:last-child {
    padding-top: 35px;
  }
  .modal_wrap_right#step_2 .title {
    margin-bottom: 20px;
  }
  .modal_wrap_right#step_4 .section_content,
  .modal_wrap_right#step_3 .section_content,
  .modal_wrap_right#step_5 .section_content {
    padding-bottom: 0;
  }
  .modal_wrap_right .step_wrap .gift_item {
    width: 99%;
  }
  .modal_wrap_right#step_6 .section_content {
    padding-bottom: 0;
  }
  .modal_wrap_right .finish_title {
    font-size: 3.5em;
  }
  .modal_wrap_right .finish_subtitle:before {
    width: 20px;
  }
  .modal_wrap_right .finish_subtitle {
    font-size: 1.8em;
    padding-left: 38px;
  }
  .modal.modal_policy .modal_title {
    font-size: 2.5em;
  }
  .modal.modal_policy {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal.modal_success {
    padding: 71px 30px 165px;
  }
}
@media screen and (max-width: 350px) {
  .container .wrap_float .center .header_title {
    font-size: 3em;
  }
}
.butt-anim{
overflow: hidden;
position: relative;
}
.butt-anim:after {
content: "";
margin-left: 60px;
width: 30px;
height: 300px;
background: #fff;
-webkit-animation-delay: 0.05s;
animation-delay: 0.05s;
position: absolute;
left: -40px;
top: -150px;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transition: all 0.1s;
transition: all 0.1s;
-webkit-animation-name: slideme;
animation-name: slideme;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }

@keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }
  
  
.text span:after{ 
content: ''; 
width: 5px; 
height: 5px; 
background-color: #F68D33; 
border-radius: 50%; 
display: inline-block; 
margin-right: 5px; 
animation: pulsing 1.5s ease infinite; 
position: absolute; 
top: 8px; 
bottom: 0; 
left: 0px; 
right: 0; 
} 

@-webkit-keyframes pulsing { 
0% { 
box-shadow: 0 0 0 transparent; 
-webkit-box-shadow: 0 0 0 transparent; 
} 
50% { 
box-shadow: 0 0 12px 3px #21A9D9; 
-webkit-box-shadow: 0 0 12px 3px #F68D33; 
} 
100% { 
box-shadow: 0 0 24px 3px transparent; 
-webkit-box-shadow: 0 0 24px 3px transparent; 
} 

} 
.text{ 
width: 100%; 
padding-left: 20px; 
}



a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

#Combobox1 {
padding: 4px 4px 4px 20px;
}

.trigger {
   font-size: 18px;
}

.bottom_right {
    line-height: 24px !important;
}