

/* Start:/local/components/sm/text/templates/cookies_agree/style.css?17496366771573*/
.cookies-agree-flex {
	display: -ms-flexbox;
	display: flex;
}
.cookies-agree-block {
	position: relative;
	margin: 0 auto;
	max-width: 1110px;
	min-width: 320px;
}
.cookies-agree {
	display: none;
	width: 100%;
	max-height: 0;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	background-color: #01875f;
	color: #fff;
	text-align: left;
	font-size: 14px;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cookies-agree.show {
	max-height: 200px;
	padding: 12px 0;
}
.cookies-agree-block .cookies-agree-text {
	padding-right: 20px;
	color: #fff;
}
.cookies-agree-block .cookies-agree-text a {
	color: #fff;
	text-decoration: none;
}
.cookies-agree-link {
	width: 125px;
	line-height: 30px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	font-weight: bold;
	background-color: #01875f;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.cookies-agree-link:not(.btn-disable):hover {
	background-color: #04c289;
}

.cookies-agree-btn .cookies-agree-link {
	border: 1px solid;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 33px;
	text-decoration: none;
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.cookies-agree {
    bottom: 60px;
	border-bottom: 1px solid #7bb02f;
	}
	.cookies-agree-flex {
		display: block;
		padding: 10px;
	}
	.cookies-agree-btn {
		padding-top: 20px;
	}
}
/* End */
/* /local/components/sm/text/templates/cookies_agree/style.css?17496366771573 */
