html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:hover {
	border: 0;
}

body,
input,
button,
textarea {
	font-family: "Space Grotesk", sans-serif;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body {}

body a {
	text-decoration: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}
/* header */
.global-navigation-wrapper {
	z-index: 1000;
	background: rgba(12, 16, 32, 0.56);
	position: absolute;
	width: 100%;
	top: 0;
	border-bottom: 1px solid rgba(226, 229, 231, 0.5);
}

.global-navigation-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:15px;
	max-width: 1200px;
	margin: 0 auto;
}

.brand-identity-section .brand-logo-link {
	font-size: 1.5rem;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	transition: color 0.3s ease;
}


/* Навигационное меню */
.primary-navigation .navigation-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 20px;
}

.primary-navigation .navigation-list-item {
	margin: 0;
}

.primary-navigation .navigation-link {
	text-decoration: none;
	font-weight: 500;
	color: #ffffff;
	transition: color 0.3s ease;
}

.primary-navigation .navigation-link:hover {
	color: #3a9dd0;
}

/* Выпадающий список для языка */
.language-selection-dropdown {
	position: relative;
}

.language-toggle-checkbox {
	display: none;
}
.language-dropdown-toggle-button {}
.language-dropdown-toggle-button i{
	width: 13px;
	height: 13px;
	min-width: 13px;
	background: url(img/arrow-down.png) center / 13px no-repeat;
	transition: all 300msease-in-out 0s;
}
.dropdown-arrow-icon {
	display: flex;
}
.language-dropdown-toggle-button {
	border: 1px solid #ddd;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
	color: #f1f1f1;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: background 0.3s ease, border-color 0.3s ease;
}

.language-dropdown-toggle-button:hover {
	background: #3b3c3d;
}

.language-dropdown-menu-list {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 1000;
	width: 100%;
}

.language-toggle-checkbox:checked ~ .language-dropdown-menu-list {
	display: block;
}

.language-dropdown-item {
	padding: 8px 16px;
	transition: background 0.3s ease;
}

.language-dropdown-item:hover {
	background: #f1f1f1;
}

.language-option-link {
	text-decoration: none;
	color: #333;
	display: block;
	transition: color 0.3s ease;
}

.language-option-link:hover {
	color: #3a9dd0;
}
/* headerENd */
/* main */
.furnishing__zone{
	position: relative;
    background: url(img/main-bg.jpg) center no-repeat;
    background-size: cover;
    z-index: 0;
		padding: 150px 0;
}
.furnishing__zone::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 100%);
}
	.headline__furniture {
		color: #fff;
		font-size: 32px;
		font-weight: 600;
		line-height: 1.4;
		text-align: center;
		padding-bottom: 20px;
	}
