.bloktovar {
    margin-bottom: 60px;
}

.shopgroups-list {
    margin-bottom: 50px;
}

.shopgroups-list__item {}

.shopgroups-list__link {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 15px;
    height: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shopgroups-list__link:hover {
    border-color: #2388C1;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.group__imgblok {
    position: relative;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}



.group__img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}


.groupcomment::after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}

.groupcomment__img {
    float: left;
    max-width: 48%;
    margin-right: 30px;
    margin-bottom: 10px;

}

.shopsubgroups__list {
    margin-bottom: 50px;
}
.groupcomment {
    margin-bottom: 25px;
}
.shopsubgroups-list__link {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 20px;

    font-size: 14px;
    text-decoration: none;
    color: #000;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shopsubgroups-list__link:hover {
    border-color: #2388C1;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.subgroup__imgblok {
    position: relative;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.subgroup__img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}


.wrapper-panelvitrine {
    margin-bottom: 20px;
    font-size: 14px;
}

.blockPanel {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;

}

.vitrineSort {
    margin-right: auto;
}

.viewLabel {
    display: none;
}

.btn-type {
    background-color: transparent;
    border: none;
    padding: 5px;
    height: 40px;
    width: 30px;
    margin-left: 8px;
}

.btn-type svg {
    fill: #302A26;
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn-type:hover {
    background-color: transparent;
}

.btn-type:hover svg,
.btn-type:disabled svg {
    fill: #D9221C;
}

.limitform {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.btnChangeLimit {
    background-color: transparent;
    border: none;
    padding: 5px;
}


.vitrineSortLabel,
.limitLabel {
    margin-right: 9px;
}

.vitrineSortSelect,
.vitrinLimitSelect {
    border: none;
    padding: 0 25px;
    background-image: url(select_arrow.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
}

.vitrineSortSelect::-ms-expand,
.vitrinLimitSelect::-ms-expand {
    display: none;
    -o-appearance: none;
}

.productsLimit {
    margin-right: 7px;
    display: none;
}

.card_table {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border-top: 1px solid #D9D9D9;
    padding: 10px 20px;
}

.card__blok_image--table {
    margin-right: 15px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    margin-bottom: 5px;
}

.card_table .card__link_img {
    width: 80px;
    height: 80px;
    position: relative;
    display: block;
    text-decoration: none;
}

.card_table .productItem__Img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}

.card_table .card_textTitle {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

.card_table .card_title {
    font-weight: 400;
}

.card_table .superwrapper {
    margin-right: auto;
    width: 100%;
    position: relative;
}

.card_table .superwrapper .product_item-labels_area {
    position: relative;
    left: 0;
    top: 0;
}

.card_table .superwrapper .product_item-label {
    margin-bottom: 0;
}

.card_table .card_title_wrapper {
    margin-top: 10px;
}

.card_table .priceBox {
    margin-top: 10px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 100%;
}

.card_table .card__price {
    margin-right: auto;
}

.card_table .card__addcart {
    margin-left: 30px;
}
.card_table .card__count {margin-top: 4px;}



.e_shopvit .comment .titleHead {
    font-size: 160%;
    font-weight: normal;
    margin-bottom: 20px;
}

.e_shopvit .comment .tableComment .tableRow td {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.e_shopvit .comment .tableComment .headComment {
    width: 140px;
    float: left;
}

.e_shopvit .comment .tableComment .comm_admnote {
    color: #999;
    margin-top: 10px;
    margin-left: 150px;
    overflow: hidden;
}

.e_shopvit .comment .addComment .error {
    color: #FF0000;
}

.e_shopvit .comment .addComment .title {
    margin-top: 10px;
    margin-bottom: 5px;
}

.e_shopvit .comment .addComment .areatext {
    width: 100%;
    height: 100px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.e_shopvit .comment .addComment .buttonSend {
    margin-top: 3px;
    display: block;
}

.e_shopvit .comment .comm_info {
    margin-top: 10px;
}

.card_table .newPrice {
    font-size: 20px;
}

/* filtr */

.content.shopFilter {
    margin-bottom: 60px;
}
.shopFilter .filterNotify {
    background-color: white;
    border: 2px solid lightgray;
    display: none;
    position: absolute;
    padding: 10px;
    left: 100% !important;
    margin-left: 10px;
    z-index: 10;
}

.shopFilter .filterNotify .productsFound {
    white-space: nowrap;
    margin-bottom: 5px;
}

.shopFilter .filterNotify .notifyOverlay {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    cursor: progress;
    background-color: white;
    background-image: url(preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.shopFilter .filterItem {
    margin-bottom: 20px;
}

.shopFilter .filterItem .filterTitle {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    position: relative;
}
.shopFilter .filterItem .filterTitle::after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #302A26;
    border-bottom: none;
    border-left: none;
    height: 7px;
    width: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
    right: 7px;
    top: 10px;

}

.shopFilter .filterItem .filterTitle .nameFilter {
    font-weight: 600;
    font-size: 15px;
}

.shopFilter .filterItem .filterTitle.closed::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 8px;
}

.shopFilter .filterItem .filterValueList {
    margin: 0;
    margin-top: 15px;
    padding: 0;
    list-style-type: none;
}

.shopFilter .filterItem .filterValueList .filterValueItem {
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;

    width: 100%;
}

.shopFilter .filterItem[data-id='1'] .filterValueList .filterValueItem {
    width: 45%;
    margin-right: 3%;
}

.shopFilter .filterItem .filterValueItem .inpCheckbox {
    cursor: pointer;
    margin-right: 3px;
    vertical-align: middle;
}

.shopFilter .filterItem .filterValueItem .inpRadio {
    cursor: pointer;
    margin-right: 3px;
    vertical-align: middle;
}

.shopFilter .filterItem .filterValueItem .filterValue {
    vertical-align: middle;
}

.shopFilter .filterItem .filterValueItem.colorFeature {
    display: inline-block;
}

.shopFilter .filterItem .filterValueItem.colorFeature input {
    display: none;
}

.shopFilter .filterItem .filterValueItem.colorFeature .featureValue {
    background-image: none;
    border-width: 1px;
    border-color: #BEBEBE;
    border-style: solid;
    margin: 0;
    margin-right: 3px;
    float: left;
    padding: 0;
}

.shopFilter .filterItem .filterValueItem.colorFeature .featureValue span {
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
    margin: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    float: left;
    padding: 0;
}

.shopFilter .filterItem .filterValueItem.colorFeature input:checked+.featureValue {
    background-image: none;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
}

.shopFilter .filterItem .filterValueItem.listFeature .filterValue {
    vertical-align: middle;
}

.shopFilter .filterItem .filterValueItem.listFeature .filterValueItemImage {
    display: inline-block;
    vertical-align: middle;
    margin: 0.2em 0.3em 0.2em 0;
    max-height: 2em;
}

.shopFilter .filterItem .filterValueItem.listFeature .inpCheckbox {
    cursor: pointer;
    margin-right: 3px;
    vertical-align: middle;
}

.shopFilter .irs {
    height: 40px;
    position: relative;
}

.shopFilter .irs-with-grid {
    height: 60px;
}
.irs-bar, .irs-bar-edge, .irs-line-left, .irs-line-mid, .irs-line-right, .irs-slider {
    background: #C9C9C9;
}
.irs-bar {
    background-color: #D9221C;
}
.shopFilter .irs-line {
    height: 2px;
    top: 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    background: #C9C9C9;
}

.shopFilter .irs-line-left {
    height: 2px;
}

.shopFilter .irs-line-mid {
    height: 2px;
}

.shopFilter .irs-line-right {
    height: 2px;
}

.shopFilter .irs-min,
.shopFilter .irs-max {
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.shopFilter .irs-from,
.shopFilter .irs-to,
.shopFilter .irs-single {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 3px;
    background: #3274B0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 3;
    top: -7px;
}
}

.shopFilter .irs-diapason {
    height: 8px;
    top: 25px;
    background: #99A4AC;
}

.shopFilter .irs-slider {
    width: 30px;
    height: 30px;
    top: 11px;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
}
.shopFilter .irs-slider::before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #D9221C;
    right: 0;top: 0;bottom: 0;left: 0;
    margin: auto;
}

.shopFilter .irs-slider:hover {
    background-color: rgba(217, 34, 28, 0.3);
}

.shopFilter #irs-active-slider {
    background-color: rgba(217, 34, 28, 0.3);
}

.shopFilter .irs-grid .irs-grid-pol {
    background: #99a4ac;
}

.shopFilter .irs-grid .irs-grid-text {
    color: #99a4ac;
}

.shopFilter .toggle_button {
    display: none;
}

.shopFilter .blockButton {
    padding: 20px 0;
}

.bloktovar__left {
    display: none;
}
.bloktovar__full {width: 100%;}

.filterSlider .minblok {
    position: relative;
    width: 48%;
}
.filterSlider .maxblok {
    position: relative;
    width: 48%;
    margin-left: auto;
    margin-right: 0;
}
.filterSlider .minblok::before {
    content: "от";
    font-size: 15px;
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 15px;
}
.filterSlider .maxblok::before {
    content: "до";
    font-size: 15px;
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 15px;
}
.filterSlider .min,
.filterSlider .max {
    width: 100%;
    position: relative;
    padding-left: 35px;
    z-index: 1;
}
.filterSlider .irs {
    width: 100%;
} 

.irs-bar, .irs-bar-edge, .irs-line-left, .irs-line-mid, .irs-line-right, .irs-slider {
    height: 2px;
}

.accompGoods.section {
    padding-top: 0;
    padding-bottom: 35px;
}
.analogGoods.section {
    padding: 35px 0 70px;
}
@media (min-width:576px) {
    .shopgroups-list__link {
        display: block;
        padding: 25px;
        text-align: center;
    }

    .group__imgblok {
        position: relative;
        width: 100%;
        max-width: 200px;
        padding-top: 100%;
        margin: 0 auto;
    }

    .group__title {
        margin-top: 20px;
        display: block;
        text-align: center;
    }

    .card_table .superwrapper {
        width: -webkit-calc(100% - 95px);
        width: expression(100% - 95px);
        width: -moz-calc(100% - 95px);
        width: -o-calc(100% - 95px);
        width: calc(100% - 95px);
    }
}

@media (min-width:768px) {
    .productsLimit {
        display: block;
    }
}


@media (min-width:992px) {
    .bloktovar {
        margin-bottom: 70px;
    }

    .card_table {
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;

    }

    .card_table .superwrapper,
    .card_table .priceBox {
        width: auto;
        margin-top: 0;
    }
    .card_table .card__count {
        margin-right: 20px;
        margin-top: 5px;
    } 
}

@media (min-width:1200px) {
    .container.bloktovar__container {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;

    }

    .bloktovar__left {
        width: 23%;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        display: initial;
    }

    .bloktovar__right {
        flex-grow: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        padding-left: 40px;
    }

    .bloktovar__full .vitrina__item {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}




.sg_footer_text {
    margin-top: 40px;
}





.news-public__item {
    list-style: none;
    width: 100%;
}

.news-public__link {
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.news-public__title {
    color: #3274B0;
    font-size: 15px;
    text-decoration: underline;
    text-transform: none;
    font-weight: 400;
    margin-top: 20px;
}
.news-public__link:hover .news-public__title {
    text-decoration: none;
}

.news-public__img-wrapper {
    position: relative;
    padding-top: 68%;
    margin-bottom: 0;
}

.news-public__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin: auto;
}

.news-public__content {
    display: none;
}

.news-public .contentText {
    margin-top: 20px;
    font-size: 15px;
    text-transform: lowercase;
}