footer,
.footer {
	display: flex;
	flex-direction: column;
	padding: 0 var(--padding-horizontal) 1.75rem
}

footer .desktop,
.footer .desktop {
	display: none
}

@media screen and (min-width: 901px) {

	footer .desktop,
	.footer .desktop {
		display: block
	}
}

footer .mobile,
.footer .mobile {
	display: none;
	flex-direction: column;
	align-items: flex-start
}

@media screen and (max-width: 900px) {

	footer .mobile,
	.footer .mobile {
		display: flex
	}
}

footer .mobile .support-wrapper,
.footer .mobile .support-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	margin-bottom: 1.5rem;
	position: relative
}

footer .mobile .support-wrapper .support,
.footer .mobile .support-wrapper .support {
	position: static
}

footer .mobile .ag-logo,
.footer .mobile .ag-logo {
	margin-bottom: .75rem
}

footer .mobile .info,
.footer .mobile .info {
	border-top: none;
	flex-direction: row;
	padding: 0
}

footer .mobile .info .lang-container,
.footer .mobile .info .lang-container {
	margin-right: 1rem;
	margin-bottom: 0
}

footer .mobile .info .copyright,
.footer .mobile .info .copyright {
	text-align: right
}

footer .line,
.footer .line {
	border-bottom: 1px solid var(--white-25);
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden
}

@media screen and (max-width: 900px) {

	footer .line,
	.footer .line {
		padding-top: 2rem
	}
}

footer .info,
.footer .info {
	display: flex;
	align-items: center;
	padding-top: 1.75rem;
	border-top: 1px solid var(--white-25)
}

@media screen and (max-width: 900px) {

	footer .info,
	.footer .info {
		flex-direction: column;
		align-items: center
	}
}

footer .info .lang-container,
.footer .info .lang-container {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--white-25);
	border-radius: .5rem;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 1rem;
	cursor: pointer;
	position: relative
}

footer .info .lang-container .current,
.footer .info .lang-container .current {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .875rem;
	font-weight: 500;
	width: 3.75rem;
	height: 2.5rem;
	transition: .15s ease;
	border-radius: .5rem
}

footer .info .lang-container .current:after,
.footer .info .lang-container .current:after {
	content: "";
	width: .5rem;
	height: .25rem;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgOCA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTEuMjA2NTYgMEg2Ljc5MjM1QzcuMjM3ODggMCA3LjQ2MDkzIDAuNTM4NzI5IDcuMTQ1NzkgMC44NTM2NjVMNC4zNTExMiAzLjY0NjU2QzQuMTU1NzkgMy44NDE3NiAzLjgzOTIxIDMuODQxNjYgMy42NDQwMSAzLjY0NjMzTDAuODUyODk3IDAuODUzNDQxQzAuNTM4MDY5IDAuNTM4NDEyIDAuNzYxMTg3IDAgMS4yMDY1NiAwWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: .5rem;
	transition: .15s ease
}

footer .info .lang-container .current:hover,
.footer .info .lang-container .current:hover {
	background: #ffffff;
	color: var(--dark)
}

footer .info .lang-container .current:hover:after,
.footer .info .lang-container .current:hover:after {
	filter: invert(1)
}

footer .info .lang-container .dropdown,
.footer .info .lang-container .dropdown {
	position: absolute;
	left: 50%;
	top: -.5rem;
	transform: translate(-50%, -100%);
	background: #ffffff;
	border-radius: .325rem;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	max-height: 0;
	transition: .3s ease
}

footer .info .lang-container .dropdown li,
.footer .info .lang-container .dropdown li {
	display: flex;
	width: 100%;
	cursor: pointer
}

footer .info .lang-container .dropdown li a,
.footer .info .lang-container .dropdown li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--dark);
	text-decoration: none;
	width: 100%;
	padding: .375rem 0;
	font-weight: 700;
	transition: .3s ease
}

footer .info .lang-container .dropdown li a:hover,
.footer .info .lang-container .dropdown li a:hover {
	background: var(--green)
}

footer .info .lang-container.active .current:after,
.footer .info .lang-container.active .current:after {
	transform: rotate(180deg)
}

footer .info .lang-container.active .dropdown,
.footer .info .lang-container.active .dropdown {
	max-height: 6rem
}

footer .info .copyright,
.footer .info .copyright {
	color: #fff9;
	font-size: .875rem;
	line-height: 1rem;
	margin-right: auto
}

footer .line+.info, .footer .line+.info {
    border-top: none;
    text-align: center;
    display: grid;
}

footer .menu,
.footer .menu {
	display: flex;
	align-items: center
}

@media screen and (max-width: 900px) {

	footer .menu,
	.footer .menu {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 1.5rem;
		border-bottom: 1px solid rgba(255, 255, 255, .25);
		margin-bottom: 1rem
	}
}

