@charset "UTF-8";

@font-face {
	font-family: Arimo;
	font-display: swap;
	src: url("../fonts/Arimo-Bold.b4808115905e.woff2") format("woff2"), url("../fonts/Arimo-Bold.091985813539.woff") format("woff");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: Arimo;
	font-display: swap;
	src: url("../fonts/Arimo-Regular.5b1cf280ba77.woff2") format("woff2"), url("../fonts/Arimo-Regular.9246f7d24db1.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: Arimo;
	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: Arimo;
	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: 80rem;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 1rem
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-connects {
	overflow: hidden;
	z-index: 0
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto
}

.noUi-vertical .noUi-origin {
	top: -100%;
	width: 0
}

.noUi-horizontal .noUi-origin {
	height: 0
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute
}

.noUi-touch-area {
	height: 100%;
	width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
	cursor: inherit !important
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	right: -17px;
	top: -6px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto
}

.noUi-target {
	background: #fafafa;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	-webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
	border-radius: 3px
}

.noUi-connect {
	background: #3fb8af
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect {
	background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #ccc
}

.noUi-marker-sub {
	background: #aaa
}

.noUi-marker-large {
	background: #aaa
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(0, -18px);
	-ms-transform: translate(0, -18px);
	transform: translate(0, -18px);
	top: auto;
	right: 28px
}

body::after {
	content: "";
	background-color: rgba(28, 28, 28, .6);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .8s ease 0s;
	-o-transition: opacity .8s ease 0s;
	transition: opacity .8s ease 0s;
	pointer-events: none;
	z-index: 149
}

.popup-show body::after {
	opacity: 1
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px 16px;
	-webkit-transition: visibility .8s ease 0s;
	-o-transition: visibility .8s ease 0s;
	transition: visibility .8s ease 0s;
	visibility: hidden;
	pointer-events: none
}

.popup_show {
	z-index: 150;
	visibility: visible;
	overflow: auto;
	pointer-events: auto
}

.popup_show .popup__content {
	visibility: visible;
	opacity: 1
}

.popup__wrapper {
	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;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center
}

.popup__content {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
	background-color: #eee;
	overflow: hidden;
	width: 100%;
	max-width: 580px;
	border-radius: 28px;
	position: relative
}

.lock .popup__content {
	visibility: visible
}

[class*=-ibg] {
	position: relative
}

[class*=-ibg] img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

[class*=-ibg_contain] img {
	-o-object-fit: contain;
	object-fit: contain
}

.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
}

div {
	-webkit-tap-highlight-color: transparent
}

.full-w {
	width: 100%
}

.d-none {
	display: none !important
}

.bg-f5 {
	background-color: #f5f6f8
}

.btn {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #b43e41;
	-webkit-box-shadow: 0 40px 16px rgba(232, 75, 55, .03), 0 22px 13px rgba(232, 75, 55, .1), 0 10px 10px rgba(232, 75, 55, .17), 0 2px 5px rgba(232, 75, 55, .2), 0 0 0 rgba(232, 75, 55, .2);
	box-shadow: 0 40px 16px rgba(232, 75, 55, .03), 0 22px 13px rgba(232, 75, 55, .1), 0 10px 10px rgba(232, 75, 55, .17), 0 2px 5px rgba(232, 75, 55, .2), 0 0 0 rgba(232, 75, 55, .2);
	border-radius: 34px;
	padding: 8px 8px 8px 32px;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	-webkit-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
	transition: background .25s ease-out
}

.btn__icon {
	width: 52px;
	height: 52px;
	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: 50%;
	background-color: #fff;
	margin-left: 32px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.btn__icon img,
.btn__icon svg {
	width: 18px;
	height: 18px
}

.link-hover-red {
	cursor: pointer;
	position: relative;
	color: #b43e41
}

.link-hover-red:before {
	content: "";
	opacity: 0;
	width: 100%;
	position: absolute;
	bottom: -4px;
	width: 100%;
	height: 1px;
	-webkit-transition: opacity .25s linear;
	-o-transition: opacity .25s linear;
	transition: opacity .25s linear;
	background-color: rgba(232, 75, 55, .3)
}

.link-hover-grey {
	cursor: pointer;
	position: relative;
	color: #979797
}

.link-hover-grey:before {
	content: "";
	opacity: 0;
	width: 100%;
	position: absolute;
	bottom: -4px;
	width: 100%;
	height: 1px;
	-webkit-transition: opacity .25s linear;
	-o-transition: opacity .25s linear;
	transition: opacity .25s linear;
	background-color: #e6e7ea
}

.section-title {
	font-weight: 700;
	font-size: 52px;
	line-height: 60px;
	text-align: center;
	color: #1c1c1c
}

.section-title span {
	color: #b43e41
}

.logo {
	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;
	gap: 1rem;

}

.logo__icon {
	width: 36px;
	height: auto
}

.slogan {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	color: #8b8888;
	font-size: 14px;
}

.slogan span {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #1c1c1c;
}

.logo__icon img,
.logo__icon svg {
	width: 100%;
	height: 100%
}

.ribbon {
	position: absolute;
	width: 28px;
	height: 36px;
	top: 0;
	left: 48px
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0
}

textarea {
	resize: none
}

.form {
	width: 100%
}

.form-row {
	position: relative;
	z-index: 1
}

.form-row--message {
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	display: none
}

.form-input-wrapper {
	position: relative;
	width: 100%
}

.form-input-placeholder {
	position: absolute;
	top: 24px;
	left: 28px;
	font-size: 20px;
	line-height: 20px;
	color: #979797;
	-webkit-transition: opacity .12s ease-out;
	-o-transition: opacity .12s ease-out;
	transition: opacity .12s ease-out;
	pointer-events: none
}

.form-input-placeholder ._required {
	position: relative;
	display: inline-block
}

.form-input-placeholder ._required:after {
	content: "*";
	color: #b43e41;
	position: absolute;
	top: 0;
	right: -10px
}

.form-input--focus .form-input-placeholder {
	opacity: 0
}

.form-input--hasValue .form-input-placeholder {
	opacity: 0
}

.form-input {
	padding: 24px 22px 22px 64px;
	border: 2px solid #979797;
	border-radius: 34px;
	font-size: 16px;
	line-height: 16px;
	width: 100%;
	-webkit-transition: border .2s linear 0s;
	-o-transition: border .2s linear 0s;
	transition: border .2s linear 0s
}

.form-input:focus {
	border-color: #1c1c1c
}

.form-input:focus+.form-input-icon {
	color: #1c1c1c
}

.form-input::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #979797
}

.form-input::-moz-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #979797
}

.form-input:-moz-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #979797
}

.form-input:-ms-input-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #979797
}

.form-input-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 28px;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: color .25s linear;
	-o-transition: color .25s linear;
	transition: color .25s linear;
	color: #979797;
	width: 18px;
	height: 18px
}

.form-input-icon img,
.form-input-icon svg {
	width: 100%;
	height: 100%
}

.form-safeguard {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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
}

.form-safeguard__icon {
	width: 44px;
	height: 44px;
	margin-right: 28px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%
}

.form-safeguard__icon img,
.form-safeguard__icon svg {
	width: 16px;
	height: 16px
}

.form-safeguard__text {
	font-size: 14px;
	line-height: 22px;
	color: #979797;
	text-align: left
}

.form-safeguard__text a {
	font-weight: 700;
	color: #1c1c1c;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
}

.required-description {
	margin-top: 40px;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #979797
}

.required-description span {
	color: #b43e41;
	margin-right: 5px;
	display: inline-block
}

.form-agree {
	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;
	text-align: center;
	margin-top: 24px
}

.form-agree__text {
	font-size: 12px;
	line-height: 12px;
	color: #979797
}

.form-agree__text a {
	display: inline-block;
	font-weight: 700;
	color: #1c1c1c;
	position: relative
}

.form-agree__text a:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #c4c4c4;
	position: absolute;
	left: 0;
	bottom: -2px;
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}

.form-agree__text br {
	display: none
}

.header {
	padding: 36px 0;
	background-color: #fff
}

.header__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
}

.header__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px
}

.header__title br {
	display: none
}

.header__title span {
	font-weight: 700;
	color: #b43e41
}

.hero__wrapper {
	position: relative;
	padding: 120px 0
}

.hero__wrapper:before {
	content: "";
	width: calc(100% + 240px);
	height: 100%;
	position: absolute;
	top: 0;
	left: -120px;
	background: #f6f6f6;
	border-radius: 80px;
	z-index: -1
}

.hero__img {
	position: absolute;
	right: -20px;
	bottom: 0;
	overflow: hidden;
	border-radius: 0 0 80px 0;
	z-index: 1;
	width: 550px;
	height: auto
}

.hero__img img {
	width: 100%;
	height: 100%
}

.hero__content {
	position: relative;
	z-index: 2
}

