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

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

h1 span {
	color: #fff
}

h3 { /*color safari*/
	font-family: 'Open Sans';
	font-style: normal;
	font-size: 18px;
    line-height: 24px;
    color: #ffffffb3;
    font-weight: bold;	
	margin-top: 3vh;
}

h3 b {
	letter-spacing: 1px;
}

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

.wrap .thanks:before, .wrap .thanks2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.0);
}

.first-col-content {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.row { margin-right:0; margin-left:0; }

.wrap {
	position:relative;
	width:100%;
	min-height:100%;
	height:auto!important;
	height:100%;
	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:100%;
	height:auto!important;
	height:100%;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}

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

/* CONTENT ------------------------------------------------------------------------------------- */
#first {
	display:flex;
	flex-direction:row;
	min-height:100vh;
}

#first .col:nth-child(1) {
	height: 100%; 
	width: 56%;
	min-height:100vh;
	background-size: cover;
	position: absolute;
	animation:  1.9s linear visib;
	background-position: center;
}

@keyframes visib {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

#first {
	background-color: #0d0c09;
}

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

.step {
	display:flex;
	flex-direction: column;
	min-height:100vh;
	background-color: #171613;
	justify-content: center;
	-webkit-justify-content: center;
}

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

#first { align-items:center; }

/* facts */
.facts { color:#fff; }

.facts-title {
	font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
} 
.facts .item { 
	border: 2px solid #fff;
}

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

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

#first .facts .item1 { 
	margin-right: 15px;
	min-width: 206px;
}
#first .facts img {
    width: 44px;
    float: left;
    margin: 0 8px 0 0px;
}
.facts img {
    width: 44px;
    float: left;
    margin: -5px 8px 0 0px;
}
/*
.facts.clearfix .row {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
} */

#gotest {	
	margin-top: 2vh;
	display:block;
	width:230px;
	height:60px;
	font-size:14px;
	color:#fff;
	letter-spacing:1px;	
	transition:all .3s;
	width: 208px;
	height: 60px;
	background: transparent;
    border: 1px solid #f4e4ba;
    color: #f4e4ba;
	border-radius: 50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
}
#gotest:hover { background:#464646; color: white}

.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; }
.step .question { 
	width:72%; 
	background-color: #0d0c09
}

.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 #cccccc;
	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: #fff;
}
.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: #fff;
}	

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

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

/* points */
.description { 
	background: #101010; 
}
.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: #000;
}


.description .head p { 
	margin-bottom:5px; 
}

.description .head .img:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #1BB157;
    border-radius: 50%;
	transform: translate(56px, 56px);
}

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

.description .txt { 	
	color: #000;
	background: #ededed;
}

.full-text {
	position: absolute;
    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 #4E4E4E;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.points i:nth-child(1) {
	margin-left: 0px;
}
.points .act {
	background: #fff;
	border: 2px solid  #fff;
}

.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: #fff;
}
.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: #D7C68D;
}
.progress-bar {
    position:absolute;
    top:0;
	left:0;
	width:100%;
	background:url('../img/progress.png') repeat-x 0 0 #e2e2e2;
}
.percent { font-size:50px; text-align:center; color: #D7C68D; }
.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: #fff;
}

/* buttons */

.step .btns .btn {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	text-align:center;
	letter-spacing:1px;
	transition:all .3s;	
}

