@charset "utf-8";
/* CSS Document */
html, body, .all {
	margin:0;
	padding:0;
	width:100%;
	height:100vh;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	color:#000;
	background:#fff;
}

.logo_w_mob
{
	display: none;
}


.logo_w {margin-top: 40px;
		margin-bottom: 40px;}

.rec {
			color: #D7C1AA;
			font-size: 8px;
			position: absolute;
			bottom: 0;
			right: 0;
			transform: translate(-10px, -10px);
			
			
		}

/*preloader*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  z-index: 1001;
}

.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  background: url('../img/preloader.gif') no-repeat 50% 50%;
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
/*preloader*/

h1, h2, h3, h4, h5 { margin:0; padding:0; }
h1, h2 {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
}

h1 {
	font-family: 'Raleway';
}

.line-above { 
	display: block;
    width: 75px;
    height: 4px;
    background: #FFFFFF;
}

h1 span {
	color: #EBB77E;
}

h3 {
	font-family: 'Raleway';
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: #FFFFFF;
	margin-top: 3vh;
}

h3 b {
	letter-spacing: 1px;
}

h1, .thanks .txt {position: relative; z-index: 5}

#first:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear,right top,left top,from(#272626),to(transparent));
    background: linear-gradient(270deg,#272626,transparent);
}

a {
  color: #1180c0;
  text-decoration: none;
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
a:hover, a:focus, a:active{ color:#1180c0; text-decoration:underline; }
a:focus, a:active,
input:focus, input:active,
button:focus, button:active { outline:none!important; }

.row { margin-right:0; margin-left:0; }
.container {
	margin:0 auto;
	padding:0;
	width:94%;
	max-width:1050px;
}

.wrap {
	position:relative;
	width:100%;
	min-height:100vh;
	height:auto!important;
	height:100vh;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}

.first {
	position:relative;
	width:100%;
	min-height:100vh;
	height:auto!important;
	height:100vh;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}

.quiz-step-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .3);
	border-radius: 4px
}

.display-flex { display:flex!important; }
.bold { font-weight:bold; }

.shine {
	position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.shine .effect {
	position:absolute;
    top:0;
    left:0;
	margin:0;
    width:100%;
    height:100%;
    -webkit-transform:translateX(-85px);
    -ms-transform:translateX(-85px);
    transform:translateX(-85px);
    -webkit-animation-name:flash2;
    animation-name:flash2;
    -webkit-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.shine .effect:before {
	content:'';
	display:block;
	background:-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
    background:-webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background:-o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background:linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    width:60px;
    height:100%;
	opacity:0.3;
    position:absolute;
    top:0;
    left:30px;
    -webkit-transform:skewX(-45deg);
    -ms-transform:skewX(-45deg);
    transform:skewX(-45deg);
}
@-webkit-keyframes flash2 {
	30% { -webkit-transform:translateX(100%); transform:translateX(100%); }
	100% { -webkit-transform:translateX(100%); transform:translateX(100%); }
}
@keyframes flash2 {
	30% { -webkit-transform:translateX(100%); transform:translateX(100%); }
	100% { -webkit-transform: translateX(100%); transform:translateX(100%); }
}


/* CONTENT ------------------------------------------------------------------------------------- */
#first .col:nth-child(1){
	display:flex;
	flex-direction:row;
	min-height:100vh;
	height: 100%; 
	width: 56%;
	min-height:100vh;
	background-size: cover;
	position: absolute;
	border-right: 1px solid hsla(0,0%,100%,.16);
}

#first .col:nth-child(2) {
	padding-left: 3%;
	padding-right: 3%;
	margin-left: 56%;
	position: relative;
	height: 100%;
    width: 56%;
    min-height: 100vh;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

/*#first {
	background-color: #1B2432;
}*/

.preloader {
    position: absolute;
    top: 0;
    width: 100%;
}

.step {
	display:flex;
	flex-direction: column;
	/*padding-bottom:40px;*/
	min-height:100vh;
	background-color: #f5f5f5;
	justify-content: center;
	-webkit-justify-content: center;
}

.step-progress {min-height: 100vh !important; height: 100vh!important}

#first { align-items:center; background-size: cover; background-position: center;}

/* facts */
.facts { margin-top:10%; color:#fff; }

.step-question .facts { color:#696969; }

#first .facts { margin-top:5%;}
.facts-title {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 17px;
	text-transform: uppercase;
	color: #fff;
} 

.step-question .facts-title {
	color: #696969;
}
	
.facts .item { 
	font-size:13px; 
	line-height:16px; 
	
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 20px 11px 20px;
   
	border: 1px solid #e9e9e9;
	background-color: #fff;


}

.facts-mob .item { 
	font-size:13px; 
	line-height:15px; 
	
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 10px 11px 10px;
	
	display: table-cell;
	width: 46%;
	min-height: 60px;
	
	border: 1px solid #e9e9e9;
	background-color: #fff;

}


.facts .item span { 
	color: #19314B;
	font-weight: bold;
}


.facts-mob .item span { 
	color: #19314B;
	font-weight: bold;
}

#first .facts .item {
	margin-bottom: 8px;
}

#first .facts-mob .item {
	margin-bottom: 8px;
}

#first .facts .item1 { 
	margin-right: 15px;
}

#first .facts-mob .item1 { 
	margin-right: 15px;
}



.facts.clearfix .row {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}


.facts.clearfix-mob .row {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}


.mob-items { 

    box-sizing: border-box;
    padding: 0;
	
	display: inline-block;
	width: 100%;
	min-height: 60px;
	vertical-align: top;
}


.table{
  width: 100%;
  display: table;
  table-layout: fixed;
  border-spacing: 5px 2px;
  margin-bottom: 10px;
  
}
.table-cell{
  display: table-cell;
  vertical-align: top;
}


#gotest {
	display:block;
	width:230px;
	height:60px;
	font-size:16px;
	color:#fff;
	font-weight: 600;
	letter-spacing:1px;	
	transition:all .3s;
	/*margin-top: 5vh;*/
	width: 208px;
	height: 60px;
	background: #258BF0;
	border-radius: 50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	margin-top: 6vh;
}
#gotest:hover { background:#EBB77E; color: #46525E;}

