@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style-image: url(../img/a6ead9ac1.png)
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.flipdown.flipdown__theme-dark {
	font-family: sans-serif;
	font-weight: 700
}

.flipdown.flipdown__theme-dark .rotor-group-heading:before {
	color: #000
}

.flipdown.flipdown__theme-dark .rotor-group:first-child:after,
.flipdown.flipdown__theme-dark .rotor-group:first-child:before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before {
	background-color: #151515
}

.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-leaf-front,
.flipdown.flipdown__theme-dark .rotor-top {
	color: #fff;
	background-color: #151515
}

.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
	color: #efefef;
	background-color: #202020
}

.flipdown.flipdown__theme-dark .rotor:after {
	border-top: solid 1px #151515
}

.flipdown.flipdown__theme-light {
	font-family: sans-serif;
	font-weight: 700
}

.flipdown.flipdown__theme-light .rotor-group-heading:before {
	color: #aecde9
}

.flipdown.flipdown__theme-light .rotor-group:first-child:after,
.flipdown.flipdown__theme-light .rotor-group:first-child:before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before {
	background-color: #ddd
}

.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-leaf-front,
.flipdown.flipdown__theme-light .rotor-top {
	color: #222;
	background-color: #ddd
}

.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
	color: #333;
	background-color: #eee
}

.flipdown.flipdown__theme-light .rotor:after {
	border-top: solid 1px #222
}

.flipdown {
	overflow: visible;
	width: 510px;
	height: 110px
}

.flipdown .rotor-group {
	position: relative;
	float: left;
	padding-right: 30px
}

.flipdown .rotor-group:last-child {
	padding-right: 0
}

.flipdown .rotor-group-heading:before {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
	content: attr(data-before)
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
	content: attr(data-before)
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
	content: attr(data-before)
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
	content: attr(data-before)
}

.flipdown .rotor-group:first-child:before,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 115px;
	width: 10px;
	height: 10px;
	border-radius: 50%
}

.flipdown .rotor-group:first-child:after,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
	content: '';
	position: absolute;
	bottom: 50px;
	left: 115px;
	width: 10px;
	height: 10px;
	border-radius: 50%
}

.flipdown .rotor {
	position: relative;
	float: left;
	width: 50px;
	height: 80px;
	margin: 0 5px 0 0;
	border-radius: 4px;
	font-size: 4rem;
	text-align: center;
	-webkit-perspective: 200px;
	perspective: 200px
}

.flipdown .rotor:last-child {
	margin-right: 0
}

.flipdown .rotor-bottom,
.flipdown .rotor-top {
	overflow: hidden;
	position: absolute;
	width: 50px;
	height: 40px
}

.flipdown .rotor-leaf {
	z-index: 1;
	position: absolute;
	width: 50px;
	height: 80px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0s;
	transition: -webkit-transform 0s;
	transition: transform 0s;
	transition: transform 0s, -webkit-transform 0s;
	transition: transform 0s, -webkit-transform 0s
}

.flipdown .rotor-leaf.flipped {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
	overflow: hidden;
	position: absolute;
	width: 50px;
	height: 40px;
	margin: 0;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden
}

.flipdown .rotor-leaf-front {
	line-height: 80px;
	border-radius: 4px 4px 0 0
}

.flipdown .rotor-leaf-rear {
	line-height: 0;
	border-radius: 0 0 4px 4px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.flipdown .rotor-top {
	line-height: 80px;
	border-radius: 4px 4px 0 0
}

.flipdown .rotor-bottom {
	bottom: 0;
	line-height: 0;
	border-radius: 0 0 4px 4px
}

.flipdown .rotor:after {
	content: '';
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 40px;
	border-radius: 0 0 4px 4px
}

.flipdown {
	width: 312px;
	height: 70px
}

.flipdown .rotor {
	font-size: 2.2rem;
	margin-right: 2px
}

.flipdown .rotor,
.flipdown .rotor-bottom,
.flipdown .rotor-leaf,
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor:after {
	width: 24.5px
}

.flipdown .rotor-group {
	padding-right: 8px;
	position: relative;
	padding-bottom: 24px
}

.rotor-group-heading {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 8px);
	font-size: 11px;
	line-height: 1;
	letter-spacing: .323964px;
	text-transform: uppercase
}

.flipdown .rotor-group:last-child {
	padding-right: 0
}

.flipdown .rotor-group-heading:before {
	font-size: .8rem;
	height: 20px;
	line-height: 20px
}

.flipdown .rotor-group:first-child:after,
.flipdown .rotor-group:first-child:before,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
	left: 53px
}

.flipdown .rotor-group:first-child:before,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
	bottom: 39px;
	height: 4px;
	width: 4px
}

.flipdown .rotor-group:first-child:after,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
	bottom: 54px;
	height: 4px;
	width: 4px
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-top {
	line-height: 50px
}

.flipdown .rotor,
.flipdown .rotor-leaf {
	height: 50px
}

