.footer-cta {
    padding: 121px 0 48px;
}
.footer-cta__wrap {
    max-width: 1376px;
    width: 100%;
    margin: 0 auto;
    padding: 22px 22px 40px;
    background: #FDB006;
    border-radius: 18px;
    position: relative;
}
.footer-cta__grid {
    display:grid;
    grid-template-columns: 1.05fr 1.13fr;
    gap: clamp(20px, 5vw, 56px);
    align-items: center;
    padding: 16px 74px;
    padding-right: 47px;
}
.footer-cta__copy{
    margin-top: -8px;
}
.footer-cta__title {
    max-width: 80%;
    margin:0 0 17px;
    font-size: 48px;
    line-height: 120%;
    font-weight: 500;
    text-transform: capitalize;
    color: #161616;
}
.footer-cta__desc {
    margin: 0 0 32px;
    font-size: 20px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: -0.45px;
    color: #161616;
    max-width: 465px;
}

.flow-stores{ display:flex; gap:14px; flex-wrap:wrap; }
.store-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10.9159px 14.5545px;
    gap: 14.55px;
    height: 63.44px;
    background: #1A1A1A;
    border-radius: 10.9159px;
    text-decoration:none;
    transition: all .3s;
    min-width: 223px;
}
.store-btn-span {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.store-btn-span-top {
    font-size: 10.9159px;
    line-height: 133.3%;
    font-weight: 500;
    text-align: justify;
    text-transform: uppercase;
    color: #FFFFFF;
}
.store-btn-span-bottom {
    font-size: 21.8318px;
    line-height: 133.3%;
    font-weight: 500;
    text-align: justify;
    color: #FFFFFF;
}

.footer-cta__visual{ position: relative; min-height: 320px; }

.footer-bar{

    background:#fff; border-radius: 999px; padding: 15px 40px 15px 31px;
    display:flex; align-items: center; gap: 16px; justify-content: space-between;
        margin: 20px 18px 0 19px;
}
.footer-logo {
    display:inline-block;
}
.footer-nav {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap: 40px;
    flex: 1;
    list-style: none;
}
.footer-nav a {
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: -0.45px;
    color: #161616;
    text-decoration: none;
}
.footer-nav a:hover {
    text-decoration:underline;
}

.footer-social {
    display:flex;
    gap: 24px;
}
.socbtn {
    display:grid;
    width: 40px;
    height: 40px;
    place-items:center;
    color: #FEFEFE;
    text-decoration:none;
    transition: all .3s;
}
@media (max-width: 1280px) {
	.footer-nav{
		gap: 20px;
	}
	.footer-nav a{
		font-size: 16px;
	}
}

@media (max-width: 940px) {
    .footer-cta__grid {
        grid-template-columns: 1fr;
    }
    .cta-circle {
        width: 220px;
        right:auto;
        left: 8%;
        top: 30px;
    }
    .cta-rect {
        right: 10%;
        top: 40px;
    }
    .cta-phone {
        margin: 20px auto 0;
    }
    .cta-badge {
        right: -4%;
    }
    .footer-logo {
        order: -1;
    }
    .footer-bar {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 18px;
        margin: 35px auto 0;
        padding: 15px 24px 15px 30px;
        border-radius: 40px;
    }
    .footer-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        flex-wrap: wrap;
        gap: 16px 20px;
        flex: 1;
        margin-top: 4px;
        margin-bottom: 5px;
        list-style: none;
    }
    .footer-cta__grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        padding: 0;
    }
    .footer-cta__visual {
        position: relative;
        min-height: auto;
    }
    .footer-cta {
        padding: 110px 0 48px;
    }
    .footer-cta__wrap {
        padding: 48px 16px 40px;
    }
    .footer-cta__copy {
        margin-bottom: 24px;
    }
    .footer-cta__title {
        max-width: 100%;
    }
    .footer-nav a {
        font-size: 17px;
    }
    .footer-bar .header__logo svg {
        height: 35px;
    }
    .store-btn {
        max-width: 100%;
        width: 100%;
    }
}