.main {
	background-image: url('/images/main.jpg');
	background-size: cover;
	width: 100%;
	height: 1220px;
	background-position: center;
	background-repeat: no-repeat;
}

.container {
	max-width: 1225px;
	margin: 0 auto;
}

.header {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header__logo {
	margin-right: 50px;
	padding-top: 20px;
	max-width: 145px;
}

.header-address img,
.header-callback img {
	margin-right: 15px;
	width: 36px;
	height: 36px;
}
.header-address-wrap span,
.header-callback span {
	font-family: 'VelaSans-Regular';
	font-size: 14px;
}
.header-address {
	margin-right: 45px;
}

.header-address,
.header-callback {
	display: flex;
}

.header-address__text {
	margin-top: 5px;
}

.header-address__street,
.header-callback__phone a {
	font-size: 18px;
	font-family: 'VelaSans-Medium';
	color: #333;
	text-decoration: none;
}

.header-dot {
	margin-right: 8px;
	width: 4px;
	height: 4px;
	border-radius: 100px;
	background-color: #4B98FF;
	display: inline-block;
	position: relative;
	top: -3px;
}

.main-title {
	font-size: 75px;
	font-family: 'Bebas Neue Pro';
	font-weight: 700;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	line-height: 110%;
	background: linear-gradient(91deg, rgba(51, 51, 51, 0.37) -10.47%, #333 18.05%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-subtitle {
	border-radius: 20px;
	border: 5px solid #4B98FF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.50);
	font-size: 55px;
	font-family: 'Bebas Neue Pro';
	font-weight: 700;
	max-width: 320px;
	text-align: center;
	padding: 12px 0px 16px 0px;
	margin-top: 35px;
	background: linear-gradient(91deg, rgba(51, 51, 51, 0.37) -10.47%, #333 18.05%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-subtext {
	margin-top: 20px;
	font-family: 'VelaSans-Regular';
	font-size: 23px;
}

.main-subtext span {
	position: relative;
	top: 2px;
	padding-left: 9px;
}

.main-deals-1 {
	border-radius: 24.035px;
	background: linear-gradient(138deg, #3A86EE -147.99%, #FFF 136.69%);
	width: 260.781px;
	height: 102.149px;
	display: flex;
	align-items: center;
}

.main-deals-2 {
	width: 260.781px;
	height: 102.149px;
	border-radius: 24.035px;
	background: linear-gradient(138deg, #3A86EE -147.99%, #FFF 136.69%);
	display: flex;
	align-items: center;
}

.main-deals {
	display: flex;
	margin-top: 25px;
}

.main-deals-1 img,
.main-deals-2 img {
	border-radius: 24.035px;
	margin: 0 0 0 12px;
	width: 78.114px;
	height: 78.114px;
}

.main-deals-1 {
	margin-right: 26px;
}

.main-deals-text {
	color: #333;
	font-family: 'VelaSans-Medium';
	font-size: 14.421px;
	line-height: 140%;
	margin-left: 18px;
}

.main-deals-price {
	font-size: 16.825px;
	color: #333;
	font-family: 'VelaSans-Bold';
}

.main-calculate__button {
	color: #615804;
	text-align: center;
	font-family: 'VelaSans-ExtraBold';
	font-size: 14px;
	line-height: 170%;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	border-radius: 84px;
	background: linear-gradient(97deg, #FFEE5C 17.57%, #FCDC31 52.73%, #FFEE5C 80.91%);
	box-shadow: 0px 0px 61px 0px rgba(255, 255, 255, 0.55) inset, 0px 7px 12px 0px rgba(172, 161, 51, 0.50);
	text-decoration: none;
	display: block;
	width: 411px;
	padding: 32px 0;
	margin-top: 15px;
	position: relative;
}
.main-calculate__button:hover {
	top:5px;
	left: 5px;
}

.main-calculate {
	display: flex;
	align-items: center;
}

.main-calculate-gift,
.main-calculate-text {
	color: #333;
	font-family: 'VelaSans-Medium';
	font-size: 15px;
	line-height: 140%;
}

.main-calculate-gift img {
	margin: 0 -20px 0 -20px;
}

.main-wrap {
	display: flex;
	margin-top: 30px;
}

.main-benefits {
	margin-left: -50px;
    margin-top: 30px;
    text-align: center;
    max-width: 100px;
}
.main-b-1,
.main-b-2 {
	margin-bottom: 15px;
}

.main-b-text {
	margin-top: 6px;
}

.main-b-text {
	font-family: 'VelaSans-Medium';
	font-size: 11px;
	color: #333;
	line-height: 140%;
}

.main-b-text div {
	font-family: 'VelaSans-Regular';
}

.main-doctor {
	width: 305px;
	height: 89px;
	border-radius: 20px;
	background: linear-gradient(138deg, #C5DDFF -147.99%, #FFF 136.69%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 170px;
    margin-left: 26.5px;
}

.main-doctor-name {
	color: #333;
	font-family: 'VelaSans-Medium';
	font-size: 16px;
	line-height: 140%;
}

.main-doctor-prof {
	color: #333;
	font-family: 'VelaSans-Regular';
	font-size: 14px;
	line-height: 140%;
}

.quiz-section {
	margin-top: 200px;
	padding-bottom: 100px;
}

#quiz-title,
.quiz-title {
	font-family: 'Bebas Neue Pro';
	font-size: 47px;
	font-weight: 700;
	line-height: 110%;
	background: linear-gradient(91deg, rgba(51, 51, 51, 0.37) -10.47%, #333 18.05%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 100%;
}
.quiz-final-mobile .quiz-title {
	font-size: 60px;
}
.quiz-steps-section {
	margin-top: 20px;
	display: flex;
}
.quiz-step {
	width: 75px;
	height: 75px;
	background: linear-gradient(180deg, #4B98FF 4.4%, #186ADA 100%);
	opacity: 0.3;
	opacity: 0.3;
	border-radius: 100px;
	margin-right: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
	color: #fff;
	text-align: center;
	font-family: 'VelaSans-Bold';
	font-size: 17px;
	line-height: 120%;
}
.quiz-step.active {
	opacity: 1;
}
.quiz-box {
	margin-top: 50px;
}
.quiz-question {
	color: #333;
	font-family: 'VelaSans-SemiBold';
	font-size: 35px;
	line-height: 140%;
}
.answers {
	margin-top: 105px;
	display: flex;
}
.answers .answer {
	background: linear-gradient(142deg, #3A86EE -66.24%, #FFF 138.54%);
	width: 259px;
	height: 188px;
	border-radius: 20px;
	margin-right: 20px;
}
.answers input {
	display: none;
}
label {
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
	text-align: center;
	color: #333;
	font-family: 'VelaSans-Medium';
	font-size: 20px;
	line-height: 140%
}
.answer-img {
	background: #fff;
    border-radius: 100px;
    width: 127px;
    height: 127px;
    border: 0.896px solid #82B2F5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: -65px;
    top: -65px;
}
.answer-img::after {
    content: '';
	width: 54px;
	height: 54px;
    display: block;
    position: absolute;
    border: 0.896px solid #82B2F5;
    top: 100px;
    border-radius: 100px;
	background: #fff;
}

.answers .answer input:checked + label .answer-img::after {
	background: url('/images/check.svg') no-repeat center center #fff;
}
.quiz-docblock {
	width: 370px;
	height: 580px;
	border-radius: 20px;
	background: linear-gradient(142deg, #3A86EE -66.24%, #FFF 138.54%);
	position: relative;
}
.quiz-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.quiz-docimg {
    position: absolute;
    bottom: 0px;
    left: 10px;
    border-radius: 11px;
}
.quiz-doctext {
	color: #333;
	font-family: 'VelaSans-Medium';
	font-size: 17px;
	line-height: 140%;
	padding: 20px 40px 0 40px;
	height: 250px;
    min-height: 250px;
}
.quiz-docname {
	font-size: 14px;
}
.quiz-doctext span {
	color: #333;
	font-family: 'VelaSans-Regular';
	font-size: 14px;
	line-height: 140%;
}
.quiz-bottom {
    display: flex;
    align-items: center;
}
.quiz-next {
	border-radius: 84px;
	background: linear-gradient(97deg, #FFEE5C 17.57%, #FCDC31 52.73%, #FFEE5C 80.91%);
	box-shadow: 0px 0px 61px 0px rgba(255, 255, 255, 0.55) inset, 0px 7px 12px 0px rgba(172, 161, 51, 0.50);
	color: #615804;
	text-align: center;
	font-family: 'VelaSans-ExtraBold';
	font-size: 12px;
	line-height: 170%;
	letter-spacing: 0.96px;
	text-transform: uppercase;
    position: relative;
    padding: 40px 65px;
	border: none;
	cursor: pointer;
}
.quiz-next::after {
    content: '';
    display: block;
    position: absolute;
    background: url('/images/arrow-right.svg');
	width: 7px;
    height: 12px;
    right: 50px;
    top: 50%;
    transform: translate(0, -50%);
    background-size: cover;
    background-position: center;
	cursor: pointer;
}
.quiz-bottom-text {
	width: 180px;
	color: #333;
	font-family: 'VelaSans-Medium';
	font-size: 12px;
	line-height: 140%;
}
.type-2 .answer {
	position: relative;
}
.type-2 label::before {
	content: '';
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    border: 0.896px solid #82B2F5;
    top: 50%;
    border-radius: 100px;
    background: #fff;
    transform: translate(-50%, -50%);
    left: 50%;
}
.type-2 label {
	position: relative;
}
.type-2 label span {
    position: relative;
    top: 130px;
}
.answers .answer input:checked + label::before {
    background: url('/images/check.svg') no-repeat center center #fff;
}
.quiz-prev {
	color: #81B2F5;
	text-align: center;
	font-family: 'VelaSans-ExtraBold';
	font-size: 12px;
	line-height: 170%;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	padding: 38px 75px 38px 95px;
	border: 3px solid #81B2F5;
	border-radius: 84px;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
	display: none;
}
.quiz-prev:hover {
	top: 5px;
	left: 5px;
}
.quiz-prev::after {
	content: '';
    display: block;
    position: absolute;
    background: url('/images/arrow-prev.svg');
	width: 15px;
    height: 10px;
    top: 50%;
    transform: translate(0, -50%);
    background-size: cover;
    background-position: center;
    cursor: pointer;
    left: 74px;
}
.answers.type-2.type-3 .answer {
	width: 200px;
	font-size: 18px;
}
.answers.type-2.type-3 .answer:not(:last-child) {
	margin-right: 15px;
}
.answers.type-2.type-3 .answer:last-child {
	margin-right: 0;
}
.quiz-final-gift {
    display: flex;
    align-items: center;
}
.quiz-final-gift span {
	max-width: 395px;
	color: #333;
	font-family: 'VelaSans-Medium';
	font-size: 20px;
	line-height: 140%;
}
.quiz-middle .quiz-item:not(:first-child),
.quiz-final {
	display: none;
}
.quiz-middle {
	min-height: 350px;
	height: 350px;
	overflow: hidden;
}
.quiz-calculate {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.quiz-calculate-title {
	color: #333;
	font-family: 'VelaSans-SemiBold';
	font-size: 35px;
	line-height: 140%;
}
.quiz-calculate-line {
    max-width: 1130px;
    width: 100%;
    background: #F7F7F7;
    height: 42px;
    border-radius: 64px;
    margin-top: 40px;
}
#quiz-percent-count {
	margin-top: 30px;
	color: #333;
	font-family: 'VelaSans-SemiBold';
	font-size: 35px;
	line-height: 140%;
}
.quiz-calculate-line span {
    height: 42px;
	border-radius: 64px;
	background: linear-gradient(180deg, #4B98FF 4.4%, #186ADA 100%);
	width: 5%;
	display: inline-block;
}
.quiz-calculate .click {
	width: 50px;
	height: 50px;
	background: #000;
}
.quiz-navigation {
	display: flex;
    align-items: center;
}
.quiz-item {
	width: 843px;
}
.quiz-bottom-final input[type="tel"] {
    border-radius: 100px;
    border: 1px solid #000;
    background: #FFF;
    width: 380px;
    height: 100px;
    padding: 0 0px 0 40px;
	color: #939393;
	font-family: 'VelaSans-Medium';
	font-size: 15px;
	line-height: 140%;
	margin-right: 20px;
}
.quiz-bottom-submit {
	width: 380px;
	height: 100px;
	border-radius: 100px;
	background: linear-gradient(97deg, #FFEE5C 17.57%, #FCDC31 52.73%, #FFEE5C 80.91%);
	box-shadow: 0px 7px 12px 0px rgba(172, 161, 51, 0.50), 0px 0px 61px 0px rgba(255, 255, 255, 0.55) inset;
	outline: none;
	border: none;
	font-family: 'VelaSans-SemiBold';
	color: #615804;
	text-align: center;
	font-size: 18px;
	line-height: 140%;
	cursor: pointer;
	position: relative;
}
.quiz-bottom-submit:hover {
	top:5px;
	left: 5px;
}
.quiz-bottom-final {
    display: flex;
    align-items: center;
}
.quiz-bottom-final {
	display: none;
	position: relative;
}
.quiz-bottom-thx {
	display: none;
	font-family: 'Bebas Neue Pro';
	font-size: 47px;
	font-weight: 700;
	line-height: 110%;
	background: linear-gradient(91deg, rgba(51, 51, 51, 0.37) -10.47%, #333 18.05%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 100%;
}
.quiz-bottom-final .policy-block {
    max-width: 380px;
	display: flex;
    position: absolute;
    right: 0;
    margin-top: 10px;
}
.quiz-bottom-final .policy-block label {
	color: #333;
	font-family: 'VelaSans-SemiBold';
	font-size: 14px;
	line-height: 140%;
}
.quiz-bottom-final .policy-block a {
	color: #333;
}
.quiz-bottom-final .policy-block label::before {
    content: '';
    display: block;
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 3px;
	left: -25px;
}
.quiz-bottom-final .policy-block input:checked + label::before {
    background: url('/images/checked.svg') no-repeat center center #000;
}
.policy-block input {
    display: none;
}
#callback-popup {
	border-radius: 30px;
    width: 100%;
    background: #B8D4F9;
    background-position: 150px 150px;
    background-size: 600px;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}
.popup-title {
	text-align: center;
	font-family: 'Bebas Neue Pro';
	font-size: 60px;
	line-height: 110%;
	background: linear-gradient(91deg, rgba(51, 51, 51, 0.37) -10.47%, #333 18.05%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 35px;
}
.popup-subtitle {
	font-family: 'VelaSans-Medium';
	color: #333;
	text-align: center;
	font-size: 27px;
	line-height: 140%;
	margin-top: 25px;
}

#callback-popup button.f-button.is-close-btn {
	background: #E4142A;
	margin: 30px 30px 0 0;
	border: none;
	opacity: 1;
    top: 0px;
    outline: none;
	border-radius: 100px;
}
label.wa {
	color: #333;
	font-family: 'VelaSans-Medium';
	font-size: 18px;
	line-height: 140%;
	border-radius: 20px;
	border: 1px solid #868686;
	background: #FFF;
	max-width: 238px;
	width: 100%;
	height: 84px;
	display: flex;
    justify-content: left;
    align-items: center;
	padding: 17px 30px;
	text-align: left;
}
label.wa:after {
	content: '';
	display: block;
	width: 52px;
	height: 53px;
	background-image: url('/images/wa.svg');
	margin-left: 12px;
}
label.sms {
	color: #333;
	font-family: 'VelaSans-Medium';
	font-size: 15px;
	line-height: 140%;
	width: 133px;
	height: 84px;
	border-radius: 20px;
	border: 1px solid #868686;
	background: #FFF;
	display: flex;
	text-align: left;
	align-items: center;
	padding: 21px 0 21px 27px;
}
.callback-labels input:checked + label {
	background: #333;
	color: #fff;
	border-color: #fff;
}
.callback-labels input {
	display: none;
}
.callback-labels {
    display: flex;
	margin-top: 35px;
}
.callback-labels .wa {
	margin-right: 10px;
}
.callback-form-tel {
	border-radius: 100px;
	background: #FFF;
	width: 380px;
	height: 100px;
	margin-top: 20px;
	border: none;
	outline: none;
	padding: 40px 0 40px 40px;
	color: #939393;
	font-family: 'VelaSans-Medium';
	font-size: 15px;
	line-height: 140%;
}
.callback-form-submit {
	border-radius: 100px;
	background: linear-gradient(97deg, #FFEE5C 17.57%, #FCDC31 52.73%, #FFEE5C 80.91%);
	box-shadow: 0px 7px 12px 0px rgba(172, 161, 51, 0.50), 0px 0px 61px 0px rgba(255, 255, 255, 0.55) inset;
	max-width: 380px;
	width: 100%;
	height: 100px;
	outline: none;
	border: none;
	margin-top: 20px;
	color: #615804;
	font-family: 'VelaSans-SemiBold';
	font-size: 18px;
	line-height: 140%;
	position: relative;
	cursor: pointer;
}
.form-wrapper {
	z-index: 2;
	position: relative;
}
#callback-form img {
	z-index: 1;
    position: absolute;
    bottom: 0;
    right: -45px;
}
.form-wrapper .policy-block {
    max-width: 380px;
	display: flex;
    position: absolute;
    left: 35px;
    margin-top: 10px;
}
.form-wrapper .policy-block label {
	color: #333;
	font-family: 'VelaSans-SemiBold';
	font-size: 14px;
	line-height: 140%;
}
.form-wrapper .policy-block a {
	color: #333;
}
.form-wrapper .policy-block label::before {
    content: '';
    display: block;
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 3px;
	left: -25px;
}
.form-wrapper .policy-block input:checked + label::before {
    background: url('/images/checked.svg') no-repeat center center #000;
}
.callback-form-submit:hover {
	top:5px;
	left: 5px;
}
.callback-form-thx {
	display: none;
	text-align: center;
	font-family: 'Bebas Neue Pro';
	font-size: 60px;
	line-height: 110%;
	background: linear-gradient(91deg, rgba(51, 51, 51, 0.37) -10.47%, #333 18.05%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 35px;
	z-index: 2;
    position: relative;
}
.callback-titles {
	position: relative;
	z-index: 2;
}
.header-mobile-wrap {
    display: flex;
}
.main-calculate-text-mobile {
	display: none;
}
.main-img-mobile {
	display: none;
}
.quiz-bottom-mobile {
	display: none;
}
.copyright-block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    font-family: 'VelaSans-Medium';
	line-height: 1.5;
}
.quiz-final-mobile #quiz-title {
	font-size: 55px;
}
.quiz-final-mobile .quiz-steps-section {
	padding: 30px 0;
}