.btn-next { 
	color: #f4e4ba;
    width: 116px;
    height: 42px;
    background: transparent;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    border: 1px solid #f4e4ba;
}
.button-sub {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	margin-top: 5px;
    text-align: center;
	color: #667895;
}
.btn-next span { margin-left:-30px; }
.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-next:hover { color:#fff; background:#464646; border-color:#464646; } /* gold */
.btn-next:after { margin-left:10px; background-image:url('../img/next-white.svg'); }
.btn-next:hover { color:#fff; background:#464646; border-color:#464646; } /* gold */

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

.step-final__img-wrap {
	position: relative
}

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



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

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

.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;
}

.step-final__form {
    background-color: #101010;
}

/* 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: transparent;
    border: 1px solid #464646;
}
form .field-ch label span { 
	display:block; 
	font-family: 'Open Sans';
	font-style: normal;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	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:#fff;
	border:1px solid #cccccc;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	background: transparent;
    border-radius: 5px;
}

form .field input::-webkit-input-placeholder {color:#fff;}
form .field input::-moz-placeholder {color:#fff;}/* Firefox 19+ */
form .field input:-moz-placeholder {color:#fff;}/* Firefox 18- */
form .field input:-ms-input-placeholder {color:#fff;}

#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; }

.button-3d:hover {
	background: #242424;
    border-color: #242424;
}


form .pers a {
	color: #87A0C7;
}
form .pers {
	color: white;
	
}


input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(100%);
}

input[type="time"]::-webkit-calendar-picker-indicator{
  filter: invert(100%);
}

input[type="date"] { 
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}

input[type="time"] {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);  
}

/* Checkbox */

input[type="checkbox"] + label, input[type="radio"] + label { 
	cursor:pointer; 
	transition:all .3s; 
}
.step-question input[type="checkbox"] + label:hover, .step-question input[type="radio"] + label:hover { 
	background:#cccccc52; 
	-webkit-box-shadow:0 1px 3px 0 var(--color-bg-2,rgba(0,0,0,.1));
	box-shadow:0 1px 3px 0 var(--color-bg-2,rgba(0,0,0,.1));
}

.step-question input[type="checkbox"] + label::before, .step-question input[type="radio"] + label::before {
    content:'';
	position:absolute;	
    height:18px;
    width:18px;
	border-radius: 2px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	background-color:#464646;
    background-repeat:no-repeat;
	background-position:center center;	
}
.step-final .facts .item {
    color: #fff;
	min-width: 204px;
}
.step-question input[type="radio"] {
    display: none;
}
input[type="checkbox"]:checked + label, input[type="radio"]:checked + label { color:#fff; }
.step-question input[type="checkbox"]:checked + label::before, .step-question input[type="radio"]:checked + label::before { 
	border-color:#fff; 
	background-image:url('../img/check.svg'); 
	background-color: #D7C68D;
}
input[type="checkbox"]:disabled + label::before, input[type="radio"]:disabled + label::before { background-image:none; }
input[type="checkbox"]:checked:disabled + label::before, input[type="radio"]:checked:disabled + label::before { background-image:url('../img/check.svg'); }

.button-3d, .button-plain {
	display: block;
    position: relative;
    top: 0;
    transition: all ease 0.2s;
    box-shadow: 0 5px 0 #242424, 0 8px 3px rgb(0 0 0 / 20%);
    border: 1px solid #464646;
    height: 56px;
    width: 100%;
    line-height: 2;
    text-decoration: none;
    background-color: #464646;
    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);
  top: 5px;
}

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

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, .step-final input[type="radio"] + 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;
}

/* 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;
}*/

/* 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 a{
	color: #D6D0A0;
}

.signature svg path{
	fill: #D6D0A0
}

.thanks2 .signature {
	margin-bottom: 16px
}

.rec { /*color safari*/
	color: #f4e4ba;
	-webkit-text-fill-color: #f4e4ba !important;
}
.quiz-step-body {
    min-height: 100vh;
}
.fields-row.natri {
	grid-template-columns: 1fr 1fr 1fr;
}
img.answer-image__img {
    width: 208px;
}
form .natri .field-ch label {
    padding: 0 0 15px 0;
}
.step-question .natri input[type="checkbox"] + label::before, .step-question .natri input[type="radio"] + label::before {
    bottom: 10px;
    left: 10px;
}
form .natri .field-ch label span {
    top: 5px;
}
.only-mob {
	display: none;
}
.only-desct {
	display: block;
}

/* MEDIA --------------------------------------------------------------------------------------- */
@media (max-width: 1600px ) {
	h1, h2 {
		font-size: 31px;
        line-height: 39px;
	}
	

	
	.step .description .facts-title {
		margin-top: 43px;
	}
    
    #first .col:nth-child(1) {
        width: 50%;
    }
    
    #first .col:nth-child(2) {
        width: 50%;
        margin-left: 50%;
    }
}

@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;
	}
	
	#first .col:nth-child(1) {
        width: 48%;
    }
    
    #first .col:nth-child(2) {
        width: 52%;
        margin-left: 48%;
    }
    
    .step .heading {
        font-size: 26px;
        line-height: 32x;
    }
    
     #step-content {
        margin-top: 50px;
    }
}

@media (max-width: 1280px) {
	h1, h2 {
		font-size: 25px;
        line-height: 30px;
	}
	
	.step .description .facts-title {
		margin-top: 13px;
	}	
	
	.step .description.description-desc {
		padding: 36px 30px 36px 20px;
	}
	
	form .pers {
		width: 100%;
	}	
	
	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;
    }	
}

@media (max-width: 1200px) {
	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%;
    }    
}

@media (max-width: 480px) {
	#first .facts .item1 {
		min-width: inherit;
	}
	.step .step-final__img-wrap .facts {
		display: block;
	}
	.step-final .facts .item {
		min-width: inherit;
	}
	.facts img {
		display: none;
	}
	#first .facts img {
		display: block;
	}
	.col.foncol {
		height: 220px !important;
		min-height: 220px !important;
	}
	.quiz-step-body {
		height: 100vh;
	}
	img.answer-image__img {
		width: 145px;
	}
	.only-mob {
		display: block;
	}
	.only-desct {
		display: none;
	}
}
@media (max-width: 992px) {
	h1 { margin-bottom:40px; }
	h3 { font-size:18px; line-height:24px; }
	h3:after { margin:20px auto; }
	.progress { margin:0 40px 20px 40px; }
	form .field-ch label { min-height:auto; font-size:16px; }  
	form .field-ch label span { padding-top:1px; }
	input[type="checkbox"] + label::before, input[type="radio"] + label::before { width:24px; height:24px; }

	#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;
    }
	
	.facts .item .icon { margin-bottom:15px; background-size:auto 100%; }

	.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__form-wrap {
		width: 100%;
		max-width: 460px;
		margin: auto;
	}
	
	.step-final .facts {
		margin-top: 5%;
	}
	
	.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: #cccccc; border-radius: 0px;}	
	
	.step .description.description-desc {
		display: none;
	}
	
	.facts.clearfix .row {
		margin-bottom: 10px;
	}
}

