.main_page, header,.quiz .steps, .ty_page{
   /*zoom: 0.71; */
}


@media screen and (max-width: 1367px) {
  body {
    background-color: #ffffff;
    min-height: 100vh;
  }}

@media screen and (max-width: 1000px) {
  .quiz .steps, .ty_page {
    zoom: 1;
  }

  .main_page {
    padding-top: 0;
  }

  .main_page .left h1 {
    font-size: 26px;
  }

  .main_page .left .desc {
    font-size: 15px;
    max-width: 450px;
    margin-bottom: 40px;
  }

  .main_page .left a {
    height: 60px;
    line-height: 60px;
  }

  .main_page .right {
    margin-top: 210px;
    width: 48%;
  }

  .main_page .right .items a {
    font-size: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 50px;
    line-height: inherit;
  }

  .main_page .tel_bot a {
    font-size: 30px;
  }

  .main_page .tel_bot p {
    font-size: 12px;
  }

  .main_page .tel_bot {
    background-size: 40px;
    padding-left: 45px;
  }
}

.main_page .left img {
  display: none;
}

header .right {
  display: none;
}

@media screen and (max-width: 1030px) {
  body {
    background: #ffffff;
  }

  .main_page .left {
    width: 100%;
  }

  .main_page .right {
    width: 100%;
    margin-top: 30px;
  }

  .main_page .tel_bot {
    display: none;
  }

  .main_page .content {
    margin-bottom: 15px;
  }

  .main_page .left h1 {
    text-align: center;
    margin-top: -44px;
  }

  .main_page .left img {
    display: block;
    margin: 0 auto;
    max-width: 100%
  }

  .main_page .left .desc {
    margin: 0 auto 20px;
  }

  .main_page .left a {
    margin: 0 auto;
  }

  header {
    padding: 10px 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
  }

  header .right {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  header .right .tel {
    max-width: 176px;
  }

  header .right .tel a {
    color: #ff0084;
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
  }

  header .right .tel p {
    color: #a8a2a2;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
  }

  header .right .tel p span {
    font-weight: 600;
  }
}

@media screen and (max-width: 750px) {
  header .left .desc {
    display: none;
  }

  header .left .logo {
    margin-right: 40px;
  }
}

@media screen and (max-width: 500px) {
  header .left .logo a img {
    height: 40px;
  }

  header .right .tel a {
    font-size: 15px;
  }

  header .right .tel p {
    font-size: 9px;
  }

  header .right .tel {
    width: 144px;
  }

  header .left .link {
    padding-top: 13px;
  }

  header .left .link ul li a {
    font-size: 10px;
  }

  .main_page .left h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .main_page .left .desc {
    font-size: 14px;
    text-align: center;
  }

  .main_page .left a {
    max-width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
  }

  .main_page .right .text {
    font-size: 11px;
  }

  .main_page .right .items a {
    font-size: 14px;
    padding-left: 71px;
    background-position-x: 10px !important;
  }
}

@media screen and (max-width: 350px) {
  header .left .logo {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1030px) {
  .quiz header .right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    background: none;
  }

  .quiz header .right .tel a {
    color: #ff0084;
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
  }

  .quiz header .right .tel p {
    color: #a8a2a2;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
  }
}

@media screen and (max-width: 500px) {
  .quiz header .right .tel p {
    font-size: 9px;
  }

  .quiz header .right .tel a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .quiz .steps .step_1 .items .line .item {
    width: calc(50% - 8px);
  }

  .quiz .steps .step .items {
    height: auto;
  }

  .quiz .steps .step_1 .items .line .item .top img {
    width: 100%;
  }

  .quiz .steps .step {
    padding-top: 25px;
  }

  .quiz .steps .step_2 .items {
    padding-bottom: 165px;
    background-size: 400px;
  }

  .step_fifth .items .line {
    height: auto;
    margin-top: 30px;
  }

  .step_end .get {
    background: #f1eeee;
    position: relative;
  }

  .step_end .get::after {
    content: '';
    background: url(../img/mob_end_item.png) no-repeat center;
    width: 80px;
    height: 104px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .step_end .get .items {
    width: 100%;
    max-width: 100%;
  }

  .quiz .steps .step_1 .items .line {
    margin-right: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 700px) {
  .quiz .steps .step .items {
    padding: 0;
    background: none;
    box-shadow: none;
  }

  .step_fifth {
    position: relative;
  }

  .step_fifth .items, .step_fifth .bot_step {
    z-index: 1;
  }

  .quiz .steps .step_fifth .bot_step .line {
    max-width: 100% !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
  }

  .step_fifth::after {
    content: '';
    position: absolute;
    left: -15px;
    bottom: -50px;
    width: calc(100% + 30px);
    height: 400px;
    background: url(../img/fifth_bg.png) no-repeat top 90px right;
    z-index: -1;
    background-size: 865px;
  }

  .quiz .steps .step {
    min-height: calc(100vh - 125px);
  }

  .quiz {
    background: rgba(255, 255, 255, 0.95);
  }

  .quiz .steps .step {
    padding-top: 75px;
  }

  .quiz .steps .step .bot_step .line {
    max-width: calc(100% - 30px);
    width: 100%;
    position: absolute;
    top: 81px;
  }

  .quiz .steps .step_2 .items {
    background: url(../img/step_2.png) no-repeat bottom left;
    padding-bottom: 165px;
    background-size: 400px;
    margin: 0 -15px;
  }

  .quiz .steps .step_2 .items .line {
    margin: 0 15px;
    width: calc(100% - 30px);
  }

  .step_fifth .items .line {
    padding-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .quiz .steps .step {
    padding-bottom: 30px;
  }

  .step_end .add_file label {
    font-size: 18px;
  }

  .quiz .steps .step h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .quiz .steps .step .go_next {
    font-size: 12px;
    text-align: center;
  }

  .quiz .steps .step_1 .items .name, .quiz .steps .step_2 .items .name {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .quiz .steps .step_1 .items .line .item {
    width: calc(33.33% - 15px * 2 /3);
  }

  .quiz .steps .step .bot_step {
    margin: 30px 0;
  }

  .quiz .steps .step .bot_step .back {
    width: 153px;
    font-size: 14px;
  }

  .quiz .steps .step .bot_step .next {
    width: 153px;
    font-size: 14px;
  }

  .quiz .steps .step_2 .items .line {
    padding: 20px;
  }

  .quiz .steps .step_2 .items .line .left input {
    width: calc(100% - 36px);
    margin-right: 6px;
    height: 50px;
    line-height: 50px;
  }

  .quiz .steps .step_2 .items .line .left p {
    line-height: 50px;
  }

  .quiz .steps .step_forth .items .item {
    width: 100% !important;
  }

  .step_fifth h2 {
    margin-bottom: 20px !important;
  }

  .step_fifth .items .name {
    font-size: 12px;
  }

  .step_fifth .items .line {
    margin-top: 20px;
  }

  .step_fifth .items .line .item .right {
    font-size: 18px;
  }

  .step_fifth .items .line .item {
    margin-bottom: 20px;
  }

  .step_fifth .items .line .item:last-child {
    margin-bottom: 0;
  }

  .step_end h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .step_end .desc {
    font-size: 12px;
    line-height: 15.35px;
    margin-bottom: 8px;
  }

  .step_end input[type=tel] {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .step_end input[type=tel]::placeholder {
    font-size: 18px;
  }

  .step_end .add_file a {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin-bottom: 24px;
  }

  .step_end button[type=submit] {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
  }

  .step_end .get {
    padding: 22px 10px;
  }

  .step_end .get .name {
    margin-bottom: 13px;
  }

  .step_end .get .items .item {
    padding: 10px 15px;
  }

  .step_end .get .items .item p {
    font-size: 11px;
  }

  .step_end {
    margin-bottom: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 750px) {
  .quiz .steps .step_2 .items .line .left {
    width: 100%;
    justify-content: center;
  }

  .quiz .steps .step_2 .items .line .right {
    margin-right: 0;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .step_end .get .items .item {
    width: 100%;
    max-width: 100%;
  }

  .step_end .get .items .item p br {
    display: none;
  }
}

@media screen and (max-width: 1475px) {
  .pop_img .close {
    top: -45px;
    right: 0;
  }
}

@media screen and (max-width: 1285px) {
  .pop_up_about .close {
    top: -45px;
    right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .pop_img {
    width: 100%;
    left: 0;
    zoom: 1;
  }
}

@media screen and (max-width: 1000px) {
  .pop_up_about {
    width: 100%;
    left: 0;
    top: 50px;
    height: calc(100% - 100px);
    zoom: 1;
  }
}

@media screen and (max-width: 700px) {
  .pop_up_about {
    padding: 20px 10px;
  }

  .pop_up_about h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .pop_up_about p {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 28px;
  }

  .pop_up_about .tel {
    height: 69px;
    line-height: 69px;
    font-size: 24px;
  }
}

@media screen and (max-width: 1455px) {
  .ty_page .right {}

  .ty_page .left {
    background-size: contain;
  }
}

@media screen and (max-width: 1000px) {
  .ty_page .left {
    display: none;
  }

  .ty_page .right {
    margin-left: 0;
    width: 100%;
  }

  .ty_page .right {
    padding-top: 30px;
  }

  .ty_page .right .header {
    justify-content: center;
    margin-bottom: 40px;
  }

  .ty_page .right .top h2 {
    text-align: center;
  }

  .ty_page .right .top .desc {
    text-align: center;
  }

  .ty_page .right .gift {
    margin: 0 auto 30px;
  }

  .ty_page .right .load_gift {
    margin: 0 auto 80px;
  }

  .ty_page .right .tel {
    background: none;
    padding-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  .ty_page .right .gift {
    background: #ffffff;
  }
}

.ty_page .right .load_gift_mobile {
  display: none;
}

.ty_page .right .load_gift_img {
  display: none;
}

@media screen and (max-width: 500px) {
  .ty_page .right .header .logo a img {
    height: 66px;
  }

  .ty_page .right .header .desc p {
    font-size: 8px;
    line-height: 12.31px;
    max-width: 87px;
  }

  .ty_page .right .header {
    margin-bottom: 30px;
  }

  .ty_page .right .top h2 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .ty_page .right .top .desc {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 15.35px;
  }

  .ty_page .right .gift {
    padding: 8px 15px;
  }

  .ty_page .right .gift p {
    font-size: 12px;
    line-height: normal;
    text-align: center;
  }

  .ty_page .right .tel a {
    font-size: 24px;
    margin-bottom: 0;
  }

  .ty_page .right .tel p {
    max-width: 236px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 17.42px;
  }

  .ty_page .right .load_gift {
    display: none;
  }

  .ty_page .right .load_gift_mobile {
    display: block;
    border-radius: 46px;
    background-image: linear-gradient(-90deg, #ff0084 0%, #a60f78 99%);
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    text-align: center;
    max-width: 252px;
    margin: 0 auto;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .ty_page .right .load_gift_img {
    display: block;
    margin: 8px auto -5px;
  }

  .ty_page .right {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1200px) {
  body {
  }
}

@media screen and (max-width: 1000px) {
  .main_page, header {
    zoom: 1;
  }
}

.mobile_img {
  display: none;
}

@media screen and (max-width: 500px) {
  .quiz .steps .step .items .line .item .top {
    display: none;
  }

  .mobile_img {
    display: block;width: 100%;
    border-radius: 4px;
  }
  .quiz .steps .step_1 .items .line {justify-content: flex-start;}
  .quiz .steps .step_forth .items .item, .quiz .steps .step_1 .items .line .item {width: calc(33.33% - 15px * 2 /3) !important;margin-right: 15px !important;}
  .quiz .steps .step_forth .items .item:nth-child(3n), .quiz .steps .step_1 .items .line .item:nth-child(3n) {margin-right: 0 !important;}
  .quiz .steps .step_1 .items .line .item .bot .left {display: none;}
  .quiz .steps .step_1 .items .line .item .bot .text {width: 100%; margin-top: 5px;font-size: 10px;text-align: center;
}
  .quiz .steps .step .items .line .item .bot {
    position: relative;
    display: block;
  }

  /*.quiz .steps .step .bot_step { position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 15px;
    background: #fff;
    left: 0;}*/
  .quiz .steps .step .bot_step {
    margin: 0;
  }

  .quiz .steps .step .bot_step .back {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1;
  }

  .quiz .steps .step .bot_step .next {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1;
  }

  .quiz .steps .step .bot_step::after {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    height: 85px;
    width: 100%;
    background: #fff;
  }

  .quiz .steps .step .items {
    padding-bottom: 50px;
  }

  .quiz .steps .step_2 .items {
    height: calc(100vh - 225px);
    background-position-y: calc(100% - 49px);
  }

  .step_third .items::after, .step_forth .items::after {
    display: none;
  }
}
