@charset "UTF-8";

footer {
	background-color: #794f45
}

.element {
	display: inline-block;
	aspect-ratio: 1/1;
	--size: 20px;
	width: var(--size);
	mask: var(--icon) center center/contain no-repeat;
	-webkit-mask: var(--icon) center center/contain no-repeat;
	background: #000;
	transition: background .5s ease 0s
}

.social {
	position: relative;
	z-index: 20;
	display: flex;
	align-items: center;
	gap: 30px
}

@media (max-width:991.98px) {
	.social {
		gap: 20px
	}
}

@media (max-width:767.98px) {
	.social {
		margin-bottom: 30px;
		justify-content: center
	}
}

@media (any-hover:hover) {
	.social li a:hover .element {
		background: #fac1e4
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	border-bottom: 1px solid #fac1e4
}

.logo {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 11
}

@media (max-width:1359px) {
	.logo__main {
		width: 45px
	}
}

@media (max-width:991.98px) {
	.logo__main {
		width: 40px
	}
}

@media (max-width:767.98px) {
	.logo__main {
		width: 50px
	}
}

.logo__text {
	font-weight: 500;
	font-size: 32px;
	text-align: center;
	color: #070508
}

@media (max-width:1320px) {
	.logo__text {
		font-size: 28px
	}
}

@media (max-width:991.98px) {
	.logo__text {
		display: none
	}
}

.logo img {
	object-fit: cover;
	object-position: center
}

.top-header {
	padding: 10px 0;
	background-color: #fff
}

.top-header__container {
	max-width: 1600px !important;
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: space-between
}

@media (max-width:1359px) {
	.top-header__container {
		gap: 50px
	}
}

@media (max-width:991.98px) {
	.top-header__container {
		gap: 20px
	}
}

.top-header__actions {
	display: flex;
	gap: 30px
}

@media (max-width:1359px) {
	.top-header__actions {
		gap: 20px
	}
}

@media (max-width:479.98px) {
	.top-header__actions .top-header__button {
		font-size: 12px;
		padding-left: 20px;
		padding-right: 20px
	}
}

.top-header__button {
	position: relative;
	z-index: 11;
	background: #fac1e4;
	border-radius: 19px;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	transition: color .5s ease 0s, background-color .5s ease 0s
}

@media (any-hover:hover) {
	.top-header__button:hover {
		background-color: #000;
		color: #fac1e4
	}
}

@media (max-width:1359px) {
	.top-header__button {
		font-size: 18px;
		width: auto;
		padding-left: 30px;
		padding-right: 30px
	}
}

@media (max-width:991.98px) {
	.top-header__button {
		font-size: 18px
	}
}

@media (max-width:767.98px) {
	.top-header__button {
		font-size: 14px;
		line-height: 100%
	}
}

@media (max-width:1240px) {
	.top-header__button_callback {
		display: none
	}
}

@media (max-width:767.98px) {
	.top-header__button_callback {
		display: block
	}
}

.bottom-header__container {
	max-width: 1600px !important
}

@media (min-width:767.98px) {
	.bottom-header {
		padding: 15px 0;
		background-color: #000
	}
}

@media (max-width:767.98px) {
	.menu__body {
		padding: 150px 30px 30px 50px;
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 10;
		transition: left .5s ease 0s;
		text-align: center;
		overflow: auto
	}

	.menu__body::after {
		content: "";
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 82px;
		background-color: #fff;
		transition: left .5s ease 0s
	}

	.menu-open .menu__body {
		left: 0
	}

	.menu-open .menu__body::after {
		left: 0
	}
}

.menu__list {
	display: flex;
	justify-content: space-between
}

@media (max-width:767.98px) {
	.menu__list {
		flex-direction: column;
		text-align: center;
		gap: 30px
	}

	.menu__list:not(:last-child) {
		margin-bottom: 50px
	}
}

.menu__link {
	display: inline-block;
	padding: 11px 0;
	text-align: center;
	color: #fff;
	transition: color .5s ease 0s
}

@media (any-hover:hover) {
	.menu__link:hover {
		color: #fac1e4
	}
}

@media (max-width:1359px) {
	.menu__link {
		font-size: 20px
	}
}

@media (max-width:767.98px) {
	.menu__link {
		color: #000;
		font-size: 22px;
		padding: 0
	}
}

.icon-menu {
	display: none
}

@media (max-width:767.98px) {
	.icon-menu {
		display: block;
		position: relative;
		cursor: pointer;
		width: 30px;
		height: 18px;
		z-index: 11
	}
}

@media (max-width:767.98px) and (any-hover:none) {
	.icon-menu {
		cursor: default
	}
}

@media (max-width:767.98px) {

	.icon-menu span,
	.icon-menu::after,
	.icon-menu::before {
		content: "";
		transition: all .3s ease 0s;
		right: 0;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #000
	}

	.icon-menu::before {
		top: 0
	}

	.icon-menu::after {
		bottom: 0
	}

	.icon-menu span {
		top: calc(50% - 1px)
	}

	.menu-open .icon-menu span {
		width: 0
	}

	.menu-open .icon-menu::before {
		top: calc(50% - 1px);
		transform: rotate(-45deg)
	}

	.menu-open .icon-menu::after {
		bottom: calc(50% - 1px);
		transform: rotate(45deg)
	}
}

:root {
	--main-font-family: "Unbounded", sans-serif;
	--main-text-color: #000;
	--main-font-size: 24px
}

* {
	padding: 0;
	margin: 0;
	border: 0
}

*,
:after,
:before {
	box-sizing: border-box
}

body,
html {
	height: 100%;
	min-width: 375px
}

body {
	color: var(--main-text-color);
	line-height: 1;
	font-family: var(--main-font-family);
	font-size: var(--main-font-size);
	-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: var(--main-font-family);
	font-size: inherit
}

button {
	cursor: pointer;
	color: inherit;
	background-color: inherit
}

a {
	color: inherit;
	text-decoration: none
}

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
}

.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden
}

.wrapper>main {
	flex: 1 1 auto
}

.wrapper>* {
	min-width: 0
}

[class*=__container] {
	max-width: 1359px;
	margin: 0 auto;
	padding: 0 30px
}

.page {
	padding-top: 240px
}

@media (max-width:991.98px) {
	.page {
		padding-top: 180px
	}
}

@media (max-width:767.98px) {
	.page {
		padding-top: 100px
	}
}

.page_main {
	padding-top: 157px
}

@media (max-width:1359px) {
	.page_main {
		padding-top: 151px
	}
}

@media (max-width:767.98px) {
	.page_main {
		padding-top: 74px
	}
}

@media (max-width:479.98px) {
	.page_main {
		padding-top: 72px
	}
}

.title {
	font-size: 36px;
	text-align: center;
	color: #fff
}

.hero {
	position: relative;
	background: #d9d9d9;
	overflow: hidden;
	min-height: calc(100vh - 157px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.hero__top {
	padding: 100px 0
}

.hero__gif-block {
	position: absolute;
	bottom: -20px;
	left: -20px;
	z-index: 20
}

.hero__gif-block img {
	width: 309px;
	height: 284px
}

@media (max-width:1440px) {
	.hero__gif-block {
		display: none
	}
}

.hero__video-wrap {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none
}

.hero__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block
}

.hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .35)
}

.hero__decor {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	z-index: 1;
	pointer-events: none
}

.top-hero {
	position: relative;
	z-index: 3
}

.top-hero__container {
	max-width: 1600px !important;
	height: 100%
}

.top-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.top-hero__title {
	position: relative;
	z-index: 20
}

.top-hero__title:not(:last-child) {
	margin-bottom: 20px
}

.top-hero__overlay {
	background: rgba(0, 0, 0, .45)
}

.top-hero__button {
	position: relative;
	z-index: 20;
	display: inline-block;
	background: #fff;
	border-radius: 19px;
	text-align: center;
	color: #fac1e4;
	padding: 26px 38px;
	transition: color .5s ease 0s, background .5s ease 0s
}

.top-hero__button:not(:last-child) {
	margin-bottom: 30px
}

@media (any-hover:hover) {
	.top-hero__button:hover {
		background: #fac1e4;
		color: #000
	}
}

.top-hero__text-block {
	position: relative;
	z-index: 10;
	max-width: 949px;
	margin: 0 auto
}

.top-hero__text-block p {
	color: #fff;
	font-size: 24px;
	text-align: center
}

.top-hero__text-block p:not(:last-child) {
	margin-bottom: 30px
}

@media (max-width:991.98px) {
	.top-hero__text-block p:not(:last-child) {
		margin-bottom: 25px
	}
}

@media (max-width:991.98px) {
	.top-hero__text-block p {
		font-size: 20px
	}
}

@media (max-width:767.98px) {
	.top-hero__text-block p {
		font-size: 18px
	}
}

.top-hero__image {
	pointer-events: none;
	text-align: center
}

.top-hero__image img {
	width: 820px;
	max-width: 100%
}

.top-hero__image:not(:last-child) {
	margin-bottom: 30px
}

@media (max-width:1140px) {
	.bottom-hero {
		margin-top: 0
	}
}

@media (max-width:991.98px) {
	.title {
		font-size: 34px
	}

	.top-hero__button {
		font-size: 22px;
		padding: 20px 32px
	}

	.top-hero__description {
		font-size: 28px
	}
}

@media (max-width:767.98px) {
	.title {
		font-size: 30px
	}

	.top-hero__button {
		font-size: 20px
	}

	.top-hero__description {
		font-size: 24px
	}

	.top-hero__image:not(:last-child) {
		margin-bottom: 30px
	}
}

@media (max-width:479.98px) {
	.title {
		font-size: 24px
	}

	.top-hero__button {
		font-size: 18px
	}

	.top-hero__description {
		font-size: 19px
	}
}

.common-info {
	padding-top: 100px;
	margin-bottom: 200px;
}

