
input {
	outline: none
}

.button {
	display: block;
	color: #fff;
	font-size: .875rem;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 30px;
	box-shadow: 0 6px 32px rgba(255, 108, 0, 0.5);
	background-color: #ff6c00
}

.button:hover {
	background-color: #ff974b
}


	
.container{
	width: 100%;
}
.main_page {
	display: flex;
	width: 100%;
	height: 100vh;
	background: url(../img/back_img.jpg) right center no-repeat;
	background-size: cover
}
@media (max-width:960px){
	.main_page {
		background-position: 20% bottom;
	}
}
.no-back{
	background: none;
}
.main_page_block {
	width: 70%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.main_page_block .main_page_block_wrap {
	position: relative;
	width: 80%;
}

.main_page_block_img {
	width: 100%
}

.main_page_block_text {
	width: 100%;
	padding-left: 136px;
	box-sizing: border-box
}
@media (max-width:960px){
	.main_page_block_text {
		padding-left:0px;
		width: 90%;
	}
}
.main_page_block_text_caption {
	font-size: 3rem;
	font-weight: 900;
	text-transform: uppercase;
}

.main_page_block_text_info {
	display: block;
	margin-top: 20px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #ff6c00;
	text-align: center;
}

.main_page_block_text_caption .part {
	display: inline-block;
	font-size: 2.5rem;
	position: relative;
	font-weight: 400;
	padding-right: 239px;
}


.main_page_block_text_paragraph {
	margin-top: 30px;
	max-width: 530px;
	display: block;
	line-height: 1.27;
	font-size: 1.375rem;
	position: relative;
}

/* .main_page_block_text_paragraph:after {
	content: '';
	display: block;
	position: absolute;
	width: 324px;
	height: 240px;
	background: url(../img/card.png) center no-repeat;
	left: calc(100vw - 800px);
	top: -80px;
	transform: rotate(20deg);
} */

.main_page_block_text_button {
	margin-top: 72px;
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 1rem;
}
.thanks-scene__block{
	display: inline-flex;

}
@media (max-width: 768px){
	.thanks-scene__block{
		flex-direction: column;
	
	}
}
.thanks-scene__header{
    color: #ff6c00;
    font-size: 2.4em;
    width: 56%;
    margin: 0 auto;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: ProximaNova-Bold, sans-serif;
    line-height: 1.0em;
}
.thanks-scene__subheader{
    color: #ff6c00;
    font-family: ProximaNova-Bold, sans-serif;
    margin-bottom: 10px;
}
.thanks-scene__text{
    margin: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    opacity: 0.7;
    font-size: 1.1em;
}
.thanks-scene__button{
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	outline: none;
	border: none;
    margin-top: 50px;
    margin-bottom: 6px;
    -webkit-border-radius:40px;
    border-radius:40px;
    padding: 26px 40px;
    font-size: 0.8em;
    background: rgba(255,145,66,1);
    background: -moz-linear-gradient(top, rgba(255,145,66,1) 0%, rgba(255,94,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,145,66,1)), color-stop(100%, rgba(255,94,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,145,66,1) 0%, rgba(255,94,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,145,66,1) 0%, rgba(255,94,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,145,66,1) 0%, rgba(255,94,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,145,66,1) 0%, rgba(255,94,0,1) 100%);
}
.thanks-scene__button:hover{
	cursor: pointer;
    box-shadow: 0 0 20px 2px rgba(43, 43, 43, 0.226);
}
.thanks-scene__button:active,
.thanks-scene__button-telegram:active{
    transform: translateY(2px);
}
.thanks-scene__button:focus{
    outline:0;
}
.thanks-scene__button-telegram{
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    font-size: 1.0em;
    margin-top: 20px;
    transition: all 0.3s ease-in;
}
.thanks-scene__button-telegram:hover{
    color: rgba(0, 0, 0, 0.7);
}
.thanks-scene__left-card{
    position: absolute;
    left: -90px;
    bottom: 30px;
}
.thanks-scene__checkbox{
    opacity: 0.7;
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.6);
}
.thanks-scene__checkbox:hover{
    color: rgba(0, 0, 0, 0.7);
}

