.base-footer {
    --footer-cookie: 0;

    margin-bottom: var(--footer-cookie);
    background: var(--primary-color);
    transition: all .3s;
    overflow: hidden;
}


/* footer-top */
.footer-top {
    padding: 40px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-telandmail {
    width: 100%;
    margin-left: 90px;
}

.footer-telandmail-box {
    max-width: 575px;
    color: var(--white-color);
}

.footer-telandmail-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.footer-telandmail-icon svg {
    color: var(--yellow-color);
}

.footer-telandmail-desc {
    height: fit-content;
    font-size: 14px;
    margin-left: 14px;
}

.footer-telandmail-desc h3 {
    margin-top: 10px;
}

.footer-telandmail-desc h3:not(.footer-small-title) {
    font-size: 20px;
    margin-top: 2px;
}


@media (max-width: 1480px) {
    .footer-top {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .footer-telandmail {
        margin-left: 0;
    }

    .footer-telandmail-icon {
        width: 54px;
        height: 54px;
    }

    .footer-telandmail-desc h3:not(.footer-small-title) {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .footer-top {
        padding: 35px 0 25px;
    }

    .footer-logo {
        max-width: 150px;
    }

    .footer-telandmail-box {
        flex: 1;
    }

    .footer-telandmail-icon {
        width: 50px;
        height: 50px;
    }

    .footer-telandmail-icon svg {
        width: 25px;
        height: 25px;
    }

    .footer-telandmail-desc h3:not(.footer-small-title) {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .footer-top {
        padding: 30px 0 20px;
    }

    .footer-telandmail {
        margin-left: 0;
        flex-direction: column;
        gap: 25px;
    }

    .footer-telandmail-box {
        max-width: 100%;
        width: 100%;
    }

    .footer-telandmail-icon {
        width: 46px;
        height: 46px;
    }

    .footer-telandmail-desc {
        margin-left: 10px;
    }

    .footer-telandmail-desc h3:not(.footer-small-title) {
        font-size: 16px;
    }

    .footer-small-title {
        font-size: 13px !important;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .footer-telandmail-icon {
        width: 42px;
        height: 42px;
    }

    .footer-telandmail-desc h3:not(.footer-small-title) {
        font-size: 15px;
    }
}

/* footer-top */



/* footer-bottom */
.footer-bottom {
    padding: 50px 0 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}

.footer-bottom-title a:hover,
.footer-bottom-list li a:hover {
    text-decoration: underline;
    color: var(--yellow-color);
}

.footer-bottom-wrapper {
    max-width: 250px;
}

.footer-bottom-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-title-box svg {
    display: none;
}

.footer-about {
    max-width: 280px;
}

.footer-bottom-desc {
    margin: 0 0 30px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 14px;
}

.footer-social li+li {
    margin-left: 10px;
}

.footer-social a {
    width: 47px;
    height: 47px;
    background: var(--light-color);
    border-radius: 50%;
    transition: all 0.2s linear;
}

.footer-social svg {
    color: var(--white-color);
    transition: all 0.2s linear;
}

.footer-social a:hover {
    background: var(--yellow-color);
}

.footer-social a:hover svg {
    color: var(--light-color);
}

.footer-bottom-list li {
    margin-top: 15px;
    font-size: 14px;
}

.footer-email-input,
.email-submit-btn {
    width: 100%;
    height: 56px;
    outline: none;
    border: none;
    border-radius: 8px;
}

.footer-email-input {
    padding: 14px;
}

.email-submit-btn {
    max-width: 100%;
    font-weight: 700;
    margin-top: 13px;
}

.footer-copyright {
    padding: 28px 0 30px;
    color: var(--white-color);
}

@media (max-width: 1480px) {
    .footer-bottom {
        padding: 40px 0 60px;
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer-bottom-wrapper,
    .footer-about {
        max-width: 220px;
    }

    .footer-bottom-title {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .footer-bottom-list li {
        margin-top: 12px;
    }

    .footer-social a {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 1024px) {
    .footer-title-box svg {
        display: block;
        transition: all 0.2s linear;
    }

    .footer-bottom-wrapper.active svg {
        transform: rotate(180deg);
    }

    .footer-bottom-title a:hover {
        text-decoration: none;
        color: var(--white-color);
    }

    .footer-bottom {
        padding: 30px 0 40px;
        flex-direction: column;
        gap: 0;
    }

    .footer-bottom-wrapper,
    .footer-about {
        max-width: 100%;
        width: 100%;
    }

    .footer-bottom-wrapper:not(.footer-email-wrapper, :last-child) {
        margin-bottom: 0;
        padding-bottom: 25px;
    }

    .footer-about {
        margin-bottom: 25px;
    }

    .footer-bottom-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-bottom-wrapper:not(.footer-email-wrapper) .footer-bottom-title {
        margin-bottom: 0;
    }

    .footer-bottom-desc {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .footer-bottom-list {
        display: none;
        margin-top: 10px;
    }

    .footer-bottom-list li {
        margin-top: 8px;
        font-size: 13px;
    }

    .footer-bottom-list li:first-child {
        margin-top: 0;
    }

    .footer-social a {
        width: 38px;
        height: 38px;
    }

    .footer-email-input,
    .email-submit-btn {
        height: 50px;
    }

    .email-submit-btn {
        margin-top: 10px;
    }

    .footer-copyright {
        padding: 20px 0;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .footer-social a {
        width: 36px;
        height: 36px;
    }

    .footer-copyright {
        font-size: 12px;
    }
}

/* footer-bottom */


/* need-area */
.need-area {
    --need-top-color: var(--white-color);

    background: linear-gradient(to bottom, var(--need-top-color) 50%, var(--primary-color) 50%);
    color: var(--white-color);
}

.need-area .base-maxwidth {
    position: relative;
    padding: 60px 70px;
    background: var(--light-color);
    border-radius: 20px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.need-area h2 {
    font-size: 32px;
}

.need-area p {
    margin-top: 5px;
}

@media (max-width: 1480px) {
    .need-area {
        padding: 0 20px;
    }

    .need-area .base-maxwidth {
        padding: 50px 60px;
    }

    .need-area h2 {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
    .need-area .base-maxwidth {
        padding: 40px 50px;
    }

    .need-area h2 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .need-area .base-maxwidth {
        padding: 30px 25px;
        flex-direction: column;
        text-align: center;
    }

    .need-area h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .need-area p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .need-area h2 {
        font-size: 20px;
    }

    .need-area .base-maxwidth {
        padding: 25px 20px;
    }
}

/* need-area */

/* online-area */
.online-area {
    position: fixed;
    bottom: 300px;
    right: 0;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 100;
}

.online-area .online-wrapper {
    padding: 6px 0 6px 10px;
    background: var(--light-color);
    color: var(--white-color);
    font-size: 18px;
}

.online-area img {
    margin-right: 10px;
}

.online-area span {
    white-space: nowrap;
    display: inline-block;
    width: 0;
    transition: width .5s;
    font-weight: 700;
}

@media (min-width: 580px) {
    .online-area:hover .online-wrapper {
        padding-right: 10px;
    }

    .online-area:hover span {
        width: 205px;
    }
}

/* online-area */

/* footer-cookie */
.footer-cookie {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: var(--text-secondary-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    font-size: 12px;
    z-index: 999;
}

.footer-cookie a {
    color: var(--light-color);
}

.footer-cookie a:hover {
    text-decoration: underline;
}

.footer-cookie .cookie-btn {
    display: inline-block;
    margin-left: 11px;
    min-width: 80px;
    height: 26px;
    color: #333;
    line-height: 26px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 700;
    text-align: center;
    border: 1px solid var(--text-deep-color);
    background: var(--white-color);
    transition: all .3s;
}

.footer-cookie .cookie-btn:hover {
    background: var(--text-deep-color);
    color: var(--white-color);
}
/* footer-cookie */