.common-info__block:not(:last-child) {
	margin-bottom: 65px
}

.common-info__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px
}

.common-info__header-block {
	text-align: center
}

.common-info__header-block:not(:last-child) {
	margin-bottom: 50px
}

.common-info__bottom-footer p {
	max-width: 801px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 30px;
	background: #fac1e4;
	font-size: 40px;
	text-align: center
}

.common-info__subtitle {
	display: inline-block;
	padding: 30px;
	transform: rotate(-5deg);
	font-size: 40px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border: 4px solid #fac1e4;
	border-radius: 31px
}

.common-info__subtitle:not(:last-child) {
	margin-bottom: 40px
}

.common-info__list {
	position: relative;
	display: grid;
	gap: 54px;
	padding-left: 60px;
	flex-shrink: 0
}

.common-info__list li {
	font-size: 34px
}

.common-info__list::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 37px;
	height: 345px;
	z-index: 5;
	background: url(../images/arrow/decor-arraow-down.svg) center/contain no-repeat
}

.common-info__image {
	position: relative;
	text-align: right
}

.common-info__image img {
	width: 357px;
	height: 321px;
	object-fit: cover;
	object-position: center
}

@media (max-width:1359px) {
	.common-info__block {
		align-items: center
	}

	.common-info__subtitle {
		font-size: 36px;
		padding: 25px
	}

	.common-info__bottom-footer p {
		font-size: 36px;
		padding: 25px
	}

	.common-info__list {
		padding-left: 60px;
		gap: 30px
	}

	.common-info__list li {
		font-size: 36px
	}

	.common-info__image img {
		width: 227px;
		height: 212px
	}
}

@media (max-width:991.98px) {
	.common-info__subtitle {
		font-size: 32px;
		padding: 20px
	}

	.common-info__bottom-footer p {
		font-size: 32px;
		padding: 20px
	}

	.common-info__list {
		gap: 30px;
		padding-left: 50px
	}

	.common-info__list li {
		font-size: 32px
	}

	.common-info__image {
		display: none
	}
}

@media (max-width:767.98px) {
	.common-info {
		padding-top: 75px
	}

	.common-info__block {
		flex-direction: column;
		align-items: flex-start
	}

	.common-info__content {
		width: 100%
	}

	.common-info__subtitle {
		font-size: 28px
	}

	.common-info__bottom-footer p {
		font-size: 24px
	}

	.common-info__list li {
		font-size: 22px
	}

	.common-info__list::before {
		height: 200px
	}
}

@media (max-width:479.98px) {
	.common-info__subtitle {
		font-size: 24px
	}

	.common-info__bottom-footer p {
		max-width: 100%;
		font-size: 22px
	}

	.common-info__list {
		padding-left: 15px;
		flex-shrink: 1
	}

	.common-info__list li {
		font-size: 18px
	}

	.common-info__list::before {
		margin-left: -20px
	}
}

.main-headline-why {
	position: relative;
	z-index: 20
}

.main-headline-why:not(:last-child) {
	margin-bottom: 50px
}

.main-headline-why__block {
	max-width: 900px;
	margin: 0 auto;
	position: relative
}

@media (max-width:1359px) {
	.main-headline-why__block {
		max-width: 700px
	}
}

@media (max-width:991.98px) {
	.main-headline-why__block {
		max-width: 615px
	}
}

@media (max-width:767.98px) {
	.main-headline-why__block {
		max-width: 500px
	}
}

.main-headline-why__left {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%)
}

@media (max-width:1359px) {
	.main-headline-why__left {
		width: 100px
	}
}

@media (max-width:991.98px) {
	.main-headline-why__left {
		width: 80px
	}
}

@media (max-width:767.98px) {
	.main-headline-why__left {
		width: 60px;
		transform: translateY(-100%)
	}
}

.main-headline-why__subtitle {
	font-size: 64px;
	text-align: center
}

@media (max-width:1359px) {
	.main-headline-why__subtitle {
		font-size: 56px
	}
}

@media (max-width:991.98px) {
	.main-headline-why__subtitle {
		font-size: 48px
	}
}

@media (max-width:767.98px) {
	.main-headline-why__subtitle {
		font-size: 40px
	}
}

@media (max-width:479.98px) {
	.main-headline-why__subtitle {
		font-size: 32px
	}
}

.main-headline-why__right {
	position: absolute;
	top: 0;
	right: -20px;
	transform: translateY(-10%)
}

@media (max-width:1359px) {
	.main-headline-why__right {
		width: 130px
	}
}

@media (max-width:767.98px) {
	.main-headline-why__right {
		width: 100px;
		transform: translateY(40%)
	}
}

.why-we {
	padding-top: 150px
}

.why-we__team-block {
	margin-top: -63px
}

.calm-block {
	position: relative
}

.calm-block__header {
	flex-grow: 1;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 10px
}

@media (max-width:991.98px) {
	.calm-block__header {
		display: none;
	}
}

.calm-block__header img {
	position: relative;
	z-index: 10
}

.calm-block__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 50px
}

.calm-block__title {
	font-size: 48px;
	color: #000;
	position: relative;
	z-index: 10
}

.support-block__image {
	padding-right: 145px;
	text-align: right;
	flex-grow: 1;
	padding-top: 40px
}

.support-block__image img {
	width: 216px;
	height: 272px;
	object-fit: cover;
	object-position: center
}

.support-block__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px
}

.money-block__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px
}

.money-block__image img {
	width: 310px;
	height: 365px;
	object-fit: cover;
	object-position: center
}

.team-block__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px
}

.team-block__image {
	padding-right: 198px;
	transform: translateY(-68px);
	position: relative;
	z-index: 20
}

.team-block__image img {
	width: 256px;
	height: 297px;
	object-fit: cover;
	object-position: center;
	transform: rotate(-5px)
}

.content-block {
	position: relative
}

.content-block__header-wrapper_right {
	text-align: right
}

.content-block__header-wrapper_left {
	text-align: left
}

.content-block__label {
	font-size: 40px;
	text-align: center;
	color: #000;
	border: 4px solid #fac1e4;
	border-radius: 31px;
	height: 100px;
	line-height: 100px;
	transform: rotate(-5deg);
	position: relative;
	z-index: 20;
	background: #fff;
	display: inline-block;
	padding: 0 20px;
	min-width: 443px;
	transition: background-color .5s ease 0s, color .5s ease 0s
}

@media (any-hover:hover) {
	.content-block__label:hover {
		background-color: #000;
		color: #fac1e4
	}
}

.content-block__label_left {
	top: 48px;
	left: -66px;
	transform: rotate(-5deg)
}

.content-block__label_right {
	right: -50px;
	top: 48px;
	transform: rotate(5deg)
}

.content-block__list {
	position: relative;
	z-index: 10;
	background: #fac1e4;
	border: 4px solid #fac1e4;
	border-radius: 31px;
	padding: 60px 20px;
	padding-bottom: 20px
}

.money-block .content-block__list {
	padding-bottom: 60px
}

.content-block__list li {
	font-size: 32px;
	color: #000;
	line-height: 120%
}

.content-block__answer {
	position: relative;
	top: -59px;
	left: 31px;
	z-index: 20;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	text-align: center;
	color: #fff;
	height: 149px;
	padding: 0 5px;
	margin: 0 auto;
	border-radius: 30px;
	width: 94%;
	background: #000;
	transform: rotate(-5deg)
}

.content-block__image {
	transform: scaleX(-1)
}

.content-block__image img {
	width: 283px;
	height: 242px
}

@media (max-width:767.98px) {
	.content-block__image img {
		width: 227px;
		height: 194px
	}
}

.certificate-block {
	padding-top: 150px;
	position: relative
}

@media (max-width:991.98px) {
	.certificate-block {
		padding-top: 80px
	}
}

.certificate-block__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 300px;
	object-fit: cover;
	object-position: center
}

@media (max-width:991.98px) {
	.certificate-block__image {
		height: 200px
	}
}

.certificate-block__items {
	max-width: 760px;
	margin: 0 auto;
	display: flex;
	z-index: 20;
	position: relative;
	z-index: 20;
	align-items: flex-start
}

.certificate-block__item {
	position: relative
}

.certificate-block__item img {
	max-width: 100%
}

.certificate-block__item:nth-child(1) {
	z-index: 20
}

.certificate-block__item:nth-child(2) {
	z-index: 10;
	margin-left: -25px
}

.certificate-block__item:nth-child(3) {
	margin-left: -50px;
	z-index: 20
}

.certificate-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .9);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999
}

.certificate-modal img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain
}

.certificate-modal__close {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer
}

@media (min-width:991.98px) {
	.why-we {
		position: relative
	}

	.why-we::after {
		content: "";
		position: absolute;
		top: -100px;
		left: 50%;
		transform: translateX(-50%);
		width: 1197px;
		height: 1064px;
		background: url(../images/decors/why-decor-c.svg) center/cover no-repeat
	}

	.why-we__support-block {
		margin-top: -63px
	}

	.why-we__money-block {
		margin-top: -20px
	}

	.calm-block__content-block {
		flex: 0 1 673px
	}

	.support-block__content-block {
		flex: 0 1 632px
	}

	.money-block__content-block {
		flex: 0 1 673px
	}

	.team-block__content-block {
		flex: 0 1 632px
	}
}

@media (max-width:1359px) {
	.calm-block__container {
		gap: 30px
	}

	.calm-block__title {
		font-size: 42px
	}

	.support-block__image {
		padding-right: 0
	}

	.support-block__container {
		gap: 30px
	}

	.money-block__container {
		gap: 80px
	}

	.content-block__label {
		font-size: 35px;
		height: 100px;
		line-height: 100px
	}

	.content-block__list li {
		font-size: 28px
	}

	.content-block__answer {
		font-size: 29px
	}
}

