:root {
	--open-sans: "Open Sans", sans-serif;
}

/* Reset */
.ct-menu a {
	text-decoration: none;
}
.ct-menu ol,
.ct-menu ul {
	list-style: none;
	padding: 0;
}

footer.ct-menu {
	background: #192024;
}
footer.ct-menu .footer-container {
	width: 100%;
	max-width: 1192px;
	margin: 0 auto;
}

/*Footer top*/
footer.ct-menu .footer_nav-top {
	padding: 32px 16px;
}
footer.ct-menu .footer_nav-top-wrapper {
	display: flex;
	justify-content: space-between;
	grid-gap: 20px;
	color: #F8FCFC;
	font-family: var(--open-sans);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.14px;
	list-style: none;
}
footer.ct-menu .footer_nav-top-item_title {
	display: block;
	color: #66747C;
	font-family: var(--open-sans);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 12px;
	cursor: default;
	pointer-events: none;
}
footer.ct-menu .footer_nav-top-item ul {
	padding: 0;
	margin: 0;
}
footer.ct-menu .footer_nav-top-item ul li:not(:last-child) {
	margin-bottom: 8px;
}
footer.ct-menu .footer_nav-top-item ul li {
	position: relative;
	width: max-content;
}
footer.ct-menu .footer_nav-top-item ul li a {
	color: #F8FCFC;
	font-family: var(--open-sans);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.14px;
	transition: color .3s;
	text-transform: none;
	cursor: pointer;
	pointer-events: initial;
}
footer.ct-menu .footer_nav-top-item ul li span.label-partner {
	color: #000;
	font-family: var(--open-sans);
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	display: inline-block;
	background: #FABC2C;
	padding: 0px 4px;
	position: absolute;
	text-transform: uppercase;
	margin-left: 12px;
	left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
footer.ct-menu .footer_nav-top-item ul li span.label-partner:before {
	content: '';
    position: absolute;
    top: 0;
    left: -7.9px;
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border-left-width: 0;
    border-right-color: #fabc2c;
}
footer.ct-menu .footer_nav-top-item ul li a:hover {
	color: #FABC2C;
	transition: color .3s;
}

/*Bottom footer*/
footer.ct-menu  .footer_nav-bottom {
	background: #111619;
	padding: 16px;
}
footer.ct-menu .footer_nav-bottom-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
footer.ct-menu .footer_nav-bottom-wrapper .copyright {
	color: #66747C;
	font-family: var(--open-sans);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
footer.ct-menu .footer_nav-bottom-wrapper .menu ul {
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    justify-content: center;
}
footer.ct-menu .footer_nav-bottom-wrapper .menu ul li a {
	color: #F8FCFC;
	font-family: var(--open-sans);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.14px;
	transition: color .3s; 
}
footer.ct-menu .footer_nav-bottom-wrapper .menu ul li a:hover {
	color: #FABC2C;
	transition: color .3s;
}
footer.ct-menu .footer_nav-bottom-wrapper .menu ul li li {
	display: none;
}

@media screen and (max-width: 1024px) {
    footer.ct-menu .footer_nav-top-item ul li span.label-partner {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	footer.ct-menu .footer_nav-top {
		display: none;
	}
	footer.ct-menu .footer_nav-bottom-wrapper {
		flex-direction: column-reverse;
		gap: 3px;
	}
}
