.toggle-wrap {
  display: none;
}

.table-wrap {
  overflow-x: auto;
}

/* -********* RESPONSIVE STYLES *********- */
@media screen and (max-width: 1360px) {
    .personal-order>.info>.text-block {
        padding-right: 0;
        background-image: none;
    }
} 

/*============== 1300px ==============*/
@media screen and (max-width: 1300px) {
    .description .desc .main-block .price .buycall {
        font-size: 12px;
        padding: 0 5px;
        line-height: 30px;
        height: 30px;
    }

    .description .desc .main-block .price .buycall>span {
        padding-left: 25px;
    }

    .description .desc .main-block .price span {
        line-height: 30px;
    }

    .description .desc .main-block .price .stocks {
        line-height: 30px;
        height: 30px;
    }

    .description .desc .main-block .price .stocks span {
        font-size: 12px;
        padding-left: 35px;
        padding-right: 5px;
        line-height: 30px;
        height: 30px;
    }

    .description .desc .main-block .price button[type="submit"] {
        font-size: 14px;
        padding: 0 10px;
        line-height: 30px;
        height: 30px;
    }

    .description .desc .main-block .price span.price {
        font-size: 18px;
    }

    .description .desc .main-block .price .add2cart {
        margin-right: 5px;
    }

    #main .content ul.skus li span {
        margin: 15px 0 0 0;
        font-size: 12px !important;
    }


}

@media screen and (max-width: 1280px) {
    .personal-order>.info>.text-block {
        font-size: 14px;
        width: 260px;
        line-height: 20px;
    }

    .personal-order>.info>.text-block a {
        font-size: 14px;
        height: 20px;
    }
}

@media screen and (max-width: 1250px) {
    .personal-order>.info,
    .personal-order>.right,
    .personal-order>.info>.img,
    .personal-order>.info>.text-block {
        float: none !important;
        margin: 0 auto;
        text-align: center;
    }
}

/*============== 1171px ==============*/
@media screen and (max-width: 1171px) {
    .description .desc .main-block .price .add2cart {
        float: none;
        margin-bottom: 10px;
    }

    .description .desc .main-block .price .buycall {
        float: left;
    }

}

/*============== 1125px ==============*/

@media screen and (max-width: 1125px) {
    .navigation ul.menu-h li {
        padding: 0 5px;
    }

    .navigation ul.menu-h li a {
        font-size: 12px;
    }

    ul.scope,
    ul.scope>li:hover>ul {
        width: 300px;
    }

    #header .center {
        width: 500px;
    }

    #header .h2 {
        margin-top: 5px;
    }
}
/*============== 1024px ==============*/

@media screen and (max-width: 1024px) {


    #header .slider .slider-inner {
        width: auto;
    }

    #header .grafik {
        font-size: 14px;
    }

    #header .grafik span.number {
        font-size: 18px;
    }

    .navigation ul.menu-h li a {
        background-size: 24px;
        /*padding-left: 30px !important;*/
    }

    ul.scope,
    ul.scope>li:hover>ul {
        width: 270px;
    }
    
    #main .container .content {
        padding-right: 10px;
    }

    #vk_groups,
    .rightCol .block {
        display:none;
    }

    .rightCol {
        position: static !important;
    }
    
    .selects .sel-category {
        display:block;
    }

    .cart-wrap {
      width: auto;
    }

    table.cart td.item-total {
      width: 150px;
    }

    .checkout-step textarea {
      width: 100%;
      box-sizing: border-box;
    }
    
}

@media screen and (max-width: 970px) {

    #header .center {
        width: 380px;
    }

    ul.scope,
    ul.scope>li:hover>ul {
        width: 250px;
    }

    #main .container {
        padding: 20px 0;
    }

    #footer {
        height: auto;
        position: static;
    }

    #footer .container {
        height: auto;
    }

    #footer .container .copy-counter {
        float: none;
        text-align: center;
    }

    #footer .container .copy-counter,
    #footer .container .phone {
        width: auto;
    }

    #footer .container .phone {
        padding-top: 0;
    }

    #footer .container .nav-search-soc {
        position: static;
        margin-top: 15px;
        text-align: center;
    }

    #footer .container .social {
        text-align: center;
    }

    .analog .item {
      float: none;
      height: auto;
      display: inline-block;
      vertical-align: top;
      width: 200px;
    }

    .analog .item .desc .name {
      height: auto;
    }
}
/*============== 890px ==============*/

