@charset "UTF-8";

@font-face {
	font-family: Manrope;
	font-display: swap;
	src: url("../fonts/Manrope-Medium.d4107854bb98.woff2") format("woff2"), url("../fonts/Manrope-Medium.a5fc6d703839.woff") format("woff");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: Manrope;
	font-display: swap;
	src: url("../fonts/Manrope-Bold.37e6ce328dac.woff2") format("woff2"), url("../fonts/Manrope-Bold.33faf9530582.woff") format("woff");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: GuberniaTygra;
	font-display: swap;
	src: url("../fonts/GuberniaTygra.41d1994a9afa.woff2") format("woff2"), url("../fonts/GuberniaTygra.48e48f9ac2df.woff") format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Manrope;
	font-display: swap;
	src: url("../fonts/Manrope-SemiBold.eef58eac7b7b.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.cbc71bcbed71.woff") format("woff");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: Manrope;
	font-display: swap;
	src: url("../fonts/Manrope-Regular.6ef1a29e9c15.woff2") format("woff2"), url("../fonts/Manrope-Regular.a2becbd822f0.woff") format("woff");
	font-weight: 400;
	font-style: normal
}

* {
	padding: 0;
	margin: 0;
	border: 0
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body,
html {
	height: 100%;
	min-width: 320px
}

body {
	color: #1c1c1c;
	line-height: 1;
	font-family: Manrope;
	font-size: 1rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
	font-family: Manrope;
	font-size: inherit
}

button {
	cursor: pointer;
	color: inherit;
	background-color: inherit
}

a {
	color: inherit
}

a:link,
a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

ul li {
	list-style: none
}

img {
	vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit
}

.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

.wrapper>main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.wrapper>* {
	min-width: 0
}

[class*=__container] {
	max-width: 79.75rem;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 1rem
}

.fancybox__container {
	max-width: 100%
}

.standart-style h1 {
	font-size: 2em
}

.standart-style h2 {
	font-size: 1.5em
}

.standart-style h3 {
	font-size: 1.17em
}

.standart-style h5 {
	font-size: .83em
}

.standart-style h6 {
	font-size: .75em
}

.standart-style h1,
.standart-style h2,
.standart-style h3,
.standart-style h4,
.standart-style h5,
.standart-style h6 {
	font-weight: bolder;
	margin-bottom: 10px;
	line-height: 1.4
}

.standart-style hr {
	margin: 10px 0
}

.standart-style p {
	margin-bottom: 10px;
	font-size: inherit;
	line-height: 1.4
}

.standart-style ul {
	list-style-type: disc;
	list-style-position: inside
}

.standart-style ol {
	list-style-type: decimal;
	list-style-position: inside
}

.standart-style ol ul,
.standart-style ul ul {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 15px
}

.standart-style ol ol,
.standart-style ul ol {
	list-style-type: lower-latin;
	list-style-position: inside;
	margin-left: 15px
}

.standart-style ul li {
	list-style: unset
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0
}

textarea {
	resize: none;
	padding: 0 0
}

div {
	-webkit-tap-highlight-color: transparent
}

.d-none {
	display: none !important
}

.home-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 32px;
	border-radius: 8px;
	background-color: #b43e41;
	cursor: pointer;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #fff
}

.section {
	padding-top: 160px;
	padding-bottom: 160px
}

.section-title {
	font-size: 52px;
	font-weight: 600;
	line-height: 56px
}

.desc-animation {
	display: none
}

.desc-animation__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin-top: 1rem;
}

.desc-animation__cards::-webkit-scrollbar {
	width: 0 !important;
	display: none
}

.desc-animation__card {
	width: 28px;
	height: 40px;
	background: #ececec;
	border-radius: 4px;
	margin-right: 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.desc-animation__card:last-child {
	margin-right: 0
}

.desc-animation__icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 4px;
	z-index: 1;
	pointer-events: none;
	width: 16px;
	height: 16px
}

.desc-animation__icon img {
	width: 100%;
	height: 100%
}

.header {
	background-color: #1c1c1c;
	padding: 24px 0 20px
}

.header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header__logo {
	width: 144px;
	height: 44px;
	display: block;
	margin-top: 12px
}

.header__logo img {
	width: 100%;
	height: 100%
}

.header__text {
	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;
	margin-top: 18px;
	margin-right: auto;
	margin-left: 180px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #fff
}

.header__text span {
	color: #ffcf88
}

.header__text-left {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #fff
}

.header__consultation-btn {
	width: 231px;
	height: 52px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	border: 2px solid #ffcf88;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	color: #ffcf88;
	-webkit-transition: background .2s ease-out, color .2s ease-out;
	-o-transition: background .2s ease-out, color .2s ease-out;
	transition: background .2s ease-out, color .2s ease-out
}

.hero {
	background-color: #0f0f0f;
	overflow: hidden
}

.hero__content {
	min-height: 852px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.hero__helped {
	border: 2px solid #1c1c1c;
	background: #0f0f0f;
	padding: 16px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-radius: 12px;
	margin-bottom: 20px;
	position: relative;
	z-index: 2
}

.hero__helped-avatars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.hero__helped-avatar {
	width: 36px;
	height: 36px;
	border: 2px solid #0f0f0f;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	border-radius: 50%
}

.hero__helped-avatar img {
	width: 100%;
	height: 100%
}

.hero__helped-avatar:nth-child(1) {
	border: none;
	z-index: 1
}

.hero__helped-avatar:nth-child(2) {
	margin-left: -10px;
	z-index: 2
}

.hero__helped-avatar:nth-child(3) {
	margin-left: -10px;
	z-index: 3
}

.hero__helped-avatar:nth-child(4) {
	margin-left: -10px;
	z-index: 4
}

.hero__helped-text {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin-left: 18px
}

.hero__helped-text span {
	font-weight: 700;
	color: #ffcf88
}

.hero__title {
	font-size: 56px;
	line-height: 60px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 40px;
	position: relative;
	z-index: 2
}

.hero__title span {
	color: #ffcf88
}

.hero__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 48px;
	position: relative;
	z-index: 2
}

.hero__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: 24px
}

.hero__list-icon {
	width: 20px;
	height: 20px;
	margin-right: 12px
}

.hero__list-icon img {
	width: 100%;
	height: 100%
}

.hero__list-text {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500
}

.hero__order-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	z-index: 2
}

.hero__info-text {
	width: 100%;
	max-width: 225px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-left: 40px
}

.hero__info-text span {
	font-weight: 700;
	color: #ffcf88;
	display: inline-block
}

.hero__main-img {
	position: absolute;
	width: 55.722%;
	bottom: 0;
	right: -182px;
	z-index: 1
}

.hero__main-img img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.hero__succes {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 4rem;
}