/* content-row */

.step .question {
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.step .question, .step .description { position:relative; /*margin-top:200px;*/ }
.step .question { 
	width:72%; 
	background-color: #fff
}

.step .question-top { 
	padding-top: 42px; 
	padding-left: 48px; 
	padding-right:50px;
}

.step .question-bottom { 
    padding-left: 48px; 
	padding-right:50px;
	border-top: 1px solid #f7f7f7;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
	padding-top: 22px;
	padding-bottom: 16px
}

.question-bottom p {
	margin-bottom: 8px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #696969;
}
.step .description { 
	width:28%; 
	padding: 36px 33px 36px 23px
}

.step .description.description-desc { 
	width:28%; 
	padding: 36px 32px 36px 22px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.heading-num {
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 61px;
	color: #363636;
}	

.step .description .facts-title {
	font-size: 10px;
	line-height: 12px;
	margin-top: 53px;
	margin-bottom: 14px;
}

.step .description .item2 {	
	margin-top: 15px;
}

/* points */
.description .head {
	position:relative;	
	font-size:15px;
	line-height:21px;
	color:rgba(255, 255, 255, 0.6);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;	
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
}
.description .head .name { 
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	color: #363636;
}

/*.description-desc .expert {
	transform: translate(4px, 0px);
}*/
.description .head p { 
	margin-bottom:5px; 
}

.description .head .img { 
	width: 72px;
	height: 72px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;	
	background: url(../img/expert.jpg) no-repeat top center;
	background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;   
	flex-shrink: 0;
	margin-right: 13px 
}

.description .head .img:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #1BB157;
    border-radius: 50%;
	top: 55px;
    left: 58px;
}

.description .head .position { 
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: 14px;
	color: #696969;
}

.description .txt { 	
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	background-color: #FFFFFF;
	margin-top: 26px;
	padding: 25px 15px 28px 17px;
	color: #363636;
    border-radius: 10px;
	position: relative;
}

.full-text {
	position: absolute;
    width: 14px;
    top: 0;
    right: 0;
	display: none;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation-name: arrow-pulse;
    animation-name: arrow-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    cursor: pointer;
    z-index: 20;
}

.content_block.hide1 .full-text {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: auto;
    bottom: 0px;
}

.description .txt .bold { margin-bottom:20px; text-align:center; }
.final .description .txt { font-weight:bold; text-align:center; }

.description-mob {
	display: none;
}

.points {
	position:relative;
	display:flex;
}
.points i {
	position:relative;
	z-index:10;
	display:block;
	margin:0 3px;
	width:10px;
	height:10px;
	border:2px solid #258BF0;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.points i:nth-child(1) {
	margin-left: 0px;
}
.points .act {
	background: #258BF0;
	border: 2px solid  #258BF0;
}

/*border1*/

/*border2*/
.random-number {
	margin:0 auto 40px auto;
	width:135px;
	height:135px;
	line-height:115px;
	font-size:56px;
	font-weight:bold;
	color:#005956;
	text-align:center;
	border:10px solid #fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}

/* progress */
.progress {
	position:relative;
	z-index:9;
	margin:0 100px 20px 100px;
	height:40px;
	background:url('../img/progress.png') repeat-x #e2e2e2;
	border:0;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.progress:after {
	content:'';
	position:absolute;
	z-index:10;
	height:40px;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background: #ff4f6e;
	border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
}

/* step progress */
.step-progress-wrap { display:flex; width:100%; align-items:center; justify-content:center; }
.progress-sec {
	margin-bottom:40px;
	font-size:18px;
	text-align:center;
	color: #696969;
}
.progress-wrap {
	position:relative;
	overflow:hidden;
	margin:0 auto 20px auto;
	width:400px;
	height:40px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: #696969;
}
.progress-bar {
    position:absolute;
    top:0;
	left:0;
	width:100%;
	/*border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;*/
	background:url('../img/progress.png') repeat-x 0 0 #e2e2e2;
}
.percent { font-size:50px; text-align:center; color: #696969; }
.percent div { display:inline-block; }

.step-progress .heading {text-align: center; margin-bottom: 20px}
/* STEPS -------------------------------------------------------------------------------------- */
#steps-wrap { display:none; }
#step-panel { display:none; }
#step-content { 
	margin-top: 54px
	
}
.step .heading {
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
    margin-top: 23px;
	color: #363636;
}

.step-progress .heading { 
	color: #696969;
}

.step .fields-row .col1:nth-child(1) { padding-left:0; padding-right:8px; }
.step .fields-row .col1:nth-child(2) { padding-left:8px; padding-right:0px; }

/* buttons */

.step .btns .btn {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	text-align:center;
	letter-spacing:1px;
	transition:all .3s;	
}
.btn-next, .btn-skip { width:290px; }
/*.btn-next:after{
	content: 'или нажмите Enter';
	position: absolute;
}*/

.btn-prev { width:70px; background:#19314B; border:1px solid #19314B; } 

.btn-skip { color:#949494; background:#fff; border:1px solid #b5b5b5; }
.btn-next { 
	
	background: #258BF0;
	width: 116px;
    height: 34px;

    border-radius: 50px;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}

.btn-prev { 
	color:#fff; 
	background: #258BF0;
}


.button-sub {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	margin-top: 5px;
    text-align: center;

	color: #19314B;
}
.btn-next span { margin-left:-30px; }
.btn-prev:before, .btn-next:after {
	content:'';
	position:absolute;
	top:calc(50% - 15px);
	width:30px;
	height:30px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background-repeat:no-repeat;
	background-position:center center;
}
.btn-prev:before { left:calc(50% - 15px); transform:rotate(180deg); background-color:#fff; background-image:url('../img/next-white.svg'); }
.btn-prev:hover:before { background-color:#D7C68D; background-image:url('../img/next-white.svg'); } /* gold */
.btn-next:hover { background:#F7C99B; color: #46525E}
.btn-next:after { margin-left:10px; background-image:url('../img/next-white.svg'); }

.btn-change {
	display:block;
	margin:20px auto 40px auto;
	padding:0;
	width:auto;
	height:auto;
	font-size:20px;
	font-weight:bold;
	color:#000;
	background:none;
	border:0;
	border-bottom:1px dotted;
	transition:all .3s;
	cursor:pointer;
}
.btn-change:hover { color:#005956; }

.btn-next.disable{
	cursor:not-allowed;
	color:rgba(0,0,0,0.3);
	opacity:0.5;
}

.btn-prev.disabled, .btn-next.disabled, #btn-kviz:disabled {
	cursor:not-allowed !important;
	pointer-events: initial !important;
	color:rgba(0,0,0,0.3);
	opacity:0.5;
}
.error-txt {
	display:none;
	margin:0 100px;
	padding:7px;
	font-size:14px;
	text-align:center;
	color:#ff4f6e;
	border:1px solid #ff4f6e;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin-bottom: 20px;
}

.step-final__img {
	width: 60%;
	background-image: url(../img/first-img.jpg);
	background-size: cover;
	padding-top: 13%;
	padding-left: 4%;
	padding-right: 6%;
	padding-bottom: 8%;
}

.step-final__img-wrap {
	position: relative
}

.step-final__img {
	position: relative
}

.step-final__img:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(23, 32, 48, 0.7);
}

.step-final__form {
	width: 40%;
	padding-left: 42px;
    padding-right: 48px;
	padding-top: 13%;
    background-color: #f7f7f7;
	padding-bottom: 5%;
}

.step-final .facts .item2 { 
	margin-left: 15px
}

.step-final__img-title {
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	color: #FFFFFF;
}

.step-final__img-title span {
	color: #19314B;
}

.step-final__img .txt {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	margin-top: 20px;
	color: #FFFFFF;
}

/* FORM */
form .field { position:relative; margin-bottom:17px; }
form .final .field { margin-left:0; margin-bottom:15px; text-align:center; }
form .field-ch label {
	position:relative;
	display:block;
	margin-bottom:0;
	padding: 15px 20px;
	width:100%;
	min-height:42px;
	font-size:17px;
	line-height:22px;
	font-weight:normal;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: #fff;
	border: solid 1px rgba(217,216,230,.55);
}
form .field-ch label span { 
	display:block; 
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 550;
	font-size: 14px;
	line-height: 19px;
	color: #4a4a4a;
	left: 36px;
    position: relative;
}
form .field-ch label span br { display:none; }
form .field input {
	padding:0 22px;
	width: 100%;
	height:55px;
	font-size:14px;
	line-height: 16px;
	font-weight:normal;
	color:#4a4a4a;
	border: solid 1px rgba(217,216,230,.55);
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	/*background: #2A3647;*/
    border-radius: 5px;
}

 /*#phone { margin-left:-140px; width:260px; } */
#sms-send {
	position:absolute;
	margin-left:10px;
	padding:0;
	width:130px;
	height:50px;
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	border-color:#3C4B73;
	background:#3C4B73;
	transition:all .3s;
}
#sms-send:hover { color:#fff; background:#005956; border-color:#005956; }
#smscode { display:none; }

#btn-kviz {
	/*display:block;
	margin:20px auto;
	width: 100%;
	height:55px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;*/
	/*color:#fff;
	border-color: #3c4b73;
    background: #3c4b73;*/
	position: relative;
	margin-top: 70px;
}

.button-3d:hover {
	background: #F7C99B;
	border-color: #F7C99B;
	color: #19314B;
}

form .pers {
	position:relative;
	display:block;
	width:365px;
	font-size:12px;
	line-height:15px;
	margin-bottom: 25px;
	margin-top: 34px
}
form .pers a {
    font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	border-bottom:1px solid;


	color: #8C98A5;
}
form .pers label {
	position:relative;
	margin-bottom:0;
	padding:0;
	width:100%;
	font-weight:normal;
}
form .pers label span { display:block; padding-left:23px; color: #696969}
form .pers input[type="checkbox"]:checked + label { color:#000; background:none; }
form .pers input[type="checkbox"] + label span::before { top:0; transform: translate(-20px, 0px);}
form .pers input[type="checkbox"]:checked + label span::before { border-color:#258BF0; background-image: url(../img/check.svg);}

form span.error {
	display:block;
	margin:10px auto 0 auto;
	padding:3px;
	width:100%;
	font-size:14px;
	text-align:center;
	color:#fff;
	background:#ff4d4d;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

/* Checkbox */
input[type="checkbox"] { display:none; }
input[type="checkbox"] + label { 
	cursor:pointer; 
	/*background: #273348;*/
	transition:all .3s; 
}
.step-question input[type="checkbox"] + label:hover { 
	-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 3px 0 rgba(0,0,0,.1);
}

.step-question input[type="checkbox"] + label::before {
    content:'';
	position:absolute;	
    height:18px;
    width:18px;
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	background-color:#e8e8e8;
    background-repeat:no-repeat;
	background-position:center center;
	
}

input[type="checkbox"]:checked + label { color:#fff; }
.step-question input[type="checkbox"]:checked + label::before { 
	border-color:#fff; 
	background-image:url('../img/check.svg'); 
	background-color: #258BF0;
}
input[type="checkbox"]:disabled + label::before { background-image:none; }
input[type="checkbox"]:checked:disabled + label::before { background-image:url('../img/check.svg'); }

.button-3d, .button-plain {
    display: block;
    position: relative;
    top: 0;
    translateY: 0;
    transition: all ease 0.2s;
    /*box-shadow: inset 0 1px 0 rgb(255 255 255 / 30%), inset 0 -1px 1px rgb(255 255 255 / 15%), 0 5px 0 #79604A, 0 8px 3px rgb(0 0 0 / 20%);*/
   
    border: 1px solid #258BF0;
    height: 56px;
    width: 100%;
    line-height: 2;
    text-decoration: none;
	background-color: #258BF0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	border-radius: 50px;
	text-align: center;
	color: #FFFFFF;
}



.button-3d:active, .button-plain:active {
  /*box-shadow: 0 2px 0 #79604A, 0 3px 3px rgba(0, 0, 0, 0.2);*/
  /*background: linear-gradient(to bottom, #e9e9e9, #f3f3f3) #eee;*/
  top: 5px;
}

/* placeholders */
::-webkit-input-placeholder { color:#4a4a4a; }
::-moz-placeholder { color:#4a4a4a; }/* Firefox 19+ */
:-moz-placeholder { color:#4a4a4a; }/* Firefox 18- */
:-ms-input-placeholder { color:#4a4a4a; }

input[placeholder] { text-overflow:ellipsis; }
input::-moz-placeholder { text-overflow:ellipsis; }
input:-moz-placeholder { text-overflow:ellipsis; }
input:-ms-input-placeholder { text-overflow:ellipsis; }

:focus::-webkit-input-placeholder { color:transparent; }
:focus::-moz-placeholder { color:transparent; }
:focus:-moz-placeholder { color:transparent; }
:focus:-ms-input-placeholder { color:transparent; }

.step-final input[type="checkbox"] + label span::before {
    content: '';
    position: absolute;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center center;
	width: 13px;
	height: 13px;
	background-color: #7789A5;
}

.inp-above {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
    margin-bottom: 9px;
	color: #8C98A5;
}

/* FOOTER --------------------------------------------------------------------------------------- */
.footer {
	position:relative;
	margin-top:-40px;
	height:40px;
	font-size:15px;
	color:rgba(255,255,255,0.8);
	background:#231D32;
	z-index: 10
}
.second .footer { margin-top:-50px; }
.footer .container-fluid { padding:0 30px; }
.footer .row { display:flex; flex-direction:row; align-items:center; height:40px; }
.footer .ft1 { width:30%; }
.footer .ft2 { width:30%; text-align:center; }
.footer .ft3 { width:40%; text-align:right; }
.footer .ft3 span { position:relative; padding:3px 0 0 30px; }
.footer .ft3 a:before {
	content:'';
	position:absolute;
	/*top:0;
	left:0;*/
	width:20px;
	height:21px;
	background:url('../img/cosmic.svg') no-repeat 0 0;
	transform: translate(-28px, 1px);
}
.footer a { color:rgba(255,255,255,0.8); border-bottom:1px solid; }
.footer a:hover { color:#D7C68D; }


/* THANKS --------------------------------------------------------------------------------------- */
.thanks {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	height:100vh;
}
.thanks .txt {
	font-size:30px;
	line-height:36px;
	font-weight:500;
	text-align:center;
	color:#fff;
}

/*border2*/
/* MODAL ---------------------------------------------------------------------------------------- */
.modal .modal-dialog { width:600px; max-width:600px; }
.modal .close { position:absolute; top:15px; right:15px; }
.modal .modal-title {
	margin:10px 0 20px 0;
	font-size:24px;
	line-height:30px;
	font-weight:500;
	color:#000;
	text-align:center;
} 
.modal .modal-body { padding:40px; font-size:16px; line-height:22px; }
.modal ul li, .modal ol li { padding-bottom:12px; }
.modal .rek { margin-left:23px; }

.signature {
	margin-top: 6px;
	color: #ffffff;
	font-size: 10px;
	transform: translate(13px, 0px);
}

.first-col-content {
	padding-bottom: 10vh;
	padding-top: 10vh;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

#first .signature{
	position: absolute;
    /*top: 92vh;*/
	bottom: 10px
}

.signature:hover {
	text-decoration: underline;
	color: #f4e4ba;
}

.signature a{
	color: #fff;
}

.step-question .signature a, .step-final .signature a{
	color: #696969
}



.signature a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 11px;
    background: url(../img/cosmic.svg) no-repeat 0 0;
    transform: translate(-13px, 2px);
    background-size: contain;
}

.step .signature {
	transform: translate(10px, 0px);	
	margin-bottom: 4px;
}

.thanks2 .signature {
	transform: translate(10px, 0px);	
	margin-bottom: 16px;
	color: #696969;	
}

.thanks2 .signature a:before { background: url(../img/cosmic-silver.svg) no-repeat 0 0; background-size: contain;} 

.thanks2 .signature a {
    color: #696969;	
}

.step .signature a:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 8px;
    background: url(../img/cosmic.svg) no-repeat 0 0;
    transform: translate(-10px, 3px);
    background-size: contain;
}

.step-question .signature a:before, .step-final .signature a:before { 
    background: url(../img/cosmic-silver.svg) no-repeat 0 0;
	background-size: contain;
}

/* MEDIA --------------------------------------------------------------------------------------- */
@media (max-width: 1600px ) {
	h1, h2 {
		font-size: 31px;
        line-height: 39px;
	}
	
	h3 {
		font-size: 16px;
		line-height: 19px;
	}
	
	.step .description .facts-title {
		margin-top: 43px;
	}
	
	.description .txt {margin-top: 24px}
	
	/*.facts .item {
		padding: 10px 28px 9px 16px; 
	}	*/
    
    #first .col:nth-child(1) {
        width: 50%;
    }
    
    #first .col:nth-child(2) {
        width: 50%;
        margin-left: 50%;
    }
	
	.first-col-content {
		padding-bottom: 8vh;
		padding-top: 8vh;
	}
}

@media (max-width: 1400px ) {
	h1, h2 {
		font-size: 27px;
        line-height: 32px;
	}
	
	.step .description .facts-title {
		margin-top: 33px;
	}
	
	.step .description {
		padding: 30px 33px 32px 23px;
	}
	
	.description .txt {margin-top: 22px}
	
	#btn-kviz {
		margin-top: 60px;
	}
	
	.step-final__img, .step-final__form {
		padding-top: 9%;
	}
	
	#first .col:nth-child(1) {
        width: 48%;
    }
    
    #first .col:nth-child(2) {
        width: 52%;
        margin-left: 48%;
    }
    
    .step .heading {
        font-size: 26px;
        line-height: 32px;
    }
    
     #step-content {
        margin-top: 50px;
    }
	
	.first-col-content {
		padding-bottom: 6vh;
		padding-top: 6vh;
	}
}

@media (max-width: 1280px) {
	h1, h2 {
		font-size: 25px;
        line-height: 30px;
	}
	
    /*.facts .item {
		font-size: 14px;
		line-height: 18px;
	}*/
	
	.with-before:before {margin-bottom: 9vh;}
	
	.facts {
		margin-top: 10%;
	}
	
	.step .description .facts-title {
		margin-top: 13px;
	}
	
	.description .txt {
		padding: 15px 12px 18px 14px;
	}
	
	.step .description.description-desc {
		padding: 36px 30px 36px 20px;
	}
	
	.description .txt {margin-top: 20px}
	
	form .pers {
		width: 100%;
	}
	
	#btn-kviz {
		margin-top: 36px;
	}
	
	.step-final__img, .step-final__form {
		padding-top: 5%;
	}
	
	.step-final__img {
		padding-bottom: 1%;
	}
	
	.step-final__form {
		padding-bottom: 1%;
	}
	
	form .field input {height: 48px}
	
	#first .col:nth-child(1) {
        width: 46%;
    }
    
    #first .col:nth-child(2) {
        width: 54%;
        margin-left: 46%;
    }
    
    .step .heading {
        font-size: 22px;
        line-height: 28px;
    }
    
    #step-content {
        margin-top: 48px;
    }
	
	.first-col-content {
		padding-bottom: 4vh;
		padding-top: 4vh;
	}
}

@media (max-width: 1200px) {
	.progress { margin:0 60px 20px 60px; }
	.error-txt { margin:0 60px; }	
	.btn-prev { width:60px; }
	.btn-change { margin:20px auto; }
	form .field-ch label span br { display:block; }	
	h3:after {margin: 20px auto;}
	
	.step .description.description-desc {
		padding: 36px 22px 36px 12px;
	}
	
	.container-fluid {
		font-size: 12px;
		line-height: 14px
	}
	
	#gotest {
		height: 56px;
	}
	
	.footer .ft3 a:before {
		transform: translate(-28px, -3px);
	}
	
	#first .col:nth-child(1) {
        width: 30%;
    }
    
    #first .col:nth-child(2) {
        width: 70%;
        margin-left: 30%;
    }    
}