.hero__adv {
	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__adv._mobile {
	display: none
}

.hero__adv-item {
	background-color: #fff;
	border-radius: 8px;
	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;
	padding: 10px 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	margin-left: 20px
}

.hero__adv-item:first-child {
	margin-left: 0
}

.hero__adv-item img {
	width: 16px;
	height: 16px;
	margin-right: 12px
}

.hero__title {
	font-weight: 700;
	font-size: 60px;
	line-height: 68px;
	margin-top: 40px;
	color: #1c1c1c
}

.hero__title span {
	color: #b43e41
}

.triger {
	padding-left: 32px;
}

.hero__test-block {
	margin-top: 60px;
	margin-bottom: 16px;
	background-color: #fff;
	-webkit-box-shadow: 0 44px 27px rgba(40, 40, 40, .01), 0 20px 20px rgba(40, 40, 40, .02), 0 5px 11px rgba(40, 40, 40, .02), 0 0 0 rgba(40, 40, 40, .02);
	box-shadow: 0 44px 27px rgba(40, 40, 40, .01), 0 20px 20px rgba(40, 40, 40, .02), 0 5px 11px rgba(40, 40, 40, .02), 0 0 0 rgba(40, 40, 40, .02);
	border-radius: 40px 74px 74px 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 40px
}

.hero__succes-block {
	margin-top: 60px;
	margin-bottom: 16px;
	background-color: #fff;
	-webkit-box-shadow: 0 44px 27px rgba(40, 40, 40, .01), 0 20px 20px rgba(40, 40, 40, .02), 0 5px 11px rgba(40, 40, 40, .02), 0 0 0 rgba(40, 40, 40, .02);
	box-shadow: 0 44px 27px rgba(40, 40, 40, .01), 0 20px 20px rgba(40, 40, 40, .02), 0 5px 11px rgba(40, 40, 40, .02), 0 0 0 rgba(40, 40, 40, .02);
	border-radius: 40px 74px 74px 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 4rem;
	padding: 40px
}

.hero__test-text {
	font-size: 24px;
	line-height: 32px;
	margin-right: 60px;
	max-width: 325px
}

.hero__test-text span {
	font-weight: 700
}

.hero__succes-block .hero__test-text {
	width: calc(50% - 2rem);
	max-width: 100%;
	margin: 0;
}

.hero__succes-block .hero__test-text p {

	margin: 0 0 1em;
}

.hero__succes-block .hero__test-text .btn {
	margin-top: 2rem;
	background-color: #40b2db;
	display: flex;
	gap: 1rem;
	justify-content: center;
	min-height: 60px;
}

.hero__succes-block .hero__test-text .btn:hover {
	background-color: #2a9bc4;
}

.hero__succes-block .hero__test-text .btn img {
	width: 26px;
}

.hero__succes-block .image {
	width: calc(50% - 2rem);
}

.hero__succes-block .image img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}

.section__quiz-wrapper {
	margin: 160px auto;
	max-width: 960px
}

.section__quiz-title {
	margin-bottom: 32px
}

.section__quiz-subtitle {
	font-size: 24px;
	line-height: 24px;
	text-align: center
}

.quiz {
	margin-top: 80px;
	padding: 80px;
	background-color: #f6f6f6;
	border-radius: 60px
}

.quiz__progress {
	background-color: #fff;
	border-radius: 12px;
	position: relative;
	height: 24px;
	position: relative;
	overflow: hidden
}

.quiz__progress-bar {
	height: 100%;
	width: 0%;
	border-radius: 12px;
	background-color: #b43e41;
	background-repeat: repeat;
	background-size: contain;
	-webkit-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	position: relative;
	overflow: hidden
}

.quiz__progress-bar span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: -o-linear-gradient(156deg, #c85255 25%, transparent 0, transparent 50%, #c85255 0, #c85255 75%, transparent 0, transparent);
	background-image: linear-gradient(-66deg, #c85255 25%, transparent 0, transparent 50%, #c85255 0, #c85255 75%, transparent 0, transparent);
	background-size: 10.5px 24px;
	-webkit-animation: progress 2s linear infinite;
	animation: progress 2s linear infinite
}

@-webkit-keyframes progress {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 10.5px 0
	}
}

@keyframes progress {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 10.5px 0
	}
}

.quiz__progress-text {
	display: none
}

.quiz__questions-wrapper {
	margin-top: 48px
}

.quiz__question-title {
	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__question-title input {
	display: none
}

.quiz__question-title span {
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	width: calc(100% - 100px)
}

.quiz__question-title span br {
	display: none
}

.quiz__question-number {}

.quiz__range {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	width: 100%
}

.range-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-left: 26px;
	position: relative
}

.range {
	width: calc(100% - 28px);
	margin-left: auto;
	margin-right: auto
}

.quiz__range-input {
	border: 2px solid #979797;
	border-radius: 34px;
	font-size: 20px;
	line-height: 20px;
	padding: 20.5px 24px;
	width: 100%;
	max-width: 240px;
	outline: 0;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear
}

.quiz__range-input._disabled {
	background-color: #fff;
	color: #979797
}

.quiz__range-input:focus {
	border-color: #1c1c1c
}

#range {
	height: 4px;
	border-radius: 2px;
	background: #e2e2e2;
	border: none
}

#range._disabled .noUi-connect,
#range._disabled .noUi-handle {
	background: #979797
}

#range .noUi-connect {
	background: #b43e41;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background .25s;
	-o-transition: background .25s;
	transition: background .25s
}

#range .noUi-handle {
	height: 28px;
	width: 28px;
	border-radius: 50%;
	background: #b43e41;
	top: -12px;
	right: -14px;
	cursor: pointer;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background .25s;
	-o-transition: background .25s;
	transition: background .25s
}

#range .noUi-handle:after,
#range .noUi-handle:before {
	display: none
}

.range-value-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;
	margin-top: 18px;
	width: calc(100% - 28px);
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 14px;
	color: #979797
}

