.td-footer{
    border-top: 1px solid #EDEDED;
    display: flex;
}

.td-footer-container{
max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-self: center;
    font-family: 'Inter', Arial, sans-serif;
        font-size: 14px;
    font-weight: 100;
    color: #A6A6A6;
    padding: 0px 20px;
}

.td-footer-container a{
        text-decoration: none;
    color: #A6A6A6;
}

#rec1236145818 .t-btnflex.t-btnflex_type_button{
    padding:12px 10px;
}

.t-btnflex__text{
   display: flex;
}
.t-btnflex__text img{
    width:18px;
}

@media screen and (max-width: 660px) {
    .td-footer-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.td-footer{
    height:95px!important;
}

}


