/*******************************************
 *** Адаптивные стили ADAPTIVE.CSS
 *** Собственность компании WEBBERRIES
 *** https://webberries.ru (C) 2005-2025
 *** Для вопросов: webberries@yandex.ru
 *** Дата обновления: 30.01.2025
 *** Версия файла: V4.10 
 *******************************************/




/*
@media screen and (min-width: 1900px) {
	section, header, footer, nav { 
		min-width: 1880px; 
	}

	div.con { 
		width: 1840px; 
	}
}

@media screen and (min-width: 1600px) and (max-width: 1899px) {
	section, header, footer, nav { 
		min-width: 1560px; 
	}

	div.con { 
		width: 1520px; 
	}
}
*/


@media screen and (min-width: 1900px) {
	section, header, footer, nav { 
		min-width: 1660px; 
	}

	div.con { 
		width: 1660px; 
	}

	nav { 
		min-width: calc(1660px - 32px); 
		width: calc(1660px - 32px); 
	}

	nav .con {
		width: 100%;
		min-width: 100%;
	}

	section.main .text1 div:last-child {
		width: 300px;
	}

	html, body, div, span, input, textarea, select, button { 
	  font-size: 18px; 
	}

	section.about .h2 div:nth-child(2) {
		width: 20%;
	}

	section.about .h2 div:nth-child(1) {
		width: 29%;
	}

	header .con .transparent-con h1 span:first-child {
		height: 84px;
		top: 16px;
	}
		
}