#first {
		display: flex; 
		display: -webkit-flex; 
		display: -ms-flex; 
		min-height: 100vh;
	}

@media (max-width: 992px) {
	h1 { margin-bottom:40px; color: #363636;}
	h3 { font-size:18px; line-height:24px; color: #696969;}
	h3:after { margin:20px auto; }
	.progress { margin:0 40px 20px 40px; }
	.error-txt { margin:0 40px; }
	form .field-ch label { min-height:auto; font-size:16px; }
	form .field-ch label span { padding-top:1px; }
	input[type="checkbox"] + label::before { width:24px; height:24px; }	
	p.spec {color: #555555;}
	
	.logo_w {display: none;}

	#first {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: stretch;
		-webkit-align-items: stretch;
	}
	
	#first .col:nth-child(1) {
		height: 180px;
		width: 100%;
		min-height: 180px;
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	
    #first .col:nth-child(2) {
        width: 100%;
        margin-left: 0;
		min-height: initial;
		height: initial;
    }
	
	.step-final .quiz-step-body {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	
	.description .head {
		justify-content: start;
		-webkit-justify-content: start;
	}
	
	.expert {
		position: relative;
		left: 20px
	}
	
	.step .question {
		width: 100%;
	}
	
	.step .description {
		width: 100%;
	}
	
	.step .facts {
		display: none;
	}
	
	.step-final__img {
		width: 100%;
		padding-top: 6%;
		padding-left: 2%;
		padding-right: 8%;
		padding-bottom: 2%;
	}
	
	.step-final__form {
		width: 100%;
		padding-top: 6%;
		padding-left: 10px;
        padding-right: 10px;
	}
	
	.step-final__form-wrap {
		width: 100%;
		max-width: 460px;
		margin: auto;
	}
	
	.step-final .facts {
		margin-top: 5%;
	}
	
	#btn-kviz {
		margin-top: 40px;
	}
	
	.step-final__img-wrap {
		text-align: center;
	}
	 
	.step-final .facts.clearfix .row {
		justify-content: center;
		-webkit-justify-content: center;
	}
	
	.description-mob {display: block}
	.description-desc {display: none}
	.quiz-step-body {display: block}

	.heading-num {  font-size: 40px; }
	
	.step .question-top {
		padding-top: 32px;
		padding-left: 38px;
		padding-right: 40px;
	}
	
	.step .question-bottom {
        padding-left: 38px;
		padding-right: 40px;
	}
	
	#step-content {
		margin-top: 44px;
	}
	
	.line-above {display: none}
	
	h1 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.description .txt { padding:0px; background: #f5f5f5; border-radius: 0px;}	
	
	.step .description.description-desc {
		display: none;
	}
	
	#first .signature {
		position: absolute;
		bottom: 10px;
		color: #696969
	}
	
	#first .signature a {
		color: #696969
	}
	
	#first .col:nth-child(2) {
		display: block;
	}
	
	#first .signature {		
		margin-bottom: 10px;
	}
	
	#first .facts {
		margin-bottom: 50px;
	}
	
	#first .col:nth-child(2) {position: initial}
	
	#first .facts-title {
		color: #696969;
	}
	
	#first .facts .item {
		color: #696969;
		border: 2px solid #696969;
	}
	
	#first .facts-mob .item {
		color: #696969;
		border: 2px solid #696969;
	}
	
	#first .signature a:before {
		background: url(../img/cosmic-silver.svg) no-repeat 0 0;
		background-size: contain;
	}
	
	#first:before {
		content: none;
	}
}