.hero__succes .text {
	width: calc(50% - 2rem);
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}

.hero__succes .text .hero__btn {
	margin-top: 32px;
	background-color: #40b2db;
	display: flex;
	gap: 1rem;
}

.hero__succes .text .hero__btn img {
	width: 26px;
}

.hero__succes .image {
	width: calc(50% - 2rem);

}

.hero__succes .image img {
	width: 100%;
	border-radius: 24px;
}

.order-consultation {
	background-color: #b43e41
}

.order-consultation__title {
	text-align: center;
	margin-bottom: 28px;
	width: 100%;
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
	color: #fff
}

.order-consultation__title span {
	color: #ffcf88;
	display: inline-block
}

.order-consultation__title2 {
	text-align: center;
	margin-bottom: 28px;
	width: 100%;
	max-width: 866px;
	margin-left: auto;
	margin-right: auto;
	color: #fff
}

.order-consultation__title2 span {
	color: #ffcf88;
	display: inline-block
}

.order-consultation__subtitle {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #fff
}

.order-consultation__subtitle2 {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #fff
}

.order-consultation__wrapper {
	margin-top: 68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.order-consultation__left {
	width: calc(100% - 324px)
}

.order-consultation__right {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-left: 20px;
	width: 100%;
	max-width: 304px;
	background-color: #ffcf88;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	padding: 40px
}

.order-consultation__right-body {
	text-align: center
}

.order-consultation__avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	background: #746767;
}

.order-consultation__avatar img {
	width: 100%;
	height: auto
}

.order-consultation__right-title {
	font-size: 24px;
	line-height: 28px;
	margin-top: 24px;
	font-weight: 600
}

.order-consultation__right-badge {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
	border-radius: 4px;
	background-color: #1c1c1c;
	margin-left: auto;
	margin-right: auto;
	width: 164px;
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 12px
}

.order-consultation__right-text {
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
	max-width: 224px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500
}

.consultation__bonus {
	margin-top: 60px
}

.quiz {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: #fff;
	padding: 60px;
	width: 100%;
	height: 556px;
	border-radius: 20px;
	overflow: hidden;
	position: relative
}

.quiz-feedback {
	margin-top: auto;
	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;
	background-color: #ffcf88;
	border-radius: 12px;
	padding: 18px;
	width: 100%
}

.quiz-feedback.hide {
	display: none
}

.quiz-feedback__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.quiz-feedback__avatar {
	width: 36px;
	height: 36px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #ffcf88;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.quiz-feedback__avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.quiz-feedback__avatar:nth-child(1) {
	border: none
}

.quiz-feedback__avatar:nth-child(2) {
	margin-left: -10px;
	z-index: 2
}

.quiz-feedback__avatar:nth-child(3) {
	margin-left: -10px;
	z-index: 3
}

.quiz-feedback__avatar:nth-child(4) {
	margin-left: -10px;
	z-index: 4
}

.quiz-feedback__right {
	margin-left: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500
}

.quiz-feedback__right span {
	color: #b43e41;
	font-weight: 700
}

.quiz-counter {
	position: relative !important;
	z-index: 15;
	bottom: auto !important;
	top: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px;
	height: 36px;
	width: 100%
}

.quiz-counter__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid #4caf50;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #4caf50;
	position: relative;
	margin-left: 36px;
	cursor: pointer;
	-webkit-transition: border .2s ease-out, color .2s ease-out;
	-o-transition: border .2s ease-out, color .2s ease-out;
	transition: border .2s ease-out, color .2s ease-out
}

.quiz-counter__item:first-child {
	margin-left: 0
}

.quiz-counter__item:first-child:before {
	display: none
}

.quiz-counter__item:last-child {
	display: none
}

.quiz-counter__item:before {
	content: "";
	width: 36px;
	height: 2px;
	background-color: #4caf50;
	position: absolute;
	left: -2px;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out
}

.quiz-counter__item.noactive {
	color: #d8d8d8;
	border-color: #d8d8d8;
	pointer-events: none !important
}

.quiz-counter__item.noactive:before {
	background-color: #d8d8d8
}

.quiz-counter__item.active {
	color: #4caf50;
	border-color: #4caf50
}

.quiz-counter__item.active:before {
	background-color: #4caf50
}

.quiz-arrows {
	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;
	position: absolute;
	right: 60px;
	top: 128px;
	z-index: 15
}

.quiz-arrows.hide {
	display: none
}

.quiz__arrow {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	-webkit-transition: color .2s ease-out, opacity .2s ease-out;
	-o-transition: color .2s ease-out, opacity .2s ease-out;
	transition: color .2s ease-out, opacity .2s ease-out;
	color: #1c1c1c;
	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;
	background-color: #ececec;
	cursor: pointer
}

.quiz__arrow.swiper-button-disabled {
	color: #fff;
	opacity: 1 !important;
	pointer-events: none
}

.quiz__arrow-next {
	margin-left: 16px
}

.quiz__arrow-next.noactive {
	color: #fff;
	pointer-events: none !important
}

.quiz__sleder-wrapper {
	max-width: 100%
}

.quiz-slide {
	background-color: #fff
}

.quiz-slide.swiper-slide-visible {
	z-index: 10
}

.quiz-slide__title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	background-color: #fff;
	width: calc(100% - 110px)
}

.quiz-slide__items {
	margin-top: 40px;
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	row-gap: 20px
}

.quiz-slide__item {
	width: calc(50% - 10px);
	position: relative;
	overflow: hidden
}

.quiz-slide__item input {
	position: absolute;
	z-index: -1;
	visibility: hidden
}

.quiz-slide__item input:checked+.quiz-slide__item-body {
	background-color: #4caf50;
	color: #fff;
	border-color: #4caf50
}

.quiz-slide__item input:checked+.quiz-slide__item-body .quiz-slide__item-icon {
	background-color: #fff;
	color: #4caf50
}

.quiz-slide__item-body {
	width: 100%;
	height: 68px;
	border-radius: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	cursor: pointer;
	border: 2px solid #d8d8d8;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	-webkit-transition: border .2s ease-out, background .2s ease-out;
	-o-transition: border .2s ease-out, background .2s ease-out;
	transition: border .2s ease-out, background .2s ease-out
}

.quiz-slide__item-icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #d8d8d8;
	color: #fff;
	margin-left: 24px;
	margin-right: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: color .2s ease-out, background .2s ease-out;
	-o-transition: color .2s ease-out, background .2s ease-out;
	transition: color .2s ease-out, background .2s ease-out
}

.quiz-slide__item-icon img,
.quiz-slide__item-icon svg {
	width: 12px;
	height: 12px
}