.flipdown .rotor-bottom,
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor:after {
	height: 25px
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	width: 20px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev:before {
	content: url(../img/arr_l.svg)
}

.slick-next:before {
	content: url(../img/arr_r.svg)
}

.slick-dots {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 7px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	text-align: center;
	color: #000;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #c8c8c8
}

.slick-dots li.slick-active button:before {
	border: none;
	color: #000;
	background: #56b91b
}

.slider-expert .slick-next,
.slider-expert .slick-prev {
	top: 200px;
	z-index: 100
}

.slider-expert .slick-prev {
	left: 50px
}

.slider-expert .slick-next {
	right: 50px
}

.slider-expert .slick-dots {
	bottom: 80px
}

.slick-slide {
	outline: 0
}

.slider-result .slick-next,
.slider-result .slick-prev {
	top: 188px;
	z-index: 100
}

.slider-result .slick-prev {
	left: -45px
}

.slider-result .slick-next {
	right: -45px
}

.slider-result .slick-slide .slider-result__slide {
	opacity: .75;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: .4s linear;
	transition: .4s linear
}

.slider-result .slick-center .slider-result__slide {
	opacity: 1 !important;
	-webkit-filter: none !important;
	filter: none !important;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
	-webkit-transition: .4s linear;
	transition: .4s linear;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.result-mob__dots .slick-dots {
	position: static
}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	src: local("montserrat"), url(../fonts/montserrat-v15-vietnamese_latin_cyrillic-500.woff2) format("woff2"), url(../fonts/montserrat-v15-vietnamese_latin_cyrillic-500.woff) format("woff")
}

body {
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 1.15;
	color: #000
}

.fico {
	display: inline-block;
	font-size: 3rem
}

.fico::before {
	display: block
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

a {
	display: inline-block;
	text-decoration: none;
	color: #000
}

img,
svg {
	display: block
}

button:focus,
input:focus {
	outline: 0
}

.wrapper {
	overflow: hidden
}

.container {
	width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto
}

.button {
	font-family: Arial, sans-serif;
	display: inline-block;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer;
	text-align: center;
	line-height: 1;
	position: relative;
	z-index: 10;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5fff00), color-stop(13.85%, #4ecc05), color-stop(70.1%, #38850b), color-stop(93.54%, #316811));
	background: linear-gradient(180deg, #5fff00 0, #4ecc05 13.85%, #38850b 70.1%, #316811 93.54%);
	border-radius: 32px;
	padding: 16px 15px;
	font-weight: 550;
	font-size: 23px;
	letter-spacing: .336066px;
	color: #fff;
	border: none;
	-webkit-transition: .3s;
	transition: .3s
}

.button:hover {
	-webkit-box-shadow: 0 -1.14676px 24px #42ff00;
	box-shadow: 0 -1.14676px 24px #42ff00
}

.button:active {
	background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, #5fff00), color-stop(23.75%, #4ecc05), color-stop(93.02%, #38850b), to(#316811));
	background: linear-gradient(0, #5fff00 0, #4ecc05 23.75%, #38850b 93.02%, #316811 100%);
	-webkit-box-shadow: 0 4px 5px rgba(255, 255, 255, .25), 0 10px 22.9353px rgba(66, 255, 0, .87);
	box-shadow: 0 4px 5px rgba(255, 255, 255, .25), 0 10px 22.9353px rgba(66, 255, 0, .87)
}

.text-gradient div {
	-webkit-background-clip: text;
	background-clip: text;
	color: rgba(255, 255, 255, 0);
	-webkit-text-fill-color: rgba(255, 255, 255, 0)
}

.text-gradient_gray div {
	background-image: radial-gradient(50% 50% at 50% 50%, #efefef 0, #bfbfbf 19.58%, #eeecec 37.29%, #aaa 58.65%, #878787 66.98%, #efefef 79.48%, #c1c1c1 94.58%)
}

.text-gradient_blue div {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16.98%, #1a36bd), to(#182d92));
	background-image: linear-gradient(180deg, #1a36bd 16.98%, #182d92 100%)
}

.text-gradient_blue2 div {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16.98%, #2f4cda), to(#243485));
	background-image: linear-gradient(180deg, #2f4cda 16.98%, #243485 100%)
}

.text-gradient_blue-light div {
	background-image: linear-gradient(178.06deg, #a5d0ff 1.68%, rgba(213, 233, 255, .86) 34.04%, rgba(255, 255, 255, .91) 50%)
}

.text-gradient_green div {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(14.9%, #fff), color-stop(69.06%, #a0c799));
	background-image: linear-gradient(180deg, #fff 14.9%, #a0c799 69.06%)
}

.text-gradient_green2 div {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5fff00), color-stop(13.85%, #4ecc05), color-stop(70.1%, #38850b), color-stop(93.54%, #316811));
	background-image: linear-gradient(180deg, #5fff00 0, #4ecc05 13.85%, #38850b 70.1%, #316811 93.54%)
}

.title {
	font-weight: 550;
	font-size: 45px;
	line-height: 122%;
	color: #3f5bdf
}

.text {
	line-height: 169%;
	color: #1a2d85
}

.product img {
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	position: relative
}

.input-wrapper {
	position: relative
}

form input.error {
	border-color: red
}

form label {
	display: none;
	position: absolute;
	width: 100%;
	right: 0;
	bottom: -13px;
	padding: 6px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: red;
	border-radius: 3px 3px 3px 0
}

form label::before {
	content: '';
	position: absolute;
	top: -14px;
	left: 10px;
	border: 7px solid transparent;
	border-bottom: 7px solid red
}

form .error+label {
	display: block
}

.header {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16.98%, rgba(26, 54, 189, .9)), to(rgba(24, 45, 146, .9)));
	background: linear-gradient(180deg, rgba(26, 54, 189, .9) 16.98%, rgba(24, 45, 146, .9) 100%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000
}

.header__button-wrap {
	margin-left: 70px
}

.header__button {
	font-weight: 400;
	text-align: center;
	min-width: 98px;
	font-size: 15px;
	line-height: 1;
	-webkit-font-feature-settings: 'liga'off;
	font-feature-settings: 'liga'off;
	color: #6bed1f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5fff00), color-stop(13.85%, #4ecc05), color-stop(70.1%, #38850b), color-stop(93.54%, #316811));
	background: linear-gradient(180deg, #5fff00 0, #4ecc05 13.85%, #38850b 70.1%, #316811 93.54%);
	border-radius: 18px;
	padding: 2px;
	-webkit-box-shadow: 0 0 0 1px #316811;
	box-shadow: 0 0 0 1px #316811
}

.header__button span {
	padding: 6px 15px;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16.98%, #1a36bd), to(#182d92));
	background: linear-gradient(180deg, #1a36bd 16.98%, #182d92 100%);
	border-radius: 18px
}

.header__content {
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 7px
}

.header__content::before {
	display: none
}

.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 187px
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff
}

.logo__img {
	position: relative
}

.logo__img::before {
	content: url(../img/logo-img.png);
	position: absolute;
	bottom: -22px;
	right: -24px
}

.logo__text {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.05;
	letter-spacing: .045em;
	text-transform: uppercase;
	padding-left: 17px
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 3px
}

.menu__item:not(:last-child) {
	margin-right: 53px
}

.menu__link {
	font-size: 15px;
	line-height: 1;
	-webkit-font-feature-settings: 'liga'off;
	font-feature-settings: 'liga'off;
	color: #fff;
	padding: 7px 0;
	position: relative
}

.menu__link.active,
.menu__link:hover {
	-webkit-background-clip: text;
	background-clip: text;
	color: rgba(255, 255, 255, 0);
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
	background-image: -webkit-gradient(linear, right top, left top, color-stop(10%, #5fff00), color-stop(50.93%, #4ecc05), color-stop(217.13%, #38850b), color-stop(286.37%, #316811));
	background-image: linear-gradient(270deg, #5fff00 10%, #4ecc05 50.93%, #38850b 217.13%, #316811 286.37%)
}

.menu__link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0) scale(0, 1);
	transform: translate(-50%, 0) scale(0, 1);
	width: calc(100% - 20px);
	height: 2px;
	background-image: -webkit-gradient(linear, right top, left top, color-stop(10%, #5fff00), color-stop(50.93%, #4ecc05), color-stop(217.13%, #38850b), color-stop(286.37%, #316811));
	background-image: linear-gradient(270deg, #5fff00 10%, #4ecc05 50.93%, #38850b 217.13%, #316811 286.37%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.menu__link.active::after,
.menu__link:hover::after {
	-webkit-transform: translate(-50%, 0) scale(1, 1);
	transform: translate(-50%, 0) scale(1, 1)
}

.header-mob {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16.98%, rgba(26, 54, 189, .9)), to(rgba(24, 45, 146, .9)));
	background: linear-gradient(180deg, rgba(26, 54, 189, .9) 16.98%, rgba(24, 45, 146, .9) 100%)
}

.header-mob__content {
	height: 45px;
	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
}

.logo-mob {
	font-weight: 700;
	font-size: 15px;
	line-height: 105%;
	letter-spacing: .045em;
	text-transform: uppercase;
	color: #fff
}

.hamburger {
	position: relative;
	width: 39px;
	height: 23px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s
}

.hamburger div {
	position: absolute;
	height: 3px;
	border-radius: 2px;
	-webkit-transition: all .5s;
	transition: all .5s;
	right: 0
}

.hamburger div:first-child {
	top: 0;
	width: 100%;
	background: #9be272
}

.hamburger div:nth-child(2) {
	top: 10px;
	width: 30px;
	background: #84cf58
}

.hamburger div:nth-child(3) {
	top: 20px;
	width: 100%;
	background: #56b91b
}

.hamburger div:first-child,
.hamburger div:nth-child(3) {
	-webkit-transition: top .15s .15s, -webkit-transform .15s;
	transition: top .15s .15s, -webkit-transform .15s;
	transition: top .15s .15s, transform .15s;
	transition: top .15s .15s, transform .15s, -webkit-transform .15s
}

.hamburger div:nth-child(2) {
	opacity: 1;
	-webkit-transition: 0s .15s;
	transition: 0s .15s
}

.hamburger.active div:first-child,
.hamburger.active div:nth-child(3) {
	top: 10px;
	-webkit-transition: top .15s, -webkit-transform .15s .15s;
	transition: top .15s, -webkit-transform .15s .15s;
	transition: top .15s, transform .15s .15s;
	transition: top .15s, transform .15s .15s, -webkit-transform .15s .15s
}

.hamburger.active div:first-child {
	-webkit-transform: rotate(45deg) scale(.8, 1);
	transform: rotate(45deg) scale(.8, 1);
	-webkit-transition: top .15s, -webkit-transform .15s .15s;
	transition: top .15s, -webkit-transform .15s .15s;
	transition: top .15s, transform .15s .15s;
	transition: top .15s, transform .15s .15s, -webkit-transform .15s .15s
}

.hamburger.active div:nth-child(2) {
	opacity: 0;
	-webkit-transition: 0s 0s;
	transition: 0s 0s
}

.hamburger.active div:nth-child(3) {
	-webkit-transform: rotate(-45deg) scale(.8, 1);
	transform: rotate(-45deg) scale(.8, 1)
}

.main {
	background-image: linear-gradient(to top, #fff 0 243px, #ddecff 243px 100%), url(../img/main-bg.png);
	background-repeat: no-repeat;
	background-position: center
}

.main__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 830px;
	padding-bottom: 243px;
	position: relative
}

.main__button-wrap {
	display: none
}

.main__button-wrap__img {
	position: absolute;
	bottom: -58px;
	right: -14px;
	pointer-events: none
}

.main__text-block {
	width: 570px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative
}

.main__title {
	padding-top: 105px;
	font-weight: 550;
	font-size: 61px;
	line-height: 123%;
	padding-bottom: 23px
}

.main__form-block {
	width: 285px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative
}

.main__img-block {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-51%, 0);
	transform: translate(-51%, 0);
	bottom: 0;
	width: 1408px;
	height: 1113px
}

.main__img {
	position: absolute
}

.main__img_product {
	bottom: 131px;
	left: 595px;
	width: 400px;
}

.main__img_img1 {
	bottom: 27px;
	left: 458px
}

.main__img_img2 {
	bottom: 181px;
	right: 300px
}

.main__img_el {
	bottom: 195px;
	right: 214px;
	z-index: 10;
	pointer-events: none
}

.main__img_arrow {
	right: 105px;
	bottom: 26px;
	z-index: 1
}

.main-list {
	background: linear-gradient(223.06deg, rgba(255, 255, 255, .368) 1.48%, rgba(255, 255, 255, .1564) 33.28%, rgba(255, 255, 255, .92) 88.11%);
	border: 2px solid rgba(255, 255, 255, .58);
	border-radius: 9px;
	width: 420px;
	padding: 28px 27px;
	margin-bottom: 44px
}

.main-list__item {
	padding-left: 67px;
	position: relative;
	font-size: 29px;
	line-height: 117%;
	color: #1a2d85
}

.main-list__item:not(:last-child) {
	padding-bottom: 34px
}

.main-list__item::before {
	content: "";
	width: 55px;
	height: 60px;
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	background: url(../img/item.png) no-repeat center/contain
}

.top .main__img-block {
	background: url(../img/top-bg.png) no-repeat center/contain
}

.bottom {
	overflow: hidden
}

.bottom .main__title {
	padding-top: 65px
}

.bottom .main__img-block {
	background: url(../img/bottom-bg.png) no-repeat 17px calc(100% - 5px)/contain
}

.form-block {
	height: 100%;
	padding: 65px 29px 52px;
	background: linear-gradient(41.16deg, rgba(61, 71, 157, .0483) -.82%, rgba(84, 130, 166, .69) 72.18%);
	-webkit-backdrop-filter: blur(14.4869px);
	backdrop-filter: blur(14.4869px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.form-block__title {
	font-weight: 700;
	font-size: 19px;
	line-height: 127%;
	letter-spacing: .271926px;
	color: #fff;
	padding-bottom: 10px
}

.price {
	line-height: 1;
	font-weight: 900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 17px
}

.price__old {
	color: #d6d6d6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 5px
}

.price__old-sum {
	font-size: 23px;
	letter-spacing: .522403px;
	position: relative
}

.price__old-sum::before {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	border-top: 2px solid rgba(255, 0, 31, .77);
	width: 100%;
	-webkit-transform: rotate(-18deg);
	transform: rotate(-18deg)
}

.price__old-currency {
	font-size: 12px;
	letter-spacing: .381213px;
	padding-left: 4px
}

.price__new {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative
}

.price__new-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5fff00), color-stop(13.85%, #4ecc05), color-stop(70.1%, #38850b), color-stop(93.54%, #316811));
	background: linear-gradient(180deg, #5fff00 0, #4ecc05 13.85%, #38850b 70.1%, #316811 93.54%);
	border-radius: 99px;
	padding: 32px 10px 32px 17px;
	position: relative
}

.price__new-sum {
	font-size: 39px;
	letter-spacing: -.0699648px;
	text-shadow: 0 4.31642px 4.31642px rgba(0, 0, 0, .09)
}

.price__new-currency {
	font-size: 12px;
	letter-spacing: .381213px;
	padding-left: 4px
}

.price__new::before {
	content: url(../img/price-img.png);
	position: absolute;
	right: -90px;
	top: -15px
}

.form-select {
	display: none
}

.form__input-wrap {
	padding-bottom: 13px
}

.form__input-wrap:first-of-type {
	z-index: 2
}

.form__input {
	font-family: Arial, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250, 251, 252, .5236)), to(rgba(250, 251, 252, .77)));
	background: linear-gradient(180deg, rgba(250, 251, 252, .5236) 0, rgba(250, 251, 252, .77) 100%);
	border: 1px solid #fff;
	border-radius: 2px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: .301761px;
	color: #000;
	padding: 9px 12px;
	width: 100%
}

.form__input:focus {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250, 251, 252, .68)), to(#fafbfc));
	background: linear-gradient(180deg, rgba(250, 251, 252, .68) 0, #fafbfc 100%)
}

.form ::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 1;
	letter-spacing: .301761px;
	color: #999
}

.form :-ms-input-placeholder {
	font-size: 16px;
	line-height: 1;
	letter-spacing: .301761px;
	color: #999
}

.form ::-ms-input-placeholder {
	font-size: 16px;
	line-height: 1;
	letter-spacing: .301761px;
	color: #999
}

.form ::-moz-placeholder {
	font-size: 16px;
	line-height: 1;
	letter-spacing: .301761px;
	color: #999
}

.form ::placeholder {
	font-size: 16px;
	line-height: 1;
	letter-spacing: .301761px;
	color: #999
}

.form__button {
	width: 100%;
	margin-top: 17px
}

.timer {
	padding-bottom: 20px
}

.section1 {
	margin-top: -159px;
	position: relative;
	padding-bottom: 106px
}

.section1__container {
	width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto
}

.section1__content {
	padding-top: 100px
}

.section1__text-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 80px
}

.section1__block1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
	padding-left: 70px;
	text-align: right
}

.section1__block2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	position: relative
}

.section1__list {
	line-height: 1.2;
	padding-bottom: 35px
}

.section1__list li {
	padding-bottom: 10px
}

.section1__subtitle {
	font-weight: 550;
	font-size: 45px;
	line-height: 122%;
	color: #656565
}

.section1__title {
	padding-bottom: 52px
}

.section1__img-section {
	height: 438px;
	background: url(../img/s1-bg.jpg) no-repeat center/auto 100%
}

.section1__img-block {
	position: absolute;
	bottom: -653px;
	right: -43px;
	width: 330px;
	height: 635px
}

.section1__img {
	position: absolute
}

.section1__img_img1 {
	top: 0;
	left: 45px
}

.section1__img_img2 {
	top: 150px;
	right: 0
}

.section1__img_img3 {
	bottom: 0;
	left: 0
}

.section1__img_img4 {
	bottom: -65px;
	right: 30px;
	z-index: 2;
}

.section1__product {
	width: 400px;
	height: 275px;
	position: absolute;
	bottom: 0;
	left: -80px;
	z-index: 2;
}

.section1__product::before {
	content: "";
	position: absolute;
	top: -116px;
	left: -124px;
	width: 405px;
	height: 352px;
	background: url(../img/product-bg.png) no-repeat center/contain
}

.section1__mob-img {
	position: absolute;
	display: none;
	-webkit-animation: anim-q 4s infinite;
	animation: anim-q 4s infinite
}

.section1__mob-img_1 {
	right: 10px;
	bottom: 84px
}

.section1__mob-img_2 {
	right: 120px;
	bottom: 173px;
	width: 72px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.section1__mob-img_3 {
	right: 97px;
	bottom: 47px;
	width: 55px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

@-webkit-keyframes anim-q {
	0% {
		opacity: .1
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: .1
	}
}

@keyframes anim-q {
	0% {
		opacity: .1
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: .1
	}
}

.section2 {
	background-color: #e7f2ff;
	background-image: url(), -webkit-gradient(linear, left top, left bottom, color-stop(2%, #a5d0ff), color-stop(23%, rgba(213, 233, 255, .54)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(2%, #a5d0ff), color-stop(23%, rgba(213, 233, 255, .54)), color-stop(50%, rgba(255, 255, 255, 0)));
	background-image: url(), linear-gradient(#a5d0ff 2%, rgba(213, 233, 255, .54) 23%, rgba(255, 255, 255, 0) 50%), linear-gradient(to top, #a5d0ff 2%, rgba(213, 233, 255, .54) 23%, rgba(255, 255, 255, 0) 50%);
	background-repeat: no-repeat;
	background-position: calc(50% - 180px) bottom, 0 0, 0 0
}

.section2__content {
	padding-top: 138px;
	padding-bottom: 122px;
	min-height: 680px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.section2__text-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	position: relative
}

.section2__title {
	padding-bottom: 52px
}

.section2__img-block {
	position: absolute;
	top: 105px;
	left: 0;
	width: 600px;
	height: 500px
}

.section2__img {
	position: absolute
}

.section2__img_1 {
	top: 216px;
	left: 0
}

.section2__img_2 {
	bottom: 109px;
	right: 173px
}

.section2__img_3 {
	top: 99px;
	right: -31px
}

.section2__img_4 {
	display: none
}

.section2__img_5 {
	display: none
}

.section2__product {
	width: 478px;
	height: 400px;
	position: absolute;
	bottom: 0;
	left: 0
}

.section2__product::before {
	content: "";
	position: absolute;
	top: -200px;
	left: -153px;
	width: 782px;
	height: 605px;
	background: url() no-repeat center/contain
}

.expert {
	position: relative;
	background-image: url(../img/expert-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1;
}

.expert__container {
	width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: relative
}

.expert__container::before {
	content: "";
	background: url(../img/expert-img.png) no-repeat center/cover;
	width: 168px;
	height: 219px;
	position: absolute;
	top: -100px;
	right: 330px;
	z-index: 10
}

.expert__title {
	padding-top: 40px;
	padding-bottom: 56px
}

.expert__product {
	width: 400px;
	height: 275px;
	position: absolute;
	bottom: 50px;
	right: calc(50% - 700px)
}

.expert__product::before {
	content: "";
	position: absolute;
	top: -177px;
	left: -193px;
	width: 607px;
	height: 545px;
	background: url(../img/product-bg.png) no-repeat center/contain
}

.expert__product::after {
	content: "";
	position: absolute;
	width: 253px;
	height: 251px;
	top: 91px;
	left: 64px;
	background: url(../img/product-el.png) no-repeat center/contain
}

.slider-expert {
	padding-bottom: 141px
}

.slider-expert__slide {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 920px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .78)), to(rgba(255, 255, 255, .78)));
	background: linear-gradient(180deg, rgba(255, 255, 255, .78) 0, rgba(255, 255, 255, .78) 100%);
	border: 2px solid #ebebeb;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	border-radius: 8px;
	padding: 68px 70px 50px 95px;
	min-height: 435px
}

.slider-expert__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.slider-expert__name {
	font-size: 29px;
	color: #828282;
	padding-bottom: 15px;
	position: relative
}

.slider-expert__name::before {
	content: '”';
	position: absolute;
	display: block;
	width: 128px;
	right: 0;
	top: -34px;
	font-size: 254px;
	line-height: 1;
	letter-spacing: -.985em;
	color: #f1f1f1
}

.slider-expert__info {
	font-size: 18px;
	color: #1a2d85;
	padding-bottom: 28px
}

.slider-expert__text {
	font-size: 18px;
	color: #828282;
	line-height: 169%
}

.slider-expert__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 7px;
	margin-left: 31px;
	width: 241px;
	height: 241px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .7);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .7)
}

.slider-expert__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top
}

.result {
	background-color: #e7f2ff;
	background-image: url(../img/result-bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(2%, #a5d0ff), color-stop(23%, rgba(213, 233, 255, .54)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(2%, #a5d0ff), color-stop(23%, rgba(213, 233, 255, .54)), color-stop(50%, rgba(255, 255, 255, 0)));
	background-image: url(../img/result-bg.png), linear-gradient(#a5d0ff 2%, rgba(213, 233, 255, .54) 23%, rgba(255, 255, 255, 0) 50%), linear-gradient(to top, #a5d0ff 2%, rgba(213, 233, 255, .54) 23%, rgba(255, 255, 255, 0) 50%);
	background-repeat: no-repeat;
	background-position: calc(50% - 301px) -319px, 0 0, 0 0
}

.result__content {
	padding-top: 138px;
	position: relative;
	padding-bottom: 25px
}

.result__img {
	position: absolute;
	top: 137px;
	left: 45%;
	pointer-events: none;
	z-index: 1
}

.result__img-el {
	-webkit-transition: .1s;
	transition: .1s;
	position: relative
}

.result__img-bg {
	width: 293px;
	height: 226px;
	display: block;
	position: absolute;
	top: -23px;
	left: -93px
}

.result__title {
	padding-bottom: 41px;
	width: 430px;
	margin-left: auto
}

.result__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.result__before {
	position: relative
}

.result__after {
	margin-top: -75px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	position: relative
}

.result__arr {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 5
}

.result__slider-img {
	border: 4px solid #fff;
	width: 154px;
	height: 154px;
	overflow: hidden
}

.result__slider-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.slider-result {
	width: 920px;
	margin: 0 auto
}

.slider-result__slide {
	width: 298px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#fff));
	background: linear-gradient(180deg, #fff 0, #fff 100%);
	border: 2px solid #ebebeb;
	-webkit-box-shadow: 0 5px 10px #9fbddd;
	box-shadow: 0 5px 10px #9fbddd;
	border-radius: 6px;
	padding: 47px 25px 20px;
	margin: 55px auto
}

.slider-result__name {
	font-size: 29px;
	line-height: 1;
	color: #353535;
	padding-bottom: 18px
}

.slider-result__text {
	line-height: 169%;
	color: #5b5b5b;
	padding-left: 10px
}

.result-mob {
	display: none
}

.result-mob__content {
	width: 100%;
	min-height: 420px;
	background: linear-gradient(100deg, #fff 33.17%, #e3efff 97.49%);
	border-radius: 10px;
	padding: 33px 9px
}

.result-mob__text {
	font-size: 18px;
	line-height: 169%;
	color: #3f5bdf;
	padding-left: 7px
}

.result-mob__dots {
	padding-top: 44px
}

.result-mob__img {
	position: absolute;
	pointer-events: none
}

.result-mob__img_1 {
	bottom: 21px;
	left: 177px
}

.result-mob__img_2 {
	bottom: -91px;
	left: 25px
}

.slider-result-name {
	font-size: 27px;
	line-height: 1;
	color: #4f4f4f;
	padding-bottom: 10px;
	padding-left: 7px
}

@-webkit-keyframes rezult_sc {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes rezult_sc {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.section3 {
	overflow: hidden
}

.section3__content {
	padding-top: 138px;
	padding-bottom: 129px;
	position: relative;
	min-height: 830px
}

.section3__text-block {
	width: 608px;
	position: relative
}

.section3__img {
	position: absolute
}

.section3__img_1 {
	top: -115px;
	left: 264px
}

.section3__img_2 {
	bottom: 11px;
	left: 13px;
	z-index: 1
}

.section3__text {
	padding-bottom: 250px
}

.section3__title {
	font-weight: 550;
	font-size: 50px
}

.section3__text {
	width: 475px
}

.section3__subtitle {
	padding-bottom: 51px
}

.discount {
	position: absolute;
	bottom: 45px;
	left: 50%;
	-webkit-transform: translate(-38%, 0);
	transform: translate(-38%, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 900;
	line-height: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.discount__number {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 236px;
	height: 236px;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16.98%, #2f4cda), to(#243485));
	background: linear-gradient(180deg, #2f4cda 16.98%, #243485 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 98px;
	letter-spacing: -.156513px;
	-webkit-box-shadow: 0 0 40px #95b2d2;
	box-shadow: 0 0 40px #95b2d2;
	-webkit-animation: anim-discount 2s linear infinite;
	animation: anim-discount 2s linear infinite
}

.discount__symbol {
	font-size: 75px;
	letter-spacing: .398222px;
	-webkit-animation: anim-discount 2s -1s linear infinite;
	animation: anim-discount 2s -1s linear infinite
}

@-webkit-keyframes anim-discount {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes anim-discount {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.floating-button {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	z-index: 900;
	background: rgba(239, 246, 255, .8);
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: translate(0, 200px);
	transform: translate(0, 200px);
	text-align: center
}

.floating-button__button {
	min-width: 235px
}

.floating-button.active {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: .5s;
	transition: .5s
}

@media screen and (max-width:1140px) {
	.slick-dots li {
		margin: 0 16px
	}

	.slider-expert .slick-next,
	.slider-expert .slick-prev {
		top: 105px
	}

	.slider-expert .slick-prev {
		left: calc(50% - 150px)
	}

	.slider-expert .slick-next {
		right: calc(50% - 150px)
	}

	.slider-expert .slick-dots {
		bottom: 40px
	}

	.result-mob__dots .slick-dots li {
		margin: 0 5px
	}

	.container {
		width: 320px;
		padding-left: 14px;
		padding-right: 14px;
		margin: 0 auto
	}

	.title {
		font-size: 36px
	}

	.header {
		display: none;
		height: 100vh;
		overflow-y: auto
	}

	.header__button-wrap {
		margin-left: 0
	}

	.header__button {
		min-width: 235px;
		display: inline-block;
		-webkit-user-select: none;
		-ms-user-select: none;
		-moz-user-select: none;
		user-select: none;
		cursor: pointer;
		text-align: center;
		line-height: 1;
		position: relative;
		z-index: 10;
		border-radius: 32px;
		padding: 16px 15px;
		font-weight: 550;
		font-size: 23px;
		letter-spacing: .336066px;
		color: #fff;
		border: none
	}

	.header__button span {
		padding: 0;
		background: 0 0;
		border-radius: initial
	}

	.header__content {
		height: auto;
		padding-left: 0;
		padding-top: 107px;
		padding-bottom: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative
	}

	.header__content::before {
		display: block;
		content: "";
		position: absolute;
		bottom: -27px;
		right: -10px;
		width: 91px;
		height: 83px;
		background: url(../img/decor-el1.png) no-repeat center/contain
	}

	.header__nav {
		padding-left: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 198px
	}

	.logo {
		display: none
	}

	.menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.menu__item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px
	}

	.menu__link {
		font-size: 18px
	}

	.header-mob {
		display: block
	}

	.main__content {
		min-height: initial;
		display: block;
		padding-bottom: 20px
	}

	.main__button-wrap {
		display: block;
		text-align: center;
		position: relative
	}

	.main__button {
		min-width: 235px
	}

	.main__text-block {
		width: 100%
	}

	.main__title {
		font-size: 40px;
		line-height: 122%;
		padding-top: 0
	}

	.main__form-block {
		width: 100%
	}

	.main__img-block {
		top: -181px;
		-webkit-transform: translate(-57%, 0);
		transform: translate(-57%, 0);
		width: 862px;
		height: 621px
	}

	.main__img_product {
		width: 196px;
		height: 180px;
		bottom: 118px;
		left: 456px
	}

	.main__img_img2 {
		display: none
	}

	.main__img_el {
		display: none
	}

	.main__img_arrow {
		display: none
	}

	.main-list {
		background: 0 0;
		border: none;
		width: 100%;
		padding: 30px 0;
		margin-bottom: 0
	}

	.main-list__item {
		font-size: 24px;
		padding-left: 46px
	}

	.main-list__item:not(:last-child) {
		padding-bottom: 21px
	}

	.main-list__item::before {
		left: -9px
	}

	.top {
		background-image: linear-gradient(#ddecff 0 293px, #fff 293px 100%)
	}

	.top .main__content {
		padding-top: 320px
	}

	.top .main__form-block {
		display: none
	}

	.top .main__img-block {
		background: url(../img/top-bg-mob.png) no-repeat center bottom/contain
	}

	.bottom {
		background: url(../img/main-bg.png), linear-gradient(to top, #ddecff 400px, rgba(255, 255, 255, 0) 600px);
		background-repeat: no-repeat;
		background-position: center calc(100% + 250px), 0 0;
		background-size: cover, auto
	}

	.bottom .main__content {
		padding-top: 0
	}

	.bottom .main__title {
		padding-top: 5px
	}

	.bottom .main__img-block {
		display: none
	}

	.section1 {
		margin-top: 0;
		padding-bottom: 0
	}

	.section1__container {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.section1__content {
		padding-top: 0
	}

	.section1__text-block {
		display: block;
		padding-bottom: 0
	}

	.section1__block1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: left;
		padding-top: 240px;
		position: relative;
		padding-left: 0;
		background-color: rgba(107, 107, 107, .32);
		background-image: linear-gradient(rgba(0, 0, 0, 0) 100px, #8d8d8d 400px), url(../img/s1-bg1-mob.png);
		background-repeat: no-repeat;
		background-position: 0 0, calc(50% - 20px) 0
	}

	.section1__block1-content {
		width: 320px;
		padding-left: 14px;
		padding-right: 14px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative
	}

	.section1__block2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 420px;
		padding-bottom: 30px;
		background-color: #ddecff;
		background-image: linear-gradient(rgba(0, 0, 0, 0) 300px, #fff 400px), url(../img/s1-bg2-mob.png);
		background-repeat: no-repeat;
		background-position: 0 0, calc(50% - 75px) 0
	}

	.section1__block2-content {
		width: 320px;
		padding-left: 14px;
		padding-right: 14px;
		margin: 0 auto
	}

	.section1__list {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		color: #fff;
		line-height: 1.4;
		padding-bottom: 13px;
		position: relative
	}

	.section1__list li {
		padding-bottom: 24px
	}

	.section1__subtitle {
		font-size: 40px;
		line-height: 122%;
		color: #fff;
		padding-bottom: 20px
	}

	.section1__title {
		padding-bottom: 14px
	}

	.section1__img-section {
		display: none
	}

	.section1__img-block {
		top: 0;
		height: 406px;
		right: calc(50% - 253px)
	}

	.section1__img_img1 {
		top: 160px;
		left: 110px
	}

	.section1__img_img2 {
		top: 338px;
		right: 105px
	}

	.section1__img_img3 {
		display: none
	}

	.section1__img_img4 {
		bottom: -150px;
		right: 46px
	}

	.section1__img_img4 img {
		width: 60px
	}

	.section1__product {
		width: 155px;
		height: 182px;
	}

	.section1__product::before {
		width: 268px;
		height: 215px;
		top: 21px;
		left: -45px;
	}

	.section1__mob-img {
		display: block
	}

	.section2__content {
		min-height: initial;
		padding-top: 30px;
		padding-bottom: 277px;
		display: block
	}

	.section2__text-block {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.section2__title {
		padding-bottom: 15px
	}

	.section2__img-block {
		top: auto;
		bottom: 0;
		left: 12px
	}

	.section2__img_1 {
		top: 339px;
		left: 8px
	}

	.section2__img_1 img {
		width: 67px;
		height: 67px
	}

	.section2__img_2 {
		bottom: -2px;
		right: 279px
	}

	.section2__img_4 {
		display: block;
		bottom: 164px;
		left: 76px
	}

	.section2__img_5 {
		display: block;
		bottom: -76px;
		left: 139px
	}

	.section2__product {
		width: 274px;
		height: 229px
	}

	.section2__product::before {
		width: 444px;
		height: 344px;
		top: -117px;
		left: -86px
	}

	.expert {
		background: 0 0
	}

	.expert__container {
		width: 100%;
		padding: 0
	}

	.expert__container::before {
		top: 100px;
		right: 50%;
		-webkit-transform: scale(-1, 1);
		transform: scale(-1, 1)
	}

	.expert__title {
		padding-top: 30px;
		padding-bottom: 25px
	}

	.expert__product {
		display: none
	}

	.slider-expert {
		padding-bottom: 85px
	}

	.slider-expert__slide {
		width: 320px;
		padding-left: 14px;
		padding-right: 14px;
		margin: 0 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border: none;
		min-height: initial;
		padding-top: 10px;
		padding-bottom: 10px
	}

	.slider-expert__content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.slider-expert__name::before {
		right: -29px;
		top: -104px;
		font-size: 225px;
		color: #3f5bdf
	}

	.slider-expert__info {
		padding-bottom: 15px
	}

	.slider-expert__img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 auto 35px;
		width: 226px;
		height: 226px
	}

	.result__content {
		padding-top: 33px;
		padding-bottom: 43px
	}

	.result__img {
		top: auto;
		left: auto;
		right: 8px;
		bottom: 368px
	}

	.result__img-el {
		width: 70px;
		height: 70px;
		-webkit-transition: .3s;
		transition: .3s
	}

	.result__img-bg {
		width: 180px;
		height: 130px;
		left: -58px;
		top: -13px
	}

	.result__title {
		width: 100%;
		margin-left: 0;
		padding-bottom: 33px
	}

	.result__arr {
		top: 31px;
		right: 12px
	}

	.result__slider-img {
		width: 170px;
		height: 170px
	}

	.slider-result {
		display: none
	}

	.result-mob {
		display: block;
		position: relative
	}

	.section3__content {
		padding-top: 33px;
		padding-bottom: 400px;
		min-height: initial
	}

	.section3__text-block {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.section3__img_1 {
		top: auto;
		left: -476px;
		bottom: -153px
	}

	.section3__img_2 {
		display: none
	}

	.section3__text {
		padding-bottom: 0
	}

	.section3__title {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		font-size: 40px;
		padding-bottom: 20px
	}

	.section3__title div {
		color: #3f5bdf;
		background-clip: initial;
		background: 0 0;
		-webkit-text-fill-color: initial
	}

	.section3__text {
		width: 100%
	}

	.section3__subtitle {
		font-size: 18px;
		line-height: 169%;
		padding-bottom: 0;
		color: #1a2d85;
		font-weight: 400
	}

	.discount {
		left: 15px;
		bottom: 200px;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.discount__number {
		width: 133px;
		height: 133px;
		font-size: 55px
	}

	.discount__symbol {
		font-size: 43px;
		position: absolute;
		top: -25px;
		right: -15px
	}
}

.blockRedLine3103 {
	z-index: 1 !important;
}