@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
	margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
	display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
	background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
	font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
	font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
	border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
	vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
	overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
	display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
	display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
	display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
	display: none;
}

/* ---------------------------------------
	Typography
--------------------------------------- */
@font-face {
	font-family: "Noto Sans Hebrew";
	src: url("../fonts/NotoSansHebrew-Thin.eot");
	src: url("../fonts/NotoSansHebrew-Thin.woff") format("woff"), url("../fonts/NotoSansHebrew-Thin.woff2") format("woff2"), url("../fonts/NotoSansHebrew-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans Hebrew";
	src: url("../fonts/NotoSansHebrew-ExtraLight.eot");
	src: url("../fonts/NotoSansHebrew-ExtraLight.woff") format("woff"), url("../fonts/NotoSansHebrew-ExtraLight.woff2") format("woff2"), url("../fonts/NotoSansHebrew-ExtraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans Hebrew";
	src: url("../fonts/NotoSansHebrew-Light.eot");
	src: url("../fonts/NotoSansHebrew-Light.woff") format("woff"), url("../fonts/NotoSansHebrew-Light.woff2") format("woff2"), url("../fonts/NotoSansHebrew-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans Hebrew";
	src: url("../fonts/NotoSansHebrew-Regular.eot");
	src: url("../fonts/NotoSansHebrew-Regular.woff") format("woff"), url("../fonts/NotoSansHebrew-Regular.woff2") format("woff2"), url("../fonts/NotoSansHebrew-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans Hebrew";
	src: url("../fonts/NotoSansHebrew-Medium.eot");
	src: url("../fonts/NotoSansHebrew-Medium.woff") format("woff"), url("../fonts/NotoSansHebrew-Medium.woff2") format("woff2"), url("../fonts/NotoSansHebrew-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans Hebrew";
	src: url("../fonts/NotoSansHebrew-SemiBold.eot");
	src: url("../fonts/NotoSansHebrew-SemiBold.woff") format("woff"), url("../fonts/NotoSansHebrew-SemiBold.woff2") format("woff2"), url("../fonts/NotoSansHebrew-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans Hebrew";
	src: url("../fonts/NotoSansHebrew-Bold.eot");
	src: url("../fonts/NotoSansHebrew-Bold.woff") format("woff"), url("../fonts/NotoSansHebrew-Bold.woff2") format("woff2"), url("../fonts/NotoSansHebrew-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans Hebrew";
	src: url("../fonts/NotoSansHebrew-ExtraBold.eot");
	src: url("../fonts/NotoSansHebrew-ExtraBold.woff") format("woff"), url("../fonts/NotoSansHebrew-ExtraBold.woff2") format("woff2"), url("../fonts/NotoSansHebrew-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans Hebrew";
	src: url("../fonts/NotoSansHebrew-Black.eot");
	src: url("../fonts/NotoSansHebrew-Black.woff") format("woff"), url("../fonts/NotoSansHebrew-Black.woff2") format("woff2"), url("../fonts/NotoSansHebrew-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

body {
	font-family: "Noto Sans Hebrew", sans-serif;
	font-size: 17px;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Noto Sans Hebrew", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
	color: inherit;
}

.text-medium {
	font-size: 17px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.17px;
}

.regular {
	color: #111111;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	line-height: normal;
}

.semibold {
	color: #8F8F8F;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.12px;
}

a {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

a:hover, a:focus {
	filter: opacity(0.5);
}

h1.bold {
	color: #111111;
	font-size: calc( 0.00926 * 100vw + 32.66667px);
	font-weight: 500;
	line-height: 48px;
	letter-spacing: -1.38px;
}

h1.bold strong {
	font-weight: 800;
}

@media (max-width: 767px) {
	h1.bold {
		line-height: 40px;
		letter-spacing: -1.08px;
	}
}

h1.bold span:not(.icon) {
	font-size: 44px;
	font-weight: 500;
	letter-spacing: -1.32px;
}

@media (max-width: 767px) {
	h1.bold span:not(.icon) {
		font-size: 36px;
	}
}

h2 {
	color: #8F6B45;
	font-size: 26px;
	font-weight: 800;
	line-height: 30px;
	letter-spacing: -0.78px;
}

header {
	background: transparent;
	position: absolute;
	width: 100%;
	padding: 15px 0;
}

header .btn-black-bg {
	display: block;
	text-align: center;
	width: 217px;
	padding: 10px 20px;
	border-radius: 8px;
	border: 1px solid #111111;
	background: #111111;
	color: #fff;
}

@media (max-width: 767px) {
	header .btn-black-bg {
		padding: 2px 8px;
		width: auto;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	header .logo {
		order: 1;
	}
}

header .header-nav {
	flex: 1;
}

@media (max-width: 767px) {
	header .header-nav {
		display: none;
	}
}

header .header-nav ul {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

header .header-nav ul li {
	position: relative;
}

header .header-nav ul .menu-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background: url("../images/star-header.svg") no-repeat center center;
	background-size: contain;
}

footer {
	background-color: #111111;
	padding: 50px 240px;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

@media (max-width: 991px) {
	footer {
		padding: 60px 25px 80px;
	}
}

footer .footer__header {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

footer .footer__nav {
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

footer .footer__nav .omnis-info {
	margin: 0 auto;
}

footer .footer__nav-links {
	display: flex;
	justify-content: space-between;
	max-width: 605px;
	width: 100%;
}

footer .footer__nav-links ul {
	margin: 0;
	display: grid;
	max-width: 605px;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	align-items: center;
	justify-content: space-between;
	justify-items: center;
}

footer .footer__nav-links ul a {
	color: #ffffff;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
}

footer .banner__info--separator div:nth-child(2) {
	padding: 0 1rem;
}

footer h2 {
	color: #ffffff;
	font-size: calc( 0.00741 * 100vw + 23.33333px);
	font-weight: 600;
	line-height: normal;
	letter-spacing: -1.02px;
	padding-inline-end: 91px;
	position: relative;
}

@media (max-width: 991px) {
	footer h2 {
		padding-inline-end: 76px;
	}
}

@media (max-width: 575px) {
	footer h2 {
		max-width: 196px;
		padding-inline-end: 13px;
	}
}

footer h2::after {
	content: "";
	position: absolute;
	bottom: 2px;
	inset-inline-end: 0;
	max-width: 92px;
	width: 100%;
	height: 35px;
	background: url(../../assets/images/logo-white.svg) no-repeat;
	background-size: contain;
}

@media (max-width: 991px) {
	footer h2::after {
		bottom: -3px;
		max-width: 74px;
	}
}

@media (max-width: 575px) {
	footer h2::after {
		bottom: -5px;
		max-width: 71px;
	}
}

footer .banner__info--links {
	max-width: 547px;
	margin: 0px auto;
	left: 0;
}

footer .banner__info--links a {
	color: #111111;
	background-color: #ffffff;
}

.omnis-info {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.omnis-info p {
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.13px;
	margin-top: 3px;
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

ul,
ol {
	list-style: none;
	padding-inline-start: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

.container {
	width: 100%;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.container {
		padding: 0 25px;
	}
}

.wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.header-mobile-menu {
	display: none;
}

@media (max-width: 767px) {
	.dekstop {
		display: none;
	}
}

.mobile {
	display: none;
}

@media (max-width: 767px) {
	.mobile {
		display: block;
	}
}

.banner {
	background-color: #F5F3F0;
	height: 100vh;
	max-height: 654px;
	padding-top: 85px;
}

@media (max-width: 767px) {
	.banner {
		height: auto;
		max-height: fit-content;
		padding: 110px 0 60px;
	}
}

.banner .container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 51px;
	height: 100%;
	align-items: center;
}

@media (max-width: 767px) {
	.banner .container {
		grid-template-columns: repeat(1, 1fr);
		justify-items: center;
	}
}

.banner__info {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

@media (max-width: 767px) {
	.banner__info {
		margin-top: 110px;
	}
}

.banner__info h1.bold {
	padding-inline-end: 20px;
}

.banner__info h1.bold span.icon {
	position: relative;
}

.banner__info h1.bold span.icon::after {
	content: "";
	position: absolute;
	top: 15%;
	inset-inline-end: -20%;
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/star-19.svg);
}

@media (max-width: 767px) {
	.banner__info h1.bold span.icon::after {
		inset-inline-end: -28%;
	}
}

.banner__info--description {
	width: 110%;
}

@media (max-width: 1270px) {
	.banner__info--description {
		width: 100%;
	}
}

.banner__info--separator {
	display: flex;
	align-items: center;
}

.banner__info--separator .line {
	height: 1px;
	flex: 1;
	background-color: #8F8F8F;
}

.banner__info--separator p {
	padding: 0 1rem;
}

.banner__info--links {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	width: 101%;
	position: relative;
	left: 3px;
}

.banner__info--links a {
	display: flex;
	justify-content: center;
	gap: 5px;
	background: #111111;
	padding: 9px;
	border-radius: 8px;
	color: #ffffff;
	width: 169px;
	height: 52px;
	align-items: center;
}

@media (max-width: 767px) {
	.banner__info--links a {
		width: 100%;
		gap: 20px;
		align-items: center;
		justify-content: center;
	}
}

.banner__info--links a:hover {
	filter: opacity(0.5);
}

.banner__info--links a > span {
	display: flex;
	flex-direction: column;
}

.banner__info--links a > span span:first-child {
	font-size: 10px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.1px;
}

.banner__info--links a > span span:last-child {
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.15px;
}

.banner__info--links a img {
	max-height: 24px;
}

.banner__img-layout {
	max-height: 455px;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	position: relative;
}

@media (max-width: 767px) {
	.banner__img-layout {
		margin-left: 75px;
	}
}

.banner__img-layout::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	max-width: 161px;
	width: 100%;
	height: 100%;
	background: url(../../assets/images/iPhone.png) no-repeat;
	background-size: contain;
	max-height: 318px;
	border-radius: 22px;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
	.banner__img-layout::after {
		max-width: 154px;
		max-height: 305px;
		left: 0;
		bottom: -95px;
		top: auto;
		z-index: 2;
	}
}

.banner__img-layout::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 48%;
	transform: translateX(-48%);
	z-index: 1;
	max-width: 162px;
	width: 100%;
	height: 100%;
	max-height: 318px;
	background: url(../../assets/images/header_second.png) no-repeat;
	background-size: contain;
	border-radius: 22px;
}

@media (max-width: 767px) {
	.banner__img-layout::before {
		max-width: 150px;
		max-height: 305px;
		bottom: -23px;
		left: -2%;
	}
}

.banner__img-layout .responsive-block {
	position: relative;
}

.banner__img-layout .responsive-block img {
	border-radius: 20px;
	max-width: 285px;
	max-height: 390px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.banner__img-layout .responsive-block::before {
	content: "";
	position: absolute;
	bottom: -7%;
	right: 7%;
	z-index: 1;
	max-width: 160px;
	width: 100%;
	height: 100%;
	max-height: 62px;
	background: url(../../assets/images/logo-big.svg) no-repeat;
	background-size: contain;
}

@media (max-width: 767px) {
	.banner__img-layout .responsive-block::before {
		max-width: 96px;
		bottom: -14%;
		right: 0;
	}
}

.banner__img-layout .responsive-block::after {
	content: "";
	position: absolute;
	top: 9%;
	left: -18%;
	z-index: 1;
	width: 19px;
	height: 19px;
	border-radius: 22px;
	background: url(../../assets/images/star-light-19.svg) no-repeat;
	background-size: contain;
}

@media (max-width: 1100px) {
	.banner__img-layout .responsive-block::after {
		display: none;
	}
}

.banner__img-layout .model img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.introduction .wrapper {
	padding: 24px 0 45px;
}

@media (max-width: 767px) {
	.introduction .wrapper {
		flex-direction: column-reverse;
		padding: 60px 0;
	}
}

.introduction__info {
	max-width: 445px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.introduction__info h2 {
	line-height: 24px;
	padding-inline-start: 70px;
	position: relative;
}

.introduction__info h2::before {
	content: "";
	position: absolute;
	top: 4px;
	inset-inline-start: 0;
	max-width: 70px;
	width: 100%;
	height: 100%;
	background: url(../../assets/images/brown-logo.svg) no-repeat;
	background-size: contain;
}

.introduction__info h2::after {
	content: "";
	position: absolute;
	top: -10px;
	inset-inline-start: -15px;
	max-width: 19px;
	width: 100%;
	height: 100%;
	background: url(../../assets/images/star-19.svg) no-repeat;
	background-size: contain;
}

@media (max-width: 767px) {
	.introduction__info h2::after {
		display: none;
	}
}

.introduction__pictures {
	position: relative;
}

@media (max-width: 767px) {
	.introduction__pictures {
		margin-bottom: 40px;
	}
}

.introduction__pictures img {
	border-radius: 20px;
}

.introduction__pictures--layout img {
	border-radius: 20px;
	max-width: 282px;
	max-height: 409px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media (max-width: 767px) {
	.introduction__pictures--layout {
		padding-inline-start: 90px;
	}
}

@media (max-width: 575px) {
	.introduction__pictures--layout md {
		width: 238px;
	}
}

.introduction__pictures--layout::after {
	content: "";
	position: absolute;
	bottom: -3px;
	z-index: 1;
	inset-inline-start: 62%;
	width: 19px;
	height: 19px;
	background: url(../../assets/images/star-19.svg) no-repeat;
	background-size: contain;
	display: none;
}

@media (max-width: 767px) {
	.introduction__pictures--layout::after {
		display: block;
	}
}

.introduction__pictures::after {
	content: "";
	position: absolute;
	bottom: -21px;
	inset-inline-start: -143px;
	max-width: 171px;
	width: 100%;
	height: 100%;
	max-height: 197px;
	background: url(../../assets/images/low-section-man-bed-home.jpg) no-repeat;
	background-size: contain;
	border-radius: 20px;
}

@media (max-width: 767px) {
	.introduction__pictures::after {
		bottom: -15px;
		inset-inline-start: -18px;
		max-width: 130px;
		max-height: 150px;
	}
}

@media (max-width: 575px) {
	.introduction__pictures::after {
		bottom: -21px;
		inset-inline-start: -5px;
		max-width: 125px;
		max-height: 150px;
	}
}

.introduction__pictures::before {
	content: "";
	position: absolute;
	bottom: 50%;
	inset-inline-start: -51px;
	width: 19px;
	height: 19px;
	background: url(../../assets/images/star-black.svg) no-repeat;
	background-size: contain;
}

.benefits {
	position: relative;
	padding: 100px 0 80px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (max-width: 1100px) {
	.benefits .container {
		padding-top: 420px;
	}
}

@media (max-width: 479px) {
	.benefits .container {
		padding-top: 320px;
	}
}

.benefits__info {
	max-width: 480px;
	margin-inline-start: auto;
}

@media (max-width: 1100px) {
	.benefits__info {
		max-width: fit-content;
	}
}

.benefits__info img,
.benefits__info h2 {
	margin-bottom: 10px;
}

.benefits__info span {
	font-size: 24px;
	font-weight: 500;
}

@media (max-width: 1100px) {
	.benefits__info img {
		margin: 0 auto 10px;
		display: block;
	}
}

.benefits__pictures {
	position: absolute;
	top: -15%;
	right: -1.5%;
	display: flex;
	align-items: center;
	gap: 20px;
	transform: rotate(-30deg);
	z-index: -1;
}

@media (max-width: 1100px) {
	.benefits__pictures {
		top: 0;
	}
}

@media (max-width: 479px) {
	.benefits__pictures {
		right: -10%;
	}
}

.benefits__pictures img {
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

@media (max-width: 1100px) {
	.benefits__pictures img {
		max-width: 130px !important;
	}
}

@media (max-width: 479px) {
	.benefits__pictures img {
		max-width: 105px !important;
	}
}

.benefits__pictures--middle-images {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.reflections {
	background-color: #F5F3F0;
	padding: 120px 0;
	/* Стилі для випадку з 4 елементами */
	/* Стилі для випадку з 5 елементами */
}

@media (max-width: 767px) {
	.reflections {
		padding: 60px 0;
	}
}

.reflections .container {
	display: flex;
	gap: 24px;
	flex-direction: column;
}

.reflections h2 {
	color: #111111;
}

.reflections .reflections-layout {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* Три колонки */
	grid-template-rows: auto auto;
	/* Два рядки */
	grid-column-gap: 51px;
	height: 100%;
	align-items: center;
	justify-items: center;
	/* Центрування елементів по горизонталі */
}

@media (max-width: 767px) {
	.reflections .reflections-layout {
		grid-template-columns: repeat(1, 1fr);
	}
}

.reflections .reflections-layout > *:nth-child(4):last-child {
	grid-row: 2;
	/* Четвертий елемент переміщується в другий рядок */
	grid-column: 2;
	/* Центруємо його */
}

.reflections .reflections-layout > *:nth-child(4):nth-last-child(2),
.reflections .reflections-layout > *:nth-child(5):last-child {
	grid-row: 2;
	/* Четвертий і п'ятий елементи переміщуються в другий рядок */
}

.reflections .reflections-layout > *:nth-child(4):nth-last-child(2) {
	grid-column: 1;
	/* Четвертий елемент зліва */
}

.reflections .reflections-layout > *:nth-child(5):last-child {
	grid-column: 3;
	/* П'ятий елемент справа */
}

.reflections .reflections-item {
	display: flex;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
	.reflections .reflections-item {
		width: 100%;
	}
}

.reflections .reflections-item--info-block p {
	color: #6e6e6e;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.28px;
}

.motivation .wrapper {
	padding: 23px 74.82px 65px 0;
	position: relative;
	gap: 40px;
}

@media (max-width: 767px) {
	.motivation .wrapper {
		flex-direction: column;
		gap: 60px;
		padding: 60px 0 180px;
	}
}

.motivation .wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	inset-inline-end: 0;
	max-width: 163px;
	width: 100%;
	height: 122px;
	background: url(../../assets/images/illutstration.svg) no-repeat;
	background-size: contain;
}

.motivation__info {
	max-width: 680px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.motivation__info h2 {
	line-height: 24px;
	position: relative;
}

.motivation__info h2::after {
	content: "";
	position: absolute;
	top: -10px;
	inset-inline-start: -15px;
	max-width: 19px;
	width: 100%;
	height: 100%;
	background: url(../../assets/images/star-19.svg) no-repeat;
	background-size: contain;
}

.motivation__pictures {
	position: relative;
}

@media (max-width: 575px) {
	.motivation__pictures {
		max-width: 257px;
		margin-inline-start: 70px;
	}
}

@media (max-width: 575px) {
	.motivation__pictures img {
		width: 100%;
	}
}

.motivation__pictures--logo {
	position: absolute;
	bottom: -42px;
	z-index: 1;
	left: 46%;
	transform: translateX(-50%);
}

@media (max-width: 575px) {
	.motivation__pictures--logo {
		left: 43%;
		transform: translateX(-50%);
		max-width: 136px;
		bottom: -29px;
	}
}

.motivation__pictures::after {
	content: "";
	position: absolute;
	bottom: -40px;
	inset-inline-start: -74.82px;
	max-width: 171px;
	width: 100%;
	height: 100%;
	max-height: 197px;
	background: url(../../assets/images/low-section-man-bed-home-1.jpg) no-repeat;
	background-size: contain;
	border-radius: 20px;
}

@media (max-width: 575px) {
	.motivation__pictures::after {
		max-width: 153px;
	}
}

.motivation__pictures::before {
	content: "";
	position: absolute;
	bottom: 47%;
	inset-inline-start: -51px;
	width: 19px;
	height: 19px;
	background: url(../../assets/images/star-black.svg) no-repeat;
	background-size: contain;
}

.default-page {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.default-page__header {
	background-color: #F5F3F0;
	padding: 141px 0 57px;
}

.default-page__header h1 {
	font-weight: 800;
	margin-bottom: 20px;
}

.default-page__content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.default-page__content .container {
	padding: 45px 15px 75px;
	position: relative;
	flex: 1;
}

.default-page__content .container::after {
	content: "";
	position: absolute;
	bottom: 0;
	inset-inline-end: 0;
	max-width: 163px;
	width: 100%;
	height: 122px;
	background: url(../../assets/images/illutstration.svg) no-repeat;
	background-size: contain;
}

.default-page__content--content {
	max-width: 817px;
}

.default-page__content--first-paragraph {
	margin-bottom: 30px;
}

.default-page__content ul {
	list-style: disc;
}

.default-page__content ol {
	list-style: decimal;
}

.default-page__content ul, .default-page__content ol {
	padding-right: 20px;
}

/*# sourceMappingURL=main.css.map */