.footer-container{
    background: #222;    
    margin-top: 40px;
    a{
        color: #fff;
        &:hover{
            color: @theme-color;
        }
    }

    .block-title-footer{
        margin-bottom: 20px;
        line-height: 100%;
        text-transform: uppercase;
        font-size: 128.57%;
        position: relative;
        padding-bottom: 10px;
        &:before{
            position: absolute;
            content: "";
            width: 40px;
            height: 1px;
            background: #fff;
            bottom: 0;
            left: 0;
        }
    } 

    .footer-center{
        color: #ffffff;
        padding: 40px 0 30px;
        .block-footer-contact{
            p{
                float: left;
                width: 100%;
                margin: 5px 0;
            }
            ul{
                float: left;
                width: 100%;
                margin-top: -4px;
                li{
                    margin: 10px 0;
                    float: left;
                    width: 100%;
                    .title-adr{
                        float: left;
                        > i{
                            font-size: 20px;
                            margin-right: 20px;
                            width: 20px;
                            margin-top: 5px;
                        }                            
                    }
                    >span{

                    }
                }
            }
        }
        .block-footer-myaccount,
        .block-footer-information{         
            li{
                line-height: 30px;
                a{
                    position: relative;
                }                 
            }
        }        
        .block-footer-newletter{
            float: left;
            width: 100%;
            p{
                display: inline-block;
                margin: 5px 0 15px;
            }
            .input-box{
                position: relative;
                display: inline-block;
                width: 100%;
                margin-bottom: 25px;
                .input-text{
                    height: 40px;
                    border: none;
                    float: left;
                    width: 100%;
                    border-radius: 0;
                    border: none;
                    padding: 10px 60px 10px 20px; 
                    font-size: 85.71%;
                }
                button{
                    text-align: center;
                    height: 40px;
                    width: 40px;
                    border: none;
                    padding: 0 15px;
                    background: @theme-color;
                    color: #fff;
                    text-transform: uppercase;
                    border-radius: 0;
                    position: absolute;
                    top: 0;
                    right: 0;
                }
            }  
            ul{
                li{
                    float: left;
                    margin-right: 10px;   
                    line-height: 100%;                
                    a{
                        color: #666666;
                        text-align: center;
                        text-indent: -999em;
                        float: left;
                        font-size: 0;
                        padding: 10px 0;
                        width: 32px;
                        height: 32px;
                        border-radius: 50px;
                        background: #fff;
                        &:before{
                            content: attr(data-icon);
                            display: inline-block;
                            font-family: "Socialico";
                            font-size: 28px;
                            font-weight: normal;
                        }
                        &:hover{
                            background: @theme-color;
                            color: #fff;
                        }                          
                    } 
                }               
            } 
        }         
    }

    .footer-under{
        padding: 19px 0;
        background: #111;
        color: #fff;
        font-size: 85.71%;
        address{
            line-height: 22px;
        }
        .footer-payment{
            text-align: right;
        }
    }

    .footer-top{
        background: #f5f5f5;
        padding: 70px 0;                      
        .block-service{           
            .service-item{
                color: #666;
                i{
                    float: left;
                    margin-right: 20px;
                    font-size: 26px;
                    padding: 16px 0;
                    width: 60px;
                    height: 60px;
                    text-align: center;
                    border: 1px solid #ccc;
                }
                .service-title{
                    color: #222;
                    text-transform: uppercase;
                    margin-top: 7px;
                }
                &.service-item-center{
                    position: relative;
                    z-index: 1;                       
                    i{
                        border: 1px solid @theme-color;
                        background: @theme-color;
                        margin-left: 30px;
                        color: #fff;
                    }
                    &:before{
                        background: #f0f0f0;
                        position: absolute;
                        content: "";
                        width: auto;
                        height: auto;
                        top: -70px;
                        bottom: -70px;
                        left: 15px;
                        right: 15px;
                        z-index: -1;
                    }
                }
            }
        }          
    }        
}
