.site-footer {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #031e3d
}

.footer-main {
    position: relative;
    padding: 72px 0 0px;
    background-color: #03264e;
    background-image: linear-gradient(180deg, rgba(1, 31, 66, .2), rgba(0, 24, 52, .28)), url('../img/bg-ft.jpg');
    background-position: center bottom;
    background-size: cover
}

.footer-main:before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(1, 31, 67, .12), transparent 45%, rgba(2, 29, 60, .08));
    content: "";
    pointer-events: none
}

.footer-main>.tsl-container {
    position: relative
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 3.5fr;
    gap: 15px;
    padding-bottom: 32px
}

.footer-logo img {
    width: auto;
    max-width: 250px;
    max-height: 76px;
    filter: brightness(0) invert(1)
}

.footer-brand p {
        margin: 23px 0 20px;
    color: #c7d5e8;
    font-size: 14px;
    line-height: 1.65;
}

.footer-socials {
    display: flex;
    gap: 9px
}

.footer-socials a {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(32, 151, 255, .65);
    border-radius: 50%;
    background: rgba(1, 53, 104, .45);
    font-size: 12px;
    font-weight: 800;
    transition: .25s
}

.footer-socials a:hover {
    transform: translateY(-3px);
    background: #0873e8;
    border-color: #5bb5ff
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

.footer-column {
    padding-left: 15px;
    border-left: 1px solid rgba(69, 150, 229, .19)
}

.footer-column h2{
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 1px 0 17px;
    font-size: 15px;
    letter-spacing: .025em
}

.footer-column h2:after {
    position: absolute;
    width: 24px;
    height: 2px;
    margin-top: 27px;
    background: #0d83f5;
    content: ""
}

.footer-column h2 svg {
    width: 16px;
    color: #65b9ff
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-column li {
    margin: 8px 0
}

.footer-column a {
    color: #cbd8e9;
    font-size: 14px;
    transition: .2s;
    position: relative;
}
.footer-column a:before{
        content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #cbd8e9;
    margin: 0 5px 3px 0;
}
.footer-column a:hover {
    padding-left: 4px;
    color: #55b7ff
}



.footer-contact-row {
    display: grid;
    grid-template-columns: 1.75fr 1fr 1fr 1.15fr;
    gap: 16px;
    padding: 24px 0;
    border-top: 1px solid rgba(57, 147, 231, .24)
}

.footer-contact-card {
    min-height: 84px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 16px;
    border: 1px solid rgba(19, 130, 231, .4);
    border-radius: 11px;
    background: rgba(1, 41, 84, .48)
}

.footer-contact-card>svg {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    padding: 10px;
    border-radius: 50%;
    background: linear-gradient(145deg, #0f86ec, #064e9e);
    color: #fff
}

.footer-contact-card span,
.footer-contact-card small,
.footer-contact-card strong {
    display: block
}

.footer-contact-card strong {
    font-size: 15px
}

.footer-contact-card small {
    margin-top: 3px;
    color: #c5d5e7;
    font-size: 13px;
    line-height: 1.45
}

.footer-contact-card:not(.footer-company) strong {
    font-size: 15px
}

.footer-trust {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 35px;
    padding: 4px 0 6px
}

.footer-certificates {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer-certificates span {
    min-width: 125px;
    padding: 6px 9px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .92);
    color: #1f5c95;
    text-align: center;
    font-size: 15px;
    line-height: 1.15
}
.footer-certificates span img{
        height: 40px;
    object-fit: contain;
}

.footer-certificates b {
    font-size: 15px
}

.footer-payments>strong {
    display: block;
    margin-bottom: 10px;
    font-size: 15px
}

.footer-payments>div {
    display: flex;
    gap: 5px
}

.footer-payments span {
        min-width: 50px;
    padding: 2px;
    border-radius: 5px;
    background: #fff;
    color: #175a9d;
}

.footer-bottom {
    position: relative;
    padding: 10px 0;
    border-top: 1px solid rgba(92, 173, 246, .23);
    background: rgba(1, 20, 43, .92);
    color: #9db7d4;
    font-size: 13px
}

.footer-bottom .tsl-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px
}

.footer-bottom ul {
    display: flex;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-bottom strong {
    color: #fff
}

@media(max-width:1280px) {
    .footer-top {
        grid-template-columns: 1.1fr 3fr
    }


    .footer-contact-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-certificates {
        gap: 15px;
        flex-wrap: wrap
    }
}

@media(max-width:900px) {
    .footer-main {
        padding-top: 48px
    }

    .footer-top {
        grid-template-columns: 1fr
    }

    .footer-brand {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 8px 24px
    }

    .footer-brand p {
        margin: 8px 0
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr)
    }


    .footer-trust {
        flex-direction: column
    }

    .footer-payments {
        width: 100%
    }

    .footer-payments>div {
        overflow-x: auto
    }

    .footer-bottom .tsl-container {
        align-items: flex-start;
        flex-direction: column
    }
}

@media(max-width:600px) {
    .footer-main {
        padding-top: 38px;
        background-position: 62% bottom
    }

    .footer-brand {
        display: block
    }

    .footer-logo img {
        max-width: 210px
    }

    .footer-links {
        grid-template-columns: 1fr 1fr;
        gap: 24px 10px
    }

    .footer-column {
        padding-left: 13px
    }

    .footer-column h2 {
        font-size: 15px
    }

    .footer-column a {
        font-size: 15px
    }

    .footer-contact-row {
        grid-template-columns: 1fr
    }

    .footer-contact-card {
        min-height: 72px
    }

    .footer-certificates {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 8px
    }

    .footer-certificates span {
        min-width: 0
    }

    .footer-payments span {
        min-width: 62px
    }

    .footer-bottom ul {
        flex-wrap: wrap;
        gap: 10px 16px
    }
}