section .container-item{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.slide-nav-right{
    max-height: calc(100% - 120px);
    overflow-y: auto;
	overflow-x: hidden;
}
@media only screen and (min-width: 1380px)
{
    body .container.container-item{
        max-width:1300px;
    }
}

@media only screen and (min-width: 1680px)
{
    body .container.container-item{
        max-width:1600px;
    }
}

@media only screen and (max-width: 1380px)
{
    body .container.container-item{
        max-width:1300px;
    }
}

@media only screen and (max-width: 1280px)
{
    body .container.container-item{
        max-width:1200px;
    }
}


@media only screen and (max-width: 1199px)
{
    body .container.container-item{
        max-width:1100px;
    }
}


@media only screen and (max-width: 991px)
{
    body .container.container-item{
        max-width:900px;
    }
}

@media only screen and (max-width: 767px)
{
    body .container.container-item{
        max-width:720px;
    }
	#cookies-message-container #cookies-message{
		width:100%;max-width:500px;
	}
	#cookies-message-container #cookies-message p.main-t{
		padding:15px;font-size:20px;
	}
	.faq-title-ct{
		position:relative !important;opacity:0.8 !important;top:0 !Important;
	}
}

@media only screen and (max-width: 575px)
{
    body .container.container-item{
        max-width:540px;
    }
    .m-text-center{
        text-align: center !important;
    }
}
@media only screen and (min-width: 768px)
{
	.menu .menu-container{
		overflow:hidden;
	}
	.menu nav{
		height:100%;
	}
	.menu nav ul{
		max-height: 100%;
		height: auto;
		overflow-y: auto;
		padding: 5px 0;
	}
}