﻿footer{
    margin: 70px 0 0 0;
    display: flex;
    background: #232F4F;
    width: 100%;    
    justify-content: center;
}
#footer-content{    
    display: flex;
    gap: 30px;   
}
@media (min-width: 1250px){
    #footer-content{
        width: 1240px;    
        margin: 40px 0 40px 0;    
    }
}
@media (max-width: 1250px){
    #footer-content{
        width: 90%;   
        margin: 20px 0 20px 0;     
    }
}
@media (min-width:1024px){
    #footer-content{
        height: 145px;
    }
}
@media (max-width:1024px){
    #footer-content{       
        flex-wrap: wrap;
    }
    .footer-col{
        margin: 15px 0 0 0;
        width: 50%;
    }
}

.footer-col{
    display: flex;
    flex-direction: column;
}
.footer-col-title{
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}
.footer-col-bottom{
    margin-top: auto;
}
.footer-col a{
    color: #3A8EF8;
}
#footer-btn{    
    display: flex;    
    border-radius: 4px;
    background: #232F4F;
    border: 1px solid #3A8EF8;
    padding: 10px;
    cursor: pointer;
    align-items: center;
}
#footer-btn p{
    margin:  0 0 0 10px;
}
@media (min-width: 1250px){
    #footer-btn{
        width: 200px;
        justify-content: space-between;
    }    
}
@media (min-width: 1024px) and (max-width:1250px){
    #footer-btn{
        width: 100%;
    }    
}
@media (max-width:1024px){
    #footer-btn{
        justify-content: center;
        margin: 15px 0 0 0;
    }
}
#footer-btn img, #footer-btn p{
    color: #3A8EF8;
}