@font-face {
    font-family: 'Inter';
    src: url(./fonts/Inter-VariableFont_slnt\,wght.ttf);
}

@font-face {
    font-family: 'Kumbh Sans';
    src: url(./fonts/KumbhSans-VariableFont_YOPQ\,wght.ttf);
}

* {
    margin: 0;
    padding: 0;
}

.top-banner {
    border-bottom: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-08, #141414);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 24px;
    gap: 10px;
}

.banner-text {
    color: var(--Grey-60, #98989A);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
    font-family: 'Inter';
}

.navbar {
    background: var(--Dark-10, #1A1A1A);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 167px;
}

.contact {
    color: var(--Dark-08, #141414);
    text-decoration: none;
    background-color: var(--Yellow-55, #FFD11A);
    padding: 14px 20px;
    text-align: center;
    font-family: 'Inter';
    font-size: 18px;
    gap: 10px;
    border-radius: 10px;
    font-weight: 500;
    line-height: 150%;
}

.nav-text {
    color: var(--Grey-50, #7E7E81);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
    margin-left: 40px;
}

.nav-btn {
    border-radius: 10px;
    border: 1px solid var(--Dark-20, #333);
    background: var(--Dark-08, #141414);
    padding: 14px 24px;
    color: white;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 150%;
    gap: 10px;
    font-weight: 500;
    text-decoration: none;
}

.first {
    background: var(--Dark-08, #141414);
    padding: 0px 162px 0px 0;
    display: flex;
}

.main-content {
    padding: 150px 0 50px 0;
    width: 1105px;
    height: 577px;
    border-right: 1px solid var(--Dark-15, #262626);
    border-bottom: 1px solid var(--Dark-15, #262626);
}

.text {
    display: flex;
    flex-direction: column;
    padding-left: 162px;
}

h2 {
    font-family: 'Kumbh Sans';
    font-size: 30px;
    color: var(--Dark-40, #666);
    font-weight: 500px;
    line-height: 120%;
    letter-spacing: -.9px;
    margin-bottom: 30px;
}

h1 {
    color: white;
    font-family: 'Kumbh Sans';
    font-size: 70px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2.1px;
    margin-bottom: 20px;
}

.main-text {
    color: var(--Grey-50, #7E7E81);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
    margin-bottom: 100px;

}

.main-text-mobile {
    color: var(--Grey-50, #7E7E81);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
    margin-bottom: 100px;

    display: none;
}

.sub-content {
    display: flex;
    align-items: center;
    border-top: 1px solid var(--Dark-15, #262626);
    padding-right: 100px;
}

.num {
    color: white;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -.2px;
    width: 247px;
}

.num span {
    color: var(--Yellow-55, #FFD11A);
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -.2px;
}

.num-container-content {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-direction: column;
}

.under-text {
    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; 
    letter-spacing: -.54px;
}

.num-empty {
    color: var(--Dark-08, #141414);
    width: 162px;
    display: flex;
    align-items: flex-start;
}

.res-av, .total-down {
    margin-right: 100px;
}

.total-down, .active-users, .res-av {
    height: 165px;
    border-right: 1px solid var(--Dark-15, #262626);
    padding-top: 50px;
}

.main-right {
    padding: 395px 0 80px 80px;
}


.images {
    display: flex;
    border-radius: 100px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);
    width: 198px;
    margin-bottom: 30px;
}

.imgs {
    margin-left: -14px;
}

h3 {
    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -.72px;
    margin-bottom: 14px;
}

.underimages {
    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
}

.utb {
    margin-top: 30px;
    border-radius: 12px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-08, #141414);
    display: flex;
    padding: 18px 24px;
    align-items: center;
    gap: 10px;
    justify-content: center;
    text-align: center;
}

.btn-img{
    margin-left: 10px;
}

a {
    text-decoration: none;
}

.utb span {
    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
    text-decoration: none;
}

.subcon {
    padding: 0 162px 0 162px;
    border-top: 1px solid var(--Dark-15, #262626);
    background-color: var(--Dark-08, #141414);
    display: flex;
    justify-content: space-between;
}

.black-arrow {
    background-color: var(--Yellow-55, #FFD11A);
    border-radius: 50%;
    padding: 10px;
    margin-right: 5px;
}

h4 {
    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -.6px;
    margin-bottom: 4px;
}

.under-h4 {
    color: var(--Grey-50, #7E7E81);
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
    margin-bottom: 30px;
}

.under-span {
    color: var(--Grey-60, #98989A);
    font-family: 'Kumbh Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.6px;
}

.cnt {
    display: flex;
    flex-direction: column;
}

.icn-1 {
    margin-bottom: 30px;
}

.lnu, .ec {
    display: flex;
    align-items: center;
    border-right: 1px solid var(--Dark-15, #262626);
    width: 525px;
    height: 301px;
}

.gr, .ec {
    padding-left: 80px;
}

.gr {
    display: flex;
    align-items: center;
    width: 525px;
    height: 301px;
}

.btn-yellow {
    margin-left: 50px;
}

.grey-con {
    padding: 120px 162px;
    border-top: 1px solid var(--Dark-15, #262626);
    border-bottom: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);
    display: flex;
    flex-direction: column;
}

h5 {
    color: var(--Absolute-White, #FFF);
    font-family: 'Kumbh Sans';
    font-size: 58px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -1.74px;
}

.grey-con span {
    border-radius: 4px;
    background: var(--Dark-20, #333);
    padding: 6px 10px;
    margin-bottom: 16px;
    width: 185px;

    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -.6px;
}

.ftb {
    display: flex;
    padding: 0px 162px;
    align-items: center;
    gap: 80px;
    background-color: var(--Dark-08, #141414);
    border-bottom: 1px solid var(--Dark-15, #262626);
}

.ftb-left {
    padding: 155px 0;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--Dark-15, #262626);
    padding-right: 80px;
}

.ftb-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 50px;
} 

h6 {
    color: var(--Absolute-White, #FFF);
    font-family: 'Kumbh Sans';
    font-size: 40px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -1.2px;
    margin-bottom: 16px;
}

.under-h6 {
    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
    width: 516px;
}

.ftb-right {
    display: flex;
    flex-direction: column;
}

.first-row, .second-row {
    display: flex;
}

.h7 {
    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -.72px;
}

.under-h7 {
    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
    margin-top: 20px;
    width: 363px;
}

.ftb-card {
    padding: 40px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);
}

.ftb-1 {
    margin-right: 30px;
}

.ftb-2 {
    margin-bottom: 30px;
}

.rib-icon {
    width: 92.38px;
    height: 80px;
    margin-bottom: 50px;
}

.eft {
    border-top: 1px solid var(--Dark-15, #262626);
    border-bottom: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);
    display: flex;
    padding: 120px 162px;
    align-items: center;
}

.span-eft {
    border-radius: 4px;
    background: var(--Dark-20, #333);
    padding: 6px 10px;
    width: 280px;

    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -.6px;
}

.h8 {
    color: var(--Absolute-White, #FFF);
    font-family: 'Kumbh Sans';
    font-size: 58px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -1.74px;
    margin-top: 16px;
}

.eft-button button {
    padding: 18px 24px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-08, #141414);

    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
    margin-left: 250px;
}

.eft-btn-img {
    margin-left: 10px;
}

.comments {
    background-color: var(--Dark-08, #141414);
    padding: 50px 162px;
}

.tabs-container {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--Dark-15, #262626);
    text-align: center;
}

.btn-com {
    padding: 30px 24px;
    width: 240px;
    border-radius: 8px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);

    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -.54px;
    margin-left: 20px;
}

.com-buttons {
    margin-left: 20px;
    padding: 30px 24px;
    width: 240px;
    border-radius: 8px;
    border: 1px solid var(--Dark-15, #262626);
    background-color: var(--Dark-08, #141414);

    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -.54px;
}

.com-buttons:hover {
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);

    color: var(--Absolute-White, #FFF);
    transition: background-color 0.3s ease, color 0.3s ease;
}

.com-holder {
    padding: 80px 162px;
    display: flex;
    align-items: flex-start;
    border-top: 1px solid var(--Dark-15, #262626);
    transition: opacity 0.5s ease-in-out;
}

.customer {
    display: flex;
    align-items: center;
}

.customer-id {
    margin-left: 16px;
}

.customer-name {
    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -.6px;
}

.com-type {
    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
    width: 168px;
}

.hide {
    opacity: 0;
    display: none;
}

.icons-holder {
    display: flex;
    align-items: center;
}

.likes, .respond {
    margin-right: 10px;
}

.likes, .respond, .repost {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);

    color: var(--Grey-60, #98989A);
    font-family: 'Kumbh Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
}

.date {
    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -.6px;
    margin-bottom: 30px;
}

.h9 {
    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 26px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -.78px;
    margin-bottom: 10px;
}

.under-h9 {
    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
    margin-bottom: 30px;
}

.eft-btn-1 button {
    padding: 18px 24px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-08, #141414);

    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
    margin-left: 250px;
    width: 245px;
}

.EB_and_WP {
    background-color: var(--Dark-08, #141414);
    display: flex;
    border-top: 1px solid var(--Dark-15, #262626);
}

.left_ep {
    padding-right: 80px;
}

.ep_text {
    display: flex;
    flex-direction: column;
    padding-left: 162px;
    padding-top: 155.5px;
}

.ep_text img {
    height: 80px;
    width: 80px;
    margin-bottom: 50px;
}

.ep_text a img {
    width: 24px;
    height: 24px;
}

.ep_text a {
    display: flex;
    padding: 18px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);
    width: 500px;
    height: 55px;

    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;

    margin-bottom: 60px;
}

.h10 {
    color: var(--Absolute-White, #FFF);
    font-family: 'Kumbh Sans';
    font-size: 40px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -1.2px;
    margin-bottom: 16px;
}

.under-h10 {
    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.6px;
    margin-bottom: 50px;
}

.ep_dwn {
    border-radius: 13px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);
    display: flex;
    align-items: center;
    margin-left: 162px;
    width: 433px;
    padding: 30px;
}

.dwn-right {
    display: flex;
    border-radius: 12px;
    background: var(--Dark-08, #141414);
    margin-left: 50px;
}

.dwn {
    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
}

.dwn-h {
    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -.72px;
}

.dwn-images {
    margin-left: -9px;
}

.right_ep {
    padding-left: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    border-left: 1px solid var(--Dark-15, #262626)
}

.ep_row_1 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.h11 {
    width: 242.5px;

    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -.72px;
}

.after-h11 {
    margin-left: 20px;

    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
}

.ep_row_2 {
    margin-bottom: 30px;
}

.ep_row_3 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ep_card_small {
    border-radius: 13px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);
    padding: 30px;
    width: 216px;
    margin-right: 20px;
}

.small_card, .card-span, .h12 {
    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
}

.small-h, .card-txt, .big-text {
    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -.6px;
}

.ep_card {
    display: flex;
    align-items: center;
}

.card-txt {
    width: 424px;
}


.ep_card {
    border-radius: 13px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);
    padding: 30px;
    width: 560px;
}

.card-btn a {
    display: flex;
    padding: 18px 24px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-08, #141414);

    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
}

.card-btn a img {
    margin-left: 10px;
}

.ep_row_4 {
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    border-radius: 13px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);
}

.eft-btn-2 button {
    width: 250px;
    font-size: 17px;
    margin-left: 500px;
}

.row-1, .row-2 {
    display: flex;
    padding: 0px 162px;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
}

.reviews {
    background: var(--Dark-08, #141414);
}

.revier-id {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.revier-info {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    text-align: start;
}

.revier-name {
    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}

.revier-city {
    color: var(--Dark-40, #666);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.review-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 61px;
    text-align: center;

    padding: 50px 30px 30px 30px;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);
}

.review-stars {
    display: flex;
    padding: 10px 16px;
    align-items: flex-start;
    border-radius: 100px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-08, #141414);
    margin-top: -67px;
    margin-bottom: 10px;
}

.stars-img {
    margin-left: 7px;
}

.review-text {
    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.review-card {
    display: flex;
    padding: 80px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
}

.rcb {
    border-right: 1px solid var(--Dark-15, #262626);
    border-left: 1px solid var(--Dark-15, #262626);
}

.row-1, .row-2 {
    border-bottom: 1px solid var(--Dark-15, #262626)
}

.last {
    display: flex;
    padding: 120px 162px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-top: 1px solid var(--Dark-15, #262626);
    border-bottom: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);
}

.last-container {
    display: flex;
    align-items: center;
}

.last-text {
    margin-left: 80px;
    display: flex;
    flex-direction: column;
}

.last-span {
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 4px;
    background: var(--Dark-20, #333);

    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -.6px;
    width: 285px;
    margin-bottom: 16px;
}

.last-title {
    color: var(--Absolute-White, #FFF);
    font-family: 'Kumbh Sans';
    font-size: 58px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -1.74px;
    margin-bottom: 30px;
}

.last-txt {
    color: var(--Grey-50, #7E7E81);
    font-family: 'Inter';
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
}

.last-cards {
    display: flex;
    padding: 20px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 12px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-08, #141414);
    margin-top: 100px;
}

.top-row {
    display: flex;
    align-items: center;
}

.card-lst {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;

    border-radius: 12px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-10, #1A1A1A);
    height: 130px;
}

.card-lst:not(:last-child) {
    margin-right: 20px;
}

.lst-title {
    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -.66px;
    width: 353px;
}

.card-info {
    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
}

.top-row img {
    border-radius: 50%;
    background: var(--Yellow-55, #FFD11A);
    padding: 10px;
}

footer {
    background: var(--Dark-08, #141414);
    
    display: flex;
    padding: 0px 162px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.links-column {
    display: flex;
    flex-direction: column;
    width: 255px;
}

.links-holder {
    padding: 80px 0;
    display: flex;
}

.links-title {
    margin-bottom: 36px;

    color: var(--Absolute-White, #FFF);
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -.6px;
}

.footer-links {
    color: var(--Dark-40, #666);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -.54px;
}

.footer-links:not(:first-child) {
    margin-top: 18px;
}

.links-column:not(:last-child) {
    margin-right: 80px;
}

.res-btn {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--Dark-15, #262626);
    background: var(--Dark-08, #141414);

    color: var(--Grey-60, #98989A);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.54px;
}

.btn-1 {
    width: 165px;
}

.btn-2 {
    width: 122px;
}

.btn-3 {
    width: 210px;
}

.res-btn:not(:first-child) {
    margin-top: 18px;
}

.license {
    padding: 40px 162px;
    border-top: 1px solid var(--Dark-15, #262626);
    display: flex;
    justify-content: space-between;
    width: 1250px;
}

.license span {
    color: var(--Dark-40, #666);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -.54px;
}

.burger-menu {
    display: none;
}

@media only screen and (max-width: 480px) {
    .banner-text {
        font-size: 12px;
    }
    
    .navbar {
        padding: 16px 16px;
    }

    .burger-menu {
        display: block;
        width: 32px;
    }
    
    .logo img {
        width: 150px;
    }

    .nav-links {
        display: none;
    }

    .contact {
        display: none;
    }

    .first {
        padding: 0 16px 0 0;
        display: flex;
        flex-direction: column;
    }

    .main-content {
        padding: 15px 0 10px 5px;
        width: 480px;
        border-right: none;
        height: 215px;
    }

    .text {
        padding-left: 8px;
    }

    h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    h1 {
        font-size: 30px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .main-text {
        font-size: 14px;
        display: none;
    }

    .main-text-mobile {
        display: block;
        margin-bottom: 30px;
    }

    .sub-content {
        display: none;
    }

    .main-right {
        padding: 100px 0 30px 20px;
    }

    .utb {
        width: 400px;
    }

    .subcon {
        padding: 0 0px 0 16px;
        display: flex;
        flex-direction: column;
    }

    .lnu, .ec, .gr {
        border-right: none;
        width: 464px;
    }

    .ec, .gr {
        padding-left: 0;
    }

    .ec {
        border-top: 1px solid var(--Dark-15, #262626);
        border-bottom: 1px solid var(--Dakr-15, #262626);
    }

    .grey-con {
        padding: 40px 8px;
    }

    h5 {
        font-size: 43px;
    }

    .ftb {
        display: flex;
        flex-direction: column;
        padding: 0 8px;
        gap: 0;
    }

    .ftb-left {
        padding: 0 8px;
        padding-right: 0;
    }
}