@media (max-width: 962px) {
	h3 { font-size:15px; line-height:20px; }
	.progress { margin:0 20px 20px 20px; }
	.error-txt { margin:0 20px; }
	.description .head:before { top:calc(50% - 30px); width:60px; height:60px; }
	
	.step .heading { margin-bottom:20px; font-size:20px; line-height:28px; }
	.btn-change { margin:10px auto 20px auto; font-size:16px; }

	form .field-ch label { font-size:15px; line-height:19px; }
	input[type="checkbox"] + label::before { width:20px; height:20px; }

	.footer { margin-top:-90px; padding-top:10px; height:90px; }
	.second .footer { margin-top:-100px; }
	.footer .row { display:block; height:auto; }
	.footer .ft1, .footer .ft2, .footer .ft3 { margin-bottom:5px; width:100%; text-align:center; }
	.footer .ft3 { margin-top:5px; margin-bottom:0; }
	.footer .ft3 span { padding-top:0; padding-left:20px; }
	.footer .ft3 span:before { width:14px; height:16px; background-size:14px auto; }
	.thanks { padding:0 30px; }
	
	h3 {
		margin-top: 10px
	}
	
	#gotest {
    margin-top: 34px;}
    
	.with-before:before {
		content: none;
	}
	
	.first-col-content {
		padding-top: 20px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 10px
	}
	
	.content_block p {
		padding-right: 24px
	}
}

