/*HEADER*/   
@media screen and (max-width: 1000px) {
    .menu li {
        margin-right: 4%;
    }
    .logo {
        margin-right: 3%;
    }
}
@media screen and (max-width: 900px) {
    .menu li {
        font-size: 14px;
    }
    .phone {
        font-size: 16px;
    }
}
@media screen and (max-width: 790px) {
    .c-hamburger {
        display: block;
    }
    .menu {
        display: none;
    }
    .icons {
        margin-right: 30px;
    }
    .menu {
        visibility: hidden;  
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;  
        display: block;
        position: absolute;
        top: 54px;
        left: 0px;
        width: 100%;
        display: block;  
        text-align: center;
        border-bottom: 1px solid #ebebeb;
        z-index: 100;
    }
    .active_menu {
        background: #fff; 
        visibility: visible;
        opacity: 1; 
        
        -webkit-box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.15);   
        -moz-box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.15);   
        box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.15);   
    }
    .phone {
        display: block;
    }
}
@media screen and (max-width: 430px) {
    .phone {
        display: none;
    }    
}
@media screen and (max-width: 410px) {
    .active_menu li {
        display: block;
        line-height: 20px;    
        margin-right: 0px;
    }   
}
/*BREADCRUMBS*/
@media screen and (max-width: 530px) {
    .breadcrumbs {
        font-size: 12px;
        line-height: 16px;
    }   
}
/*PRODUCT*/
@media screen and (max-width: 1070px) and (min-width: 740px) {
    .otherTitle {
        display: none;
    }
}
@media screen and (max-width: 1070px) and (min-width: 740px) {
    .otherPrice {
        margin-top: 25px;
    }   
    .other_content {
        width: 50%;
    }
}
@media screen and (max-width: 1000px) and  (min-width: 740px) {
    .infoTitle {
        width: 40%;
        margin-right: 5%;
    }
    .otherItems {
        width: 100%;  
        margin-top: 20px;
    }
    .other_item {
        width: 40%;
        display: inline-block;
    }
    .other_item {
        margin: 20px 4%;
    }

    .otherLayerShow {
        z-index: 9;
    }
    
}
@media screen and (max-width: 830px) {
    .infoTitle {
        width: 40%;
        margin-right: 1%;
    }
}
@media screen and (max-width: 740px) {
    .infoH1 {
        margin-top: 20px;
    }
    .infoTitle {
        width: 47%;
    }
    .otherItems {
        width: 44%;
        margin-top: 25px;
    }
    .infoImg {
        width: 100%;
    }
    .bigImg {
        float: none;
        display: inline-block;
        width: 79%;
    }
    .infoImgEmptyImg .bigImg {
        width: 100%;    
    }
    .listImg {
        float: none;
        display: inline-block;
        width: 20%;
    }
    .bigImg img {
        right: 0;
    }
}
@media screen and (max-width: 470px) {
    .bigImg, .listImg {
        width: 100%;
    }  
    .listImg {
        height: auto;
    }
    .breadcrumbs {
        text-align: center;
    }  
    .up, .down {
        display: none;
    }
    .listImg ul {
        margin: 10px 0px;
        width: 100%;
        position: inherit;
    }
    .listImg ul li {
        display: inline-block;
        margin: 10px 10px 0px;
    }
}
@media screen and (max-width: 630px) {
    .infoTitle, .otherItems {
        width: 100%;   
    }   
    .infoTitle, .infoH1 {
        text-align: center !important; 
    }
    .other_item {
        width: 48%;
        display: inline-block;
    }
    .other_item:nth-child(2) {
        margin-right: 3%;
    }
    .otherLayerShow {
        max-width: 290px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
    }
    .otherLayer .other_item {
        width: 90%;
        margin: 20px auto;
    }
    .otherLayer .other_item:nth-child(2) {
        margin-right: 0;
    }
    .otherLayerShow {
        text-align: center;
        z-index: 9;
    }
}
@media screen and (max-width: 630px) {
    .other_item {
        width: 100%;
    }    
}
@media screen and (max-width: 540px) {
    .brief {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }    
}
/*FOOTER*/
@media screen and (max-width: 1030px) {
    .footer .footerPhone div {
        font-size: 14px;    
    }
    .footer_line .footerPhone {
        font-size: 16px;
    }    
}
@media screen and (max-width: 960px) {
    .footer .infoNetwork {
        width: 100%;
    }    
}
@media screen and (max-width: 890px) {
    .footer .footerPhone {
        width: 100%;
    }
    .footer_line .footerPhone {
        display: none;
    }   
    .footer_line ul, .footer ul {
        width: 100%;
        text-align: center;
    } 
    .footer_line ul li, .footer ul li {
        width: 32%;
    }
}
@media screen and (max-width: 540px) {
    .footer .footerPhone {
        width: 100%;
    }
    .footer_line .footerPhone {
        display: block;
        width: 145px;
        margin: auto;
        text-align: right;
    }   
    .footer_line ul, .footer ul {
        width: 100%;
        text-align: left;
    } 
    .footer .infoNetwork {
        text-align: center;
    }
    .footer_line ul {
        display: none;
    }
    .footer_line ul li, .footer ul li {
        width: 32%;
    }
}
@media screen and (max-width: 420px) {
    .footer ul li {
        width: 45%;
        margin: 5px 0px;
    }
    
}
/*CONTACTS*/
@media screen and (max-width: 1000px) {
    .contact > div:nth-child(1) {
        width: 30% !important;
    }
    .contact > div:nth-child(2) {
        width: 70% !important;
    }
    
}
/*CONTACTS*/
@media screen and (max-width: 800px) {
    .contact > div:nth-child(1) {
        width: 40% !important;
    }
    .contact > div:nth-child(2) {
        width: 60% !important;
    }
    
}