.content__luxury-description{
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
.furnishing__container{
	max-width: 1200px;
	margin: 0 auto;
}
.container-fluid {
	text-align: center;
}
.btn-explore-more{
	background: #cd373a;
	padding: 15px;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	border: 0;
	color: #f1f1f1;
	margin-top: 30px;
}
	.btn-explore-more:hover{
		background: #a52b2d;
	}
/* mainENd */
/* work */
.furniture-process {
	background: #0c1020;
	padding: 90px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.fur-page-big{
	height: 100vh;
}
.furniture-notification-button.green-button {
	background-color: #0b68b8; 
	color: white;
}

.furniture-notification-button.green-button:hover {
	background-color: #3a9dd0; 
}
.furniture-description {
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 40px;
}
	.furniture-process::before,
	.furniture-process::after,
	.furniture-process .ball {
		content: "";
		display: inline-block;
		height: 190px;
		width: 160px;
		border-radius: 353px;
		background: #018ABE80;
		filter: blur(73px);
		background-size: contain;
		position: absolute;
		z-index: -1;
	}

	.furniture-process::before {
		right: -100px;
		top: 57%;
	}

	.furniture-process::after {
		left: -100px;
		bottom: 10%;
		background: #cd373a;
	}

	.furniture-process .ball {
		left: 50%;
		top: 10%;
		transform: translateX(-50%);
	}
.step-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 700px;
	margin: 0 auto;
}

.step-item {
	display: flex;
	align-items: center;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 20px;
	border: 2px solid rgba(255, 255, 255, 0.08);
	width: 100%;
}

.step-icon {
	width: 100%;
	height: 100%;
	max-width: 60px;
	max-height: 60px;
	font-size: 1.8rem;
	font-weight: bold;
	background: #0b68b8;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 45px;
	min-height: 60px;
	min-width: 60px;
}

.btn-discover {
	background: #cd373a;
	padding: 15px;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	border: 0;
	color: #f1f1f1;
	margin-top: 30px;
}

.btn-discover:hover {
	background: #a52b2d;
	transform: scale(1.07);
}
.step-title {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	text-align: start;
	padding-bottom: 10px;
}
.step-text {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	text-align: start;
	padding-bottom: 20px;
}
/* workEnd */
/* fur */
.furniture-advantages-section {
	padding: 80px 0;
	background-color: #f8f9fa;
}

.furniture-advantages-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.furniture-advantages-grid-layout {
	display: flex;
	align-items: center;
	gap: 40px;
}

.furniture-advantages-visual-content {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}
.furniture-advantages-visual-content img{
	width: 100%;
}
.furniture-advantages-image {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.furniture-advantages-image:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.furniture-advantages-textual-content {
	padding: 20px;
	width: 50%;
}

.furniture-advantages-heading {
	font-size:36px;
	color: #0b68b8;
	margin-bottom: 20px;
	position: relative;
	line-height: 1.4;
}

.furniture-advantages-heading::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background-color:#0b68b8;
	margin-top: 10px;
}
.furniture-milestones-heading{
	font-size:36px;
	color: #0b68b8;
	margin-bottom: 20px;
	position: relative;
	max-width: 490px;
	margin: 0 auto;
	margin-bottom: 30px;
}
		.furniture-milestones-heading::after {
			content: '';
			display: block;
			width: 60px;
			height: 4px;
			background-color: #0b68b8;
			margin-top: 10px;
		}
.furniture-advantages-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px; 
	height: 20px;
	background-color: #123456;
	border-radius: 4px; 
	color: #ffffff; 
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

.furniture-advantages-description {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #555;
}

.furniture-advantages-list {
	margin-top: 20px;
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.furniture-advantages-list-item {
	font-size: 1rem;
	color: #333;
	display: flex;
	align-items: center;
}
/* furENd */
/* blog */
.furniture-blog-content-section.blog-big{
	padding: 150px 0 80px 0;
}
.furniture-blog-content-section {
	background-color:#0c1020;
	padding: 40px 0 80px 0;
	position: relative;
	overflow: hidden;
}
	.furniture-blog-content-section:after{
		content: "";
    display: inline-block;
    height: 190px;
    width: 160px;
    border-radius: 353px;
    background: #018ABE80;
    filter: blur(73px);
    background-size: contain;
    position: absolute;
    z-index: 0;
		left: -100px;
    bottom: 10%;
	}

.furniture-blog-content-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.furniture-blog-content-list {
	list-style: none;
	padding-top: 40px;
	display: flex;
	flex-flow: column;
	gap: 50px;
}

.furniture-blog-content-item {
	border-radius: 12px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
	.furniture-blog-content-item:nth-child(2) .furniture-blog-content-mb-3{
		order: 2;
		text-align: end;
	}
		.furniture-blog-content-item:nth-child(2) .furniture-blog-content-img{
			text-align: start;
		}
		.furniture-blog-content-item:nth-child(2) .number-element{
			color: #0b68b8;
		}
.furniture-blog-content-item:hover {
}

.furniture-blog-content-body {
	padding: 20px 0 50px 0;
	display: flex;
position: relative;
}
		.furniture-blog-content-body::after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 1px;
			background: linear-gradient(to right, rgba(205, 55, 58, 0.3), #cd373a, rgba(205, 55, 58, 0.3));
			box-shadow: 0 1px 2px rgba(205, 55, 58, 0.3);
		}
	.furniture-blog-content-item:nth-child(2) .furniture-blog-content-body::after{
    background: linear-gradient(to right, rgba(11, 104, 184, 0.3), #0b68b8, rgba(11, 104, 184, 0.3));
    box-shadow: 0 1px 2px rgba(11, 104, 184, 0.3);
	}
	.furniture-blog-content-item:nth-child(2) .furniture-blog-content-button{
		background:#0b68b8;
	}
.furniture-blog-content-mb-3{
	text-align: start;
	width: 50%;
}
.furniture-blog-content-image img {
	transition: transform 0.3s ease;
}

.furniture-blog-content-item:hover .furniture-blog-content-image img {
	transform: scale(1.05);
}

.furniture-blog-content-title {
	font-size: 1.5rem;
	color: #4b3f9e;
	margin-bottom: 15px;
}
.blog-text {
	padding-top: 50px;
}
.blog-text p{
	font-size: 1rem;
    line-height: 1.6;
    color: #fff;
}
.furniture-blog-content-description {
	font-size: 1rem;
	line-height: 1.6;
	color: #fff;
	padding:0 0 30px 0;
}
.furniture-blog-content-img{
	width: 50%;
	text-align: end;
}
.furniture-blog-content-img img{
	width: 100%;
	max-width: 400px;
	border-radius: 20px;
}
.good-name-fur {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	text-align: start;
	padding-bottom: 10px;
}
.furniture-blog-content-button {
	background: #cd373a;
	padding: 15px;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	border: 0;
	color: #f1f1f1;
}
.number-element{
	color: #cd373a;
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 10px;
	line-height: 1.4;
}
.furniture-blog-content-button:hover {
	background-color: #a52b2d;
	color: #ffffff;
}
/* blogENd */
/* block */
.furniture-milestones-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.furniture-milestones-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.furniture-milestones-intro {
    text-align: center;
    margin-bottom: 60px;
}

.furniture-milestones-intro p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

/* Сетка достижений */
.furniture-milestones-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.furniture-milestones-item {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    max-width: 250px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.furniture-milestones-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.furniture-milestones-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.furniture-milestones-item-number {
    font-size: 3.5rem;
    font-weight: bold;
    color: #0b68b8;
    margin-bottom: 15px;
}

.furniture-milestones-item p {
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
		line-height: 1.4;
}

/* blockEnd */
/* contact */
.contact-info {
	padding: 1.5rem;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0; 
	width: 50%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.info-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: start;
	color: #0b68b8;
}

.info-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.info-item {
	font-size: 1rem;
	color: #555;
	margin-bottom: 0.75rem;
	line-height: 1.5;
}

.info-item strong {
	color: #000;
	font-weight: 600;
}
.elevated-box-communication.fur-page-big{
	padding-top: 170px;
}
.elevated-box-communication {
			background-color: #0c1020;
			padding: 80px 15px;
}
.rounded-edges-container-cover{
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 900px;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
}
.rounded-edges-container{
	padding: 20px;
}
.cover-content-overflow {
display: flex;
}

.headline-importance {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	color: #0b68b8;
}

.aligned-content-entry {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.field-label {
	font-size: 14px;
	color: #555;
	font-weight: bold;
	padding: 10px;
}

.input-identifier-primary,
.text-field-area {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
}

.input-identifier-primary:focus,
.text-field-area:focus {
	border-color: #007bff;
	outline: none;
}

.text-field-area {
	height: 100px;
	resize: vertical;
}

.text-legal-disclaimer {
	font-size: 12px;
	color: #666;
	text-align: center;
	margin: 15px 0;
	line-height: 1.4;
}
	.text-legal-disclaimer a{
		color: #a52b2d;
		font-weight: 500;
	}
	.text-legal-disclaimer a:hover{
		text-decoration: underline;
		}
.call-to-action-submit {
	background-color: #007bff;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	width: 100%;
}

.call-to-action-submit:hover {
	background-color: #0056b3;
}

.call-to-action-submit:active {
	background-color: #004080;
}

/* contactEnd */
/* footer */
.furniture-footer-section {
	background-color: #2c3e50;
	color: #ffffff;
	padding: 40px 0;
}

.furniture-footer-content-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.furniture-footer-navigation-section {
	margin-bottom: 30px;
}

.furniture-footer-navigation-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.furniture-footer-navigation-item {
	margin: 0 10px;
}

.furniture-footer-navigation-item a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	transition: color 0.3s ease;
}

.furniture-footer-navigation-item a:hover {
	color: #3a9dd0;
}

.furniture-footer-copyright-section {
	text-align: center;
	margin-top: 20px;
}

.furniture-footer-copyright-section p {
	font-size: 0.9rem;
	color: #bdc3c7;
	margin: 0;
}

/* footerEnd */
/* modal */
.furniture-privacy-notification {
	position: fixed;
	bottom: -100px; /* Начальное положение за пределами экрана */
	left: 20px;
	right: 20px;
	max-width: 400px;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: bottom 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
	z-index: 1000;
}

.furniture-privacy-notification.show {
	bottom: 20px; /* Появление внизу экрана */
	opacity: 1;
	visibility: visible;
}

.furniture-notification-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.furniture-notification-content p {
	font-size: 0.9rem;
	color: #333;
	margin: 0;
	line-height: 1.4;
}

.furniture-notification-content a {
	color: #a52b2d;
	text-decoration: none;
}

.furniture-notification-content a:hover {
	text-decoration: underline;
}

.furniture-notification-button {
	padding: 8px 16px;
	background-color: #a52b2d;
	color: #ffffff;
	border: none;
	border-radius: 8px;
	font-size: 0.9rem;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.furniture-notification-button:hover {
	background-color: #cd373a;
}
/* modalend */
/* first-page */
.furniture-craftsmanship-section {
	background-color: #f8f9fa;
	padding: 80px 0;
}

.furniture-craftsmanship-content {
	padding-top: 50px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	gap: 40px;
	align-items: center;
	flex-flow: column;
}

.furniture-craftsmanship-image-container {
	flex: 1;
}
	.furniture-craftsmanship-image-container img{
		width: 100%;
		max-width: 800px;
		max-height: 400px;
	}
.furniture-craftsmanship-image {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.furniture-craftsmanship-image:hover {
}

.furniture-craftsmanship-text-container {
	flex: 1;
	min-width: 300px;
}

.furniture-craftsmanship-heading {
	font-size:36px;
	color: #0b68b8;
	margin-bottom: 20px;
	font-weight: bold;
}

.furniture-craftsmanship-text-container p {
	font-size: 1.1rem;
	color: #555;
	line-height: 1.8;
	margin-bottom: 20px;
}

/* first-pageend */
/* privacy */
.furniture-crafting-info-section {
	background-color: #0c1020;
	padding: 120px 30px;
}

.furniture-crafting-info-content-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
}

.furniture-crafting-info-main-heading {
	font-size: 36px;
	font-weight: bold;
	color: #0b68b8;
	text-align: center;
	margin-bottom: 30px;
}

.furniture-crafting-info-main-text {
	font-size: 18px;
	line-height: 1.6;
	color: #4a4a4a;
	text-align: center;
	margin-bottom: 40px;
}

.furniture-crafting-info-subheading {
	font-size: 28px;
	font-weight: 600;
	color: #34495e;
	margin-bottom: 20px;
	text-align: left;
}

.furniture-crafting-info-body-text {
	font-size: 18px;
	line-height: 1.7;
	color: #555;
	margin-bottom: 20px;
	text-align: left;
}

.furniture-crafting-info-body-text strong {
	color: #e67e22;
	font-weight: bold;
}

.furniture-crafting-info-subheading:first-child {
	margin-top: 0;
}

.furniture-crafting-info-section .furniture-crafting-info-content-container {
	background-color: #ffffff;
	padding: 40px 30px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.furniture-crafting-info-content-container h2 {
	font-size: 28px;
	color: #0b68b8;
	margin-bottom: 10px;
}

.furniture-crafting-info-content-container p {
	font-size: 18px;
	color: #7f8c8d;
	line-height: 1.6;
}

.furniture-crafting-info-main-text p {
	margin-top: 20px;
}

.furniture-crafting-info-content-container h1,
.furniture-crafting-info-content-container h2,
.furniture-crafting-info-content-container p {
	margin-bottom: 30px;
}

.furniture-crafting-info-subheading {
	font-size: 24px;
	font-weight: 500;
	color: #2c3e50;
	margin-top: 40px;
}

.furniture-crafting-info-body-text {
	font-size: 18px;
	line-height: 1.7;
	color: #7f8c8d;
	text-align: justify;
	margin-bottom: 30px;
}

/* privacyEnd */
@media (max-width: 1200px) {
	.furniture-process{
		padding: 40px 15px;
	}
}
@media (max-width: 850px) {
	.furniture-advantages-grid-layout{
		flex-flow: column;
	}
	.furniture-advantages-textual-content,.furniture-blog-content-mb-3,.furniture-blog-content-img{
		width: 100%;
	}
	.furniture-blog-content-img{
		text-align: center;
	}
	.furniture-blog-content-body{
		flex-flow: column-reverse;
		gap: 30px;
		align-items: center;
		border: 1px solid rgba(205, 55, 58, 0.3);
		border-radius: 20px;
		padding: 20px;
	}
	.furniture-blog-content-body::after{
		display: none;
	}
	.furniture-blog-content-item:nth-child(2) .furniture-blog-content-img {
    text-align: center;
}
.container-fluid {
	flex-flow: column;
	gap: 20px;
}
.furniture-blog-content-list{
	padding: 0;
}
.furniture-blog-content-section.blog-big {
	padding: 170px 0 80px 0;
}
.furnishing__zone{
	padding: 170px 15px 50px 15px;
}
.furniture-advantages-heading,.furniture-milestones-heading,.furniture-advantages-heading{
	font-size: 26px;
}
}
@media (max-width: 680px) {
	.cover-content-overflow{
		flex-flow: column;
	}
	.contact-info {
	width: 100%;
	}
}
@media (max-width: 380px) {
	.rounded-edges-container{
		margin: 0 15px;
	}
	.primary-navigation .navigation-link {
	font-size: 14px;
	}
	.step-item{
		flex-flow: column;
		align-items: center;
		gap: 30px;
	}
	.step-title,.step-text {
		text-align: center;
	}
	.step-icon{
		margin-right: 0;
	}
}