:root {
	--pink: #ed59bb;

	--gray: #393939;

	--dark: #252525;

	--podColor: #b7a3b9;
}

* {
	margin: 0;

	padding: 0;
}

.hero__btn {
	display: block;
}

.timer__conteiner {
	margin-top: 15px;

	width: 185px;

	padding: 10px;

	border-radius: 15px;

	border: 1px solid var(--gray);
}

.timer__conteiner .hero__text {
	margin-top: 0px;

	font-size: 14px;

	margin-bottom: 5px;
}

[id^="timer-number-"] {
	font-weight: 700;
}

div#timer_1 {
	width: 185px;

	height: auto;
}

.btn_anim {
	position: relative;

	z-index: 2;
}

.timer-flipchart-face {
	background-color: transparent !important;
}

.btn_anim::before {
	content: "";

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	background: var(--pink);

	border-radius: 10px;

	z-index: -1;

	animation: btn__anim 3s linear infinite;
}

body {
	font-family: "Montserrat", sans-serif;

	line-height: 1.35;

	color: var(--dark);

	background: #fafafa;
}

.bg {
	position: absolute;

	display: block;

	border-radius: 50px;

	overflow: hidden;

	width: 100%;

	height: 100%;
}

section.hero {
	position: relative;

	max-width: 1920px;

	overflow: hidden;

	height: 890px;

	margin: 0 auto;
}

.hero__img__girl {
	display: block;

	position: absolute;

	width: 996px;

	left: 37.4vw;

	pointer-events: none;

	bottom: 0;
}

.hero .bg img {
	width: 100%;

	height: 100%;
}

.hero__img__girl img {
	width: 100%;

	height: 100%;

	display: block;
}

.conteiner {
	position: relative;

	max-width: 1180px;

	padding: 0 40px;

	margin: 0 auto;
}

.hero__info {
	position: relative;
}

.hero header {
	position: relative;

	padding: 30px 0;
}

header .conteiner {
	display: flex;

	flex-direction: row;

	align-items: flex-start;

	gap: 135px;

	justify-content: flex-start;
}

header .header__text {
	font-size: 21px;

	max-width: 300px;
}

.header__text span {
	font-weight: 500;
}

h1 {
	font-weight: 700;

	font-size: 42px;

	line-height: 1.35;

	letter-spacing: -0.03em;

	max-width: 630px;

	margin-top: 5vh;
}

.pinkBG.hero__dop {
	background: var(--podColor);

	padding: 5px 15px;

	width: fit-content;

	border-radius: 50px;

	font-weight: 600;

	font-size: 28px;

	text-align: center;

	color: #fff;

	margin-top: 8px;
}

.ul__text {
	margin-left: 20px;

	font-weight: 400;

	font-size: 24px;

	line-height: 1.5;

	margin-top: 20px;
}

.ul__text ul {
	display: flex;

	flex-wrap: wrap;

	flex-direction: row;

	width: 600px;

	justify-content: flex-start;
}

.ul__text li {
	width: 300px;
}

.ul__text li::marker {
	color: var(--pink);
}

.btn__contain {
	position: relative;
}

a.hero__btn {
	margin-top: 40px;

	font-weight: 600;

	font-size: 22px;

	text-transform: uppercase;

	text-align: center;

	color: #fff;

	background: var(--pink);

	text-decoration: none;

	padding: 37px 0;

	max-width: 450px;

	max-height: 100px;

	border-radius: 10px;
}

.btn__contain::after {
	content: "";

	border-radius: 2px;

	width: 95px;

	height: 143px;

	background-image: url(/btrf/img/kreo.webp);

	display: block;

	background-size: cover;

	position: absolute;

	transform: rotate(10deg);

	top: -25px;

	left: 418px;

	pointer-events: none;

	z-index: 3;
}

.hero__text__contain {
	position: relative;
}

.hero__text__contain::after {
	content: "";

	border-radius: 2px;

	width: 52px;

	height: 37px;

	background-image: url(/btrf/img/Arrow.svg);

	display: block;

	background-size: cover;

	position: absolute;

	transform: rotate(10deg);

	top: 2px;

	left: 372px;

	pointer-events: none;
}

