
/* Mobile menu */

#mobileMainMenu {
    display: none;
}

.slicknav_menu {
    display: none;
    margin: 17px 0 0 15px;
}

.slicknav_btn,
.slicknav_icon {
    display: block;
    width: 22px;
}
.slicknav_icon-bar {
    display: block;
    height: 2px;
    background: #000;
    margin: 3px 0;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.slicknav_nav {
    margin: 17px 0 0 -15px;
    background: #EEEEEE;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(../js/pie.htc);
}
.slicknav_nav a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
}
.slicknav_nav li {
    display: block;
    padding: 5px 0;
}
.slicknav_arrow {
    display: inline-block;
    margin-left: 10px;
    font-weight: bolder;
    font-size: 14px;
}

a.slicknav_level1,
span.slicknav_level1 {
    font-weight: bold;
}
li.slicknav_level2 {
    padding-left: 10px;
}
li.slicknav_level3 {
    padding-left: 20px;
}
li.slicknav_level4 {
    padding-left: 30px;
}
li.slicknav_level1 {
    padding: 5px 20px;
    /*border-bottom: 1px solid #E0E0E0;*/
}
li.first.slicknav_level2 {
    margin-top: 5px;
}
.slicknav_level1.slicknav_open .slicknav_arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.slicknav_level2.slicknav_collapsed .slicknav_arrow,
.slicknav_level3.slicknav_collapsed .slicknav_arrow,
.slicknav_level4.slicknav_collapsed .slicknav_arrow,
.slicknav_level5.slicknav_collapsed .slicknav_arrow {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.categoryMobileSidebar {
    display: none;
}

.mobileRightSidebar {
    display: none;
}

@media only screen and (max-width: 980px) {
    
    .sticky-content.fixed{
        position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 5px 10px #00000059;
    z-index: 100;
    padding-left: 3%;
    padding-right: 3%;
    }
    
    .catalogList .item.item-search{
        display:flex;
        flex-wrap:wrap;
    }
    
    .catalogList .item.item-search .describe{
        width:unset !important;
        flex:1;
    }
    
    .catalogList .item.item-search .photo{
        width:75px;
        flex:0 0 75px;
        margin-right:15px;
    }

    #wrapperOut,
    #whitePage,
    #header .navPanel,
    .mainSlider,
    .mainSlider .scrollable,
    .aboutBlock,
    .sliderTextBlock.blog,
    #footer,
    .footer > div {
        width: 100%;
        min-width: auto;
        margin: 0;
        padding: 0;
    }

    #wrapperOut {
        width: 94%;
        margin: 0 auto;
        overflow: auto;
        position: static;
    }
    #whitePage {
        box-shadow: rgba(0,0,0,0) 0 0 0;
        -moz-box-shadow: rgba(0,0,0,0) 0 0 0;
        -webkit-box-shadow: rgba(0,0,0,0) 0 0 0;
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-width: 0;
    }

    /* Header */

    #header {
        height: 120px;
    }
    #header .logo2,
    #header .addlMenu,
    #header .grafik,
    #header .navPanel .seacher {
        display: none;
    }
    #header .logo {
        width: 200px;
        position: static;
        float: left;
    }
    #header .phones,
    #header .phones2 {
        position: static;
        padding: 0;
        margin: 0 0 0 20px;
        right: auto;
        float: left;
    }
    
    .sticky-content{
        display:flex;
        align-items:center;
        justify-content:space-between;
        padding:15px 0;
    }
    
    .sticky-content .clear{
        display: none;
    }

    /* Main menu */

    .mainMenu {
		margin-left: 50px;
        overflow: hidden;
	}
    #header .navPanel > ul > li > a:hover,
    #header .navPanel > ul > li.hover > a {
        background: none;
    }

	.slicknav_menu {
		display:block;
	}

    /* Main */

    .mainSlider,
    .sliderTextBlock.news,
    .mainBanners {
        display: none;
    }
    .sliderTextBlock.blog .content,
    .sliderTextBlock.blog .content ul li {
        width: 100%;
    }
    .quotesCont {
        padding: 20px 0;
    }
    .quotesCont img {
        max-width: 100%;
    }

    /* Footer */

    #footer {
        height: auto;
        background-color: #EEEEEE;
    }
    .footer,
    .footer > div {
        height: auto;
    }
    .footer .bottomMenu {
        position: static;
        text-align: center;
        height: auto;
        line-height: normal;
        padding: 10px 0;
    }
    .footer .copy {
        position: static;
        text-align: center;
    }
    .footer .counter {
        position: static;
        text-align: center;
    }

    /* Catalog */

    .leftSidebar {
        float: none;
        width: 100%;
    }
    .rightContent {
        float: none;
        width: 100%;
    }
    /*.leftSidebar .categories {
        display: none;
    }*/
    .categoryMobileSidebar {
        margin-top: 30px;
    }
    .categoryMobileSidebar,
    .categoryMobileSidebar .leftSidebar .categories {
        display: block;
    }
    .search.jqtransformdone {
        display: none;
    }
    .leftSidebar .quotesCont {
        display: none;
    }
    .categoryContent {
        display: none;
    }
    .catalogList .item .photo {
        width: 30%;
        height: auto;
        padding: 0;
        margin: 0 1% 0 0;
    }
    .catalogList .item .photo .img {
        width: 100%;
        height: auto;
    }
    .catalogList .item .photo img {
        max-width: 100%;
    }
    .catalogList .item .describe {
        width: 69%;
        font-size: 13px;
    }

    /* Product */

    .productBlock .previews,
    .productBlock .previews .big,
    .productBlock .previews .big .img,
    .productBlock .previews .big .img > div {
        width: 100%;
        float: none;
        height: auto;
        position: static;
    }
    .productBlock .previews .big .img {
        visibility: hidden;
        position: absolute;
    }
    .productBlock .previews .big .img.selected {
        visibility: visible;
        position: static;
    }
    .productBlock .previews .big img {
        max-width: 100%;
        height: auto;
    }
    .productBlock .prodDescribe {
        width: 100%;
        float: none;
        font-size: 13px;
    }

    .tableResponcive {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    /* Contacts */

    .contactsBlock .leftCol,
    .contactsBlock .map {
        width: 100%;
        height: auto;
        float: none;
    }

    /* Blog */

    .blog .content,
    .blog .rightSidebar {
        width: 100%;
        float: none;
    }
    .blog .content .fullPost img {
        max-width: 100%;
        height: auto;
    }
    .blog .rightSidebar .tags {
        display: none;
    }
    .blog .rightSidebar {
        display: none;
    }
    .mobileRightSidebar,
    .blog .rightSidebar.mobile {
        display: block;
    }
}

