/*footer top*/
.footer-top {
    display: none;
    position: relative;
    padding: 22px 0;
    background-color: #e2001a;
    text-decoration: none;
    text-align: center;
    transition: padding .3s ease;
}
.footer-top img{
    vertical-align: middle !important;
}
.footer-top {
    margin-bottom: 0;
}
.footer-top:not([class=scroll-to-fixed-fixed]) {
    position: absolute;
    bottom: 100%;
    top: inherit!important;
    width: 100%!important;
}
.footer-top:after, .footer-top:before {
    content: '';
    position: absolute;
    left: 50px;
    right: 50px;
    height: 1px;
    background: #db92a2;
    transition: all .3s ease;
}
.footer-top:before {
    top: 22px;
}
.footer-top:after {
    bottom: 22px;
}
span.c-block {
    position: relative;
    display: inline-block;
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 5px 0 5px 203px;/*
    font: 500 24px/36px DINPro,Arial,Helvetica,sans-serif;*/
    font-size: 24px;
    font-family: 'Conv_DINPro-Regular';
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    transition: none;
}
.num-txt {
    position: absolute;
    top: -19px;
    bottom: -15px;
    left: 109px;
    padding: 0 14px;
    display: inline-block;
    background: #e2001a;
    z-index: 1;
    line-height: 78px;
    transition: none;
}
.num-txt svg {
    width: 67px;
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
    transition: all 0s ease;
}
.hidden-ipad, .hidden-mob {
    transition: all 0s ease;
}
.footer-top:hover .c-block {
    color: #e2001a;
}
.footer-top:hover .num-txt {
    background: #eceeef;
}
.footer-top:hover #Layer_1 path {
    fill: #e2001a;
}
/*footer top*/

@media only screen and (max-width:2000px){
     
    .footer-top:hover {
        margin-top: -20px;
        padding: 32px 0;
        background-color: #eceeef;
    }
     
    .footer-top:hover:before {
        top: 32px;
    }
    .footer-top:hover:after {
        bottom: 32px;
    }
}

@media only screen and (max-width:320px){
    .footer-top:after, .footer-top:before {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    height: 1px;
    background: #db92a2;
    transition: all .3s ease;
}
.footer-top {
    display: block;
    position: relative;
    padding: 12px 0;
    background-color: #e2001a;
    text-decoration: none;
    text-align: center;
    transition: padding .3s ease;
}
.num-txt {
    position: absolute;
    top: -7px;
    bottom: -15px;
    left: 109px;
    padding: 0 14px;
    display: inline-block;
    background: #e2001a;
    z-index: 1;
    line-height: 60px;
    transition: none;
}
.footer-top:before {
    top: 12px;
}
.footer-top:after {
    bottom: 12px;
}
}