.social-link i {
    color: #00302C;
    transition: all .2s linear;
}
.social-link {
    width: 2.7rem;
    height: 2.7rem;
    margin: 0.5rem;
    background-color: #BDEEEB;
    border-radius: 50%;
    transition: all .2s linear;
    text-align: center;
    padding: 6px; 
}
.footer-flex-items {
    display: flex;
    align-items: center;
}
.footer__description-text .download-link {
	display: flex;
	gap: 10px;
	text-decoration: none;
	color: var(--grey);
	line-height: 29px;
	align-items: center;
	font-size: 16px;
}
.footer__description-copyright .download-link {
	display: flex;
	gap: 10px;
	text-decoration: none;
	margin-left: 10px;
	color: black;
	align-items: center;
}


.footer {
	padding: 80px 0;
	background: #180030;
}

.footer__inner-top {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 140px;
}

.footer__desc-item {
	padding: 25px 0 20px 0;
    border-top: 1px solid #474444B2;
    border-bottom: 1px solid #474444B2;
}

.footer__desc-item:last-child {
	border: none;
}

.footer__desc p,
.footer__desc span {
	color: #FDFEFF;
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
	letter-spacing: 1px;
}

.footer__desc p a {
	color: #FDFEFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    padding: 0 0 0 3px;
}

.footer__desc p a:hover {
	color: #221387;
}

.footer__desc.m {
    padding-top: 20px;
    border-top: 1px solid #474444B2;
}

.footer__desc span a {
	color: #FDFEFF;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.footer__desc span a:hover {
	color: #221387;
}

.footer__desc p.title.h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
	padding: 0;
	margin: 0;
}
.footer__desc-b {
	gap: 8px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.footer__desc-t {
	margin-bottom: 35px;
}
.footer__list li a {
	border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #FFFEFE;
    height: 46px;
    width: 46px;
}
.footer__list {
	display: flex;
	gap: 12px;
}
.footer__download-btn {
    justify-content: center;
    align-items: center;
    height: 56px;
    display: flex;
    background: #FFFEFE;
    width: 100%;
    text-decoration: none;
	gap: 8px;
	padding: 0 20px;
}
.footer__download-btn span {
	color: #404040;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
	white-space: nowrap;
}

.footer .container {
	max-width: 1920px;
}

/*.footer__desc.r {
    width: 100%;
    max-width: 430px;
}*/

.footer__desc.m {
    width: 100%;
    max-width: 500px;
}
.row-btn {
	margin-bottom: 20px;
}
.row-btn:last-child {
	margin-bottom: 0;
}
.footer__inner-bottom p {
    text-align: center;
    color: #ffffff99;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.tickets-top.mobi {
   display: none;
}

.tickets-top .title {
	color: #180030;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.tickets-top {
    position: relative; 
	padding: 20px 0 30px 0;
}

.tickets-top::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 3px;
    background: #180030;
    top: 2px;
}

@media (max-width: 1300px) { 
	.footer__inner-top {
		flex-direction: column;
	}
	.footer__desc.r {
		order: 1;
	}
	.footer__desc.m {
		order: 0;
	}
	.footer__desc {
		order: 3;
		max-width: 360px;
	}
	.footer .container {
		max-width: 1300px;
	}
}

@media (max-width: 992px) { 
	.tickets-top.mobi {
		display: block;
	}
}

@media (max-width: 576px) { 
	.footer__desc.r {
		width: 100%;
		max-width: 100%;
	}
	.footer__desc.m {
		width: 100%;
		max-width: 100%;
	}
	.footer__desc p.title.h2 {
		font-size: 16px; 
	}
	.footer__download-btn {
		padding: 0 5px;
		gap: 4p
	}
	.footer__inner-top {
		gap: 40px; 
	}
	.footer__inner-top {
		margin-bottom: 40px;
	}
	.footer {
		padding: 60px 0 40px 0;
	}
}