@media screen and (max-width: 890px) {
    #card {
        width: 150px;
  right: 2px;
  top: 120px !important;
  float: right;
    }
    #card .card-content {
        background:none;
        padding-left:10px;
    }
    #card .card-content .products {
        left: auto;
        right: 10px;
    }

    #card .inner form {
        text-align: center;
    }

    #card .inner button {
        font-size: 11px;
    }
    .navigation {
        background-color: #e37b07;
        /*min-height: 82px;*/
    }

    .navigation .container .search {
        float: none;
        padding: 6px 10px 0;
        margin: 0;
    }

    .navigation .container .search input[type=text] {
        box-sizing: border-box;
        width: 100%;
    }
    .navigation .container .search input[type=button]{
        left: 16px;
        top: 15px;
    }

    .navigation ul.menu-h {
        margin-top: 8px;
        float: none;
        padding: 0;
    }

    .navigation ul.menu-h li {
        background-color: #e37b07;
    }

    ul.scope {
        width: 45%;
    }

    ul.scope>li:hover>ul {
        width: 100%;
        left: 0;
    }
}
/*============== 800px ==============*/
@media screen and (max-width: 800px) { 
    .hide-mobile {
        display: none!important;
    }

    .page-nav>span,
    .page-nav>a {
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 13px;
    }
}
/*============== 780px ==============*/
@media screen and (max-width: 780px) {
    body {
    padding-top: 40px;
  }

  .toggle-wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #e37b07;
    z-index: 100002;
  }

  .toggle-wrap>button {
    border: 0;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: transparent;
    height: 40px;
    text-transform: uppercase;
    padding: 0 10px;
    background-image: none;
    border: 0;
    transition: none;
    box-shadow: none;
  }

  .toggle-wrap>button.toggle-menu>span {
    background-color: #fff;
    width: 30px;
    height: 2px;
    display: block;
    transition: all 0.2s ease;
  }

  .toggle-wrap>button.toggle-menu>span+span {
    margin-top: 4px;
  }

  .toggle-wrap>button.toggle-menu.active>span:first-child {
    transform: skewY(42deg);
    position: relative;
    top: 2px;
  }

  .toggle-wrap>button.toggle-menu.active>span:first-child+span {
    transform: skewY(-42deg);
    margin: 0;
  }

  .toggle-wrap>button.toggle-menu.active>span:last-child {
    display: none;
  }

  .navigation ul.menu-h {
    position: fixed;
    top: 40px;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 100002;
    background-color: #f0830a;
    transition: all 0.2s ease;
    margin-top: 0;
  }

  .navigation ul.menu-h.show-menu {
    left: 0;
  }

  .navigation ul.menu-h li {
    float: none;
    display: block;
    background-color: transparent;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 0;
  }

  .navigation ul.menu-h li.gallery,
  .navigation ul.menu-h li.faq,
  .navigation ul.menu-h li.company {
    display: none!important;
  }

  .navigation ul.menu-h li a {
    display: block;
    background-image: none!important;
    padding: 8px 0!important;
  }

  .navigation ul.menu-h li+li {
    margin-left: 0;
  }

  .card-icon {
    display: none;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 10px;
    top: 0;
    background: url("img/cart-icon.png") center no-repeat;
  }

    /*.navigation ul.menu-h {
        display: none;
    }*/

    /*.navigation ul.menu-h.hide {
        display: block;
    }*/

    .st-fixed {
      display: none!important;
    }

    #header .center {
        width: 300px;
    }

    #header .h2 {
        font-size: 14px;
    }

    .catalog-items .catalog-item .compare {
        float: none;
        margin: 0 0 5px;
    }
}
/*============== 768px ==============*/

@media screen and (max-width: 768px) { 

    #header .grafik {
        font-size: 12px;
    }

    #header .grafik span.number>a {
        text-decoration: underline;
    }
    
}

/*============== 721px ==============*/

@media screen and (max-width: 721px) { 

    #header .grafik span.number {
        font-size: 12px;
    }

    .catalog-items .catalog-item .photo {
        float: none;
        margin: 0 0 10px;
        text-align: center;
    }

    .catalog-items .catalog-item .photo .img,
    .catalog-items .catalog-item .photo .video-link {
        margin: 0 auto 5px;
    }

    .catalog-items .catalog-item .right,
    form.addtocart.basket {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .catalog-items .catalog-item .compare {
        text-align: center;
    }

    .catalog-items .catalog-item .compare input {
        float: none;
    }

    form.addtocart.basket button:hover+.arrow-basket,
    form.addtocart.basket>input[type="submit"]:hover+.arrow-basket {
        left: 26px;
    }

    .dialog-window .butt {
        white-space: nowrap;
        display: block;
        margin: 10px 0 0;
    }

    table.cart {
      width: 700px;
    }

    table.cart td {
      width: auto!important;
    }

    .wa-form .wa-field .wa-name {
      float: none;
      width: auto;
    }

    .wa-form .wa-field .wa-value {
      margin-left: 0;
    }

    #checkout-contact-form input[type=text],
    #checkout-contact-form input[type=password],
    #checkout-contact-form .wa-field-firstname input[type=text],
    #checkout-contact-form .wa-field-lastname input[type=text],
    #checkout-contact-form .wa-field-phone input[type=text],
    #checkout-contact-form .wa-field-email input[type=text] {
      width: 100%;
      box-sizing: border-box;
    }

    #checkout-contact-form .wa-field-firstname,
    #checkout-contact-form .wa-field-lastname,
    #checkout-contact-form .wa-field-phone {
      margin-right: 0;
    }

    #checkout-contact-form .wa-field-firstname,
    #checkout-contact-form .wa-field-phone {
      float: none;
    }
    
}
/*============== 660px ==============*/