@media (max-width:991.98px) {
	.why-we__calm-block:not(:last-child) {
		margin-bottom: 20px
	}

	.why-we__support-block:not(:last-child) {
		margin-bottom: 20px
	}

	.why-we__money-block:not(:last-child) {
		margin-bottom: 20px
	}

	.why-we__team-block:not(:last-child) {
		margin-bottom: 20px
	}

	.calm-block::after {
		display: none
	}

	.calm-block__container {
		flex-direction: column;
		align-items: center;
		gap: 0
	}

	.calm-block__title {
		font-size: 36px
	}

	.support-block__image {
		text-align: center;
		padding: 0;
		width: 100%
	}

	.support-block__container {
		flex-direction: column-reverse;
		gap: 0
	}

	.money-block__container {
		flex-direction: column;
		gap: 0
	}

	.money-block__image img {
		width: 216px;
		height: 272px;
		object-fit: cover;
		object-position: center
	}

	.team-block__container {
		flex-direction: column-reverse;
		gap: 0
	}

	.team-block__image {
		padding: 0;
		transform: translate(0);
		text-align: center;
		flex: 1 1 100%;
		width: 100%
	}

	.team-block__image img {
		margin: 0 auto;
		width: 216px;
		height: 272px;
		object-fit: cover;
		object-position: center
	}

	.content-block {
		flex: 1 1 100%;
		width: 100%
	}

	.content-block__label {
		font-size: 30px;
		height: 80px;
		line-height: 80px
	}

	.content-block__label_left {
		left: 0
	}

	.content-block__label_right {
		right: 0
	}

	.content-block__list li {
		font-size: 24px
	}

	.content-block__answer {
		font-size: 26px;
		height: 100px
	}
}

@media (max-width:767.98px) {
	.why-we {
		padding-top: 100px
	}

	.calm-block__title {
		font-size: 30px
	}

	.calm-block__title img {
		width: 40px
	}

	.support-block__image img {
		width: 152px;
		height: auto
	}

	.money-block__image img {
		width: 152px;
		height: auto
	}

	.team-block__image img {
		width: 152px;
		height: auto
	}

	.content-block__label {
		font-size: 25px;
		line-height: 70px;
		height: 70px;
		width: 100%;
		min-width: 0;
		top: 30px
	}

	.content-block__list {
		padding-bottom: 30px !important
	}

	.content-block__list li {
		font-size: 22px
	}

	.content-block__answer {
		font-size: 23px;
		width: 100%;
		top: -21px
	}
}

@media (max-width:479.98px) {
	.content-block__label {
		font-size: 22px;
		line-height: 60px;
		height: 60px;
		top: 30px
	}

	.content-block__list li {
		font-size: 18px
	}

	.content-block__answer {
		font-size: 16px;
		top: -20px;
		height: 80px
	}
}

.stats {
	padding-top: 60px;
	background: #fff
}

.stats.is-visible .stats__bar {
	background: #fac1e4 !important
}

.stats__headline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	max-width: 1039px;
	margin: 0 auto
}

.stats__headline:not(:last-child) {
	margin-bottom: 30px
}

.stats__head:not(:last-child) {
	margin-bottom: 20px
}

.stats__image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center
}

.stats__title {
	font-size: 48px;
	text-align: center
}

.stats__subtitle {
	font-size: 40px;
	text-align: center;
	max-width: 1039px;
	margin: 0 auto
}

.stats__subtitle span {
	margin-top: 10px;
	display: block;
	font-size: 48px
}

.stats__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px
}

.stats__row {
	--gap: 24px;
	--item-w: 248px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: var(--gap);
	overflow: visible
}

.stats__item {
	flex: 0 0 var(--item-w);
	text-align: center
}

.stats__top {
	height: 570px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 14px
}

.stats__bar {
	width: 64px;
	height: var(--bar-h);
	border-radius: 999px;
	background: linear-gradient(180deg, #fff6fc 0, #fac1e4 100%)
}

.stats__value {
	line-height: 40px;
	font-size: 40px;
	text-align: center;
	color: #878787
}

.stats__label {
	margin-top: 20px;
	font-size: 24px;
	text-align: center;
	line-height: 125%;
	min-height: 160px
}

@media (max-width:1359.98px) {
	.stats__title {
		font-size: 42px
	}

	.stats__subtitle {
		font-size: 35px
	}

	.stats__subtitle span {
		font-size: 42px
	}

	.stats__row {
		--gap: 22px;
		--item-w: 260px;
		--peek: 120px;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: visible;
		padding: 10px 0 6px;
		padding-right: var(--peek);
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none
	}

	.stats__row::-webkit-scrollbar {
		display: none
	}

	.stats__item {
		scroll-snap-align: start
	}
}

@media (max-width:991.98px) {
	.stats__headline img {
		width: 40px
	}

	.stats__image img {
		height: 200px
	}

	.stats__title {
		font-size: 36px
	}

	.stats__subtitle {
		font-size: 30px
	}

	.stats__subtitle span {
		font-size: 36px
	}

	.stats__top {
		height: 470px
	}

	.stats__value {
		font-size: 34px;
		line-height: 34px
	}

	.stats__label {
		font-size: 20px;
		min-height: 100px
	}
}

@media (max-width:767.98px) {
	.stats__headline img {
		width: 30px
	}

	.stats__title {
		font-size: 30px
	}

	.stats__subtitle {
		font-size: 25px
	}

	.stats__subtitle span {
		font-size: 30px
	}

	.stats__top {
		height: 410px
	}

	.stats__value {
		font-size: 30px;
		line-height: 30px
	}

	.stats__label {
		font-size: 18px
	}
}

@media (max-width:479.98px) {
	.stats__subtitle {
		font-size: 20px
	}

	.stats__top {
		height: 350px
	}

	.stats__value {
		font-size: 28px;
		line-height: 28px
	}
}

.try {
	position: relative
}

.try::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-19%);
	pointer-events: none;
	width: 1440px;
	height: 1100px;
	background: url(../images/decors/blur-w.svg) center/contain no-repeat;
	z-index: 5
}

.try__inner-container {
	position: relative;
	z-index: 10;
	max-width: 1390px;
	margin: 0 auto;
	padding: 0 30px
}

.try__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 20px;
	max-width: 804px;
	margin: 0 auto
}

.try__header:not(:last-child) {
	margin-bottom: 40px
}

.try__subtitle {
	font-size: 48px;
	text-align: center
}

.try__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px
}

.try__label {
	font-size: 36px;
	text-align: center;
	background: #fff;
	border: 4px solid #fac1e4;
	border-radius: 31px;
	height: 111px;
	padding: 0 5px;
	line-height: 111px;
	transition: background-color .5s ease 0s, color .5s ease 0s
}

@media (any-hover:hover) {
	.try__label:hover {
		background-color: #070508;
		color: #fac1e4
	}
}

.try__label:not(:last-child) {
	margin-bottom: 50px
}

.try__text {
	font-size: 32px;
	line-height: 120%
}

.try__image {
	position: relative;
	z-index: 20
}

.try__image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center
}

.try__gif {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	transform: translateY(-70px)
}

.try__gif img {
	width: 286px;
	height: 306px;
	object-fit: cover;
	object-position: center
}

@media (max-width:1390px) {
	.try__label {
		font-size: 30px;
		height: 90px;
		line-height: 90px
	}

	.try__text {
		font-size: 28px
	}
}

@media (max-width:1359px) {
	.try__subtitle {
		font-size: 42px
	}
}

@media (max-width:1200px) {
	.try__wrapper {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:991.98px) {
	.try__header:not(:last-child) {
		margin-bottom: 30px
	}

	.try__subtitle {
		font-size: 36px
	}

	.try__label {
		font-size: 24px
	}

	.try__label:not(:last-child) {
		margin-bottom: 20px
	}

	.try__inner-container:not(:last-child) {
		margin-bottom: 50px
	}

	.try__text {
		font-size: 24px
	}

	.try__image img {
		height: 200px
	}

	.try__gif img {
		width: 229px;
		height: 245px
	}
}

@media (max-width:767.98px) {
	.try__subtitle {
		font-size: 30px
	}

	.try__wrapper {
		grid-template-columns: none
	}

	.try__label {
		font-size: 22px;
		line-height: 70px;
		height: 70px
	}

	.try__text {
		font-size: 20px
	}

	.try__gif img {
		width: 161px;
		height: 196px
	}
}

@media (max-width:479.98px) {
	.try__text {
		font-size: 18px
	}
}

.about {
	padding-bottom: 300px
}

@media (max-width:767.98px) {
	.about {
		padding-bottom: 100px
	}
}

.about__image {
	position: relative;
	z-index: 10
}

.about__image img {
	object-fit: cover;
	object-position: center
}

.about__container {
	position: relative;
	z-index: 20
}

.about__text-block {
	position: relative;
	max-width: 1279px;
	margin: 0 auto;
	background: #070508;
	padding: 20px 30px;
	border-radius: 20px;
	margin-top: 30px;
	margin-bottom: 200px
}

@media (max-width:767.98px) {
	.about__text-block {
		margin-bottom: 150px
	}
}

.about__text-block p {
	position: relative;
	z-index: 20;
	font-size: 20px;
	color: #fff
}

.about__text-block p:not(:last-child) {
	margin-bottom: 20px
}

.about__text-block::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50px;
	pointer-events: none;
	width: 293px;
	height: 143px;
	background: url(../images/decors/triangle.svg) center/cover no-repeat;
	transform: translateY(100%)
}

@media (max-width:767.98px) {
	.about__text-block::after {
		width: 206px;
		height: 101px
	}
}

.top-about {
	display: flex;
	align-items: flex-end;
	gap: 30px
}

.top-about:not(:last-child) {
	margin-bottom: 70px
}

.top-about__content {
	text-align: center;
	margin-left: auto
}

