.col-title{
	position:absolute;
}
#container-nav {
	height: 70px;
/* 	padding-left: 120px; */
	border: 4px solid #3c4798;
	position: relative;
	top: 0;
	left: 0;
	z-index: 99;
	border-radius: 20px;
	box-shadow: inset 1px 1px #6874c7, inset -1px -1px #6874c7;
}
#container-nav .nav-interactiv {
	display: flex;
	align-items: center;
	margin-right: 12px;
}
#container-nav .btn {
	color: #fff0f3;
	font-family: bitcount-mono-single-circle;
	text-transform: uppercase;
	font-size: 20px;
	text-shadow: 0 0 20px #f5afbf, 0 0 15px #f5afbf, 0 0 10px #f5afbf, 0 0 5px #f5afbf, 0 0 5px #f5afbf;
	white-space: nowrap;
	position: relative;
}
#container-nav .btn .arrow {
	cursor: pointer;
	-webkit-appearance: inherit;
	background: transparent;
	border: none;
	width: 24px;
	height: 24px;
	min-width:24px;
	transition: 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 8px;
	background-color: #F5AFBF;
	border-radius: 50%;
	box-shadow: 10px 10px 25px rgb(0 0 0 / 10%), 2px 2px 1px rgb(0 0 0 / 35%);
}
#container-nav .btn:hover .arrow {
	width: 24px;
}
#container-nav .btn .arrow:before {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	box-shadow: inset 2px 2px 5px rgb(255 255 255 / 50%), inset -2px -2px 6px rgb(0 0 0 / 70%), -1px -1px 4px rgb(255 255 255 / 40%), 1px 1px 2px rgb(0 0 0 / 40%);
	transition: .3s ease;
	border-radius: 50%;
	border: none;
	top: inherit;
	left: inherit;
	transform: none;
}
#container-nav .btn:hover .arrow:before{
	box-shadow:inset 0px 0px 3px 2px rgb(255 255 255 / 40%), inset 0px 0px 15px 2px rgb(0 0 0 / 40%);
}
#container-nav .btn .arrow:after {
	width: 7px;
	height: 8px;
	transition: .3s ease;
	border-top: none;
	top: inherit;
	left: inherit;
	background-color: #3c4798;
	clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
#container-nav .btn:hover .arrow:after {
	width: 7px;
}
#container-nav .col-nav {
	padding-left: 120px; 
    position: absolute;
    display: flex; 
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width:1120px){
	#container-nav .col-nav {
		padding-left: 0; 
		position: absolute;
		display: block; 
		z-index: 10;
		top: 0;
		height: 100%;
		transform: translateY(0);
	}
	#container-nav .col-title .title{
		margin-bottom: 8px;
	}
}



#container-menu {
	height: 100%;
}
/* #container-menu .slide > .fm-row{
	height:100%;
	padding-top:50px;
	padding-top:18px;
} */
#container-menu .fm-row{
	height:100%;
}
#container-menu .fm-row.row-header,
#container-menu .fm-row.product-title-prices{
	height:auto;
}
#container-menu .fm-row.row-header .header{
	text-align: right;
}

#container-menu .slide-0 > .fm-row{	
	padding-top: 80px;
}
@media (min-width:1121px){
	#container-menu .slide > .fm-row{
		overflow:auto;
	}
}
.col-interactiv {
    margin: 0;
    border: 4px solid #3c4798;
    border-radius: 20px;
    background-color: #f5afbf;
    background-position: 8px 0,8px 0,0 0,0 0;
    background-size: 8px 8px;
    background-repeat: repeat;
    background-image: radial-gradient(#ffbccb 50%,transparent 50%);
}
.btn-menu {
	padding: clamp(48px,4vw,96px);
}
.btn-menu > .nav {
	font-size: 60px;
	font-family: Franchise;
	color: #3c4798;
	line-height: 1;
	filter: none;
	background-color: #f5afbf;
	border: 4px solid #3c4798;
	padding: 6px 10px 0;
	text-align:center;
}
.product-header,
.col-product,
.col-product:last-child,
.col-product:first-child{
	padding: 24px 48px;
}
.product-header,
.col-product{
	/*background-color: #F5AFBF;*/
	background-color: #fee3e9;
}
.col-product:nth-child(2) {
/* 	padding-top: calc(73.59px + 24px); */
}
#container-menu p{
	margin:0;
}
.col-title {
	position: absolute;
	height: 70px;
	top: 0;
	z-index: 9;
	background-color: #3C4798;
	background-position: 8px 0,8px 0,0 0,0 0;
	background-size: 8px 8px;
	background-repeat: repeat;
	background-image: radial-gradient(#4954a5 50%,transparent 50%);
	box-shadow: inset 0 0 2px rgb(0 0 0 / 60%), inset 0 0 20px rgb(0 0 0 / 60%);
	border-bottom: 2px solid #3c4798;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 24px;
	border-radius:20px;
}
.col-title .title {
	color: #fff0f3;
	font-family: bitcount-mono-single-circle;
	text-transform: uppercase;
	font-size: 20px;
	text-shadow: 0 0 20px #f5afbf, 0 0 15px #f5afbf, 0 0 10px #f5afbf, 0 0 5px #f5afbf, 0 0 5px #f5afbf;
}
.col-interactiv:before {
	content: \'\';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	border-radius: 16px;
	box-shadow: inset 1px 1px 0px #6874c7, inset -1px -1px 0px #6874c7, inset 0px 0px 5px 3px #242d65, inset 0px 0px 40px 7px #242d65;
}
.col-interactiv:after {
	background-position: 8px 0,8px 0,0 0,0 0;
	background-size: 8px 8px;
	background-repeat: repeat;
	background-image: radial-gradient(#5b5b5b 50%,transparent 50%);
	box-shadow: inset 0 0 2px rgb(0 0 0 / 60%), inset 0 0 20px 0px rgb(0 0 0 / 100%);
	mix-blend-mode: overlay;
	border-radius:16px;
}
@media (max-width:1120px){
	.slide {
		min-height: calc(100vh - 82px);
	}
	#container-nav{
		padding-left:0;
		overflow:hidden;
	}
	#container-nav .nav-interactiv {
		width: 42px;
		justify-content: center;
		position: absolute;
		height: 100%;
		margin-right: 0;
	}
	#container-nav .btn {
		color: transparent;
		text-shadow: none;
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		overflow:hidden;
	}
	#container-nav .btn .arrow {
		margin-right: 0;
		position: absolute;
		width: 42px;
		height: 42px;
		min-width: 42px;
		border-radius: 50% 0 0 50%;
	}
	#container-nav .btn .arrow:before,
	#container-nav .btn .arrow:after{
		border-radius: 50% 0 0 50%;
	}
	.btn-menu > .nav {
		font-size: 40px;
	}
	.product-header,
	.col-product,
	.col-product:last-child,
	.col-product:first-child{
		padding: 24px 12px;
	}
}
