@media screen and (orientation:landscape) 
and (max-width: 1024px)
and (max-height: 430px){
    .content{
        height: 100vh;
    }
    .selectedItem{
        width: 50%;
        height: auto;
        bottom: 60%;
    }
    .selectedItem h1{
        padding: 15px 7px 7px 7px;
        font-size: 20px;
    }
    .selectedItem p{
        padding: 5px;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .selectedItem button{
        width: 50%;
        height: 30px;
        font-size: 16px;
    }
    .selectedItem .links{
        padding: 25px 5px;
    }
    .firstTabList ul{
        width: 100%;
    }
    .firstTabList ul li a {
        padding: 6px 8px !important;
        font-size: 10px !important;
    }
    .firstTabList ul li a img {
        height: 25px !important;
        width: 25px !important;
    }
    .menu > ul > li > a, .menu > ul > li button {
        font-size: 10px;
    }
    .mobileFix{
        background: white;
        border: black;
        border-radius: 10px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
    }
    .mobileFix li{
        padding: 4px;
    }
    .mButton::before{
        width: 40px !important;
        height: 20px !important;
        background-size: contain !important;
    }
    .mButton span{
        font-size: 12px !important;
        line-height: 1.2;
        display: block;
    }
}
@media screen and (orientation:landscape)
and (max-width: 1024px){
    .topMenu .CompanyLogo img{
        width: 80px;
        margin-top: -20px;
    }
    .loading {
        width: 150px !important;
        height: 150px !important;
        margin: -75px !important; 
    }
    .loading span{
        font-size: 20px !important;
    }
    .priceItem{
        width: 140px;
        height: 80px;
        font-size: 18px;
        line-height: 30px;
        bottom: 140px !important;
    }
    .bottomFilter.open .priceItem
    {
        bottom: 130px !important;
    }
    .priceItem #inPrice{
        width: 100%;
    }
    .priceItem button{
        left: 10%;
        width: 80%;
        height: 40%;
    }
}
@media screen and (orientation:landscape)
and (min-width: 1024px)
and (max-width: 1200px){
    .topMenu .CompanyLogo img{
        width: 150px;
    }
    .rightWidth .subList{
        height: 170px;
    }
    .rightWidth .threeDlist .listBig{
        height: 170px;
    }
    .loading {
        width: 150px !important;
        height: 150px !important;
        margin: -75px !important; 
    }
    .loading span{
        font-size: 20px !important;
    }
    .priceItem{
        width: 140px;
        height: 80px;
        font-size: 18px;
        line-height: 30px;
    }
    .priceItem #inPrice{
        width: 100%;
    }
    .priceItem button{
        left: 10%;
        width: 80%;
        height: 40%;
    }
    .selectedItem{
        width: 320px;
        height: auto;
    }
    .selectedItem h1{
        padding: 15px 7px 7px 7px;
        font-size: 20px;
    }
    .selectedItem p{
        padding: 5px;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .selectedItem button{
        padding: 5px;
        height: 40px;
        width: 50%;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .feaPanel.active{
        width: 475px;
    }
    .feaPanel .Title{
        font-size: 22px;
    }
    .feaPanel .email{
        width: 240px;
        font-size: 16px;
    }
    .feaPanel .sendMail{
        font-size: 16px;
    }
    .menu > ul > li > a, .menu > ul > li button{
        padding: 5px 10px;
    }
    .menu > ul > li > a, .menu > ul > li button::before{
        height: 30px !important;
        background-size: contain !important;
        font-size: 14px;
    }
}