.hero__text {
	font-size: 18px;

	max-width: 410px;

	margin-top: 10px;
}

section.second {
	margin-bottom: 36px;
}

.second .conteiner__zag {
	margin-top: 90px;
}

.pinkBG.second__dop {
	background: var(--podColor);

	padding: 5px 15px;

	width: fit-content;

	border-radius: 50px;

	font-weight: 500;

	font-size: 18px;

	text-align: center;

	color: #fff;

	margin-left: 545px;
}

.second h2 {
	font-size: 52px;

	letter-spacing: -0.03em;

	text-align: center;

	margin-bottom: 25px;
}

.second__contein {
	display: flex;

	flex-direction: row;

	flex-wrap: wrap;

	width: 1180px;

	height: 495px;

	justify-content: center;

	gap: 20px;
}

.second__info {
	border-radius: 20px;

	width: 380px;

	height: 160px;

	background: #fff;

	font-weight: 400;

	font-size: 18px;

	line-height: 1.4;
}

.second__info.two,
a.second__btn {
	height: 135px;
}

.second__info p {
	padding-top: 30px;

	padding-left: 30px;

	padding-right: 18px;
}

.second__info span {
	font-weight: 500;
}

a.second__btn {
	font-weight: 600;

	font-size: 22px;

	text-transform: uppercase;

	color: #fff;

	background: var(--pink);

	text-decoration: none;

	overflow: hidden;

	position: relative;
}

a.second__btn p {
	text-transform: uppercase;

	padding-left: 19px;

	line-height: 1.2;
}

a.second__btn span {
	font-weight: 400;

	font-size: 16px;

	text-transform: lowercase;

	opacity: 0.8;
}

a.second__btn img {
	border-radius: 2px;

	width: 75px;

	height: 113px;

	display: block;

	background-size: cover;

	position: absolute;

	transform: rotate(10deg);

	top: 20px;

	left: 296px;
}

.third {
	position: relative;

	max-width: 1400px;

	overflow: hidden;

	height: 1285px;

	margin: 0 auto;
}

.third .bg {
	top: 75px;

	height: 1209px;
}

.third .bg img {
	width: 100%;

	height: 100%;

	background-size: cover;
}

.third__contein {
	position: relative;

	left: 555px;

	width: 625px;
}

.third .conteiner__zag {
	margin-top: 125px;

	margin-bottom: 15px;
}

.third h2 {
	font-weight: 700;

	font-size: 42px;

	line-height: 135%;

	letter-spacing: -0.03em;

	max-width: 420px;

	position: relative;
}

.third .pinkBG.second__dop {
	margin-left: 0;
}

.third ul {
	margin-bottom: 20px;
}

.third li {
	margin-bottom: 10px;

	font-size: 20px;

	line-height: 1.4;
}

.third p {
	position: relative;

	margin-bottom: 10px;

	font-size: 20px;
}

.third ul li {
	list-style-type: none;
}

p.light {
	font-weight: 300;
}

.third li span {
	font-weight: 500;
}

.third li::marker {
	content: "";
}

.third li::before {
	content: "";

	width: 20px;

	height: 20px;

	background-image: url(/btrf/img/dot.svg);

	background-size: cover;

	display: block;

	position: absolute;

	left: -30px;

	margin-top: 4px;
}

.third__img__girl img {
	width: 100%;

	height: 100%;

	background-size: cover;

	object-fit: cover;

	display: block;
}

.third__img__girl {
	position: absolute;

	bottom: 0;

	width: 683px;
}

section.fourth {
	position: relative;

	height: 685px;

	max-width: 1920px;

	margin: 0 auto;
}

.fourth__contein {
	position: relative;

	left: 555px;

	width: 625px;

	margin-top: 100px;
}

.fourth__img {
	width: 612px;

	height: 549px;

	top: 0;

	left: -50px;

	display: block;

	position: absolute;

	margin: 0 auto;

	border-radius: 50px;

	overflow: hidden;
}

.fourth__img img {
	width: 100%;

	height: 100%;
}

.fourth__img-mob {
	display: none;
}

section.fourth .pinkBG.second__dop {
	margin-left: 160px;
}

