footer {
    margin-top: 50px;
}
.footer__main{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.footer__suporte strong, .footer__cnt strong{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.footer__suporte small{
    color: #384872;
    font-size: 12px;
}
.footer__suporte a{
    align-items: center;
    display: flex;
    margin-top: 10px;
}
.footer__suporte a span{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    transition: 0.3s;
}
.footer__suporte a span:hover{
    text-decoration: underline;
}
.footer__support_icon{
    align-items: center;
    background-image: linear-gradient(144deg,#0095ff -27%,#0855c4 151%,#0855c4 0);
    border-radius: 6px;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}
.footer__support_icon svg path{
    fill: #ffffff;
}

.footer__link ul{
    margin-top: 10px;
}
.footer__link ul li{
    margin-bottom: 5px;
}
.footer__link ul li a{
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    transition: .3s;
}
.footer__link ul li a:hover{
    color: #0095ff;
}

.footer__link ul li a:after {
    background-color: #0095ff;
    content: "";
    display: inline-block;
    height: 1px;
    transition: .3s;
    width: 0;
}
.footer__link ul li a:hover:after {
    width: 100%;
}
.footer__categories ul{
    column-gap: 15px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.footer__app_for_apple, .footer__app_for_android{
    width: 158px;
}
.footer__apps{
    display: flex;
    align-items: flex-start;
}
.footer__app{
    align-items: center;
    background-color: transparent;
    border: 1px solid #444;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 4px 15px;
    transition: .3s;
}
.footer__app_fl{
    display: flex;
    align-items: center;
}
.icon_apple svg {
    fill: #fff;
    width: 24px;
}
.footer__app_wrap{
    margin-left: 10px;
}
.footer__app_wrap small{
    color: hsla(0,0%,100%,.5);
    font-size: 10px;
    display: block;
}
.footer__app_wrap span{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: block;
}
.footer__app_arrow{
    align-items: center;
    background-color: #464646;
    border-radius: 100%;
    display: flex;
    height: 14px;
    justify-content: center;
    width: 14px;
}
.footer__app_arrow svg{
    fill: #fff;
    max-width: 6px;
    transform: rotate(-90deg);
}

.footer__app_for_android {
    margin-top: 8px;
}
.icon_android svg,  .icon_windows svg {
    width: 28px;
}
.footer__for_windows{
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    margin-left: 8px;
    padding: 10px;
    justify-content: flex-start;
}
.footer__app_cnt{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.footer__item{
    margin-top: 50px;
}
.separator_gradient{
    background: linear-gradient(90deg,hsla(0,0%,100%,.2) 9.92%,transparent);
    height: 1px;
    width: 100%;
}
.footer__content{
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    width: 100%;
}
.footer__socials{
    display: flex;
    align-items: center;
}
.footer__socials a {
    border-radius: 10px;
    height: 35px;
    justify-content: center;
    margin-left: 10px;
    transition: .3s ease-out;
    width: 35px;
    display: flex;
    align-items: center;
}
.footer__socials a svg {
    max-width: 65%;
}
.footer__socials .twitter_link svg {
    max-width: 100%;
}
.footer__socials a:hover {
    transform: scale(1.1);
}
.telegram_link {
    background: linear-gradient(240.2deg,#0fb1d6,#08c 61.34%);
}
.youtube_link {
    background: linear-gradient(135deg,#ff4f4f,red);
}
.instagram_link {
    background: linear-gradient(214.99deg,#7e2bf4 7.65%,#ed146e 51.93%,#ffc90c 95.29%);
}
.facebook_link {
    background: linear-gradient(135deg,#82a4e9,#4267b2);
}
.footer__brands{
    display: flex;
    align-items: center;
}
.footer__brand {
    margin: 0 25px;
}
.footer__brands svg {
    height: 25px;
}
.scrollup{
    background: linear-gradient(92.58deg,#1e283f,rgba(20,27,46,.6) 99.71%);
    border-radius: 10px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 35px;
    cursor: pointer;
}
.scrollup svg {
    max-width: 40%;
}
.scrollup svg path {
    fill: #fff;
}
.footer__partners{
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    border-top: 1px solid hsla(0,0%,100%,.2);
    justify-content: space-between;
    padding: 30px 0;
}
.footer__partners svg {
    height: 22px;
    transition: 0.3s;
}
.footer__partners svg .svg__mono {
    transition: 0.3s;
}
.footer__partners svg .svg__color {
    opacity: 0;
    transition: 0.3s;
}
.footer__partners svg:hover .svg__color {
    opacity: 1;
}
.footer__partners svg:hover .svg__mono {
    opacity: 0;
}
.footer__desc{
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.footer__desc p{
    color: #34405e;
    font-size: 10px;
    text-align: center;
}

#fixed_footer{
    display: none;
}

@media (max-width: 1200px){
    .footer__partners {
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 5px;
    }
    .footer__brand {
        margin: 0 10px;
    }
}
@media (max-width: 970px){
    .footer__main {
        flex-wrap: wrap;
    }
    .footer__link ul li {
        margin-bottom: 12px;
    }
    .footer__apps{
        margin-top: 25px;
    }
    .footer__content {
        flex-wrap: wrap;
        position: relative;
    }
    .footer__brands {
        justify-content: center;
        width: 100%;
        margin-top: 35px;
    }
    .scrollup {
        position: absolute;
        right: 0;
    }

}
@media (max-width: 910px){
    #fixed_footer {
        align-items: center;
        background-color: #090f1e;
        border-top: 1px solid #1f2841;
        bottom: -1px;
        display: flex;
        left: 0;
        padding: 8px 0;
        position: fixed;
        width: 100%;
        z-index: 90;
    }
    .fixed_footer__row{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .fixed_footer__link {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .fixed_footer__wrap {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .fixed_footer__row svg {
        max-height: 20px;
    }
    .fixed_footer__row path, .fixed_footer__row svg {
        fill: #fff;
    }
    .fixed_footer__link_title {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }
    .fixed_footer__nolink {
        align-items: center;
        background-color: #0854c3;
        border-radius: 290486px;
        box-shadow: 0 1px 10px 0 #083f92;
        display: flex;
        height: 43px;
        justify-content: center;
        width: 200px;
    }
    .fixed_footer__nolink svg {
        height: 28px;
    }
    .fixed_footer__row path rect, .fixed_footer__row svg rect {
        stroke: #fff;
    }
    body {
        padding-bottom: 70px;
    }

}
@media (max-width: 760px){
    .footer__cnt_info{
        order: 2;
        margin-top: 25px;
    }
    .footer__cnt_category{
        order: 1;
        margin-top: 25px;
    }

}
@media (max-width: 570px){
    .footer__brands svg {
        height: 18px;
    }
    .footer__partners {
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 15px;
    }
    .footer__brands {
        flex-wrap: wrap;
        grid-gap: 10px;
    }
    .footer__brand {
        margin: 0 5px;
    }
}