.footer_new {
    background: #031958;
    padding-top: 34px;
    padding-bottom: 26px;
    position: relative
}

.foot__logo,
.foot__logo svg {
    display: block;
    cursor: pointer
}

.footerHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 52px
}

.footHeadSocials span {
    display: block;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 142.5%;
    color: #fff
}

.social__icons {
    display: flex;
    align-items: center;
    column-gap: 9px
}

.social__icons a {
    width: 31px;
    height: 31px;
    width: 31px;
    height: 31px;
    display: flex !important;
    background: #1c529b;
    border-radius: 100%;
    justify-content: center;
    align-items: center
}

.social__icons a:hover {
    background-color: #4caeff
}

.footHeadSocials {
    display: flex;
    align-items: center;
    column-gap: 20px
}

.subscribeWrapper {
    background: #f2f6ff;
    padding: 5px 0
}

.subscribeCard {
    display: flex;
    column-gap: 60px;
    align-items: center;
    justify-content: center
}

.subscribeWrapper .subscribeCard p {
    font-family: CircularStd;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 142.5%;
    color: #2d3343;
    padding: 0
}

.subscribeWrapper .subfieldGroup {
    width: auto
}

.subscribeWrapper .subfieldGroup {
    display: flex;
    align-items: center;
    min-width: max-content;
    column-gap: 10px
}

.subscribeWrapper .subfieldGroup input {
    min-width: 225px;
    width: 100%;
    padding: 6px 10px;
    min-height: 41px;
    height: 100%;
    outline: 0;
    display: block;
    background: #fff;
    border: 1px solid rgba(76, 174, 255, .87);
    border-radius: 8px
}

.subscribeWrapper .subfieldGroup input:hover {
    border-color: #3653a5
}

.social__icons a:hover svg path:first-child {
    fill: #4CAEFF
}

.foot__columns {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.siteUrls_column {
    max-width: max-content;
    width: 100%
}
.foot__columns .siteUrls_column {
    width: 15%;
}

p.col-head {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 142.5%;
    color: #fff;
    padding-bottom: 20px
}

.siteUrls_column ul {
    list-style: none;
    padding-left: 0
}

.siteUrls_column ul li a {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 142.5%;
    color: #fff;
    display: block
}

.siteUrls_column ul li {
    display: block;
    position: relative;
    padding-bottom: 13px;
    max-width: max-content
}

.siteUrls_column ul li:after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 15px;
    transition: width .2s
}

.siteUrls_column ul li:hover:after {
    width: 100%;
    transition: width .2s
}

.subscribeWrapper .subfieldGroup .join {
    display: block;
    background-color: #4caeff;
    padding: 8px 28px;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(76, 174, 255, .24);
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 142.5%;
    color: #fff
}

.subscribeWrapper .subfieldGroup .join:hover {
    background-color: #1276ce
}

.security__badges {
    padding-bottom: 20px
}

.security__badges a {
    display: block;
    transition: .3s transform
}

.security__badges a:hover {
    transform: scale(1.1)
}

.security__badges a img {
    display: block
}

.security__badges {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
    padding-top: 25px;
}

.security__badges picture {
    transition: all ease .3s;
    cursor: pointer
}

.security__badges picture:hover {
    transform: scale(1.1)
}

.social__icons a svg {
    display: block
}

#subscribeBox.error p#subscribedMessage {
    color: #ff696a;
    background-image: url(../images/email_error.svg);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0 50%;
    max-width: max-content;
    margin: 0 auto
}

#subscribeBox.success p#subscribedMessage {
    color: #51cf67;
    background-image: url(../images/email_success.svg);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0 50%;
    max-width: max-content;
    margin: 0 auto
}

div#subscribeBox {
    background: #f2f6ff
}

.bottomFooter {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .19)
}

.bottomFooter p b {
    font-weight: 700;
    color: #fff
}

.bottomFooter p {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 142.5%;
    text-align: center;
    color: #e7e7e7
}

.paymentsWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
    transform: translateY(25px)
}

.paymentsWrapper img {
    width: 51px;
    max-width: 53px;
    max-height: 34px;
    height: 100%
}

.paymentsWrapper img:last-child {
    max-width: 181px;
    max-height: 44px;
    height: 100%;
    width: 64.5%
}

.paymentsWrapper img:last-child,
.paymentsWrapper img:nth-last-child(2) {
    visibility: hidden
}

.footerSecurities {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.social__icons img {
    width: 15px;
    height: 19px
}

.col-head-bottom{
    margin-top: 25px;
}

.stjr-badge {
    scale: 0.7;
    max-width: max-content;
}

@media(max-width:1199px) {
    .security__badges a img {
        width: 100%
    }
}

@media(max-width:575px) {
    .bottomFooter p {
        font-size: 12px;
        line-height: 17px
    }
    .siteUrls_column {
        max-width: 50%;
        width: 100%;
        padding-left: 7px
    }
    .siteUrls_column.visa_column {
        max-width: 100%;
        padding-left: 0
    }
    .siteUrls_column:last-child img {
        display: block;
        margin: 0 auto
    }
    .subscribeWrapper {
        padding: 14px 0
    }
    .subscribeCard {
        display: flex;
        column-gap: 0;
        flex-direction: column;
        row-gap: 14px
    }
    .footer_new {
        padding-top: 54px;
        padding-bottom: 80px
    }
    .footerHead {
        padding-bottom: 48px;
        flex-direction: column;
        row-gap: 45px
    }
    .security__badges a img {
        display: block;
        width: 100%
    }
    .footHeadSocials {
        column-gap: 20px;
        flex-direction: column;
        row-gap: 14px
    }
    .siteUrls_column ul li a {
        font-weight: 450;
        font-size: 14px
    }
    .foot__columns {
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 35px
    }
    .security__badges {
        column-gap: 14px;
        padding-top: 22px;
        flex-wrap: wrap;
        row-gap: 22px;
        width: 100%;
        margin-top: -55px
    }
    .paymentsWrapper {
        max-width: 80%;
        margin: 0 auto;
        justify-content: center
    }
    .siteUrls_column:last-child img {
        margin: 0;
        width: 51px
    }
    .paymentsWrapper img:last-child {
        width: 61%
    }
    .paymentsWrapper img:nth-last-child(2) {
        display: none
    }
    .footerSecurities {
        flex-direction: column;
        margin-top: 60px
    }
    .foot__columns .siteUrls_column {
        width: 100%;
    }
    .stjr-badge {
        scale: 0.6;
    }
}