.top-about__subtitle {
	display: inline-block;
	font-size: 48px;
	text-align: center;
	border: 8px solid #fac1e4;
	border-radius: 19px;
	height: 149px;
	line-height: 149px;
	background: #fff;
	transform: rotate(-4deg);
	min-width: 632px;
	position: relative;
	max-width: 828px;
	margin: 0 auto;
	transition: color .5s ease 0s, background .5s ease 0s
}

.top-about__subtitle::after {
	content: "";
	position: absolute;
	top: -28px;
	left: -126px;
	width: 187px;
	height: 223px;
	background: url(../images/arrow/cursor.png) center/cover no-repeat
}

@media (any-hover:hover) {
	.top-about__subtitle:hover {
		color: #fac1e4;
		background: #070508
	}
}

.top-about__subtitle:not(:last-child) {
	margin-bottom: 70px
}

.top-about__description {
	font-size: 48px;
	text-align: center;
	max-width: 828px;
	margin: 0 auto
}

.top-about__image img {
	width: 201px;
	height: 253px;
	object-fit: cover;
	object-position: center
}

.bottom-about {
	display: flex;
	gap: 10px;
	position: relative
}

.bottom-about__image {
	transform: translateY(-18%)
}

.bottom-about__image img {
	width: 210px;
	height: 204px;
	object-fit: cover;
	object-position: center
}

.bottom-about__description {
	font-size: 40px;
	text-align: center;
	max-width: 828px
}

.bottom-about__gif {
	transform: translateX(-13px)
}

.bottom-about__gif img {
	width: 286px;
	height: 329px;
	object-fit: cover;
	object-position: center
}

.main-about {
	display: grid;
	grid-template-columns: repeat(2, 460px);
	justify-content: space-between;
	column-gap: 50px;
	row-gap: 180px;
	position: relative
}

.main-about__item {
	display: flex;
	flex-direction: column;
	text-align: center;
	background: #fac1e4;
	padding: 20px;
	border-radius: 30px
}

.main-about__icon:not(:last-child) {
	margin-bottom: 10px
}

.main-about__icon img {
	object-fit: contain;
	object-position: center
}

.main-about__subtitle {
	flex-grow: 1;
	font-family: var(--font-family);
	font-size: 40px;
	color: #000
}

.main-about__subtitle:not(:last-child) {
	margin-bottom: 20px
}

.main-about__text {
	font-size: 24px
}

.main-about__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	width: 250px;
	object-fit: cover;
	object-position: center
}

.main-about__left-image {
	position: absolute;
	top: 50%;
	left: 0;
	width: 167px;
	height: 160px;
	object-fit: cover;
	object-position: center;
	transform: translate(-16%, -68px) rotate(-10deg);
	border-radius: 19px
}

.main-about__right-image {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(100%) rotate(10deg);
	border-radius: 19px;
	width: 127px;
	height: 180px;
	object-fit: cover;
	object-position: center
}

@media (max-width:1359px) {
	.top-about:not(:last-child) {
		margin-bottom: 40px
	}

	.top-about__content {
		margin: 0;
		flex: 1 1 100%;
		text-align: left
	}

	.top-about__subtitle {
		font-size: 42px;
		height: 134px;
		line-height: 134px;
		min-width: 600px
	}

	.top-about__subtitle::after {
		width: 131px;
		height: 157px;
		left: 0;
		top: 0;
		transform: translateY(10%)
	}

	.top-about__description {
		font-size: 42px
	}

	.bottom-about {
		align-items: center
	}

	.bottom-about__image {
		transform: translate(0)
	}

	.bottom-about__description {
		font-size: 32px
	}

	.bottom-about__gif {
		transform: translate(0)
	}

	.bottom-about__gif img {
		width: 201px;
		height: 231px
	}

	.main-about {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 30px
	}
}

@media (max-width:1350px) {
	.main-about__subtitle {
		font-size: 34px
	}

	.main-about__text {
		font-size: 22px
	}
}

@media (max-width:991.98px) {
	.about__image {
		transform: translateY(60px)
	}

	.about__image img {
		height: 200px
	}

	.top-about__subtitle {
		font-size: 36px;
		height: 120px;
		line-height: 120px;
		min-width: 550px
	}

	.top-about__description {
		font-size: 36px
	}

	.top-about__image img {
		width: 141px;
		height: 178px
	}

	.bottom-about:not(:last-child) {
		margin-bottom: 40px
	}

	.bottom-about__image img {
		width: 147px;
		height: 143px
	}

	.bottom-about__description {
		font-size: 24px
	}

	.bottom-about__gif img {
		width: 161px;
		height: 185px
	}

	.main-about__icon img {
		width: 60px;
		height: 55px
	}

	.main-about__subtitle {
		font-size: 32px
	}

	.main-about__text {
		font-size: 22px
	}
}

@media (max-width:767.98px) {
	.top-about {
		flex-direction: column;
		align-items: center
	}

	.top-about__subtitle {
		height: 105px;
		line-height: 105px;
		font-size: 30px;
		min-width: 100%;
		border: 4px solid #fac1e4
	}

	.top-about__subtitle::after {
		width: 92px;
		height: 110px;
		left: 50%;
		transform: translate(-50%, 50%);
		top: 0
	}

	.top-about__description {
		font-size: 30px
	}

	.bottom-about__image {
		position: absolute;
		top: -20px;
		left: 0;
		transform: translateY(-100%)
	}

	.bottom-about__image img {
		width: 103px;
		height: 101px
	}

	.bottom-about__gif {
		position: absolute;
		top: -20px;
		right: 0;
		transform: translate(30%, -100%)
	}

	.main-about {
		grid-template-columns: none;
		row-gap: 50px
	}

	.main-about__subtitle {
		font-size: 28px
	}

	.main-about__logo {
		display: none
	}

	.main-about__left-image {
		width: 89px;
		height: 126px;
		transform: translate(-18%, -10px) rotate(10deg)
	}

	.main-about__right-image {
		top: 77%;
		width: 89px;
		height: 126px;
		transform: translate(18%, -10px) rotate(10deg)
	}

	.top-about__subtitle:not(:last-child) {
		margin-bottom: 80px
	}
}

@media (max-width:479.98px) {
	.top-about__subtitle {
		height: 80px;
		line-height: 80px
	}

	.top-about__subtitle::after {
		transform: translate(-50%, 40%)
	}

	.top-about__description {
		font-size: 24px
	}

	.bottom-about__description {
		font-size: 20px
	}

	.bottom-about__gif img {
		width: 129px;
		height: 148px
	}

	.main-about__subtitle {
		font-size: 24px
	}

	.main-about__text {
		font-size: 18px
	}

	.main-about__left-image {
		display: none
	}

	.main-about__right-image {
		display: none
	}
}

.get {
	padding: 10px 0;
	background-color: #070508;
	transition: background-color .5s ease 0s
}

.get.is-visible {
	background-color: #fac1e4
}

.get.is-visible .element {
	background: #000 !important
}

@media (any-hover:hover) {
	.get:hover {
		background-color: #fac1e4
	}

	.get:hover .get__element {
		background: #000 !important
	}
}

.get__top {
	display: flex;
	justify-content: space-between;
	gap: 30px
}

.get__top:not(:last-child) {
	margin-bottom: 5px
}

.get__icons {
	display: flex;
	align-items: center;
	gap: 25px
}

.get__header {
	position: relative
}

.get__subtitle {
	min-width: 715px;
	font-size: 48px;
	text-align: center;
	color: #070508;
	transform: rotate(-2deg);
	background-color: #fac1e4;
	border-radius: 30px;
	padding: 25px 0
}

.get__decor-icon {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(21px, -50%);
	z-index: 20
}

.get__main {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 62px;
	row-gap: 37px
}

.get__main:not(:last-child) {
	margin-bottom: 26px
}

.get__card {
	border-radius: 19px;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px
}

.get__label {
	font-size: 24px;
	line-height: 97%;
	text-align: center;
	color: #070508;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 4px
}

.get__label::after {
	content: "";
	width: 222px;
	height: 4px;
	background-color: #fac1e4;
	transform: rotate(178deg)
}

.get__label:not(:last-child) {
	margin-bottom: 25px
}

.get__text {
	line-height: 97%;
	text-align: center;
	color: #070508;
	font-size: 24px
}

.get__bottom {
	display: flex;
	gap: 25px;
	align-items: center;
	justify-content: flex-end
}

.get__element {
	display: inline-block;
	aspect-ratio: 1/1;
	--size: 72px;
	width: var(--size);
	mask: var(--icon) center center/contain no-repeat;
	-webkit-mask: var(--icon) center center/contain no-repeat;
	background: #fac1e4 !important;
	transition: background .5s ease 0s
}

@media (max-width:1359px) {
	.get__subtitle {
		font-size: 40px;
		min-width: 550px
	}

	.get__main {
		gap: 30px
	}
}

@media (max-width:991.98px) {
	.get__subtitle {
		font-size: 34px;
		min-width: 450px
	}

	.get__main {
		grid-template-columns: repeat(2, 1fr)
	}

	.get__card {
		padding: 30px 10px
	}

	.get__text {
		font-size: 20px
	}

	.get .element {
		--size: 50px
	}
}

@media (min-width:767.98px) {
	.get__header {
		transform: translateY(-50%)
	}
}

@media (max-width:767.98px) {
	.get__top {
		flex-direction: column;
		gap: 15px
	}

	.get__top:not(:last-child) {
		margin-bottom: 25px
	}

	.get__subtitle {
		font-size: 25px;
		width: 100%;
		min-width: 100%
	}

	.get__main {
		grid-template-columns: none
	}
}

@media (max-width:479.98px) {
	.get__label {
		font-size: 20px
	}

	.get__text {
		font-size: 18px
	}

	.get__subtitle {
		font-size: 22px
	}
}

.advantages {
	padding: 63px 0
}

