@media (min-width: 800px) and (max-width: 1200px) {
	.catalog .left .type a {font-size: 1.53vw !important;letter-spacing: 0.2vw;}
	.catalog .left {width: 14.05vw !important;}
}


@media (min-width: 801px) {	
	/* .fullmenu.white {
		background-color: #fff;
		position: fixed;
		left: 0%;
		top: 0px;
		bottom: 0px;
		z-index: 7;
		transition: .4s;
		transform: translateX(-100%);
		opacity: 0;
		overflow: hidden;
		width: calc(35% + 11vw);
	}
	.fullmenu.left-menu{display:none;}
	.open-menu .top-menu .lang {
		right: inherit;
	}
	.open-menu .top-menu {
		background-color: inherit !important;
		left: 0;
	}
	.open-menu .top-menu.inner .phone{display:none;}
	.open-menu .top-menu .links {
		opacity: inherit;
	}
	.open-menu .top-menu .wrap {
		padding-left: inherit;
		margin: auto 9.5vw;
	}

	.fullmenu .scroll {
		right: 20px;
		left: initial;
	}
	.types-block{
		height: 100vh;
		background-color: #fff;
		width: 11vw;
		display: inline-block;
		vertical-align: top;
		border-right: 1px #dedede solid;
		margin-top: -124px;
	}
	*/
	.catalog .left .type {
		padding: 0px;
	}
	.catalog .left .type a {
    text-decoration: blink;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Helvetica';
    color: #636363;
    font-size: 1.03vw;
    letter-spacing: 0.1vw;
    line-height: 1.2;
    display: block;
    position: relative;
    margin: 0 0px;
    transition: .3s;
    padding: 0px 20%;
	}
	.catalog .left .type a:before {
		content: "";
		width: 15px;
		height: 1px;
		background-color: #525252;
		display: block;
		margin: 0 auto;
		margin-bottom: 18px;
		margin-top: -1px;
	}
	.catalog .left .type a:after {
		content: "";
		width: 15px;
		height: 1px;
		background-color: #525252;
		display: block;
		margin: 0 auto;
		margin-top: 18px;
		margin-bottom: -1px;
		transition:.3s;
	}
	.catalog .left.active .type a.active {
		color: #000;
		border-top: 1px #dedede solid;
		border-bottom: 1px #dedede solid;
        border-right: 1px #fff solid;
		margin-right: -1px;
	}

	.catalog .left .type a:hover:after {
		width: 35px;
	} 
	.catalog-prod-menu.active {
		transform: translateX(0);
	}
	.catalog-prod-menu {
		transition: .4s;
		transform: translateX(-100%);
		position: absolute;
		top: 0px;
		height: calc(100% + 116px);
		overflow: hidden;
		left: 11vw;
		width: calc(35vw - 15px);
		z-index: 2;
		background-color: #fff;
		margin-top: -116px;
		padding-top: 50px;
		padding-right: 30px;
	}
	.catalog{z-index: 5; overflow:hidden}
	.catalog .left.active {
		background-color:#fff;
		border-right: 1px #dedede solid;
	}
	.catalog .left.active .type a.active, .catalog .left.active .type a:hover {
		color: #000;
	}
	.catalog .left {
		z-index: 5;
		transition: .4s;
		
	}
	.elegant-scroll {
		overflow-x: hidden; /* Hide horizontal scrollbar */
		overflow-y: auto; /* Enable vertical scrollbar */
		/* Custom scrollbar styling */
		scrollbar-width: thin; /* Firefox */
		scrollbar-color: #555 #222; /* Firefox */
	}

		/* Webkit Browsers (Chrome, Edge, Safari) */
		.elegant-scroll::-webkit-scrollbar {
			width: 8px; /* Thin scrollbar */
		}

		.elegant-scroll::-webkit-scrollbar-track {
			background: #222; /* Dark background */
			border-radius: 10px;
		}

		.elegant-scroll::-webkit-scrollbar-thumb {
			background: #555; /* Slightly lighter for contrast */
			border-radius: 10px;
			border: 2px solid #222; /* Adds padding effect */
		}

			.elegant-scroll::-webkit-scrollbar-thumb:hover {
				background: #777; /* Slightly brighter on hover */
			}

	.catalog-prod-menu .prod-list a:after{content:"";width: 40%;height: 1px;background-color: #dedede;display: block;margin: 0 auto;margin-top:10px;}
	.catalog-prod-menu .prod-list a{
		display: inline-block;
		width: 49%;
		margin-left: 1%;
		text-decoration: blink;
		color: #000;
		margin-bottom: 34px;
	}
	.catalog-prod-menu .prod-list a:nth-child(odd){
		margin-left: 0px;
	}
	.catalog-prod-menu .prod-list a .img{
		text-align: center;
		height: auto;
		/*width: 200px;*/
		width: 240px;
		
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom left;
		/* overflow: hidden; */
		margin: 0 auto;
	}
	.catalog-prod-menu .prod-list a .img img{
		width: auto;
		position: relative;
        z-index:1;
	}
	.catalog-prod-menu .prod-list a p.name{
		padding: 0px;
		padding-top: 0px;
		font-size: 0.95vw;
		font-weight: 600;
		text-align: center;
		margin-bottom: 0px;
        font-family: 'Helvetica';
        font-weight: 400;
	}
	.catalog-prod-menu .prod-list a p.material{
			padding: 0px;
		padding-top: 0px;
		font-size: 0.75vw;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
		font-family: 'Helvetica';
        font-weight:400;
		letter-spacing: 0.09vw;
		color: #616161;
        

	}
	.catalog-prod-menu .prod-list a p.color{
			padding: 0px;
		padding-top: 0px;
		font-size: 0.75vw;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
		font-family: 'Helvetica';
        font-weight:400;
		letter-spacing: 0.09vw;
		color: #616161;

	}
	.catalog-prod-menu .prod-list a p.size{
			padding: 0px;
		padding-top: 0px;
		font-size: 0.75vw;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
	font-family: 'Helvetica';
        font-weight:400;
		letter-spacing: 0.09vw;
		color: #616161;

	}
	.catalog-prod-menu .scroll{
		position: absolute;
		color: #000;
		right: 20px;
		top: 127px;
		bottom: 0px;
		width: 20px;
		padding-top: 90px;
		    margin-bottom: 70px;
	}
	.catalog-prod-menu .scroll .scrollLine{content:"";width: 1px;background-color: #dedede;display: block;position: absolute;top: 120px;bottom: 5px;left: 10px;}
	.catalog-prod-menu .scroll div{
		transform: rotate(-90deg);
		font-family: 'Helvetica';
		letter-spacing: 0.1vw;
		font-size: 0.7vw;
		font-weight: 500;
	}
	.catalog-prod-menu .scroll span{
		position: absolute;
		width: 9px;
		height: 9px;
		background-color: #000;
		top: 0px;
		border-radius: 50%;
		left: 6px;
		z-index: 1;
	}
	.catalog-prod-menu .prod-list {
		padding-right: 30px;
		padding-left: 0px;
		height: calc(90vh - 100px);
		overflow-y: scroll;
		margin-right: -50px;
	}
	.catalog-prod-menu .name{
		margin-bottom: 12px;
    line-height: 1.2;
    color: #000;
    padding: 40px 31px;
    text-transform: uppercase;
    font-size: 1.8vw;
    font-family: 'Helvetica';
    letter-spacing: 0.05vw;
    font-weight: 300;
	}
	.catalog.active{z-index:7;}
	.open-menu .catalog.active{z-index:5;}
	/*.catalog-prod-menu .prod-list a .img:after {
		content: "";
		background-image: url(/images/shadow2.png);
		display: block;
		width: 200px;
		height: 31px;
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
		position: absolute;
		bottom: 12px;
		margin-left: -18px;
	}*/
}