/********************* all *******************/
@media (max-width: 1860px) and (min-width: 320px) {

input, textarea {
    -webkit-appearance: none;
}

.col_5, .content .responsive .col_5 {
    margin: 0 11px;
}

.col_5:nth-child(5n), .content .responsive .col_5:nth-child(5n)  {
    margin-right: 11px;
}

.content .responsive .col_5:nth-child(5n), .content .responsive .col_5:nth-child(4n) {
    margin: 0 11px;
}

.content .col_5:nth-child(5n) {
    margin: 0 2.1% 25px 0;
}

.content .col_5 {
    width: 23.4%;
    margin: 0 2.1% 25px 0;
}

.content .col_5:nth-child(4n) {
    margin-right: 0;
}
.news.col_5 .news_anons {
    height: 60px;
    overflow: hidden;
}

.footer__offer .feed_params__pole {
    width: 30%;
    margin-right: 2%;
}

.footer__offer .feed_params {
    width: 85%;
}

.footer__offer input.button.btn.solid {
    width: 15%;
}

.shop-item-right .shop_param_price, .summa_buy {
    width: 30%;
}

}

@media (max-width: 1367px) and (min-width: 320px) {
    .content .col_5 {
        width: 31.9%;
    }

    .content .col_5:nth-child(4n) {
        margin-right: 2.1%;
    }
    .content .col_5:nth-child(3n) {
        margin-right: 0;
    }

    .content .responsive .col_5:nth-child(4n), .content  .responsive .col_5:nth-child(3n) {
        margin: 0 11px;
    }
}
/********************* ipad pro *******************/

@media (max-width: 1280px) and (min-width: 320px) {
    .shop-item-right .shop_param_price, .summa_buy {
        width: 48%;
    }
    .header__cart {
        float: right;
        /*width: 20%;*/
        min-width: 110px;
        margin-left: auto;
    }

    .header__top_left {
        /*width: 80%;*/
        width: 100%;
    }



}

@media (max-width: 1180px) and (min-width: 320px) {

    .shop-item-left {
        width: 56%;
    }

    .shop-item-right {
        width: 43.628%;
    }

    .shop-item-right .shop_param_tit {
        width: 50%;
    }


    .menu__name {
        /*display: none;*/
    }
    .header__search input[type="submit"] {
        position: static;
    }

    input#textbox {
        display: none;
    }
    .header__search {
        padding: 0 10px;
    }
    .header__menu_cat>ul.menu>li>a,  .header__left #top-menu>li>a {
        -ms-justify-content: center; -moz-justify-content: center; -webkit-justify-content: center; justify-content: center;
    }
    .header__menu_cat a .menu_img {
        margin-right: 0;
    }
    .search-input {
        text-align: center;
    }
    .header__top {
        font-size: 13px;
    }
    address.header__time_phone p:first-child {
        font-size: 12px;
    }
    address.header__time_phone a {
        font-size: 14px;
    }

}

@media (max-width: 1024px) and (min-width: 320px) {
    .header__top {
        height: 110px;
    }
    /*.header__top_left>* {*/
    /*    margin-bottom: 10px;*/
    /*}*/
    .header__left {
        overflow: auto;
    }
}

@media (max-width: 920px) and (min-width: 320px) {
    .feed_params {
        width: 100%;
    }
    .footer__offer input.button.btn.solid {
        width: auto;
    }
    .footer__offer .feed_params__pole, .shop-item-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer__offer .feed_params__pole--checkbox{
        width: 190px;
    }
    .shop-item-right {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }
    .shop-item-left {
        margin-bottom: 30px;
    }
    .shop-item-right .shop_param_price, .summa_buy {
        width: 23%;
    }


    .header__top_menu ul#top-menu {
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        display: none;
        width: 165px;
    }

    .header__top_menu ul#top-menu a {
        color: #000;
        padding: 10px;
        display: block;
    }

    .header__top_menu ul#top-menu li {
        display: block;
        margin: 0;
    }

    .header__top_menu ul#top-menu a:hover {
        color: #fff;
        background: #1971a3;
    }

    nav.header__top_menu {
        position: relative;
        padding-top: 0;
    }

    .block.shop-filter .js_shop_search_param {
        padding: 7px;
    }

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 75px;
    height: 45px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    background: none;
    float: left;
}

.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 20px;
  left: 18px;
  right: 18px;
  height: 1px;
  background: #fff;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 85%;
    height: 1px;
    background-color: #fff;
    content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}


.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */


.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

.c-hamburger.c_hamburger_bot span {
    height: 2px;
}

.c-hamburger.c_hamburger_bot span:before, .c-hamburger.c_hamburger_bot span:after {
    height: 2px;
    width: 100%;
}

}