@media (max-width: 767px) {
	h1 { font-size:24px; line-height:28px; }
	h1 span { display:inline; }

	.step .question-top {
		padding-top: 22px;
		padding-left: 18px;
		padding-right: 18px;
		padding-bottom: 12px;
	}
	
	.step .question-bottom {
		padding-left: 18px;
		padding-right: 18px;
	}
	
	#step-content {
		margin-top: 4px;
	}
	
	.col-xs-6 {
		width: 100% !important;
	}
	
	.step .fields-row .col1:nth-child(1) {
		padding-left: 0;
		padding-right: 0;
	}

	.step .fields-row .col1:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
	}
	
	.heading-num {
		font-size: 32px;
		line-height: 50px;
	}
	
	form .field {
		margin-bottom: 8px;
	}
	
	form .field-ch label {
		position: relative;
		display: block;
		margin-bottom: 0;
		padding: 12px 10px;
	}
	
	form .field-ch label span {
		left: 30px;
	}
	
	.progress-sec {
		line-height: 18px;
		font-size: 16px;
	}
	
	.progress-wrap {height: 30px}
	
	.percent {
		font-size: 40px;
	}	
	
	.heading-num {  font-size: 30px; }
	
	.step .description {
		padding: 20px 18px 12px 18px;
	}
	
	.step .description-mob {
		padding: 5px 18px 15px 18px;
	}
	
	.step .heading {
		font-size: 18px;
		line-height: 24px;
	}
	
	.thanks .txt { font-size:22px; line-height:30px; }
	
	.modal .modal-title {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 600px) {
	.modal .modal-dialog { width:auto; max-width:100%; }
	.modal .modal-body { padding:30px 20px; font-size:14px; line-height:20px; }
	.modal ol, .modal ul { padding-left:15px; }
}