@media screen and (max-width:767px){
    
    .catalogGrid .row .item{
        width:33.33%;
    }
    
}

@media only screen and (max-width: 600px) {
    
    #header {
        height:129px;
    }
    
    .sticky-content{
        padding-top:10px;
        padding-bottom:10px;
    }
    
    .ico-wapp{
        display: none;
    }
    
    #header .phones{
        display: block;
    }
    
    .ico-wapp-mobile{
        display:block;
    }
    
    .ico-wapp-mobile a{
     background: #44c31b;
    color: #fff;
    text-decoration: none;
    padding: 3px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 3px;
    border-radius: 3px;
    font-size: 12px;   
    }
    
    .catalogList .item.item-search .describe p{
            overflow-y: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding:0;
    }
    
    .catalogList .item.item-search .price{
        padding:0;
        padding-left: 15px;
        text-align:right;
        flex:0 0 90px;
        font-size:12px;
        display:flex;
        align-items:center;
        justify-content:flex-end;
    }
    
    .sorting .sort .view{
        padding-right: 0;
    }
    .sort-param-mobile{
        display: none;
    }
    .catalogGrid .row .item{
        width:50%;
    }
    .productBlock .prodDescribe .priceAndRate .price{
        font-size:16px;
        text-transform:unset;
    }
    #header .phones,
    #header .phones2 {
        font-size: 15px;
        float: none;
    }
    #header .phones.cfcity > span > strong{
        display: block;
    }
    #header .phones.cfcity{
        text-align:right;
    }
    .cfcity_list {
        columns: 2 !important;
        -webkit-columns: 2 !important;
        -moz-columns: 2 !important;
    }
}

@media only screen and (max-width: 420px) {
    
    .header-city-wrap{
    max-width: 95px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
    }
    
}

@media only screen and (max-width: 370px) {
    
    .catalogList .item.item-search .price{
        padding-left: 10px;
    }
    .catalogList .item.item-search{
        flex-wrap:nowrap;
    }
    .catalogList .item.item-search .photo{
        margin-right: 10px;
    }
    #header .logo {
        width: 50%;
    }
    #header .phonesCont {
        width: 49%;
        margin-right: 1%;
    }
    #header .phones,
    #header .phones2 {
        font-size: 13px;
        text-align: right;
    }

    .sorting .sort {
        height: auto;
        float: none;
    }
    .sorting .sort .view {
        float: none;
    }
    .sorting .sort .param {
        float: none;
        margin-top: 10px;
    }
}