.thanks-scene__list li{
    padding-bottom: 6px;
}
.thanks-scene__list{
	flex: auto;
	text-align: left;
	margin-top: 40px;
	list-style-type: none;
	padding-left: 26px;
    list-style-image: url('../img/list-type.png');
	font-size: 1.13em;
}
@media (max-width: 768px){
	.thanks-scene__list{
		margin-top: 10px;
	}
}
.thanks_window .thanks-scene__list{
	position: absolute;
	right: 30px;
	bottom: 60px;
}
.thanks-scene__list:first-of-type{
	margin-right: 30px;
}
@media (max-width: 768px){
	.thanks-scene__list:first-of-type{
		margin-right: 0px;
	}
}
.thanks-scene__list li strong{
	font-weight: 700;
}
.button__block{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.test_page {
	display: none;
}

.test_page .matrix, .test_page .coins, .thanks_page {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}



.test_page_window, .thanks_page_window {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 30px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 36px 10px;
	width: 70%;
	background-color: #f6f6f6;
	z-index: 1;
}

.test_page_window:before {
	content: '';
	display: block;
	width: 351px;
	height: 289px;
	position: absolute;
	z-index: -2;
	right: -238px;
	bottom: 0;
	background: url(../img/card.png) center no-repeat;
	background-size: cover;
}



.test_page_window .question {
	display: none
}

.test_page_window .question.active {
	display: block
}

.test_page_window .question_caption {
	text-align: center;
	color: #242424;
	font-size: .875rem;
	font-weight: 300
}

.test_page_window .question_text {
	margin-top: 14px;
	text-align: center;
	color: #242424;
	font-size: 1.5rem;
	font-weight: 700
}

.test_page_window .question_text span {
	display: block;
	font-size: 18px;
	font-weight: 400;
}
@media (max-width: 320px){
	.test_page_window .question_text span {
		font-size: 14px;
	}
}

.test_page_window .question .info_text {
	margin-top: 10px;
	text-align: center;
	color: #242424;
	font-size: .875rem
}

.test_page_window .question .answers {
	margin: 30px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

/* VARIATION */
.test_page_window .variation .answers{
	margin-top: 110px;
}
@media (max-width: 1090px){
	.test_page_window .variation .answers{
		margin-top: 10px;
	}
}
.test_page_window .variation .answers .answers_label{
	position: relative;
	width: 48%;
	height: auto;
	padding: 85px 63px 27px;
	border: 1px solid #BEBEBE;
	border-radius: 20px;
	background-color: transparent;
	overflow: visible;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
}
@media (max-width: 1090px){
	.test_page_window .variation .answers .answers_label{
		flex-direction: row;
		align-items: center;
		width: 100%; 
		padding: 40px;
	}
}
@media (max-width: 767px){
	.test_page_window .variation .answers .answers_label{
		flex-direction: column;
		align-items: center;
		padding: 20px;
	}
}
.test_page_window .variation .answers .answers_label .label_text strong{
	font-size: 18px;
	font-weight: 700;
}
@media (max-width: 767px){
	.test_page_window .variation .answers .answers_label .label_text strong{
		padding-top: 20px;
	}
}
.test_page_window .variation .answers .answers_label ul{
	margin-top: 8px;
	margin-left: 20px;
	list-style-type: disc;
	font-size: 16px;
}
@media (max-width: 1090px){
	.test_page_window .variation .answers .answers_label .label_text{
		padding-left: 20px;
	}
}
@media (max-width: 320px){
	.test_page_window .variation .answers .answers_label .label_text{
		padding-left: 0px;
	}
}
@media (max-width: 320px){
	.test_page_window .variation .answers .answers_label ul{
	font-size: 14px;
	}
}
.test_page_window .variation .answers .answers_label img{
	position: absolute;
	top: 0;
	left: 63px;
	transform: translateY(-60%);
}
@media (max-width: 1090px){
	.test_page_window .variation .answers .answers_label img{
	position: relative;
	left: 0;
	transform: none;
	}
}
@media (max-width: 767px){
	.test_page_window .variation .answers .answers_label img{
		margin-bottom: 20px;
	}
}
@media (max-width: 320px){
	.test_page_window .variation .answers .answers_label img{
		width: 70%;
	}
}
.test_page_window .variation .answers .answers_label:before{
	position: absolute;
	right: 15px;
	top: 15px;
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	background-image: url('../img/cards/check_circle.svg');
	background-size: contain;
}
@media (max-width: 320px){
	.test_page_window .variation .answers .answers_label:before{
		width: 20px;
		height: 20px;
	}
}
.test_page_window .variation .answers_input:checked+.answers_label:before {
	background-image: url('../img/cards/check_circle_up.svg');
}
.test_page_window .variation .answers .answers_label.neinteresno{
	width: 97%;
	padding: 19px 0;
	align-items: center;
}
@media (max-width: 1090px){
	.test_page_window .variation .answers .answers_label.neinteresno{
		justify-content: center;
	}
}
@media (max-width: 767px){
	.test_page_window .variation .answers .answers_label.neinteresno{
		width: 80%;
	}
}
.test_page_window .variation .answers .answers_label.neinteresno:before{
	display: none;
}
/* --------- */
.test_page_window .question .answers.answers_1 .answers_label {
	width: 190px;
	height: 55px
}

.test_page_window .question .answers.answers_2 {
	width: 100%
}

.test_page_window .question .answers.answers_2 .answers_label {
	width: 235px;
	height: 150px;
	font-size: 1.3rem
}

.test_page_window .question .answers.answers_2 .answers_label_img {
	height: 45px
}

.test_page_window .question .answers.answers_3, .test_page_window .question .answers.answers_4, .test_page_window .question .answers.answers_5 {
	width: 70%
}

.test_page_window .question .answers.answers_3 .answers_label, .test_page_window .question .answers.answers_4 .answers_label, .test_page_window .question .answers.answers_5 .answers_label {
	width: 170px;
	height: 120px
}

.test_page_window .question .answers.answers_5 {
	width: 100%
}

.test_page_window .question .answers_input {
	display: none
}

.test_page_window .question .answers_input:checked+.answers_label {
	color: #fff;
	background-color: #ff6c00
}


.test_page_window .question .answers_label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 5px;
	padding: 10px;
	box-sizing: border-box;
	width: 190px;
	height: 55px;
	text-align: center;
	font-size: 1rem;
	border-radius: 10px;
	background-color: #e7e7e7;
	overflow: hidden;
	cursor: pointer
}


.test_page_window .question .form {
	text-align: center;
	max-width: 425px;
	margin: 0 auto;
}

.test_page_window .question .form_input {
	margin-top: 10px;
	padding: 15px 30px;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 25px;
	background-color: #dedede;
	font-size: 1rem;
	color: #444444;
}


.test_page_window .question .form_input::-webkit-input-placeholder,
.test_page_window .question .form_input::-moz-placeholder,
.test_page_window .question .form_input:-ms-input-placeholder,
.test_page_window .question .form_input::placeholder {
	color: #222222;
}
.form_input::placeholder{
	color: #222222;
}

.test_page_window .question .form_input.form_input_top {
	margin-top: 40px
}

.test_page_window .question .form_button {
	display: inline-block;
	margin-top: 30px;
	width: 340px;
	height: 50px;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 700;
}

.test_page_window .question .form_info {
	margin-top: 15px;
	line-height: 1.3;
	font-size: 0.875rem;
	font-weight: 400
}

.test_page_window .question .form_protect {
	text-align: center;
	margin-top: 20px;
}

.test_page_window .question .form_protect-text {
	position: relative;
	font-size: 1rem;
	color: #c04f50;
	font-weight: 500;
	padding-left: 30px;
}

.test_page_window .question .form_protect-text:before {
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 16px;
	background: url(../img/protect.png) center no-repeat;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.test_page_window .question .form_check {
	margin-top: 15px;
	font-size: .75rem;
	font-weight: 400;
	color: #ff6c00
}

.test_page_window .question .form_check .red {
	color: #ff6c00
}

.test_page_window .question .form_check .red:hover {
	color: #ff974b
}

.test_page_window .question .form_check_input {
	vertical-align: middle;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.test_page_window .question .form_check_input + label {
	position: relative;
	cursor: pointer;
	padding-left: 20px;
}
.test_page_window .question .form_check_input + label:after,
.test_page_window .question .form_check_input + label:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.test_page_window .question .form_check_input + label:after {
	width: 8px;
	height: 8px;
	left: 1px;
	background: url(../img/check.png) center no-repeat;
	opacity: 0;
	transition: 0.25s;
}

.test_page_window .question .form_check_input + label:before {
	width: 9px;
	height: 9px;
	border: 1px solid #ff6c00;
	left: 0;
	box-sizing: border-box
}
.test_page_window .question .form_check_input:checked + label:after {
	opacity: 1;
}

.test_page_window .question .form_input.select{
	width: 100%;
	height:50px;
	background-color: #dedede;
	display: inline-block;
	/* reset */
	     
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),linear-gradient(to right, #ccc, #ccc);
  	background-position:calc(100% - 20px) calc(1em + 6px),calc(100% - 15px) calc(1em + 6px),calc(100% - 2.5em) 0.7em;
  	background-size:5px 5px,5px 5px,1px 1.5em;
  	background-repeat: no-repeat;
}

.test_page_window .question .form_input.select:focus{
	background-image:
    linear-gradient(45deg, #ff974b 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #ff974b 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ff974b;
  outline: 0;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
  }


.test_page_window .button_block {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}

.test_page_window .next_button {
	width: 170px;
	height: 50px;
	line-height: 50px
}

.test_page_window .prev_button {
	display: none;
	color: #fff;
	font-size: .688rem;
	width: 135px;
	height: 40px;
	line-height: 36px;
	border: 2px solid #ff6c00;
	border-radius: 20px;
	margin-right: 20px;
	color: #ff6c00;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box
}

.test_page_window .prev_button:hover {
	opacity: .7
}

.thanks {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 50px 30px;
	box-sizing: border-box;
	width: 650px;
	border-radius: 30px;
	background-color: #fff
}

.thanks_caption {
	text-align: center;
	font-size: 1.5rem
}

.thanks_paragraph {
	margin-top: 20px;
	text-align: center;
	font-size: 1.9rem;
	color: #2b2b2b
}

.thanks_paragraph_link {
	color: #253c76
}

.thanks_paragraph_link .webcat {
	width: 100px
}

.thanks_paragraph_link:hover {
	color: #6583cf
}

.footer {
	position: fixed;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	left: 0;
	padding: 0 5%;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 500px;
	font-size: 11px;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 3;
}

.footer.open {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.footer.open .footer_button {
	-webkit-transform: translateX(-50%) rotate(179deg);
	-ms-transform: translateX(-50%) rotate(179deg);
	transform: translateX(-50%) rotate(179deg)
}

.footer_button {
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s;
	transition: .5s
}

.footer_block_link {
	color: #253c76
}

.footer_block_link:hover {
	color: #6583cf
}

.locker {
	display: none;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7)
}

.modal {
	display: none;
	z-index: 1000;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 50px 30px;
	box-sizing: border-box;
	width: 700px;
	text-align: center;
	border-radius: 30px;
	background-color: #fff
}

.modal_caption {
	font-size: 1.5rem;
	margin-bottom: 20px
}

.modal_paragraph {
	margin-bottom: 20px
}

.modal .close_button {
	color: #253c76
}

.modal .close_button:hover {
	color: #6583cf
}

.modal_1 {
	height: 70vh
}

.modal_1 .rules-text-wrap {
	height: 100%;
	overflow-y: scroll;
	text-align: left
}

.modal_1 .rules-text-wrap h3, .modal_1 .rules-text-wrap h4 {
	font-weight: 700
}

.modal_1 .rules-text-wrap h3, .modal_1 .rules-text-wrap h4, .modal_1 .rules-text-wrap ul, .modal_1 .rules-text-wrap li, .modal_1 .rules-text-wrap p {
	margin-bottom: 10px
}

.modal_1 .rules-text-wrap ul {
	padding-left: 20px;
	list-style: disc
}

.modal_1 .close_button {
	margin-top: 10px;
	display: inline-block
}

/* Telegram window */
.telegram_window{
	background-color: #52ace3;
	background-image: url('../img/telegram-bg.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 30px;
	border-radius: 16px;
	color: #fff;
	width: 80%;
	margin: 0 auto;
	font-size: 1.1em;
	font-weight: 500;
	box-shadow: 0 0 26px 2px #52abe3b6;
}
.telegram_window__button{
	display: inline-block;
	box-sizing: border-box;
	margin-top: 16px;
	width: 320px;
	color: #fff;
	border: none;
	border-radius:40px;
	padding: 22px;
	font-size: 0.8em;
	background: rgba(255,145,66,1);
	background: -moz-linear-gradient(top, rgba(255,145,66,1) 0%, rgba(255,94,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,145,66,1)), color-stop(100%, rgba(255,94,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,145,66,1) 0%, rgba(255,94,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,145,66,1) 0%, rgba(255,94,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,145,66,1) 0%, rgba(255,94,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,145,66,1) 0%, rgba(255,94,0,1) 100%);
	transition: all 0.3s ease;
}
.telegram_window__button:hover{
	box-shadow: 0 0 20px 2px rgba(255,145,66,1);
}
.telegram_window__button:active{
	transform: translateY(2px);
}
.telegram_window__button:focus{
	outline:0;
}
.thanks-scene__button-telegram{
	color: rgba(0, 0, 0, 0.4);
	display: inline-block;
	font-size: 1.0rem;
	margin-top: 20px;
	transition: all 0.3s ease-in;
}
.thanks-scene__button-telegram:hover{
	color: rgba(0, 0, 0, 0.7);
	text-decoration: underline;
}
/* END Telegram window */


.bg-img-right{position:absolute;bottom:50px;max-width:100%;right:0;z-index:1}



