/*--------------------------------------------------------------
## .footer
--------------------------------------------------------------*/
.footer {
	padding-top: 80px;
	padding-bottom: 27px;
	background-color: #060c2e;
}

.footer__container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 1145px;
}

.footer__menu {
	flex-grow: 1;
	padding-left: 0;
	margin-bottom: 97px;
	transition: all 0.2s ease-in;
}

.footer__menu.menu:last-child {
	flex-grow: 0;
}

.footer__menu--social {
	flex-grow: 0;
	align-items: baseline;
}

.footer__logo {
	display: flex;
	margin-bottom: 21px;
}

.footer__logo .footer__logo-image {
	width: 200px;
	height: auto;
}

.footer__copyright {
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0.4px;
	color: #898c9f;
}

.footer__first-part {
	display: flex;
	width: 100%;
}

.footer__logo-container {
	display: flex;
	flex-direction: column;
	flex-grow: 3;
	padding-top: 7px;
}

.footer__logo-text {
	display: inline-block;
	max-width: 202px;

	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.4px;
	text-align: left;
	color: #898c9f;
}

.footer__menu-container {
	display: flex;
	flex-grow: 7;
}

.footer__second-part {
	display: flex;
	justify-content: space-between;
}

.footer__menu--social {
	display: flex;
	margin-bottom: 0;
}

.footer__menu--social .menu__item:not(:last-child) {
	margin-right: 30px;
}

/*--------------------------------------------------------------
## .menu
--------------------------------------------------------------*/
.menu {
	list-style: none;
}

.menu__item {
	display: flex;
	transition: all 0.2s ease-in;
}

.menu__item-title {
	margin-bottom: 29px;

	font-size: 13px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.36;
	letter-spacing: 1px;
	text-align: left;
	color: #ffffff;

	text-transform: uppercase;
}

.menu__item-link {
	cursor: pointer;
	user-select: none;

	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0.4px;
	text-align: left;
	color: #898c9f;

	text-transform: capitalize;
	text-decoration: none;
	transition: all 0.1s ease-in;
}

.menu__item:not(:last-child) {
	margin-bottom: 19px;
}

.footer__menu--social .menu__item:not(:last-child) {
	margin-bottom: 0;
}

.menu__item-link:hover {
	color: #ffffff;
	text-decoration: none;
}

.menu__item-link svg {
	fill: #b4b6c0;
	transition: all 0.1s ease-in;
}

.menu__item-link:hover svg {
	fill: #ffffff;
}

.menu__item-link-twitter svg {
	width: 18px;
}

.menu__item-link-facebook svg {
	width: 9px;
}

.menu__item-link-linkedin svg {
	width: 18px;
}

.menu__item-link-g-plus svg {
	width: 24px;
}

@media (max-width: 767.98px) {
	.footer {
		padding-top: 49px;
		padding-bottom: 49px;
		background-color: #060c2e;
	}

	.footer__container {
		padding-left: 0;
		padding-right: 0;
		margin-left: 20px;
		margin-right: 20px;
	}

	.footer__first-part {
		flex-direction: column-reverse;
		margin-bottom: 52px;
	}

	.footer__second-part {
		flex-direction: column;
		align-items: center;
	}

	.footer__menu-container {
		flex-direction: column;
		margin-bottom: 37px;
	}

	.footer__logo-container {
		align-items: center;
		padding-top: 0;
	}

	.footer__logo {
	}

	.footer__logo-text {
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.5;
		letter-spacing: 0.3px;
		text-align: center;
		color: #898c9f;
	}

	.footer__menu {
		padding-bottom: 18px;
		margin-bottom: 18px;
	}
	
	.footer__menu.menu.menu--open {
		padding-bottom: 5px;
	}

	.footer__menu:not(:last-child) {
		border-bottom: 1px solid rgba(188, 188, 188, 0.5);
	}

	.menu__item {
		margin-bottom: 15px;
		margin-bottom: 0;
	}

	.menu__item:not(.menu__item-title) {
		display: flex;
		
		margin-bottom: 0;
		transition: all 0.5s ease-out;
    	opacity: 0; 
    	height: 0;
    	overflow: hidden;
	}

	.footer__menu.footer__menu--social {
		align-items: baseline;
		margin-bottom: 21px;
		border: none;
	}

	.footer__menu.footer__menu--social .menu__item {
		display: flex;
		margin-bottom: 0;
		opacity: 1;
		height: auto;
	}

	.footer__copyright {
		font-size: 10px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.3;
		letter-spacing: 0.3px;
		color: #898c9f;
	}

	.menu__item:last-child {
		margin-bottom: 0;
	}
	
	.menu__item:not(:last-child) {
		margin-bottom: 0;
	}

	.menu__item-title {
		position: relative;
		margin-bottom: 11px;

		font-size: 12px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: left;
		color: #ffffff;
	}

	.menu__item-link {
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: left;
		color: #898c9f;
	}

	.menu__item-title::before,
	.menu__item-title::after {
		content: '';
		position: absolute;
		width: 9.7px;
		height: 0.7px;
		top: 50%;
		right: 0;

		background-color: #ffffff;
	}

	.menu__item-title::after {
		transform: rotate(90deg);
	}

	.menu--open .menu__item-title::after {
		width: 100%;
		height: 1px;
		top: 170%;
		background-color: rgba(188, 188, 188, 0.5);
		transform: rotate(0deg);
	}

	.menu--open .menu__item {
		display: flex;
		
		 opacity: 1;
    	height: auto;
		transition: all 0.5s ease-out;
		margin-bottom: 20px;
	}
	
	.menu--open .menu__item:last-child {
		margin-bottom: 13px;
	}

	.menu--open .menu__item-title {
		margin-bottom: 18px;
	}
}