@media all and (max-width: 479px) {
  .header-main {
    padding-top: 40px;
  }
  .menu {
    display: none;
  }
  .logo,
  .slogan {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    max-width: none;
  }
  .mobile-menu {
    display: block;
    margin: 0;
    font-size: 20px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
  }
  .mobile-menu:hover,
  .mobile-menu:active,
  .mobile-menu:focus {
    color: #fff;
  }
  .menu {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #ddd;
  }
  .menu li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
  }
  .menu li:hover > a,
  .menu li.active a {
    background-color: #ccc;
    text-decoration: none;
    margin: 0;
    color: #337ab7;
  }
  .menu li a {
    padding: 10px 15px;
    border: none;
    border-top: 1px solid #aaa;
    margin: 0;
    background: transparent;
    color: #333;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 14px;
  }
  .menu li a:hover,
  .menu li a:focus,
  .menu li a:active {
    background-color: #ccc;
    text-decoration: none;
    margin: 0;
    color: #337ab7;
  }
  .search {
    margin: 0;
  }
  .slider-content {
    display: none;
  }
  .page-header {
    text-align: center;
  }
  .thumbnail {
    text-align: center;
  }
  .pushfooter {
    height: auto;
  }
  .footer-main {
    height: auto;
    margin: 0;
    text-align: center;
  }
  .footer-main .footer-links {
    text-align: center;
    margin-top: 10px;
  }
  .media {
    text-align: center;
  }
  .img-left {
    float: none;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .img-left img {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
  }
  .category-main {
    margin-bottom: 15px;
  }
  .category-item a {
    margin-bottom: 10px;
  }
  .social-block {
    text-align: center;
  }
  .footer-menu {
    margin-bottom: 10px;
  }
  .loginFPForm,
  .register,
  .update-profile,
  .shoporderform,
  .loginForm {
    width: 100%;
  }
  .contacts-top {
    text-align: center;
    margin-bottom: 10px;
  }
  .contacts-top p {
    margin: 4px 15px;
  }
  .login {
    margin-bottom: 5px;
  }
  .shop-cart-wrapper {
    text-align: center;
  }
  .shop-cart-wrapper .shop-link {
    text-align: center;
  }
  .shop-cart-wrapper .count {
    float: none;
    margin-left: 10px;
  }
  .header-bottom {
    padding: 10px 0;
  }
  .filter-sort input,
  .filter-sort select,
  .filter-sort .form-range,
  .filter-sort .btn,
  .filter-sort .sort select {
    width: 100%;
  }
  .filter-sort a.btn {
    margin-top: 5px;
  }
  .product-img-list {
    text-align: center;
    margin-bottom: 15px;
  }
  .product-img-list a {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .product-img-list a:first-child {
    display: block;
    float: none;
  }
  #mapexMap {
    margin-bottom: 15px;
  }
  .sidebar {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
  }
  .authform {
    padding: 10px 0;
  }
  .slog {
    text-align: center;
  }
  .headcontacts {
    text-align: center;
  }
  #search-form {
    padding: 10px 0;
    margin-bottom: 15px;
  }
  #search-form .search-field {
    float: none;
    width: 100%;
    display: inline-block;
    background: url(../images/search-bg.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  #search-form input {
    width: 85%;
  }
  footer {
    text-align: center;
  }
  footer .text-right {
    text-align: center;
    padding-top: 15px;
  }
  footer span {
    display: inline-block;
    vertical-align: middle;
  }
  .liveinternet {
    float: none;
  }
  .ya-share2__container_size_s {
    text-align: center;
  }
  .comparelist ul {
    width: 100%;
  }
  .category-item {
    margin-bottom: 15px;
  }
  .wrapper.text {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .header-main {
    background: url(../images/menu-row-tail.gif) center bottom repeat-x #f2f3ed;
    padding-bottom: 10px;
  }
  .header-page {
    margin-top: 15px;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .header-main {
    padding-top: 40px;
  }
  .menu {
    display: none;
  }
  .logo,
  .slogan {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    max-width: none;
  }
  .contacts-top {
    text-align: center;
  }
  .mobile-menu {
    display: block;
    margin: 0;
    font-size: 20px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
  }
  .mobile-menu:hover,
  .mobile-menu:active,
  .mobile-menu:focus {
    color: #fff;
  }
  .menu {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #ddd;
  }
  .menu li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .menu li:hover > a,
  .menu li.active a {
    background-color: #ccc;
    text-decoration: none;
    margin: 0;
    color: #337ab7;
  }
  .menu li a {
    padding: 10px 15px;
    border: none;
    border-top: 1px solid #aaa;
    margin: 0;
    background: transparent;
    color: #333;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 14px;
  }
  .menu li a:hover,
  .menu li a:focus,
  .menu li a:active {
    background-color: #ccc;
    text-decoration: none;
    margin: 0;
    color: #337ab7;
  }
  .search {
    margin: 0;
  }
  .slider-content {
    display: none;
  }
  .page-header {
    text-align: center;
  }
  .thumbnail {
    text-align: center;
  }
  .pushfooter {
    height: auto;
  }
  .footer-main {
    height: auto;
    margin: 0;
    text-align: center;
  }
  .footer-main .footer-links {
    text-align: center;
    margin-top: 10px;
  }
  .category-main {
    margin-bottom: 15px;
  }
  .category-item a {
    margin-bottom: 10px;
  }
  .social-block {
    text-align: center;
  }
  .footer-menu {
    margin-bottom: 10px;
  }
  .loginFPForm,
  .register,
  .update-profile,
  .shoporderform,
  .loginForm {
    width: 100%;
  }
  .contacts-top {
    text-align: center;
    margin-bottom: 10px;
  }
  .contacts-top p {
    margin: 4px 15px;
  }
  .login {
    margin-bottom: 5px;
  }
  .shop-cart-wrapper {
    text-align: center;
  }
  .shop-cart-wrapper .shop-link {
    text-align: center;
  }
  .shop-cart-wrapper .count {
    float: none;
    margin-left: 10px;
  }
  .header-bottom {
    padding: 10px 0;
  }
  .filter-sort input,
  .filter-sort select,
  .filter-sort .form-range,
  .filter-sort .btn,
  .filter-sort .sort select {
    width: 100%;
  }
  .filter-sort a.btn {
    margin-top: 5px;
  }
  .product-img-list {
    text-align: center;
    margin-bottom: 15px;
  }
  .product-img-list a {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .product-img-list a:first-child {
    display: block;
    float: none;
  }
  #mapexMap {
    margin-bottom: 15px;
  }
  .sidebar {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
  }
  .authform {
    padding: 10px 0;
  }
  .slog {
    text-align: center;
  }
  .headcontacts {
    text-align: center;
  }
  #search-form {
    padding: 10px 0;
    margin-bottom: 15px;
  }
  #search-form .search-field {
    float: none;
    width: 100%;
    display: inline-block;
    background: url(../images/search-bg.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  #search-form input {
    width: 85%;
  }
  footer {
    text-align: center;
  }
  footer .text-right {
    text-align: center;
    padding-top: 15px;
  }
  footer span {
    display: inline-block;
    vertical-align: middle;
  }
  .liveinternet {
    float: none;
  }
  .ya-share2__container_size_s {
    text-align: center;
  }
  .comparelist ul {
    width: 100%;
  }
  .category-item {
    margin-bottom: 15px;
  }
  .wrapper.text {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .header-main {
    background: url(../images/menu-row-tail.gif) center bottom repeat-x #f2f3ed;
    padding-bottom: 10px;
  }
  .header-page {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .header-main {
    padding-top: 50px;
  }
  .menu {
    display: none;
  }
  .logo,
  .slogan {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    max-width: none;
  }
  .contacts-top {
    text-align: center;
  }
  .mobile-menu {
    display: block;
    margin: 0;
    font-size: 20px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
  }
  .mobile-menu:hover,
  .mobile-menu:active,
  .mobile-menu:focus {
    color: #fff;
  }
  .menu {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #ddd;
  }
  .menu li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
  }
  .menu li:hover > a,
  .menu li.active a {
    background-color: #ccc;
    text-decoration: none;
    margin: 0;
    color: #337ab7;
  }
  .menu li a {
    padding: 10px 15px;
    border: none;
    border-top: 1px solid #aaa;
    margin: 0;
    background: transparent;
    color: #333;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 14px;
  }
  .menu li a:hover,
  .menu li a:focus,
  .menu li a:active {
    background-color: #ccc;
    text-decoration: none;
    margin: 0;
    color: #337ab7;
  }
  .search {
    margin: 0;
  }
  .slider-content {
    display: none;
  }
  .page-header {
    text-align: center;
  }
  .thumbnail {
    text-align: center;
  }
  .pushfooter {
    height: auto;
  }
  .footer-main {
    height: auto;
    margin: 0;
  }
  .footer-main .footer-links {
    text-align: center;
    margin-top: 10px;
  }
  .category-main {
    margin-bottom: 15px;
  }
  .category-item a {
    margin-bottom: 10px;
  }
  .social-block {
    text-align: center;
  }
  .footer-menu {
    margin-bottom: 10px;
  }
  .contacts-top {
    text-align: center;
    margin-bottom: 10px;
  }
  .contacts-top p {
    margin: 4px 15px;
  }
  .login {
    margin-bottom: 5px;
  }
  .shop-cart-wrapper {
    text-align: center;
  }
  .shop-cart-wrapper .shop-link {
    text-align: center;
  }
  .shop-cart-wrapper .count {
    float: none;
    margin-left: 10px;
  }
  .header-bottom {
    padding: 10px 0;
  }
  .filter-sort input,
  .filter-sort select,
  .filter-sort .form-range,
  .filter-sort .btn,
  .filter-sort .sort select {
    width: 100%;
  }
  .filter-sort a.btn {
    margin-top: 5px;
  }
  .product-img-list {
    text-align: center;
    margin-bottom: 15px;
  }
  .product-img-list a {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .product-img-list a:first-child {
    display: block;
    float: none;
  }
  #mapexMap {
    margin-bottom: 15px;
  }
  .sidebar {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
  }
  .filter-sort .filtr .form-group {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .button-block .btn {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .button-block .btn:last-child {
    float: right;
  }
  .filter-sort a.btn {
    margin: 0;
  }
  .tab-block .nav-tabs a {
    font-size: 12px;
    padding: 5px 4px;
  }
  .comparelist ul {
    width: 100%;
  }
  .category-item {
    margin-bottom: 15px;
  }
  .wrapper.text {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .header-main {
    background: url(../images/menu-row-tail.gif) center bottom repeat-x #f2f3ed;
    padding-bottom: 10px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .contacts-top p {
    margin-right: 20px;
  }
  .shop-cart-wrapper .fa {
    margin-right: 5px;
  }
  .shop-cart-wrapper .shop-link {
    padding: 0 8px;
  }
}
@media (max-width: 990px) {
  .container {
    width: 100%;
  }
}