.quiz-slide__subtitle {
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
	font-weight: 500;
	color: #979797;
	max-width: 585px
}

.quiz-slide__input-wrapper {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.quiz-slide__input {
	width: calc(50% - 10px);
	border: 2px solid #ececec;
	border-radius: 8px;
	height: 68px;
	padding-left: 28px;
	font-size: 16px;
	line-height: 16px;
	-webkit-transition: border .2s ease-out;
	-o-transition: border .2s ease-out;
	transition: border .2s ease-out
}

.quiz-slide__input:focus {
	border-color: #1c1c1c
}

.quiz-slide__input::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #979797
}

.quiz-slide__input::-moz-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #979797
}

.quiz-slide__input:-ms-input-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #979797
}

.quiz-slide__input::-ms-input-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #979797
}

.quiz-slide__input::placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #979797
}

.quiz-slide__submit {
	width: 100%;
	color: #fff;
	margin-top: 40px;
	cursor: pointer;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
	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;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	border-radius: 8px;
	height: 68px;
	background-color: #b43e41;
	transition: background .2s ease-out;
	cursor: pointer
}

.quiz-slide__form-policy {
	text-align: center;
	margin-top: 20px;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	color: #979797;
	padding-bottom: 5px
}

.quiz-slide__form-policy a {
	display: inline-block;
	color: #b43e41;
	position: relative
}

.quiz-slide__form-policy a:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #e09a9c;
	position: absolute;
	left: 0;
	bottom: -4px;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}

.bonus {
	background-color: #ffcf88;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	padding: 68px 24px;
	text-align: center
}

.bonus__img-mobile {
	display: none
}

.bonus__img-left {
	width: 385.89px;
	height: 345.56px;
	position: absolute;
	bottom: -96.78px;
	left: -33.26px;
	z-index: 1
}

.bonus__img-left img {
	width: 100%;
	height: 100%
}

.bonus__badge {
	width: 216px;
	height: 32px;
	background-color: #b43e41;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #fff
}

.bonus__badge img {
	width: 20px;
	height: 20px;
	margin-right: 8px
}

.bonus__title {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	max-width: 675px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px
}

.bonus__title span {
	color: #b43e41
}

.bonus__subtitle {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px
}

.bonus__titmer {
	position: relative;
	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;
	margin: 36px auto;
	background-color: #b43e41;
	border-radius: 8px;
	font-size: 52px;
	line-height: 52px;
	width: 293px;
	height: 68px;
	font-weight: 600;
	color: #fff;
	margin-left: auto;
	margin-right: auto
}

.bonus__titmer .hour,
.bonus__titmer .min,
.bonus__titmer .sec {
	min-width: 66px
}

.bonus__timer-text {
	font-size: 16px;
	line-height: 16px;
	margin-top: 16px;
	font-weight: 500
}

.bonus__img-right {
	position: absolute;
	bottom: -96.78px;
	right: -33.26px;
	width: 385.89px;
	height: 345.56px;
	z-index: 1
}

.bonus__img-right img {
	width: 100%;
	height: 100%
}

.feedback {
	background-color: #0f0f0f
}

.feedback__title {
	text-align: center;
	color: #fff
}

.feedback__title span {
	color: #ffcf88
}

.feedback__subtitle-wrapper {
	position: relative;
	margin-top: 20px
}

.feedback__subtitle {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #fff
}

.feedback__subtitle br {
	display: none
}

.feedback__desc-animation {
	width: 46px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0
}

.feedback__desc-animation .desc-animation__card {
	background-color: #1c1c1c
}

.feedback__slider-warpper {
	margin-top: 68px;
	position: relative
}

