.header_left>div {
    margin-right: 30px;
    float: left;
}
.desktop_logo span, .desktop_logo a {
    display: flex;
}
.desktop_logo span {
    color: #ff2c3b;
    font-family: 'iransanbold';
    align-items: center;
    margin-right: 5px;
    font-size: 20px;
}
.footer_row1 {
    padding: 60px 0 0 0;
    background: #3A3A3A;
}
.container.bg-white.radius {
    border-radius: 50px 50px 0 0;
    border-color: #cdcdcd;
    border-width: 6px;
    border-style: solid;
    border-bottom: 0;
}
.rmtamshop_statistics p {
    color: rgb(58 58 58) !important;
}
.rmtamshop_statistics ul li span {
    font-family: 'iransanbold';
}
.rmtamshop_statistics ul {
    color: #766f6f !important;
}
footer {
    color: initial !important;
}
.footer_module h3 {
    font-size: 21px !important;
    color: #000 !important;
    margin-top: 0;
}
.row.justify-content-between {
    padding: 30px 25px;
}
.footer_menu2 .bi {
    font-size: 23px !important;
}
.namad h3 {
    display: none;
}

/* برای حالت های مختلف موبایل */
@media (max-width: 992px) {
    .mobile_logo img {
        width: 46px !important;
        float: right;
    }
    .desktop_logo {
        display: none;
    }
    .mobile_logo {
        margin-left: 10px;
        float: right;
    }
}
@media (min-width: 993px) {
    .desktop_logo img {
        width: 60px;
    }
    .mobile_logo {
        display: none;
    }
    .desktop_logo {
        margin-left: 10px;
    }

}

