.main-footer {
    background: url(../images/bg-footer.png) no-repeat;
    background-size: cover;
    /*padding: 20px 0;*/
    padding-top: 15px;
}
.top-site-name{
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 15px;
    line-height: 46px;
    text-transform: uppercase;
    color: #F1F2F2;
}
.bottom-site-name{
    /* font-family: 'Barlow'; */
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-name{
    margin-bottom: 20px; 
}
.widget-list-footer > div{
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.widget-list-footer > div > .icon{
    width: 30px;
    color: #FFFFFF;
}
.widget-list-footer > div > a{
    /* font-family: 'Barlow'; */
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.title-widget-footer{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}
/*.col-ft2, .col-ft3{
    padding-top:8px;
}*/
.list-isocal{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.certification{
    display: flex;
    align-items: center;
}
.certification > .item:first-child{
    margin-right: 20px;
}
.list-menu-footer{
    display: flex;
    align-items: center;
}
.list-menu-footer .item{
    position: relative;
    margin-right: 30px;
}
.list-menu-footer .item::after{
    content: "";
    position: absolute;
    right: -15px;
    top: 8px;
    height: 10px;
    width: 1px;
    background: #174371;
}
.list-menu-footer .item:last-child::after{
    display: none;
}
.list-menu-footer a{
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #174371;
}
.bottom-footer{
    /*padding: 13px 0;*/
}

.truycap {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}