@media(max-width:768px) {
header#header .cnt.clr {
    width: 90%;
}
    header#header .logoblock {
        position: absolute;
        top: 10px;
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
a.logo {
    width: max-content;
    margin-right: 0px;
}

header#header {
    padding: 25px 0 !important;
    margin-top: 0px !important;
    background: #fff;
}
.top-line {
    position: fixed;
    width: 100%;
    padding-top: 20px;
}
.cnt {width: 90%;}

.goods-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
}
.goods-list .list-item {
        width: 47% !important;
        margin-right: 0 !important;
    }
.owl-carousel.owl-drag .owl-item .list-item {
    width: 100% !important;
}
span.sidebar-arrow.lnr.lnr-arrow-right:before {
    content: "Фильтр";
    font-family: 'Montserrat';
    display: inline-block;
    transform: rotate(90deg);
    margin-left: -10px;
}
    .header-image {
        height: 100px;
  }
.top-open-block {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}

.top-line {
    margin-top: 25px;
}
}


@media(max-width:569px) {
header#header .logoblock {
        top: 30px!important;
    }
}






@media(max-width:768px) {
#order-table thead {
        display: none;
    }
#order-table .order-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 20px 0;
    clear: both;
        min-height: 290px;
}
#order-table table, #order-table tbody, #order-table td, #order-table th, #order-table thead, #order-table tr {
    display: block;
    text-align: left;
}
#order-table .order-item td.order-item-nom {
    margin: 0 5px;
}
#order-table .order-item-cnt, #order-table .order-item-name, #order-table .order-item-nom, #order-table .order-item-price, #order-table .order-item-sum {
    width: auto;
    margin: 5px;
    float: left;
}
#order-table .order-item td {
    border: 0 !important;
}
#order-table table, #order-table tbody, #order-table td, #order-table th, #order-table thead, #order-table tr {
    display: block;
    text-align: left;
}  
div#order-table td.order-item-nom {
    width: auto !important;
}
td.order-item-name a {
    border-bottom: 1px solid;
    border-color: rgba(255, 77, 58, 0.35);
    color: #d9534f !important;
    outline: 0 !important;
    text-decoration: none !important;
}
div#order-table tr * {
    font-weight: 400 !important;
    font-size: 14px !important;
}
#order-table .order-item-price {
        float: left;
        clear: both;
    }
    #order-table .order-item-price:before {
        content: "Цена: ";
    }
    #order-table .order-item-sum:before {
        content: "Сумма: ";
    }
td.order-item-cnt:before {
    content: 'Количество: ';
color:#333333;
}
div#order-table td.order-item-price.nowrap, div#order-table td.order-item-sum.nowrap {
    text-align: left;
    padding: 10px 20px;
}
#order-table td.order-item-del .fa {
    margin-top: -30px;
    float: right;
}
.service-forms-page__body #order-form #order-table table tbody tr td {
    padding: 5px 0px;
}
.service-forms-page__body #order-form #order-table table tbody tr:last-child * {
    text-align: center !important;
    align-items: center !important;
    margin: 0 auto !important;
}

div#order-table tr.order-head {
display:none !important;
}
  
#order-table td:last-child, #order-table, #order-table table, #order-table td {
border: none !important;
background:none!important;
}

td.order-item-price.nowrap {
    text-align: left;
    float: left;
}
td.order-item-img {
    display: none !important;
}

.service-forms-page__body #order-form #order-table table tbody tr:not(:last-child):not(:nth-last-child(2)) {
    border-bottom: 1px solid #000;
}
#order-table .order-item-nom {
    display: block !important;
  }
#order-table .order-item {
    min-height: auto;
}
td.order-item-del {
    text-align: center !important;
}
#order-table .order-item-cnt, #order-table .order-item-name, #order-table .order-item-nom, #order-table .order-item-price, #order-table .order-item-sum {margin:0px!important;}
.service-forms-page__body #order-form #order-table table tbody tr td {
    text-align: left;
}
td.order-item-price.nowrap {
    width: 100% !important;
    text-align: left !important;
}
.tab::before {
 content: "\e87a";
 font-family: 'Linearicons-Free';
 position: absolute;
 right: 0;
 top: 0px;
 font-size: 18px;
 transition: 0.2s;
color: #121515;
}
.tab.active::before {
 content: "\e87a";
 font-family: 'Linearicons-Free';
}
.tabbody {
 display: none;
 padding-top: 10px;
padding-bottom:10px;
}
.active .tabbody {
 display: block;
}
 .tab {
 width: 100%;
 position: relative;
 border-bottom: 1px solid #121515;
  padding-bottom: 5px;
        margin-bottom: 10px;
}
h3.list-title {
          display: block !important;
        color: #121515;
        width: 100%;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
}
}