.fourth__contein h2 {
	font-weight: 700;

	font-size: 52px;

	line-height: 1.35;

	letter-spacing: -0.03em;

	margin-bottom: 15px;
}

.fourth p.medium {
	font-weight: 500;

	font-size: 20px;

	line-height: 1.4;

	position: relative;

	margin-bottom: 10px;
}

.fourth p.medium::before {
	display: block;

	content: "";

	width: 65px;

	height: 1.5px;

	position: absolute;

	background: var(--dark);

	top: 15px;
}

.fourth p.medium span {
	display: block;

	left: 75px;

	position: relative;

	width: 40vw;
}

section.fifth {
	position: relative;

	max-width: 1400px;

	height: 628px;

	margin: 0 auto;
}

.fifth__img__girl {
	position: absolute;

	right: 20px;

	bottom: 0;

	width: 585px;
}

.fifth__img__girl img {
	width: 100%;

	height: 100%;

	display: block;
}

.fifth img.palm {
	position: absolute;

	right: -757px;

	top: -556px;
}

.fifth .conteiner {
	top: 50px;
}

.fifth .pinkBG.second__dop {
	margin-left: 0;
}

.fifth__contein {
	max-width: 670px;
}

.fifth h2 {
	font-weight: 700;

	font-size: 52px;

	line-height: 135%;

	letter-spacing: -0.03em;

	margin-bottom: 20px;
}

.fifth .text__info {
	font-weight: 400;

	font-size: 20px;

	line-height: 1.4;

	margin-bottom: 10px;
}

.fifth a.hero__btn {
	max-width: 540px;
}

section.sixth {
	margin-top: 110px;

	margin-bottom: 100px;
}

.sixth .pinkBG.second__dop {
	margin-left: 332px;
}

.sixth h2 {
	text-align: center;

	font-weight: 700;

	font-size: 52px;

	line-height: 135%;

	letter-spacing: -0.03em;

	margin-bottom: 10px;
}

.sixth p {
	font-weight: 500;

	font-size: 24px;

	line-height: 140%;

	text-align: center;
}

.blockForm {
	width: fit-content;

	margin: 20px auto 0;
}

.inputBlock {
	display: flex;

	flex-direction: row;

	flex-wrap: wrap;

	justify-content: center;

	max-width: 978px;

	gap: 10px;
}

label.checkbox {
	width: 100%;

	position: relative;

	cursor: pointer;

	display: flex;

	max-width: 484px;

	flex-direction: row;
}

.checkbox input {
	display: none;
}

.titleCheckbox {
	width: 410px;
}

.titleCheckbox a {
	color: var(--pink);
}

.checkbox__indicator {
	position: relative;

	display: inline-block;

	vertical-align: middle;

	height: 30px;

	width: 30px;

	border: 2px solid #ececec;

	box-sizing: border-box;

	margin-right: 10px;

	-webkit-transition: all 0.2s;

	transition: all 0.2s;

	border-radius: 10px;

	background-color: #fff;
}

.checkbox__indicator.show::after {
	content: "";

	position: absolute;

	display: block;

	left: 3px;

	top: 3px;

	width: 20px;

	height: 20px;

	background: var(--pink);

	border-radius: 20px;
}

form input {
	width: 462px;

	height: 100px;

	border-radius: 10px;

	border: 1px solid #ececec;

	padding-left: 20px;

	font-weight: 400;

	font-size: 16px;

	line-height: 150%;

	color: #776b77;
}

form button {
	position: relative;

	display: block;

	width: 484px;

	height: 100px;

	font-weight: 600;

	font-size: 22px;

	text-transform: uppercase;

	text-align: center;

	border-radius: 10px;

	background: var(--pink);

	color: #fff;

	margin: 20px auto 0;

	border: none;

	cursor: pointer;
}

form button::after {
	content: "";

	border-radius: 2px;

	width: 75px;

	height: 113px;

	background-image: url(/btrf/img/kreo.webp);

	display: block;

	background-size: cover;

	position: absolute;

	transform: rotate(10deg);

	top: -9px;

	left: 418px;

	pointer-events: none;
}

.blockForm p {
	font-weight: 400;

	font-size: 18px;

	line-height: 135%;

	text-align: center;

	margin-top: 10px;
}