.advantages__subtitle {
	padding: 20px 10px;
	font-size: 48px;
	text-align: center;
	color: #000;
	max-width: 1000px;
	transform: rotate(-2deg);
	margin: 0 auto;
	border: 4px solid #fac1e4;
	border-radius: 19px;
	line-height: 120%
}

.advantages__subtitle:not(:last-child) {
	margin-bottom: 40px
}

.advantages__text-block p {
	font-size: 32px;
	text-align: center;
	color: #000;
	line-height: 120%
}

.advantages__text-block p:not(:last-child) {
	margin-bottom: 30px
}

@media (max-width:991.98px) {
	.advantages__text-block p {
		font-size: 25px
	}
}

@media (max-width:767.98px) {
	.advantages__text-block p {
		font-size: 22px
	}
}

@media (max-width:479.98px) {
	.advantages__text-block p {
		font-size: 18px
	}
}

.advantages__text-block:not(:last-child) {
	margin-bottom: 50px
}

.advantages__action a {
	font-size: 24px;
	color: #fac1e4
}

@media (any-hover:hover) {
	.advantages__action a:hover {
		text-decoration: underline
	}
}

@media (max-width:1359px) {
	.advantages__subtitle {
		font-size: 40px
	}
}

@media (max-width:991.98px) {
	.advantages__subtitle {
		font-size: 34px
	}

	.advantages__description {
		font-size: 30px
	}
}

@media (max-width:767.98px) {
	.advantages__subtitle {
		font-size: 30px
	}

	.advantages__subtitle:not(:last-child) {
		margin-bottom: 30px
	}

	.advantages__description {
		font-size: 24px
	}

	.advantages__action a {
		font-size: 20px
	}
}

@media (max-width:479.98px) {
	.advantages__subtitle {
		font-size: 24px
	}

	.advantages__description {
		font-size: 20px
	}
}

.interior {
	position: relative;
	padding-bottom: 200px
}

.interior::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 50%;
	width: 1036px;
	height: 900px;
	background: url(../images/decors/blur-inter.svg) center/contain no-repeat;
	transform: translate(-50%, -50%);
	z-index: 5;
	pointer-events: none
}

.interior__image {
	position: relative;
	z-index: 20
}

.interior__image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center
}

.interior__container {
	position: relative;
	z-index: 20
}

.interior__navigation-image img {
	width: 155px;
	height: 155px;
	object-fit: cover;
	object-position: center
}

@media (max-width:1359px) {
	.interior__navigation-image img {
		width: 120px;
		height: 120px
	}
}

@media (max-width:991.98px) {
	.interior__navigation-image img {
		width: 80px;
		height: 80px
	}
}

.interior__footer-block {
	display: none
}

@media (max-width:991.98px) {
	.interior__footer-block {
		display: flex;
		justify-content: center;
		gap: 30px
	}
}

.interior__top {
	text-align: center;
	max-width: 862px;
	margin: 0 auto
}

.interior__top:not(:last-child) {
	margin-bottom: 60px
}

.interior__header {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center
}

.interior__header:not(:last-child) {
	margin-bottom: 30px
}

.interior__subtitle {
	font-size: 48px;
	text-align: center;
	color: #000
}

.interior__description {
	font-size: 40px;
	text-align: center;
	color: #000
}

.interior__description:not(:last-child) {
	margin-bottom: 20px
}

.interior__bottom {
	flex-grow: 1
}

.interior__compare {
	--compare-position: 50%;
	position: relative;
	width: 100%;
	aspect-ratio: 1296/552;
	min-height: 320px;
	border-radius: 24px;
	overflow: hidden;
	border: 3px solid #000;
	background: #e9d7e1;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .12);
	user-select: none;
	touch-action: none
}

.interior__layer {
	position: absolute;
	inset: 0;
	overflow: hidden
}

.interior__layer::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .06) 0, rgba(0, 0, 0, .18) 100%);
	pointer-events: none
}

.interior__layer_overlay {
	width: var(--compare-position);
	z-index: 2
}

.interior__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.interior__wrapper {
	display: flex;
	align-items: center;
	gap: 20px
}

@media (max-width:991.98px) {
	.interior__wrapper {
		display: block
	}
}

.interior__label {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: min(260px, 100% - 32px);
	font-size: 48px;
	line-height: .95;
	color: #fff;
	text-align: center;
	text-shadow: 0 8px 28px rgba(0, 0, 0, .35);
	pointer-events: none
}

.interior__label_left {
	left: 50%;
	transform: translate(-50%, -50%)
}

.interior__label_right {
	left: calc(var(--compare-position) + (100% - var(--compare-position))/ 2);
	transform: translate(-50%, -50%)
}

.interior__decor {
	position: absolute;
	z-index: 4;
	width: 100px;
	height: 100px;
	border-radius: 20px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
	pointer-events: none
}

.interior__decor_left {
	left: clamp(16px, 3vw, 40px);
	bottom: clamp(16px, 3vw, 36px);
	transform: rotate(-14deg)
}

.interior__decor_right {
	right: clamp(16px, 3vw, 40px);
	top: clamp(16px, 3vw, 36px);
	transform: rotate(-12deg);
	z-index: 2
}

.interior__handle {
	position: absolute;
	top: 0;
	left: var(--compare-position);
	transform: translateX(-50%);
	width: 76px;
	height: 100%;
	padding: 0;
	border: 0;
	background: 0 0;
	z-index: 6;
	cursor: ew-resize;
	display: flex;
	align-items: center;
	justify-content: center
}

.interior__handle-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 15px;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .06)
}

.interior__handle-knob {
	position: relative;
	width: 40px;
	height: 60px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
	display: grid;
	place-items: center
}

.interior__cursor {
	position: absolute;
	right: 10%;
	bottom: -110px;
	width: 277px;
	height: 332px;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	z-index: 7
}

@media (max-width:1359px) {
	.interior__subtitle {
		font-size: 40px
	}

	.interior__compare {
		min-height: 280px
	}

	.interior__label {
		font-size: 40px;
		width: min(220px, 100% - 32px)
	}

	.interior__cursor {
		width: 194px;
		height: 242px;
		right: 5%;
		bottom: -78px
	}
}

@media (max-width:991.98px) {
	.interior {
		padding-bottom: 0
	}

	.interior__image img {
		height: 200px
	}

	.interior__subtitle {
		font-size: 34px
	}

	.interior__description {
		font-size: 30px
	}

	.interior__compare {
		min-height: 240px;
		border-radius: 20px
	}

	.interior__label {
		font-size: 34px;
		width: min(180px, 100% - 24px)
	}

	.interior__decor {
		width: 80px;
		height: 80px;
		border-radius: 16px
	}

	.interior__handle {
		width: 64px
	}

	.interior__handle-line {
		width: 8px
	}

	.interior__cursor {
		width: 136px;
		height: 170px;
		bottom: -52px
	}
}

@media (max-width:767.98px) {
	.interior__top:not(:last-child) {
		margin-bottom: 30px
	}

	.interior__subtitle {
		font-size: 30px
	}

	.interior__description {
		font-size: 24px
	}

	.interior__compare {
		aspect-ratio: 1/1.12;
		min-height: 380px
	}

	.interior__label {
		font-size: 30px;
		width: min(150px, 100% - 20px)
	}

	.interior__decor_left {
		left: 14px;
		bottom: 14px
	}

	.interior__decor_right {
		right: 14px;
		top: 14px
	}

	.interior__cursor {
		display: none
	}
}

@media (max-width:479.98px) {
	.interior__subtitle {
		font-size: 24px
	}

	.interior__description {
		font-size: 20px
	}

	.interior__compare {
		min-height: 320px;
		border-width: 2px;
		border-radius: 18px
	}

	.interior__label {
		font-size: 24px;
		width: min(124px, 100% - 16px)
	}

	.interior__decor {
		width: 64px;
		height: 64px;
		border-radius: 14px
	}

	.interior__handle {
		width: 56px
	}

	.interior__handle-knob span {
		width: 18px;
		height: 18px
	}

	.interior__handle-knob span::before {
		width: 18px
	}

	.interior__handle-knob span::after {
		height: 18px
	}
}

.section-wrapper {
	position: relative
}

.section-wrapper__gif {
	position: absolute;
	top: -200px;
	right: 180px;
	z-index: 1
}

.section-wrapper__gif img {
	width: 283px;
	height: 260px;
	object-fit: cover;
	object-position: center
}

.request {
	position: relative;
	z-index: 20;
	padding: 120px 0;
	background-color: #fac1e4;
	transition: background-color .5s ease 0s
}

.request.is-visible {
	background-color: #070508
}

.request.is-visible .request__headline {
	color: #fff
}

.request.is-visible .request__cta-button {
	background-color: #fff
}

@media (any-hover:hover) {
	.request:hover {
		background-color: #070508
	}

	.request:hover .request__headline {
		color: #fff
	}

	.request:hover .request__cta-button {
		background-color: #fff
	}
}

.request__container {
	position: relative;
	z-index: 20
}

.request__items {
	display: flex;
	flex-wrap: wrap;
	gap: 43px
}

.request__items:not(:last-child) {
	margin-bottom: 30px
}

.request__image {
	width: 400px;
	min-height: 162px;
	text-align: center;
	position: relative
}

.request__image img {
	position: absolute;
	width: 238px;
	height: 302px;
	top: -41px;
	left: 50%;
	transform: translateX(-50%)
}

.request__footer {
	display: flex;
	align-items: center;
	gap: 10px
}

@media (max-width:1300px) {
	.request__footer {
		justify-content: space-between
	}
}

@media (max-width:767.98px) {
	.request__footer {
		flex-direction: column
	}
}

.request__headline {
	font-size: 24px;
	text-align: center;
	color: #000;
	transition: color .5s ease 0s
}

@media (max-width:1300px) {
	.request__headline {
		display: none
	}
}