.quiz__items {
	margin-top: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.quiz-item {
	border-radius: 8px;
	margin-bottom: 20px;
	width: 48.75%;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.quiz-item.full-w {
	width: 100%
}

.quiz-item__label {
	padding: 26px;
	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;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 2px solid transparent;
	-webkit-transition: all .25s ease 0s;
	-o-transition: all .25s ease 0s;
	transition: all .25s ease 0s;
	background-color: #fff;
	cursor: pointer
}

.quiz-item__label input:checked+.quiz-item__square {
	background-color: #b43e41;
	border-color: #b43e41;
	color: #fff
}

.quiz-item__label input:checked+.quiz-item__square svg path {
	fill: #fff
}

.quiz-item__label.choice {
	border-color: #b43e41;
	background-color: #fff
}

.quiz-item__square {
	width: 40px;
	height: 40px;
	margin-right: 24px;
	background: #fff;
	border: 2px solid #e2e2e2;
	border-radius: 8px;
	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: #e2e2e2;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.quiz-item__square img,
.quiz-item__square svg {
	width: 16px;
	height: 16px
}

.quiz-item__title {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px
}

.quiz__get-number {
	margin-top: 48px
}

.quiz__input {
	background-color: #fff;
	border: 2px solid #b43e41;
	border-radius: 34px;
	font-family: Arimo;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	padding: 20.5px 26px
}

.quiz__input::-webkit-input-placeholder {
	font-size: 20px;
	line-height: 20px;
	color: #979797
}

.quiz__input::-moz-placeholder {
	font-size: 20px;
	line-height: 20px;
	color: #979797
}

.quiz__input:-moz-placeholder {
	font-size: 20px;
	line-height: 20px;
	color: #979797
}

.quiz__input:-ms-input-placeholder {
	font-size: 20px;
	line-height: 20px;
	color: #979797
}

.quiz__controls {
	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;
	margin-top: 40px;
	width: 100%
}

.difficult-btn {
	background-color: transparent;
	border-radius: none;
	margin-bottom: 0;
	width: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	position: relative
}

.difficult-btn .quiz-item__label {
	padding: 26px 32px;
	background: #e2e2e2;
	border-radius: 34px;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	border: none;
	width: 248px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.quiz-btn-prev {
	padding: 26px 32px;
	background: #e2e2e2;
	border-radius: 34px;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	width: 248px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	display: none !important;
}

.quiz-btn-prev.unvisible {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
	width: auto
}

.quiz-btn-next {
	margin-left: auto;
	width: 248px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.quiz-btn-next.full-w {
	width: 100%
}

.quiz__end {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.quiz__end span {
	margin-right: 0 !important
}

.quiz-attention {
	font-weight: 600;
	line-height: 100%;
	font-size: 16px;
	color: #fff;
	border-radius: 10px;
	padding: 25px;
	position: fixed;
	top: 15px;
	right: 15px;
	-webkit-transform: translateX(calc(100% + 20px));
	-ms-transform: translateX(calc(100% + 20px));
	transform: translateX(calc(100% + 20px));
	z-index: 200;
	border: 1px solid #b43e41;
	background-color: #b43e41;
	-webkit-transition: all .25s ease 0s;
	-o-transition: all .25s ease 0s;
	transition: all .25s ease 0s;
	pointer-events: none
}

.range-ghost {
	width: calc(100% - 28px);
	position: absolute;
	z-index: 3;
	height: 28px;
	background-color: #f8f8f8;
	top: -12px;
	opacity: 1;
	left: 14px
}

.range-ghost__wrapper {
	overflow: hidden;
	width: 200%;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.range-ghost__line {
	width: 100%;
	height: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	-o-transition: transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear
}

.range-ghost__line-red {
	width: 100%;
	height: 100%;
	background-color: #b43e41
}

.range-ghost__line-grey {
	width: 100%;
	height: 100%;
	background-color: #e2e2e2
}

.range-ghost__handle {
	height: 28px;
	width: 28px;
	border-radius: 50%;
	background: #b43e41;
	top: 50%;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: absolute;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: -webkit-transform 1s linear;
	transition: -webkit-transform 1s linear;
	-o-transition: transform 1s linear;
	transition: transform 1s linear;
	transition: transform 1s linear, -webkit-transform 1s linear
}

.animation-range .range-ghost__line {
	-webkit-animation: moove-line 2s;
	animation: moove-line 2s
}

.animation-range .range-ghost__handle {
	-webkit-animation: moove-handle 2s;
	animation: moove-handle 2s
}

.animation-range .range-ghost {
	-webkit-animation: anim-hide 2s 2s;
	animation: anim-hide 2s 2s
}

@-webkit-keyframes anim-hide {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@keyframes anim-hide {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes moove-line {
	0% {
		-webkit-transform: translate(-50%);
		transform: translate(-50%)
	}

	50% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(-50%);
		transform: translate(-50%)
	}
}

@keyframes moove-line {
	0% {
		-webkit-transform: translate(-50%);
		transform: translate(-50%)
	}

	50% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(-50%);
		transform: translate(-50%)
	}
}

@-webkit-keyframes moove-handle {
	0% {
		left: 0
	}

	50% {
		left: calc(50% - 14px)
	}

	100% {
		left: 0
	}
}

@keyframes moove-handle {
	0% {
		left: 0
	}

	50% {
		left: calc(50% - 14px)
	}

	100% {
		left: 0
	}
}

.quiz__get-number-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
}

.quiz__get-number-wrapper .form-input-wrapper {
	max-width: 388px
}

.quiz__get-number-wrapper .form-input {
	padding-left: 26px
}

.noanswer__wrapper {
	position: relative;
	padding: 80px 0
}

.noanswer__wrapper:before {
	content: "";
	width: calc(100% + 240px);
	height: 100%;
	position: absolute;
	top: 0;
	left: -120px;
	background: #f6f6f6;
	border-radius: 80px;
	z-index: -1
}

.noanswer__content {
	position: relative;
	z-index: 1;
	margin-left: auto;
	max-width: 748px
}

.noanswer__title {
	margin-bottom: 32px;
	font-size: 42px;
	line-height: 1.2;
}

.noanswer__title span {
	color: #b43e41
}

.noanswer__form-block {
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 44px 27px rgba(40, 40, 40, .01), 0 20px 20px rgba(40, 40, 40, .02), 0 5px 11px rgba(40, 40, 40, .02), 0 0 0 rgba(40, 40, 40, .02);
	box-shadow: 0 44px 27px rgba(40, 40, 40, .01), 0 20px 20px rgba(40, 40, 40, .02), 0 5px 11px rgba(40, 40, 40, .02), 0 0 0 rgba(40, 40, 40, .02);
	border-radius: 40px;
	padding: 0;
	margin-top: 60px
}

.noanswer__form-title {
	font-size: 24px;
	line-height: 32px
}

.noanswer__form-title span {
	font-weight: 700;
	display: inline-block
}

.noanswer__test-btn {
	margin-top: 32px
}

.noanswer__img {
	position: absolute;
	width: 710px;
	height: auto;
	bottom: 0;
	left: -126px;
	z-index: 2
}

.noanswer__img img {
	width: 100%;
	height: 100%
}

iframe .badge__form {
	background: #f6f6f6;
	display: none !important;
}

.section__cpa-wrapper {
	margin: 160px auto 60px;
	max-width: 960px;
}

.cpa__form {
	margin-top: 80px;
	padding: 60px;
	background-color: #f6f6f6;
	border-radius: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 2rem;
}

.cpa__form .form-input-wrapper {
	width: calc(50% - 1rem);
}

.cpa__form .form-agree {
	width: 100%;
}

.cpa__form button {
	width: 100%;
}

.footer {
	background-color: #fff;
	padding: 100px 0
}

.footer__top {
	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__policies {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	margin-top: 9px
}

.footer__policy {
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #979797;
	margin-left: 60px;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(28, 28, 28, .6);
	z-index: 10000;
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 30px;
	border-radius: 32px;
	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 {}

.modal-content .home-btn {}

.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-section {
	padding-top: 75px;
	padding-bottom: 95px
}

.sms-section._number {
	padding-top: 141px;
	padding-bottom: 161px
}

.sms-block {
	background-color: #f8f8f8;
	border-radius: 60px;
	padding: 80px;
	width: 100%;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto
}

.sms-block__title {
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 44px
}

.sms-block__title span {
	display: inline-block;
	color: #b43e41
}

.sms-block__title br.mob {
	display: none
}

.sms-block__form-submit {
	margin-top: 28px;
	padding: 26px 36px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.sms-block__form .form-input {
	padding-left: 26px
}

.sms-block__form.error .form-input {
	border-color: #b43e41;
	color: #b43e41
}

.sms-block__form.error .form-row--message {
	display: block;
	color: #b43e41;
	margin-top: 20px
}

.sms-block__control {
	text-align: center;
	margin-top: 44px;
	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
}

.sms-block__control-item {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #979797;
	margin-top: 20px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
}

.sms-block__control-item:first-child {
	margin-top: 0
}

.sms-block__control-item.no-active {
	pointer-events: none
}

.page-quiz__container.container-680 {
	max-width: 680px
}

.page-quiz__slider-wrapper {
	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
}

.page-quiz__form {
	max-width: 100%
}

.page-quiz-slide {
	background-color: #fff
}

.page-quiz-slide__common-title {
	font-weight: 700;
	font-size: 44px;
	line-height: 52px;
	margin-bottom: 48px;
	color: #1c1c1c
}

.page-quiz-slide__header {
	background-color: #f8f8f8;
	border-radius: 36px;
	padding: 40px
}

.page-quiz-slide__number {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #979797;
	margin-bottom: 16px
}

.page-quiz-slide__title {
	font-size: 28px;
	line-height: 28px
}

.page-quiz-slide__title br {
	display: none
}

.page-quiz-slide__items {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	row-gap: 8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-tap-highlight-color: transparent;
	padding-bottom: 1px
}

.slide2 .page-quiz-slide__items {
	padding-bottom: 68px
}

.page-quiz-slide__item {
	position: relative;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer
}

.slide1 .page-quiz-slide__item {
	width: 100%;
	max-width: 326px
}

.slide2 .page-quiz-slide__item {
	width: 100%;
	max-width: 140px
}

.page-quiz-slide__item label {
	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-quiz-slide__item input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.page-quiz-slide__item input:checked+.page-quiz-slide__item-text {
	background-color: #b43e41;
	border-color: #b43e41;
	color: #fff
}

.page-quiz-slide__item input:checked+.page-quiz-slide__item-text .page-quiz-slide__item-icon {
	color: #b43e41;
	border-color: #fff;
	background-color: #fff
}

.page-quiz-slide__item-text {
	padding: 16px 30px;
	border: 2px solid #979797;
	border-radius: 34px;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	cursor: pointer;
	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: 100%;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.page-quiz-slide__item-icon {
	width: 32px;
	height: 32px;
	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;
	border: 2px solid #979797;
	color: #fff;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.page-quiz-slide__item-icon img,
.page-quiz-slide__item-icon svg {
	width: 14px;
	height: 14px
}

.page-quiz__slider-control {
	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: 6
}

.page-quiz__slider-prev {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #979797;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
	cursor: pointer
}

.page-quiz__slider-prev img,
.page-quiz__slider-prev svg {
	width: 12px;
	height: 12px;
	margin-right: 20px
}

.page-quiz__slider-order {
	-webkit-box-shadow: none;
	box-shadow: none;
	pointer-events: none;
	background-color: #e6e7ea;
	color: #fff;
	-webkit-transition: background .25s ease-out 0s;
	-o-transition: background .25s ease-out 0s;
	transition: background .25s ease-out 0s;
	width: 100%;
	max-width: 344px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 26px 36px;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px
}

.page-quiz__slider-order.active {
	background-color: #b43e41;
	color: #fff;
	pointer-events: auto;
	cursor: pointer
}

.footer-page-quiz {
	background-color: #f8f8f8;
	padding: 30px 16px
}

.footer-page-quiz__wrapper {
	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
}

.footer-page-quiz__wrapper img {
	width: 20px;
	height: 20px;
	margin-right: 16px
}

.footer-page-quiz__wrapper span {
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #979797;
	text-align: center
}

.footer-page-quiz__wrapper span br {
	display: none
}

.page-quiz-sent {
	min-height: calc(100vh - 120px);
	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-quiz-sent__container.container-680 {
	width: 100%;
	max-width: 680px
}

.page-quiz-sent__title {
	font-size: 36px;
	line-height: 36px;
	color: #1c1c1c
}

.page-quiz-sent__title strong {
	font-weight: 700
}

.page-quiz-sent__title br {
	display: none
}

.page-quiz-sent__how {
	margin-top: 60px;
	background-color: #f8f8f8;
	border-radius: 36px;
	padding: 24px 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;
	position: relative
}

.page-quiz-sent__how-text {
	width: auto;
	font-size: 28px;
	line-height: 32px
}

.page-quiz-sent__how-text strong {
	font-weight: 700
}

.page-quiz-sent__how-icon {
	width: 96px;
	height: 96px;
	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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 19px 8px rgba(40, 40, 40, .01), 0 11px 6px rgba(40, 40, 40, .02), 0 5px 5px rgba(40, 40, 40, .03), 0 1px 3px rgba(40, 40, 40, .04), 0 0 0 rgba(40, 40, 40, .04);
	box-shadow: 0 19px 8px rgba(40, 40, 40, .01), 0 11px 6px rgba(40, 40, 40, .02), 0 5px 5px rgba(40, 40, 40, .03), 0 1px 3px rgba(40, 40, 40, .04), 0 0 0 rgba(40, 40, 40, .04)
}

.page-quiz-sent__how-icon img {
	width: 36px;
	height: 36px
}

.page-quiz-sent__how-label {
	position: absolute;
	top: -20px;
	left: 40px;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	padding: 10px 16px;
	background-color: #b43e41;
	outline: 6px solid #fff;
	border-radius: 12px
}

.page-quiz-sent__social {
	margin-top: 60px
}

.page-quiz-sent__social br {
	display: none
}

.page-quiz-sent__social-title {
	font-size: 36px;
	line-height: 36px;
	color: #1c1c1c
}

.page-quiz-sent__social-links {
	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
}

.page-quiz-sent__social-link {
	border: 2px solid #979797;
	border-radius: 34px;
	padding: 20px 30px;
	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-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #1c1c1c;
	width: 208px;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.page-quiz-sent__social-link img,
.page-quiz-sent__social-link svg {
	width: 24px;
	height: 24px;
	margin-right: 16px
}

.thanks-video__result {
	margin-top: 64px
}

.thanks-video-result {
	width: 100%;
	border: 2px solid #b43e41;
	border-radius: 24px;
	padding: 38px 38px 46px;
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative
}

.thanks-video-result__badge {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 189px;
	height: 40px;
	border-radius: 8px;
	background-color: #b43e41;
	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;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px
}

.thanks-video-result__title {
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: #1c1c1c;
	text-align: center
}

.thanks-video-result__conditions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	margin-top: 20px;
	cursor: pointer
}

.thanks-video-result__conditions svg {
	width: 14px;
	height: 14px;
	margin-left: 8px
}

.thanks-video-result__conditions:before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #c8c8c8;
	position: absolute;
	bottom: -6px;
	left: 0;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}

.thanks-video {
	padding-bottom: 194px
}

.thanks-video__wrapper {
	margin-top: 60px
}

.thanks-video-block {
	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
}

.thanks-video-block__left {
	width: 100%;
	max-width: 540px;
	margin-right: 20px
}

.thanks-video__title {
	font-size: 52px;
	line-height: 56px;
	font-weight: 700;
	color: #1c1c1c;
	max-width: 488px
}

.thanks-video__title span {
	color: #b43e41
}

.thanks-video-block__video {
	display: none
}

.thanks-video__text {
	font-size: 24px;
	line-height: 32px;
	margin-top: 40px;
	max-width: 445px
}

.thanks-video__btn-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	margin-top: 40px
}

.thanks-video__btn-wrapper {
	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
}

.thanks-video__btn {
	background-color: #f2f2f2;
	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: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #1c1c1c;
	border-radius: 40px;
	width: 260px;
	height: 80px;
	margin-right: 20px;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.thanks-video__btn.btn-yes {
	margin-right: 0;
	color: #fff;
	background-color: #b43e41
}

.thanks-video-block__right {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	max-width: 630px;
	max-height: 444px;
	border-radius: 12px;
	overflow: hidden
}

.thanks-video-block__right img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.thanks-yes-hero {
	position: relative;
	padding-top: 116px;
	padding-bottom: 180px;
	overflow: hidden
}

.thanks-yes-hero__bg1 {
	position: absolute;
	z-index: 1;
	top: 71px;
	left: 60px
}

.thanks-yes-hero__bg2 {
	position: absolute;
	z-index: 1;
	top: 71px;
	right: 60px
}

.thanks-yes-hero__container {
	position: relative;
	z-index: 2
}

.thanks-yes-hero__manager {
	position: relative;
	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: 140px;
	height: 140px;
	margin-left: auto;
	margin-right: auto
}

.thanks-yes-hero__manager-avatar {
	overflow: hidden;
	width: 140px;
	height: 140px;
	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
}

.thanks-yes-hero__manager-avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.thanks-yes-hero__manager-icon {
	width: 48px;
	height: 48px;
	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: #b43e41;
	border: 2px solid #fff;
	position: absolute;
	bottom: 0;
	right: -12px
}

.thanks-yes-hero__manager-icon img,
.thanks-yes-hero__manager-icon svg {
	width: 20px;
	height: 20px
}

.thanks-yes-hero__title {
	font-weight: 700;
	font-size: 68px;
	line-height: 76px;
	color: #1c1c1c;
	text-align: center;
	max-width: 1042px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px
}

.thanks-yes-hero__title span {
	display: inline-block;
	color: #fff;
	position: relative;
	margin-left: 18px
}

.thanks-yes-hero__title span:before {
	content: "";
	background-color: #b43e41;
	border-radius: 20px;
	width: calc(100% + 36px);
	height: calc(100% + 4px);
	position: absolute;
	left: -18px;
	top: -2px;
	z-index: -1
}

.thanks-yes-hero__desc {
	margin-top: 40px;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	max-width: 578px;
	margin-left: auto;
	margin-right: auto
}

.thanks-yes-hero__scroll {
	margin-top: 40px;
	width: 40px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	border: 2px solid #e2e2e2;
	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
}

.thanks-yes-hero__scroll-icon {
	width: 20px;
	height: 20px;
	-webkit-animation: vverh-vniz 2s infinite;
	animation: vverh-vniz 2s infinite
}

.thanks-yes-hero__scroll-icon img,
.thanks-yes-hero__scroll-icon svg {
	width: 100%;
	height: 100%
}

@-webkit-keyframes vverh-vniz {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}

	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

@keyframes vverh-vniz {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}

	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

.thanks-yes-feedback {
	background-color: #f6f6f6;
	padding: 160px 0
}

.thanks-yes-feedback__title {
	font-weight: 700;
	font-size: 52px;
	line-height: 60px;
	max-width: 925px;
	color: #1c1c1c
}

.thanks-yes-feedback__title span {
	color: #b43e41
}

.thanks-yes-feedback__title-wrapper {
	position: relative
}

.thanks-yes-feedback__desc-animation {
	width: 46px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0
}

.thanks-yes-feedback__desc-animation .desc-animation__card {
	width: 28px !important;
	height: 40px !important
}

.thanks-yes-feedback__slider-warpper {
	margin-top: 80px;
	position: relative
}

.thanks-yes-feedback__slider-warpper:after {
	content: "";
	width: 320px;
	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: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#f6f6f6));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #f6f6f6 100%);
	background: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0, #f6f6f6 100%)
}

.thanks-yes-feedback__slider-warpper:before {
	content: "";
	width: 320px;
	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: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#f6f6f6));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0, #f6f6f6 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, #f6f6f6 100%)
}

.thanks-yes-feedback-slider__arrow-prev {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 2px solid #1c1c1c;
	background-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;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.thanks-yes-feedback-slider__arrow-prev.swiper-button-disabled {
	pointer-events: none;
	opacity: 0
}

.thanks-yes-feedback-slider__arrow-next {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 2px solid #1c1c1c;
	background-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;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.thanks-yes-feedback-slider__arrow-next.swiper-button-disabled {
	pointer-events: none;
	opacity: 0
}

.thanks-yes-feedback-slider {
	overflow: visible !important
}

.thanks-yes-feedback-item {
	background-color: #fff;
	border-radius: 40px;
	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
}

.thanks-yes-feedback-item:first-child {
	margin-top: 0
}

.thanks-yes-feedback-item__left {
	width: 100%;
	max-width: 784px
}

.thanks-yes-feedback-item__video {
	width: 100%;
	height: 440px;
	position: relative;
	border-radius: 12px;
	overflow: hidden
}

.thanks-yes-feedback-item__video-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 32px;
	overflow: hidden
}

.thanks-yes-feedback-item__video-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.thanks-yes-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)
}

.thanks-yes-feedback-item__video-btn img,
.thanks-yes-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
}

.thanks-yes-feedback-item__right {
	margin-left: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 316px
}

.thanks-yes-feedback-item__name {
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: #1c1c1c
}

.thanks-yes-feedback-item__info {
	margin-top: 20px;
	border-radius: 12px;
	background-color: #b43e41;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: .02em;
	padding: 16px 24px
}

.thanks-yes-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
}

.thanks-yes-feedback-item__number-doc span {
	color: #929498;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700
}

.thanks-yes-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
}

.thanks-yes-feedback-item__docs-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #f2f2f2;
	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
}

.thanks-yes-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))
}

.thanks-yes-feedback-item__emblem-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #f2f2f2;
	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
}

.thanks-yes-feedback-item__emblem-icon img {
	width: 34px;
	height: 32.77px
}

.thanks-yes-feedback-item__docs-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #b43e41;
	position: relative;
	display: inline-block
}

.thanks-yes-feedback-item__docs-link span {
	display: inline-block;
	position: relative
}

.thanks-yes-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
}

.thanks-yes-broadcasts {
	padding: 160px 0
}

.thanks-yes-broadcasts__title {
	font-weight: 700;
	font-size: 52px;
	line-height: 60px;
	max-width: 850px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #1c1c1c
}

.thanks-yes-broadcasts__title span {
	color: #b43e41;
	display: inline-block
}

.thanks-yes-broadcasts__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.thanks-yes-broadcasts__left {
	width: 100%;
	max-width: 630px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.thanks-yes-broadcasts__item {
	width: calc(50% - 10px);
	background-color: #f6f6f6;
	border-radius: 32px;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding: 40px
}

.thanks-yes-broadcasts__item-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #b43e41;
	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
}

.thanks-yes-broadcasts__item-icon img,
.thanks-yes-broadcasts__item-icon svg {
	width: 20px;
	height: 20px
}

.thanks-yes-broadcasts__item-title {
	color: #1c1c1c;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin-top: 20px
}

.thanks-yes-broadcasts__item-text {
	color: #929498;
	font-size: 16px;
	line-height: 24px;
	margin-top: 16px;
	max-width: 280px
}

.thanks-yes-broadcasts__right {
	width: 100%;
	max-width: 561px;
	position: relative;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-left: 20px
}

.thanks-yes-broadcasts__right img {
	width: 607px;
	position: absolute;
	top: -70px;
	left: 0
}

.thanks-yes-broadcasts__tg {
	margin: 80px auto 0;
	background-color: #039be5;
	width: 100%;
	max-width: 430px;
	height: 80px;
	border-radius: 40px;
	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-weight: 700;
	font-size: 24px;
	line-height: 24px;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out
}

.thanks-yes-broadcasts__tg svg {
	width: 28px;
	height: 28px;
	margin-right: 16px
}

.thanks-yes-agree {
	background-image: url("../img/thanks-yes-agree__bg.5503fac15bee.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0
}

.thanks-yes-agree__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
}

.thanks-yes-agree__left {
	width: 100%;
	max-width: 625px;
	font-weight: 700;
	font-size: 52px;
	line-height: 60px;
	color: #fff
}

.thanks-yes-agree__right {
	width: 100%;
	max-width: 540px;
	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
}

.thanks-yes-agree__btn {
	width: 260px;
	height: 80px;
	border: 2px solid #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;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	border-radius: 40px
}

.thanks-yes-agree__btn.no {
	color: #fff;
	margin-right: 20px
}

.thanks-yes-agree__btn.yes {
	color: #b43e41;
	background-color: #fff
}

.call-thanks-popup__content {
	max-width: 630px !important;
	padding: 0 !important;
	border-radius: 32px !important
}

.call-thanks-popup__body {
	padding: 80px
}

.call-thanks-popup__manager {
	margin: 0 auto;
	width: 140px;
	height: 140px;
	position: relative
}

.call-thanks-popup__avatar {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
	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
}

.call-thanks-popup__avatar img {
	width: 100%;
	height: 100%
}

.call-thanks-popup__icon {
	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;
	bottom: 0;
	right: -12px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #b43e41;
	border: 2px solid #fff
}

.call-thanks-popup__icon img,
.call-thanks-popup__icon svg {
	width: 20px;
	height: 20px
}

.call-thanks-popup__title {
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	margin-top: 40px
}

.call-thanks-popup__desc {
	font-size: 20px;
	line-height: 28px;
	margin-top: 24px;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.call-thanks-popup__desc span {
	font-weight: 700;
	color: #b43e41;
	display: inline-block
}

.call-thanks-popup__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 364px;
	height: 68px;
	border-radius: 34px;
	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: #e2e2e2;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out
}

.popup__close {
	position: absolute;
	top: 32px;
	right: 40px;
	width: 28px;
	height: 28px;
	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;
	color: #979797;
	z-index: 3;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s
}

.popup__close img,
.popup__close svg {
	width: 100%;
	height: 100%
}

.popup__content-header {
	padding: 32px 40px;
	background-color: #fff;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px
}

.conditions-popup {
	padding: 16px !important
}

.conditions-popup__content {
	max-width: 630px !important;
	padding: 0 !important;
	position: relative;
	border-radius: 32px !important
}

.conditions-popup__close {
	position: absolute;
	top: 28px;
	right: 28px;
	width: 28px;
	height: 28px;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
	color: #929498;
	cursor: pointer
}

.conditions-popup__close svg {
	width: 100%;
	height: 100%
}

.conditions-popup__body {
	padding: 60px
}

.conditions-popup__title {
	font-weight: 700;
	font-size: 28px;
	line-height: 36px
}

.conditions-popup__text {
	margin-top: 32px;
	font-size: 16px;
	line-height: 24px
}

.conditions-popup__text strong {
	font-weight: 700
}

.conditions-popup__text p {
	margin-top: 16px
}

.conditions-popup__text p:first-of-type {
	margin-top: 0
}

.no-sms__text {
	padding: 40px;
	font-size: 16px;
	line-height: 24px
}

.no-sms__text strong {
	display: inline-block
}

.get-email-popup .popup__content {
	padding: 80px;
	border-radius: 60px;
	background-color: #fff
}

.get-email-popup .popup__close {
	top: 48px;
	right: 48px
}

.get-email-popup__icon {
	margin-left: auto;
	margin-right: auto;
	width: 140px;
	height: 140px;
	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: #f8f8f8;
	margin-bottom: 40px
}

.get-email-popup__icon img,
.get-email-popup__icon svg {
	width: 52px;
	height: 52px
}

.get-email-popup__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	text-align: center
}