footer .menu a,
.footer .menu a {
	color: #fff;
	font-weight: 500;
	font-size: .75rem;
	text-transform: uppercase;
	text-decoration: none;
	transition: .15s ease
}

footer .menu a:not(:last-child),
.footer .menu a:not(:last-child) {
	margin-right: 1.5rem
}

@media screen and (max-width: 900px) {

	footer .menu a:not(:last-child),
	.footer .menu a:not(:last-child) {
		margin-bottom: 1.5rem;
		margin-right: 0
	}
}

footer .menu a:hover,
.footer .menu a:hover {
	color: var(--green)
}

footer .play-button,
.footer .play-button {
	margin-right: auto;
	position: relative;
	border-radius: 6.25rem;
	border: 1px solid rgba(255, 255, 255, .5);
	padding: 1rem 2.25rem;
	color: var(--dark);
	font-size: .875rem;
	line-height: .875rem;
	font-weight: 500;
	letter-spacing: .02em;
	text-transform: uppercase;
	text-decoration: none;
	height: 3rem
}

@media screen and (max-width: 900px) {

	footer .play-button,
	.footer .play-button {
		margin-right: 0;
		margin-left: 0;
		margin-top: 2rem;
		margin-bottom: 1.5rem;
		align-self: center
	}
}

footer .play-button:before,
.footer .play-button:before {
	content: "";
	background: #76ff33;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scaleX(.97) scaleY(.9);
	border-radius: 6.25rem;
	z-index: -1;
	transition: .15s
}

footer .play-button:hover:before,
.footer .play-button:hover:before {
	transform: translate(-50%, -50%)
}

footer .support,
.footer .support {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: .75rem;
	margin-right: auto;
	width: 21rem;
	position: relative;
	min-height: 6.125rem
}

@media screen and (max-width: 900px) {

	footer .support,
	.footer .support {
		margin-right: 0;
		padding-left: .75rem;
		grid-area: support;
		align-items: flex-start;
		width: auto
	}
}

footer .support h3, .footer .support h3 {
    font-size: .75rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: .0375em;
    text-transform: uppercase;
    color: var(--green);
    text-align: left;
    margin-bottom: .25rem;
    width: 83px;
}

@media screen and (max-width: 900px) {

	footer .support h3,
	.footer .support h3 {
		text-align: center
	}
}

footer .support a,
.footer .support a {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .02em;
	transition: .15s ease
}

@media screen and (max-width: 900px) {

	footer .support a,
	.footer .support a {
		text-align: center
	}
}

footer .support a:hover,
.footer .support a:hover {
	opacity: .85
}

footer .support:after, .footer .support:after {
    content: "";
    width: 6.125rem;
    height: 6.125rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(1.5rem);
}

@media screen and (max-width: 900px) {

	footer .support:after,
	.footer .support:after {
		transform: translate(0)
	}
}

@media screen and (max-width: 450px) {

	footer .support:after,
	.footer .support:after {
		display: none
	}
}

footer .question,
.footer .question {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	position: relative;
	overflow: hidden
}

footer .question:before,
.footer .question:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(.9);
	background: #ffffff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
	transition: .15s ease
}

footer .question:hover:before,
.footer .question:hover:before {
	transform: translate(-50%, -50%)
}

@media screen and (max-width: 900px) {

	footer .question,
	.footer .question {
		height: 4rem;
		width: 4rem
	}
}

footer .question .question-image, .footer .question .question-image {
    width: 4.5rem;
    height: 4.5rem;
    background-image: url(https://i.imgur.com/u9mS0J2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .15s ease;
}
footer .ag-logo,
.footer .ag-logo {
	display: flex;
	justify-content: flex-end;
	width: 25rem;
	height: 3rem
}

@media screen and (max-width: 900px) {

	footer .ag-logo,
	.footer .ag-logo {
		width: auto;
		align-self: flex-end
	}
}

footer .ag-logo img,
.footer .ag-logo img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	transition: .15s ease
}

footer .ag-logo:hover img,
.footer .ag-logo:hover img {
	opacity: .85
}

.footer .support-button {
	margin-bottom: 3rem
}

.support-icon {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	width: 4rem;
	height: 4rem;
	background-image: url(data:image/png;base64,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);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer
}

.support-icon .tooltip {
	position: absolute;
	left: -1rem;
	top: 50%;
	transform: translate(-100%) translateY(-50%);
	padding: .75rem 1rem;
	background: #1d3546;
	white-space: nowrap;
	color: #fff;
	font-size: .75rem;
	font-weight: 400;
	display: flex;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: .3s ease
}

.support-icon .tooltip:after {
	content: "";
	width: .75rem;
	height: .5rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: .5rem
}

.support-icon:hover .tooltip {
	opacity: 1
}

.ru footer .mobile .info .lang-container,
.ru footer .info .lang-container,
.ru .footer .mobile .info .lang-container {
	display: none
}