.footer_top_icons_wrapper {
    float: left;
    width: 100%;
    box-sizing: border-box
}

.footer_top_item_icon {
    float: right;
    display: table;
    opacity: 1;
    box-sizing: border-box;
    direction: rtl;
    position: relative;
}

.footer_top_item_icon:hover .footer_top_item_icon_image {
}
.footer_top_item_icon:hover .footer_top_item_icon_name {
    color: #ffbb8e
}
.footer_top_item_icon_image {
    width: 130px;
    height: 130px;
    float: right;
    margin-left: calc(50% - 65px);
    margin-right: calc(50% - 65px);
    margin-bottom: 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.footer_top_item_icon_image img {
    width: 130px;
    height: 130px;
    float: right;

}
.footer_top_item_icon_content {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center
}

.footer_top_item_icon_name {
    width: 100%;
    float: right;
    overflow: hidden;
    visibility: visible;
    max-height: 40px
}

.footer_top_item_icon_text {
    width: 100%;
    float: right
}

@media all and (min-width: 1438px) {
    .footer_top_item_icon {
        width:16%;
        margin-left: 5%;
        margin-bottom: 0;
        padding: 40px 30px;
        border-radius: 10px
    }

    .footer_top_item_icon:nth-of-type(5n) {
        margin-left: 0
    }

    .footer_top_item_icon_text {
        overflow: hidden;
        visibility: visible
    }
}

@media all and (max-width: 1439px) and (min-width:769px) {
    .footer_top_item_icon {
        width:17.6%;
        margin-left: 3%;
        margin-bottom: 0;
        padding: 20px;
        border-radius: 20px
    }

    .footer_top_item_icon:nth-of-type(5n) {
        margin-left: 0
    }

    .footer_top_item_icon_text {
        overflow: hidden;
        visibility: visible;
        min-height: 52px;
        max-height: 52px
    }
}

@media (max-width: 768px) and (min-width:481px) {
    .footer_top_item_icon {
        width:47.5%;
        margin-left: 5%;
        margin-bottom: 5%;
        padding: 20px 15px;
        border-radius: 10px
    }

    .footer_top_item_icon:nth-of-type(2n) {
        margin-left: 0
    }

    .footer_top_item_icon:nth-of-type(3n),.footer_top_item_icon:nth-of-type(4n) {
        margin-bottom: 0
    }

    .footer_top_item_icon:last-child {
        display: none
    }

    .footer_top_item_icon_image {
        width: 70px;
        height: 70px;
        float: right;
        margin-left: calc(50% - 35px);
        margin-right: calc(50% - 35px)
    }

    .footer_top_item_icon_image img {
        width: 70px;
        height: 70px
    }

    .footer_top_item_icon_text {
        min-height: 70px;
        max-height: 80px
    }
}

@media (max-width: 480px) and (min-width:319px) {
    .footer_top_item_icon {
        width:47.5%;
        margin-left: 5%;
        margin-bottom: 7%;
        padding: 0 0px
    }

    .footer_top_item_icon:nth-of-type(2n) {
        margin-left: 0
    }

    .footer_top_item_icon:nth-of-type(3n),.footer_top_item_icon:nth-of-type(4n) {
        margin-bottom: 0
    }

    .footer_top_item_icon:last-child {
        display: none
    }

    .footer_top_item_icon_image {
        width: 90px;
        height: 90px;
        float: right;
        margin-left: calc(50% - 45px);
        margin-right: calc(50% - 45px);
        margin-bottom:10px;
    }

    .footer_top_item_icon_image img {
        width: 90px;
        height: 90px
    }

    .footer_top_item_icon_text {
        min-height: 50px;
        max-height: 80px
    }
.footer_top_item_icon_name {
    max-height: 70px
}
}

@media all and (max-width: 320px) {
     .footer_top_item_icon {
        width:47.5%;
        margin-left: 5%;
        margin-bottom: 7%;
        padding: 0 0px
    }

    .footer_top_item_icon:nth-of-type(2n) {
        margin-left: 0
    }

    .footer_top_item_icon:nth-of-type(3n),.footer_top_item_icon:nth-of-type(4n) {
        margin-bottom: 0
    }

    .footer_top_item_icon:last-child {
        display: none
    }

    .footer_top_item_icon_image {
        width: 90px;
        height: 90px;
        float: right;
        margin-left: calc(50% - 45px);
        margin-right: calc(50% - 45px);
        margin-bottom:10px;
    }

    .footer_top_item_icon_image img {
        width: 90px;
        height: 90px
    }

    .footer_top_item_icon_text {
        min-height: 50px;
        max-height: 80px
    }
.footer_top_item_icon_name {
    max-height: 70px
}
}