@media screen and (max-width: 800px) {
 	

	nav {
		position: fixed;
		top: 8px;
		min-width: calc(100% - 16px);
		width: calc(100% - 16px);
		left: 50%;
		transform: translateX(-50%);
		z-index: 10000;
		height: 72px;
		border-radius: 8px;
		overflow: visible;
	}

	nav .con {}

	.liquidGlass-wrapper {
	  position: relative;
	  position: absolute;
	  inset: 0;
	  display: flex;
	  font-weight: 600;
	  overflow: hidden;
	  color: black;
	  cursor: pointer;
	  /*box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);*/
	  background: rgba(255, 255, 255, .0);
	  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
	}
	.liquidGlass-effect {
		display: none;
	}
	.liquidGlass-tint {
		display: none;
	}
	.liquidGlass-shine {
		display: none;
	}
	.liquidGlass-text {
		display: none;
	}

	nav .back-con {
		z-index: 1;
		position: absolute;
		inset: 10px;
		border-radius: 0;
		filter: blur(0);
		background: #fff;
		border: 0;
		border-radius: 16px;
	}


	nav .back-blick {
		height: 102px;
		position: absolute;
		z-index: 0;
		left: -100%;
		top: 0;
		right: -100%;
		background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 75, 0.25));
		border-bottom-left-radius: 100%;
		border-bottom-right-radius: 100%;
		filter: blur(3px);
		transition: 0.5s;
		opacity: 0;
		display: none;
	}

	nav .back-blick-2 {
		height: 102px;
		position: absolute;
		z-index: 0;
		left: -100%;
		bottom: 0;
		right: -100%;
		background: linear-gradient(180deg, rgba(0, 0, 75, 0.25), transparent 30%);
		border-top-left-radius: 100%;
		border-top-right-radius: 100%;
		filter: blur(3px);
		transition: 0.5s;
		opacity: 0;
		display: none;
	}

	nav .back-blick-on,
	nav .back-blick-2-on {
		opacity: 1;
		transition: 1s;
	}

	nav .menu {
		display: none;
	}

	.hamburger {
		display: block;
	}

	.mobile-menu {
		height: unset;
		display: none;
		align-items: center;
		position: fixed;
		inset: 0;
		background: #efefef;
		z-index: 100000;
		padding: 16px 48px 16px 48px;
	}

	.mobile-menu .hamburger-close {
		display: block;
		position: absolute;
		right: 24px;
		top: 24px;
	}

	.mobile-menu .hamburger-close i {
		display: inline-block;
		width: 32px;
		height: 32px;
		text-align: center;
		font-size: 1em;
		line-height: 32px;
		border-radius: 1000px;
		background: var(--blue);
		margin-right: 8px;
		transition: 0.2s;
		color: #fefefe;
	}

	.mobile-menu .hamburger-close:hover i {
		transform: scale(1.1);
	}

	.mobile-menu > .menu-btn:nth-child(2) {
		margin-top: 128px;
	}

	.mobile-menu > .menu-btn {
		padding: 8px 16px;
		background: #fefefe;
		border-radius: 8px;
		margin-bottom: 8px;
		font-size: 1.5em;
		text-align: center;
		font-weight: 300;
		position: relative;
	}

	.mobile-menu > .menu-btn a {
		position: absolute;
		inset: 0;
	}

	nav .logo {
		position: relative;
		margin-left: 24px;
		height: 32px;
		width: 133px;
		width: calc(100% - 32px - 8px - 32px - 24px - 24px);
		background: url(/sys/images/main/logo.png) left center / contain no-repeat;
	}

	nav .contacts {
		margin-right: 0;
	}

	nav .contacts span {
		display: none;
	}

	nav .hamburger i {
		display: inline-block;
		width: 32px;
		height: 32px;
		text-align: center;
		font-size: 1em;
		line-height: 32px;
		border-radius: 1000px;
		background: var(--blue);
		margin-right: 24px;
		transition: 0.2s;
		color: #fefefe;

	}

	nav .hamburger:hover i {
		transform: scale(1.1);
	}

	header .con .white-con img {
		display: block;
		width: 100%;
		margin: 64px auto 8px auto;;
	}

	header .con .transparent-con {
		position: relative;
		margin-top: 32px;
		padding: 0 16px 32px 16px;
	}

	header .con .transparent-con h1 {
		/*width: calc(100% - 350px);*/
		width: 100%;
		color: #fefefe;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 1.5em;
		line-height: 1.2;
	}

	header .con .transparent-con h1 span:first-child {
		display: inline-block;
		width: 52px;
		height: 30px;
		position: relative;
		top: 6px;
		background: #fefefe;
		border-radius: 256px;
		background: url(/sys/images/main/mebel-animation-h1-3.jpg) right center / cover repeat;
		transition: background 5s ease;
		animation: movement1 32s infinite linear;
		border: 2px solid #fefefe;
	}

	header .con .transparent-con .slogan {
		position: relative;
		right: unset;
		bottom: unset;
		color: #fefefe;
		width: 70%;
		margin-left: 30%;
		margin-top: 64px;
	}



	section.main {
		padding: 64px 0 32px 0;
	}

	section.main .con {
		padding: 0 16px;
		overflow: visible;
	}

	section.main .text1 {
		flex-wrap: wrap;
	}

	section.main .text1 div:last-child {
		width: 50%;
		margin-left: 50%;
		margin-top: 32px;
		font-weight: 300;
	}

	section.main .text div:first-child {
		width: 100%;
	}

	section.main h2 {
		margin-left: 0;
		font-size: 1em;
		text-transform: uppercase;
		line-height: 1.2;
	}

	section.main h2 span:first-child {
		display: block;
		font-size: 3em;
		font-weight: 300;
	}

	section.main h2 span:last-child {
		display: block;
		margin-left: 32px;
		font-size: 1.75em;
		font-weight: 600;
	}

	section.main .catalog {
		flex-wrap: wrap;
	}

	section.main .catalog .header {
		width: 100%;
		height: 64px;
		line-height: 64px;
	}

	section.main .catalog .header i {
		transform: rotate(90deg);
	}


	section.main .catalog .items {
		width: 100%;
		margin-left: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: stretch;
		overflow: visible;
	}

	section.main .catalog .items > div {
		width: calc(50% - 8px);
		margin-left: 0;
	}

	section.about {
		padding: 64px 0 32px 0;
	}

	section.about .con {
		padding: 0 16px;
	}

	section.about .h2 {
		display: block;
		flex-wrap: unset;
		justify-content: unset;
		align-items: unset;
	}

	section.about .h2 div:nth-child(1),
	section.about .h2 div:nth-child(3) {
		font-size: 2em;
		display: inline-block;
		font-weight: 300;
		text-transform: uppercase;
		width: unset;
		line-height: 1.2;
	}

	section.about .h2 div:nth-child(2) {
		display: none;
	}

	section.about .h2 div:nth-child(3) span {
		margin-left: 32px;
		display: inline-block;
		font-size: 1em;
	}

	section.about .textabout .left {
		width: 100%;
		margin-right: 0;
		text-align: right;
		font-weight: 300;
	}

	section.about .textabout .right {
		width: 100%;
		margin-top: 32px;
	}

	section.about .textabout .right > div .text {
		width: 200px;
		font-weight: 300;
		font-size: 1em;
	}



	section.presentation {
		padding: 64px 0 32px 0;
	}

	section.presentation .con {
		padding: 0 16px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	section.presentation .con > div:first-child {
		overflow: hidden;
		position: relative;
		background: url(/sys/images/main/video-bg.jpg) center center / cover;
		border-radius: 16px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 32px;
	}

	section.presentation .con > div:first-child:before {
		content: "";
		float: left;
		padding-top: 56%;
	}

	section.presentation .con > div:last-child {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	section.presentation .con > div:last-child > div:first-child h2 {
		font-size: 1.5em;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 1.2;
	}

	section.presentation .con > div:last-child > div:last-child div {
		font-size: 2em;
		margin-top: 64px;
		line-height: 1.2;
	}



	section.team {
		padding: 64px 0 32px 0;
	}

	section.team .con {
		padding: 0 16px;
	}


	section.team .con .people > div:nth-child(1) {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	section.team .con .people > div:nth-child(1) h3 {
		font-size: 1.5em;
		font-weight: 300;
		line-height: 1.2;
		text-transform: uppercase;
		margin-bottom: 32px;
	}

	section.team .con .people > div:nth-child(2) {
		margin-top: 32px;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	section.team .con .people > div:nth-child(3) > div {
		width: calc(33.333% - 8px);
	}

	section.team .con .people > div:nth-child(3):after {
		content: "";
		width: calc(33.3333% - 8px);
	}

	section.team .con .people > div:nth-child(2) > div {
		width: calc(50% - 6px);
	}


	section.whywe {
		padding: 64px 0 32px 0;
	}

	section.whywe .con {
		padding: 0 16px;
	}

	section.whywe .con h3 {
		text-align: center;
		font-size: 1.5em;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 1.2;
	}

	section.whywe .con .items {
		flex-wrap: wrap;
	}

	section.whywe .con .items > div {
		width: 100%;
		margin-bottom: 16px;
		height: unset;
	}


	section.whywe .con .items > div:before {
		content: "";
		float: left;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: unset;
		width: 100%;
		height: 32px;
		border-top: 1px solid var(--color-main);
		border-left: 1px solid var(--color-main);
		border-right: 1px solid var(--color-main);
		border-bottom: 0;
		border-top-left-radius: 16px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 16px;
	}

	section.whywe .con .items > div .text span:last-child {
		display: block;
		margin-top: 16px;
	}

	section.whywe .con .items > div .icon {
		margin-top: 32px;
	}




	section.banner {
		padding: 32px 0 32px 0;
	}

	section.banner .con {
		padding: 0 16px;
	}

	section.banner .con .banner-content > div:last-child {
		flex-wrap: wrap;
	}

	section.banner .con .banner-content > div:last-child > div:first-child {
		margin-bottom: 64px;
		text-align: left;
		width: 100%;
	}

	section.banner .con .banner-content > div:last-child > div:last-child  {
		width: 100%;
		font-size: 3em;
		font-weight: 600;
		color: rgba(255, 255, 255, .50);
		text-align: right;
		text-transform: uppercase;
		line-height: 1;
	}

	section.banner .con .banner-content > div:first-child  {
		width: 100%;
		font-size: 3em;
		font-weight: 600;
		color: rgba(255, 255, 255, .50);
		text-transform: uppercase;
		line-height: 1;
		margin-bottom: 128px;
	}

	section.welcome {
		padding: 64px 0 32px 0;
	}

	section.welcome .con {
		padding: 0 16px;
		overflow: visible;
	}

	section.welcome .con h3 {
		text-align: center;
		font-size: 1.5em;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 1.2;
	}

	section.slideshow {
		padding: 64px 0 32px 0;
	}

	section.slideshow .con {
		padding: 0 16px;
	}

	section.slideshow .slides:before {
		padding-top: 100%;
	}

	section.slideshow .slides .slide > div:first-child,
	section.slideshow .slides .slide > div:last-child {
		width: 100%;
		padding-bottom: 32px;
		margin-top: 32px;
		border-bottom: 2px solid rgba(255, 255, 255, .1);
	}

	section.slideshow .slides .slide > div:last-child {
		display: none;
	}

	section.slideshow .slides .slide > div:nth-child(2) {
		width: 2px;
		height: calc(100% - 16px);
		background: rgba(255, 255, 255, .1);
		display: none;
	}

	section.slideshow .slides .slide > div:first-child > div:first-child > div:first-child {
		font-size: 1.5em;
		font-weight: 300;
		color: #fefefe;
		text-transform: uppercase;
		width: calc(100% - 150px);
		line-height: 1.2;
	}


	section.slideshow .slides .slide > div:first-child > div:first-child {
		padding-right: 0;
	}

	section.slideshow .slides .slide > div:first-child > div:last-child > div:last-child {
		margin-right: 0;
		font-size: 2em;
		padding-left: 32px;
	}


	section.yourdesign {
		padding: 32px 0 32px 0;
	}

	section.yourdesign .con {
		padding: 0 16px;
	}

	section.yourdesign .con .form {
		border-radius: 16px;
		padding: 32px;
		background: #fff;
	}

	section.yourdesign .con .form > div h2 {
		font-size: 1.5em;
		font-weight: 300;
		line-height: 1.2;
		text-transform: uppercase;
		margin-bottom: 32px;
	}

	section.yourdesign .con .form > div p {
		font-size: 1em;
		width: 60%;
	}

	section.yourdesign .con .form > div > div {
		margin-top: 32px;
		margin-left: 0;
		cursor: pointer;
		margin-bottom: 0px;
	}

	section.social {
		padding: 32px 0;
	}

	section.social .con {
		padding: 0 16px;
	}

	section.social .con > div:first-child {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	section.social .con > div:first-child > div:first-child {
		width: 100%;
	}

	section.social .con > div:first-child > div:last-child {
		width: 100%;
	}

	section.social .con > div:first-child > div:first-child h2 {
		font-size: 1.5em;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 1.2;
		margin-bottom: 32px;
	}

	section.social .con > div:last-child {
		flex-wrap: wrap;
	}

	section.social .con > div:last-child > div {
		overflow: hidden;
		width: calc(50% - 8px);
		margin-bottom: 16px;
	}

	footer .con > div:first-child,
	footer .con > div:nth-child(2) {
		width: 100%;
	}

	footer .con > div:nth-child(2) {
		position: unset;
		left:  unset;
		right:  unset;
		top: unset;
		bottom:  unset;
	}

	footer .con > div:nth-child(2) > .overlay {
		display: none;
	}

	footer .con > div:nth-child(2) > .form-overlay {
		position: relative;
		inset: unset;
		z-index: unset;
		display: block;
	}

	footer .con > div:nth-child(2) > .form-overlay .form {
		max-width: 100%;
		width: 100%;
		padding: 16px;
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		overflow: hidden;
	} 

	footer .con > div:first-child {
		flex-wrap: wrap;
		order:2;
		padding-bottom: 32px;
	}

	footer .con > div:first-child > div:first-child {
		width: 100%;
		padding: 32px 32px 8px 32px;
	}

	footer .con > div:first-child > div:last-child {
		width: 100%;
		padding: 8px 32px 32px 32px;
	}

	footer .con > div:first-child > div:first-child > .logo {
		width: 30%;
	}

	footer .con > div:last-child {
		margin-top: 32px;
		width: 100%;
		overflow: hidden;
		background: unset;
		filter: invert(100%);
		opacity: 0.1;
	}

	footer .con > div:last-child:before {
		display: none;
	}

	footer .con > div:nth-child(2) > .form-overlay .form .angle {
		display: none;
	}




}

