﻿
:root {
    --nav_top_color: Black;
    --gray: darkgray;
    --green-shadow: #5991f8;
    --green-Backet: rgb(255, 255, 255);
    --bg_all: #ffffff;
    --box-bkc: #FFF;
    --box-title: #686766;
    --H-4: rgb(255, 255, 255);
    --h9: #FFE500;
    --bg-new: #f2f2f2;
    --Color-8: #FFF;
    --H-9, #BF2D2D;
    --H-1: #0085FF;
    --backAll: hsl(178, 85%, 38%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration:none;
}
@font-face {
    font-family: 'MjLinerScreen';
    src: url('/fonts/MjLinerScreen/MjLinerScreen.woff2') format('woff2'), url('/fonts/MjLinerScreen/MjLinerScreen.woff') format('woff') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'MjLinerScreen', sans-serif;
    margin: 0px;
    padding: 0px;
    touch-action: pan-y;
    overflow-x: hidden;
    background-color: var(--bg-new,#EAEAEA);
    font-size: 1.2rem;
}
.nav-wraper__main-ul{
    display:none;
}
.link-icon {
    position:relative;
    border-radius: 10px;
    background: var(--h9, #FFE500);
    padding: 2px;
    margin: 5px;
    font-size:12px;

}
.search {
   display:none;
}
.user_panel-icon {
    border-radius: 10px;
    background: var(--Color-8, #FFF);
    border: solid 1px gray;
    position: absolute;
    top: 30px;
    right: 228px;
}
.admin_panel-icon {
    position: absolute;
    top: 34px;
    right: 270px;
    width: 20px;
}
.basket-icon {
    height: 34px;
    height: 34px;
}
.main {
    min-height: 70vh;
    margin-bottom:50px;
}

a {
    color: gray;
}

.list h4 {
   
  
    color: white;
}
.logos_container a {
    width: 100%;
}
.logos_container-up {
    width: 100%;
    margin: 30px auto;
    max-width: 719px;
}
.grid-container a {
    background-color: #ddd;
    padding: 20px;
    text-align: center;
    border: 1px solid #ccc;
}
.logos_container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px; /* فاصله بین آیتم‌ها */
}
   
    .logos_container img {
        height: auto;
        width: 100%;
    }

    .logos_container a {
        padding: 5px;
    }

.search-active{
    color:red;
}

.icons_container-up {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 800px
}

.icons_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width:100%;
   
}
.icons_container-other {
    width: 17%;
}
.icons_container-mid {
    display: flex;
    flex-direction: column;
    width: 80%;
}
    .icons_container-mid > div {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
.icons_container-title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items:center;
   
}
    .icons_container-title h3 {
        font-size: 12px;
       margin-bottom:5px;
    }
    .icons_container-title > div{
        transform:scale(0.4)
    }
    .head-stiky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background-color: #4b515a;
        padding: 20px;
        font-size: 20px;
        z-index: 100001;
        min-height: 70px;
    }

    .head-stiky a {
        border: solid 2px white;
        border-radius: 50px;
        padding: 15px;
        color: white;
        width: 300px;
        background-color: greenyellow;
        text-shadow: 1px 1px 2px #000000;
    }

        .head-stiky a:hover {
            color: greenyellow;
            background-color: darkred;
        }

.row_main {
    width: 96%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    margin:2%;
    
}
.list_content-pro {
    width: 100%;
    display: grid;
    gap: 1rem;
   
    grid-template-columns: repeat(auto-fill, minmax(231px, 1fr));
}
.boxInfo-Pro {
    display: flex;
    width: 231px;
    height: 294px;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    justify-content:space-between;
     background-color:aliceblue;
}
    .boxInfo-Pro > a {
        display: flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        width: 100%;
    }
    .boxInfo-Pro_pic > img {
        width: 200px;
        aspect-ratio: 16/9;
    }
.boxInfo-Pro_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.boxInfo-Pro_text h2 {
    display: inline-block color: var(--H-4, #373737);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 216.667% */
}
.boxInfo-Pro_price {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}
.boxInfo-Pro_svg {
    display: flex;
    width: 28px;
    height: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 7.917px;
    border: 1px solid var(--Color-8, #FFF);
    background: var(--H-9, #BF2D2D);
}
.list_content {
    width: 100%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.list_content-text {
    width:100%;
    max-width:1172px;
    direction:rtl;
    margin:0 auto;
}
    .art-content {
        display:flex;
        flex-direction:column;
    direction: rtl;
    width: 100%;
    text-justify: auto;
    padding: 5px;
}

    .art-content h1 {
        padding: 2px;
        margin-bottom: 0px;
        color: white;
        text-shadow: 2px 2px 4px #000000;
        margin-bottom: 1rem;
    }

.colorArt {
    color: #00a7bb !important;
    text-align: center;
}
.art-content_div, .art-content_div p {
    margin: 1rem;
    padding: 1rem;
    background-color: rgb(255, 255, 255);
    border-radius: 1rem;
    direction: rtl;
    font-size: .8rem;
}

    .art-content_div > h2 {
        font-size: 16px;
        padding-right: 20px;
    }

.art-content_img {
    max-width: 500px;
    aspect-ratio: 9/6 auto;
    border-radius: 1rem;
    border: solid 2px gray;
}

.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.pagination ul {
        list-style: none;
    }
 .pagination ul li {
            display: inline;
            padding: 0 5px;
        }
.products-container {
    
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

}
.products-object {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
    gap: 10px; 
    padding: 10px;
    border-radius: 30px;
    background: var(--Color-8, #FFF);
    width: 100%;
    min-height: 200px;
}
    .products-object img {
        width: 300px;
        height: auto;
        border-radius: 20px;
        border: 1px solid #E1E1E1;
    }
    .products-object > div {
       
        direction: rtl;
    }
.products-object_img{
    
}
.homepage_cat {
    max-width: 1117px;
    width: 100%;
    display: flex;
    flex-direction: column;
    direction: rtl;
    margin: 40px auto;
}
.homepage_cat-title {
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    line-height:10px;
    margin:30px 10px;
}
.homepage_cat-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:10px;
    flex-wrap:wrap;
}
    .homepage_cat-content a {
        max-width: 306px;
        min-width:200px;
    }
.homepage_slide-adv {
    max-width: 1010px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
    margin:0 auto;
}
.none-slide_title {
    display: none;
}
.homepage_slide-adv img{
    max-width:500px;
    min-width :200px;
}
.enamd {
    width: 85px;
    height: auto;
    background-color:#FFF;
}
    .enamd img{
        width:100%!important;
    }
    .title-group {
        direction: rtl;
        font-size: 16px;
        margin: 5px;
        display:inline;
    }
.products-container a {
    display: inline-block;
    border-radius: 5px;
    border: solid #f7f7f9 medium;
    color: rgb(255, 255, 255);
    background-color: brown;
    min-width: 150px;
    padding: 5px 0;
    text-align: center;
}
.boxInfo {
    display:flex;
    flex-direction:column;
    position: relative;
    
    background: var(--box-bkc,#FFF);
    border-radius: 10px;
    margin: 15px;
}

.boxInfo_text {
    direction: rtl;
    margin: 10px;
}

    .boxInfo_text h2 {
        font-size: 18px;
        color: black;
        margin: 0px;
        padding: 0px;
        color: var( --box-title,black);
    }

    .boxInfo_text p {
        font-size: 16px;
        color: black;
        margin: 0px;
        padding: 0px;
        width: 100%;
        line-height: 31px;
        text-justify: auto;
    }
.boxInfo_text-short{
    height:280px;
    overflow:hidden;
}
.boxInfo_text a {
    cursor: pointer;
}

.boxInfo_pic {
  position: relative;
  width: 100%;
  background-color: black;
  overflow: hidden;
  height: 220px;
  margin-bottom: 10px;
}


.exit {
    display: flex;
    flex-direction: row;
}

    .exit input[type="submit"], .exit input[type="submit"]:active {
        background: none;
    }



.cls-1 {
    fill: #f5e6cc;
    fill-rule: evenodd;
}
.list-one {
    display: flex;
    flex-direction: column;
    direction: rtl;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    margin:10px;
}
    .list-one div:nth-child(2) {
        width: 100%;
        text-align: justify;
    }
.head-top {
    width: 100%;
    line-height: 75px;
    border-bottom: 1px solid #e5e5e5;
    background-color: aliceblue;
    display: flex;
    justify-content: space-between;
    padding-left: 1%;
    padding-right: 1%;
    background-color: #0f6477;
    flex-direction: row;
    color: aliceblue;
    z-index: 1000;
}

    .head-top a {
        color: aliceblue;
    }

.head-title {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e3cdc0;
}

.head-top__login {
    display: flex;
    flex-direction: row;
    line-height: 76px;
    justify-items: center;
}

.wraper {
    min-width: 366px;
}

img {
    width: 100%;
    height: auto;
}
.nav-menu__sub-products-img{
    margin:auto;
    width:250px;
    height:100%;
}
.group-container_menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, 250px);
    align-content: center;
    justify-content: center;
    gap: 10px;
}

.group-container_menu-item > a {
    color: #FFF;
    text-align: center;
    display: block; 
    padding-bottom:11px;
}

.group-container_menu-item {
    display: grid;
    align-content: start; 
    justify-content: center;
    background-color: var(--backAll);
    border-radius: 25px;
    grid-template-columns: 1fr;
    color: azure;
}

.table-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .table-item .row {
        display: flex;
        width: 100%;
    }

    .table-item .column {
        width: 48%; 
        border: 1px solid #ccc;
       margin:0 auto;
       padding:10px;
    }
.footer-button {
    width:100%;
   
    text-align: center;
    padding-bottom: 10px;
    color:azure;
    direction:rtl;
}
    .footer-button:before {
        content: "©";
       
    }

.text-center {
    direction: rtl;
    font-size: 24px;
    max-width: 712px;
    margin: 0 auto;
}

.row_Obj{
    width:96%;
    margin: 10px 2%;
}
    .row_Obj h3, .row_Obj h2 {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 1rem;
        color: #01499b;
    }
.row_Obj-about{
width:96%;
margin:10px 2%;
overflow:hidden;
position:relative;

}
 .row_Obj-about::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg,transparent,#000);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
    }
    .row_Obj-about_bj {
        display: block;
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
.row_Obj-about-info {
    position: absolute;
    right: 5%;
    top: 45.6%;
    z-index: 2;
    width: 80%;
    transform: translateY(-50%);
    color: #fff;
    text-align: right;
}
    .row_Obj-about-info h1 {
      
       
        position: relative;
      
        margin-top: 1rem;
    }
    .row_Obj-about-info hr {
        border: none;
        border-bottom: 8px solid #01499b;
    }
    .row_Obj-about-info p {
        font-size: 18px;
        line-height: 1.8;
        text-align: justify;
    }
    .row_Obj-about-info a {
        display: inline-block;
        background-color: #01499b;
        color: #fff;
        padding: 7px 45px;
        font-size: 18px;
        border-radius: 8px;
        transition: all .6s;
    }
.backdrop {
    position: fixed;
    display: none;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 500001;
}

.cls_basket {
    position: relative;
    color: var( --green-Backet,#fcb408);
}

    .cls_basket svg {
        color: var( --green-Backet,#fcb408);
        stroke: var( --green-Backet,#fcb408);
    }

.spn-basket {
    position: absolute;
    top: -15px;
    left: 9px;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 25px;
    height: 25px;
    color: red;
    display: grid;
    place-items: center;
    align-content: center;
    background-color: rgba(74, 72, 72,0.5);
}

.mobile-nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: rgb(255, 255, 255);
    right: 0;
    width: 90%;
    transform: translateX(100vw);
    border: #1bb7d3 solid 2px;
    padding: 2%;
    z-index: 500002;
}

.mobile-nav__bar {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height: 10%;
    color: rgb(115, 247, 170);
    text-shadow: 1px 1px 4px #020202;
    align-items: center;
    justify-content: space-between;
}

.mobile-nav__main {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    height: 80%;
    direction: rtl;
    overflow-y: scroll;
}

.menu {
    width: 300px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.container-share {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 366px;
    min-height: 200px;
    margin-bottom: 1rem;
    padding: 0.5rem;
    text-align: right;
    direction: rtl;
}

.txt-right {
    text-align: right;
    direction: rtl;
}

.line-under {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1.2rem;
}

    .line-under span {
        display: inline-block;
        border-right: 5px solid #5082e0;
        width: 10rem;
        background-color: rgb(0, 0, 0);
        padding: 1rem;
        color: white;
    }

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu .btn {
    display: block;
    padding: 1rem;
    position: relative;
    color: wheat;
}


.menu .submenu {
    overflow: hidden;
    max-height: 0;
    transition: max-height .8s ease-out;
}

    .menu .submenu a {
        display: block;
        padding: 1rem;
        position: relative;
        color: white;
    }

        .menu .submenu a::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 5px;
            background: #e43f5a;
            opacity: 0;
            transition: all .5s;
        }

        .menu .submenu a:hover {
            padding-left: calc(1rem + 5px);
        }

            .menu .submenu a:hover::before {
                opacity: 1;
            }

.item:target .submenu {
    max-height: 120rem;
}

.open {
    display: block !important;
    opacity: 1;
    transition: all 4s 0s;
}

.start-mobile {
    transform: translateX(0%);
    background: rgba(51, 51, 51, 0.8);
    transition: all 3s 0s;
    z-index: 500002;
}


.end-mobile {
    background: rgb(255, 255, 255);
    transform: translateX(200%);
    transition: all 3s 0s;
    z-index: 500002;
}


a:link, a:hover, a:active {
    text-decoration: none;
    outline: 0 !important;
}

.wraper {
    display: flex;
    flex-direction: column;
    padding:0px 15px;
}

.header {
    display: flex;
    flex-direction: column;
    min-width: 23rem;
    background-color:  var(--bg-new,#EAEAEA);
}

.nav-top {
    margin: 0;
   
    width: 100%;
    display: flex;
   
    flex-flow: wrap row-reverse;
    justify-content: space-between;
   
    align-items: center;
    justify-content: center;
}

.nav-top__items {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    direction: rtl;
    margin: 0 auto;
    margin-right: 1rem;
    align-items: center;
}

.nav-top__item {
    display: inline-block;
    margin-left: 1rem;
}

    .nav-top__item:nth-child(2) {
        margin-right: 25px;
        color: red !important;
    }

    .nav-top__item a {
        display: block;
        color: white;
        text-decoration: none;
        font-size: 1rem;
    }

        .nav-top__item a:hover {
            color: rgb(4, 175, 255);
            text-shadow: 1px 1px 4px #62d5e4;
        }

    .nav-top__item img {
        height: 100px;
        width: auto;
    }

.nav-top__clienarea {
    padding: 0.2rem;
    color: #ece3ec;
    direction: rtl;
    text-align: right;
}

.nav-top__clienarea--phones {
    display: flex;
}

.nav-top__clienarea--phone {
    display: flex;
    flex-direction: row-reverse;
}

.phone-icon {
    width: 1rem;
    height: 1rem;
    color: var(--gray,gray);
}

.user-icon {
    width: 2rem;
    height: 2rem;
    color: white;
    vertical-align: middle;
    color: var(--gray,gray);
}

.btnx {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
}

.nav-top__clienarea--phone a {
    color: var(--green-shadow,#fcb408);
}

.btnx-outline {
    border: var(--green-shadow,#fcb408) solid 2px;
    min-width: 9rem;
    margin: 00.6rem;
}

.btnx-login {
    margin: 00.6rem;
}

#mobile-nav__close {
    border: #1bb7d3 solid 2px;
    min-width: 4rem;
    margin: 00.6rem;text-align:center;
    cursor:pointer;
}

.btn-outline__zero {
    border: #1bb7d3 solid 2px;
    min-width: 9rem;
    margin: 0;
}

.green-shadow {
    color: var(--green-shadow,dodgerblue);
}

new-shadow {
}

.btn-outline:hover {
    background-color: var(--green-shadow,#fcb408);
    color: white;
}



.search-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.search-container-in {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    right: -176px;
    top: -109px;
    transition: all 1s ease-out;
}
    .search-container_hidden {
        display: none; 
    }
.search-container-in form, .search-container form {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .search-container-in form button,.search-container form button {
        padding: 5px;
        color: black;
    }

        .search-container-in form button:hover, .search-container form button:hover {
            background-color: #e7d4b4;
        }

    .search-container-in form input[type="text"], .search-container form input[type="text"] {
        line-height: 1.8rem;
        width: 150px;
        border: none;
        outline: none;
        background-color: #fefffc;
        text-align: right;
        padding: 0.6rem;
        font-size: 1.2rem;
    }

    .search-container-in form button,.search-container form button {
        width: 50PX;
    }

.nav-wraper {
    background-color: var(--backAll);
    display: flex;
    flex-direction: column;
    min-height: 50px;
    position:sticky;
    top:0;
    z-index:100001;
}

.nav-wraper__toggle {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    color: white;
    fill:whitesmoke;
    transform:scale(0.8);
}

.toggle-button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
    display: inline;
}

    .toggle-button:focus {
        outline: none;
    }

.toggle-button__bar {
    width: 4rem;
    color: whitesmoke;
}

.nav-wraper__main {
    display: flex;
    flex-direction: row-reverse;
    min-height: 80px;
    padding: 5px 25px;
    margin-bottom: 10px;
     justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
   min-width:250px;
    backdrop-filter: blur(6.5px);
    z-index:10001;
   
}
.nav-wraper__main-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.nav-wraper__main-left {
    position: relative;
    display: flex;
    flex-direction:column;
    gap: 10px;
    justify-content: center;
    width: 320px;
   
    left:0px;
}


.col-search {
    display: flex;
    flex-direction: row;
}
.col-login {
    display: flex;
    flex-direction: row;
    gap:16px;
}

.login-icon svg{
    fill:#FFF;
    stroke:#FFF;
    transform:scale(1.5);
}
.col-search form {
    position: relative;
    height: 32px;
    margin-left: 10px;
}
.tel-nav{
    display:flex;
    flex-direction:row;
    color:#FFF;
}
    .tel-nav svg{
        width:22px;
        stroke:#FFF;
        fill:#FFF;
    }
    .col-search form button {
        position: relative;
        top: -32px;
        left: -88.8px;
        background: none;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        outline: inherit;
        margin-left:10px;
    }

        
        .col-search form input{
        line-height:32px;
        direction:rtl;
        width:200px;
    }

.main {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.products {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
}

.product {
    box-shadow: 0 0 6px #ccc;
    background-color: white;
    display: flex;
    flex-direction: column;
    min-width: 15rem;
    height: 30rem;
    margin: 1rem;
    width: 100%;
    align-items: center;
    direction: rtl;
    border-bottom: gray 5px solid;
}

    .product h2 {
        width: 100%;
        margin: 0px;
        font-size: 1rem;
        text-align: center;
        background-color: #1a4d7300;
        color: #2b2b1c;
        padding: 0.2rem 0.4rem;
        height: 2.3rem;
        border-bottom: #e7d4d4 2px solid;
    }

    .product a:first-of-type {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

    .product img {
        width: 100%;
        overflow: hidden;
    }

.btn_space {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
.group-container_text,.group-container_text  p{
    text-align: justify;
    direction: rtl;
}
.group-container_comit {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(210px, 1fr) );
    gap:15px;
}
    .group-container_comit div{
        background-color:lightgray;
        border-radius:15px;
    }
    .group-container_comit  h2{
        padding:5px;
        background-color:cornflowerblue;
        color:whitesmoke
    }
        .group-container_comit  p {
            padding:10px;
        }
            .repair-container {
        display: flex;
        width: 400px;
        margin: 20px auto;
        flex-direction: row;
        align-content: center;
        justify-content: space-around;
        gap: 16px;
    }
.btn_arrow__down {
    border: 1px solid var(--green-shadow,#fcb408);
    transform: scale(0.7);
    border-radius: 10px;
    width: 5rem;
}

    .btn_arrow__down:before {
        content: " V ";
    }

.product span {
    display: block;
    /* background-color: ivory; */
    width: 100%;
    text-align: center;
    color: #9c4c87;
    margin-top: 0.5rem;
}

.btn-pro {
    width: 80%;
}
/* end products */

.nav-top__item .search {
    visibility: hidden;
}

#search-box {
    display: none;
}

.page-group {
    list-style: none;
    display: flex;
    flex-direction: row-reverse;
}

.page-item a {
    display: inline-block;
    color: gray;
    min-width: 2rem;
    margin: 0 0.3rem;
    background-color: whitesmoke;
    text-align: center;
    border: #0088c2 1px solid;
}

.page-item .active {
    background-color: #0088c2;
    color: wheat;
}

.page-navigation ul li a:hover {
    background-color: #0088c2;
    color: whitesmoke;
}

.product_sub {
    display: flex;
    flex-direction: column;
}

    .product_sub p {
        direction: rtl;
    }

.product_obj {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.product_obj--item {
    display: flex;
    flex-direction: column;
    width: 250px;
    border: solid 2px #ccc;
    margin: 2px;
}

    .product_obj--item h2 {
        font-size: 12px;
        text-align: center;
        background-color: #f3ecec;
        padding: 0;
        margin: 0;
    }

    .product_obj--item span {
        font-size: 12px;
        text-align: center;
        background-color: #ee5353;
        color: #f5f0e9;
    }

.cls-logo {
    width: 100px;
    height: auto;
    overflow: hidden;
}
.cls-logo_footer {
    width: 50px;
    height: 50px;
    overflow: hidden;
}
    footer {
    background-color:var(--backAll);
    color:whitesmoke;
}
.footer-top {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height:10px;
}
    .footer-top img {
        position: relative;
        top: -50px;
        width:100px;
        height:auto;
    }
    .center{
        text-align:center;
    }
footer h5{ font-size: 20px;
font-weight: 700;
color: #FFF;
margin-bottom: .5rem;
}
.footer-mid  {
  
    display: flex;
    flex-direction: column;
    width: 100%;
}
    .footer-mid .list {
        display: flex;
        flex-direction: column;
        direction: rtl;
        width: 92%;
        padding: 10px 50px;
    }

    .footer-mid svg {
        width: 50px;
    }

    .footer-mid ul li {
        width: 100px;
    }

    .footer-mid ul {
        display: flex;
        flex-direction: row;
        list-style: none;
    }
    .art-content_div img {
    cursor: pointer;
    transition: all 0.4s ease;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .fullscreen-img {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    object-fit: contain !important;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    margin: 0 !important;
    border-radius: 0 !important;
  }

    @media (min-width: 40rem) {
        .row_Obj-about-info {
            position: absolute;
            right: 5%;
            top: 50%;
            z-index: 2;
            width: 40%;
            transform: translateY(-50%);
            color: #fff;
            text-align: right;
        }
      
        .footer-mid {
            width: 100%;
            display: flex;
            flex-direction: row-reverse;
          
        }
        .footer-mid .list {
            display: flex;
            flex-direction:column;
            direction:rtl;
            width: 33%;
            padding:0 50px;
        }
            .footer-mid svg{
                width:50px;
            }
            .footer-mid ul li{
                width:100px;
            }
            .footer-mid ul {
                display: flex;
                flex-direction: row;
                list-style: none;
            }
            .search {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
    .link-icon {
        top: -10px;
        right: 49px;
        font-size:16px;
    }
  
    .homepage_cat-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
    }
    .nav-wraper__main-left {
        position: relative;
        display: flex;
        flex-direction: row-reverse;
        gap: 10px;
        justify-content: center;
        width: 420px;
       
        left:0px;
    }
   
    .list-one {
        display: flex;
        flex-direction: row;
        max-width: 660px;
    }
    .list-one div:nth-child(1) {
        width: 25%;
    }
        .list-one div:nth-child(2) {
            width: 70%;
            text-align: justify;
            padding: 32px;
        }
   

    .logos_container img {
        height: auto;
        width: 102px;
    }
       
    
   .logos_container {
        gap: 15px;
    }

        #search-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nav-wraper__main-ul {
        display:flex;
        flex-direction:row-reverse;
    }
.nav-wraper__main,
.main,

.products {
    max-width: 1355px;
    margin: 0 auto;
    width: 100%;
}
        .main {
            margin-bottom: 66px;
        }
    .nav-wraper__main {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin: 10px auto;
        align-items: center;
    }
   

    .toggle-button {
        display: none;
    }

    .nav-top__clienarea--phones {
        text-align: left;
    }

    .nav-wraper__main ul {
        list-style: none;
        text-align: right;
        margin: 0;
        padding: 0;

    }
        .art-content_div, .art-content_div p {
            padding: 1rem 4rem;
            font-size: 1.2rem;
        }
    .nav-menu {
        display: inline-block;
        position: relative;
        width: 5rem;
        text-align: center;
        padding: 0.2rem;
        z-index: 100;
    }

        .nav-menu a {
            color: var(--H-4, #373737);
            display: block;
        }

            .nav-menu a:hover {
                color: #7bb8ff;
                display: block;
            }

   
        .nav-menu__sub {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 100%;
            right: 0px;
            width: 100%;
            transform: translateY(-1em);
            z-index: 0;
            transition: all 0.5s ease 0s, visibility 0s linear, z-index 0s linear 0s;
            /*border-top: #811f67 5px solid;*/
        }
    .nav-menu__sub-products {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        right: 0px;
        width: 100%;
        z-index: 0;
        transition: all 0.5s ease 0s, visibility 0s linear, z-index 0s linear 0s;
        display: flex;
        flex-direction: row;
        background-color: #01499b;
        direction: rtl;
        /*border-top: #811f67 5px solid;*/
    }

    .nav-menu__sub a {
        display: block;
        color: rgb(255, 255, 255);
        background-color: #01499b;
        /* width: 10rem;*/
        font-size: 1rem;
        padding-right: 0.4rem;
        height: 2rem;
        line-height: 2rem;
    }
    .nav-menu__sub-products a {
        display: block;
        color: rgb(255, 255, 255);
        background-color: #01499b;
        width: 16.2rem;
        font-size: 1rem;
        padding-right: 0.4rem;
        height: 2rem;
        line-height: 2rem;
    }
        .nav-menu__sub-products a:hover {
            color: #7bb8ff;
        }

    .nav-menu:focus .nav-menu__sub,
    .nav-menu:focus-within .nav-menu__sub,
    .nav-menu:hover .nav-menu__sub {
        z-index: 1;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0s,0s,0.3s;
        width: 500px;
    }
    .nav-menu:focus .nav-menu__sub-products,
    .nav-menu:focus-within .nav-menu__sub-products,
    .nav-menu:hover .nav-menu__sub-products {
        z-index: 1;
        visibility: visible;
        opacity: 1;
        transform: translate(0px,0px);
        transition-delay: 0s,0s,0.3s;
        width: 500px;
    }
    .nav-top__items {
        margin-right: 5px;
        border-radius: 1rem;
        margin-right: 20px;
    }

    .search-container {
        width: 40%;
        margin-bottom: 0.8rem;
    }

    .product {
        width: 21%;
        height: 21rem;
    }

    .nav-wraper__toggle span {
        display: none;
    }
    .search-icon {
        display:block;
        width: 34px;
        height: 34px;
        flex-shrink: 0;
    }
    .nav-top {
        align-items: center;
        justify-content: space-between;
        align-items: center;
        background-color:  var(--bg-new,#EAEAEA);
    }

    .head-top {
        flex-direction: row;
    }

    .head-top__login {
    }
}

/*body {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}*/

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@media (prefers-reduced-motion) {

    .hiddenBox, .hiddenImg, body {
        transition: none;
    }
}


.nav-Brand {
    width: 100%;
    /*
display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));

   */
    display: flex;
    flex-direction: column;
}

.nav-Brand_item {
    max-width: 1000px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    margin: 0 auto;
}

.nav-Brand_item_service {
    display: grid;
    gap: 10px;
    grid-template-columns: 20% 80%;
    place-items: center;
}

.centerx {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
}
.search-act {
    right: -261px;
    top: -10px;
}
.block {
    opacity: 0;
    transform: translateX(30px) scale(0.95);
    transition: none;
}

    .block.appear {
        animation: appear 0.8s ease forwards;
    }

@keyframes appear {
    from {
        opacity: 0;
        transform: translateX(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

img.lazy-highres {
    transition: opacity 0.6s ease, filter 0.6s ease;
    opacity: 1;
    filter: none;
}

    img.lazy-highres.loading {
        filter: blur(8px);
        opacity: 0.6;
    }

    img.lazy-highres.loaded {
        filter: none;
        opacity: 1;
    }

.Menu_container {
    max-width: 1440px;
    background: #EAEAEA;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
    direction: rtl;
}

.Menu-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 61px;
    width: 100%;
}

.Menu-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    align-self: stretch;
    width: 100%;
    background-color: whitesmoke;
}

  

    .Menu-title ol {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 15px;
    }
        .Menu-title ol li::after {
            content: "/";
            display: inline-block;
            margin-right: 7px;
            color: #999;
        }
.icon-eye {
    cursor: pointer;
}

    .icon-eye .eye {
        width: 20px;
        height: 20px;
        display: inline-block;
    }

.d-none {
    display: none !important;
}