/*min*/
@media (max-width: 885px) and (min-width: 320px) {
    .content .col_5 {
        width: 48.3%;
    }
    .content .col_5:nth-child(3n) {
        margin-right: 2.1%;
    }
    .content .col_5:nth-child(even) {
        margin-right: 0;
    }
    .abs_bs {
        display: none;
    }


    address.header__addr, address.header__city {
        display: none;
    }
    .header__top_left > * {
        margin-right: 0;
    }
    .header__cart {
        width: auto;
        min-width: unset;
    }
    .header__top_left {
        width: auto;
    }
    nav.header__top_menu {
        width: 75px;
        order: 1;
        padding: 10px;
    }
    .header__top {
        display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    }
    .header__top_up {
        padding: 10px;
        order: 2;
    }

    .header__top {
        height: 60px;
    }

    .header__left .c-hamburger {
        position: absolute;
        right: 10px;
        top: 10px
    }
    .header__left {
        width: 320px;
        display: none;
        height: 100%;
    }

    body {
        padding-left: 0
    }
    .header__top, .header__menu_cat li.parent ul.menu, footer {
        left: 0;
    }
    .header__top, footer {
        width: 100%;
    }

    .header__top_left {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header__logo {
        /*max-width: 190px;*/
        /*padding: 10px;*/
        /*margin: 0 auto;*/
        margin: 0;
        width: 80px;
        border: 0;
        padding: 0;
        margin-right: 10px;
    }
    .header .clear {
        display: none;
    }
    .header__menu_cat li.parent > ul.menu.is-active {
        display: block;
    }
    /*.header__menu_cat li.parent:hover > ul.menu {*/
    /*    display: block;*/
    /*}*/
    .header__menu_cat li.parent ul.menu {
        position: static;
        width: auto;
        height: auto;
        display: none;
        max-width: none;
        padding-top: 0;
    }
}



@media (max-width: 668px) and (min-width: 320px) {


    .header__left a {
        font-size: 13px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        overflow-wrap: break-word;
        padding: 10px;
    }
    .shop-item-right .shop_param_price, .summa_buy {
        width: 48%;
    }
    .content .col_5 {
        width: 100%;
        margin-right: 0;
    }
    .content .col_5:nth-child(even) {
        margin-right:0;
    }

   .content .responsive .col_5:nth-child(even) {
        margin: 0 15px;
    }

    .column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin-bottom: 0;
    }
    .footer__offer h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .shop_all_img__nav {
        padding: 0;
    }

    .content {
        /*margin-top: 80px;*/
        padding-top: 80px;
    }

    .buy_block {
        -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }

    .buy_block>* {
        margin-bottom: 15px;
    }

    .footer__offer input.button.btn.solid, .footer__text {
        width: auto;
    }
    .footer__text {
        margin-bottom: 10px;
    }

    .footer__bot {
        margin-top: 10px;
    }

    .footer__bl .container {
        padding-top: 30px;
    }
    .block.sort {
        position: static;
        margin-bottom: 15px;
    }
    select#selectmenu1 {
        width: 85px;
    }
    .block.shop-filter .js_shop_search_param {
        width: 100%;
    }
    .block.shop-filter .js_shop_search_param .text_form {
        width: 55px;
    }
    .kont__left {
        width: 100%;
        margin-bottom: 15px;
    }

    .block.shop-filter {
        display: none;
    }
    .sty.hide.btn {
        color: #fff;
        text-align: center;
    }
    .block.shop-filter .js_shop_search_param .chek {
        width: 100%;
    }
    .shop-item-right .shop_param_tit {
        width: auto;
        float: left;
    }
    table.cart thead tr th.cart_remove {
        font-size: 0;
    }

    .kont__left.maps>ymaps {
        height: 100% !important;
    }
    .kont__left.maps {
        height: 300px;
    }
    .news_bl .col_5 {
        padding: 10px;
    }
    .shop-item-left {
        padding: 0;
    }
}

@media (max-width: 340px) and (min-width: 320px) {

}


@media (max-width: 480px) and (min-width: 320px) {

    .container {
        padding: 0 15px;
    }
    .footer__bl .container {
        padding: 15px;
    }
    .header__top.header__top__flex {
        padding: 15px;
    }
    .cart__sum_bl {
        display: none;
    }
    .header__cart img {
        margin-right: 0;
    }
    .footer__offer {
        padding: 15px 0;
    }

    nav.header__top_menu {
        width: 50px;
    }

    .c-hamburger {
        width: 50px;
    }
    .c-hamburger span {
        left: 0;
    }
    .search input.input_search {
        width: 55%;
    }
    .cart_table, form.cart_form, .cart_relult_block {
        padding: 10px;
    }
}
