@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url("../css/normalize.css");
@import url("../css/fonts.css");
@import url("../css/slick.css");
@import url("../css/jquery.fancybox.css");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

*,*:before,*:after { -webkit-box-sizing:border-box;box-sizing:border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
input { outline: none; }
input:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: top;}
iframe{ border:0; }
a { text-decoration: none; 	-webkit-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out; }
a:hover { text-decoration: none; }
*:focus{outline:none}

body {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	background:#FFF;
	margin:0 auto;
	padding:0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	position: relative;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.btn {
	border-radius: 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAEA9E), to(#F8DD74));
	background: -o-linear-gradient(top, #FAEA9E 0%, #F8DD74 100%);
	background: linear-gradient(180deg, #FAEA9E 0%, #F8DD74 100%);
	padding: 28px 52px 28px 30px;
	color: #434343;
	font-size: 17px;
	font-weight: 700;
	line-height: 23.4px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.btn:after {
	content: '';
	position: absolute;
	right: -50px;
	bottom: -20px;
	width: 106px;
	height: 106px;
	background: url(../img/calc.png) no-repeat center center;
	pointer-events: none;
}

header {
	background: #FFF;
	-webkit-box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.05);
	padding: 14px 0;
	position: relative;
	z-index: 5;
}

.header__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header__adress {
	position: relative;
	margin: 0 auto;
	padding-left: 70px;
}

.header__adress:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background: url(../img/adress.png) no-repeat center center;
}

.header__adress b {
	color: #434343;
	display: block;
	font-size: 15px;
}

.header__adress span {
	font-size: 15px;
}

.header__phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.phone {
	color: #434343;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.header__phone span {
	position: relative;
	text-align: right;
	padding-left: 14px;
	font-size: 14px;
	color: #434343;
}

.header__phone span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: #52FF00;
	-webkit-box-shadow: 0px 0px 4px #52FF00;
	        box-shadow: 0px 0px 4px #52FF00;
	width: 8px;
	height: 8px;
	border-radius: 12px;
}

.main {
	background: url(../img/main.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0;
	position: relative;
	z-index: 6;
}

.main__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
}

.main__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.main__title {
	color: #323232;
	font-size: 39px;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0 0 12px;
}

.main__title span {
	color: #5EA7FF;
	font-size: 34px;
}

.main__price {
	color: #FFF;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	border-radius: 8px;
	background: #5B92B9;
	margin: 0 0 33px;
	padding: 4px 12px;
}

.main__text {
	color: #222;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 36px;
}

.main__controls {
	position: relative;
}

.main__controls:after {
	content: '';
	position: absolute;
	right: -110px;
	bottom: -70px;
	width: 68px;
	height: 88px;
	background: url(../img/arrow_down.svg) no-repeat center center;
	background-size: contain;
}

.main__image {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.quiz {
    padding: 44px 0 20px;
	background: #F6F6F6;
	position: relative;
}

.quiz__title {
    padding-left: 220px;
    margin: 0 0 16px;
}

.quiz__title-big {
    margin: 0 0 15px;
    color: #292929;
    font-size: 32px;
    font-weight: 500;
}

.quiz__title-small {
	color: #7A7A7A;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	line-height: 140%;
	padding-left: 118px;
}

.quiz__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -32px 0 0;
}

.quiz-info {
	border-radius: 12px;
	background: -o-linear-gradient(238deg, #5EA7FF 0%, #718194 123.63%);
	background: linear-gradient(212deg, #5EA7FF 0%, #718194 123.63%);
	position: relative;
	width: 322px;
	max-width: 100%;
	padding: 40px 30px 310px;
}

.quiz-info:before {
	content: '';
	position: absolute;
	left: 40px;
	width: 174px;
	height: 87px;
	top: -87px;
	pointer-events: none;
	background: url(../img/doc.png) no-repeat center bottom;
}

.quiz-info__title {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

.quiz-info__image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.quiz-block {
	width: calc(100% - 322px);
	border-radius: 0px 12px 12px 0px;
	background: #FFF;
	-webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
	padding: 32px 28px;
	position: relative;
	overflow: hidden;
}

.quiz-block__nums {
	background: #F8F8F8;
	position: relative;
	height: 24px;
	margin: 0 0 15px;
}

.quiz-block__nums span {
	border-radius: 50px;
	background: #B2FFBA;
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
	width: 20%;
	padding: 0 10px;
	color: #434343;
	-webkit-transition: .3s width;
	-o-transition: .3s width;
	transition: .3s width;
}

.quiz-block__nums span.step_1 {
	width: 20%;
	-webkit-transition: .5s width;
	-o-transition: .5s width;
	transition: .5s width;
}

.quiz-block__nums span.step_2 {
	width: 40%;
	-webkit-transition: .5s width;
	-o-transition: .5s width;
	transition: .5s width;
}

.quiz-block__nums span.step_3 {
	width: 60%;
	-webkit-transition: .5s width;
	-o-transition: .5s width;
	transition: .5s width;
}

.quiz-block__nums span.step_4 {
	width: 80%;
	-webkit-transition: .5s width;
	-o-transition: .5s width;
	transition: .5s width;
}

.quiz-block__nums span.step_5 {
	width: 100%;
	-webkit-transition: .5s width;
	-o-transition: .5s width;
	transition: .5s width;
}

.quiz-block__question {
	color: #3C3C3A;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	margin: 0 0 20px;
}

.quiz-block__answers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 0 22px;
}

.quiz-block__answer {
	width: calc(100%/2 - 15px/2);
	margin: 0 15px 15px 0;
}

.quiz-block__answer:nth-child(2n) {
	margin-right: 0;
}

.quiz-block__answer input {
	display: none;
}

.quiz-block__answer label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    border: 2px solid #F0EFEF;
    background: #F0EFEF;
    width: 100%;
    cursor: pointer;
    padding: 0;
    margin: 0;
    overflow: hidden;
	min-height: 63px;
}

.quiz-block__answer label span {
	padding: 8px 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.quiz-block__answer label img {
	width: 88px;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.quiz-block__answer input:checked + label {
	border-color: #5EA7FF;
}

.quiz-block__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.quiz-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ffffff89;
    z-index: 10;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
    -webkit-backdrop-filter: blur(21px);
            backdrop-filter: blur(21px);
}

.quiz-loader__title {
    font-weight: 400;
    display: block;
    font-size: 20px;
    margin: 0 0 12px;
}

.quiz-loader__subtitle {
    color: #777;
    margin: 0 0 12px;
}

.progress-line {
    width: 300px;
    max-width: 100%;
}

.progressbar {
    position: relative;
    border-radius: 30px !important;
    overflow: hidden;
    height: 22px;
}

.proggress {
    position: absolute;
    left: 0;
    top: 0;
    background: #5c92b9 !important;
    height: 22px !important;
}

.percentCount {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    color: #FFF;
    height: 22px;
    line-height: 22px;
    text-shadow: 1px 1px #777;
}

.btn-small {
	font-size: 14px;
	padding: 12px 20px;
	text-transform: none;
}

.btn-small:after {
	display: none;
}

.present {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: auto;
	font-size: 13px;
	color: #434343;
}

.present img {
	margin-right: 11px;
}

.quiz-block__sale {
    color: #777;
    margin: 0 0 14px;
}

.quiz-block__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 330px;
    max-width: 100%;
}

.form__group {
    margin: 0 0 12px;
}

.form__group-input {
	font-family: 'Arial';
    height: 100%;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #CCC;
    font-size: 18px;
    padding: 0 12px;
    height: 60px;
}

.form__politic {
    font-size: 12px;
    margin: 14px 0 0;
    line-height: 140%;
    color: #7f7f7f;
}

.form__politic a {
    color: #7f7f7f;
    border-bottom: 1px dashed #CCC;
}

.btn-control {
    border: none;
    padding: 20px 32px;
    font-size: 16px;
    width: 100%;
}

.btn-control:after {
    display: none;
}

footer {
	background: #F6F6F6;
	padding: 24px 0;
}

.footer__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
}

.footer__block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 0 12px;
}

.footer__block ul li {
	color: #777;
	margin-right: 12px;
	font-size: 13px;
}

.footer__block ul li:last-child {
	margin-right: 0;
}

.footer__block ul li a {
	color: #777;
	border-bottom: 1px solid #CCC;
}

.footer__text {
    margin: 24px 0 0;
    text-align: center;
    font-size: 12px;
    color: #797979;
    border: 1px solid #CCC;
    padding: 12px 22px;
    background: #eee;
}

.footer__text b {
    display: block;
    margin: 0 0 8px;
}

.footer__text span {
    display: block;
}

.modal {
    display: none;
    width: 400px;
    max-width: 92%;
    text-align: center;
    font-size: 18px;
    line-height: 140%;
    padding: 20px 30px;
    border-radius: 14px;
}
.g-recaptcha {
    padding: 15px 0;
}
.recaptcha-error {
    font-size: 18px;
    color: red;
    width: 100%;
}