.pointer{
    cursor: pointer;
}
.doubleLink{
    white-space: nowrap;
}
.footerMain{
    position: relative;
    background: linear-gradient(96.58deg, #040404 54.22%, #EE252A 102.32%);
    /* background-image: url("../Images/Footer/bg1.png"); */
}
.fmInner{
    display: flex;
    flex-direction: column;
}
.fmiTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0px;
}
.fmitLeft{
    max-width: 270px;
    display: flex;
    flex-direction: column;
    margin-right: 25px;
}
.fmitlImg{
    max-width: 126px;
    margin-bottom: 20px;
}
.fmitlText{
    color: #827579;
    line-height: 24px;
}
.fmitRight{
    display: flex;
    justify-content: space-between;
}
.fmitrBlock{
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}
.fmitrBlock:last-child{
    margin-right: 0px;
}
.fmitrbHeader{
    color: var(--white);
    margin-bottom: 17px;
}
.fmitrbLinks{
    display: flex;
    flex-direction: column;
}
.fmitrblLink{
    color: #827579;
    margin-bottom: 8px;
    transition: .2s;
    display: block;
    text-decoration: none;
}
.fmitrblLink:last-child{
    margin-bottom: 0px;
}
.fmitrblLink:hover{
    color: var(--white);
}
.fmitrbllSpan{
    color: var(--white);
}
.fmiBottom{
    text-align: center;
    padding: 20px 15px;
    color: #827579;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.fmBackImg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../Images/Footer/bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}
@media screen and (max-width: 1400px){
    .fmiTop{
        flex-direction: column-reverse;
        padding-top: 33px;
        padding-bottom: 35px;
    }
    .fmitRight{
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .fmitrBlock{
        width: 45%;
        margin-right: 0px;
        margin-bottom: 25px;
    }
    .fmitrbHeader{
        text-align: center;
    }
    .fmitrbLinks{
        text-align: center;
    }
    .fmitLeft{
        max-width: unset;
        align-items: center;
    }
    .fmitlText{
        text-align: center;
    }
}
@media screen and (max-width: 600px){
    .fmitRight{
        margin-bottom: 0px;
    }
    .fmitrBlock{
        width: 100%;
        margin-bottom: 35px;
    }
}