.request__cta-button {
	padding: 20px;
	font-size: 24px;
	text-align: center;
	color: #fac1e4;
	background: #070508;
	border-radius: 19px;
	transition: background-color .5s ease 0s, color .5s ease 0s
}

@media (max-width:1350px) {
	.request__cta-button {
		flex-grow: 1;
		width: 100%
	}
}

@media (any-hover:hover) {
	.request__cta-button:hover {
		background-color: #fac1e4 !important;
		color: #fff
	}
}

.request__card {
	display: flex;
	flex-direction: column;
	flex: 0 1 calc(33.333% - 43px);
	text-align: center;
	padding: 35px 10px;
	border-radius: 19px;
	background-color: #fff;
	transition: border .5s ease 0s;
	border: 4px solid transparent
}

@media (any-hover:hover) {
	.request__card:hover {
		border: 4px solid #f6b8df
	}
}

.request__title {
	flex-grow: 1;
	font-size: 24px;
	line-height: 147%;
	text-align: center
}

.request__link {
	font-size: 24px;
	line-height: 147%;
	text-align: center
}

.request__action {
	position: relative;
	width: 400px
}

.request__action img {
	position: absolute;
	top: 25px;
	right: 0;
	transform: rotate(-105deg);
	width: 187px;
	height: 225px
}

@media (max-width:1300px) {
	.request__action img {
		display: none
	}
}

@media (max-width:1300px) {
	.request__action {
		position: static;
		flex-grow: 1;
		width: 100%
	}
}

.request__button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 28px;
	text-align: center;
	color: #000;
	border: 8px solid #fac1e4;
	border-radius: 19px;
	background: #fff;
	transform: rotate(-4deg);
	padding: 20px;
	transition: background-color .5s ease 0s, color .5s ease 0s
}

@media (max-width:1300px) {
	.request__button {
		transform: rotate(0);
		position: static;
		flex-grow: 1;
		width: 100%
	}
}

@media (any-hover:hover) {
	.request__button:hover {
		background-color: #070508;
		color: #fac1e4
	}
}

@media (max-width:1359px) {
	.section-wrapper__gif {
		right: 0
	}

	.request__items {
		gap: 30px
	}

	.request__image {
		width: 300px
	}

	.request__card {
		flex-grow: 1
	}

	.request__button {
		font-size: 24px
	}
}

@media (max-width:991.98px) {
	.section-wrapper__gif {
		top: -150px
	}

	.section-wrapper__gif img {
		width: 227px;
		height: 208px
	}

	.request__items {
		row-gap: 50px
	}

	.request__image {
		width: 200px
	}

	.request__image img {
		width: 161px;
		height: 212px
	}

	.request__card {
		padding: 20px 10px
	}

	.request__title {
		font-size: 20px
	}

	.request__link {
		font-size: 20px
	}

	.request__action {
		width: 100%
	}

	.request__action img {
		width: 115px;
		height: 158px
	}

	.request__button {
		font-size: 20px
	}
}

@media (max-width:767.98px) {
	.request__items {
		row-gap: 30px
	}

	.request__image {
		width: 100%
	}

	.request__card {
		flex: 1 1 50%
	}

	.request__title {
		font-size: 18px
	}

	.request__link {
		font-size: 18px
	}

	.request__action img {
		top: 0
	}
}

.fqa {
	padding: 100px 0
}

.fqa__subtitle {
	border: 4px solid #fac1e4;
	border-radius: 19px;
	font-size: 48px;
	text-align: center;
	color: #000;
	background: #fff;
	transform: rotate(-8deg);
	padding: 31px 20px;
	max-width: 400px;
	margin: 0 auto;
	transition: color .5s ease 0s, background .5s ease 0s
}

.fqa__subtitle:not(:last-child) {
	margin-bottom: 60px
}

@media (any-hover:hover) {
	.fqa__subtitle:hover {
		color: #fac1e4;
		background: #070508
	}
}

.spollers {
	--bg: #fff;
	--text: #111;
	--muted: #6b7280;
	--border: #e5e7eb;
	--icon-bg: #fff;
	display: grid;
	gap: 40px;
	max-width: 1050px;
	margin: 0 auto
}

.spoller {
	background: 0 0
}

.spoller__head {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	justify-content: center;
	background: var(--bg);
	color: var(--text);
	cursor: pointer;
	user-select: none
}

.spoller__head:hover .spoller__title {
	color: #fac1e4
}

.spoller__head:hover .spoller__icon {
	border: 1px solid #fac1e4
}

.spoller__head:hover .spoller__icon svg path {
	stroke: #fac1e4
}

.spoller__head.is-active .spoller__title {
	color: #fac1e4
}

.spoller__head.is-active .spoller__icon {
	border: 1px solid #fac1e4
}

.spoller__head.is-active .spoller__icon svg path {
	stroke: #fac1e4
}

.spoller__head:active {
	transform: translateY(1px)
}

.spoller__head:focus-visible {
	outline: 3px solid rgba(59, 130, 246, .35);
	outline-offset: 3px
}

.spoller__title {
	font-size: 48px;
	color: #000;
	transition: color .5s ease 0s
}

.spoller__icon {
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 999px;
	transition: border .5s ease 0s
}

.spoller__icon svg path {
	transition: stroke .5s ease 0s
}

.spoller__chev {
	width: 16px;
	height: 16px;
	color: #111;
	transition: transform 240ms ease
}

.spoller__panel {
	overflow: hidden
}

.spoller__content {
	padding-top: 30px;
	font-size: 24px;
	color: #000;
	line-height: 120%
}

.spoller.is-open .spoller__chev {
	transform: rotate(180deg)
}

.spoller.is-open .spoller__icon {
	background: #f9fafb;
	border-color: #cbd5e1
}

@media (max-width:1359px) {
	.fqa__subtitle {
		font-size: 40px;
		padding: 25px
	}

	.spoller__title {
		font-size: 40px
	}
}

@media (max-width:991.98px) {
	.fqa {
		padding-bottom: 50px
	}

	.fqa__subtitle {
		font-size: 34px;
		min-width: 450px
	}

	.spoller__title {
		font-size: 34px
	}

	.spoller__content {
		font-size: 20px
	}
}

@media (max-width:767.98px) {
	.fqa__subtitle {
		font-size: 30px;
		width: 100%;
		min-width: 100%
	}

	.spoller__title {
		font-size: 20px
	}

	.spoller__icon {
		width: 40px;
		height: 40px
	}

	.spoller__icon svg {
		width: 15px
	}

	.spoller__content {
		font-size: 18px
	}
}

@media (max-width:479.98px) {
	.spoller__title {
		font-size: 16px
	}
}

@media (max-width:420px) {
	.spoller__title {
		font-size: 18px
	}
}

.map {
	width: 100%;
	height: 871px;
	overflow: hidden
}

.map iframe {
	width: 100%;
	height: 100%;
	border: 0
}

.contacts {
	position: relative
}

.contacts__details {
	top: 0;
	right: 0;
	position: absolute;
	padding-top: 22px;
	padding-bottom: 47px;
	padding-left: 25px;
	padding-right: 25px;
	background: #fac1e4;
	min-width: 400px;
	max-width: 400px
}

.contacts__wrapper:not(:last-child) {
	margin-bottom: 50px
}

.contacts .line-block {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.contacts__subtitle {
	font-size: 36px;
	text-align: center;
	color: #000
}

.contacts__subtitle:not(:last-child) {
	margin-bottom: 40px
}

.contacts__address {
	text-align: center
}

.contacts__header {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	text-align: center
}

.contacts__header span {
	font-size: 24px;
	text-align: center
}

.contacts__metro {
	text-align: center
}

.contacts__phone {
	text-align: center
}

.contacts__phone a {
	font-size: 24px;
	text-align: center;
	transition: color .5s ease 0s
}

@media (any-hover:hover) {
	.contacts__phone a:hover {
		color: #fff
	}
}

.contacts__telegram {
	text-align: center
}

.contacts__telegram a {
	font-size: 24px;
	text-align: center;
	text-decoration: underline;
	transition: color .5s ease 0s
}

@media (any-hover:hover) {
	.contacts__telegram a:hover {
		color: #fff
	}
}

.contacts__instagram {
	text-align: center
}

.contacts__instagram a {
	font-size: 24px;
	text-align: center;
	text-decoration: underline;
	transition: color .5s ease 0s
}

@media (any-hover:hover) {
	.contacts__instagram a:hover {
		color: #fff
	}
}

.contacts__button {
	width: 100%;
	display: block;
	border: 2px solid #000;
	border-radius: 19px;
	padding: 26px 0;
	transform: rotate(-3deg);
	transition: color .5s ease 0s, background .5s ease 0s
}

@media (any-hover:hover) {
	.contacts__button:hover {
		color: #fac1e4;
		background: #070508
	}
}

@media (min-width:991.98px) {
	.contacts__address:not(:last-child) {
		margin-bottom: 50px
	}

	.contacts__metro:not(:last-child) {
		margin-bottom: 50px
	}

	.contacts__phone:not(:last-child) {
		margin-bottom: 50px
	}

	.contacts__telegram:not(:last-child) {
		margin-bottom: 50px
	}

	.contacts__instagram:not(:last-child) {
		margin-bottom: 50px
	}
}

@media (max-width:991.98px) {
	.map {
		height: 500px
	}

	.contacts {
		display: flex;
		flex-direction: column-reverse
	}

	.contacts__details {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		min-width: 100%
	}

	.contacts__wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px
	}
}

@media (max-width:767.98px) {
	.contacts__wrapper {
		grid-template-columns: none
	}

	.contacts .line-block {
		font-size: 20px
	}

	.contacts__button {
		padding: 20px 0
	}

	.contacts__header {
		font-size: 22px
	}

	.contacts__header span {
		font-size: 22px
	}

	.contacts .contacts__instagram a,
	.contacts .contacts__phone a,
	.contacts .contacts__telegram a {
		font-size: 22px
	}
}

