@media only screen and (min-width: 350px) and (max-width: 767px){
    .grid{
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      }
    .main__des__op p{
        text-align: justify;
    }
    .footer__ul {
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer__adress {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .footer__menu__ul{
        display: flex;
    flex-direction: column;
    align-items: center;
    }
    .footer__flex {
        gap: 10px;
        padding: 0px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }
    .ar-h3 {
        font-size: 1.6em;
        line-height: 24px;
        margin: 10px 0 26px;
    }
    .ar-a {
        max-width: 200px;
        width: 100%;
        text-align: center;
        color: #fff;
        position: relative;
        font-size: 14px;
        border: 1px solid;
        border-radius: 2px;
        padding: 7px 18px 9px;
        overflow: hidden;
        background-color: #00b290;
        border-color: #00b290;
    }
    .main__des {
        flex-grow: 3;
        flex-basis: 300px;
        position: relative;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .ar-h2 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 18px;
        font-weight: bold;
    }
    .ar-flex_pro .main {
        padding: 0 5px;
        flex-grow: 6;
        flex-basis: 100px;
    }
    .uk-breadcrumb{
        padding: 0 5px;
    }
    .ar-flex_pro aside {
        display: none;
    }
    .breadcrumb {
        padding-bottom: 0px;
    }
    .uk-breadcrumb>*>* {
        line-height: 30px;
        font-size: .875rem;
        color: #ff7c21;
    }
    .text h1 {
        font-size: 18px;
        line-height: 30px;
        font-weight: bold;
        padding: 30px 5px;
    }
    .text__des {
     display: none;
    }
    .header-mob{
        display: block;
    }
    .ar-container {

        box-sizing: content-box;
        max-width: 1350px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 5px;
        padding-right: 5px;
    }
 .header{
    display: none;
 }
 .uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
}
}

@media only screen and (min-width: 1190px) and (max-width: 3767px){
   
}
@media only screen and (min-width: 1000px) and (max-width: 1190px){
   
}
@media only screen and (min-width: 768px) and (max-width: 1000px){
   
}
@media only screen and (min-width: 768px) {
    input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="phone"], select, textarea {
        background: #f7f7f7;
        border: 1px solid #eeeeee;
        border-radius: 2px;
        box-shadow: none;
        color: #222222;
        height: auto;
        font-size: 15px;
        padding: 8px 13px 7px;
        width: 100%;
        outline: none;
    }  
}