section.seventh {
	max-width: 1400px;

	margin: 0 auto;

	height: 402px;

	width: 100%;

	position: relative;

	overflow: hidden;
}

.seventh .bg {
	height: 402px;
}

.seventh .bg img {
	height: 100%;

	width: 100%;
}

.seventh .conteiner {
	margin-top: 50px;
}

.seventh h2 {
	font-weight: 700;

	font-size: 52px;

	line-height: 1.35;

	letter-spacing: -0.03em;

	text-align: center;
}

.seventh .text__info {
	font-weight: 400;

	font-size: 20px;

	line-height: 1.4;

	text-align: center;
}

.seventh a.hero__btn {
	margin: 40px auto 0;

	max-width: 524px;
}

footer {
	display: block;

	height: 430px;

	background-color: var(--dark);

	margin-top: -70px;

	color: #fff;
}

.infoBlock {
	left: 0;

	top: 160px;

	position: relative;
}

.infoBlock .ip {
	font-style: italic;

	font-weight: 600;

	font-size: 21px;

	line-height: 1.2;

	letter-spacing: -0.02em;

	margin-bottom: 10px;
}

.infoBlock .ogrn {
	font-weight: 400;

	font-size: 18px;

	line-height: 140%;

	color: rgba(255, 255, 255, 0.7);
}

.linkPrivacy {
	left: 0;

	top: 170px;

	position: relative;

	display: flex;

	gap: 100px;
}

.linkPrivacy a {
	color: rgba(255, 255, 255, 0.5);

	font-weight: 400;

	font-size: 18px;

	line-height: 140%;

	text-decoration: underline;

	text-decoration-skip-ink: none;
}

.social-icons {
	width: fit-content;

	position: relative;

	top: 0;

	left: 400px;

	display: flex;
}

a.social {
	margin-right: 11px;

	max-width: 50px;

	display: block;
}

.social img {
	width: 100%;

	height: auto;
}

.contacts {
	width: fit-content;

	position: relative;

	top: 52px;

	left: 800px;
}

.contacts .text {
	margin-bottom: 10px;

	font-weight: 400;

	font-size: 18px;

	line-height: 140%;

	color: rgba(255, 255, 255, 0.7);
}

.contacts a {
	margin-bottom: 10px;

	font-weight: 400;

	font-size: 18px;

	line-height: 140%;

	color: rgba(255, 255, 255, 0.7);
}

.prava {
	position: relative;

	top: 60px;

	font-size: 14px;
}

.isnt {
	position: relative;

	top: 63px;

	font-size: 14px;
}