@media (max-width: 962px) {
	.description .head:before { top:calc(50% - 30px); width:60px; height:60px; }	
	.step .heading { margin-bottom:20px; font-size:20px; line-height:28px; }
	form .field-ch label { font-size:15px; line-height:19px; }
	input[type="checkbox"] + label::before, input[type="radio"] + label::before { width:20px; height:20px; }
	.thanks { padding:0 30px; }	
	.content_block p {
		padding-right: 24px
	}
}

@media (max-width: 767px) {
	h1 { font-size:24px; line-height:30px; }
	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;
	}
	
	.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 .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:22px; line-height:28px; }
	
	.col.foncol {
		height: 220px !important;
		min-height: 220px !important;
		background-position: 0 24%;
	}
	
	h3 {
		font-size: 14px;
		line-height: 19px;
	}
	
	.facts {
		margin-top: 8%;
	}
	
	.facts .item { padding: 10px 13px 9px 13px;}	
	
	.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;
	}
	
}

@media (max-width: 468px) {
	.progress { margin:0 20px 20px 20px; }
	.error-txt { margin:0 20px; }
	.step .heading { margin-bottom:20px; }
	.step .btns .btn { font-size:13px; }
	.btn-next span { margin-left:0; }
	.btn-next:after { display:none; }

	form .field input { height:45px; }
	form .field-ch label span br { display:none; }
	#sms-send { width:120px; font-size:12px; }

	/*.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: 13px;
		line-height: 18px;
	}
}

@media (max-width: 390px) {	
	h1 { margin-bottom:20px; font-size:16px; line-height:22px; }	
	h3:after { height:2px; }
	h3 {
		font-size: 12px;
		line-height: 15px;
	}
	.facts .item { padding: 9px 12px 8px 12px;}
	.facts .item .txt span { display:inline; }
	.step .heading { font-size:14px; line-height:20px; }	
	.heading-num {
		font-size: 28px;
		line-height: 34px
	}
	.progress { height:30px; }
	.progress:after { height:30px; line-height:30px; font-size:14px; }
	form .field input { width:100%; }
	#sms-send { position:static; margin-left:0; width:100%; }
	.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: 34px; 
		height: 52px;
	}
}

@media (max-width: 360px) {
	.facts-title {font-size: 13px; line-height: 16px;}
	
	h3 {
		font-size: 11px;
		line-height: 14px;
	}
	
	#first .col:nth-child(1) {
		height: 120px;
		min-height: 120px;
	}
}

body.thanks {
	background: #ffffff;
}

.thanks2 .txt-hello, .thanks2 .txt-thanks2, .thanks2 .btn-thanks, .thanks2 .help, .thanks2 .free, .thanks2 .hh, .ready, .thanks2 .item {
	color: #fff;
}

.thanks2 .black-block {
	background-color: #ededed;
}

.thanks2 ul li:before {
	background: #ededed; 
	border: 2px solid #ed660c;
}

.thanks2 .free:before {
	background: #ed660c;
}

.thanks2 .free a {color: #ed660c;}

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

@media (max-width: 991px) { 
	.content_block {
		background: var(--color-bg-1,#f0f0f0);
	}
}

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

.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}

.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;
	border: 5px solid #464646;
}

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

.form-title {color: #fff}

.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: #464646;
    box-shadow: 0px 3.5px 0px #242424;
}

.form-contact-select__item-text:hover{
	filter: brightness(1.2);
    opacity: 0.9;
}

.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::before {
  display: none;
}

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

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

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

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

.step-question input[type=text] {
    width: 100%;
    background: #464646;
    padding: 12px;
    border-radius: 10px;
    border: none;
	    color: #fff;
}

#checkign {
	text-align: center;
    color: green;
    display: none; 
    transform: translate(0px, 18px);
    font-size: 12px;
    line-height: 14px;
}
p.likelogo {
    float: left;
    color: #fff;
    border-bottom: 1px solid #2d3b53;
    padding-bottom: 8px;
}



.whatsappic {
    background: #25d366;
    box-shadow: 0px 3.5px 0px #0ca143;
}
.viberic {
    background: #675da9;
    box-shadow: 0px 3.5px 0px #474079;
}
.telegic {
    background: #27a7e7;
    box-shadow: 0px 3.5px 0px #1983b8;
}