.reviews {
	padding: 150px 0
}

.reviews__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px
}

.reviews__header:not(:last-child) {
	margin-bottom: 48px
}

.reviews__divider {
	height: 98px;
	width: 30px
}

.reviews__subtitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	transform: rotate(-2deg);
	font-size: 48px;
	padding: 48px 30px;
	text-align: center;
	border-radius: 30px;
	width: 100%;
	background-color: #fac1e4
}

.reviews__subtitle::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/decors/lock.png) center/cover no-repeat;
	width: 38px;
	height: 138px;
	transform: translateY(-50%) rotate(28.77deg)
}

.reviews__button {
	display: inline-block;
	padding: 28px 28px;
	font-size: 24px;
	text-align: center;
	color: #000;
	border-radius: 19px;
	background: #fac1e4;
	min-width: 307px;
	transition: color .5s ease 0s, background .5s ease 0s
}

@media (any-hover:hover) {
	.reviews__button:hover {
		color: #fac1e4;
		background: #070508
	}
}

.reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 56px
}

.reviews .rv {
	border-radius: 18px;
	overflow: hidden;
	background: #fac1e4;
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease
}

.reviews .rv:hover {
	transform: translateY(-4px);
	border-color: #d1d5db;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .08)
}

.reviews .rv.is-playing .rv__btn {
	display: none
}

.reviews .rv.is-playing .rv__media {
	display: block
}

.reviews .rv__btn {
	position: relative;
	width: 100%;
	display: block;
	cursor: pointer;
	height: 569px
}

.reviews .rv__btn:focus-visible {
	outline: 3px solid rgba(59, 130, 246, .35);
	outline-offset: 4px
}

.reviews .rv__poster {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	opacity: .98
}

.reviews .rv__play {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	pointer-events: none
}

.reviews .rv__play::before {
	content: "";
	width: 60px;
	height: 60px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
	transform: translateZ(0);
	transition: transform .2s ease, opacity .2s ease
}

.reviews .rv__play::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 16px solid #111;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: translateX(3px)
}

.reviews .rv__btn:hover .rv__play::before {
	transform: scale(1.06)
}

.reviews .rv__media {
	height: 569px;
	width: 100%;
	display: none
}

.reviews .rv__video {
	width: 100%;
	height: auto;
	display: block;
	background: #000;
	object-fit: cover;
	object-fit: contain
}

@media (max-width:1359px) {
	.reviews__subtitle {
		font-size: 42px
	}

	.reviews__subtitle::after {
		right: -12px;
		width: 27px;
		height: 97px
	}

	.reviews__grid {
		gap: 30px
	}
}

@media (max-width:991.98px) {
	.reviews__divider {
		height: 69px;
		width: 21px
	}

	.reviews__subtitle {
		font-size: 36px
	}

	.reviews__button {
		padding: 20px;
		font-size: 22px
	}

	.reviews__grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.reviews .rv__btn {
		height: 520px
	}

	.reviews .rv__media {
		height: 520px
	}
}

@media (max-width:767.98px) {
	.reviews {
		padding: 100px 0
	}

	.reviews__subtitle {
		padding: 20px;
		font-size: 22px;
		min-width: 100%
	}

	.reviews__grid {
		grid-template-columns: none
	}

	.reviews .rv__btn {
		height: 450px
	}

	.reviews .rv__media {
		height: 450px
	}
}

@media (max-width:479.98px) {
	.reviews .rv__btn {
		height: 420px
	}

	.reviews .rv__media {
		height: 420px
	}
}

.success-slider {
	padding: 70px 0;
	background: #0b0b10;
	overflow: visible;
	display: grid;
	align-items: center
}

.success-slider__container {
	max-width: 100vw;
	overflow: visible
}

.success-slider__viewport {
	overflow: hidden
}

.success-slider__title {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center
}

.success-slider__title span {
	font-size: 48px;
	text-align: center;
	color: #fff
}

@media (max-width:1359px) {
	.success-slider__title span {
		font-size: 42px
	}
}

@media (max-width:991.98px) {
	.success-slider__title span {
		font-size: 36px
	}
}

@media (max-width:767.98px) {
	.success-slider__title span {
		font-size: 30px
	}
}

@media (max-width:479.98px) {
	.success-slider__title span {
		font-size: 24px
	}
}

@media (max-width:767.98px) {
	.success-slider__title img {
		width: 40px
	}
}

.success-slider__title:not(:last-child) {
	margin-bottom: 30px
}

.success-slider__stage {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 550px;
	will-change: transform;
	scrollbar-width: none;
	padding: 0
}

.success-slider__stage::-webkit-scrollbar {
	display: none
}

.success-slider__stage::after,
.success-slider__stage::before {
	content: "";
	flex: 0 0 0px
}

.success-slider__hint {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
	color: rgba(245, 181, 214, .7)
}

.success-slider__line {
	width: 160px;
	height: 1px;
	background: rgba(245, 181, 214, .55)
}

.success-slider__arrow {
	font-size: 18px
}

.ss-card {
	flex: 0 0 auto;
	border: 4px solid #fac1e4;
	border-radius: 19px;
	overflow: hidden;
	background: #000;
	position: relative;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .35)
}

.ss-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

.ss-card:nth-child(1) {
	min-width: 337px;
	height: 422px;
	flex: 0 0 337px
}

.ss-card:nth-child(2) {
	transform: rotate(7deg);
	min-width: 326px;
	height: 408px;
	flex: 0 0 326px;
	z-index: 20
}

.ss-card:nth-child(3) {
	min-width: 345px;
	height: 431px;
	flex: 0 0 345px;
	transform: rotate(-1deg)
}

.ss-card:nth-child(4) {
	min-width: 330px;
	height: 413px;
	flex: 0 0 330px;
	transform: rotate(4deg)
}

.ss-card:nth-child(5) {
	min-width: 335px;
	height: 418px;
	flex: 0 0 335px;
	transform: rotate(1deg)
}

.ss-card:nth-child(6) {
	min-width: 313px;
	height: 391px;
	flex: 0 0 313px;
	z-index: 20;
	transform: rotate(-2deg)
}

.ss-card:nth-child(7) {
	min-width: 313px;
	height: 391px;
	flex: 0 0 313px;
	z-index: 20;
	transform: rotate(2deg)
}

@media (max-width:1440px) {
	.success-slider {
		padding: 30px 0
	}

	.success-slider__stage {
		min-height: 450px
	}
}

@media (max-width:1359px) {
	.success-slider__title {
		font-size: 42px
	}
}

@media (max-width:991.98px) {
	.success-slider__title {
		font-size: 36px
	}

	.success-slider__stage {
		min-height: 350px
	}

	.success-slider__hint img {
		width: 248px
	}

	.success-slider .ss-card:nth-child(1) {
		min-width: 236px;
		height: 295px;
		flex: 0 0 236px
	}

	.success-slider .ss-card:nth-child(2) {
		transform: rotate(7deg);
		min-width: 228px;
		height: 286px;
		flex: 0 0 228px;
		z-index: 20
	}

	.success-slider .ss-card:nth-child(3) {
		min-width: 242px;
		height: 302px;
		flex: 0 0 242px;
		transform: rotate(-1deg)
	}

	.success-slider .ss-card:nth-child(4) {
		min-width: 231px;
		height: 289px;
		flex: 0 0 231px;
		transform: rotate(4deg)
	}

	.success-slider .ss-card:nth-child(5) {
		min-width: 235px;
		height: 293px;
		flex: 0 0 235px;
		transform: rotate(1deg)
	}

	.success-slider .ss-card:nth-child(6) {
		min-width: 219px;
		height: 274px;
		flex: 0 0 219px;
		z-index: 20;
		transform: rotate(-2deg)
	}

	.success-slider .ss-card:nth-child(7) {
		min-width: 219px;
		height: 274px;
		flex: 0 0 219px;
		z-index: 20;
		transform: rotate(2deg)
	}
}

@media (max-width:767.98px) {
	.success-slider__title {
		font-size: 30px;
		min-width: 100%
	}

	.success-slider__stage::after,
	.success-slider__stage::before {
		flex: 0 0 20px
	}
}

.modal {
	display: none
}

.modal.is-open {
	display: block
}

.modal__overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .55);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	z-index: 9999
}

.modal__container {
	position: relative;
	background: 0 0;
	max-width: 700px;
	width: 100%;
	padding: 0;
	margin: 0 auto
}

.modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 44px;
	height: 44px;
	border: 0;
	background: rgba(255, 255, 255, .8);
	border-radius: 999px;
	cursor: pointer
}

.modal__close::before {
	content: "×";
	display: grid;
	place-items: center;
	height: 100%;
	font-size: 26px;
	line-height: 1;
	color: #000
}

.request-modal__screen {
	display: none
}

.request-modal__screen.is-active {
	display: block
}

.request-modal__card {
	border-radius: 28px;
	background: linear-gradient(180deg, #ffd2ea 0, #f6b8df 100%);
	box-shadow: 0 20px 60px rgba(0, 0, 0, .28);
	padding: 32px;
	padding-top: 50px
}

.request-modal__card--form {
	display: flex;
	flex-direction: column
}

.request-modal__card--thanks {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

.request-modal__title {
	font-size: 48px;
	text-align: center
}

.request-modal__title:not(:last-child) {
	margin-bottom: 30px
}

.request-modal__form {
	display: flex;
	flex-direction: column;
	gap: 18px
}

.request-modal__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px
}

.request-modal__input {
	font-size: 20px;
	border-radius: 19px;
	width: 100%;
	padding: 20px 15px;
	background: #fdfdfd;
	border: 0;
	outline: 0
}

.request-modal__input::placeholder {
	color: #000
}

.request-modal__file {
	display: block
}

.request-modal__file-input {
	display: none
}

.request-modal__file-ui {
	display: flex;
	align-items: center;
	font-size: 20px;
	border-radius: 19px;
	width: 100%;
	padding: 20px 15px;
	background: #fdfdfd;
	cursor: pointer
}

.request-modal__submit {
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	background: #070508;
	color: #fac1e4;
	border-radius: 19px;
	padding: 19px 15px;
	transition: background .5s ease 0s
}

.request-modal__form .wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 0.5em;
	font-weight: normal;
	display: block;
	margin-top: 12px;
}