@media screen and (max-width: 1199px) {
	.conteiner {
		padding: 0 30px;
	}

	.hero header {
		padding: 20px 0;
	}

	header .conteiner {
		gap: 98px;
	}

	section.hero {
		height: 685px;
	}

	header .header__text {
		font-size: 18px;

		max-width: 300px;
	}

	h1 {
		font-size: clamp(26px, 3.5vw, 52px);

		width: 50vw;

		margin-top: 60px;
	}

	.pinkBG.hero__dop {
		padding: 3px 15px;

		font-size: clamp(20px, 2.53vw, 29px);
	}

	.ul__text {
		font-size: clamp(15px, 1.9vw, 24px);
	}

	a.hero__btn {
		font-size: 18px;

		padding: 33px 0;

		width: 380px;
	}

	.hero__text {
		font-size: clamp(14px, 1.6vw, 18px);

		width: 36vw;

		min-width: 320px;

		max-width: 370px;
	}

	.btn__contain::after {
		width: 63px;

		height: 95px;

		top: -2px;

		left: 358px;
	}

	.hero__text__contain::after {
		left: 325px;
	}

	.hero__img__girl {
		width: 766px;

		bottom: 0;

		left: 32.6vw;
	}

	.ul__text li {
		width: 260px;
	}

	.pinkBG.second__dop {
		padding: 4px 15px;

		font-size: 16px;

		margin-left: 445px;
	}

	.second .conteiner__zag {
		margin-top: 70px;
	}

	.conteiner h2 {
		font-size: 39px;

		margin-top: -7px;
	}

	.second__contein {
		display: flex;

		flex-direction: row;

		flex-wrap: wrap;

		width: 100%;

		height: auto;

		justify-content: space-between;

		align-content: space-between;

		gap: 20px;
	}

	.second__info {
		border-radius: 20px;

		width: calc(33vw - 40px);

		height: auto;

		background: #fff;

		font-weight: 400;

		font-size: 16px;

		line-height: 1.4;
	}

	.second__info p {
		padding: 20px;
	}

	a.second__btn {
		font-size: 18px;
	}

	a.second__btn span {
		font-size: 14px;

		width: 155px;

		display: block;
	}

	a.second__btn img {
		top: 11px;

		left: 204px;
	}

	section.second {
		margin-bottom: 5px;
	}

	.third {
		height: 1092px;
	}

	.third__img__girl {
		width: 530px;

		left: -35px;
	}

	.third__contein {
		position: relative;

		left: 415px;

		width: 515px;
	}

	.third li {
		margin-bottom: 10px;

		font-size: 16px;

		line-height: 1.4;

		margin-left: 25px;
	}

	.third li::before {
		width: 16px;

		height: 16px;

		left: 0;

		margin-top: 3px;
	}

	.third p {
		font-size: 16px;
	}

	.third a.hero__btn {
		font-size: 16px;

		padding: 33px 0;

		width: 330px;
	}

	.fourth__img {
		top: 42px;

		left: -32px;

		display: block;

		position: absolute;

		margin: 0 auto;

		border-radius: 50px;

		overflow: hidden;

		width: 472px;

		height: 423px;
	}

	.fourth__contein {
		position: relative;

		left: 415px;

		width: 51vw;

		margin-top: 80px;
	}

	section.fourth .pinkBG.second__dop {
		margin-left: 28px;
	}

	.fourth__contein h2 {
		font-weight: 700;

		font-size: 39px;

		line-height: 1.35;

		letter-spacing: -0.03em;

		margin-bottom: 15px;
	}

	.fourth p.medium {
		font-size: 16px;

		width: 45vw;
	}

	section.fourth {
		height: auto;

		padding-bottom: 100px;
	}

	section.fifth {
		height: 430px;
	}

	.fifth h2 {
		font-size: 39px;
	}

	.fifth .text__info {
		font-size: 16px;
	}

	.fifth__contein {
		max-width: 520px;
	}

	.fifth a.hero__btn {
		max-width: 540px;

		display: none;
	}

	.fifth__img__girl {
		right: 35px;

		width: 405px;
	}

	.fifth img.palm {
		right: -697px;

		top: -371px;

		width: 1520px;

		height: 1380px;
	}

	section.sixth {
		margin-top: 80px;

		margin-bottom: 80px;
	}

	.sixth .pinkBG.second__dop {
		margin-left: 286px;
	}

	.sixth h2 {
		margin-bottom: 5px;
	}

	.sixth p {
		font-size: 21px;
	}

	form input {
		width: 430px;

		height: 80px;
	}

	label.checkbox {
		width: 452px;

		font-size: 14px;
	}

	form button {
		width: 367px;

		height: 90px;

		font-size: 18px;
	}

	form button::after {
		width: 65px;

		height: 96px;

		top: -1px;

		left: 349px;
	}

	.sixth p.small {
		font-size: 16px;
	}

	section.seventh {
		height: 340px;
	}

	.seventh .bg {
		height: 340px;

		width: 100%;
	}

	.pinkBG.second__dop {
		margin-left: 322px;
	}

	.seventh .text__info {
		font-size: 18px;
	}

	.seventh a.hero__btn {
		width: 420px;
	}

	.infoBlock {
		top: 130px;
	}

	.infoBlock .ip {
		font-size: 18px;
	}

	.infoBlock .ogrn {
		font-size: 16px;
	}

	.contacts {
		width: fit-content;

		position: relative;

		top: 32px;

		left: unset;

		margin-left: auto;
	}

	.contacts .text {
		margin-bottom: 10px;

		font-weight: 400;

		font-size: 16px;

		line-height: 140%;

		color: rgba(255, 255, 255, 0.7);
	}

	.contacts a {
		margin-bottom: 10px;

		font-weight: 400;

		font-size: 16px;

		line-height: 140%;

		color: rgba(255, 255, 255, 0.7);
	}

	.social-icons {
		width: fit-content;

		position: relative;

		top: -47px;

		left: 311px;
	}

	.linkPrivacy {
		top: 160px;

		gap: 50px;
	}

	.linkPrivacy a {
		font-size: 16px;
	}
}

