.sticky-bottom {
	width: 100%;
	padding: 10px 0;
}

.sticky-bottom-container {
	position: relative;
}

.sticky-bottom img {
	display: block;
}

.sticky-bottom.is-sticky {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 10;
}

.sticky-bottom__inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.sticky-bottom__close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.sticky-bottom .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #00a29a;
	text-align: center;
}

.sticky-bottom .list li {
	padding: 0 16px;
}

.sticky-bottom .list .image {
	width: 24px;
	margin: 0 auto 4px;
}

.sticky-bottom .list a {
	display: block;
	color: #00a29a;
	min-width: 56px;
}

.sticky-bottom .list a:active {
	filter: brightness(1.1);
}

@media (hover: hover) {
	.sticky-bottom .list a:hover {
		filter: brightness(1.1);
	}
}

.sticky-bottom .list+.btn-small {
	margin-left: 16px;
}

.sticky-bottom .btn-small {
	background-color: #00a29a;
	border-color: #00a29a;
	max-width: 180px;
	padding: 0 10px;
}

.sticky-bottom .btn-small+.btn-small {
	margin-left: 16px;
}

@media print, screen and (max-width: 39.99875em) {
	.sticky-bottom {
		width: 100%;
		padding: 10px 0;
	}

	.sticky-bottom__close {
		display: none !important;
	}

	.sticky-bottom .list {
		font-size: 12px;
		line-height: 17px;
	}

	.sticky-bottom .list li {
		padding: 0 6px;
	}

	.sticky-bottom .list .image {
		width: 20px;
		margin: 0 auto 2px;
	}

	.sticky-bottom .list a {
		min-width: 52px;
	}

	.sticky-bottom .list+.btn {
		margin-left: 6px;
	}

	.sticky-bottom .btn-small {
		font-size: 12px;
		min-width: 70px;
	}

	.sticky-bottom .btn-small+.btn-small {
		margin-left: 12px;
	}
}

@media print, screen and (max-width: 39.9988em) {
	.sticky-bottom .list li {
		padding: 0px;
	}
}

@media print, screen and (max-width: 39.9988em) {
	.sticky-bottom .btn-small+.btn-small {
		margin-left: 4px;
	}
}

@media print, screen and (max-width: 39.9988em) {
	.sticky-bottom .btn-small {
		font-size: 14px;
		min-width: 100px;
	}
}

@media print, screen and (max-width: 39.9988em) {
	.sticky-bottom .list+.btn {
		margin-left: 2px;
	}
}