/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
main {
	display: block
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: rgba(0,0,0,0)
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted currentColor;
	text-decoration: underline dotted currentColor
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, [type=button], [type=reset], [type=submit] {
-webkit-appearance:button
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
box-sizing:border-box;
padding:0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
details {
	display: block
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
display:none
}
h1, h2, h3, h4, h5, h6, p, a, ol, ul, li {
	margin: 0;
	padding: 0;
	vertical-align: baseline
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
button {
	background-color: rgba(0,0,0,0);
	outline: none;
	border: 0;
	cursor: pointer;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
input {
	padding: 0
}
ul {
	list-style: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.mobile .desktop-only {
	display: none !important
}
.desktop .mobile-only {
	display: none !important
}
@font-face {
	font-family: "Lato";
	src: url(/s/main-page/fonts/Lato-Regular.ttf);
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: "Lato";
	src: url(/s/main-page/fonts/Lato-Bold.ttf);
	font-weight: bold;
	font-style: normal
}
@font-face {
	font-family: "Oooh Baby";
	src: url(/s/main-page/fonts/OoohBaby-Regular.ttf);
	font-weight: normal;
	font-style: normal
}
html {
	background-color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #000
}
body * {
	box-sizing: border-box
}
.landing {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden
}
.overflow-h {
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch
}
.overflow-v {
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}
.underline {
	position: relative;
	white-space: nowrap
}
.underline::before {
	position: absolute;
	top: 100%;
	right: -60px;
	content: "";
	background-color: #ff3052;
	-webkit-mask: url(/s/main-page/img/underline.svg) center/contain no-repeat;
	mask: url(/s/main-page/img/underline.svg) center/contain no-repeat;
	width: 191px;
	height: 13px
}
.strokes {
	position: relative;
	white-space: nowrap;
	z-index: -1
}
.strokes::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	background: url(/s/main-page/img/strokes.svg) center/contain no-repeat;
	width: 329px;
	height: 112px;
	transform: translate(-50%, calc(-50% + 10px));
	z-index: -1
}
@media(max-width: 960px) {
.strokes::before {
	width: 270px;
	height: 92px
}
}
@media(max-width: 480px) {
.strokes::before {
	width: 161px;
	height: 54px
}
}
.button {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: .02em
}
.button_size-s {
	border-radius: 16px;
	font-size: 12px;
	font-weight: bold;
	height: 36px;
	padding: 0 16px
}
.button_size-l {
	border-radius: 34px;
	font-size: 22px;
	font-weight: bold;
	height: 68px;
	padding: 0 18px
}
.button_color-b {
	background-color: #228dfa;
	border-radius: 4px;
	color: #fff
}
.button_color-r {
	background-color: #ff596b;
	color: #fff
}
.button_color-accent {
	background: linear-gradient(90deg, #FF4C64 0%, #FF8A84 100%);
	color: #fff
}
.button_w100 {
	width: 100%
}
.container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	text-align: center;
	padding: 0 40px;
	max-width: 1440px;
	margin: 0 auto
}
.container__wrap {
	grid-column: 3/span 8
}
@media(max-width: 960px) {
.container {
	display: flex;
	flex-direction: column;
	padding: 0 20px
}
}
.header {
	flex: 1 0 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	background: linear-gradient(180deg, rgba(199, 0, 33, 0.6) 0%, rgba(0, 0, 0, 0.15) 100%), url(/s/main-page/img/bg.jpg) center/cover;
	padding: 0 20px;
	text-align: center
}
.header__logo {
	max-width: 100%;
	margin-bottom: 26px
}
.header__slogan {
	font-family: "Oooh Baby", cursive;
	font-size: 36px;
	color: #fff;
	margin-bottom: 52px
}
.header__heart {
	position: absolute;
	top: 35px;
	left: 35px
}
.header__banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
@media(max-width: 960px) {
.header__logo {
	margin-bottom: 40px
}
.header__slogan {
	font-size: 28px;
	margin-bottom: 46px
}
.header__slogan .underline::before {
	right: -20px;
	width: 124px;
	height: 10px
}
}
.mobile .header {
	padding-bottom: 62px;
	background: linear-gradient(180deg, rgba(199, 0, 33, 0.6) 0%, rgba(0, 0, 0, 0.15) 100%), url(/s/main-page/img/bg_m.jpg) top/cover;
	justify-content: flex-end
}
.store-banner {
	display: flex;
	align-items: center;
	background-color: #fff;
	text-align: left;
	padding: 0 12px 0 8px;
	height: 80px;
	overflow: hidden
}
.store-banner__logo {
	flex-shrink: 0;
	font-size: 0;
	margin-right: 8px
}
.store-banner__content {
	flex: 1 1 auto;
	line-height: 1.16;
	margin-right: 4px
}
.store-banner__title {
	font-size: 12px;
	margin-bottom: 4px
}
.store-banner__desc {
	font-size: 11px;
	color: #999;
	margin-bottom: 4px
}
.main-content {
	flex-shrink: 0;
	position: relative;
	background-color: #fff2f2;
	padding-bottom: 270px;
	margin-top: -100vh
}
.main-content h2 {
	font-size: 48px
}
.main-content h3 {
	font-size: 28px
}
.main-content h4 {
	font-size: 20px
}
.section-intro {
	background: url(/s/main-page/img/quote.svg) center/400px 370px no-repeat;
	padding: 288px 0
}
.section-intro h2 {
	position: relative;
	color: #212121;
	margin-bottom: 44px;
	z-index: 1
}
.section-intro p {
	font-size: 24px;
	color: #303030
}
.section-profile {
	position: relative;
	color: #fff;
	padding: 160px 0 0;
	margin-bottom: 130px;
	overflow: hidden;
	z-index: 1
}
.section-profile::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: linear-gradient(131.74deg, #FA5278 0%, #F0332D 94.78%);
	border-radius: 0 0 164px 164px;
	width: 100%;
	height: 85%;
	transform: skewY(-10deg);
	transform-origin: top left;
	z-index: -1
}
.section-profile h2 {
	margin-bottom: 60px
}
.section-profile h2 .underline::before {
	background-color: #ffca51;
	width: 300px;
	height: 21px
}
.section-profile p {
	font-size: 24px;
	margin-bottom: 40px
}
.section-profile__image {
	background: url(/s/main-page/img/profile.png) center/contain no-repeat;
	height: 830px
}
.section-match {
	position: relative;
	padding-top: 44px;
	overflow: hidden;
	z-index: 1
}
.section-match::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background: #fff;
	border-radius: 164px 164px 0 0;
	width: 100%;
	height: 70%;
	transform: skewY(-8deg);
	transform-origin: top right;
	z-index: -1
}
.section-match h2 {
	margin: 0 0 124px -20px;
	line-height: 1.83
}
.section-match h2 span {
	display: inline-block;
	background-color: #fff;
	border-radius: 32px;
	padding: 0 20px;
	white-space: nowrap
}
.section-match h2 mark {
	display: inline-block;
	background: none;
	color: #ff3052;
	text-transform: uppercase
}
.section-match p {
	font-size: 24px;
	color: #212121
}
.section-match p+p {
	margin-top: 1.6em
}
.section-match__image {
	position: relative;
	grid-column: 1/span 6;
	background: url(/s/main-page/img/match.png) top center/contain no-repeat;
	height: 729px
}
.section-match__image::before, .section-match__image::after {
	content: "";
	z-index: -1
}
.section-match__image::before {
	position: absolute;
	top: 94px;
	right: 50%;
	background: url(/s/main-page/img/line_left.svg) center/contain no-repeat;
	width: 948px;
	height: 437px
}
.section-match__image::after {
	position: absolute;
	top: -10px;
	left: calc(50% - 80px);
	background: url(/s/main-page/img/line_right.svg) center/contain no-repeat;
	width: 1651px;
	height: 600px
}
.section-match__content {
	grid-column: 7/span 5;
	text-align: left;
	padding-top: 38px
}
.section-features {
	position: relative;
	background-color: #fff;
	row-gap: 68px;
	padding: 120px 0 160px;
	margin-bottom: 150px
}
.feature {
	grid-column: 2/span 5;
	text-align: left;
	padding: 0 48px
}
.feature__icon {
	width: 154px;
	height: 154px;
	margin: 0 0 -12px -32px
}
.feature__title {
	margin-bottom: 12px
}
.feature__desc {
	font-size: 20px;
	color: #303030
}
.feature:nth-child(even) {
	grid-column-start: 7
}
.section-stories {
	margin-bottom: 388px
}
.section-stories h2 {
	margin-bottom: 44px
}
.section-stories h2 .underline {
	color: #ff3052
}
.section-stories h2 .underline::before {
	width: 368px;
	height: 24px
}
.section-stories p {
	font-size: 20px;
	color: #303030;
	line-height: 1.6;
	margin-bottom: 60px
}
.section-stories a {
	color: #ff3052;
	font-weight: 600
}
.section-stories a::after {
	content: "";
	display: inline-block;
	border: 3px solid currentColor;
	border-top: none;
	border-left: none;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	margin-left: 8px
}
.section-stories__list {
	position: relative;
	grid-column: 2/span 10;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin-top: 60px
}
.section-stories__list::before {
	position: absolute;
	top: -80px;
	right: -110px;
	content: "";
	background: url(/s/main-page/img/hook.svg) top center/contain no-repeat;
	width: 244px;
	height: 222px
}
.review {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 40px;
	padding: 20px 10px 18px 20px
}
.review__photo {
	border-radius: 22%;
	width: 35%;
	height: auto;
	margin-right: 30px
}
.review__content {
	text-align: left
}
.review__text {
	font-size: 18px;
	line-height: 1.55;
	font-weight: bold;
	color: #303030;
	margin-bottom: 14px;
	padding-right: 10px
}
.review__info {
	display: inline-block;
	border-radius: 90px;
	color: #fff;
	margin-left: -12px;
	padding: 10px 16px 9px 12px
}
.review:nth-child(odd) {
	border-bottom-left-radius: 0
}
.review:nth-child(even) {
	border-bottom-right-radius: 0
}
.review:nth-child(1) {
	transform: translateX(-20px)
}
.review:nth-child(1) .review__info {
	background: linear-gradient(90deg, #1F8EFA 0%, #5EA3E6 100%)
}
.review:nth-child(2) {
	transform: translateX(-20px)
}
.review:nth-child(2) .review__info {
	background: linear-gradient(90deg, #9368E9 0%, #B170CD 100%)
}
.review:nth-child(3) {
	transform: translateX(20px)
}
.review:nth-child(3) .review__info {
	background: linear-gradient(90deg, #F6465A 0%, #E03AC0 100%)
}
.review:nth-child(4) {
	transform: translateX(20px)
}
.review:nth-child(4) .review__info {
	background: linear-gradient(90deg, #FF6F8E 0%, #FF836C 100%)
}
.section-promo h2 {
	position: relative;
	margin-bottom: 80px;
	z-index: 1
}
.section-promo h2 mark {
	position: relative;
	background: linear-gradient(89.66deg, #FF7354 0.29%, #FF3052 51.04%, #FF1B5F 99.71%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0,0,0,0);
	padding: 0 26px;
	margin: 0 16px;
	white-space: nowrap
}
.section-promo h2 mark::before {
	position: absolute;
	top: -9px;
	right: 0;
	bottom: -21px;
	left: 0;
	content: "";
	display: inline-block;
	background-color: #fff;
	border-radius: 32px;
	box-shadow: 0 8px 16px rgba(0,0,0,.05);
	z-index: -1
}
.section-promo h2 mark::after {
	position: absolute;
	top: -84px;
	right: -48px;
	content: "";
	background: url(/s/main-page/img/like_baloon.png) top center/contain no-repeat;
	width: 113px;
	height: 113px
}
.section-promo p {
	font-size: 24px;
	margin-bottom: 58px
}
@media(max-width: 960px) {
.main-content {
	padding-bottom: 142px
}
.main-content h2 {
	font-size: 36px
}
.main-content h3 {
	font-size: 26px
}
.main-content h4 {
	font-size: 18px
}
.section-intro {
	padding: 132px 0;
	background-size: 223px 206px;
	background-position-y: calc(50% + 50px)
}
.section-intro h2 {
	margin-bottom: 40px
}
.section-intro p {
	font-size: 20px
}
.section-profile {
	padding: 80px 0 0;
	margin-bottom: 80px
}
.section-profile::before {
	border-radius: 0 0 98px 98px
}
.section-profile h2 {
	margin-bottom: 28px
}
.section-profile h2 .underline::before {
	right: -50px;
	width: 234px;
	height: 16px
}
.section-profile p {
	font-size: 20px;
	margin-bottom: 40px
}
.section-profile__image {
	background: url(/s/main-page/img/profile.png) center/contain no-repeat;
	padding-bottom: 84%;
	height: auto
}
.section-match::before {
	border-radius: 98px 98px 0 0;
	height: 42%
}
.section-match h2 {
	margin-bottom: 28px
}
.section-match h2 mark::before {
	border-radius: 22px;
	top: 1px;
	bottom: 1px
}
.section-match p {
	font-size: 20px
}
.section-match__image {
	height: auto;
	margin: 0 -20px;
	padding-bottom: 124%
}
.section-match__content {
	order: -1;
	text-align: center;
	padding-top: 0;
	margin-bottom: 40px
}
.section-features {
	row-gap: 40px;
	padding: 40px 0 88px;
	margin-bottom: 80px
}
.section-features::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	background: url(/s/main-page/img/hook_m.svg) top center/contain no-repeat;
	width: 100px;
	height: 100px;
	transform: translate(-50%, calc(50% + 10px))
}
.feature {
	text-align: center;
	padding: 0 20px
}
.feature__icon {
	width: 141px;
	height: 141px;
	margin: 0
}
.feature__title {
	margin-bottom: 20px
}
.feature__desc {
	font-size: 18px
}
.feature:nth-child(1) {
	order: 1
}
.feature:nth-child(2) {
	order: 3
}
.feature:nth-child(3) {
	order: 2
}
.feature:nth-child(4) {
	order: 4
}
.section-stories {
	margin-bottom: 142px
}
.section-stories h2 {
	margin-bottom: 28px
}
.section-stories h2 .underline::before {
	right: -30px;
	width: 266px;
	height: 17px
}
.section-stories p {
	font-size: 18px;
	margin-bottom: 36px
}
.section-stories a::after {
	border-width: 2px;
	width: 8px;
	height: 8px;
	margin-left: 4px
}
.section-stories__list {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
	margin-top: 72px
}
.section-stories__list::before {
	content: none
}
.review {
	border-radius: 16px !important;
	transform: none !important
}
.review {
	flex-direction: column;
	border: 1px solid #f0f0f0;
	padding: 0 24px 20px
}
.review__photo {
	border-radius: 20px;
	width: 88px;
	height: 88px;
	margin: -32px 0 12px 0
}
.review__content {
	text-align: center
}
.review__text {
	font-size: 16px
}
.section-promo h2 {
	margin-bottom: 40px
}
.section-promo h2 mark {
	padding: 0 20px;
	margin: 0 4px
}
.section-promo h2 mark::before {
	top: -2px;
	bottom: -10px
}
.section-promo h2 mark::after {
	top: -36px;
	right: -16px;
	width: 57px;
	height: 57px
}
.section-promo p {
	font-size: 20px;
	margin-bottom: 40px
}
}
@media(max-width: 480px) {
.main-content h2, .main-content h3 {
	font-size: 24px
}
.main-content h4 {
	font-size: 16px
}
.section-intro p {
	font-size: 16px
}
.section-profile {
	padding-bottom: 60px;
	margin-bottom: 20px
}
.section-profile::before {
	border-radius: 0 0 40px 40px;
	height: 74%
}
.section-profile::after {
	position: absolute;
	bottom: 0;
	left: -20px;
	content: "";
	background: url(/s/main-page/img/line_bottom.svg);
	width: 525px;
	height: 151px;
	z-index: -1
}
.section-profile h2 .underline::before {
	right: -30px;
	width: 160px;
	height: 12px
}
.section-profile p {
	font-size: 16px
}
.section-profile__image {
	background: url(/s/main-page/img/profile_m.png) center/contain no-repeat;
	padding-bottom: 87%;
	height: auto
}
.section-match::before {
	border-radius: 40px 40px 0 0;
	height: 34%
}
.section-match h2 mark {
	padding: 0 8px
}
.section-match h2 mark::before {
	border-radius: 12px;
	top: 2px;
	right: 0;
	bottom: 2px;
	left: 0
}
.section-match p {
	font-size: 16px
}
.section-match__image {
	background: url(/s/main-page/img/match_m.png) center/contain no-repeat;
	padding-bottom: 157%
}
.section-match__image::before {
	width: 668px;
	height: 308px
}
.section-match__image::after {
	top: 30px;
	left: calc(50% - 40px);
	width: 1140px;
	height: 414px;
	z-index: -2
}
.feature__icon {
	width: 128px;
	height: 128px
}
.feature__desc {
	font-size: 16px
}
.section-stories h2 .underline::before {
	width: 184px;
	height: 11px
}
.section-stories p {
	font-size: 16px
}
.section-stories__list {
	margin-right: -8px;
	margin-left: -8px
}
.review__content {
	text-align: center
}
.review__text, .review__info {
	font-size: 14px
}
.section-promo h2 {
	display: flex;
	flex-direction: column;
	align-items: center
}
.section-promo h2 mark::before {
	bottom: -4px
}
.section-promo p {
	font-size: 16px
}
}
.footer {
	flex-shrink: 0;
	background-color: #000;
	padding: 44px 0 50px 0
}
.footer-butoom {
color:#FFF;text-align: center;  background-color: #000;padding: 10px 0 10px 0
}
.footer__logo {
	margin-top: -12px
}
.footer__links {
	justify-self: end;
	grid-column: 2/11;
	display: flex;
	align-items: center;
	color: #ffe9e9;
	white-space: nowrap
}
.footer__links a {
	display: inline-block;
	margin-left: 3px
}
.footer__social {
	grid-column: 12;
	justify-self: end;
	display: flex;
	align-items: center;
	-moz-column-gap: 4px;
	column-gap: 4px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	white-space: nowrap
}
@media(max-width: 960px) {
.footer {
	padding: 32px 20px 10px
}
.footer .container {
	align-items: flex-start
}
.footer__logo {
	margin: 0 0 60px
}
.footer__links {
	flex-direction: column;
	row-gap: 20px;
	align-items: flex-start;
	margin: 0 0 40px 4px
}
.footer__links a {
	margin: 0
}
}
@media(max-width: 480px) {
.footer {
	padding-left: 0;
	padding-right: 0
}
.footer__logo {
	width: 190px;
	height: 32px
}
.footer__links {
	font-size: 14px
}
}
.sticky {
	position: sticky;
	top: 0;
	background-color: #fff;
	border-bottom: 1px solid #f9c7cf;
	z-index: 10;
	margin-bottom: 100vh
}
.sticky__content {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1440px;
	padding: 0 40px 0 35px;
	margin: 0 auto;
	height: 60px
}
.sticky__apps {
	display: flex
}
.sticky__apps a {
	font-size: 0;
	margin-left: 24px
}
@media(max-width: 480px) {
.sticky__logo {
	width: 36px;
	height: 36px
}
.sticky__content {
	padding: 0 16px 0 14px
}
.footer{}
}
.store-badges {
	display: flex;
	justify-content: center
}
.store-badges__item {
	text-align: center;
	margin: 0 14px
}
.store-badges__item a {
	display: block;
	font-size: 0;
	margin-bottom: 24px
}


/*# sourceMappingURL=main.ac889ad54b0834c1ce9d.css.map*/