.feedback__slider-warpper:after {
	content: "";
	width: 3200px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	pointer-events: none;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	background: -o-linear-gradient(left, rgba(15, 15, 15, 0) 0, #0f0f0f 320px, #0f0f0f 100%);
	background: linear-gradient(-270deg, rgba(15, 15, 15, 0) 0, #0f0f0f 320px, #0f0f0f 100%)
}

.feedback__slider-warpper:before {
	content: "";
	width: 3200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	pointer-events: none;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	background: -o-linear-gradient(right, rgba(15, 15, 15, 0) 0, #0f0f0f 320px, #0f0f0f 100%);
	background: linear-gradient(270deg, rgba(15, 15, 15, 0) 0, #0f0f0f 320px, #0f0f0f 100%)
}

.feedback-slider__arrow-prev {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background-color: #ffcf88;
	color: #1c1c1c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: -220px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.feedback-slider__arrow-prev.swiper-button-disabled {
	pointer-events: none;
	opacity: 0
}

.feedback-slider__arrow-next {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background-color: #ffcf88;
	color: #1c1c1c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: -225px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.feedback-slider__arrow-next.swiper-button-disabled {
	pointer-events: none;
	opacity: 0
}

.feedback-slider {
	overflow: visible !important
}

.feedback-item {
	background-color: #fff;
	border-radius: 16px;
	padding: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 60px
}

.feedback-item:first-child {
	margin-top: 0
}

.feedback-item__left {
	width: 100%;
	max-width: 784px
}

.feedback-item__video {
	width: 100%;
	height: 440px;
	position: relative;
	border-radius: 12px;
	overflow: hidden
}

.feedback-item__video-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 12px;
	overflow: hidden
}

.feedback-item__video-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.feedback-item__video-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 128px;
	height: 128px;
	border-radius: 50%;
	z-index: 5;
	cursor: pointer;
	color: #fff;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
	background-color: rgba(40, 40, 40, .3)
}

.feedback-item__video-btn img,
.feedback-item__video-btn svg {
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
	width: 24px;
	height: 24px
}

.feedback-item__right {
	margin-left: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 316px
}

.feedback-item__name {
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	color: #1c1c1c
}

.feedback-item__info {
	margin-top: 20px;
	border-radius: 6px;
	background-color: #b43e41;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: .02em;
	padding: 16px 24px
}

.feedback-item__number-doc {
	margin-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500
}

.feedback-item__number-doc span {
	color: #929498;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700
}

.feedback-item__docs-row {
	border-top: 1px solid #e4e4e4;
	margin-top: 24px;
	padding-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.feedback-item__docs-icon {
	width: 60px;
	height: 60px;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.feedback-item__docs-icon img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 37px;
	width: 26.16px;
	-webkit-filter: drop-shadow(0 0 4px rgba(28, 28, 28, .2));
	filter: drop-shadow(0 0 4px rgba(28, 28, 28, .2))
}

.feedback-item__emblem-icon {
	width: 60px;
	height: 60px;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.feedback-item__emblem-icon img {
	width: 34px;
	height: 32.77px
}

.feedback-item__docs-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #b43e41;
	position: relative;
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.feedback-item__docs-link span {
	display: inline-block;
	position: relative
}

.feedback-item__docs-link span:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #f4b3ab;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}

.social-proof {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #ffcf88;
	border-radius: 12px;
	padding: 20px 20px 20px 32px;
	width: 100%
}

.social-proof__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.social-proof__avatar {
	width: 44px;
	height: 44px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #ffcf88;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.social-proof__avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.social-proof__avatar:nth-child(1) {
	border: none
}

.social-proof__avatar:nth-child(2) {
	margin-left: -12px;
	z-index: 2
}

.social-proof__avatar:nth-child(3) {
	margin-left: -12px;
	z-index: 3
}

.social-proof__avatar:nth-child(4) {
	margin-left: -12px;
	z-index: 4
}

.social-proof__avatar:nth-child(5) {
	margin-left: -12px;
	z-index: 5
}

.social-proof__avatar:nth-child(6) {
	margin-left: -12px;
	z-index: 6
}

.social-proof__avatar:nth-child(7) {
	margin-left: -12px;
	z-index: 7
}

.social-proof__avatar:nth-child(8) {
	margin-left: -12px;
	z-index: 8
}

.social-proof__text {
	margin-left: 18px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500
}

.social-proof__text span {
	color: #b43e41;
	font-weight: 700
}

.social-proof__order-btn {
	margin-left: auto
}

.videos {
	background-color: #ffcf88
}

.videos__title {
	text-align: center
}

.videos__title span {
	color: #b43e41;
	display: inline-block
}

.videos__wrapper {
	margin-top: 68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.videos__left {
	width: calc(50% - 10px);
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.videos__video-title {
	border-radius: 12px;
	padding: 16px;
	background-color: #1c1c1c;
	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;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px
}

.videos__video-title svg {
	width: 20px;
	height: 20px;
	margin-left: 12px
}

.videos__video-wrapper {
	width: 100%;
	height: 344px;
	position: relative;
	overflow: hidden
}

.videos__video-name {
	position: absolute;
	z-index: 15;
	font-size: 44px;
	line-height: 48px;
	font-weight: 600;
	color: #fff;
	left: 40px;
	bottom: 40px
}

.videos__right {
	width: calc(50% - 10px);
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.videos__order-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 68px;
	width: 100%;
	max-width: 264px;
	margin-left: auto;
	margin-right: auto
}

.get-sale {
	background-color: #1c1c1c;
	padding: 80px 0 0
}

.get-sale__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #ffcf88;
	border-radius: 16px;
	padding: 18px 20px 18px 18px;
	width: 100%
}

.get-sale__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.get-sale__avatar {
	width: 52px;
	height: 52px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #ffcf88;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.get-sale__avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.get-sale__avatar:nth-child(1) {
	border: none
}

.get-sale__avatar:nth-child(2) {
	margin-left: -16px;
	z-index: 2
}

.get-sale__avatar:nth-child(3) {
	margin-left: -16px;
	z-index: 3
}

.get-sale__text {
	margin-left: 64px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700
}

.get-sale__text span {
	color: #b43e41;
	display: inline-block
}

.get-sale__order-btn {
	margin-left: auto;
	width: 184px;
	height: 52px;
	background-color: #b43e41;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	cursor: pointer;
	color: #fff;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out
}

.footer {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #1c1c1c
}

.footer__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer__col {
	width: 100%
}

.footer__col-1 {
	position: relative;
	max-width: 144px
}

.footer__logo {
	width: 144px;
	height: 44px
}

.footer__logo a {
	display: block;
	width: 100%;
	height: 100%
}

.footer__logo a img {
	width: 100%;
	height: 100%
}

.footer__yandex {
	margin-top: 16px;
	width: 100%;
	max-width: 144px
}

.yandex {
	background-color: #fff;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 10px
}

.yandex__logo {
	width: 40px;
	height: 40px
}

.yandex__logo svg {
	width: 100%;
	height: 100%
}

.yandex__num {
	font-size: 48px;
	line-height: 48px;
	font-weight: 600;
	margin-top: 6px;
	letter-spacing: -.08em
}

.yandex__stars {
	margin-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 4px;
	-moz-column-gap: 4px;
	column-gap: 4px
}

.yandex__stars svg {
	width: 14px;
	height: 14px
}

.yandex__text {
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	margin-top: 6px
}

.footer__col-2 {
	margin-left: 180px;
	max-width: 191px
}

.footer__col-title {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #fff
}

.footer__col-list {
	margin-top: 40px
}

.footer__col-list li {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #616161;
	margin-top: 24px
}

.footer__col-list li:first-of-type {
	margin-top: 0
}

.footer__col-list li a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.footer__col-3 {
	margin-left: 89px;
	max-width: 257px
}

.footer__col-4 {
	margin-left: auto;
	max-width: 293px
}

.footer__address {
	font-size: 16px;
	line-height: 24px;
	color: #616161;
	font-weight: 500;

	margin-top: 36px
}

.footer__address a {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	margin-left: 4px;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.footer__contacts-wrapper {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
	border-bottom: 1px solid #333;
	padding-bottom: 18px
}

.footer__contacts-wrapper a {
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.footer__contacts-wrapper a:last-of-type {
	display: none
}

.footer__col .header__consultation-btn {
	margin-top: 24px;
}

.footer__contacts-wa {
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 24px
}

.footer__contacts-wa svg {
	width: 100%;
	height: 100%
}

.footer__contacts-tg {
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 16px
}

.footer__contacts-tg svg {
	width: 100%;
	height: 100%
}

.footer__email {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
	margin-top: 20px;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.footer__social-wrapper {
	display: none
}

.footer__social-wa {
	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;
	width: calc(50% - 8px);
	background-color: #333;
	height: 36px;
	border-radius: 6px
}

.footer__social-wa svg {
	width: 20px;
	height: 20px;
	margin-right: 8px
}

.footer__social-tg {
	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;
	width: calc(50% - 8px);
	background-color: #333;
	height: 36px;
	border-radius: 6px
}

.footer__social-tg svg {
	width: 20px;
	height: 20px;
	margin-right: 8px
}


.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 10000;
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 30px;
	border-radius: 10px;
	max-width: 500px;
	width: 90%;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.modal-title {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: #0f0f0f;
}

.modal-content .form-input {
	width: 100%;
	border: 2px solid #ececec;
	border-radius: 8px;
	height: 58px;
	padding-left: 28px;
	font-size: 16px;
	line-height: 16px;
	-webkit-transition: border .2s ease-out;
	-o-transition: border .2s ease-out;
	transition: border .2s ease-out;
}

.modal-content .home-btn {
	font-size: 16px;
	padding: 20px 32px;
}

.modal-content .sms-info{
display: flex;
flex-wrap: wrap;
gap: 1rem;
align-items: center;
justify-content: space-between;
}
#smsError{
	color: #f44336;
		display: none;
		font-size: 14px;
}
.sms-page {
	min-height: calc(100vh - 100px);
	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;
	background-color: #0f0f0f
}

.sms-page__wrapper {
	padding: 16px 0;
	width: 100%
}

.sms-block {
	width: 100%;
	max-width: 628px;
	background-color: #fff;
	border-radius: 20px;
	padding: 60px;
	margin-left: auto;
	margin-right: auto
}

.sms-block__title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600
}

.sms-block__title span {
	display: inline-block
}

.sms-block__form-wrapper {
	margin-top: 32px
}

.sms-block__input-wrapper {
	width: 100%
}

.sms-block-input {
	width: 100%;
	height: 68px;
	border-radius: 8px;
	border: 2px solid #ececec;
	padding-left: 26px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #1c1c1c;
	-webkit-transition: border .2s ease-out;
	-o-transition: border .2s ease-out;
	transition: border .2s ease-out
}

.sms-block-input:focus {
	border-color: #1c1c1c
}

.sms-block-input::-webkit-input-placeholder {
	color: #979797;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500
}

.sms-block-input::-moz-placeholder {
	color: #979797;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500
}

.sms-block-input:-ms-input-placeholder {
	color: #979797;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500
}

.sms-block-input::-ms-input-placeholder {
	color: #979797;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500
}

.sms-block-input::placeholder {
	color: #979797;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500
}

.form-error .sms-block-input {
	border-color: #b43e41;
	color: #b43e41
}

.sms-block__form-error {
	color: #b43e41;
	margin-top: 32px;
	margin-bottom: 32px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	display: none
}

.form-error .sms-block__form-error {
	display: block
}

.sms-block__submit {
	width: 100%;
	height: 68px;
	background-color: #b43e41;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin-top: 16px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out
}

.sms-block__info {
	margin-top: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.sent-code-againe {
	color: #d8d8d8;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
	margin-right: auto;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	cursor: pointer;
	pointer-events: none
}

.sent-code-againe._active {
	color: #1c1c1c;
	pointer-events: auto
}

.sms-block__info-item {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
	margin-right: 24px;
	cursor: pointer
}

.sms-block__info-item:last-child {
	margin-right: 0
}

.nosms__content {
	width: 100%;
	max-width: 628px;
	padding: 60px;
	position: relative;
	background-color: #fff;
	border-radius: 20px
}

.nosms__close {
	position: absolute;
	width: 36px;
	height: 36px;
	top: 24px;
	right: 24px;
	cursor: pointer;
	color: #979797;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.nosms__close svg {
	width: 100%;
	height: 100%
}

.nosms__title {
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	font-weight: 600
}

.nosms__text {
	margin-top: 28px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	max-width: 392px;
	margin-left: auto;
	margin-right: auto
}

.nosms__text span {
	display: inline-block;
	font-weight: 700
}

.nosms__text br {
	display: none
}

.page-thanks {
	min-height: calc(100vh - 200px);
	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;
	background-color: #0f0f0f
}

.page-thanks__wrapper {
	padding: 16px 0;
	width: 100%
}

.page-thanks__title {
	font-size: 52px;
	line-height: 60px;
	font-weight: 600;
	color: #fff;
	text-align: center
}

.page-thanks__title span {
	color: #ffcf88
}

.thanks-block {
	margin-top: 48px;
	background-color: #b43e41;
	border-radius: 20px;
	padding: 40px;
	width: 100%;
	max-width: 628px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative
}

.thanks-block__badge {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	background-color: #ffcf88;
	padding: 6px 10px;
	border-radius: 4px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.thanks-block__title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	color: #fff;
	margin-top: 20px
}

.thanks-block__img {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%
}

.thanks-block__img img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.page-thanks__tg {
	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;
	margin-top: 20px;
	width: 100%;
	max-width: 628px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	background-color: #039be5;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	height: 68px;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
	cursor: pointer
}

.page-thanks__tg img,
.page-thanks__tg svg {
	width: 20px;
	height: 20px;
	margin-right: 16px
}

.page-thanks-info {
	background-color: #1c1c1c;
	padding: 40px 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.page-thanks-info__icon {
	width: 20px;
	height: 20px;
	margin-right: 16px
}

.page-thanks-info__icon img,
.page-thanks-info__icon svg {
	width: 100%;
	height: 100%
}

.page-thanks-info__text {
	color: #616161;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500
}

.page-thanks-info__text br {
	display: none
}

@media (max-width:1599px) {
	.feedback-slider__arrow-prev {
		right: 0
	}

	.feedback-slider__arrow-next {
		right: 0
	}
}

@media (max-width:1250px) {
	.get-sale__text {
		margin-left: 0
	}

	.get-sale__order-btn {
		margin-left: 0
	}

	.footer__col-2 {
		margin-left: 0
	}

	.footer__col-3 {
		margin-left: 0
	}

	.footer__col-4 {
		margin-left: 0
	}
}

@media (max-width:1199px) {
	.section {
		padding-top: 100px;
		padding-bottom: 100px
	}

	.header__text {
		margin-right: 0;
		margin-left: 0
	}

	.hero__content {
		min-height: 680px
	}

	.order-consultation__wrapper {
		margin-top: 32px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.order-consultation__left {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		margin-top: 20px
	}

	.order-consultation__right {
		margin-left: 0;
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.feedback__slider-warpper:after,
	.feedback__slider-warpper:before {
		display: none
	}

	.feedback-slider__arrow-prev {
		display: none
	}

	.feedback-slider__arrow-next {
		display: none
	}

	.feedback-item__right {
		margin-left: 30px
	}

	.social-proof {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.social-proof__text {
		margin-top: 10px;
		margin-left: 0
	}

	.social-proof__order-btn {
		margin-left: 0;
		width: 100%;
		max-width: 320px;
		margin-top: 16px
	}

	.get-sale__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.get-sale__text {
		margin-top: 10px;
		margin-left: 0;
		text-align: center
	}

	.get-sale__order-btn {
		margin-left: 0;
		width: 100%;
		max-width: 320px;
		margin-top: 16px
	}

	.footer {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media (max-width:991px) {
	.section {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.header__text {
		display: none
	}

	.hero__content {
		min-height: auto;
		padding-bottom: 60px
	}

	.hero__helped {
		margin-top: 360px
	}

	.hero__title {
		font-size: 40px;
		line-height: 44px
	}

	.hero__list-icon {
		width: 16px;
		height: 16px;
		margin-right: 10px
	}

	.hero__list-text {
		font-size: 16px;
		line-height: 16px
	}

	.hero__main-img {
		top: 16px;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.hero__succes {
		padding: 60px;
	}

	.hero__succes .text {
		width: 100%;

	}

	.hero__succes .image {
		width: 100%;

	}

	.consultation__bonus {
		margin-top: 32px
	}

	.bonus {
		padding: 21.61px 24px 32px
	}

	.bonus__img-mobile {
		display: block;
		width: 192.95px;
		height: 172.78px;
		margin-left: auto;
		margin-right: auto
	}

	.bonus__img-mobile img {
		width: 100%;
		height: 100%
	}

	.bonus__img-left {
		display: none
	}

	.bonus__badge {
		margin-top: 16.61px
	}

	.bonus__img-right {
		display: none
	}

	.feedback__desc-animation {
		display: block !important
	}

	.feedback-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 48px;
		margin-top: 40px
	}

	.feedback-item__left {
		max-width: 100%
	}

	.feedback-item__right {
		max-width: 100%;
		margin-left: 0;
		margin-top: 16px
	}

	.social-proof {
		margin-top: 32px
	}

	.videos__wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.videos__left {
		width: 100%
	}

	.videos__video-wrapper {
		height: auto
	}

	.videos__right {
		width: 100%;
		margin-top: 32px
	}

	.videos__order-btn {
		margin-top: 32px
	}

	.get-sale__text {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
		line-height: 32px
	}

	.footer {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.footer__wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.footer__col {
		width: 50%
	}

	.footer__col-1 {
		max-width: 100%
	}

	.footer__col-2 {
		max-width: 100%
	}

	.footer__col-3 {
		max-width: 100%;
		margin-top: 32px
	}

	.footer__col-4 {
		max-width: 100%;
		margin-top: 32px
	}
}

@media (max-width:767px) {
	.home-btn {
		padding: 0;
		width: 100%;
		max-width: 280px;
		height: 52px;
		font-size: 16px;
		line-height: 16px
	}

	.section {
		padding-top: 52px;
		padding-bottom: 52px
	}

	.section-title {
		font-size: 24px;
		line-height: 28px
	}

	.header {
		padding: 8px 0
	}

	.header__logo {
		width: 94px;
		height: 28px;
		margin-top: 8px
	}

	.header__consultation-btn {
		width: 170px;
		height: 36px;
		border-radius: 6px;
		font-size: 12px;
		line-height: 12px
	}

	.hero__content {
		padding-bottom: 40px
	}

	.hero__helped {
		margin-top: 71%;
		margin-bottom: 12px;
		padding: 8px 12px;
		border: 2px solid rgba(255, 255, 255, .06)
	}

	.hero__helped-avatar {
		width: 28px;
		height: 28px
	}

	.hero__helped-text {
		font-size: 12px;
		line-height: 12px;
		margin-left: 10px
	}

	.hero__title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 24px
	}

	.hero__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 28px
	}

	.hero__list-item {
		margin-right: 0;
		margin-top: 12px
	}

	.hero__list-item:first-child {
		margin-top: 0
	}

	.hero__order-wrapper {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.hero__info-text {
		margin-left: 0;
		max-width: 100%;
		font-size: 12px;
		line-height: 12px;
		margin-top: 16px
	}

	.hero__info-text {
		font-size: 12px;
		line-height: 16px
	}

	.hero__main-img {
		width: 70.43%
	}

	.hero__succes {
		padding: 60px 30px;
	}

	.hero__succes .text {

		font-size: 16px;
		line-height: 20px;

	}

	.order-consultation__title {
		margin-bottom: 16px
	}

	.order-consultation__title2 {
		margin-bottom: 16px;
		max-width: 300px
	}

	.order-consultation__subtitle {
		font-size: 16px;
		line-height: 24px
	}

	.order-consultation__subtitle2 {
		font-size: 16px;
		line-height: 24px
	}

	.order-consultation__left {
		margin-top: 0
	}

	.order-consultation__right {
		display: none
	}

	.order-consultation__right-body {
		margin-left: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left
	}

	.order-consultation__avatar {
		width: 40px;
		height: 40px
	}

	.order-consultation__right-title {
		font-size: 14px;
		line-height: 14px;
		margin-top: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-consultation__right-badge {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-top: 12px;
		width: 124px;
		height: 24px;
		font-size: 12px;
		line-height: 12px;
		border-radius: 4px;
		margin-right: 0;
		margin-left: 0
	}

	.order-consultation__right-text {
		margin-top: 8px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		font-size: 12px;
		line-height: 18px
	}

	.consultation__bonus {
		margin-top: 16px
	}

	.quiz {
		border-radius: 12px;
		padding: 24px;
		height: auto
	}

	.quiz-feedback {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 22px 20px 24px;
		border-radius: 8px
	}

	.quiz-feedback__right {
		margin-left: 0;
		margin-top: 10px;
		font-size: 14px;
		line-height: 20px;
		text-align: center
	}

	.quiz-counter {
		margin-bottom: 16px;
		height: 28px
	}

	.quiz-counter__item {
		width: 28px;
		height: 28px;
		margin-left: 35px;
		font-size: 12px;
		line-height: 12px
	}

	.quiz-counter__item:before {
		width: 35px
	}

	.quiz-arrows {
		display: none
	}

	.quiz-slide__title {
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 24px;
		width: 100%
	}

	.quiz-slide__items {
		row-gap: 12px;
		margin-top: 20px;
		margin-bottom: 24px
	}

	.quiz-slide__item {
		width: calc(50% - 6px)
	}

	.quiz-slide__item-body {
		height: 44px;
		font-size: 14px;
		line-height: 14px
	}

	.quiz-slide__item-icon {
		width: 24px;
		height: 24px;
		margin-left: 20px;
		margin-right: 12px
	}

	.quiz-slide__subtitle {
		margin-top: 16px;
		font-size: 14px;
		line-height: 22px
	}

	.quiz-slide__input-wrapper {
		margin-top: 20px
	}

	.quiz-slide__input {
		height: 52px;
		padding-left: 20px;
		font-size: 14px;
		line-height: 14px
	}

	.quiz-slide__input::-webkit-input-placeholder {
		font-size: 14px;
		line-height: 14px
	}

	.quiz-slide__input::-moz-placeholder {
		font-size: 14px;
		line-height: 14px
	}

	.quiz-slide__input:-ms-input-placeholder {
		font-size: 14px;
		line-height: 14px
	}

	.quiz-slide__input::-ms-input-placeholder {
		font-size: 14px;
		line-height: 14px
	}

	.quiz-slide__input::placeholder {
		font-size: 14px;
		line-height: 14px
	}

	.quiz-slide__submit {
		margin-top: 20px;
		height: 52px;
		border-radius: 8px;
		font-size: 16px;
		line-height: 16px
	}

	.quiz-slide__form-policy {
		font-size: 10px;
		line-height: 18px;
		padding-bottom: 3px
	}

	.quiz-slide__form-policy .hide {
		display: none
	}

	.quiz-slide__form-policy a:before {
		bottom: 0
	}

	.bonus {
		border-radius: 12px
	}

	.bonus__badge {
		width: 133px;
		height: 24px;
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 12px
	}

	.bonus__badge img {
		width: 12px;
		height: 12px;
		margin-right: 6px
	}

	.bonus__title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 16px
	}

	.bonus__subtitle {
		font-size: 16px;
		line-height: 24px;
		max-width: 220px;
		margin-left: auto;
		margin-right: auto
	}

	.bonus__titmer {
		margin-top: 20px;
		width: 227px;
		height: 52px;
		font-size: 40px;
		line-height: 40px
	}

	.bonus__titmer .hour,
	.bonus__titmer .min,
	.bonus__titmer .sec {
		min-width: 51px
	}

	.bonus__timer-text {
		font-size: 14px;
		line-height: 14px;
		margin-top: 12px
	}

	.feedback__subtitle-wrapper {
		margin-top: 16px
	}

	.feedback__subtitle {
		font-size: 16px;
		line-height: 24px
	}

	.feedback__desc-animation {
		top: auto;
		bottom: 6px
	}

	.feedback__slider-warpper {
		margin-top: 32px
	}

	.feedback-item {
		border-radius: 12px;
		padding: 24px;
		margin-top: 16px
	}

	.feedback-item__video {
		height: 320px
	}

	.feedback-item__video-btn {
		width: 80px;
		height: 80px
	}

	.feedback-item__video-btn img,
	.feedback-item__video-btn svg {
		width: 16px;
		height: 16px
	}

	.feedback-item__name {
		font-size: 20px;
		line-height: 28px
	}

	.feedback-item__info {
		margin-top: 12px;
		font-size: 16px;
		line-height: 16px;
		padding: 14px;
		text-align: center
	}

	.feedback-item__number-doc {
		margin-top: 16px;
		font-size: 14px;
		line-height: 14px
	}

	.feedback-item__number-doc span {
		font-size: 14px;
		line-height: 14px
	}

	.feedback-item__docs {
		border-top: 1px solid #e4e4e4;
		margin-top: 16px
	}

	.feedback-item__docs-row {
		margin-top: 12px;
		padding-top: 0;
		border: none
	}

	.feedback-item__docs-row:first-child {
		margin-top: 16px
	}

	.feedback-item__docs-icon {
		width: 36px;
		height: 36px;
		margin-right: 12px
	}

	.feedback-item__docs-icon img {
		height: 26px;
		width: 15.55px
	}

	.feedback-item__emblem-icon {
		width: 36px;
		height: 36px;
		margin-right: 12px
	}

	.feedback-item__emblem-icon img {
		height: 19.28px;
		width: 20px
	}

	.feedback-item__docs-link {
		font-size: 14px;
		line-height: 14px
	}

	.feedback-item__docs-link:before {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #e09a9c;
		position: absolute;
		bottom: -3px;
		left: 0;
		-webkit-transition: opacity .2s ease-out;
		-o-transition: opacity .2s ease-out;
		transition: opacity .2s ease-out
	}

	.feedback-item__docs-link br {
		display: none
	}

	.feedback-item__docs-link span:before {
		display: none
	}

	.social-proof {
		padding: 22px 24px 24px;
		border-radius: 8px;
		margin-top: 16px
	}

	.social-proof__avatar {
		width: 36px;
		height: 36px
	}

	.social-proof__avatar:nth-child(2) {
		margin-left: -10px
	}

	.social-proof__avatar:nth-child(3) {
		margin-left: -10px
	}

	.social-proof__avatar:nth-child(4) {
		margin-left: -10px
	}

	.social-proof__avatar:nth-child(5) {
		margin-left: -10px
	}

	.social-proof__avatar:nth-child(6) {
		margin-left: -10px
	}

	.social-proof__avatar:nth-child(7) {
		margin-left: -10px
	}

	.social-proof__avatar:nth-child(8) {
		margin-left: -10px
	}

	.social-proof__text {
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		max-width: 230px
	}

	.videos__wrapper {
		margin-top: 32px
	}

	.videos__video-title {
		font-size: 14px;
		line-height: 14px;
		padding: 11px;
		border-radius: 8px;
		margin-bottom: 8px
	}

	.videos__video-title svg {
		width: 14px;
		height: 14px;
		margin-left: 8px
	}

	.videos__video-name {
		left: 24px;
		bottom: 24px;
		font-size: 24px;
		line-height: 28px
	}

	.videos__right {
		margin-top: 16px
	}

	.videos__order-btn {
		max-width: 328px
	}

	.get-sale {
		padding: 52px 0 0
	}

	.get-sale__wrapper {
		padding: 22px 24px 24px;
		border-radius: 8px
	}

	.get-sale__text {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		max-width: 280px
	}

	.footer {
		padding-top: 52px;
		padding-bottom: 52px
	}

	.footer__col-list {
		margin-top: 24px
	}

	.footer__col-list li {
		font-size: 14px;
		line-height: 14px;
		margin-top: 16px
	}

	.footer__address {
		margin-top: 24px;
		font-size: 14px;
		line-height: 22px;
		max-width: 280px
	}

	.footer__contacts-wrapper {
		font-size: 16px;
		line-height: 16px;
		margin-top: 16px
	}

	.footer__email {
		font-size: 16px;
		line-height: 16px;
		margin-top: 16px
	}

	.popup__close {
		right: 20px;
		top: 20px;
		width: 24px;
		height: 24px
	}

	.sms-page {
		min-height: calc(100vh - 52px)
	}

	.sms-block {
		padding: 40px 24px;
		border-radius: 12px;
		max-width: 480px
	}

	.sms-block__title {
		font-size: 20px;
		line-height: 28px
	}

	.sms-block__form-wrapper {
		margin-top: 28px
	}

	.sms-block-input {
		height: 52px;
		padding-left: 18px;
		font-size: 14px;
		line-height: 14px
	}

	.sms-block-input::-webkit-input-placeholder {
		font-size: 14px;
		line-height: 14px
	}

	.sms-block-input::-moz-placeholder {
		font-size: 14px;
		line-height: 14px
	}

	.sms-block-input:-ms-input-placeholder {
		font-size: 14px;
		line-height: 14px
	}

	.sms-block-input::-ms-input-placeholder {
		font-size: 14px;
		line-height: 14px
	}

	.sms-block-input::placeholder {
		font-size: 14px;
		line-height: 14px
	}

	.sms-block__form-error {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 12px
	}

	.sms-block__submit {
		margin-top: 12px;
		height: 52px;
		font-size: 16px;
		line-height: 16px
	}

	.sms-block__info {
		margin-top: 24px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.sent-code-againe {
		margin-right: 0;
		font-size: 14px;
		line-height: 14px
	}

	.sms-block__info-item {
		margin-right: 0;
		margin-top: 20px;
		font-size: 14px;
		line-height: 14px
	}

	.nosms__content {
		border-radius: 12px;
		padding: 40px 24px;
		max-width: 480px
	}

	.nosms__close {
		top: 20px;
		right: 20px;
		width: 24px;
		height: 24px
	}

	.nosms__title {
		font-size: 20px;
		line-height: 28px
	}

	.nosms__text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px
	}

	.page-thanks {
		min-height: calc(100vh - 104px)
	}

	.page-thanks__title {
		font-size: 24px;
		line-height: 28px
	}

	.thanks-block {
		margin-top: 32px;
		border-radius: 12px;
		padding: 24px
	}

	.thanks-block__badge {
		font-size: 12px;
		line-height: 12px;
		padding: 6px 8px
	}

	.thanks-block__title {
		margin-top: 12px;
		font-size: 16px;
		line-height: 24px
	}

	.page-thanks__tg {
		margin-top: 16px;
		font-size: 16px;
		line-height: 16px;
		height: 52px
	}

	.page-thanks__tg img,
	.page-thanks__tg svg {
		width: 16px;
		height: 16px;
		margin-right: 12px
	}

	.page-thanks-info {
		padding: 16px
	}

	.page-thanks-info__icon {
		display: none
	}

	.page-thanks-info__text {
		font-size: 14px;
		line-height: 20px;
		text-align: center
	}
}

@media (max-width:576px) {
	.home-btn {
		max-width: 100%
	}

	.order-consultation__subtitle {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto
	}

	.order-consultation__subtitle2 {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto
	}

	.quiz-slide__item {
		width: 100%
	}

	.quiz-slide__input-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 12px
	}

	.quiz-slide__input {
		width: 100%
	}

	.quiz-slide__form-policy {
		width: 282px;
		margin-left: auto;
		margin-right: auto
	}

	.feedback__title {
		text-align: left
	}

	.feedback__subtitle {
		text-align: left
	}

	.feedback__subtitle br {
		display: block
	}

	.videos__video-wrapper {
		height: 180px
	}

	.videos__order-btn {
		max-width: 100%
	}

	.footer__col {
		width: 100%
	}

	.footer__logo {
		width: 120px;
		height: 36px
	}

	.footer__yandex {
		margin-top: 0;
		position: absolute;
		width: 112px;
		top: 0;
		right: 0
	}

	.yandex {
		border-radius: 8px;
		padding: 16px 5px
	}

	.yandex__logo {
		width: 32px;
		height: 32px
	}

	.yandex__num {
		margin-top: 4px;
		font-size: 32px;
		line-height: 32px
	}

	.yandex__stars {
		margin-top: 6px;
		-webkit-column-gap: 2px;
		-moz-column-gap: 2px;
		column-gap: 2px
	}

	.yandex__stars svg {
		width: 12px;
		height: 12px
	}

	.yandex__text {
		margin-top: 4px;
		font-size: 12px;
		line-height: 12px
	}

	.footer__col-2 {
		margin-top: 24px
	}

	.footer__col-3 {
		padding-top: 24px;
		margin-top: 24px;
		border-top: 1px solid #333
	}

	.footer__col-4 {
		padding-top: 24px;
		margin-top: 24px;
		border-top: 1px solid #333
	}

	.footer__contacts-wrapper {
		padding-bottom: 0;
		border-bottom: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 12px
	}

	.footer__contacts-wrapper a:last-of-type {
		display: block;
		margin-left: 16px;
		padding-left: 16px;
		border-left: 1px solid #333
	}

	.footer__contacts-wa {
		display: none !important
	}

	.footer__contacts-tg {
		display: none !important
	}

	.footer__email {
		display: none
	}

	.footer__social-wrapper {
		display: block;
		margin-top: 24px;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 12px;
		line-height: 12px;
		font-weight: 700
	}

	.nosms__text br {
		display: block
	}

	.page-thanks {
		min-height: calc(100vh - 124px)
	}

	.page-thanks-info__text br {
		display: block
	}
}

@media (max-width:425px) {
	.feedback-item__video {
		height: 180px
	}
}

@media (max-width:359px) {
	.quiz-counter__item {
		margin-left: 26px
	}

	.quiz-counter__item:before {
		width: 26px
	}

	.get-sale__text {
		font-size: 14px;
		line-height: 22px;
		max-width: 240px
	}

	.footer__contacts-wrapper a {
		width: 100%;
		display: block
	}

	.footer__contacts-wrapper a:last-of-type {
		margin-left: 0;
		padding-left: 0;
		border-left: none
	}

	.sms-block__title {
		font-size: 18px;
		line-height: 26px
	}

	.page-thanks-info__text {
		font-size: 12px;
		line-height: 18px
	}
}

@media (any-hover:hover) {
	.home-btn:hover {
		background-color: #962023
	}

	.header__consultation-btn:hover {
		background-color: #ffcf88;
		color: #1c1c1c
	}

	.quiz__arrow:hover {
		color: #1c1c1c
	}

	.quiz-slide__item-body:hover {
		border-color: #4caf50
	}

	.quiz-slide__submit:hover {
		background-color: #962023
	}

	.quiz-slide__form-policy a:hover:before {
		opacity: 0
	}

	.feedback-slider__arrow-prev:hover {
		background-color: #e1b16a
	}

	.feedback-slider__arrow-next:hover {
		background-color: #e1b16a
	}

	.feedback-item__video-btn:hover {
		background-color: rgba(28, 28, 28, .6)
	}

	.feedback-item__docs-link:hover span:before {
		opacity: 0
	}

	.get-sale__order-btn:hover {
		background-color: #962023
	}

	.footer__col-list li a:hover {
		color: #fff
	}

	.footer__address a:hover {
		color: #ffcf88
	}

	.footer__contacts-wrapper a:hover {
		color: #ffcf88
	}

	.footer__email:hover {
		color: #ffcf88
	}

	.popup__close:hover {
		color: #1c1c1c
	}

	.sms-block__submit:hover {
		background-color: #962023
	}

	.sent-code-againe._active:hover {
		color: #979797
	}

	.sms-block__info-item:hover {
		color: #979797
	}

	.nosms__close:hover {
		color: #1c1c1c
	}

	.page-thanks__tg:hover {
		background-color: #007dc7
	}
}