* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

.content {
  max-width: 1650px;
  padding: 0 15px;
  margin: 0 auto;
}

/* html {background: linear-gradient(228.98deg, #ffffff 51%, #ededed);min-height: 100vh;} */

body {
  background: url(../img/main_bg.png) no-repeat center top;
  background: url(../img/bg.jpg) no-repeat center top; 
}

header {
  padding: 33px 0;
}

header .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

header .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

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

header .left .logo a {}

header .left .logo a img {
  margin-bottom: -4px;
}

header .left .desc {
  max-width: 136px;
  padding-top: 10px;
  margin-right: 79px;
}

header .left .desc p {
  color: #a8a2a2;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.27px;
}

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

header .left .link ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

header .left .link ul li {}

header .left .link ul li a {
  color: #333333;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 41px;
  padding: 12px 15px;
}

.main_page {
  padding-top: 50px;
}

.main_page .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
}

.main_page .left {
  width: 45%;
}

.main_page .left h1 {
  color: #333333;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.main_page .left .desc {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #333333;
  padding: 10px 16px;
  max-width: 533px;
  margin-bottom: 60px;
}

.main_page .left a {
  border-radius: 50px;
  background-image: linear-gradient(-90deg, #ff0084 0%, #a60f78 99%);
  line-height: 84px;
  display: block;
  text-align: center;
  max-width: 326px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  height: 84px;
  text-decoration: none;
}

.main_page .right {
  width: 630px;
  margin-top: 324px;
}

.main_page .right .text {
  text-align: center;
  margin-bottom: 20px;
  color: #a8a2a2;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.main_page .right .items {}

.main_page .right .items a {
  display: block;
  height: 64px;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.25);
  line-height: 64px;
  padding-left: 105px;
  position: relative;
  margin-bottom: 14px;
  text-decoration: none;
  color: #333333;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
}

.main_page .right .items a span {
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  background: url(../img/plus.png) no-repeat center;
  right: 19px;
  top: calc(50% - 27px / 2);
}

.main_page .right .items a:nth-child(1) {
  background: url(../img/preim_1.png) no-repeat center left 30px, #ffffff;
}

.main_page .right .items a:nth-child(2) {
  background: url(../img/preim_2.png) no-repeat center left 30px, #ffffff;
}

.main_page .right .items a:nth-child(3) {
  background: url(../img/preim_3.png) no-repeat center left 30px, #FFFFFF;
}

.main_page .right .items a:nth-child(4) {
  background: url(../img/preim_4.png) no-repeat center left 30px, #ffffff;
}

.main_page .right .items a:nth-child(5) {
  background: url(../img/preim_5.png) no-repeat center left 30px, #ffffff;
}

.main_page .tel_bot {
  position: absolute;
  bottom: 14px;
  padding-left: 97px;
  background: url(../img/tel_icon.png) no-repeat center left;
}

.main_page .tel_bot a {
  color: #ff0084;
  font-family: Montserrat;
  font-size: 58px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.main_page .tel_bot p {
  margin-top: -4px;
  color: #a8a2a2;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 29.04px;
}

.main_page .tel_bot p span {
  font-family: 'Montserrat';
  font-weight: 600;
}

.quiz {
  background: url(../img/step_bg.png) no-repeat center;
  background-size: cover;
}

.quiz header .right {
  display: flex;
  padding-left: 46px;
  background: url(../img/tel_top.png) no-repeat top 10px left;
  justify-content: center;
  flex-direction: column;
}

.quiz header .right .tel {}

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

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

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

.quiz .steps {}

.quiz .steps .step {
  display: none;
}

.quiz .steps .step.active {
  display: block;
}

.quiz .steps .step h2 {
  text-align: center;
  color: #000000;
  font-family: Montserrat;
  font-size: 31px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}

.quiz .steps .step .go_next {
  display: block;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
  text-transform: uppercase;
  width: 161px;
  margin: 0 auto 16px;
  color: #FF0084;
}

.quiz .steps .step .items {
  overflow: auto;
  margin-top: 16px;
  max-width: 1192px;
  margin: 0 auto;
  height: 597px;
  padding: 20px 55px;
  box-shadow: 0 18px 53px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
@media all and (min-width: 1260px) {
	.quiz .steps .step .items{
		max-width: 1368px;
		padding: 35px;
	}
	.quiz .steps .step_forth .items {
		padding: 35px 186px;
	}
}
@media all and (min-width: 1440px) {
	.quiz .steps .step .items{
		max-width: 1368px;
		padding: 35px;
	}
	.quiz .steps .step_forth .items {
		padding: 35px 186px;
	}
}

.quiz .steps .step_1 .items {}

.quiz .steps .step_1 .items .name {
  color: #a8a2a2;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.58px;
  text-align: center;
  margin-bottom: 30px;
}

.quiz .steps .step_1 .items .line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.quiz .steps .step_1 .items .line .item {
  width: calc(33.33% - 16px * 2 / 3);
  margin-bottom: 16px;
  border-radius: 4px;
  background-color: #f1eeee;
  cursor:pointer;
}
@media all and (min-width: 1260px) {
	.quiz .steps .step_1 .items .line .item {
	  width: calc(16.666% - 16px * 2 / 3);
	  margin-bottom: 16px;
	  border-radius: 4px;
	  background-color: #f1eeee;
	}
}
@media all and (min-width: 1440px) {
	.quiz .steps .step_1 .items .line .item {
	  width: calc(16.666% - 16px * 2 / 3);
	  margin-bottom: 16px;
	  border-radius: 4px;
	  background-color: #f1eeee;
	}	
}
.quiz .steps .step_1 .items .line .item .top {
  cursor: pointer;
  position: relative;
}

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

.quiz .steps .step_1 .items .line .item .bot {
  padding: 11px;
  display: flex;
  justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    text-align: center;
}
@media all and (min-width: 1260px) {
	.quiz .steps .step_1 .items .line .item .bot {
		height: 25%;
	}	
}


.quiz .steps .step_1 .items .line .item .bot .left {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #ff0084;
  background-color: #fff0f9;
  margin-right: 20px;
  display: none;
}
@media all and (min-width: 1260px) {
	.quiz .steps .step_1 .items .line .item .bot .left {
		margin-right: 11px;
	}
}
@media all and (min-width: 1440px) {
	.quiz .steps .step_1 .items .line .item .bot .left {
		margin-right: 11px;
	}
}
.quiz .steps .step_1 .items .line .item .bot .text {
  width: calc(100% - 28px - 20px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #333333;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.quiz .steps .step_1 .items .line .item .bot .text p {}

.quiz .steps .step_1 .items .line .item.active .bot .left {
  background: url(../img/item_active.png) no-repeat center;
}

.quiz .steps .step .bot_step {
  margin: 30px auto 50px;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}

.quiz .steps .step .bot_step .back {
  width: 160px;
  height: 56px;
  border-radius: 50px;
  background: url(../img/before.png) no-repeat center left 28px, linear-gradient(-90deg, #ff0084 0%, #a60f78 99%);
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 70px;
  line-height: 56px;
  text-decoration: none;
  box-shadow: 0 15px 42px rgba(202, 62, 150, 0.5);
}

.quiz .steps .step .bot_step .line {
  max-width: 507px;
  width: calc(100% - 400px);
}

.quiz .steps .step .bot_step .line ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.quiz .steps .step .bot_step .line ul li {
  margin-top: 37px;
  background-color: #a8a2a2;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: relative;
  border: 6px solid #ffffff;
}

.quiz .steps .step .bot_step .line ul li.end {
  background-color: #333333;
}

.quiz .steps .step .bot_step .line ul li::after {
  content: '';
}

.quiz .steps .step .bot_step .line ul li p {
  position: absolute;
  top: -24px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #CA3E96;
  width: 20px;
  text-align: center;
  left: -6px;
}

.quiz .steps .step .bot_step .line ul li:first-child p {
  left: -1px;
}

.quiz .steps .step .bot_step .line ul li:nth-child(2) p {
  left: -1px;
}

.quiz .steps .step .bot_step .line ul li:nth-child(3) p {
  left: -1px;
}

.quiz .steps .step .bot_step .line ul li.active {
  background: #ca3e96;
  width: 16px;
  height: 16px;
  margin-top: 38px;
  border: 1px;
}

.quiz .steps .step .bot_step .line ul li:last-child::after {
  display: none;
}

.quiz .steps .step .bot_step .next {
  width: 160px;
  height: 56px;
  border-radius: 50px;
  background: url(../img/next.png) no-repeat center right 28px, linear-gradient(-90deg, #ff0084 0%, #a60f78 99%);
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 30px;
  line-height: 56px;
  text-decoration: none;
  box-shadow: 0 15px 42px rgba(202, 62, 150, 0.5);
}

.quiz .steps .step .bot_step .line ul::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  bottom: 9px;
}

.quiz .steps .step_1 .items .line .item.active {
  background: rgba(202, 62, 150, 0.1);
}

.quiz .steps .step_2 {}

.quiz .steps .step_2 h2 {
  margin-bottom: 44px;
}

.quiz .steps .step_2 .items {
  background: url(../img/step_2.png) no-repeat bottom left;
  background-color: #fff;
}

.quiz .steps .step_2 .items .name {
  color: #a8a2a2;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.58px;
  text-align: center;
  margin-bottom: 30px;
}

.quiz .steps .step_2 .items .line {
  max-width: 772px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.quiz .steps .step_2 .items .line .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.quiz .steps .step_2 .items .line .left input {
  width: 256px;
  border-radius: 4px;
  background-color: #ffffff;
  height: 84px;
  padding: 0 25px;
  line-height: 84px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  border: 1px solid #ca3e96;
  margin-right: 11px;
}

.quiz .steps .step_2 .items .line .left p {
  color: #202020;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 84px;
}

.quiz .steps .step_2 .items .line .right {
  padding-top: 29px;
  margin-right: 27px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.quiz .steps .step_2 .items .line .right .check {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #ff0084;
  background-color: #fff0f9;
  margin-right: 20px;
  cursor: pointer;
}

.quiz .steps .step_2 .items .line .right .check.active {
  background: url(../img/item_active.png) no-repeat center, #fff0f9;
}

.quiz .steps .step_2 .items .line .right .text {
  color: #202020;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.quiz .steps .step_2 .items .line .right .text p {}

.quiz .steps .step_forth {}

.quiz .steps .step_forth .items .item {
  width: calc(50% - 8px) !important;
}
@media all and (min-width: 1260px) {
	.quiz .steps .step_forth .items .item {
		width: calc(25% - 8px) !important;
	}
}
@media all and (min-width: 1440px) {
	.quiz .steps .step_forth .items .item {
		width: calc(25% - 8px) !important;
	}
}
.quiz .steps .step_1 .items .item .top::after {
  content: '';
  width: 37px;
  height: 38px;
  background: url(../img/zoom.png) no-repeat center;
  position: absolute;
  left: calc(50% - 37px / 2);
  top: calc(50% - 38px / 2);
  opacity: 0;
}

.quiz .steps .step_1 .items .line .item .top:hover::after {
  /* opacity: 1; */
  opacity: 0;
}

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

.step_fifth .items {}

.step_fifth .items .name {
  color: #828282;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.58px;
  text-align: center;
}

.step_fifth .items .line {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: calc(100% - 25px);
  padding-left: 80px;
}

.step_fifth .items .line .item {
  margin-bottom: 35px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  cursor: pointer;
}

.step_fifth .items .line .item .left {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ff0084;
  background-color: #fff0f9;
  margin-right: 19px;
}

.step_fifth .items .line .item .right {
  color: #202020;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.step_fifth .items .line .item .right p {}

.step_fifth .items .line .item.active .left {
  background: url(../img/fifth_active.png) no-repeat center, #fff0f9;
}

.step_fifth .items {
  background: url(../img/fifth_bg.png) no-repeat bottom right;
  background-size: cover;
}

.step_end {
  box-shadow: 0 18px 53px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #ffffff;
  display: none;
  max-width: 1192px;
  margin: 0 auto;
  padding: 15px;
  margin-bottom: 66px;
}

.step_end.active {
  display: block;
}

.step_end h2 {
  color: #000000;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}

.step_end .desc {
  color: #828282;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.58px;
  text-align: center;
  margin-bottom: 30px;
}

.step_end input[type=tel] {
  max-width: 680px;
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 0 auto;
  border: 2px solid #ca3e96;
  height: 84px;
  color: #e0e0e0;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
}

.step_end input[type=tel]::placeholder {
  color: #e0e0e0;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
}
/*
.step_end input[type=tel]:invalid {
  border: 2px solid #ec1e3a;
}
*/
.step_end input[type=tel]+span {
  display: none;
}
.step_end input[type=tel]+span.error {
  display: block;
}
/*
.step_end input[type=tel]:invalid+span {
  display: block;
}*/
.step_end input[type=tel]+span {
    position: absolute;
    /* content: '✖'; */
    padding: 0 0 0 5px;
    color: #ec1e3a;
    font-size: 18px;
	bottom: -1.4em;
	font-family: Montserrat;
}
.tel-wrapper{
	position: relative;
    max-width: 680px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.step_end .add_file {}

.step_end .add_file label {
  max-width: 680px;
  display: block;
  margin: 0 auto 30px;
  border-radius: 3px;
  border: 2px dashed #f1eeee;
  background-color: rgba(241, 238, 238, 0.2);
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  padding-left: 38px;
  background: url(../img/add_file.png) no-repeat center left calc(50% - 140px);
  color: #000000;
}

.step_end button[type=submit] {
  width: 100%;
  max-width: 680px;
  border-radius: 50px;
  background-image: linear-gradient(-90deg, #ff0084 0%, #a60f78 99%);
  border: none;
  margin: 0 auto 47px;
  display: block;
  height: 84px;
  line-height: 84px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 15px 42px rgba(202, 62, 150, 0.5);
}

.step_end .get {
  margin: 0 -15px -15px -15px;
  padding: 34px 15px;
  border-radius: 4px;
  background: #f1eeee;
  background: url(../img/end_step_item.png) no-repeat center left 15px, url(../img/end_step_item.png) no-repeat center right 15px, #f1eeee;
}

.step_end .get .name {
  color: #333333;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.58px;
  text-align: center;
  margin-bottom: 27px;
}

.step_end .get .items {
  margin: 0 auto;
  max-width: 820px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 170px * 2);
}

.step_end .get .items .item {
  margin-bottom: 12px;
  width: calc(33.33% - 15px * 2 / 3);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #ffffff;
  max-width: 239px;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.step_end .get .items .item p {
  color: #000000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.02px;
}

.step_end .get .items .item p span {
  color: #a60f78;
}

.quiz_end {
  background: url(../img/end_step_bg.png) no-repeat center;
  background-size: cover;
}

.quiz .steps .step_1 .items .line {
  height: calc(100% - 55px);
  overflow: auto;
}
@media all and (min-width: 1260px){
	.quiz .steps .step_1 .items .line {
		height: calc(100%);
	}
}
@media all and (min-width: 1440px){
	.quiz .steps .step_1 .items .line {
		height: calc(100%);
	}
}
.quiz .steps .step_1 .items .line::-webkit-scrollbar {
  border-radius: 4px;
  background-color: #a8a2a2;
  width: 8px;
}

.quiz .steps .step_1 .items .line::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #f1eeee;
  opacity: 0.6;
  width: 8px;
}

.quiz .steps .step_1 .items .line::-webkit-scrollbar-thumb {
  background-color: #a8a2a2;
  width: 8px;
  border-radius: 4px;
}

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

.pop_img_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  cursor: pointer;
}

.pop_img_bg.active {
  display: block;
}

.pop_img {
  position: fixed;
  height: calc(100% - 70px * 2);
  top: 70px;
  width: 1386px;
  left: calc(50% - 1386px / 2);
  z-index: 11;
  display: none;
  zoom: 0.71;
}

.pop_img.active {
  display: block;
}

.pop_img .close {
  width: 42px;
  height: 42px;
  position: absolute;
  right: -42px;
  top: -42px;
  background: url(../img/pop_img_close.png) no-repeat center;
}

.pop_img .name {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 13px 30px;
  border-radius: 76px;
  background-color: #ffffff;
  color: #333333;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.pop_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pop_up_about {
  display: none;
  height: calc(100% - 150px * 2);
  top: 150px;
  position: fixed;
  width: 1192px;
  left: calc(50% - 1192px / 2);
  z-index: 11;
  box-shadow: 0 18px 53px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 50px 30px;
  zoom: 0.71;
}

.pop_up_about.active {
  display: block;
}

.pop_up_about .close {
  width: 42px;
  height: 42px;
  position: absolute;
  right: -42px;
  top: -42px;
  background: url(../img/pop_img_close.png) no-repeat center;
}

.pop_up_about .out {
  overflow: auto;
  height: 100%;
}

.pop_up_about h2 {
  color: #000000;
  font-family: Montserrat;
  font-size: 31px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 40px;
}

.pop_up_about img {
  margin: 0 auto 45px;
  display: block;
}

.pop_up_about p {
  margin: 0 auto 30px;
  max-width: 918px;
  color: #202020;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
}

.pop_up_about p span {
  font-weight: 600;
}

.pop_up_about .tel {
  display: block;
  width: 100%;
  max-width: 636px;
  margin: 0 auto;
  border-radius: 9px;
  background-color: #fff0f9;
  height: 111px;
  line-height: 111px;
  text-align: center;
  color: #ff0084;
  font-family: Montserrat;
  font-size: 58px;
  font-weight: 700;
  text-decoration: none;
}

.ty_page {
  background: url(../img/ty_page_bg.png) no-repeat center top;
  background-size: cover;
}

.ty_page .content {
  max-width: 1770px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 100vh;
}

.ty_page .left {
  width: 715px;
  background: url(../img/ty_page_img.png) no-repeat center top;
}

.ty_page .right {
  margin-left: 43px;
  padding-top: 93px;
  width: calc(100% - 715px - 43px);
  padding-bottom: 100px;
}

.ty_page .right .header {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.ty_page .right .header .logo {
  margin-right: 20px;
}

.ty_page .right .header .logo a {}

.ty_page .right .header .logo a img {
  margin-bottom: -4px;
}

.ty_page .right .header .desc {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  max-width: 136px;
}

.ty_page .right .header .desc p {
  color: #a8a2a2;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.27px;
}

.ty_page .right .top {}

.ty_page .right .top h2 {
  color: #333333;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.ty_page .right .top .desc {
  color: #000000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.3px;
  margin-bottom: 60px;
}

.ty_page .right .gift {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 24px;
  max-width: 683px;
  background: url(../img/gift.png) no-repeat center right 15px, #ffffff;
  margin-bottom: 50px;
}

.ty_page .right .gift p {
  max-width: 502px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
}

.ty_page .right .gift p span {
  font-weight: 600;
  color: #a60f78;
  font-style: italic;
}

.ty_page .right .load_gift {
  text-align: center;
  display: block;
  border-radius: 50px;
  background-image: linear-gradient(-90deg, #ff0084 0%, #a60f78 99%);
  height: 84px;
  line-height: 84px;
  max-width: 676px;
  margin-left: 7px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 15px 42px rgba(202, 62, 150, 0.5);
  margin-bottom: 80px;
}

.ty_page .right .tel {
  padding-left: 46px;
  background: url(../img/ty_tel.png) no-repeat top 5px left;
}

.ty_page .right .tel a {
  color: #ff0084;
  font-family: Montserrat;
  font-size: 37px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3px;
  text-decoration: none;
}

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

.ty_page .right .tel p span {
  font-weight: 700;
}

header .left .link ul li a:hover {
  background: #333333;
  color: #ffffff;
}

.main_page .left a:hover, .step_end button[type=submit]:hover {
  background: #FF0084;
}

.quiz .steps .step .bot_step .back:hover {
  background: url(../img/before.png) no-repeat center left 28px, #FF0084;
}

.quiz .steps .step .bot_step .next:hover {
  background: url(../img/next.png) no-repeat center right 28px, #FF0084;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.step_third .items::after, .step_forth .items::after {
  content: '';
  position: absolute;
  width: 58px;
  height: 72px;
  top: calc(50% - 72px / 2);
  left: calc(50% - 58px / 2);
  background: url(../img/arr.png) no-repeat center;
}
@media all and (min-width: 1260px){
	.step_third .items::after, .step_forth .items::after {
		display:none;
	}
}
@media all and (min-width: 1440px){
	.step_third .items::after, .step_forth .items::after {
		display:none;
	}
}