.new-footer {
    position: relative;
    padding: 60px 0;
}
.footer-container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.footer__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    padding-bottom: 55px;
    position: relative;
    z-index: 2;
}
.flex-footer {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.flex-footer > div {
    width: 44%;
    flex-grow: 1;
}
.footer__ul-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.footer__ul a {
    color: #747474;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
    transition: all 0.3s linear;
}
.footer__ul a:last-child {
    margin-bottom: 0;
}
.footer__title {
    color: #000;
    font-family: "Helvetica";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 24.7px */
    margin-bottom: 12px;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
}
.footer__bottom-left {
    max-width: 373px;
}
.footer__bottom-left p {
    color: #000;
    font-family: "Helvetica";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
    margin-bottom: 16px;
}
.footer-btn {
    display: flex;
    max-width: 275px;
    width: 100%;
    padding: 9px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #1241ce!important;
    color: #fff!important;
    font-family: "Helvetica";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
    text-decoration: none;
    transition: all 0.3s linear;
}
.footer__bottom-right {
    max-width: 373px;
}
.footer__contact ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #444;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
    padding: 0;
    margin: 0;
}
.footer__contact li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer__contact a {
    color: #444;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
    text-decoration: none;
    transition: all 0.3s linear;
}
.footer-copyrite {
    color: #444;
    font-family: "Helvetica";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 19.5px */
    margin-bottom: 8px;
}
.footer__policy a {
    color: #747474;
    font-family: "Helvetica";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 19.5px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: all 0.3s linear;
}
.new-footer .tabs__list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.new-footer .tabs-one {
    margin-bottom: 25px;
}
.new-footer .tabs-one button {
    display: inline-block;
    white-space: nowrap;
    color: #747474;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
    cursor: pointer;
    position: relative;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    transition: all 0.3s linear;
}
.new-footer .tabs-one button[aria-selected="true"] {
    border-color: #444;
    text-decoration: underline;
    transition: all 0.3s linear;
}
.tabs__text {
    display: none;
}
.tabs__text.active {
    display: block;
}
.footer-btn:hover {
    opacity: 0.7;
    transition: all 0.3s linear;
}
.footer__contact a:hover,
.footer__policy a:hover,
.footer__ul a:hover {
    color: #23527c;
    text-decoration: underline;
    transition: all 0.3s linear;
}
@media (max-width: 1170px) {
    .footer__title {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .footer-btn {
        padding: 11px 30px;
        font-size: 14px;
        width: max-content;
    }
    .footer__bottom-right {
        max-width: 262px;
    }
    .footer__ul a {
        font-size: 14px;
    }
    .footer__contact a,
    .footer__contact ul,
    .footer__policy a,
    .footer__bottom-left p,
    .footer-copyrite {
        font-size: 14px;
    }
    .footer__content {
        padding-bottom: 24px;
    }
}
@media (max-width: 767px) {
    .footer__title {
        cursor: pointer;
    }
    .footer__column {
        max-width: unset;
        overflow: hidden;
        margin-bottom: 0;
    }
    .footer__column a {
        display: block;
        position: relative;
    }
    .column__h {
        position: relative;
        width: 100%;
    }
    .flex-footer > div {
        width: 100%;
    }
    .column__h::before {
        content: "";
        background-image: url("../img/up-arrow-svgrepo-com.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .column__h.active::before {
        transform: rotate(180deg);
    }
    .column__h:hover {
        opacity: 0.7;
        transition: all 0.3s linear;
    }
    .no-arrow.column__h::before {
        display: none;
    }
    .footer__ul {
        max-height: 0;
        visibility: hidden;
        margin: 0;
        transition: all 0.3s linear;
    }
    .footer__ul-col:last-child .footer__col:last-child {
        margin-bottom: 0;
    }
    .footer__ul.active {
        max-height: 200vh;
        margin-top: 12px;
        visibility: visible;
        transition: max-height 0.6s linear;
    }
    .footer__content {
        flex-direction: column;
    }
    .column__footer {
        margin-right: 0;
    }
    .footer__ul-col {
        width: 100%;
    }
    .footer__policy,
    .footer__ul-flex {
        flex-direction: column;
    }
    .footer-copyrite,
    .footer__bottom {
        flex-direction: column;
    }
    .column__footer,
    .column__footer:first-child {
        width: 100%;
    }
    .footer__title {
        margin: 0;
        font-size: 16px;
    }
    .footer__content {
        padding-top: 0;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-bottom: 60px;
    }
    .footer-btn {
        max-width: unset;
        flex-grow: 1;
        width: calc(100% - 60px);
    }
    .footer__bottom-left {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .footer__bottom-right {
        max-width: unset;
        margin-top: 24px;
    }
    .flex-footer {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
    .new-footer .tabs-one button {
        font-size: 14px;
    }
    .new-footer .tabs {
        margin-top: 12px;
    }
    .new-footer .tabs-one {
        margin-bottom: 24px;
    }
    .footer__ul-flex {
        margin-bottom: 0;
    }
    .footer__bottom {
        align-items: flex-start;
    }
    .footer__bottom p {
        margin: 0px 0px 12px 0px;
    }
}
