.cow {
	display: none;
	background-color: #F4F5F2;
	color: #8E8F8C;
	padding: 15px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.cow__container{
	position: relative;
}

.cow__text{
	margin: 0;
	color: #141414;
	padding-right: 20px;
	font-size: 12px;
}

@media print, (min-width: 1024px){

	.cow__text{
		padding-right: 40px;
	}
}

.cow__close{
	position: absolute;
	right: 0;
	top: 0;

	padding: 0;
	width: 35px;
	height: 35px;

	cursor: pointer;
	background-color: transparent;
	border: none;

	background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.04102 2.04004L10.501 10.5M18.961 18.96L10.501 10.5M10.501 10.5L18.961 2.04004L2.04102 18.96' stroke='black' stroke-width='3'/%3E%3C/svg%3E%0A");
	background-position: 50% 50%;
	background-size: 15px;
	background-repeat: no-repeat;
}

.mobile-app_t2017_2:not(.allowed),
#ios_app:not(.allowed),
#android_app:not(.allowed){
	display: none;
}