.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}
.sortable {
    position: relative;
}
.sortable:after {
    content: "\e95c";
    font-size: 25px;
    font-family: icomoon;
    color: var(--color1);
    line-height: 1;
    vertical-align: -6px;
    margin-right: 3px;
}
.shop-intro {
    padding-bottom: 41px;
    margin-bottom: 47px;
}
.archive-title {
    border-bottom: 1px solid var(--color2);
    padding-bottom: 14px;
}
.category-features {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(91deg, rgba(255, 255, 255, 0.17) -0.3%, rgba(134, 134, 134, 0.14) 111.07%);
    backdrop-filter: blur(3px);
    display: inline-flex;
    gap: 18px;
    padding: 8px;
}
.category-feature {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 6px;
    background: #077CD0;
    min-width: 208px;
}
.table-sku {
    direction: ltr;
}
.table-sku a  {
    color: #666 !important;
    font-size: 14px !important;
}
.table-sku a:hover {
    color: var(--color2) !important;
}
/*.table-catalog {*/
/*    position: absolute;*/
/*    margin-right: 12px;*/
/*}*/
.sku-number {
    min-width: 100px;
    display: inline-block;
}
.category-access {
    border-radius: 6px;
    background: #F1F2F3;
    /*box-shadow: 0 0 12px 0 rgba(0, 55, 123, 0.11);*/
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 8px 8px 8px 24px;
    min-height: 66px;
}
.img-wrap {
    border-radius: 6px;
    background: #FFF;
    width: 134px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-access img {
    max-width: 134px;
    max-height: 52px;
    width: auto;
    border-radius: 6px;
}

.category-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.item-brand {
    text-align: center;
    display: block;
}
.item-brand .title {
    color: #565656;
    font-size: 16px;
    transition: 0.4s ease;
}
.item-brand:hover .title {
    color: var(--color2);
}
.brand-img {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.item-cat {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.item-cat .title {
    color: #565656;
    font-size: 15px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    transition: 0.4s ease;
}
.item-cat:hover .title {
    color: var(--color2);
}
.cat-img {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.4s ease;
    background: #f1f2f4;
    border: 1px solid #f1f2f4;
}
.cat-img img {
    width: 100%;
}
.item-cat:hover .cat-img {
    box-shadow: 0px 22px 22px -12px rgba(161, 161, 161, 0.25);
}
.section-contentcard {
    background: #F1F2F3;
    padding: 32px 0;
}
.item-card .title {
    color: #565656;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    display: block;
    margin-top: 24px;
    transition: 0.4s ease;
}
.item-card:hover .title {
    color: var(--color2);
}
.card-img {
    clip-path: polygon(0 0,100% 0,100% 100%,40.00px 100%,0 calc(100% - 40.00px));
    filter: drop-shadow(0px 7px 22px rgba(0, 55, 123, 0.10));
}
.card-img img {
    width: 100%;
    transition: 0.4s ease-in-out;
}
.item-card:hover img {
    transform: scale(1.1);
}
.section-brands, .section-categories, .section-contentcard {
    margin: 35px 0;
}
.features-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}
.cat-feature {
    border-radius: 4px;
    background: #44D1C9;
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 16px;
    line-height: normal;
}
.support-info {
    display: flex;
    margin-top: 18px ;
    align-items: center;
    gap: 8px;
}

.support-info img {
    max-width: 38px;
    border-radius: 100%;
    border: 2px solid var(--color1);
}
.support-info .name {
    color: #565656;
    font-size: 13px;
    line-height: normal;
}
.support-info .phone {
    margin-right: auto;
    color: #565656;
    font-size: 13px;
    line-height: normal;
    font-family: var(--light_font);
    transition: 0.4s ease;
}
.support-info:hover .phone {
    color: var(--color1);
}
.title-sidebar i {
    color: #44D1C9;
    font-size: 26px;
}
.title-sidebar {
    gap: 12px;
}
.support-sec {
    border-radius: 12px;
    border: 1px solid #0E3DA1;
    background: #FFF;
    /*box-shadow: 0 22px 29px -12px rgba(24, 95, 183, 0.18);*/
    padding: 21px 26px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -70px;
    z-index: 1;
    position: relative;
    flex-direction: column;
}
.support-title {
    display: grid;
    grid-template-columns: 56px auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    align-items: center;
}
.support-title .icon-support {
    grid-area: 1 / 1 / 3 / 2;
    border-radius: 4px;
    background: rgba(7, 124, 208, 0.30);
    display: flex;
    width: 56px;
    height: 56px;
    padding: 14px;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #077CD0;
}
.support-title .title {
    color: #17214C;
    text-align: right;
    font-size: 18px;
    line-height: normal;
}
.support-title .desc {
    color:  #666;
    font-size: 14px;
    line-height: 26px;
}
.support-wrap {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.support-wrap .support-info {
    display: grid;
    grid-template-columns: 65px auto;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 3px;
    margin: 0;
}
.support-wrap .support-info img {
    grid-area: 1 / 1 / 3 / 2;
    max-width: 65px;
}
.support-wrap .support-info .name {
    font-size: 14px;
}

.filtered-style.main-part {

    border-radius: 11px;
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.filtered-style.main-part table.product-list-table {
    margin: 0;
}
.sidebar-shop .category-download.button-simple {
    border: 1px solid var(--color2);
    background: var(--color2);
    width: calc(100% - 30px);
    height: 62px;
    font-size: 16px;
    margin: 0 15px;
}
.call-for-price {
    background: #148c0ad6;
    color: #fff;
    border-radius: 4px;
    padding: 4px 15px;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 0;
    border: 1px solid #148c0ad6;
}
.call-for-price:hover {
    background: transparent;
    color: #148c0ad6;
}
.archive-img {
    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
  margin-bottom: 20px;
}
.archive-img img {
    border-radius: 12px;
}
.archive-shortdesc p {
    margin: 0;
}
.archive-shortdesc {
    margin-bottom: 32px;
}
.table-update {
    border-radius: 6px;
    border: 1px solid #077CD0;
    background: #FFF;
    display: inline-flex;
    padding: 6px 12px;
    align-items: center;
    gap: 10px;
    color: #077CD0;
}
.category-download.button-simple {
    border-radius: 6px;
    padding: 5px 12px;
}
.table-update i {
    font-size: 30px;
}
.table-info {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.table-update span {
    display: none;
}
@media screen and (max-width: 768px){
    .category-features {
        display: none;
    }
}
@media screen and (min-width: 576px){
    .category-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: 32px;
    }
    .category-meta .category-download.button-simple {
        display: inline-flex;
    }

}
@media screen and (min-width: 768px){
    .filtered-style {
        margin-top: -74px;
    }

}
@media screen and (min-width: 992px){
    .support-title .desc {
        color:  #666;
        font-size: 16px;
        line-height: 38px;
    }
    .support-title {
        display: grid;
        grid-template-columns: 56px auto;
        grid-template-rows: repeat(2, auto);
        grid-column-gap: 16px;
        grid-row-gap: 15px;
        align-items: center;
    }
    .category-name {
        min-width: 215px;
    }
    .item-cat {
        margin-bottom: 30px;
    }
    .item-cat .title {
        font-size: 16px;
        min-height: 57px;
    }
    .section-brands, .section-categories, .section-contentcard {
        margin: 72px 0;
    }
    .filtered-style.main-part {
        margin-top: -180px;
    }

    .support-wrap {
        gap: 50px;
    }
    .table-update span {
        display: inline-block;
    }
}
@media screen and (min-width: 1200px){
    .support-sec {
        flex-direction: row;
    }
    .support-wrap {
        margin-top: 0;
    }
    .archive-img {
    height: 100%;
    margin-bottom: 0;
    }
}
@media screen and (max-width: 991px){
    #sidebar-shop {
        z-index: 999999;
    }
}
@media screen and (max-width: 576px){
    .main-part .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .call-for-price {
        padding: 4px 8px;
        font-size: 13px;

    }

}