.get-email-popup__title span {
	color: #b43e41
}

.get-email-popup__ok {
	margin-top: 40px;
	padding: 26px 36px;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.policy-popup {
	padding: 16px
}

.policy-popup .popup__content {
	padding: 40px 32px;
	border-radius: 40px;
	background-color: #fff
}

.policy-popup .popup__close {
	top: 24px;
	right: 24px
}

.policy-popup__title {
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 32px
}

.policy-popup__text {
	font-size: 16px;
	line-height: 28px
}

.policy-popup__text p {
	margin-top: 24px
}

.requisites-popup__content {
	max-width: 630px;
	padding: 60px;
	border-radius: 32px;
	background-color: #fff
}

.requisites-popup__close {
	position: absolute;
	cursor: pointer;
	width: 28px;
	height: 28px;
	right: 28px;
	top: 28px;
	color: #979797;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.requisites-popup__close svg {
	width: 100%;
	height: 100%
}

.requisites-popup__title {
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	color: #1c1c1c;
	margin-bottom: 40px
}

.requisites-popup__list li {
	font-size: 16px;
	line-height: 16px;
	color: #1c1c1c;
	padding: 20px 0 20px;
	border-top: 1px solid #f5f6f8
}

.requisites-popup__list li:first-of-type {
	border: none;
	padding-top: 0
}

.requisites-popup__list li:last-of-type {
	padding-bottom: 0
}

@media (max-width:1599px) {
	.thanks-yes-feedback-slider__arrow-prev {
		right: 0
	}

	.thanks-yes-feedback-slider__arrow-next {
		right: 0
	}
}

@media (max-width:1299px) {
	.section__quiz-wrapper {
		margin: 100px auto
	}

	.noanswer__img {
		width: 600px
	}
}

@media (max-width:1199px) {
	.hero__wrapper {
		padding: 60px 30px
	}

	.hero__wrapper:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;

		left: 0;
		background: #f6f6f6;
		border-radius: 32px;
		z-index: -1;
	}

	.hero__img {
		width: 380px;
		height: auto;
		right: 0;
	}

	.hero__test-block {
		-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;
		border-radius: 40px
	}

	.hero__succes-block {
		border-radius: 40px
	}

	.hero__test-text {
		margin-right: 0;
		margin-bottom: 28px
	}

	.hero__test-btn {
		width: 100%
	}

	.hero__succes-block .hero__test-text {
		width: 100%;
	}

	.hero__succes-block .image {
		width: 100%;
	}

	.hero__succes-block .hero__test-text .btn {
		max-width: 100%;
		width: 100%;
	}

	.hero__test-text {
		margin-right: 0;
		margin-bottom: 28px
	}

	.hero__test-btn {
		width: 100%
	}

	.hero__title {

		font-size: 48px;
		line-height: 60px;

	}

	.section__quiz-wrapper {
		margin: 80px auto
	}

	.section__quiz-title {
		font-size: 36px;
		line-height: 44px
	}

	.quiz {
		padding: 60px 40px
	}

	.noanswer__wrapper {
		padding: 120px 0
	}

	.noanswer__title {
		font-size: 32px;
		line-height: 40px;
	}

	.noanswer__title br {
		display: none;
	}

	.noanswer__img {
		width: 450px
	}

	.footer__policies {
		margin-top: 0;
		-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;
		gap: 0;
	}

	.footer__policy {
		margin-top: 12px;
		margin-left: 0
	}

	.footer__policy:first-child {
		margin-top: 0
	}

	.thanks-video {
		padding-bottom: 100px
	}

	.thanks-video-block__left {
		max-width: 100%;
		margin-right: 0
	}

	.thanks-video__title {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%
	}

	.thanks-video-block__video {
		display: block;
		margin-top: 20px;
		border-radius: 16px;
		overflow: hidden;
		position: relative;
		padding-bottom: 56.6%
	}

	.thanks-video-block__video>div {
		position: absolute;
		left: 0;
		top: 0
	}

	.thanks-video__text {
		max-width: 100%;
		text-align: center
	}

	.thanks-video__btn-title {
		text-align: center
	}

	.thanks-video__btn-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.thanks-video-block__right {
		display: none
	}

	.thanks-yes-hero {
		padding-top: 76px;
		padding-bottom: 92px
	}

	.thanks-yes-feedback {
		padding: 100px 0
	}

	.thanks-yes-feedback__slider-warpper:after,
	.thanks-yes-feedback__slider-warpper:before {
		display: none
	}

	.thanks-yes-feedback-slider__arrow-prev {
		display: none
	}

	.thanks-yes-feedback-slider__arrow-next {
		display: none
	}

	.thanks-yes-feedback-item__right {
		margin-left: 30px
	}

	.thanks-yes-broadcasts {
		padding: 100px 0
	}

	.thanks-yes-broadcasts__right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.thanks-yes-broadcasts__right img {
		width: 100%;
		position: relative;
		top: auto;
		left: auto
	}

	.thanks-yes-agree__wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.thanks-yes-agree__left {
		max-width: 100%;
		text-align: center
	}

	.thanks-yes-agree__right {
		max-width: 100%;
		margin-top: 24px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width:991px) {
	.hero__img {
		width: 340px;
		height: auto;
	}

	.hero__title {
		font-size: 42px;
		line-height: 60px;
	}

	.section__quiz-title {
		font-size: 32px;
		line-height: 40px
	}

	.quiz {
		padding: 32px 24px;
		margin-top: 40px;
		border-radius: 40px
	}

	.quiz__get-number-wrapper .form-input-wrapper {
		max-width: 48%
	}

	.quiz__get-number-wrapper .form-input {
		padding-left: 22px
	}

	.noanswer__wrapper {
		padding-bottom: 0;
		padding-top: 60px
	}

	.noanswer__content {
		max-width: 100%
	}

	.noanswer__title {
		text-align: center
	}

	.noanswer__form-block {
		max-width: 748px;
		margin-left: auto;
		margin-right: auto
	}

	.noanswer__img {
		position: relative;
		left: auto;
		bottom: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 32px
	}

	.section__cpa-wrapper {
		margin: 40px auto;

	}

	.cpa__form {
		margin-top: 40px;
		padding: 40px;
		border-radius: 32px;
	}

	.footer {
		padding: 80px 0
	}

	.thanks-yes-hero__title {
		font-size: 48px;
		line-height: 54px
	}

	.thanks-yes-feedback {
		padding: 80px 0
	}

	.thanks-yes-feedback__title {
		font-size: 42px;
		line-height: 44px
	}

	.thanks-yes-feedback__desc-animation {
		display: block
	}

	.thanks-yes-feedback-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 48px;
		margin-top: 40px
	}

	.thanks-yes-feedback-item__left {
		max-width: 100%
	}

	.thanks-yes-feedback-item__right {
		max-width: 100%;
		margin-left: 0;
		margin-top: 16px
	}

	.thanks-yes-broadcasts {
		padding: 80px 0
	}

	.thanks-yes-broadcasts__title {
		font-size: 42px;
		line-height: 44px
	}

	.thanks-yes-broadcasts__wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px
	}

	.thanks-yes-broadcasts__left {
		max-width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.thanks-yes-broadcasts__right {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-left: auto;
		margin-right: auto
	}

	.thanks-yes-broadcasts__tg {
		margin-top: 60px
	}

	.thanks-yes-agree {
		padding: 80px 0
	}

	.thanks-yes-agree__left {
		font-size: 42px;
		line-height: 44px
	}
}

