/* Header */

.page-head {
	background-color: #fff;
}

.page-footer div {
	padding: 0;
	margin: 0;
}

.page-head .nav {
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.nav .logo {
	width: 100%;
	margin-left: 0;
	display: flex;
	justify-content: space-between;
}

.nav .logo figure {
	width: 100%;
}

.nav .logo a {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #333;
	font-size: 18px;
}

.nav .list h5 {
	margin: 0px;
	line-height: 1.55556;
    font-size: 18px;
	color: #1A171B;
	text-align: center;
}

.nav .list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 5px 0;
	font-size: 15px;
	padding: 0;
}

.nav .list ul a, .nav .list ul span, .nav .list ul p {
	color: #333;
}

.list ul .fa {
	color: #F39800;
	font-size: 16px;
}

.list li {
	list-style: none;
}

.social-icon {
	font-size: 15px;
}

.page-head .hamburger {
	display: flex;
	justify-content: center;
	width: 50px;
	font-size: 26px;
	margin: auto;
}

.hamburger:hover {
	cursor: pointer;
}

.hidden {
	display: none!important;
}

@media (min-width: 990px) {
	.page-head .nav {
		max-width: 1200px;
		flex-direction: row;
	}
	.nav .logo {
		width: auto;
	}
	.nav .list {
		padding-right: 10px;
	}
	.nav .list h5 {
		text-align: right;
	}
	.nav .list ul {
		justify-content: flex-end;
	}
}

.page-head div {
	padding: 0;
	margin: 0;
}

/* Footer */

.page-footer {
	margin-top: 30px;
	background-color: #323946;
	color: #fff;
}

.page-footer .footer-menu {
	max-width: 1200px;
	margin: auto;
	padding: 55px 0;
}

.page-footer .footer-column a, .page-footer .footer-column ul span, .page-footer .footer-column ul p {
	color: #fff;
}

.footer-container {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 70px;
}

.page-footer .list ul, .page-footer .list ul li {
	padding: 0;
	margin-left: 0;
}

.page-footer h4 {
	font-size: 22px;
	margin: 25px 0;
	padding-bottom: 18px;
	border-bottom: 1px solid #616873;
}

.footer-rights {
	padding: 1px 0;
	background-color: #282e3a;
	font-size: 15px;
	text-align: center;
}

.footer-column {
	padding: 0 15px;
	min-width: 200px;
	width: 100%;
	max-width: 350px;
}

.footer-column p {
	font-size: 15px;
	line-height: 1.6;
}

.menu-item {
	font-size: 16px;
	font-weight: 400;
}

address {
	font-style: normal;
}

.social-icon, .menu-item {
	margin-left: 20px;
	display: flex;
	gap: 10px;
}

.footer-column .social-icon, .footer-column .menu-item {
	margin-top: 20px;
}

.social-icon div:first-child, .menu-item div:first-child {
	width: 24px;
}

.text-bold {
	font-weight: bold;
}

.page-head .list a:hover, .page-footer .footer-column a:hover {
	color: #F39800;
	transition: 0.3s;
}

.btn {
	display: inline-block;
    margin-bottom: 0;
	padding: 10px 30px;
    border: 2px solid;
	max-width: 100%;
    line-height: 1.5;
    border-radius: 4px;
	font-weight: normal;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    font-size: 13px;
	color: #fff;
	transition: .33s ease-out;
}

.btn:hover {
	color: #F39800;
}

@media (min-width: 989px) {
	.footer-column {
		width: max-content;
		max-width: 400px;
	}
	
	.footer-column:nth-child(2) {
		min-width: 300px;
	}
	.link {
		text-align: left;
		margin-left: 120px;
	}
}