@media (max-width: 1000px) {
    body.modal-opened,
    body.search-opened,
    body.fancybox-active {
        overflow: hidden;
    }
    body:before {
        display: none;
    }
    .desktop-only {
        display: none !important;
    }
    header {
        margin-bottom: 50px;
    }
    body.MainView header {
        margin-bottom: 0;
    }
    header .header-inner {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }
    /*header.banner-header
	{
		padding-top: 52px;
	}*/
    header .header-container {
        position: fixed;
        top: 0;
        width: 100%;
        height: 50px;
        z-index: 12;
        background: #222;
        text-align: center;
        border-top: 2px solid #629c42;
    }
    body.MainView header .header-container {
        background: transparent;
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }
    body.scrolled.MainView header .header-container {
        background: #222;
    }
    header .header-banner-inner {
        margin: 72px 20px 20px 20px;
        height: 60vw;
    }
    header .header-banner-text {
        font-size: 5.5vw;
        top: 50%;
    }
    header .header-banner-text b {
        font-size: 8vw;
    }
    header .header-banner-image {
        height: 100%;
        left: auto;
        right: -15px;
        margin: auto;
        margin-top: 50px;
    }
    header .header-banner-button {
        bottom: 0;
    }
    header .logo {
        margin-left: 0;
    }
    header .logo img {
        height: 30px;
        margin-top: 10px;
        width: auto;
        display: block;
    }
    header .header-cart-right {
        display: none;
    }
    header .header-cart {
        position: absolute;
        right: auto;
        left: 20px;
        top: 16px;
    }
    header .header-cart-left {
        padding: 0;
    }
    header .header-cart-left span {
        position: absolute;
        margin: 0;
        top: -5px;
        right: -5px;
        font-size: 10px;
        padding: 0;
        height: 10px;
        min-width: 10px;
    }
    header .header-cart-left span:after {
        display: none;
    }
    .menu-handler {
        display: block;
        width: 18px;
        height: 12px;
        position: fixed;
        right: 10px;
        top: 10px;
        border: 10px solid transparent;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 17;
    }
    .menu-handler span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 0.85;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .menu-handler span:nth-child(1) {
        top: 0px;
    }
    .menu-handler span:nth-child(2),
    .menu-handler span:nth-child(3) {
        top: 5px;
    }
    .menu-handler span:nth-child(4) {
        top: 10px;
    }
    body.menu-opened .menu-handler span,
    body.search-opened .menu-handler span,
    body.fancybox-active.fancybox-form-active .menu-handler span {
        background: #000;
        opacity: 1;
    }
    body.fancybox-active .menu-handler span {
        background: #fff;
    }
    body.menu-opened .menu-handler span:nth-child(1),
    body.search-opened .menu-handler span:nth-child(1),
    body.fancybox-active .menu-handler span:nth-child(1) {
        top: 7px;
        width: 0%;
        left: 50%;
    }
    body.menu-opened .menu-handler span:nth-child(2),
    body.search-opened .menu-handler span:nth-child(2),
    body.fancybox-active .menu-handler span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    body.menu-opened .menu-handler span:nth-child(3),
    body.search-opened .menu-handler span:nth-child(3),
    body.fancybox-active .menu-handler span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    body.menu-opened .menu-handler span:nth-child(4),
    body.search-opened .menu-handler span:nth-child(4),
    body.fancybox-active .menu-handler span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .catalog-nav {
        position: fixed;
        top: -120%;
        width: 100%;
        height: 100%;
        padding: 0;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        z-index: 16;
        background: #fff;
    }
    body.menu-opened .catalog-nav {
        top: 0;
        -webkit-box-shadow: 0px 6px 82px -12px rgba(78, 34, 49, 0.8);
        -moz-box-shadow: 0px 6px 82px -12px rgba(78, 34, 49, 0.8);
        box-shadow: 0px 6px 82px -12px rgba(78, 34, 49, 0.8);
        max-height: none;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain;
    }
    .MainView .catalog-nav:after {
        display: none;
    }
    .catalog-nav-header {
        background: #fff;
        font-size: 22px;
        color: #222;
        text-align: left;
        height: 50px;
        padding: 14px 0 0 20px;
        display: inline-block;
        width: auto
    }
    .catalog-nav-header i {
        display: none;
    }
    .catalog-nav ul {
        padding: 0 26px 20px 20px !important;
    }
    .responsive-phone {
        font-size: 17px;
        padding: 10px;
        display: block;
        position: absolute;
        left: 46px;
        top: 5px;
        border-bottom: none !important;
    }
    main {
        margin-top: 0;
        width: 100%;
        z-index: auto;
    }
    main .main-top {
        height: 0;
    }
    .search-handler {
        font-size: 14px;
        padding: 10px;
        display: block;
        position: absolute;
        right: 51px;
        top: 7px;
        cursor: pointer;
    }
    #search {
        position: fixed;
        top: -120%;
        width: 100%;
        height: 100%;
        padding: 0;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        z-index: 16;
        background: #fff;
    }
    body.search-opened #search {
        top: 0;
        -webkit-box-shadow: 0px 6px 82px -12px rgba(78, 34, 49, 0.8);
        -moz-box-shadow: 0px 6px 82px -12px rgba(78, 34, 49, 0.8);
        box-shadow: 0px 6px 82px -12px rgba(78, 34, 49, 0.8);
        max-height: none;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain;
    }
    #search form {
        height: 40px;
        position: relative;
        background: #f8f8f8;
    }
    #search .input_search {
        padding-left: 20px;
        padding-right: 40px;
        border-bottom: none;
    }
    #search .input_search:focus {
        background: transparent;
    }
    #search .button_search {
        right: 21px;
    }
    .autocomplete-suggestions {
        max-height: none !important;
        position: fixed !important;
        bottom: 0 !important;
        top: 90px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
    .catalog-main-handler {
        width: 100%;
        height: 40px;
        background: #629c42;
        color: #fff;
        font-family: 'Neuron';
        font-size: 14px;
        text-align: center;
        padding: 13px 0 0 0;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        position: relative;
    }
    .catalog-stripes {
        display: block;
        width: 18px;
        height: 12px;
        position: absolute;
        right: 10px;
        top: 4px;
        border: 10px solid transparent;
        cursor: pointer;
    }
    .catalog-stripes span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 0.85;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .catalog-stripes span:nth-child(1) {
        top: 0px;
    }
    .catalog-stripes span:nth-child(2),
    .catalog-stripes span:nth-child(3) {
        top: 5px;
    }
    .catalog-stripes span:nth-child(4) {
        top: 10px;
    }
    .ProductsView main .main-right,
    .MainView main .main-right,
    .PostView main .main-right,
    footer .footer-inner {
        width: 100%;
    }
    main #path {
        margin: 20px 20px 0 20px;
    }
    main h1,
    .ProductsView main h1 {
        margin: 10px 20px 0 20px;
    }
    .MainView .items-selector {
        width: auto;
        margin: 10px 0;
    }
    .MainView .items-selector li {
        width: 50%;
        margin: 0;
    }
    .ProductView .selecting-items {
        margin: 10px 0;
    }
    .main-brands {
        display: none;
    }
    main .main-left .vk-widget-left {
        display: none;
    }
    .MainView main .main-left {
        padding: 0;
    }
    main .main-left .left-banner {
        margin: 20px 0;
    }
    main .main-left .left-banner-container {
        padding: 10px 90px 10px 20px;
        margin: 0;
    }
    main .main-left .left-banner-image {
        right: 20px;
    }
    main .tiny_products {
        margin: 0;
    }
    main .tiny_products.selecting-items.active,
    main .tiny_products {
        display: flex;
        flex-wrap: wrap;
    }
    main .tiny_products .product,
    .ProductView .tiny_products .product {
        width: 25%;
        margin: 0;
        border-right: 1px solid #f8f8f8;
        border-top: 1px solid #f8f8f8;
        box-sizing: border-box;
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    main .tiny_products .product:last-child {
        border-right: none;
    }
    main .tiny_products .product .product-title-container {
        min-height: 0;
    }
    main .tiny_products .product .image {
        margin: 20px;
    }
    main .tiny_products .product .product-title {
        margin: 0 20px;
    }
    main .tiny_products .product .product-brand {
        margin: 7px 20px 0 20px;
    }
    main .tiny_products .product .product-price {
        margin: 25px 20px 0 20px;
    }
    main .tiny_products .product .product-stock {
        margin: 3px 20px 20px 20px;
    }
    .main-text-content {
        margin: 20px;
    }
    .ProductView main .product-main-image-container {
        width: 200px;
    }
    .ProductView main .product-main-image {
        width: 160px;
    }
    .ProductView main .product-main-image img {
        max-width: 160px;
        max-height: 160px;
    }
    .ProductView main .product-main-features {
        width: 0;
        padding: 20px;
    }
    .ProductView main .product-main-features .product-set .image {
        padding-left: 20px;
    }
    .ProductView main .product-main-features dl {
        width: 100%;
    }
    .ProductView main .product-main-features-install {
        max-width: none;
    }
    .ProductView main .product-main-features-install:before {
        right: -20px;
        left: -20px;
    }
    .ProductView main .product-main-price {
        width: 210px;
    }
    .ProductView main .product-main-price .variants {
        margin: 20px;
    }
    .ProductView main .product-main-price .product-stock {
        margin-left: 20px;
    }
    .ya-share2 {
        margin: 20px;
    }
    .ProductView .items-selector {
        margin: 10px 0;
    }
    .ProductView main .added-tooltip {
        display: none !important;
    }
    .ProductView main .tiny_products {
        margin-bottom: 10px;
    }
    .ProductView main .tiny_products li:last-child {
        display: none;
    }
    main #features,
    main .main-left,
    .subcategory-nav {
        width: 100%;
    }
    main #features button {
        margin: 10px 0 5px 10px;
    }
    .ProductsView main .main-right #path {
        display: none;
    }
    .ProductsView main .main-left #path {
        display: block;
        margin: 0 20px 10px 20px;
    }
    .subcategory-nav {
        padding: 20px 20px 10px 20px;
    }
    main .sort {
        position: static;
        margin: 0 20px 15px 20px;
    }
    main .shadows {
        margin: 10px 0 20px 0;
        padding: 15px 20px 11px 12px;
    }
    main .shadows-more-button {
        right: 20px;
    }
    .filters-handler {
        display: block;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .filters-handler i {
        margin-right: 10px;
    }
    main #features {
        max-height: 56px;
        overflow: hidden;
        padding: 20px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    main #features.enroll {
        max-height: 5000px;
    }
    .filters-handler a {
        border-style: dashed;
    }
    main #features .feature-title i.fa {
        margin: 0 13px 0 7px;
    }
    #cart {
        margin: 10px 0 0 0;
    }
    #purchases tr td,
    #purchases tr:first-child td {
        padding: 10px 5px;
    }
    #purchases tr td:first-child,
    #purchases tr td.name {
        padding: 10px 5px 10px 20px;
    }
    #purchases tr td:last-child {
        padding: 10px 10px 10px 5px;
    }
    #purchases .total th {
        padding: 10px 20px;
    }
    #purchases tr.total th.name {
        display: none;
    }
    .cart_form {
        padding: 20px;
        box-sizing: border-box;
    }
    .cart_info {
        padding: 20px;
    }
    .LoginView .main-right .login_form .login-column,
    .UserView .main-right .form .user-column {
        width: 100%;
        margin-bottom: 10px;
    }
    .LoginView .main-right .login_form .login-column input[type=submit] {
        margin-top: 10px;
    }
    .UserView .main-right h1 {
        padding-left: 10px;
    }
    .page-content {
        margin: 20px;
    }
    .dealers-list {
        width: 100%;
    }
    .page-dealers.page-content {
        width: 100%;
    }
    .dealer-list-item-desc-column,
    .dealer-list-item-desc-column:first-child {
        display: inline-block;
        font-size: 12px;
        line-height: 14px;
        width: auto;
        max-width: 50%;
        padding-top: 10px;
        box-sizing: border-box;
    }
    .dealer-list-item-desc-column:first-child {
        width: 100%;
        max-width: 100%;
    }
    .BlogView #articles {
        padding: 10px 0 0 0;
    }
    .BlogView #articles>li {
        margin: 0 0 10px 0;
        width: 100%;
    }
    .BlogView #articles>li h3 {
        margin: 20px 20px 0 20px;
    }
    .BlogView #articles>li .ya-share2,
    .BlogView #articles>li p,
    .BlogView #articles>li a.full-url {
        margin: 10px 20px;
    }
    .BlogView #articles>li a.full-url {
        margin-bottom: 20px;
    }
    .PostView #path {
        margin-left: 20px;
        margin-right: 20px;
    }
    .PostView .post-body {
        margin: 10px 0;
        padding: 5px 20px;
    }
    .ProductView .selecting-items .comment-column {
        width: 100%;
        margin-bottom: 10px;
    }
    .ProductView .selecting-items .comment-column input[type=text] {
        width: 100%;
    }
    .ProductView .selecting-items .comment-column input[type=submit] {
        margin-top: 0;
    }
    .order_container {
        margin: 10px 0;
    }
    .order_container .order_info {
        margin: 10px 20px;
    }
    .order_container h2 {
        margin: 10px 0 20px 20px;
    }
    .fancybox-container {
        z-index: 16 !important;
    }
    .fancybox-close-small,
    .fancybox-toolbar {
        display: none;
    }
    .fancybox-infobar {
        padding-top: 2px !important;
    }
    .fast-buy-wrapper {
        margin: 0 !important;
        height: 100%;
        padding: 10px !important;
        max-width: none;
    }
    .button.responsive-only {
        display: block;
    }
    footer {
        margin-top: 0;
        padding: 20px 0;
    }
    footer .footer-left {
        width: auto;
        margin: 0 20px 20px 20px;
        max-width: 400px;
    }
    footer .footer-center {
        margin: 0 20px;
    }
    footer .footer-center .footer-menu {
        margin: 0 20px 20px 0;
    }
    footer .footer-right {
        float: none;
        margin: 0 20px;
        text-align: left;
    }
    footer .footer-right-copyright {
        margin-top: 20px;
    }
    .fast-contact-handler:hover .fast-contact-handler-text {
        max-width: 0;
        padding: 1px 0 0 0;
    }
}