@media (max-width:767px) {
	.popup__content {
		border-radius: 20px
	}

	.btn {
		border-radius: 26px;
		padding: 6px 6px 6px 28px;
		font-size: 16px;
		line-height: 16px;
		width: 100%;
		max-width: 280px
	}

	.btn__icon {
		width: 40px;
		height: 40px
	}

	.btn__icon img,
	.btn__icon svg {
		width: 16px;
		height: 16px
	}

	.section-title {
		font-size: 24px;
		line-height: 32px
	}

	.logo__icon {}

	.slogan {
		display: flex;
		flex-direction: column;
		gap: 0.35rem;
		color: #8b8888;
		font-size: 12px;
	}

	.slogan span {
		font-size: 16px;
	}

	.ribbon {
		width: 24px;
		height: 32px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.form-row--message {
		font-size: 12px;
		line-height: 12px
	}

	.form-input-placeholder {
		font-size: 16px;
		line-height: 16px;
		top: 18px;
		left: 24px
	}

	.form-input {
		border-radius: 26px;
		padding: 15px 15px 15px 56px
	}

	.form-input-icon {
		left: 24px
	}

	.form-safeguard__icon {
		display: none
	}

	.required-description {
		font-size: 12px;
		line-height: 12px;
		margin-top: 20px
	}

	.form-agree {
		margin-top: 16px
	}

	.form-agree__text {
		font-size: 9.5px;
		line-height: 18px
	}

	.form-agree__text a:before {
		bottom: 2px
	}

	.header {
		padding: 16px 0 22px
	}

	.header__wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.header__logo {
		margin-top: 2px
	}

	.header__title {
		font-size: 12px;
		line-height: 16px;
		font-weight: 400;
		text-align: right
	}

	.header__title span {
		font-weight: 700;
		font-size: 12px;
		line-height: 16px
	}

	.header__title br {
		display: block
	}

	.hero__wrapper {
		border-radius: 40px;
		padding: 32px 24px
	}

	.hero__wrapper:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #f6f6f6;
		border-radius: 24px;
		z-index: -1;
	}

	.hero__img {
		width: 197px;
		height: auto;
		border-radius: 0 0 40px 0;
		right: 0
	}

	.hero__adv {
		margin-top: 60px;
		margin-bottom: 72px;
		-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__adv._desctop {
		display: none
	}

	.hero__adv._mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.hero__adv-item {
		margin-left: 0;
		margin-top: 16px;
		font-size: 14px;
		line-height: 14px;
		padding: 9px 12px
	}

	.hero__adv-item:first-child {
		margin-top: 0
	}

	.hero__adv-item img {
		width: 14px;
		height: 14px;
		margin-right: 8px
	}

	.hero__title {
		margin-top: 0;
		font-size: 24px;
		line-height: 32px
	}

	.hero__title br {
		display: none
	}

	.hero__test-block {
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent;
		margin-top: 20px
	}

	.hero__succes-block {
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent;
		margin-top: 20px
	}

	.hero__test-text {
		font-size: 16px;
		line-height: 24px
	}

	.section__quiz-wrapper {
		margin: 60px auto
	}

	.section__quiz-title {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 32px
	}

	.section__quiz-subtitle {
		font-size: 16px;
		line-height: 16px
	}

	.quiz__progress {
		border-radius: 10px;
		height: 20px
	}

	.quiz__progress-bar {
		border-radius: 10px
	}

	.quiz__questions-wrapper {
		margin-top: 28px
	}

	.quiz__question-title {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center
	}

	.quiz__question-title span {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		font-size: 20px;
		line-height: 28px
	}

	.quiz__range {
		margin-bottom: 12px;
		margin-top: 12px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.range-wrapper {
		margin-left: 0;
		margin-bottom: 28px
	}

	.quiz__range-input {
		max-width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 15px 19px;
		font-size: 16px;
		line-height: 16px;
		border-radius: 26px;
		text-align: center
	}

	.range-value-wrapper {
		margin-top: 20px;
		font-size: 12px;
		line-height: 12px
	}

	.quiz__items {
		margin-top: 28px
	}

	.quiz-item {
		margin-bottom: 12px
	}

	.quiz-item__label {
		padding: 12px;
		border-radius: 12px
	}

	.quiz-item__square {
		width: 24px;
		height: 24px;
		border-radius: 6px;
		margin-right: 14px
	}

	.quiz-item__square img,
	.quiz-item__square svg {}

	.quiz-item__title {
		font-size: 16px;
		line-height: 16px
	}

	.quiz__get-number {
		margin-top: 28px
	}

	.quiz__input {
		text-align: center;
		font-size: 16px;
		line-height: 16px;
		padding: 15px;
		border-radius: 26px
	}

	.quiz__input::-webkit-input-placeholder {
		font-size: 16px;
		line-height: 16px
	}

	.quiz__input::-moz-placeholder {
		font-size: 16px;
		line-height: 16px
	}

	.quiz__input:-moz-placeholder {
		font-size: 16px;
		line-height: 16px
	}

	.quiz__input:-ms-input-placeholder {
		font-size: 16px;
		line-height: 16px
	}

	.quiz__controls {
		margin-top: 24px
	}

	.difficult-btn {
		margin-bottom: 0
	}

	.difficult-btn .quiz-item__label {
		width: 240px;
		font-size: 16px;
		line-height: 16px;
		padding: 18px 18px;
		border-radius: 26px
	}

	.quiz-btn-prev {
		font-size: 16px;
		line-height: 16px;
		padding: 18px 28px;
		border-radius: 26px;
		width: 240px
	}

	.quiz-btn-next {
		width: 240px
	}

	.quiz__end {
		width: 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		z-index: 2;
		font-size: 16px;
		line-height: 16px
	}

	.quiz-attention {
		font-size: 14px;
		padding: 20px
	}

	.noanswer__wrapper {
		border-radius: 40px;
		padding: 32px 16px 0
	}

	.noanswer__wrapper:before {}

	.noanswer__title {
		font-size: 21px;
		line-height: 28px;
	}

	.noanswer__form-block {
		padding: 0;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-top: 20px
	}

	.noanswer__form-title {
		font-size: 16px;
		line-height: 24px
	}

	.noanswer__test-btn {
		margin-top: 28px
	}

	.noanswer__img {
		padding: 0;
		margin: 0 auto;
		width: 257px;
		height: auto;

	}

	.section__cpa-wrapper {
		margin: 40px auto;

	}

	.footer {
		padding: 60px 0
	}

	.footer__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.footer__logo {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 32px
	}

	.footer__logo .logo__icon {
		width: 30px;
		height: auto
	}

	.footer__policy {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}

	.sms-section {
		padding-top: 44px;
		padding-bottom: 0
	}

	.sms-section._number {
		padding-top: 44px;
		padding-bottom: 0
	}

	.sms-block {
		padding: 40px 24px;
		max-width: 480px;
		border-radius: 40px
	}

	.sms-block__title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 24px
	}

	.sms-block__title br {
		display: none
	}

	.sms-block__title br.mob {
		display: block
	}

	.sms-block__title span {
		display: block
	}

	.sms-block__form-submit {
		margin-top: 12px;
		padding: 18px;
		max-width: 100%
	}

	.sms-block__form.error .form-row--message {
		margin-top: 12px;
		margin-bottom: 8px
	}

	.sms-block__form .form-input {
		text-align: center;
		padding-left: 15px
	}

	.sms-block__control {
		margin-top: 28px
	}

	.sms-block__control-item {
		font-size: 14px;
		line-height: 14px
	}

	.page-quiz__slider-wrapper {
		min-height: auto;
		height: auto;
		margin-top: 24px
	}

	.page-quiz-slide__common-title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 24px
	}

	.page-quiz-slide__header {
		border-radius: 24px;
		padding: 28px 24px
	}

	.page-quiz-slide__number {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 12px
	}

	.page-quiz-slide__title {
		font-size: 20px
	}

	.page-quiz-slide__title br {
		display: block
	}

	.page-quiz-slide__items {
		margin-top: 32px;
		row-gap: inherit
	}

	.page-quiz-slide__item {
		width: 100%;
		max-width: 100%;
		margin-top: 8px
	}

	.page-quiz-slide__item:first-child {
		margin-top: 0
	}

	.slide1 .page-quiz-slide__item {
		max-width: 100%
	}

	.slide2 .page-quiz-slide__item {
		max-width: 100%
	}

	.page-quiz-slide__item-text {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 10px 18px;
		font-size: 16px
	}

	.page-quiz-slide__item-icon {
		width: 24px;
		height: 24px;
		margin-right: 14px
	}

	.page-quiz-slide__item-icon img,
	.page-quiz-slide__item-icon svg {
		width: 10px;
		height: 10px
	}

	.page-quiz__slider-control {
		margin-top: -36px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.page-quiz__slider-prev {
		font-size: 12px
	}

	.page-quiz__slider-prev img,
	.page-quiz__slider-prev svg {
		width: 8px;
		height: 8px;
		margin-right: 12px
	}

	.page-quiz__slider-order {
		max-width: 100%;
		margin-top: 24px;
		padding: 16px 28px
	}

	.footer-page-quiz {
		padding: 16px
	}

	.footer-page-quiz__wrapper img {
		display: none
	}

	.footer-page-quiz__wrapper span {
		font-size: 10px;
		line-height: 14px
	}

	.footer-page-quiz__wrapper span br {
		display: block
	}

	.page-quiz-sent {
		min-height: auto;
		margin-top: 12px
	}

	.page-quiz-sent__title {
		font-size: 28px;
		line-height: 32px
	}

	.page-quiz-sent__how {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 24px;
		margin-top: 38px;
		border-radius: 24px
	}

	.page-quiz-sent__how-text {
		font-size: 20px;
		line-height: 28px
	}

	.page-quiz-sent__how-icon {
		width: 52px;
		height: 52px
	}

	.page-quiz-sent__how-icon img {
		width: 20px;
		height: 20px
	}

	.page-quiz-sent__how-label {
		top: -14px;
		left: 24px;
		font-size: 14px;
		line-height: 14px;
		padding: 7px 12px;
		outline: 4px solid #fff;
		border-radius: 8px
	}

	.page-quiz-sent__social {
		margin-top: 28px
	}

	.page-quiz-sent__social-title {
		font-size: 28px;
		line-height: 32px
	}

	.page-quiz-sent__social-links {
		margin-top: 24px
	}

	.page-quiz-sent__social-link {
		padding: 12px 18px;
		font-size: 16px;
		line-height: 16px;
		width: 155px
	}

	.page-quiz-sent__social-link img,
	.page-quiz-sent__social-link svg {
		width: 20px;
		height: 20px;
		margin-right: 14px
	}

	.page-thanks-video .header {
		display: none
	}

	.thanks-video__result {
		margin-top: 26px
	}

	.thanks-video-result {
		border-radius: 16px;
		padding: 14px 14px 20px
	}

	.thanks-video-result__badge {
		width: 110px;
		height: 20px;
		border-radius: 4px;
		font-size: 12px;
		line-height: 12px
	}

	.thanks-video-result__title {
		font-size: 16px;
		line-height: 20px
	}

	.thanks-video-result__conditions {
		margin-top: 12px;
		font-size: 12px;
		line-height: 12px
	}

	.thanks-video-result__conditions svg {
		width: 12px;
		height: 12px;
		margin-left: 6px
	}

	.thanks-video-result__conditions:before {
		bottom: -4px
	}

	.thanks-video {
		padding-bottom: 20px
	}

	.thanks-video__wrapper {
		margin-top: 20px
	}

	.thanks-video__title {
		font-size: 28px;
		line-height: 32px;
		max-width: 300px
	}

	.thanks-video__text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px
	}

	.thanks-video__btn-title {
		margin-top: 16px;
		font-size: 16px;
		line-height: 16px
	}

	.thanks-video__btn-wrapper {
		margin-top: 20px
	}

	.thanks-video__btn {
		margin-right: 16px;
		width: calc(50% - 8px);
		height: 52px;
		font-size: 16px;
		line-height: 16px;
		border-radius: 26px
	}

	.thanks-yes-hero__bg1 {
		width: 90px;
		height: 120px;
		top: 81px;
		left: 16px
	}

	.thanks-yes-hero__bg1 img {
		width: 100%;
		height: 100%
	}

	.thanks-yes-hero__bg2 {
		width: 90px;
		height: 120px;
		top: 81px;
		right: 16px
	}

	.thanks-yes-hero__bg2 img {
		width: 100%;
		height: 100%
	}

	.thanks-yes-hero__manager {
		width: 100px;
		height: 100px
	}

	.thanks-yes-hero__manager-avatar {
		width: 100px;
		height: 100px
	}

	.thanks-yes-hero__manager-icon {
		width: 36px;
		height: 36px;
		right: -8px
	}

	.thanks-yes-hero__manager-icon img,
	.thanks-yes-hero__manager-icon svg {
		width: 16px;
		height: 16px
	}

	.thanks-yes-hero__title {
		margin-top: 24px;
		font-size: 28px;
		line-height: 32px
	}

	.thanks-yes-hero__title span {
		margin-left: 0;
		display: block;
		max-width: 206px;
		margin-left: auto;
		margin-right: auto
	}

	.thanks-yes-hero__title span:before {
		content: "";
		border-radius: 8px;
		width: calc(100% + 18px);
		height: 100%;
		position: absolute;
		left: -9px;
		top: 0
	}

	.thanks-yes-hero__desc {
		margin-top: 24px;
		font-size: 16px;
		line-height: 24px
	}

	.thanks-yes-hero__scroll {
		margin-top: 24px
	}

	.thanks-yes-feedback {
		padding: 52px 0
	}

	.thanks-yes-feedback__title {
		font-size: 24px;
		line-height: 28px;
		max-width: 328px
	}

	.thanks-yes-feedback__desc-animation {
		top: auto;
		bottom: 6px
	}

	.thanks-yes-feedback__slider-warpper {
		margin-top: 28px
	}

	.thanks-yes-feedback-item {
		border-radius: 24px;
		padding: 24px;
		margin-top: 16px
	}

	.thanks-yes-feedback-item__video {
		height: 320px
	}

	.thanks-yes-feedback-item__video-img {
		border-radius: 20px
	}

	.thanks-yes-feedback-item__video-btn {
		width: 80px;
		height: 80px
	}

	.thanks-yes-feedback-item__video-btn img,
	.thanks-yes-feedback-item__video-btn svg {
		width: 16px;
		height: 16px
	}

	.thanks-yes-feedback-item__name {
		font-size: 20px;
		line-height: 28px
	}

	.thanks-yes-feedback-item__info {
		margin-top: 12px;
		font-size: 16px;
		line-height: 16px;
		padding: 14px;
		text-align: center;
		border-radius: 10px
	}

	.thanks-yes-feedback-item__number-doc {
		margin-top: 16px;
		font-size: 14px;
		line-height: 14px
	}

	.thanks-yes-feedback-item__number-doc span {
		font-size: 14px;
		line-height: 14px
	}

	.thanks-yes-feedback-item__docs {
		border-top: 1px solid #e4e4e4;
		margin-top: 16px
	}

	.thanks-yes-feedback-item__docs-row {
		margin-top: 12px;
		padding-top: 0;
		border: none
	}

	.thanks-yes-feedback-item__docs-row:first-child {
		margin-top: 16px
	}

	.thanks-yes-feedback-item__docs-icon {
		width: 36px;
		height: 36px;
		margin-right: 12px
	}

	.thanks-yes-feedback-item__docs-icon img {
		height: 26px;
		width: 15.55px
	}

	.thanks-yes-feedback-item__emblem-icon {
		width: 36px;
		height: 36px;
		margin-right: 12px
	}

	.thanks-yes-feedback-item__emblem-icon img {
		height: 19.28px;
		width: 20px
	}

	.thanks-yes-feedback-item__docs-link {
		font-size: 14px;
		line-height: 14px
	}

	.thanks-yes-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
	}

	.thanks-yes-feedback-item__docs-link br {
		display: none
	}

	.thanks-yes-feedback-item__docs-link span:before {
		display: none
	}

	.thanks-yes-broadcasts {
		padding: 52px 0
	}

	.thanks-yes-broadcasts__title {
		font-size: 24px;
		line-height: 28px;
		max-width: 328px
	}

	.thanks-yes-broadcasts__wrapper {
		margin-top: 20px
	}

	.thanks-yes-broadcasts__left {
		margin-top: -3px;
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
		row-gap: 16px
	}

	.thanks-yes-broadcasts__item {
		border-radius: 20px;
		width: calc(50% - 8px);
		padding: 16px
	}

	.thanks-yes-broadcasts__item-title {
		margin-top: 12px;
		font-size: 16px
	}

	.thanks-yes-broadcasts__item-text {
		margin-top: 8px;
		font-size: 12px;
		line-height: 18px
	}

	.thanks-yes-broadcasts__item-text br {
		display: none
	}

	.thanks-yes-broadcasts__right {
		max-width: 328px
	}

	.thanks-yes-broadcasts__tg {
		margin-top: 32px;
		height: 52px;
		border-radius: 26px;
		max-width: 328px;
		font-size: 16px;
		line-height: 16px
	}

	.thanks-yes-broadcasts__tg svg {
		width: 24px;
		height: 24px;
		margin-right: 12px
	}

	.thanks-yes-agree {
		padding: 52px 0;
		background-image: url("../img/thanks-yes-agree__bg-m.faa327684aa3.jpg")
	}

	.thanks-yes-agree__left {
		font-size: 24px;
		line-height: 28px
	}

	.thanks-yes-agree__right {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.thanks-yes-agree__btn {
		height: 52px;
		border-radius: 26px;
		width: calc(50% - 8px);
		font-size: 16px;
		line-height: 16px
	}

	.thanks-yes-agree__btn.no {
		margin-right: 0
	}

	.call-thanks-popup__content {
		border-radius: 24px !important;
		max-width: 480px !important
	}

	.call-thanks-popup__body {
		padding: 40px 24px
	}

	.call-thanks-popup__manager {
		width: 100px;
		height: 100px
	}

	.call-thanks-popup__avatar {
		width: 100px;
		height: 100px
	}

	.call-thanks-popup__icon {
		width: 36px;
		height: 36px;
		right: -8px
	}

	.call-thanks-popup__icon img,
	.call-thanks-popup__icon svg {
		width: 16px;
		height: 16px
	}

	.call-thanks-popup__title {
		font-size: 24px;
		line-height: 24px;
		margin-top: 24px
	}

	.call-thanks-popup__desc {
		margin-top: 16px;
		font-size: 16px;
		line-height: 24px
	}

	.call-thanks-popup__btn {
		height: 52px;
		margin-top: 24px;
		border-radius: 26px
	}

	.popup__close {
		width: 20px;
		height: 20px;
		top: 24px;
		right: 24px
	}

	.popup__content-header {
		padding: 24px;
		font-size: 20px;
		line-height: 20px
	}

	.conditions-popup__content {
		border-radius: 24px !important
	}

	.conditions-popup__close {
		top: 16px;
		right: 16px;
		width: 20px;
		height: 20px
	}

	.conditions-popup__body {
		padding: 24px
	}

	.conditions-popup__title {
		font-size: 20px;
		line-height: 24px
	}

	.conditions-popup__text {
		margin-top: 16px
	}

	.conditions-popup__text p {
		margin-top: 12px
	}

	.no-sms__text {
		padding: 24px
	}

	.get-email-popup .popup__content {
		padding: 40px 24px;
		border-radius: 40px;
		max-width: 480px
	}

	.get-email-popup .popup__close {
		top: 24px;
		right: 24px
	}

	.get-email-popup__icon {
		width: 100px;
		height: 100px;
		margin-bottom: 32px
	}

	.get-email-popup__icon img,
	.get-email-popup__icon svg {
		width: 36px;
		height: 36px
	}

	.get-email-popup__title {
		font-size: 24px;
		line-height: 32px
	}

	.get-email-popup__ok {
		padding: 18px 20px;
		margin-top: 32px;
		max-width: 100%
	}

	.policy-popup .popup__content {
		padding: 40px 24px;
		border-radius: 40px
	}

	.policy-popup .popup__close {
		top: 24px;
		right: 24px
	}

	.policy-popup__title {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 20px
	}

	.policy-popup__text {
		font-size: 16px;
		line-height: 24px
	}

	.policy-popup__text p {
		margin-top: 20px
	}

	.requisites-popup__content {
		padding: 24px;
		max-width: 480px;
		border-radius: 24px
	}

	.requisites-popup__close {
		width: 20px;
		height: 20px;
		right: 16px;
		top: 16px
	}

	.requisites-popup__title {
		margin-bottom: 20px
	}

	.requisites-popup__list li {
		padding: 12px 0
	}

	.requisites-popup__list li:last-of-type {
		line-height: 24px
	}
}

