/* footer css reset */

footer ul,
footer ol,
footer dl {
	margin: 0;
	padding: 0;
}

footer ul li,
footer ol li,
footer dl li {
	line-height: normal;
	margin-bottom: 0;
	list-style: none;
}

footer a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

footer a:hover {
	color: #333333;
}

.gl_plugin.footer {
	margin-bottom: 0;
}

footer .gl_wrapper {
	padding: 0;
}


/* footer css reset */

footer .serwis-list .list ul li h5,
footer .serwis-list .list ul li .h5 {
	color: #FFF;
}

footer .logo {
	display: flex;
	align-items: center;
}

footer .logo img {
	width: 120px;
	margin-top: 10px;
	height: auto;
}

footer .about i,
footer .legal i {
	display: none;
}

footer .social .app-box {
	display: inline-block;
	margin: 16px 0;
}

footer .social .app-box a:first-child {
	margin-right: 24px;
}

footer .serwis-list {
	width: 100%;
	display: inline-block;
	margin-top: 24px;
}

footer .serwis-list a,
footer .serwis-list a:hover {
	color: #fff;
}

footer .show-list {
	color: #FFF;
	background-color: #333333;
	text-align: center;
	font-weight: 900;
	font-size: 12px;
	line-height: 40px;
	border-bottom: 1px solid #666;
	cursor: pointer;
}

footer .show-list i {
	margin-left: 8px;
	transition: all .3s ease-in-out;
}

footer .serwis-list.show .list {
	display: block;
}

footer .serwis-list.show .show-list i {
	transform: rotate(180deg);
	transition: all .3s ease-in-out;
}

footer .list {
	display: none;
	background-color: #333333;
	float: left;
	padding: 27px 15px;
	width: 100%;
}

footer .list ul {
	float: left;
	line-height: 15px;
	margin-right: 8px;
}

footer .list ul li {
	display: inline-block;
	line-height: 15px;
	font-size: 12px;
}

footer .copyright {
	background-color: #333333;
	margin: 0 auto;
	width: 100%;
	display: inline-block;
}

footer .copyright .copyright__text {
	text-align: center;
	line-height: 40px;
	margin: 0;
	font-size: 12px;
	color: #fff;
}

footer .copyright p a {
	font-weight: 500;
	display: inline;
}

footer a:hover {
	color: #ffffff;
}

footer .serwis-list {
	margin-top: 0;
}

footer .col {
	padding: 0;
	margin: 0;
}

footer h3,
footer .h3 {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	font-weight: 900;
}

footer h5,
footer .h5 {
	width: 100%;
	line-height: 30px;
	text-align: left;
	padding: 0 8px;
}

footer ul li {
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #666;
}

footer ul li:last-of-type {
	border-bottom: 0px none;
}

footer ul li a {
	display: block;
	color: #fff;
	line-height: 40px;
}

footer .logo {
	width: 100%;
}

footer .logo a {
	margin: 0 auto;
}

footer .about {
	background-color: #151515;
	width: 100%;
}

footer .legal.show h3 i,
footer .about.show h3 i {
	transition: all .3s ease-in-out;
	transform: rotate(180deg);
}

footer .about ul {
	display: none;
}

footer .about.show ul {
	display: block;
}

footer .legal {
	width: 100%;
	background-color: #151515;
}

footer .legal h3 {
	text-align: center;
	color: #fff;
}

footer .legal ul {
	display: none;
}

footer .legal.show ul {
	display: block;
}

footer .show-list {
	background-color: #151515;
}

footer .list {
	padding: 0;
	background-color: #151515;
}

footer .list ul {
	margin: 0;
	width: 100%;
}

footer .list ul li {
	width: 49%;
	border: none;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

footer .list ul li:first-child {
	width: 100%;
}

footer .about i,
footer .legal i {
	display: inline-block;
	margin-left: 8px;
	transition: all .3s ease-in-out;
}

footer .copyright {
	background-color: #151515;
}

footer .legal-info .h5 {
	line-height: 16px;
	font-size: 12px;
	color: #333;
}

footer .list,
footer .list,
footer .legal,
footer .show-list,
footer .show-list,
footer .about,
footer .copyright {
	background-color: #333;
}

footer .legal-info--additional {
	padding-bottom: 16px;
	border-bottom: 1px solid #979797;
	margin-bottom: 16px;
	margin-top: 40px;
}