/* TOP MENU */
@media screen and (max-width: 1150px) {  
    .leftMenu li:nth-child(4){
        display: none;
    } 
}
@media screen and (max-width: 990px) {  
    .leftMenu li:nth-child(5){
        display: none;
    } 
}
@media screen and (max-width: 900px) {  
    .leftMenu li:nth-child(6){
        display: none;
    } 
}
@media screen and (max-width: 860px) {  
    .leftMenu li:nth-child(3){
        display: none;
    } 
}
@media screen and (max-width: 800px) {  
    .leftMenu li:nth-child(2){
        display: none;
    } 
}
@media screen and (max-width: 660px) {  
    .topEnter {
        display: none;
    } 
}
@media screen and (max-width: 555px) {  
    .leftMenu li:nth-child(7){
        display: none;
    } 
}
@media screen and (max-width: 472px) {  
    .leftMenu li:nth-child(8){
        display: none;
    } 
    .leftMenu li:nth-child(1){
        padding-right: 0px;
    }
}
@media screen and (max-width: 390px) {  
    .topEarth {
        display: none;
    }    
}

/*NEW TOP*/
@media screen and (max-width: 860px) { 
    .leftMenu li:nth-child(1){
        display: block;
    }
    
    .catalogMenuLayer {
        
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #4c4c4c; 
        z-index: 9;
        padding: 0px;
        
        padding-top: 20px;          
                        
        visibility: hidden;
        opacity: 0;
    }
    .mainPage {
        border-bottom: 3px solid #e0e0e0;
        padding-bottom: 2px;
    }
    
    
    .catalogMenuLayerShow {
  
        opacity: 1;
        visibility: visible;   
    }
    .catalogMenuLayerShow .layer {
        margin: 20px auto 20px;
        height: calc(100% - 80px);  
        width: 100%;
        overflow: scroll;
        max-width: 300px;
        position: relative;
    }
    .catalogMenuLayerShow .catalogMenu {
        display: block;
        border-right: 1px solid #4c4c4c;
    }
    body .catalogMenuLayerShow .catalogMenu li {
        display: block;
        border-left: none;
        font-size: 16px;
        text-align: left;
        margin: 15px 10px;
        width: calc(100% - 20px) !important; 
        position: relative;
    }
    body .catalogMenuLayerShow .catalogMenu li a {
        color: #fff;
        display: inline; 
    }
    body .catalogMenuLayerShow .actionMenu a {
        color: #ff7200 !important;
    }
    .catalogMenuLayerShow .catalogMenuLayerClose {
        position: absolute;
        top: 6px;
        right: 17px;
        width: 30px;
        height: 30px;
        text-align: right;
        display: block;
        color: #fff;
        font-size: 20px;
        transform: scale(1.4, 1);
    }
    
    .catalogMenuLayerShow .menuArrRight {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0px;
        color: #fff;
        font-size: 20px;
        line-height: 20px;       
        transform: scale(1, 1.5);
        display: block;
        
    }
    
    .catalogMenuLayerShow .sub_menu {
        position: absolute;
        top: 0;
        left: 0;        
        background: #4c4c4c;   
        display: block;
        opacity: 0;
        visibility: hidden;

        height: 0px;
        overflow: hidden; 
        display: flex;
        flex-direction: row;
        align-items: center;         
        
    }
    .menuNewCenter {  
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .catalogMenuLayerShow .sub_menuShow {       
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;   
        min-height: 100%;    
        opacity: 1;
        visibility: visible;   
        
        
        height: auto;
        overflow: inherit; 
        
    }
    .catalogMenuLayerShow .sub_menuShow .sub_menu_item {               
        display: none;   
    }
    .catalogMenuLayerShow .sub_menuShow .sub_menu_itemShow {  
        display: block;  
        padding: 0px;
        width: 100%;
        text-align: left !important;
    }
    
    .catalogMenuLayerShow .sub_menuShow .sub_menu_itemShow > .activeArr {
        border: none;
        background: none;
        color: #fff !important;
        padding: 0px;
        font-size: 16px;
        margin: 15px 14px;
        position: relative;
        width: calc(100% - 20px);
    } 
    .catalogMenuLayerShow .sub_menuShow .sub_menu_itemShow .NEWLINEMENU {
        border: none !important;
        background: none !important;
        color: #fff !important;
        padding: 0px !important;
        font-size: 16px;
        margin: 8px 14px;
        height: auto;
        text-align: left;        
        width: calc(100% - 50px) !important;
        line-height: 20px;      
                
    }
    
    .catalogMenuLayerShow .sub_menuShow .sub_menu_itemShow .NEWLINEMENU:nth-child(1) {
        margin-top: 10px;    
    }
    
    
    .sub_sub_menu_item {
        display: none;
    }
    .catalogMenuLayerBack {
        color: #ff7200;
        font-size: 16px;
        padding: 2px 10px 3px 14px;    
        position: absolute;
        top: 3px;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;  
        visibility: hidden;
        opacity: 0;
        display: block;
    }
    .catalogMenuLayerShow .catalogMenuLayerBackShow {    
        visibility: visible;
        opacity: 1;
    } 
    .menu_arr {
        display: none;
    }
    .sub_menu_item > .activeArr {
        position: relative;
    }
    .sub_menuShow > div {
        width: 100%;    
    }
    .sub_menu_item > .activeArr .bigArr {
        background: none;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0px;
        
    }
    .sub_menu_item > .activeArr .bigArr:before {
        content: ">";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0px;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        transform: scale(1, 1.5);
        display: block;
    }

    
    .sub_sub_menu_itemShow {   
                      
        display: block;   
        background: #4c4c4c;     
        width: 100%;  
        
    }
    
    .sub_sub_menu_itemShow .sub_sub_menu_div ul li {
        border: none;
        background: none;        
        padding: 0px;
        font-size: 16px;
        margin: 8px 0px 8px 14px;
        position: relative;
        width: calc(100% - 20px);
        height: auto;
    }
    .sub_sub_menu_itemShow .sub_sub_menu_div ul li a {    
        color: #fff !important;
        
        height: auto;          
        display: block;
        position: static;  
        text-align: left;
        width: 100%;
        margin-top: 0px; 
        padding: 0;     
            
    }
    
    .sub_sub_menu_divShow {
        padding-top: 0px;   
        height: 100%;
        
        display: flex !important;
        flex-direction: row;
        align-items: center;
    }
    .show {
        display: none;
    }
    body .sub_menu_itemShowHide {
        display: none !important;    
    }
    .catalogMenuLayerShow .sub_sub_menu_item {
        width: 100%;
    }
    .topPageShow .topEarth {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 99;                   
        width: 50px;    
        transform: translate3d(130px, 0px, 0px);  
        display: block !important;  
        border: none;                                     
    }
    
    .topPageShow .topEnter {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 99;
        width: 50px;                             
        display: block !important;   
        transform: translate3d(50px, 0px, 0px);             
        border: none;                                   
    }
    
    .topPageShow .leftMenu li:nth-child(7){
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 99;
        width: 50px;
        border: none;                           
        transform: translate3d(-115px, 0px, 0px);
        display: block !important;  
        border: none;                                    
    } 
    .topPageShow .leftMenu li:nth-child(8){
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 99;
        width: 50px;   
        transform: translate3d(-50px, 0px, 0px);  
        display: block !important;
        border: none;                                
                                         
        padding-left: 10px;
    }     
    
    
}








/* MAIN MENU */
@media screen and (max-width: 1170px) {  
    .social {
        margin-left: 3%;
    } 
    .search {
        margin-left: 0%;
    } 
}
@media screen and (max-width: 1112px) {  
    .social {
        margin-left: 2%;
    } 
    .search {
        margin-left: 0%;
        width: calc(100% - 590px);
    } 
}
@media screen and (max-width: 1070px) {  
    .social {
        margin-left: 1%;
    } 
    .search {
        margin-left: 0%;
    } 
}
@media screen and (max-width: 1010px) {  
    .social {
        display: none;
    } 
    .search {           
        margin-left: 0%;             
      
    } 
}
@media screen and (max-width: 950px) {  
    .search {
        margin-left: 0%;
    } 
}
@media screen and (max-width: 950px) {  
    .search {
        margin-top: 10px;
        margin-bottom: 10px; 
        width: calc(100% - 500px);   

    } 
    .phone {
        margin-top: 8px;
        width: 300px;
    }
    .phone span {
        display: none;
    }
    .logo {
        padding: 7px 0px 4px;
    }
    .number_icon {
        display: none;
    }
    .number {
        padding-left: 0px;
    }
}  
@media screen and (max-width: 850px) {  
    .search {
        margin-left: 0%;
        
    } 
    .searchInput {
        padding: 5px 0px;
    }
    .search div {
        top: 6px;
    } 
    .search {         
        margin-top: 15px;
        margin-bottom: 15px;       
    }
    .phone {
        margin-top: 9px;
    }
}
@media screen and (max-width: 750px) {  
    .search {    
    } 

    .phone {
        margin-top: 6px;
    }
    .callback {
        display: none;
    }  
    .phone {
        margin-top: 6px;
        width: 150px;
    } 
    .search {         
        margin-top: 15px;
        margin-bottom: 15px;
        width: calc(100% - 360px);
    }    
    .number .number_icon {    
        
        width: 20px;
        height: 19px;
        position: absolute;
        top: 12px;
        left: 14px;
        background: url(../img/img_new/icons.png) no-repeat -2px -37px;     
        background-size: 580%;   
        
    }
    .logo {
        width: 140px;
        padding-top: 11px;
    }
}      

@media screen and (max-width: 515px) { 
    .search {
        margin-top: 10px;
        margin-bottom: 8px;
        width: calc(100% - 260px);
    }
    .search div {
        right: 10px;
    } 
    .phone {
        margin-top: 5px;
        width: 110px; 
    }  
    .number {
        font-size: 23px;
        line-height: 43px;
        margin-top: 0px;
    }
    .viberMain {
        display: none;
    }
    .logo {
        width: 110px;
    }
}
@media screen and (max-width: 430px) { 
    .number div {
        display: none;
    }
    .phone {
        margin-top: 5px;
        width: 110px; 
        
    } 
    .number {
        padding-left: 0px;
    }
    .search {   
        width: calc(100% - 240px);
    }
    .search div {
        right: 11px;
    }
}
@media screen and (max-width: 360px) {       
    .number {
        font-size: 18px;
        line-height: 43px;
    }  
    .searchInput {
        font-size: 14px;
        line-height: 19px;
        padding: 3px 0px;
    }
    .search div {
        top: 5px;
        opacity: 0.6;
        right: 5px;
        background: url(../img/img_new/icons.png) no-repeat -34px 0px;
        background-size: 700%;        
    }
    .search {
        margin-top: 11px;
        margin-bottom: 10px;
        opacity: 0.8; 
        border: 1px solid #d6d5d5;
        width: calc(100% - 210px);
    }
    .logo {
        width: 80px;
    }
    .searchInput {
        margin-left: 10px;
    }
    .phone {
        width: 90px;
        margin-top: 3px;
    }
}
/* CATALOG MENU */
@media screen and (max-width: 900px) { 
    .catalogMenu li {
        font-size: 16px;
    }    
}
@media screen and (max-width: 800px) { 
    .catalogMenu li {
        font-size: 14px;
    }    
}
@media screen and (max-width: 700px) { 
    .catalogMenu li {
        font-size: 12px;
    }    
}
@media screen and (max-width: 500px) { 
    .catalogMenu li {
        font-size: 11px;
    }    
}
@media screen and (max-width: 600px) { 
    .catalogMenu li:nth-child(3) {
        width: 15% !important;
    }       
    .catalogMenu li a {
        display: block;
        padding: 0px 4px;
    }   
}
@media screen and (max-width: 420px) { 
    .sub_sub_menu_item {
            width: 66%;
    }  
    .sub_menu_item > a {
        padding-left: 10px;
    }
    .sub_menu_item { 
        width: 30%; 
    }
}
/* PRODUCT */
@media screen and (max-width: 1040px) {
    .productOneClick {
        font-size: 12px;  
        margin-top: 18px;
    }
    #phone_mask {
        font-size: 14px;
        width: 108px;    
        margin-top: 21px;
    }
    .productOperation > div {
        padding: 30px 25px 30px 25px !important;
    }
}
@media screen and (max-width: 850px) {
    .row3 {
        width: 45%;
    } 
    .row3:nth-child(2){
        float: right;
    }
    .row3:nth-child(3){
        display: block;
        margin-top: 20px;    
    }
    .productOperationHide {
        display: none;
    }
    body .productOperationHideParent {
        padding-bottom: 10px !important;
    }
}
@media screen and (max-width: 580px) {
    .row3 {
        width: 90%;
        float: none !important;
        margin: 0px auto 10px;
    }    
    .tabItem {
        font-size: 16px;   
    }   
    .title {
        font-size: 16px;   
    }
    .moveBlock {
        top: -5px;
    }
    .productH1 {
        text-align: center;
    }
    .breadcrumbs {
        text-align: center;
        float: none !important;
    }
}

