@media screen and (min-width:1440px) and (max-width:1640px) {
    #body {
        width:100%;
        min-width:unset;
    }
    #body #app {
        zoom:0.9;
    }
}
@media screen and (min-width:1280px) and (max-width:1439px) {
    #body {
        width:100%;
        min-width:unset;
    }
    #body #app {
        zoom:0.8;
    }
}
@media screen and (min-width:1120px) and (max-width:1279px) {
    #body {
        width:100%;
        min-width:unset;
    }
    #body #app {
        zoom:0.7;
    }
}

@media screen and (min-width:900px) and (max-width:1119px) {
    #body {
        width:100%;
        min-width:unset;
    }
    #body #app {
        zoom:0.55;
    }
}
@media screen and (min-width:900px) {
    .only_mobile {
        display:none;
    }

}
@media screen and (max-width:900px) {
    .only_mobile {
        display:block;
    }
    #body {
        width:100%;
        min-width:unset;
    }
    .center-box {
        width: 90%;
    
    }
    .menu_line {
        background: #52a228;
        
    }
    .menu_line .center-box {
        width: 100%;
    
    }
    
.head_line .logo {
    display: block;
    float: none;
    padding: 10px 0;
    width: 200px;
    margin-right: 0;
}
.head-info {
    width: 100%;
    padding: 10px 0;
    float: none;
    margin-right: 0;
}
.head-contacts {
    width: 100%;
    padding: 10px 0;
    float: none;
    text-align: left;
}
.sitename {
    display:none;
}
.head-basket {
    background: #eee;
    width: 80px;
    height: 80px;
    float: none;
    background: #fbfbfb url(/images/basket_i.png) center no-repeat;
    background-size: 50px;
    cursor: pointer;
    displaY: block;
    position: absolute;
    top: 20px;
    right: 10px;
    border-radius: 3px;
}
.head-basket span {

    right:10px;
    top:unset;
    bottom:10px;
    
}


    
    .mob-menu {
        display: block;
        float:left;
        height: auto;
        min-width:200px;
        text-align: left;
        margin: auto;
        line-height: 30px;
        font-size: 21px;
        text-transform: uppercase;
        color:#4d4d57;
        padding: 15px 0px 10px 40px;
        background:url(/images/catalog_i.png) left  center no-repeat;
        background-size:25px;
    }
    ul.menu {
        display: none;
        width: 100%;
        height: auto;
        padding: 0;
        border-radius: 0;
        background: none;
        box-shadow: none;
        margin-bottom: 5px;
        background:#fff;
    }
    ul.menu li {
        float:none;
        border:0;
        height: auto;
        /*border-bottom:1px solid #4f4f4f;*/
        margin:0;
        background:transparent;
    }
    ul.menu li:last-child {
        border-right:0;
    }
    ul.menu li a {
        display: block;
        height: 50px;
        padding: 10px 20px 10px;
        line-height: 30px;
        font-size: 18px;
        text-transform: uppercase;
        color: #333;
        overflow:hidden;
    }
    ul.menu li a::befor {
        display:none;
    }
    ul.menu li.catalog_i a {
        padding: 10px 20px 10px;
        background:transparent;
    }
    ul.menu li.search_i {
        display:none;
    }
    ul.menu li.basket_i {
        display:none;
    }
    ul.menu li.lang.ru {
        float:left;
    }
    ul.menu li.lang.en {
        float:left;
    }
    ul.menu li.lang.ru a {
        padding: 10px 20px 10px;
    }
    ul.menu li.lang.ru {
        margin-left: 0;
    }
    
    .search_mobile {
        
    }
    .search_mobile {
        display: block;
        height: 60px;
        float: right;
    }

    .search_mobile a {
        display: block;
        height: 60px;
        padding: 15px 20px 10px;
        line-height: 35px;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        font-weight:bold;
        position:relative;
    }
    
    .search_mobile a {
        padding: 15px 10px 10px;
        width:50px;
        background:url(/images/search_i.png) center no-repeat;
        background-size:25px;
        cursor:pointer;
    }
    
    .basket_mobile {
        display: block;
        height: 60px;
        float: right;
    }
    .basket_mobile a {
        display: block;
        height: 60px;
        padding: 15px 20px 10px;
        line-height: 35px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight:normal;
        position:relative;
    }
    .basket_mobile a span {
        top:5px;
        right:10px!important;
    }
    
    .basket_mobile a {
        padding: 15px 10px 10px;
        width:60px;
        background:url(/images/basket_i.png) center no-repeat;
        background-size:25px;
        cursor:pointer;
    }

h1 {
    font-size:32px;
}
h2 {
    font-size:24px;
}

h2.main {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
    display: block;
    font-weight: 800;
    margin:0;
    padding:0;
    text-transform: uppercase;
}
h2.main span {
    font-size: 26px;
    line-height: 28px;
}
h3.main {
    font-size: 24px;
    line-height: 24px;
}
h3.main.bordered {
    padding:10px 25px 7px 25px;

}
h3.main span {
    display:block;

}


/*  login form  */
.form_ui  {
    padding:30px;
    display:block;
    width:100%;
}
.form_ui label  {
    display:block;
    font-size:24px;
    margin-top:20px;
}
.form_ui input[type=text], .form_ui input[type=email], .form_ui input[type=password]  {
    max-width:100%;
}
.form_ui button  {

}


.item_left {
    float: none;
    width: 100%;
    margin: 20px 0;
}
.item_right {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding:10px;
}
.catalog-item2 .ci-image {
    width: 100%;
    height: 200px;
}
.catalog-item2 .ci-image {
    width: 100%;
    height: 200px;
}
.catalog-item2 .img_prev.display {
    width: 150px;
    height: 100px;
}
.catalog-item2 .cid-val2 {
    padding: 7px 10px 5px;
}
.catalog-item2 .ci-more {
    font-size: 18px;
    line-height: 21px;
    padding: 10px 0;
}
.catalog-item2 .ci-btn {
    margin-left: 0;
    margin:10px auto 0
}
.catalog-item2 .ci-cost {

    padding: 10px 10px 6px;

}
videos {
    margin: 30px 0;
}
.video {
    float: none;
    margin: 10px 0;
    width: 100%;
    height: 200px;
    border-radius: 3px;
    background: #FDF9F5;
    background-size: cover !important;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.basket-big-box {
    float: none;
    width: 100%;
    margin: 20px 0;
}
.basket-fos {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding:10px;
}
.basket-list tr{
    display:block;
    border-top: 1px solid #a3a3a3;
}
.basket-list td {
    padding: 20px 0 !important;
    display: block;
    width: 100%;
    border:0;
}
.basket-list img {
    width: 100px;
}

.catalog-item {
    width: 100%;
    margin: 10px 0;
    float: none;
}
.catalog {
    margin: 30px 0;
}
.category_more {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    display: block;
    font-weight: 400;
    margin: 20px 0 0 0;
    padding: 0;
    text-transform: uppercase;
}
.catalog h3 {
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 1px;
    display: block;
    font-weight: 600;
    margin: 20px 0 0 0;
    padding: 0;
    text-transform: uppercase;
}
.ci-image {
    width: 100%;
    height: 230px;
}
.ci-title {

    font-size:16px;
}

.count {
    height: auto;
}

.count .count-button div {

    padding: 10px 10px;
}
.count .count-button {
    margin: 0 2px;
}
.basket-list {
    background: #fff;
}


    
}