@media screen and (max-width: 660px) { 
    #header,
    #header .container {
        height: auto;
    }

    #header .container {
        flex-direction: column;
    }

    #header .center {
        margin: 0 auto;
    }

    #header .h2 {
        font-size: 18px;
    }

    #header .mail {
        margin-bottom: 10px;
    }

    #header .logo,
    #header .phone,
    #header .center {
        width: 100%;
        text-align: center;
        position: relative;
    }

    #header .logo a {
        line-height: 0;
    }

    #header .logo img {
        width: 100px;
        vertical-align: top;
    }

    #header .slider .h2 {
        font-size: 16px;
    }

    #header .slider-item {
        height: auto;
        margin-bottom: 10px;
    }

    #header .slider-item .img {
        float: none;
        margin: 0 auto;
    }

    #header .grafik {
        font-size: 16px;
    }

    #header .grafik span.number {
        font-size: 24px;
    }

    #header .phone {
        font-size: 22px;
        padding-bottom: 8px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #header .phone .btn-whatsapp {
        display: inline-block;
        margin-top: 0;
    }

    #header .phone span {
        font-size: 16px;
    }

    #header .phone button>span {
        font-size: 16px;
        padding-left: 32px;
        background: url("img/call2.png") left center no-repeat;
    }

    .description .desc .main-block .price .add2cart {
        float: none;
        margin-bottom: 5px;
    }

    .description .desc .main-block .price button[type="submit"] {
        margin-left: 0;
    }

    .description .photo {
        margin: 0 auto;
        float: none;
    }

    .other .item.video .video-item iframe {
        width: 100% !important;
    }

    .dialog-window .cart {
        width: 100%!important;
        box-sizing: border-box;
    }

}
/*============== 530px ==============*/
@media screen and (max-width: 530px) { 
    #header .grafik span.number {
        display: block;
    }

    #header .grafik span.number+br {
        display: none;
    }

    .navigation {
        /*min-height: 122px;*/
    }

    .navigation ul.menu-h li.more {
        width: 100%;
        margin-left: 0;
        float: none;
        clear: both;
        padding: 0;
        background-color: #d07107;
        border-top: 1px solid #be6400;
    }

    #card {
        top: 115px !important;
    }

    .navigation ul.menu-h li.more>ul {
        top: 80px;
    }

    ul.scope>li {
        font-size: 14px;
    }

    ul.scope>li:hover>ul>li>a {
        font-size: 12px;
    }

    ul.scope>li:hover>ul>li+li {
        margin-top: 7px;
    }

    ul.scope+ul.scope {
        margin-bottom: 15px !important;
    }

    .description .desc .main-block .price .add2cart,
    .description .desc .main-block .price .stocks {
        float: left;
    }

    .description .desc .main-block .price .buycall {
        clear: both;
        margin: 7px 0;
    }


}
/*============== 450px ==============*/
@media screen and (max-width: 450px) {
    #header .phone .btn-whatsapp {
        margin-top: 10px;
    }

    #mailer-frontend-subscribe-form,
    #card,
    #mailer-frontend-subscribe-form  {
        display:none;
    }

    .card-icon {
      display: block;
    }
    .navigation {
        /*min-height: 215px;*/
    }

    .navigation ul.menu-h li {
        float: none;
        width: 100%;
        padding: 0;
    }

    .navigation ul.menu-h li+li {
        margin-left: 0;
        /*border-top: 1px solid #d17107;*/
    }

    .navigation ul.menu-h li a {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .navigation ul.menu-h li.more {
        position: relative;
    }

    .navigation ul.menu-h li.more>ul {
        top: 40px;
    }

    ul.scope {
        width: 100%;
    }

    ul.scope>li:hover>ul {
        width: 100%;
        left: 0;
        padding: 10px !important;
    }

    ul.scope+ul.scope {
        margin-left: 0 !important;
        margin-top: 15px !important;
    }
    
   /* #card {
        position: fixed !important;
        top:40px !important;
        right:10px;
    }*/

    .other .item.reviews .reviews-item .author {
        float: none;
        margin-bottom: 10px;
    }

    .analog .item {
      width: auto;
      text-align: center;
      display: block;
    }

    .analog .item .img {
      float: none;
      margin: 0 auto 10px;
    }

    .page-nav>span,
    .page-nav>a {
      float: none;
      margin-right: 0;
      text-align: center;
    }

    .otzivi .rating {
      float: none!important;
      margin-right: 0!important;
    }

}

/*============== 400px ==============*/
@media screen and (max-width: 400px) {
    .navigation ul.menu-h li.more {
        display: none;
    }

     .navigation {
        /*min-height: 110px;*/
    }

    #header {
        position: relative;
    }

    #header .logo {
        text-align: left;
        margin-bottom: 10px;
    }

    .qr-block {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .qr-block img {
        height: 90px;
        width: auto;
    }
}