/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2023 | 09:16:57 */
/* NabytokSK */

.wa-footer-info__logo {
    max-width: 200px;
    margin-bottom: 30px;
}

.wa-footer-info__cta {
    display: flex;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    background-color: #E2242E;
    border-radius: 4px;
    padding: 15px 20px;
    color: #FFFFFF !important;
    text-decoration: none;
    margin-top: 30px;
	line-height: 1.2;
}

.wa-footer-iconbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
	position: relative;
	width: fit-content;
}

.wa-footer-iconbox:after {	
    display: block;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    content: "";
    transition: transform .6s cubic-bezier(.28,.75,.22,.95);
    transform: scaleX(0);
    transform-origin: right center;	
}

.wa-footer-iconbox:hover:after {
    transform: scale(1);
    transform-origin: left center;	
}

.wa-footer-iconbox:hover .wa-footer-iconbox__text {
	color: #FFFFFF;
}

.wa-footer-iconbox__icon {
    color: #999999;
    font-size: 16px;
    margin-right: 6px;
}

.wa-footer-iconbox__text {
    color: #999999;
	line-height: 1.5;
	transition: color .2s ease;
}

@media(max-width:479px) {
	.wa-footer-info__logo {
		max-width: 150px;
	}
}

.footer-fb > a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: fit-content;
}

.footer-fb > a:before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	background: url(/wp-content/uploads/2023/03/fb-ico.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 6px;
}

.footer-ig > a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: fit-content;
}

.footer-ig > a:before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	background: url(/wp-content/uploads/2023/03/ig-ico.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 6px;
}

@media screen and (min-width: 992px) {
.footer-img {
    padding-right: 22px;
}
}

@media screen and (max-width: 991px) {
.footer-img {
    display: none !important;
}
}

footer .widget .widget-title {
    font-weight: 700;
    font-size: 17px!important;
}

footer.copyright .widget:last-child {
    text-align: center!important;
}

.copyright {
    background: #111;
    padding: 20px 0px !important;
    line-height: 1.3;
    background: linear-gradient(0deg, rgb(17, 17, 17) 0%, rgb(15, 15, 15) 100%);
}

footer.site-footer {
    padding: 80px 0px 120px 0px !important;
}