﻿.footer {
	background-color: #000;
	color: #DCA968;
	padding: 60px 0 40px;
}

.footer .footer-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}

.footer .footer-content .footer-section {
	flex: auto;
}

.footer .footer-content .footer-section .section-title {
	color: #DCA968;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
	/* 100% */
	margin-bottom: 30px;
}

.footer .footer-content .footer-section .section-subtitle {
	display: block;
	margin-bottom: 20px;
	font-size:21px;
	color: #DCA968;
}

.footer .footer-content .footer-section .section-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .footer-content .footer-section .section-links li {
	margin-bottom: 8px;
}

.footer .footer-content .footer-section .section-links li a {
	color: #DCA968;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

.footer .footer-content .footer-section .section-links li a:hover {
	color: #DCA968;
}

.footer .footer-content .footer-section .contact-info .contact-item {
	color: #DCA968;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 160% */
	margin-bottom: 8px;
}

.footer .footer-content .footer-section .social-icons {
	display: flex;
	gap: 16px;
}

.footer .footer-content .footer-section .social-icons .social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: rgba(255, 255, 255, 0.7);
	transition: color 0.3s ease;
}

.footer .footer-content .footer-section .social-icons .social-icon:hover {
	color: #fff;
}

.footer .footer-content .footer-section .social-icons .social-icon svg {
	width: 32px;
	height: 32px;
}

.footer .footer-content .footer-section .social-icons .social-icon svg path{
	fill:#DCA968;
}

.footer .footer-slogan {
	padding-top: 40px;
	border-top: 1px solid #DCA968;
	text-align: left;
}

.footer .footer-slogan p {
	font-size: 16px;
	color: #ffffff;
	opacity: 0.4;
}

.footer .footer-divider {
	height: 0px;
	background: rgba(255, 255, 255, 0.1);
	margin: 0px 0 30px;
}

.footer .sbailogo {
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer .sbailogo img {
	width: 120px;
}

.footer .footer-bottom {
	text-align: left;
	padding-top: 10px;
	padding-bottom:60px;
}

.footer .footer-bottom .footer-copyright {
	color:  #fff;
	leading-trim: both;
	text-edge: cap;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.4;
}

@media (max-width: 1200px) {
	.footer {
		padding: 50px 0 35px;
	}

	.footer .footer-content .footer-section .section-title {
		font-size: 19px;
		margin-bottom: 25px;
	}

	.footer .footer-content .footer-section .section-links li {
		margin-bottom: 6px;
	}

	.footer .footer-content .footer-section .section-links li a {
		font-size: 15px;
		line-height: 22px;
	}

	.footer .footer-content .footer-section .contact-info .contact-item {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 6px;
	}

	.footer .footer-content .footer-section .social-icons {
		gap: 14px;
	}

	.footer .footer-content .footer-section .social-icons .social-icon {
		width: 36px;
		height: 36px;
	}

	.footer .footer-content .footer-section .social-icons .social-icon svg {
		width: 22px;
		height: 22px;
	}

	.footer .footer-bottom {
		padding-bottom: 40px;
	}

	.footer .footer-bottom .footer-copyright {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	.footer {
		padding: 45px 0 30px;
	}

	.footer .footer-content {
		flex-direction: column;
		gap: 40px;
		margin-bottom: 40px;
	}

	.footer .footer-content .footer-section .section-title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.footer .footer-content .footer-section .section-links li {
		margin-bottom: 5px;
	}

	.footer .footer-content .footer-section .section-links li a {
		font-size: 15px;
		line-height: 20px;
	}

	.footer .footer-content .footer-section .contact-info .contact-item {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.footer .footer-content .footer-section .social-icons .social-icon {
		width: 32px;
		height: 32px;
	}

	.footer .footer-content .footer-section .social-icons .social-icon svg {
		width: 20px;
		height: 20px;
	}

	.footer .footer-bottom {
		padding-bottom: 40px;
		text-align: center;
	}

	.footer .footer-bottom .footer-copyright {
		font-size: 15px;
	}
	
	.footer .footer-slogan p {
		font-size: 15px;
		line-height: 1.3;
	}
}

@media (max-width: 900px) {
	.footer {
		padding: 40px 0 25px;
	}

	.footer .footer-content {
		gap: 35px;
		margin-bottom: 40px;
	}

	.footer .footer-content .footer-section .section-title {
		font-size: 17px;
		margin-bottom: 18px;
	}

	.footer .footer-content .footer-section .section-links li {
		margin-bottom: 4px;
	}

	.footer .footer-content .footer-section .section-links li a {
		font-size: 15px;
		line-height: 1.5;
	}

	.footer .footer-content .footer-section .contact-info .contact-item {
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 4px;
	}

	.footer .footer-content .footer-section .social-icons .social-icon {
		width: 30px;
		height: 30px;
	}

	.footer .footer-bottom {
		padding-bottom: 40px;
	}

	.footer .footer-bottom .footer-copyright {
		font-size: 11px;
		text-align:left;
	}
}

@media (max-width: 768px) {
	.footer {
		padding: 35px 0 20px;
	}

	.footer .footer-content {
		gap: 30px;
		margin-bottom: 40px;
	}

	.footer .footer-content .footer-section .section-title {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.footer .footer-content .footer-section .section-links li {
		margin-bottom: 3px;
	}

	.footer .footer-content .footer-section .section-links li a {
		font-size: 15px;
		line-height: 1.5;
	}

	.footer .footer-content .footer-section .contact-info .contact-item {
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 3px;
	}

	.footer .footer-bottom {
		padding-bottom: 40px;
	}

	.footer .footer-bottom .footer-copyright {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.footer {
		padding: 30px 0 15px;
	}

	.footer .footer-content {
		gap: 25px;
		margin-bottom: 30px;
	}

	.footer .footer-content .footer-section .section-title {
		font-size: 15px;
		margin-bottom: 12px;
	}

	.footer .footer-content .footer-section .section-links li {
		margin-bottom: 2px;
	}

	.footer .footer-content .footer-section .section-links li a {
		font-size: 15px;
		line-height: 1.4;
	}

	.footer .footer-content .footer-section .contact-info .contact-item {
		font-size: 15px;
		line-height: 1.3;
		margin-bottom: 2px;
	}

	.footer .footer-bottom {
		padding-bottom: 30px;
	}

	.footer .footer-bottom .footer-copyright {
		font-size: 15px;
	}
}

@media (max-width: 360px) {
	.footer {
		padding: 25px 0 10px;
	}

	.footer .footer-content {
		gap: 20px;
		margin-bottom: 40px;
	}

	.footer .footer-content .footer-section .section-title {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.footer .footer-content .footer-section .section-links li {
		margin-bottom: 1px;
	}

	.footer .footer-content .footer-section .section-links li a {
		font-size: 15px;
		line-height: 1.3;
	}

	.footer .footer-content .footer-section .contact-info .contact-item {
		font-size: 15px;
		line-height: 1.3;
		margin-bottom: 1px;
	}

	.footer .footer-bottom {
		padding-bottom: 25px;
	}

	.footer .footer-bottom .footer-copyright {
		font-size: 15px;
	}
}