@media (max-width: 480px) {
	h1 { font-size:20px; line-height:24px; }
	
	
	
	#first .col:nth-child(1) {
		height: 200px;
		min-height: 200px;
	}
	
	h3 {
		font-size: 16px;
		line-height: 19px;
		font-weight: 400;
	}
	
	.facts {
		margin-top: 8%;
	}
	
	.step-final__img-title {
		font-size: 26px;
		line-height: 33px;
	}
	
	.progress-wrap {
		max-width: 400px;
        width: 100%;
	}
	
	.step .heading {
		margin-bottom: 20px;
		margin-top: 2px;
		font-size: 18px;
        line-height: 26px;
	}
	
	.modal .modal-title {
		font-size: 16px;
		line-height: 20px;
	}
	
	#gotest {width: 100%}
}

@media (max-width: 468px) {
	
	.logo_w_mob {
		display: block;
		position: absolute;
		bottom: 7px;
		z-index: 999;
		width: 40%;
		padding: 7px;
		opacity: 0.8;
	}
	
	.rec {
			position: relative;
			transform: translate(0px, 0px);
			color: #19314B;
			text-align: right;
			padding: 15px;
			}
	
	
	#first .col:nth-child(1)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-gradient(linear,  top, bottom top, from(#050505), to(transparent));
	background: linear-gradient(0deg, #050505, transparent);
	opacity: 0.75;
	}
	
	
	.button-sub {display: none;}
	.progress { margin:0 20px 20px 20px; }
	.error-txt { margin:0 20px; line-height: 16px;}
	.step .heading { margin-bottom:20px; }
	.step .fields-row .col1, .step .fields-row .col2 { padding:0; width:100%; }
	.step .btns .btn { font-size:13px; }
	.btn-next span { margin-left:0; }
	.btn-next:after { display:none; }
	
	
	.step .description .facts-title {
	font-size: 10px;
	line-height: 12px;
	margin-top: 53px;
	margin-bottom: 5px;
	}
	
	.step {
	display:flex;
	flex-direction: unset;
	padding-top:20px;
	padding-bottom:20px;
	min-height:100vh;
	background-color: #f5f5f5;
	justify-content: center;
	-webkit-justify-content: center;
	}

	form .field input { height:45px; }
	form .field-ch label span br { display:none; }
	#sms-send { width:120px; font-size:12px; }
	#btn-kviz { padding:0;}
	form .pers { left:0; margin-left:auto; margin-right:auto; }

	.footer { margin-top:-110px; height:110px; }
	.second .footer { margin-top:-100px; }
	.footer .ft3 span { display:block; padding-left:0; }
	.footer .ft3 span:before { display:none; }

	.thanks .txt:first-child { margin-top:-80px; }
	.thanks .txt { font-size:22px; line-height:30px; }
	
	h3:after {
		margin: 16px auto;
	}
	
	form .field-ch label {
		font-size: 14px;
		line-height: 18px;
	}
	
	form .field-ch label {
		padding: 11px 9px;
	}
	
	form .field-ch label span {
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
	}
	
	
	
	.description .head {
	position: relative;
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
	color: rgba(79, 79, 79, 1);
	margin-top: 5px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	}
	
	.description .txt {
	margin-top: 0px;
	}
	
	.step .description .item1 {
	margin-top: 5px;
	margin-right: 10px;
	}
	
	.step .description .item2 {
	margin-top: 5px;
	}
	
	.thanks2 {display: block;}

}

