.fb_float {
    position: fixed;
    right: 25px;
    top: 50%;
    z-index: 1500;
}

.fb_float img {
    width: 65px;
    height: 65px;
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    .table-responsive table,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-responsive tr {
        border: 1px solid #ccc;
    }
    .table-responsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: left;
        padding-left: 50% !important;
    }
    .table-responsive td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    /*
  Label the data
  */
    .table-responsive td:before {
        content: attr(data-title);
    }
}


/*--------------------------------------- STYLES FOR MEDIA QUERIES -------------------------------*/

@media (max-width:1200px) {
    .main_nav {
        margin: 0 auto 0 auto;
        text-align: center;
    }
    .main_nav li {
        display: inline-block;
        margin-bottom: 5px;
    }
    .call_me,
    .form_search_site {
        padding-left: 20px;
    }
    .news h2>a,
    .customer_reviews h2>a {
        margin: 0;
    }
    .user_info_container time {
        margin: 5px 0 0 0;
    }
}

@media (max-width:1199px) {
    .phones_header {
        display: block;
        margin: 0;
    }
    .logo a {
        font: 700 40px/30px "PT Sans", sans-serif;
    }
}

@media (max-width:1024px) {}

@media (min-width:992px) {
    #modal_cart_popup .modal-dialog {
        width: 992px;
    }
    .sidebar-toggle-back,
    .sidebar-toggle-up {
        display: none;
    }
    .checkout_right {
        float: right;
    }
}

@media (min-width:992px) and (max-width: 1200px) {
    .new_price_card_product {
        font-size: 19px;
    }
}

@media (max-width:992px) {
    .call_me .phones_header {
        display: block;
    }
    .call_me .time_work {
        margin: 0;
    }
    .call_me,
    .form_search_site {
        padding-left: 0;
    }
    .enter_registration .social_header_facebook,
    .enter_registration .social_header_vk {
        display: none;
    }
    .call_me {
        text-align: center;
    }
    .call_me>p {
        display: inline-block;
    }
    .sidebar-toggle-back:hover,
    .sidebar-toggle-back {
        color: #fff;
        font-size: 20px;
        position: fixed;
        left: 210px;
        top: 50%;
        z-index: 9999;
        border: 0;
        background: #399FDF;
        padding: 10px;
        border-radius: 40px;
    }
    .sidebar.opened {
        visibility: visible;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        left: 0;
    }
    .right_content {
        float: none;
    }
    .sidebar {
        position: fixed;
        top: 0;
        visibility: hidden;
        z-index: 9999;
        width: 240px;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
        text-shadow: none;
        bottom: 0;
        left: -240px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        overflow-x: visible;
        overflow-y: auto;
        box-shadow: 0 0 53px rgba(0, 0, 0, 0.47);
    }
    #sidebar-left .inner {
        padding: 20px 20px 20px 0;
    }
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:991px) {
    .form_search_site {
        width: 95%;
    }
}

@media (max-width:768px) {
    .one-sidebar div.right_content {
        padding: 0 15px;
    }
    .fb_float {
        left: 20px;
        bottom: 20px;
        top: auto;
        z-index: 1500;
    }
    /*.container_top_header,
    .container_middle_header,
    main .container,
    footer .container {
    padding-left: 2%;
    padding-right: 2%;
  }*/
    .wrapper_language_currency_select,
    .enter_registration {
        float: left;
    }
    .enter_link,
    .registration {
        text-transform: uppercase;
    }
    .enter_link {
        margin: 0 15px 0 0;
    }
    .currency_select>span,
    .enter_registration {
        text-align: left;
    }
    .enter_registration {
        margin: 0;
    }
    .search_site_submit {
        width: 60px;
    }
    .quantity_basket_768 {
        margin: -21px 15px 0 0;
        font-size: 14px;
    }
    .main_nav {
        float: right;
        margin: 0;
    }
    .main_nav>ul {
        display: block;
        position: absolute;
        z-index: 10;
        right: 0;
        top: 44px;
        padding: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .main_nav.expand>ul {
        max-height: 900px;
    }
    .main_nav>ul * {
        display: block;
    }
    .main_nav ul>li {
        margin: 0;
    }
    .main_nav li.mobile {
        display: block;
    }
    .main_nav li>a {
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px dashed #3CA3E4;
        background: #A8DBFA;
        color: #000;
    }
    .main_nav li>a:hover {
        color: #248bcb;
    }
    .main_nav li>a,
    .main_nav li>a:hover,
    .main_nav li>a:focus {
        text-decoration: none;
    }
    .main_nav li.active_page>a {
        background: #fff;
    }
    .main_nav ul>li:last-of-type>a {
        border-bottom: none;
    }
    .top_block_header .navbar {
        display: block;
    }
    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container_middle_header {
        padding-bottom: 24px;
    }
    .search_site {
        text-align: justify;
        /*   text-align-last: justify; */
    }
    .search_site:after {
        width: 100%;
        height: 0;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block;
    }
    .form_search_site,
    .basket_768 {
        display: inline-block;
        vertical-align: middle;
    }
    .form_search_site {
        width: 85%;
        display: inline-block;
    }
    .add_nav .navbar-default .navbar-nav>li {
        float: none;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        border-left: none;
        border-bottom: 1px dashed #fff;
    }
    .add_nav .navbar-default .navbar-nav>li:last-of-type {
        border-right: none;
        border-bottom: none;
    }
    .add_nav .navbar-default .navbar-nav>li>a {
        min-height: 1px;
    }
    .logo {
        margin: 0 0 20px 0;
        justify-content: center;
    }
    /*.row_news_customer_reviews > div:first-of-type {
    padding: 0;
  }*/
    .money_systems,
    .copyright,
    .link_webstudio {
        margin-bottom: 20px;
    }
    .owl-controls {
        display: none;
    }
    .big_banner {
        margin-top: 0;
    }
    .big_banner img {
        width: auto!important;
        height: auto!important;
    }
    .section_top_footer,
    .contacts_info_footer {
        display: inline-block;
        text-align: left;
    }
    .list_footer a,
    .adress {
        display: inline-block;
    }
    /*.top_header {
    margin-top: 40px;
  }*/
    .link_webstudio {
        float: left;
    }
}

@media (max-width:767px) {
    .char-left {
        width: 30%;
    }
}

@media (max-width:480px) {
    .search_site_input {
        width: 80%;
    }
    .row_catalog_products .col_product {
        width: 100%;
    }
    .char-left {
        width: 45%;
        border-bottom: 0;
    }
}

@media (max-width:420px) {
    .toggle_nav {
        margin: 0 0 0 10px;
    }
}