/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.t1-footer {
    display: block;
    width: 100%;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#090518), to(#0055A5));
    background: -o-linear-gradient(top, #090518 0%, #0055A5 100%);
    background: linear-gradient(180deg, #090518 0%, #0055A5 100%);
    min-height: 500px;
    margin-top: 120px;
}

.t1-footer__row:last-of-type {
    border-bottom: 0;
}

.t1-footer__row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 32px 0px;
}

.t1-footer__row-np {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.t1-footer__copy {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.t1-footer__box1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 16px 1fr 16px 200px;
    grid-template-columns: 200px 1fr 200px;
    grid-gap: 16px;
}

.t1-footer__box1-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.t1-footer__box1-link {
    color: #B7C9DC;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.t1-footer__box2-item:first-of-type {
    border-left: 0px;
}

.t1-footer__box2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.t1-footer__box2-item {
    padding: 64px 0px 48px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);

    display: -ms-grid;

    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 32px;
}

.t1-footer__box2-block-title {
    color: #FFF;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}

.t1-footer__box2-block-text {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #FFF;
}

.t1-footer__box2-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    -ms-flex-line-pack: start;
    align-content: start;
}

.t1-footer__box2-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
}

.t1-footer__box2-two-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
}

.t1-footer__pl128 {
    padding-left: 128px;
}

.t1-footer__soc-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.t1-footer__soc-link img {
    display: grid;
    width: 28px;
    align-self: center;
    justify-self: center;
}

.soc-lin-tg {
    width: 24px;
}

.t1-footer__soc-link {
    /* width: 35px; */
    /* height: 35px; */
}

@media (max-width: 1100px) {
    .t1-footer__box1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .t1-footer__logo-link {
        display: grid;
        grid-column: 1;
        grid-row: 1;
        order: 1;
    }

    .t1-footer__soc-box {
        /* display: grid;
        grid-gap: 16px;
        grid-column: 2;
        grid-row: 1;
        order: 2;
        width: max-content;
        justify-content: end;
        justify-self: end; */
        justify-self: flex-end;
        justify-self: end;
    }

    .t1-footer__box1-links {
        display: grid;
        order: 3;
        grid-column: 1 / 3;
        grid-row: 2;

    }

    .t1-footer__box2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .t1-footer__pl128 {
        padding-left: 0px;

    }

    .t1-footer__box2-item {
        border-left: 0;
    }

    .t1-footer__box2-two-cols {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 850px) {
    .t1-footer {
        padding-bottom: 60px;
    }
}

@media (max-width: 500px) {
    .t1-footer__box1 {
        grid-template-columns: 1fr;
    }

    .t1-footer__logo-link {

        grid-column: initial;
        grid-row: initial;

        order: 1;
    }

    .t1-footer__soc-box {
        /* display: grid;
        grid-gap: 16px;
        grid-column: initial;
        grid-row: initial; */
        order: 2;
        /* width: max-content; */

        justify-self: center;
    }

    .t1-footer__box1-links {
        display: grid;
        order: 3;
        grid-column: initial;
        grid-row: initial;

    }


    .t1-footer__logo-link {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
    }

    .t1-footer__soc-box {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
        -ms-grid-columns: -webkit-min-content 16px -webkit-min-content 16px -webkit-min-content 16px -webkit-min-content;
        -ms-grid-columns: min-content 16px min-content 16px min-content 16px min-content;
        grid-template-columns: -webkit-min-content -webkit-min-content -webkit-min-content -webkit-min-content;
        grid-template-columns: min-content min-content min-content min-content;
        grid-gap: 16px;
    }

    .t1-footer__box2-block-title {
        text-align: center;
    }

    .t1-footer__box2-block-text {
        text-align: center;
    }

    .t1-footer__box1-link {
        text-align: center;
    }

    .t1-footer__box2-item {
        padding: 32px 0px;
    }


    .t1-footer__box1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .t1-footer__box2-two-cols {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

}