@media (any-hover:hover) {
	.request-modal__submit:hover {
		background-color: #fff
	}
}

.request-modal__thanks-title {
	font-size: 48px;
	text-align: center
}

.request-modal__thanks-title:not(:last-child) {
	margin-bottom: 50px
}

.request-modal__thanks-text {
	font-size: 48px;
	text-align: center
}

.request-modal__thumb {
	margin: 22px auto 0;
	width: 160px;
	height: 160px;
	border-radius: 22px;
	overflow: hidden;
	border: 4px solid rgba(255, 255, 255, .8);
	transform: rotate(-6deg)
}

.request-modal__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

@media (max-width:991.98px) {
	.request-modal__title {
		font-size: 34px
	}

	.request-modal__thanks-title {
		font-size: 34px
	}

	.request-modal__thanks-text {
		font-size: 34px
	}
}

@media (max-width:767.98px) {
	.request-modal__card {
		padding: 22px;
		padding-top: 60px
	}

	.request-modal__title {
		font-size: 30px
	}

	.request-modal__grid {
		grid-template-columns: 1fr
	}

	.request-modal__input {
		font-size: 18px
	}

	.request-modal__thanks-title {
		font-size: 30px
	}

	.request-modal__thanks-text {
		font-size: 30px
	}

	.request-modal__thumb {
		width: 120px;
		height: 120px
	}
}

.blog {
	position: relative;
	padding-bottom: 200px
}

.blog::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 1440px;
	height: 1100px;
	pointer-events: none;
	background: url(../images/decors/blur-w.svg) center/contain no-repeat
}

.blog__container {
	position: relative;
	z-index: 20
}

.blog__title {
	font-size: 48px;
	line-height: 147%;
	text-align: center
}

.blog__title:not(:last-child) {
	margin-bottom: 15px
}

.blog__description {
	display: block;
	font-size: 32px;
	line-height: 147%;
	border: 4px solid #000;
	border-radius: 19px;
	padding: 23px 38px;
	background: #fff;
	transform: rotate(-3deg)
}

.blog__wrapper {
	position: relative
}

.blog__gif-block {
	display: flex;
	justify-content: flex-end
}

.blog__gif-block img {
	width: 286px;
	height: 329px;
	object-fit: cover;
	object-position: center
}

.blog__image {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-50px)
}

.blog__image img {
	transform: rotate(-18deg);
	width: 177px;
	height: 205px;
	object-fit: cover;
	object-position: center
}

@media (max-width:991.98px) {
	.blog {
		padding-bottom: 100px
	}

	.blog__title {
		font-size: 34px
	}

	.blog__description {
		padding: 30px;
		font-size: 28px
	}
}

@media (max-width:767.98px) {
	.blog__title {
		font-size: 30px
	}

	.blog__description {
		font-size: 20px;
		padding: 20px
	}

	.blog__image img {
		width: 142px;
		height: 164px
	}

	.blog__gif-block img {
		width: 201px;
		height: 231px
	}
}

@media (max-width:479.98px) {
	.blog__gif-block {
		margin-top: 50px
	}
}

.inner-section {
	position: relative;
	padding-bottom: 200px
}

.inner-section::after {
	content: "";
	position: absolute;
	top: -15%;
	left: 50%;
	transform: translateX(-50%);
	width: 1440px;
	height: 1100px;
	pointer-events: none;
	background: url(../images/decors/blur-w.svg) center/contain no-repeat
}

.inner-section__container {
	position: relative;
	z-index: 20
}

.inner-section__title {
	font-size: 48px;
	line-height: 147%;
	text-align: center
}

.inner-section__title:not(:last-child) {
	margin-bottom: 15px
}

.inner-section__description {
	display: block;
	font-size: 32px;
	line-height: 147%;
	border: 4px solid #000;
	border-radius: 19px;
	padding: 23px 38px;
	background: #fff;
	transform: rotate(-3deg)
}

.inner-section__button {
	font-size: 32px;
	text-align: center;
	transform: rotate(-3deg);
	border: 8px solid #fac1e4;
	border-radius: 19px;
	padding: 16px 20px
}

.inner-section__cta {
	display: flex;
	justify-content: flex-end
}

.inner-section__content p {
	font-size: 24px
}

.inner-section__content p:not(:last-child) {
	margin-bottom: 20px
}

.inner-section__content ul li {
	list-style: inside;
	font-size: 24px
}

.inner-section__content ul:not(:last-child) {
	margin-bottom: 20px
}

.inner-section__content:not(:last-child) {
	margin-bottom: 30px
}

.inner-section__wrapper {
	position: relative
}

.inner-section__wrapper:not(:last-child) {
	margin-bottom: 145px
}

.inner-section__image {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-50px)
}

.inner-section__image img {
	transform: rotate(-18deg);
	width: 177px;
	height: 205px;
	object-fit: cover;
	object-position: center
}

@media (max-width:991.98px) {
	.inner-section {
		padding-bottom: 100px
	}

	.inner-section__title {
		font-size: 34px
	}

	.inner-section__button {
		font-size: 26px
	}

	.inner-section__description {
		padding: 30px;
		font-size: 28px
	}

	.inner-section__content p {
		font-size: 22px
	}

	.inner-section__content ul li {
		list-style: inside;
		font-size: 22px
	}
}

@media (max-width:767.98px) {
	.inner-section__title {
		font-size: 30px
	}

	.inner-section__button {
		font-size: 22px
	}

	.inner-section__description {
		font-size: 20px;
		padding: 20px
	}

	.inner-section__content p {
		font-size: 20px
	}

	.inner-section__content ul li {
		list-style: inside;
		font-size: 20px
	}

	.inner-section__image img {
		width: 142px;
		height: 164px
	}
}

.custom-select {
	position: relative;
	width: 100%
}

.custom-select.is-open .custom-select__trigger {
	border-color: #111
}

.custom-select.is-open .custom-select__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto
}

.custom-select.is-open .custom-select__arrow {
	transform: rotate(225deg);
	margin-top: 6px
}

.custom-select__trigger {
	width: 100%;
	padding: 20px 15px;
	border: 1px solid #d9d9d9;
	border-radius: 14px;
	background: #fff;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	cursor: pointer;
	transition: border-color .2s ease;
	text-align: left
}

.custom-select__value {
	font-size: 20px;
	text-align: center;
	color: #000;
	text-transform: capitalize
}

.custom-select__arrow {
	width: 10px;
	height: 10px;
	border-right: 2px solid #111;
	border-bottom: 2px solid #111;
	transform: rotate(45deg);
	transition: transform .2s ease, margin-top .2s ease;
	flex: 0 0 10px;
	margin-top: -4px
}

.custom-select__dropdown {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 14px;
	padding: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	pointer-events: none;
	transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
	z-index: 20
}

.wpcf7-list-item {
	width: 100%;
	border: none;
	background: 0 0;
	text-align: left;
	padding: 12px 14px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 20px;
	color: #000;
	margin: 0 !important;
	text-transform: capitalize;
	transition: background .2s ease
}

.wpcf7-list-item:hover {
	background: #f5f5f5
}

.wpcf7-list-item.is-selected {
	background: #f0f0f0
}

.wpcf7-list-item input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.request-modal__file-name {
	margin-top: 12px;
	font-size: 14px;
}

.wrapper-block-modal {
	display: flex;
	justify-content: space-between;
	gap: 20px
}

.modal-gif img {
	transform: rotate(8deg);
	width: 91px;
	height: 88px;
	border: 4px solid #fff;
	border-radius: 19px;
	object-fit: cover;
	object-position: center
}

.age-checkbox {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 12px;
	cursor: pointer;
	position: relative
}

.age-checkbox input {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.age-checkbox__icon {
	position: relative;
	width: 30px;
	height: 30px;
	flex: 0 0 30px
}

.age-checkbox__icon svg {
	width: 100%;
	height: 100%
}

.age-checkbox__icon path {
	stroke: #efeeee;
	transition: stroke .2s ease
}

.age-checkbox input:checked+.age-checkbox__icon path {
	stroke: #000
}

.age-checkbox__text {
	font-size: 20px;
	text-align: center;
	color: #000
}

.wpcf7-acceptance label>span.wpcf7-list-item-label {
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.wpcf7-acceptance label>span.wpcf7-list-item-label::after {
	content: "";
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 100%;
	width: 1.5rem;
	height: 1.5rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-left: 1rem;
	cursor: pointer;
}

.wpcf7-acceptance label>input:checked+span.wpcf7-list-item-label::after {
	background-color: transparent;
	border-color: #fff;
	background-image: url(//spb-webcam.com/wp-content/themes/kinky/dist/css/../img/icons/check.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.age-checkbox .wpcf7-list-item {
	padding: 0;
}

.age-checkbox .wpcf7-list-item:hover {
	background: transparent;
}

* {
	padding: 0;
	margin: 0;
	border: 0
}

*,
:after,
:before {
	box-sizing: border-box
}

body,
html {
	height: 100%;
	min-width: 375px
}

body {
	color: var(--main-text-color);
	line-height: 1;
	font-family: var(--main-font-family);
	font-size: var(--main-font-size);
	-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: var(--main-font-family);
	font-size: inherit
}

button {
	cursor: pointer;
	color: inherit;
	background-color: inherit
}

a {
	color: inherit;
	text-decoration: none
}

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
}

:root {
	--main-font-family: "Unbounded", sans-serif;
	--main-text-color: #000;
	--main-font-size: 24px
}