@media (max-width: 390px) {
	#first .col:nth-child(1) {
		height: 200px;
		min-height: 200px;
	}
	
	h1 { margin-bottom:20px; font-size:18px; line-height:20px; }
	
	h3:after { height:2px; }
	h3 {
		font-size: 14px;
		line-height: 15px;
	}

	.facts .item { padding: 9px 12px 8px 12px;}
	
	.facts-mob .item { padding: 9px 12px 8px 12px;}
	
	.facts-mob .item .txt span { display:inline; }

	.step .heading { font-size:14px; line-height:20px; }
	
	
	.step .description .facts-title {
	font-size: 10px;
	line-height: 12px;
	margin-top: 53px;
	margin-bottom: 5px;
	}
	
	
	
	.heading-num {
		font-size: 28px;
		line-height: 34px
	}
	.progress { height:30px; }
	.progress:after { height:30px; line-height:30px; font-size:14px; }
	.btn-prev { width:40px; }
	.btn-prev:before { top:calc(50% - 10px); left:calc(50% - 10px); width:20px; height:20px; }
	.btn-skip { width:130px; }
	.btn-change { font-size:14px; }

	form .field input, #btn-kviz, form span.error { width:100%; }
	/*#phone { margin-bottom:15px; margin-left:0; width:100%; }*/
	#sms-send { position:static; margin-left:0; width:100%; }

	.footer .container-fluid { padding:0 24px; }   

	.step-final__img-title {
		font-size: 22px;
		line-height: 27px;
	}
	
	.step-final__img .txt {
		font-size: 14px;
		line-height: 16px;
	}
	
	form .field-ch label {
		font-size: 13px;
		line-height: 17px;
	}
	
	form .field-ch label {
		padding: 10px 8px;
	}
	
	#gotest {
		margin-top: 26px; 
		height: 52px;
		margin-bottom: 18px; 
	}
}

@media (max-width: 360px) {
	.facts-title {font-size: 13px; line-height: 16px;}
	
	h3 {
		font-size: 14px;
		line-height: 14px;
	}
	
	#first .col:nth-child(1) {
		height: 200px;
		min-height: 200px;
	}
	
	.step .description .facts-title {
	font-size: 10px;
	line-height: 12px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
}

/*Новая страница thanks*/

.thanks-page .wrap{
	background: #f5f5f5;
}

.thanks2 .container {position: relative; z-index: 5}

.thanks2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.thanks2 .txt-hello {
	font-size: 23px;
	line-height: 36px;
	font-weight: 700;
	text-align: center;
	color: #363636;
	margin-bottom: 51px;
}

.thanks2 .txt-thanks2 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 800;
	text-align: center;
	color: #363636;
	margin-top: 32px;
	margin-bottom: 20px;
}

.thanks2 .row {
	display: -ms-flexbox;
	display: flex;
}

.thanks2 .thm1 {
	padding-right: 43px;
}

.thanks2 .thm1 img {
	width: 270px;
	margin: auto 0;
	height: auto;
}

.thanks2 video {width: 100%}

.thanks2 .btn {margin: 0 5px}

/*.thanks2 .thm2 {
	width: 67%
}*/

.thanks2 .btn-thanks {
	padding: 17px;
	height: 55px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: 0;
	transition: all .3s;
	max-width: 380px;
	width: 100%;
	margin: 0 auto;
}

.thanks2 .btns {
	margin: 40px 0 38px;
	text-align: center
}

.thanks2 .black-block {
	/*background-color: #172030;*/
	padding: 50px;
	margin: 0 auto 30px; 
	box-shadow: 0 7px 15px 0 rgb(0 0 0 / 30%);
    border-radius: 4px;
}

.thanks2 .help {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #363636;
}

.thanks2 ul {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 15px;
	color: #363636;
}

.thanks2 ul li {
	position: relative;
	list-style: none;
	padding-left: 25px;
	padding-bottom: 7px;
}

.thanks2 ul li:before {
	content: '';
	position: absolute;
	left: -1px;
	top: 7px;
	width: 8px;
	height: 8px;
	/*background: #172030;*/
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 2px solid #19314B;
}

.thanks2 .free {
	font-size: 18px;
	position: relative;
	padding-left: 23px;
	margin-top: 6px;
	font-weight: bold;
	color: #363636;
}

.thanks2 .free:before {
	content: '';
	position: absolute;
	left: 0;
	width: 3px;
	height: 100%;
	background: #19314B;
}

.thanks2 .hh {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #363636;
}

.thanks2 .hh .a {
	color: #1180c0;
}

.ready {
	color: #363636;
	font-size: 16px;
	line-height: 18px
}

/*.thanks2 .btns .btn:hover {
	background: #3C4B73;
}*/