@media screen and (max-width: 985px) {
	.inputBlock {
		display: flex;

		flex-direction: row;

		flex-wrap: wrap;

		justify-content: center;

		max-width: 978px;
	}

	h2 {
		font-size: 39px;

		margin-top: -5px;

		margin-bottom: 5px;
	}

	.second__contein {
		display: flex;

		flex-direction: row;

		flex-wrap: wrap;

		width: 100%;

		height: auto;

		gap: 20px;

		justify-content: center;
	}

	.second__info {
		border-radius: 20px;

		width: calc(46vw - 40px);

		height: auto;

		background: #fff;

		font-weight: 400;

		font-size: 16px;

		line-height: 1.4;

		min-width: 290px;
	}

	a.second__btn img {
		top: 11px;

		right: 8px;

		left: auto;
	}

	.third {
		height: 100%;

		padding-bottom: 50px;

		border-radius: 50px;
	}

	.third .bg {
		top: 75px;

		height: 100%;
	}

	.third__contein {
		position: relative;

		left: 50%;

		width: 50%;
	}
}

@media screen and (max-width: 680px) {
	.conteiner {
		padding: 0 30px;
	}

	.pinkBG.hero__dop {
		font-size: 18px;
	}

	.second__info {
		width: 100%;
	}

	a.second__info.second__btn.centered {
		width: 100%;
	}

	.ul__text ul {
		width: 100%;
	}

	.ul__text li {
		width: 50%;
	}

	.ul__text {
		font-size: 12px;
	}

	section.hero {
		position: relative;

		max-width: 1920px;

		overflow: hidden;

		height: auto;

		margin: 0 auto;

		padding-bottom: 40px;
	}

	h1 {
		font-size: clamp(20px, 3.5vw, 52px);

		width: 100%;

		margin-top: 0;

		max-width: 450px;
	}

	.conteiner h2 {
		font-size: 26px;

		margin-top: 0;

		text-align: center;
	}

	.pinkBG.second__dop {
		padding: 4px 15px;

		font-size: 12px;

		margin-left: 445px;
	}

	.third__contein {
		position: relative;

		left: 0;

		width: 100%;
	}

	.btn__contain {
		position: relative;

		margin-top: 160px;
	}

	a.hero__btn {
		font-size: 3.4vw;

		padding: 30px 0;

		width: 85vw;
	}

	.hero__img__girl::after {
		width: 100%;

		height: 40%;

		content: "";

		background: linear-gradient(
			360deg,
			rgb(227 218 247) 0%,

			rgb(227 218 247/0%) 100%
		);

		position: absolute;

		left: 0;

		bottom: 0;
	}

	.btn__contain::after {
		width: 63px;

		height: 95px;

		top: -12px;

		left: unset;

		right: -15px;
	}

	.hero__text__contain {
		width: 85vw;

		margin-left: auto;

		margin-right: auto;

		max-width: 450px;
	}

	.hero__text__contain::after {
		left: 286px;
	}

	.hero__img__girl {
		width: 510px;

		top: auto;

		bottom: -2px;

		height: auto;

		left: -30px;
	}

	header .header__text {
		font-size: 13px;

		max-width: 300px;
	}

	header .conteiner {
		display: flex;

		flex-direction: row;

		align-items: flex-start;

		gap: 0;

		justify-content: space-between;
	}

	.pinkBG.second__dop {
		margin-left: auto;

		margin-right: auto;
	}

	.third a.hero__btn {
		font-size: 16px;

		padding: 33px 0;

		width: 330px;

		margin-top: 330px;
	}

	.third__img__girl {
		width: 302px;

		left: 45px;
	}

	.centered {
		margin-left: auto;

		margin-right: auto;

		width: fit-content;
	}

	section.fourth {
		height: auto;

		padding-bottom: 50px;
	}

	.fourth__contein {
		position: relative;

		left: 0;

		width: 100%;

		margin-top: 80px;
	}

	.fourth__img-mob img {
		width: 100%;

		height: auto;
	}

	.fourth__img-mob {
		display: block;

		display: block;

		position: relative;

		margin: 0 auto;

		border-radius: 50px;

		overflow: hidden;

		width: 352px;

		height: auto;
	}

	.fourth__img {
		display: none;
	}

	.fourth__contein h2 {
		width: 100%;

		margin-bottom: 15px;
	}

	.fourth p.medium::before {
		display: block;

		content: "";

		width: 45px;

		height: 1.5px;

		position: absolute;

		background: var(--dark);

		top: 10px;
	}

	.fourth p.medium span {
		display: block;

		left: 55px;

		position: relative;

		width: calc(100% - 30px);
	}

	.fourth p.medium {
		font-size: 14px;

		width: 100%;
	}

	.fifth .pinkBG.second__dop {
		margin-left: auto;
	}

	section.fifth {
		height: auto;

		min-height: 750px;

		border-radius: 50px;

		overflow: hidden;
	}

	.fifth img.palm {
		right: -437px;

		top: 169px;

		width: 1240px !important;

		height: 1150px !important;

		transform: rotate(45deg);
	}

	.fifth__img__girl {
		right: -6px;

		width: 285px;

		position: absolute;
	}

	.fifth .text__info {
		font-size: 14px;

		width: 100%;
	}

	.fifth .bg img {
		width: 100%;

		height: 100%;
	}

	.sixth .pinkBG.second__dop {
		margin-left: auto;
	}

	.sixth p {
		font-size: 16px;
	}

	.blockForm {
		width: 100%;

		margin: 20px auto 0;
	}

	.titleCheckbox {
		width: calc(100% - 40px);
	}

	form input {
		width: 100%;

		height: 70px;
	}

	form button {
		width: 100%;

		height: 80px;

		font-size: 16px;
	}

	form button::after {
		width: 55px;

		height: 87px;

		top: -7px;

		left: unset;

		right: -8px;
	}

	.seventh a.hero__btn {
		width: 100%;
	}

	.contacts {
		width: fit-content;

		position: relative;

		top: -10px;

		left: 0;

		margin-left: 0;
	}

	.social-icons {
		width: fit-content;

		position: relative;

		top: -80px;

		left: 200px;
	}

	.infoBlock {
		top: 200px;
	}

	.linkPrivacy {
		top: 225px;

		gap: 0;

		flex-direction: column;
	}

	.isnt {
		position: relative;

		top: 70px;

		font-size: 12px;

		width: 95%;
	}

	.prava {
		position: relative;

		top: 190px;

		font-size: 14px;
	}

	footer {
		display: block;

		height: 760px;

		background-color: var(--dark);

		margin-top: -70px;

		color: #fff;
	}

	.contacts .text {
		margin-bottom: 10px;

		font-weight: 400;

		font-size: 14px;

		line-height: 140%;

		color: rgba(255, 255, 255, 0.7);
	}

	.contacts a {
		margin-bottom: 10px;

		font-weight: 400;

		font-size: 14px;

		line-height: 140%;

		color: rgba(255, 255, 255, 0.7);
	}

	.infoBlock .ogrn {
		font-size: 14px;
	}

	.linkPrivacy a {
		font-size: 14px;
	}

	.isnt {
		position: relative;

		top: 70px;

		font-size: 12px;
	}

	.inputBlock {
		display: flex;

		flex-direction: row;

		flex-wrap: wrap;

		justify-content: center;

		max-width: 978px;

		gap: 10px;
	}

	span.header__date,
	span.header__time {
		text-align: right;

		display: inline-block;

		width: 100%;
	}

	a.social {
		max-width: 35px;
	}
}

@keyframes btn__anim {
	0% {
		transform: scaleX(1) scaleY(1);

		opacity: 1;
	}

	70% {
		transform: scaleX(1.075) scaleY(1.3);

		opacity: 0;
	}

	100% {
		transform: scaleX(1) scaleY(1);

		opacity: 0;
	}
}
