@media only screen and (max-width: 64em) {
  .main-menu {
    display: none;
  }
  .mob-toolbar {
   
  }
  .logo {
    max-width: 150px;
    margin-top: 10px;
  }
  #logo img {
    max-width: 150px;
  }
  .nav-bar {
    position: relative;
    height: 65px;
  }

  .nav-bar .cart-items {
    margin: 11px 65px 0 0;
    float: right;
  }
  .nav-bar .cart-items .fa-3x {
    font-size: 2.5em;
  }

  .mob-contact {
    background: #252525;
    text-align: center;
  }
  .mob-contact a,
  .mob-contact i {
    color: #fff;
    font-size: 20px;
  }
  .mob-contact i {
    margin-right: 5px;
  }
  .mob-contact p {
    margin: 0;
  }
  .mob-contact li {
    padding: 10px 0;
  }

  .view-catalog .view-content .item-list ul li {
    padding: 0 5px;
    text-align: center;
  }
  .view-catalog .view-content .item-list ul li a.left {
    float: none !important;
  }

  #main-menu.header-menu {
    height: auto;
    float: none !important;
    width: 100%;
  }
  #main-menu.header-menu ul.menu > li {
    display: block;
    float: none;
  }
  #main-menu.header-menu ul.menu > li a {
    line-height: 1.5em;
  }
  .nav-bar .fnav #main-menu ul.menu > li {
    display: block;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #1a5ca4;
  }
  #main-menu.header-menu ul.menu > li.expanded > .menu {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
  }
  #main-menu.header-menu ul.menu > li.expanded {
    background: 
  }
  #main-menu.header-menu ul.menu > li.expanded:active > .menu {
    display: block;
  }
  #main-menu.header-menu ul.menu > li > a {
    height: 50px;
    padding: 10px 20px;
  }
  #main-menu.header-menu ul.menu > li.active {
    background: none;
    color: #fff;
    font-size: 18px;
  }
  /*#main-menu.header-menu ul.menu > li.expanded.active:before {
    content: '\f106';
    font-family: "FontAwesome";
    top: -5px;
  }*/
  #main-menu.header-menu ul.menu > li.expanded:before {
    content: '\f107';
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 34px;
    color: #efe007;
  }
  #main-menu.header-menu ul.menu > li.expanded ul.menu > li.expanded:before {
    content: '';
  }
  #main-menu.header-menu ul.menu > li.first > a {
    border: none;
  }
  #main-menu.header-menu ul.menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
   #main-menu.header-menu ul.menu > li.first {
    border-top: 1px solid rgba(255, 255, 255, .1);
  }
  #main-menu.header-menu ul.menu > li > a {
    border-right: 0;
  }
  #main-menu.header-menu ul.menu > li > a:hover, #main-menu.header-menu ul.menu > li > a.active {
    background: none;
    color: #fff;
  }
  #main-menu.header-menu ul.menu > li.expanded > .menu li {
    padding: 0 20px;
  }
  #main-menu.header-menu ul.menu > li.expanded > .menu li {
    border-bottom: none;
    margin-bottom: 20px;
  }
  #main-menu.header-menu ul.menu > li.expanded > ul.menu > li.expanded > .menu li {
    border-bottom: 1px solid #DFDBAD;
    margin-bottom: 0;
  }
  #main-menu.header-menu ul.menu > li.expanded > .menu > li.expanded > .menu {
    left: 0;
  }
  .main-menu .columns,
  .main-menu .row {
    padding: 0;
  }





  .row {
    padding: 0 20px;
  }
  



  #footer {
    text-align: center;
    height: auto;
  }
  #footer #main-menu {
    margin-bottom: 20px;
    float: none !important;
  }
  #footer #main-menu ul.menu {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }

  .slick-dots {
    display: none !important;
  }




  .top-toolbar {
    height: auto;
  }







  .hamburger-menu {
    position: absolute;
    top: 25px;
    left: auto;
    right: 40px;
    bottom: auto;
    margin: auto;
    width: 20px;
    height: 14px;
    cursor: pointer;
    z-index: 44;
  }
  .mob-search {
    position: absolute;
    top: 46px;
    left: auto;
    right: 80px;
    bottom: auto;
    margin: auto;
    width: 20px;
    height: 14px;
    cursor: pointer;
    z-index: 44;
  }

  .bar,
  .bar:after,
  .bar:before {
    width: 35px;
    height: 3px;
  }

  .bar {
    position: relative;
    transform: translateY(6px);
    background: #DF1C1C;
    transition: all 0ms 300ms;
  }
  .bar.animate {
    background: rgba(255, 255, 255, 0);
  }

  .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #DF1C1C;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #DF1C1C;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #footer {
    padding: 10px 0;
  }
  #footer #main-menu {
    margin: 0;
  }
  #footer ul.social,
  #footer .magica {
    margin: 10px 0;
  }
  .front .contacts .number-email p, .front .contacts .number-email a {
    text-align: center;
  }
  .front .contacts .number-email {
    width: 100%;
  }

  .pane-page-title h1, .large-3.columns.sidebar {
    text-align: center;
  }
  .search-api-ranges-widget {
    max-width: 40%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

}


@media only screen and (max-width: 50em) {
  .columns {
    padding: 0;
  }
  .search #search-form input {
    width: 100%;
  }
  .top-toolbar ul {
    text-align: center;
    height: 30px;
  }
  .top-toolbar {
    padding-bottom: 15px;
  }

  .view-slider .slider-title {
    font-size: 22px;
  }

  .view-commerce-cart-form .form-item {
    width: 100%;
    margin: 0;
  }
  .view-commerce-cart-form table tbody tr td, 
  .view-commerce-cart-form table tr td,
  .view-commerce-cart-form table thead tr th {
    display: flex;
  }
  ul.language-switcher-locale-url {
    position: static;
    height: auto;
  }
}