@media (max-width:576px) {

	.cpa__form {
		margin-top: 40px;
		padding: 40px 16px;
		border-radius: 32px;
	}

	.cpa__form .form-input-wrapper {
		width: 100%;
		margin-bottom: 16px;
	}

	.cpa__form button {
		max-width: 100%;
	}

	.quiz__question-title span br {
		display: block
	}

	.quiz-item {
		width: 100%
	}

	.quiz__controls {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.difficult-btn {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		z-index: 1
	}

	.difficult-btn .quiz-item__label {
		width: 100%
	}

	.quiz-btn-prev {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		z-index: 1;
		font-size: 16px;
		line-height: 16px;
		margin-top: 12px
	}

	.quiz-btn-next.full-w--start {
		width: 100%
	}

	.quiz-btn-next {
		width: 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		z-index: 2;
		font-size: 16px;
		line-height: 16px
	}

	.quiz__get-number-wrapper .form-input-wrapper {
		max-width: 100%;
		margin-top: 12px
	}

	.quiz__get-number-wrapper .form-input-wrapper:first-child {
		margin-top: 0
	}

	.quiz__get-number-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.noanswer__form-title br {
		display: none
	}

	.footer__logo {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 20px;
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer__policy {
		width: 100%;
		text-align: center
	}

	.page-quiz-slide__item-text {
		width: 100%;
		max-width: 100%
	}

	.page-quiz-sent__title br {
		display: block
	}

	.page-quiz-sent__social br {
		display: block
	}

	.page-quiz-sent__social-links {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.page-quiz-sent__social-link {
		width: 100%;
		margin-bottom: 8px
	}

	.page-quiz-sent__social-link:last-of-type {
		margin-bottom: 0
	}

	.thanks-video__title {
		text-align: left;
		margin-left: 0
	}

	.thanks-video-block__video {
		height: 184px;
		padding-bottom: 0
	}

	.thanks-video__text {
		text-align: left;
		margin-left: 0;
		max-width: 328px
	}

	.thanks-video__btn-title {
		text-align: left
	}

	.call-thanks-popup__desc br {
		display: none
	}

	.no-sms__text {
		text-align: center
	}

	.no-sms__text br {
		display: none
	}
}

@media (max-width:425px) {
	.hero__img {

		border-radius: 0 0 40px 0;
		right: 0;
	}

	.thanks-yes-feedback-item__video {
		height: 180px
	}
}

@media (max-width:359px) {
	.popup {
		padding: 30px 10px
	}

	.btn {
		font-size: 14px;
		line-height: 14px
	}

	.btn__icon {
		margin-left: 20px
	}

	.quiz__end {
		font-size: 14px;
		line-height: 14px
	}

	.page-quiz-sent__how-text {
		font-size: 18px;
		line-height: 26px
	}
}

@media (any-hover:hover) {
	.btn:hover {
		background-color: #c83b29
	}

	.link-hover-red:hover:before {
		opacity: 1
	}

	.link-hover-grey:hover:before {
		opacity: 1
	}

	.form-safeguard__text a:hover {
		color: #b43e41
	}

	.form-agree__text a:hover:before {
		opacity: 0
	}

	.difficult-btn .quiz-item__label:hover {
		background-color: #dadbdf
	}

	.quiz-btn-prev:hover {
		background-color: #dadbdf
	}

	.footer__policy:hover {
		color: #1c1c1c
	}

	.sms-block__control-item:hover {
		color: #1c1c1c
	}

	.page-quiz__slider-prev:hover {
		color: #1c1c1c
	}

	.page-quiz__slider-order.active:hover {
		background-color: #c83b29
	}

	.page-quiz-sent__social-link:hover {
		border-color: #1c1c1c
	}

	.thanks-video-result__conditions:hover:before {
		opacity: 0
	}

	.thanks-video__btn.btn-yes:hover {
		background-color: #c83b29
	}

	.thanks-video__btn:hover {
		background-color: #dadbdf
	}

	.thanks-yes-feedback-slider__arrow-prev:hover {
		background-color: #fff;
		color: #1c1c1c
	}

	.thanks-yes-feedback-slider__arrow-next:hover {
		background-color: #fff;
		color: #1c1c1c
	}

	.thanks-yes-feedback-item__video-btn:hover {
		background-color: rgba(28, 28, 28, .6)
	}

	.thanks-yes-feedback-item__docs-link:hover span:before {
		opacity: 0
	}

	.thanks-yes-broadcasts__tg:hover {
		background-color: #038acc
	}

	.thanks-yes-agree__btn.no:hover {
		color: #b43e41;
		background-color: #fff
	}

	.thanks-yes-agree__btn.yes:hover {
		color: #fff;
		background-color: #b43e41
	}

	.call-thanks-popup__btn:hover {
		background-color: #d8dade
	}

	.popup__close:hover {
		color: #1c1c1c
	}

	.conditions-popup__close:hover {
		color: #454545
	}

	.requisites-popup__close:hover {
		color: #663a2a
	}
}

@media (max-height:768px) {
	.sms-section {
		padding-top: 44px;
		padding-bottom: 0
	}

	.sms-section._number {
		padding-top: 44px;
		padding-bottom: 0
	}
}