footer {
	background-color: #262626;
	padding: 40px 0 28px 0;
	color: #9D9D9D;
}

footer .certificates-wrapper img {
	height: 52px;
	width: auto;
}

body .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf, body .cc-yv368 .cc-1kr6o .cc-18ov6 {
	bottom: 14px !important;
}


body .crisp-client .cc-1brb6[data-full-view="false"] .cc-1yy0g .cc-1m2mf, body .cc-yv368 .cc-1kr6o .cc-18ov6 {
	margin-bottom: 0 !important;
}

body .crisp-client .cc-1brb6[data-full-view="false"][data-position-reverse="false"] .cc-1yy0g .cc-1m2mf, body .cc-yv368 .cc-1kr6o .cc-18ov6 {
	margin-right: 0 !important;
}

.footer-slogan {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FAFAFA;
	margin-bottom: 20px;
}

.footer-logo {
	width: 140px;
	height: auto;
	margin-bottom: 20px;
}

footer .secondary-button {
	border: 1px solid #D4D4D4;
	background-color: #fff;
	box-shadow: 0px 5px 10px 0px #1C1A381A;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 8px;
	color: #262626;
	width: 100%;
	display: block;
	margin-bottom: 16px;
}

footer .transparent-button {
	background-color: transparent;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 20px;
	border-radius: 8px;
	color: #fff;
	border: 1px solid #fff;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

footer .rate-wrapper {
	margin-bottom: 20px;
}

footer a, .address-wrapper, .subfooter-wrapper {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #9D9D9D;
	transition: all 0.2s;
}

.footer-columns-wrapper {
	margin-bottom: 40px;
}

.subcolumns-wrapper {
	gap: 44px;
	margin-bottom: 31px;
}

footer .column-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 12px;
}

footer .socials {
	gap: 16px;
}

footer .socials img {
	opacity: 0.3;
	transition: all 0.2s;
}

footer .socials a:hover img {
	opacity: 0.5;
	transition: all 0.2s;
} 

.subfooter-wrapper {
	border-top: 1px solid #404040;
	padding-top: 28px;
}

@media (min-width: 1024px) {
	.address-wrapper-mob {
		display: none
	}
}

@media (hover: hover) and (pointer: fine) {
	footer a:hover {
		color: #fff;
	}
	
	footer .transparent-button:hover {
		background-color: #FFFFFF1A;
	}
	
	footer .secondary-button:hover {
		background-color: #F5F5F5;
		color: #262626;
	}
}

@media (max-width: 1023px) {
	#wpfront-scroll-top-container.show {
		display: none;
	}

	.certificates-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	footer .certificates-wrapper img {
		width: calc(50% - 6px);
		height: auto;
	}
	
	.subcolumns-wrapper {
		column-gap: 40px;
		row-gap: 20px;
		flex-wrap: wrap;
	}
	
	.subcolumns-wrapper > * {
		flex: 0 0 calc(50% - 20px);
	}
	
	.subcolumns-wrapper > .subcolumn-5 {
		flex: 0 0 100%;
	}
	
	.address-wrapper {
		display: none;
	}
	
	footer .column-title {
		font-weight: 700;
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}
	
	footer .subcolumns-wrapper a {
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
	}
	
	footer .copyright {
		order:	2;
		text-align: center;
	}
	
	footer .socials  {
		order: 1;
		margin-bottom: 32px;
		justify-content: center;
	}
	
	.address-wrapper-mob {
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
	}
}














