footer {
	background: #3C2B99;
	margin-top: auto;
	width: 100%;
}

.footer-top {
	position: relative;
}

.footer-block {
	display: flex;
	flex-wrap: wrap;
}

.footer-info {
	width: 29.7rem;
	position: relative;
	padding: 6.4rem 0;
	border-right: 1px solid rgba(247, 249, 251, 0.20);
	padding-right: 4.6rem;
}

.footer-logo {
	width: 20rem;
	margin-bottom: 3.2rem;
}

.footer-logo img {
	width: 100%;
}

.footer-info p {
	font-size: 1.6rem;
	line-height: 1.92rem;
	color: #FFF;
	font-weight: 600;
	letter-spacing: -0.016rem;
	margin-bottom: 2rem;
}


.footer-info li {
	font-size: 1.5rem;
	line-height: 2.7rem;
	display: flex;
	align-items: center;
	font-weight: 500;
	letter-spacing: -0.015rem;
	color: #fff;
}

.footer-info li span {
	color: #978AE1;
	margin-right: 0.5rem;
}

.footer-block-right {
	width: calc(100% - 29.7rem);
	padding: 6.4rem 0 6.4rem 8rem;
	display: flex;
	flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-item {
	margin-left: 4rem;
}

.footer-item:nth-child(2) ul {
	columns: 2;
	column-gap: 155px;
}

.footer-item:first-child {
	margin-left: 0;
}

.footer-item:first-child {
	width: 16.1rem;
}

.footer-item:nth-child(2) {
	width: 23.3rem;
}

.footer-item:last-child {
	width: 15.6rem;
}

.footer-head {
	position: relative;
	height: 2.1rem;
	display: inline-flex;
	align-items: center;
	background: #3C2B99;
	padding: 0 0.6rem;
	margin-bottom: 1.6rem;
}

.footer-head * {
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 600;
	/* color: #3C2B99; */
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0;
}

.footer-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-columns {
	max-width: 10.7rem;
}

.footer-link li {
	margin-bottom: 1.4rem;
	line-height: 1.8rem;
}

.footer-link li:last-child {
	margin-bottom: 0;
}

.footer-link a {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8rem;
	letter-spacing: -0.015rem;
	color: #fff;
}

.footer-link a:hover {
	color: #DE2C1D;
}

.footer-bottom {
	border-top: 1px solid rgba(247, 249, 251, 0.20);
	padding: 2.8rem 0;
}

.footer-bottom-block {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer-social li {
	margin-right: 1.6rem;
}

.footer-social li:last-child {
	margin-right: 0;
}

.footer-social li a {
	display: block;
}

.footer-social li img {
	display: block;
	width: 2.4rem;
}

.footer-social li a:hover {
	opacity: 0.8;
}

.footer-text {
	margin-left: 5.2rem;
}

.developby {
	margin-left: auto;
}

.footer-text,
.developby {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.68rem;
	letter-spacing: -0.014rem;
	color: #978AE1;
}

.footer-text li {
	margin-left: 4rem;
}

.footer-text li:first-child {
	margin-left: 0;
}

.footer-text a,
.developby a {
	color: #978AE1;
}

.footer-text a:hover,
.developby a:hover {
	color: #fff;
}
.invert footer {
  background-color: #ffff00;
  color: black !important;
}
.invert .footer-info p {
	color: black !important;
}
.invert .footer-info li {
	color: black !important;
}
.invert .footer-head *, .invert .footer-text, .invert .footer-text a, .invert .developby a, .invert .developby, .invert .footer-link a, .invert .footer-info li span {
	color: black !important;
}
.invert .footer-social li a {
	opacity: 1;
}
@media(min-width:1200px) and (max-width:1307.98px) {
	.footer-info {
		width: 28.7rem;
		padding: 5.4rem 0;
		padding-right: 3.6rem;
	}

	.footer-block-right {
		width: calc(100% - 28.7rem);
		padding: 5.4rem 0 5.4rem 6rem;
	}

	.footer-text {
		margin-left: 4.2rem;
	}

	.footer-text li {
		margin-left: 3.5rem;
	}
}

@media(min-width:992px) and (max-width:1199.98px) {
	.footer-info {
		width: 25.7rem;
		padding: 5.4rem 3rem 5.4rem 0;
	}

	.footer-link {
		display: flex !important;
	}

	.footer-block-right {
		width: calc(100% - 25.7rem);
		padding: 5.4rem 0 5.4rem 4rem;
	}

	.footer-link a {
		font-size: 1.4rem;
		line-height: 1.7rem;
	}

	.footer-item {
		margin-left: 3rem;
	}

	.footer-item:nth-child(2) {
		width: 22rem;
	}

	.footer-info p {
		font-size: 1.5rem;
		line-height: 1.82rem;
	}

	.footer-info li {
		font-size: 1.4rem;
		line-height: 2.6rem;
	}

	.footer-text {
		margin-left: 4.2rem;
	}

	.footer-text,
	.developby {
		font-size: 1.3rem;
	}

	.footer-text li {
		margin-left: 3rem;
	}
}

@media(min-width:768px) and (max-width:991.98px) {
	footer {
		overflow: hidden;
	}

	.footer-info {
		width: 100%;
		padding: 4rem 0;
		border-right: 0;
		padding-right: 0;
	}

	.footer-info p {
		margin-bottom: 2.6rem;
		max-width: 21.5rem;
	}

	.footer-block-right {
		width: 100%;
		padding: 0;
	}

	.footer-item {
		margin: 0 !important;
		width: 100% !important;
		position: relative;
	}

	.footer-item:after {
		position: absolute;
		content: "";
		left: -100%;
		width: 300%;
		height: 1px;
		background: #6154AC;
		top: 0;
	}

	.footer-head {
		height: initial;
		display: flex;
		align-items: center;
		background: transparent;
		padding: 2.5rem 2.5rem 2.5rem 0;
		margin-bottom: 0;
		cursor: pointer;
	}

	.footer-head:after {
		position: absolute;
		content: "";
		background: url(../images/icon-down.png);
		right: 0;
		top: 0;
		bottom: 0;
		width: 1.2rem;
		height: 0.7rem;
		margin: auto;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.footer-head.active:after {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.footer-head * {
		font-size: 1.6rem;
		line-height: 1.92rem;
		color: #fff;
		text-transform: capitalize;
		letter-spacing: 0;
	}

	.footer-link {
		display: none;
	}

	.footer-columns {
		max-width: 100%;
	}

	.footer-columns+.footer-columns {
		margin-top: 2rem;
	}

	.footer-link ul {
		margin: 0.5rem 0 2.5rem;
	}

	.footer-link .footer-columns :first-child ul {
		margin-bottom: 0;
	}

	.footer-link li {
		margin-bottom: 2rem;
	}

	.footer-text {
		margin-left: 0;
		order: -1;
	}

	.footer-text li {
		margin-left: 3rem;
	}

	.developby {
		width: 100%;
		margin-top: 1rem;
	}

	.footer-social {
		margin-left: auto;
	}
}

@media(max-width:767.98px) {
	footer {
		overflow: hidden;
	}

	.footer-info {
		width: 100%;
		padding: 4rem 0;
		border-right: 0;
		padding-right: 0;
	}

	.footer-info p {
		margin-bottom: 2.6rem;
		max-width: 21.5rem;
	}

	.footer-block-right {
		width: 100%;
		padding: 0;
	}

	.footer-item {
		margin: 0 !important;
		width: 100% !important;
		position: relative;
	}

	.footer-item:after {
		position: absolute;
		content: "";
		left: -100%;
		width: 300%;
		height: 1px;
		background: #6154AC;
		top: 0;
	}

	.footer-head {
		height: initial;
		display: flex;
		align-items: center;
		background: transparent;
		padding: 2.5rem 2.5rem 2.5rem 0;
		margin-bottom: 0;
		cursor: pointer;
	}

	.footer-head:after {
		position: absolute;
		content: "";
		background: url(../images/icon-down.png);
		right: 0;
		top: 0;
		bottom: 0;
		width: 1.2rem;
		height: 0.7rem;
		margin: auto;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.footer-head.active:after {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.footer-head * {
		font-size: 1.6rem;
		line-height: 1.92rem;
		color: #fff;
		text-transform: capitalize;
		letter-spacing: 0;
	}

	.footer-link {
		display: none;
	}

	.footer-columns {
		max-width: 100%;
	}

	.footer-columns+.footer-columns {
		margin-top: 2rem;
	}

	.footer-link ul {
		margin: 0.5rem 0 2.5rem;
	}

	.footer-link .footer-columns :first-child ul {
		margin-bottom: 0;
	}

	.footer-link li {
		margin-bottom: 2rem;
	}

	.footer-bottom {
		padding: 3.5rem 0;
	}

	.footer-text {
		margin-left: 0;
		width: 100%;
	}

	.footer-text li {
		width: 100%;
		margin-bottom: 2rem;
	}

	.footer-text li:last-child {
		margin-bottom: 0;
	}

	.footer-text li {
		margin-left: 0;
	}

	.developby {
		width: 100%;
		margin-top: 3rem;
	}

	.footer-social {
		position: absolute;
		top: -0.3rem;
		right: 0;
		z-index: 1;
	}
}

@media(min-width:992px) {
	.footer-info ul li:last-child span {
		margin-bottom: 27px;
	}
  .footer-block-right {
    text-align: right;
  }
}