/*CONTACTS*/
@media screen and (max-width: 500px) {
    .contact > div:nth-child(1) {
        width: 100% !important;
        display: block;
        margin-bottom: 10px;
    }
    .contact > div:nth-child(2) {
        width: 100% !important;
        display: block;
    }
    
}
/*CATEGORY*/
@media screen and (max-width: 520px) {
    h1, .sortSelect {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 1075px) {
    .categoryList {
        width: 100%;
        text-align: center;
    }
    .filter {
        margin-top: 10px;
        margin-bottom: 30px;
        width: 100%;
    }
    .filter ul li {
        display: inline-block;
        margin-right: 20px;
    }
}
@media screen and (max-width: 820px) {
    .categoryList {
        width: 100%;
        text-align: center;
    }
    .filter {
        width: 100%;
    }
    .filter ul li {
        display: inline-block;
        margin-right: 20px;
    }
}
/*MAIN*/
@media screen and (max-width: 720px) {
    .mainCats > div {
        width: 100% !important;
        height: 260px;
        margin-top: 25px;
    }
    .mainCats > .clear {
        height: 0px;
    }
    .mainCats .img, .mainCats .mainCatsList {
        width: 50%;
        float: left;
    }
    .mainCats .mainCatsList div, .mainCats .mainCatsList a {
        /*padding-left: 40px;*/
    }
    .mainCats .mainCatsList div {
        margin-top: 20px;        
    }
    .mainCats > div:nth-child(even) .img {
        float: right;
    }
}
@media screen and (max-width: 600px) {
    .mainCats .img {  
        width: 100%;
        background-size: cover !important;
    }        
    .mainCats .mainCatsList {
        width: 100%;
        position: absolute;
        background: #0000007a;
        display: block;
        height: 260px;
        color: #fff;
        overflow: hidden;                         
    }
}
@media screen and (max-width: 900px) {
    .mainBlockItem {
        margin-left: 2%;
        width: 21%;
    }
    .mainBlockItem div, .mainBlockRight div {
        font-size: 16px;
    }
    .mainBlockItem span {
        font-size: 12px;
    }
}
@media screen and (max-width: 760px) {
    .mainBlockItem {
        margin-left: 7%;
        width: 25%;
    }
    .mainBlockRight {
        width: 100%;
        border-left: none;
        border-top: 1px solid #ebebeb;
    }

}
@media screen and (max-width: 440px) {
    .mainBlockItem {
        margin-left: 0%;
        width: 100%;
        text-align: center;
    }
    .mainBlockRight {
        width: 100%;
        border-left: none;
        border-top: 1px solid #ebebeb;
    }
    .mainBlockItem span {
        padding-bottom: 5px;
    }
    .mainBlockItem div {
        padding-top: 5px;
    }

}
@media screen and (max-width: 560px) {
    .new_item > a {
        display: none;
    }
}
@media screen and (max-width: 450px) {
    .pagination a, .pagination span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 16px;
    }
}
@media screen and (max-width: 550px) {
    .mob_cart  {
        display: none;
    }
    .mob_cart2  {
        width: 80px !important;
    }
    .mob_cart_b {
        float: none !important;
        width: 100% !important;
        display: block !important;
        margin-bottom: 10px !important;
    }
}
@media screen and (max-width: 550px) {
    .cart_request input[type="checkbox"]{
        width: auto !important;
    }    
    .cart_request input, .cart_request select, .cart_request textarea {
        width: 100% !important;
    }      
    .new_cart_button div {
        margin-left: 10px !important;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }
    .new_cart_button_info div {
        width: 90%;
        max-width: 300px;    
    }
}
@media screen and (max-width: 1070px) {
    .mainCatsList a{
        font-size: 14px;
        padding: 2px 6px;
    }                
}
@media screen and (max-width: 880px) {
    .mainCatsList a{
        font-size: 13px;
        padding: 2px 6px;
    }                
}
@media screen and (max-width: 802px) {
    .mainCatsList a{
        font-size: 12px;
        padding: 2px 6px;
    }                
}
@media screen and (min-width: 300px) {
    .callback div{
        display: none;
    }
    .callback {
        background: url("../img/phone_big.png") #fff no-repeat 50% 50%;
        width: 65px;
        height: 65px;
        padding: 0px; 
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        bottom: 20px;
        left: 40px;
        
        -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);        
        
        border: 3px solid #197bc4;
        
        -webkit-transition: -webkit-transform 300ms ease-in-out;
        -moz-transition: -moz-transform 300ms ease-in-out;
        -ms-transition: -ms-transform 300ms ease-in-out;
        -o-transition: -o-transform 300ms ease-in-out;
        transition: transform 500ms ease-in-out;
        
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;        
        

        -webkit-animation-name: flash;
        -moz-animation-name: flash;
        -o-animation-name: flash;
        animation-name: flash;
        
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s;
        
        -webkit-animation-duration: 8s;
        -moz-animation-duration: 8s;
        -o-animation-duration: 8s;
        animation-duration: 8s; 
        
        -webkit-animation-iteration-count: infinite;              
        -moz-animation-iteration-count: infinite;              
        -o-animation-iteration-count: infinite;              
        animation-iteration-count: infinite;              
           
    }

   @-webkit-keyframes flash {
    0%, 4%, 8%, 12%, 100% {        
        -moz-transform: rotate(0deg); /* Äëÿ Firefox */
        -ms-transform: rotate(0deg); /* Äëÿ IE */
        -webkit-transform: rotate(0deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(0deg); /* Äëÿ Opera */
        transform: rotate(0deg);
    } 
    2%, 6%, 10% {        
        -moz-transform: rotate(50deg); /* Äëÿ Firefox */
        -ms-transform: rotate(50deg); /* Äëÿ IE */
        -webkit-transform: rotate(50deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(50deg); /* Äëÿ Opera */
        transform: rotate(50deg);
    }
   }
   @-moz-keyframes flash {
    0%, 4%, 8%, 12%, 100% {        
        -moz-transform: rotate(0deg); /* Äëÿ Firefox */
        -ms-transform: rotate(0deg); /* Äëÿ IE */
        -webkit-transform: rotate(0deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(0deg); /* Äëÿ Opera */
        transform: rotate(0deg);
    } 
    2%, 6%, 10% {        
        -moz-transform: rotate(50deg); /* Äëÿ Firefox */
        -ms-transform: rotate(50deg); /* Äëÿ IE */
        -webkit-transform: rotate(50deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(50deg); /* Äëÿ Opera */
        transform: rotate(50deg);
    }
   }

   @-o-keyframes flash {
    0%, 4%, 8%, 12%, 100% {        
        -moz-transform: rotate(0deg); /* Äëÿ Firefox */
        -ms-transform: rotate(0deg); /* Äëÿ IE */
        -webkit-transform: rotate(0deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(0deg); /* Äëÿ Opera */
        transform: rotate(0deg);
    } 
    2%, 6%, 10% {        
        -moz-transform: rotate(50deg); /* Äëÿ Firefox */
        -ms-transform: rotate(50deg); /* Äëÿ IE */
        -webkit-transform: rotate(50deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(50deg); /* Äëÿ Opera */
        transform: rotate(50deg);
    }
   }
   @keyframes flash {
    0%, 4%, 8%, 12%, 100% {        
        -moz-transform: rotate(0deg); /* Äëÿ Firefox */
        -ms-transform: rotate(0deg); /* Äëÿ IE */
        -webkit-transform: rotate(0deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(0deg); /* Äëÿ Opera */
        transform: rotate(0deg);
    } 
    2%, 6%, 10% {        
        -moz-transform: rotate(50deg); /* Äëÿ Firefox */
        -ms-transform: rotate(50deg); /* Äëÿ IE */
        -webkit-transform: rotate(50deg); /* Äëÿ Safari, Chrome, iOS */
        -o-transform: rotate(50deg); /* Äëÿ Opera */
        transform: rotate(50deg);
    }
   }
    
/*    .callback:hover {  
        
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: step-end;
        -o-animation-play-state: step-end;
        animation-play-state: step-end;
          
        -moz-transform: rotate(360deg); 
        -ms-transform: rotate(360deg); 
        -webkit-transform: rotate(360deg); 
        -o-transform: rotate(360deg); 
        transform: rotate(360deg);    
        
    }    */
                 
}

