@charset "utf-8";

@media only screen and (max-width: 767px) {
    .quick-links-sales a{
        color: #ffffff;
        background-color: #e31e24;
        border: none;
    }
    .quick-links-discount a{
        color: #ffffff;
        background-color: #15a800;
        border: none;
    }
    .__hide_desktop {
        display: inline-block;
    }
    ._hide_mobile {
        display: none !important;
    }

    /*.phone-bubble {*/
    /*    bottom: 100px;*/
    /*    right: 20px;*/
    /*}*/

    .header_top .menu {
        display: none;
    }

    .header_mtop {
        width: 200px;
    }

    .header_middle {
        /*padding: 110px 0 76px;*/
        padding: 56px 0 76px;
        position: relative;
    }

    .header_middle_left,
    .header_middle_center {
        float: none;
        width: auto;
        margin: 0;
        padding-top: 0;
    }

    .head_icon {
        position: absolute;
        top: -55px;
        right: 0;
        padding-top: 0;
    }

    .head_icon > li.login2 {
        padding-right: 10px;
    }
    .header_middle:after {
        display: none;
    }
    .header_middle_right {
        float: none;
        width: 100vw;
        position: absolute;
        top: 0;
        left: -15px;
        right: 0;
        text-align: center;
        background: #e31e24;
        padding: 0 15px;
        margin: 0;
        line-height: 23px;
        color: #f7be7e;
    }

    .head_phone .time {
        color: #f7be7e;
    }

    .header_middle_right .link {
        display: none;
    }

    .head_phone {
        float: none;
        width: auto;
        text-align: center;
        padding-top: 2px;
    }

    .head_phone .phone a {
        color: #fff;
    }

    .head_phone .phone {
        color: #fff;
        display: block;
    }

    .logo {
        float: none;
        margin: auto;
        width: 260px;
        padding-top: 16px;
    }

    .logo img {
        width: 100%;
    }

    /* body.active .open_menu span {
        width: 16px;
    }

    body.active .open_menu span:after {
        width: 22px;
    } */

    .advantage h2,
    .advantage .h2 {
        text-align: center;
    }

    .tab_navigation li {
        display: block;
    }

    .tab_navigation li a {
        display: block;
        text-align: center;
    }

    .CaruselItem .slick-slide .item:last-child {
        display: none;
    }

    .title_main {
        text-align: center;
        margin: 0 0 20px;
    }

    .title_main h2,
    .title_main .h2 {
        margin: 0 0 5px;
        display: block;
    }

    .about {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about .video {
        max-width: 100%;
    }

    .form_write_one,
    .form_write_two,
    .form_write_three {
        padding-top: 10px;
        width: 100%;
    }

    .foot_nav {
        height: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .foot_nav.active {
        opacity: 1;
        overflow: visible;
        height: auto;
        padding-top: 10px;
    }

    .footer_col {
        padding-bottom: 15px;
    }

    .footer_box .open_mobile {
        margin-bottom: 0;
    }

    .footer_box .open_mobile::after {
        display: inline-block;
        content: '';
        height: 5px;
        width: 10px;
        border-top: 5px solid #f1b824;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        margin-left: 10px;
        position: relative;
        top: -2px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .footer_box .open_mobile.active::after {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    #footer {
        background-position: 0 0;
    }

    .head_icon {
        margin-right: 0;
    }

    .head_icon a {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }

    .head_icon > li {
        padding-right: 0;
    }

    .filter_nav {
        display: none;
    }

    .filter_btn {
        text-align: center;
        padding-top: 20px;
        margin: 0;
    }

    /* .filter_btn .btn_filter {
        display: block;
        margin: auto;
    } */

    .separate .sep_select {
        margin-right: 0;
    }

    .separate .view {
        display: none;
    }

    .separate .sep_select {
        width: 100%;
        margin-bottom: 10px;
    }

    .separate p {
        font-size: 14px;
    }

    .separate .sep_select label {
        font-size: 14px;
    }

    .paging_view {
        display: none;
    }

    .paging {
        text-align: center;
        margin: 0 -8px;
    }

    .paging > li {
        height: 35px;
        width: 35px;
        line-height: 35px;
        margin: 0 8px;
    }

    .paging > li span {
        height: 35px;
        width: 35px;
        border: 3px solid #e51212;
        line-height: 30px;
    }

    .paging_nav {
        margin-left: auto;
        margin-right: auto;
    }

    .main_text p {
        font-size: 14px;
    }

    .main_text h2,
    .main_text .h2 {
        margin: 0 0 10px;
    }

    .step_constructor > li {
        width: 100%;
    }

    .constructor_cont {
        padding-right: 0;
    }

    .constructor_info {
        width: auto;
        margin: 20px 0 0;
    }

    .list_item_small > li {
        width: 50%;
    }

    .delivery {
        padding-left: 15px;
        padding-right: 15px;
    }

    .list_delivery > li {
        width: 100%;
    }

    .delivery_address_box h2,
    .delivery_address_box .h2 {
        padding: 0;
    }

    .delivery_address {
        padding-left: 0;
        padding-right: 0;
    }

    .delivery_map {
        position: static;
        height: 400px;
    }

    .search_map {
        top: 10px;
        left: 10px;
        right: 10px;
    }

    .delivery_address_info {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
        text-align: center;
    }

    .list_number li {
        padding-left: 40px;
    }

    .delivery_top .price_delivery {
        position: static;
    }

    .delivery_top h2,
    .delivery_top .h2 {
        margin-bottom: 10px;
    }

    .delivery_bot {
        padding-right: 0;
    }

    .delivery_bot .btn_red {
        position: static;
        margin: 20px auto 0;
        display: block;
    }

    .unloading li {
        width: 100%;
    }

    .unloading li.width1 {
        width: 100%;
    }

    .delivery_address_info p {
        max-width: 480px;
    }

    .comment {
        padding-left: 15px;
        padding-right: 15px;
    }

    .answer {
        margin: 15px 0 0 0;
        padding: 15px;
    }

    .answer .answer_name {
        position: static;
        margin: 0;
        padding: 0 0 10px;
    }

    .answer .answer_cont {
        margin: 0;
        border: 0;
        border-top: 1px solid #dedede;
        padding: 10px 0 0;
    }

    .form_coment_left,
    .form_coment_right {
        float: none;
        width: auto;
    }

    .form_coment:before {
        display: none;
    }

    .form_coment_right {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .form_coment_right > *:last-child {
        margin-bottom: 0;
    }

    .form_info {
        margin-bottom: 0;
    }

    .tx {
        padding-left: 10px;
        padding-right: 10px;
    }

    .search_page .icon {
        display: none;
    }

    .search_page {
        padding-left: 10px;
    }

    .item_result {
        display: block;
    }

    .item_result .result_name,
    .item_result .result_cont,
    .item_result .result_img,
    .item_result .result_price {
        display: block;
        width: auto;
        padding: 0;
        text-align: left;
    }

    .item_result .result_name:before,
    .item_result .result_cont:before,
    .item_result .result_img:before,
    .item_result .result_price:before {
        display: none;
    }

    .item_result .result_name {
        padding-bottom: 10px;
    }

    .item_result .price {
        text-align: left;
    }

    .comparison_box {
        margin-left: -15px;
        margin-right: -15px;
    }

    .comparison {
        font-size: 12px;
    }

    .contact_section .icon_box {
        display: none;
    }

    .contact_section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact_address > div {
        width: 100% !important;
        padding-bottom: 5px;
    }

    .contact_address > div.col5 {
        /*padding-bottom: 0;*/
    }

    .contact_address .time {
        margin: 0;
    }

    .row {
        margin-bottom: -15px;
    }

    .col-md-6 {
        margin-bottom: 15px;
    }

    .stock_name {
        margin: 0 0 10px;
    }

    .head_icon > li a .number {
        height: 25px;
        width: 25px;
        font-size: 18px;
        line-height: 25px;
        top: -5px;
    }

    .top_panel_box .clouse_panel {
        /*font-size: 0;
        padding: 0 0 0 20px;*/
        right: -15px;
        height: 20px;
        width: 0px;
        top: 10px;
    }

    .top_panel_box .name {
        padding: 0 0 5px;
    }

    .top_panel_box {
        padding-right: 40px;
    }

    .top_panel_box .bnt_blue {
        display: block;
    }

    .footer_col {
        width: auto;
        display: block;
        padding-right: 0;
    }

    .footer_box .foot_phone a {
        display: block;
    }

    .tab_filter {
        padding-left: 15px;
        padding-right: 15px;
    }

    .list_constructor > li:after {
        display: none;
    }

    .basket_discount_top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .basket_discount_all {
        position: static;
        width: auto;
        margin: 20px -15px -25px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .basket_discount_one,
    .basket_discount_two {
        padding-right: 0;
    }

    .basket_discount_bot {
        padding-left: 15px;
        padding-right: 15px;
    }

    .basket_box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .basket_sub_row .line {
        display: none;
    }

    .basket_sub_col {
        float: none;
        width: auto;
    }

    .basket_btn {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .item_basket_right,
    .item_basket_name {
        padding-left: 80px;
    }

    .item_basket_name .img_box {
        margin-left: -80px;
    }

    .item_basket_much,
    .item_basket_price,
    .item_basket_nav {
        float: none;
        width: auto;
        padding: 0;
        border: 0;
        text-align: left;
    }

    .item_basket_nav ul {
        margin: 0;
    }

    .form_basket .sub_text {
        padding-left: 10px;
    }

    .table_order th {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .table_order td {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .order {
        padding-left: 15px;
        padding-right: 15px;
    }

    .order_more {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .table_order_data th,
    .table_order_data td {
        font-size: 12px;
    }

    .table_order_data th .name,
    .table_order_data td .name {
        min-width: 130px;
        display: block;
    }

    .order_price {
        padding-right: 0;
        text-align: center;
    }

    .service_left,
    .service_right {
        float: none;
        width: auto;
    }

    .service_left {
        margin-bottom: 30px;
    }

    .SliderService .slide {
        height: 400px;
    }

    .SliderService .slide img {
        position: relative;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .service_data_cont {
        max-width: inherit;
    }

    .service_data {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: inherit;
    }

    .service_price {
        min-height: inherit;
    }

    .section_coment h2,
    .section_coment .h2 {
        margin-bottom: 20px;
    }

    .service_more {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .service_more .h2,
    .service_more h2 {
        margin-bottom: 20px;
    }

    .SliderService .slide {
        height: 350px;
    }

    .SliderService .slide img {
        max-width: 480px;
    }

    h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .card_tab_text .tables, .card_tab_text .files {
        float: none;
        width: 100%;
    }

    .card_nav li {
        display: block;
        border-top: 1px solid #ccc;
    }

    .card_nav li:first-child {
        border-top: 0;
    }

    .card_nav li a {
        border-left: 0;
        border-right: 0;
    }

    .card_row {
        padding-right: 0;
    }

    .card_top {
        width: auto;
    }

    .card_row .card_left {
        float: none;
        width: auto;
        margin-bottom: 30px;
    }

    .card_row .card_right {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        width: auto;
    }

    .card_data {
        padding-left: 15px;
        padding-right: 15px;
    }

    .card_data .price_details {
        min-width: 78px;
    }

    .SliderCard .slide {
        height: 400px;
    }

    .list_doc > li {
        width: 100%;
    }
    #s-contact-info .contact-storage {
        /*width: 33%;*/
        min-width: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .catalog-banner-bbq img {
        width: 688px;
    }
    .title_main h2,
    .advantage h2,
    .about h2,
    .title_main .h2,
    .advantage .h2,
    .about .h2 {
        font-size: 25px;
        text-align: center;
    }

    .form_write_left h2,
    .form_write_left .h2 {
        font-size: 23px;
        text-align: center;
    }

    .form_write_right {
        padding-top: 15px;
    }

    .about .video .play {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }

    .brend p {
        text-align: center;
    }

    .list_tabs > li {
        width: 100%;
    }

    .list_tabs > li:nth-child(n+5) {
        display: none;
    }

    .list_item_small > li {
        width: 100%;
    }

    .item_basket_name,
    .item_basket_right {
        padding-left: 0;
    }

    .item_basket_name .img_box {
        float: none;
        margin: 0 0 10px;
    }

    .form_discount .tx {
        padding-right: 10px;
    }

    .form_discount .btn_border {
        position: static;
    }

    .basket_discount_one {
        padding-bottom: 30px;
    }

    .form_discount p {
        padding-top: 10px;
    }

    .list_pay > li {
        width: 100%;
    }

    .SliderServiceNav .sl_video .play {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .SliderCard .slide {
        /*height: 320px;*/
        height: 343px;
    }

    @keyframes pulse {
        0% {
          box-shadow: 0 0 0 0 rgba(234, 37, 45, 0.4);
        }
        70% {
          box-shadow: 0 0 0 18px rgba(234, 37, 45, 0);
        }
        100% {
          box-shadow: 0 0 0 0 rgba(234, 37, 45, 0);
        }
      }
    #s-contact-info .contact-storage {
        /*width: 33%;*/
        min-width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 567px) {
    .delivery_map .ymaps-b-select_control_search .ymaps-b-search {
        width: 95%;
    }
}
@media only screen and (max-width: 374px) {
    .form_basket_login .remember {
        width: 122px;
        line-height: 16px;
    }

    #modal-reset-password .form_basket_login .remember {
        width: 94px;
        line-height: 16px;
    }
}
@media only screen and (max-width: 479px) {
    #s-contact-info .contact-storage {  border-bottom: 1px solid #d5d5d5; }
    #s-contact-info .contact-storage:last-child {  border-bottom: 0; }
}
