.imageZoom {
    display: inline-block;
    visibility: visible
}

    .imageZoom img {
        -webkit-transition: .9s ease-in-out;
        -moz-transition: .9s ease-in-out;
        -o-transition: .9s ease-in-out;
        -ms-transition: .9s ease-in-out;
        transition: .9s ease-in-out;
        display: inline-block
    }

    .imageZoom:hover img {
        transform: scale(1.15,1.15);
        -webkit-transform: scale(1.15,1.15);
        -moz-transform: scale(1.15,1.15);
        -ms-transform: scale(1.15,1.15);
        -o-transform: scale(1.15,1.15);
        transition: .2s ease-in-out;
        -webkit-transition: .9s ease-in-out;
        -moz-transition: .9s ease-in-out;
        -ms-transition: .9s ease-in-out;
        -o-transition: .9s ease-in-out
    }

.itemZoomOut img {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: inline-block
}

    .itemZoomOut img:hover {
        opacity: 1;
        transform: scale(1.05,1.05);
        -webkit-transform: scale(1.05,1.05);
        -moz-transform: scale(1.05,1.05);
        -ms-transform: scale(1.05,1.05);
        -o-transform: scale(1.05,1.05);
        transition: .2s ease-in-out;
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out
    }

.imageStyle {
    max-width: 100%;
    visibility: visible;
    position: relative
}

.menu_links_items_container {
    float: left;
    width: 100%;
    box-sizing: border-box;
    display:inline-block;
    text-align:center;
    direction:rtl;
    margin-top:30px
}
.fsm_content,.fsm_item {
    float: none;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
}
.fsm_item {
    background-color: transparent;
    direction: rtl;
    padding: 0;
    border-bottom: 1px solid #00a59e
}
.fsm_item .fs_btn {
    border: 0px solid #00a59e;
    border-bottom: 0px solid #00a59e;
    background-color: #00a59e;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0 12px 3px 12px;
    min-width:115px;
    height:38px
}
.fsm_item:hover .fs_btn {
    background-color: #ff9300;
}
.fsm_content {
    width: 100%;
    padding: 20px 25px 20px 25px;
    text-align: center
}
.fsm_name {
    float: left;
    width: 100%;
    text-decoration: none;
    height: 30px;
    overflow: hidden;
    visibility: visible
}
.fsm_text {
    float: right;
    width: 100%;
    overflow: hidden;
    visibility: visible
}

.fsm_text {
    height: 70px;
    margin-bottom: 5px
}

.fsm_img {
    float: right;
    width: 100%;
    overflow: hidden;
    visibility: visible;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 0;
    box-sizing: border-box;
    position:relative;
}
.fsm_border {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position:absolute;
    right:15px;
    left:15px;
    top:15px;
    bottom:15px;
    border: 2px solid #fff;
    z-index:2;
    border-radius:3px;
    box-sizing:border-box
}
.fsm_name_up {
    width: 100%;
    height: 100%;
    position:absolute;
    right:0px;
    left:0px;
    top:0px;
    bottom:0px;
    z-index:3;
    display:flex;
    align-items: center;
    justify-content: center;
}
.fsm_opacity {
    width: 100%;
    height: 100%;
    position:absolute;
    right:0px;
    left:0px;
    top:0px;
    bottom:0px;
    z-index:0;
}
@media (min-width: 1438px) {
.fsm_item {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 3%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0;
}
}
@media all and (max-width: 1439px) and (min-width:769px) {
.fsm_item {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 3%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0;
}
}

@media (max-width: 768px) and (min-width:481px) {
    .fsm_item {
        width:45%;
        float:right;
        margin-left: 2.5%;
        margin-right: 2.5%;
        box-sizing:border-box;
    }
}

@media (max-width: 480px) and (min-width:319px) {
.menu_links_items_container {
    padding-right:20px;
    padding-left:20px
}
.fsm_item {
    width: 100%;
    float:right;
    margin-left: 0;
    margin-right: 0;
    margin-bottom:5%;
    box-sizing:border-box;
}
.fsm_border {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    right: 5px;
    left: 5px;
    top: 5px;
    bottom: 5px;
    border: 1px solid #fff;
    z-index:2;
    border-radius:4px;
}
}

@media (max-width: 320px) {
 .menu_links_items_container {
    padding-right:20px;
    padding-left:20px
}
.fsm_item {
    width: 100%;
    float:right;
    margin-left: 0;
    margin-right: 0;
    margin-bottom:5%;
    box-sizing:border-box;
}
.fsm_border {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    right: 5px;
    left: 5px;
    top: 5px;
    bottom: 5px;
    border: 1px solid #fff;
    z-index:2;
    border-radius:4px;
}
}