@media (max-width: 620px) {
    main .tiny_products .product,
    .ProductView .tiny_products .product {
        width: 50%;
    }
    main .tiny_products .product:nth-child(2n) {
        border-right: none;
    }
    .pfp-banner {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .main-text-content ul,
    .main-text-content ol {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
    .ProductView main .product-main {
        display: block;
        margin-top: 20px;
        overflow: auto;
    }
    .ProductView main .product-main-image-container {
        display: block;
        width: auto;
    }
    .ProductView main .product-main-price {
        display: table-header-group;
        width: auto;
    }
    .ProductView main .product-main-features {
        display: table-footer-group;
        width: auto;
    }
    .ProductView main .product-main-features>*,
    .ProductView main .product-main-features>dl {
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
    }
    .ProductView main .product-main-features dl:last-child {
        margin-bottom: 20px;
    }
    .ProductView main .product-main-image-container {
        margin: 0;
        text-align: center;
    }
    .ProductView main .product-main-image {
        margin: 0 auto;
        width: 100%;
        border-bottom: 1px solid #f8f8f8;
    }
    .ProductView main .product-main-image img {
        width: auto;
        max-width: 100%;
        max-height: 250px;
        margin: 0 auto;
    }
    .ProductView main .product-main-price .variants .button {
        margin-right: 10px;
    }
    .ProductView main .product-main-images a {
        margin: 0 6px 12px 6px;
    }
    .ProductView main .product-main-images a.active {
        margin: 0 5px 10px 5px;
    }
    .ProductView main .product-main-images {
        display: none;
    }
    .ProductView main .product-main-image a {
        display: block;
    }
    .ProductView main .product-main-image .slick-dots {
        background: #f8f8f8;
        text-align: center;
    }
    .ProductView main .product-main-image .slick-dots li {
        display: inline-block;
        margin: 10px 3px;
        background: #e7e7e7;
        border-radius: 10px;
        width: 6px;
        height: 6px;
    }
    .ProductView main .product-main-image .slick-dots li.slick-active {
        background: #222;
    }
    #path .sku {
        display: inline-block;
        color: #aaa;
    }
    main h1,
    .ProductsView main h1 {
        margin: 10px 20px;
        font-size: 24px;
    }
    .ProductView main h1 .sku {
        display: none;
    }
    .LoginView .main-right h1,
    .UserView .main-right h1 {
        display: block;
        padding-top: 20px;
    }
    .contacts-table>tbody>tr>td {
        display: block;
        width: 100% !important;
    }
    .page-contacts {
        margin: 0;
    }
    .delivery-table td {
        width: 100%;
        display: block;
    }
    #purchases tr:first-child td:nth-child(2),
    #purchases tr:first-child td:nth-child(3),
    #purchases tr:first-child td:nth-child(5) {
        display: none;
    }
    #purchases tr td.image,
    #purchases tr td.price {
        display: none;
    }
    #purchases tr td.name .responsive-price {
        font-size: 14px;
        font-family: 'Neuron-Bold';
        display: block;
        margin-top: 5px;
    }
    #purchases tr td.name .responsive-price .cur {
        font-size: 12px;
        font-family: 'Neuron';
    }
    #purchases tr td.name {
        line-height: 16px;
    }
    #purchases tr.total th.image {
        display: none;
    }
    .cart_form,
    .cart_info {
        width: 100%;
    }
    .main-right>ymaps,
    .main-right #map {
        height: 250px !important;
    }
    .main-right #map {
        margin-top: 10px;
    }
    header .header-banner-inner {
        height: 40vw;
    }
    header .header-banner-text {
        top: 70%;
    }
    header .header-banner-button {
        display: none;
    }
    footer .footer-center .footer-pay {
        display: block;
        margin: 0 20px 20px 0;
    }
}

/*
playback timings (ms):
  captures_list: 0.532
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.008
  esindex: 0.012
  cdx.remote: 34.584
  LoadShardBlock: 302.522 (3)
  PetaboxLoader3.datanode: 305.497 (4)
  load_resource: 155.135
  PetaboxLoader3.resolve: 94.937
*/