@media screen and (max-width: 420px) {   
    .tabItem, .title {
        font-size: 14px; 
        margin-right: 15px;  
    }   
}
@media screen and (max-width: 380px) {   
    .tabItem, .title {
        font-size: 12px;   
    }  
    .moveBlock {
        top: -8px;
    } 
}
@media screen and (max-width: 800px) {       
    .blogItem:nth-child(3){
        display: none;       
    }
    .blogItem {
        width: 49%;
    }
}
@media screen and (max-width: 570px) {       
    .blogItem:nth-child(2){
        display: none;       
    }
    .blogItem {
        width: 100%;
        margin: 0px auto;
    }
    .blogList {
        text-align: center;
    }
}

@media screen and (max-width: 910px) {  
    .bottonList {
        margin-bottom: 15px;   
    }  
    .bottomPhone {
        display: block;
        float: right;
        margin-left: 30px;
    } 
    .bottomTwoLine:nth-child(3) {
        margin-top: -50px;    
    }
    .bottomTwoLine:nth-child(2) {
        margin-top: -110px;    
    } 
}
@media screen and (max-width: 730px) {  
    .bottonList {
        margin-bottom: 15px;  
        margin-right: 15px; 
    }  
    .bottomPhone {
        display: block;
        float: right;
        margin-left: 30px;
    } 
    .bottomTwoLine:nth-child(3) {
        margin-top: 0px;    
    }
    .bottomTwoLine:nth-child(2) {
        margin-top: 0px; 
        margin-bottom: 10px;   
    } 
}
@media screen and (max-width: 490px) { 
    .bottomSubs {
        float: none;
        margin: 20px auto 10px;
        display: block;
    }    
    .bottomPhone {
        float: none;
        margin: 20px auto 30px;
        display: block;
    }   
}
@media screen and (max-width: 450px) { 
    .blackPage div div {
        margin-top: 10px;
        float: none;
        width: 100%;
        text-align: left;
    }
    .bottomTwoLine {
        margin-right: 0px;
    }
}
/* FILTER BLOCK*/
@media screen and (min-width: 1050px) {
    .filterBlock {
        left: 0px !important;
    }
    .filterShow {
        display: none !important;
    }
        
}  
@media screen and (max-width: 1050px) {
    .filterBlock {
        position: fixed !important;
        top: -1px;
        left: -320px;
        background: #fff;
        -webkit-box-shadow: 7px 0px 0px 36px rgba(255,255,255,1), -5px 16px 0px 15px rgb(255, 114, 0);
        -moz-box-shadow: 7px 0px 0px 36px rgba(255,255,255,1), -5px 16px 0px 15px rgb(255, 114, 0);
        box-shadow: -7px 0px 0px 15px rgb(255, 255, 255), -5px 16px 0px 15px rgb(255, 114, 0);
        
        height: 100%;
        z-index: 5;    
        padding: 0px 0px;  
        overflow: scroll;         
         
    } 
    #form_st_filter {
        display: none;
    }
    .filterPanel {
        visibility: visible;
    }    
    .slSeeButton {
        right: 2px;
    }
    .filterShow {
        display: block;    
    }
    .filterBottom {
        height: 60px;
        opacity: 0;
    }
    .slSeeButton {
        display: none !important;
    } 
    .items {
        margin-left: 0px;  
        padding-left: 0px;
    }
    .blogLeft {
        display: none;
    }
}
/*ITEMS*/
@media screen and (max-width: 700px) {   
    .items {
        text-align: center;
    }
    .tovar {
        width: 49%;
    }    
}
@media screen and (max-width: 490px) {
    .tovar {
        width: 100%;
        margin-bottom: 5px;
    }    
}
/*MAINCATEGORY*/
@media screen and (max-width: 1120px) {
    .mainCategoryTitle    {
        font-size: 16px;
    }
}
@media screen and (max-width: 1025px) {
    .mainCategoryTitle    {
        font-size: 14px;
    }
}
@media screen and (max-width: 980px) {
    .mainCategoryRow {
        width: 49%;
        border-right: none !important;
        vertical-align: top;
    }    
    .mainCategoryRow:nth-child(3){
        display: none;
    } 
}
@media screen and (max-width: 665px) {
    .mainCategoryCell {     
        margin: 0px 0px 30px;
    } 
}
@media screen and (max-width: 540px) {
    .mainCategoryCell p {     
        display: none;
    } 
    .mainCategoryCell {
        padding: 0px;
        text-align: center;
        height: 120px;
        margin-bottom: 10px;
    }  
    .mainCategoryImg {
        background-position: 2px 1px;
        position: static;
        padding: 0px;
        margin: 0px auto;
    }
    .mainCategoryTitle {
        line-height: 13px;
    }
}
/*MAINSTEP*/
@media screen and (max-width: 1180px) {
    .mainStepImg {
        float: none; 
        margin: 0px auto;   
    }
    .mainStepRow {
        text-align: center;
    }    
    .mainStepArrow {
        right: -12px;
    }
}
@media screen and (max-width: 880px) {    
    .mainStepRow p {
        display: none;
    }    
    .mainStepArrow {
        right: -22px;
    }   
    .mainStepTitle {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {    
    .mainStepArrow {
        display: none;
    } 
}
@media screen and (max-width: 600px) {    
    .mainStep {
        display: none;
    }   
}
/*SORT*/

@media screen and (max-width: 580px) {    
    .sort {
        margin: 10px auto;
        float: none;
        clear: both;
        text-align: center;
    }   
}
/*CONTACTS*/
@media screen and (max-width: 620px) {
    .contactsBlock {
        width: 95%;
        text-align: left !important;
    } 
    .contactsBlock .productH1, .contactsBlock .breadcrumbs { 
        text-align: left !important;
    }
    .contactsBlockLayer {
        height: 500px !important;
    }                                    
    .contactsBlockLayer iframe {   
        height: 570px !important;
    }
}
@media screen and (max-width: 510px) {
    .contactsWork {
        margin: 10px auto;
        float: none;
    }
    .contactsBlock div {
        float: none !important;
    }    
}
/*PAGENATION*/
@media screen and (max-width: 400px) {
    .pagination span, .pagination a {
        font-size: 14px;
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
            
}
/*BANNER*/
@media screen and (max-width: 530px){
    .bannerMobile {
        display: none;
    }
}
/*CART*/
@media screen and (max-width: 530px){
    .cartImgHide a {
        display: none;
    }
    .cartTR td {
        width: 50%;
    }
    .cartImgHide {
        width: 0px !important;
        background: #fff !important;
    }  
}
@media screen and (max-width: 810px){ 
    .cart_request input, .cart_request #phone_mask, .cart_request textarea {
        width: 80%;
    } 
    .cart_request td:first-child {
        width: 30%;
    } 
}

@media screen and (max-width: 415px){ 
    .cart_request td:first-child {
        width: 80px;
    }  
    .cart_request input, .cart_request #phone_mask, .cart_request textarea {
        width: 100%;
    }    
    .new_cart_button div {  
        width: 80px;
    }
    .new_cart_button_info div {
        width: 90%;
        margin: 0px auto;
    }
    .new_cart_button div {
        margin: 0px 1px;
    }
}


@media screen and (max-width: 440px){ 
    .fixedButton a {
        font-size: 11px;
    }  
}


