.isn__cookie-consent {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 2147483647;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
}

.isn__cookie-consent__contain {
	max-width: 1340px;
	margin: auto;
	padding: 20px 30px;
}

.isn__cookie-consent__introduction {
	width: calc(80% - 70px);
	margin-right: 70px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.isn__cookie-consent__title {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
}

.isn__cookie-consent__text {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.isn__cookie-consent__cta {
	width: 100%;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.isn__cookie-consent__cta > a {
	text-decoration: underline;
}

.isn__cookie-consent__choices {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}

.isn__cookie-consent__choice {
	width: 100%;
	padding: 12px 20px 10px;
	display: inline-block;
	background-color: #44bd60;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-webkit-transition: ease all 100ms;
}

.isn__cookie-consent__choice:first-of-type {
	margin-bottom: 10px;
}

.isn__cookie-consent__choice.accept:hover {
	background-color: #4dd26c;
}

.isn__cookie-consent__choice.required {
	background-color: transparent;
	color: #000;
}

.isn__cookie-consent__choice.required:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 0) and (max-width: 768px) {
	
	.isn__cookie-consent__introduction {
		width: 100%;
		margin: 0;
	}
	
	.isn__cookie-consent__text {
		font-size: 13px;
		display: none;
	}
	
	.isn__cookie-consent__choices {
		width: 100%;
		margin-top: 5px;
	}
	
}