.thanks2 .free a {text-decoration: underline; font-weight: 100; color: #19314B;}

.thanks2 .free a:hover {color: #7e7063}

.thanks-img {
	background: url(../img/expert.jpg) no-repeat 50% 0%; 
	width: 280px; 
	height: 360px; 
	background-size: 100%;
}

@media (max-width: 1167px) {
	.thm1 {
		margin-bottom: 20px;
		margin-right: auto;
	}

	.black-block {
		width: 100%;
	}
	.btn-thanks {
		margin-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.thanks2 h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.thanks2 h2:first-child {
		font-size: 22px;
		line-height: 24px;
	}
	.thanks2 .txt-hello  {
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 31px;
	}
	.thanks2 .row {
		flex-direction: column;
	}
	.thanks2 .thm2 {
		width: 100%;
	}
	.thanks2 .thm1 {
		margin: 0 auto;
		margin-bottom: 30px;
		padding-right: 0;
	}
	
	.thanks2 { margin-bottom: 80px}

    .pers-wrap {text-align: center}
	
	.content_block.full {
		overflow: hidden;
		max-height: 30px;
		position: relative;
		transition: max-height 0.5s ease-in-out;
		min-height: 30px;
		-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
		
	}
	.content_block.hide1 { /*развернуть*/
		max-height: 300px;
		height: initial;
		transition: max-height 0.5s ease-in-out;
		transform-origin: top;		
		-webkit-mask-image: none;	
	}

	.content_block {
		position: relative;
		color: var(--color-bg-text,#2e2e54);
		line-height: 1.2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
		-webkit-transition: max-height .3s ease;
		transition: max-height .3s ease;
		min-height: 50px;
		max-height: 68px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-right: 0;
		padding: 10px;
		border-radius: 20px 20px 20px 3px;
		background: var(--color-bg-1,#f0f0f0);
		cursor: pointer;
		overflow: auto;
	}
	
	
}

@media (max-width: 768px) {
	.thanks2 .black-block {
		padding: 20px;
	}
	
	.thanks2 .help {
		font-size: 18px;
		line-height: 25px;
	}
	
	.thanks2 ul {
		font-size: 13px;
		line-height: 16px
	}
	
	.thanks2 .free {
		font-size: 16px;
	}
	
	.thanks2 .hh {
		font-size: 20px;
		line-height: 22px;
	}
	
	.ready {
		font-size: 14px;
		line-height: 16px;
	}
	
	
}	

@media (max-width: 667px) {
	.thanks2 .btn.second {
		margin-top: 15px;
	}
}

@media (max-width: 480px) {
	.thanks2 .thm1 img {
		width: 200px;
		height: auto;
	}
	
	.thanks2 h2:first-child {
		font-size: 16px;
		line-height: 18px;
		margin-top: 30px
	}
	
	.thanks2 .txt-hello {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 31px;
	}
	
	/*.thanks-img {
		width: 100%;
	}*/
	
	/*.thanks2 .btns {
		margin-bottom: 70px;
	}*/
	
	.thanks2 .free {
		font-size: 14px;
		line-height: 18px;
		padding-left: 13px;
	}
	
	.thanks2 .black-block {
		padding: 10px;
	}
	
	.thanks2 .hh {
		font-size: 16px;
		line-height: 20px;
	}
	
	/*form .pers label span {padding-left: 0px}*/
	
	form .pers a {font-size: 10px}
	
	form .pers {font-size: 10px}
}

@media (max-width: 360px) {
	.thanks2 .btn-thanks {
		padding: 14px;
		height: 48px;
		font-size: 12px;
	}
	
	.thanks-img {
		width: 220px;
		height: 282px;
	}
	
	form .pers a {font-size: 9px}
	
	form .pers {font-size: 9px}
}

/*thanks с фото эксперта*/

/* checklist ----------------------------------------------------------------------------------- */

.checklist { padding:60px 0 80px 0; font-size:16px; line-height:22px; }
.checklist h2 { margin-bottom:40px; text-align:center; color:#000; }
.checklist {
	/*color:#333; */
	color: white;
	position: relative;
}

.checklist h2 {
	color: white;
	/*position: relative;*/
}

.checklist .btn {
	display:inline-block;
	padding:10px 15px 10px 15px;
	font-size:16px;
	font-weight:bold;
	border-radius: 25px;
	color:#fff;
	text-decoration:none;
	background: #19314B;
}
.checklist table { margin:0 auto 40px auto; width:800px; border-collapse:collapse; border-spacing:0; }
.checklist table tr td { padding:10px; text-align:left; vertical-align:middle; border:1px solid #ddd; }
.checklist table tr td:first-child { text-align:center; }
.checklist table tr td:nth-child(1) { width:5%; }
.checklist table tr td:nth-child(2) { width:45%; }
.checklist table tr td:nth-child(3) { width:50%; }
.checklist .tb-hh { font-weight:bold; text-align:center; }
.checklist .tb-check { display:block; width:16px; height:16px; border:1px solid #999; }

.wrap-checklist {background-attachment: fixed;}

.wrap-checklist .box.clearfix {max-width: 960px; margin: 0 auto;}

.wrap-checklist:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

@media (max-width:992px) {
	.checklist table { width:98%; }
	.wrap-checklist .box.clearfix {max-width: 96%;}
}

@media (max-width:962px) {
	.checklist { padding:60px 0 120px 0;}
}

@media (max-width:860px) {
	.checklist { padding-top:0; }
	.checklist table tr td { font-size:14px; }
}

@media (max-width:768px) {
	.checklist { padding-top:0; }
	.checklist table tr td { font-size:14px; }
}



#thanks2:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear,right top,left top,from(#272626),to(transparent));
    background: linear-gradient(270deg,#272626,transparent);
}

/* checklist ----------------------------------------------------------------------------------- */

/*контакты*/

.required-field {
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
		color: #646464;
}


.disabled-answer, .disabled-form  {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.visible-error {display: block !important}

/*контакты*/

.form-contact-select-title {
    font-size: 16px;
    margin-bottom: 19px;
	text-align: center;
	color: #46525E;
	position: relative
}

.form-contact-select {
	width: 100%;
    text-align: center;
    margin: 0 auto 20px;
    font-size: 14px;
}

.form-contact-select__item-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.form-contact-select__item-col {
  flex: 1;
  padding: 0 5px;
}

.form-contact-select__item {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

.form-contact-select__item-text {
  background: #8C98A5;
  
  border-radius: 6px;
  color: #ffffff;
  padding: 14px 2px;
  position: relative;
  user-select: none;
}

.form-contact-select__item-text::before {
  content: "";
  position: absolute;
  display: none;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #4f6791;
}

.form-contact-select__radio {
  display: none;
}

.form-contact-select__radio:checked + .form-contact-select__item-text {
  background-color: #258BF0;
  /*box-shadow: 0px 3px 0px #19314B;*/
}

.form-contact-select__radio:checked + .form-contact-select__item-text::before {
  display: none;
}

@media (max-width: 390px) {
	.form-contact-select {width: 100%}
}

/*контакты*/

.step-question ::-webkit-input-placeholder {color:#4a4a4a; opacity: 0.5}
.step-question ::-moz-placeholder          {color:#4a4a4a; opacity: 0.5}/* Firefox 19+ */
.step-question :-moz-placeholder           {color:#4a4a4a; opacity: 0.5}/* Firefox 18- */
.step-question :-ms-input-placeholder      {color:#4a4a4a; opacity: 0.5}

.step-final ::-webkit-input-placeholder {color:#4a4a4a; }
.step-final ::-moz-placeholder          {color:#4a4a4a; }/* Firefox 19+ */
.step-final :-moz-placeholder           {color:#4a4a4a; }/* Firefox 18- */
.step-final :-ms-input-placeholder      {color:#4a4a4a; }

.step-question input[type=text] {
	width: 100%;
	background-color: #f5f5f5;
}

#checkign {
	text-align: center;
    color: green;
    display: none; 
    transform: translate(0px, 18px);
    font-size: 12px;
    line-height: 14px;
}

