.modSeptVitrina {
    border: none;
    /*box-shadow:*/
    /*        1px 0 0 0 #ededed,*/
    /*        0 1px 0 0 #ededed,*/
    /*        1px 1px 0 0 #ededed, !* Just to fix the corner *!*/
    /*        1px 0 0 0 #ededed inset,*/
    /*        0 1px 0 0 #ededed inset;*/
}

.modSeptVitrinaBlock {
    padding: 20px;
    box-shadow:
            1px 0 0 0 #ededed,
            0 1px 0 0 #ededed,
            1px 1px 0 0 #ededed, /* Just to fix the corner */
            1px 0 0 0 #ededed inset,
            0 1px 0 0 #ededed inset;
}


/********* Filtr *********/

.modSeptVitrinaFilter-select {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.modSeptVitrinaFilter-select .modSeptVitrinaFilterHeader {
    padding-right: 10px;
}

.modSeptVitrinaBlock__filter {
    border-radius: 6px;
    border: 1px solid #dbdbdb;
    background-color: #f6f7fb;
    padding: 20px 35px;
}

.modSeptVitrinaBlock__filter--title {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
}


.modSeptVitrinaFilter {
    /*box-shadow:*/
            /*1px 0 0 0 #ededed,*/
            /*0 1px 0 0 #ededed,*/
            /*1px 1px 0 0 #ededed, !* Just to fix the corner *!*/
            /*1px 0 0 0 #ededed inset,*/
            /*0 1px 0 0 #ededed inset;*/
    padding: 15px 0;
}



.modSeptVitrinaFilterHeader__title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}


.modSeptVitrinaFilterCheckboxList {
    margin-left: -5px;
    margin-right: -5px;
}

.modSeptVitrinaFilterCheckbox {
    display: inline-block;
    margin: 5px;
    line-height: 1;
    border-radius: 4px;
    background-color: #f6f7f9;
    color: #000000;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 12px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0px 0px 0px 0px #f6f7f9;
}

.modSeptVitrinaFilterCheckbox:hover {
    box-shadow: 0px 0px 0px 2px rgba(135, 136, 138, 0.6);
}

.modSeptVitrinaFilterCheckbox.disabled {
    opacity: 0.7;
    cursor: not-allowed;
    background-color: #f6f7f9 !important;
    color: #000000 !important;
}

.modSeptVitrinaFilterCheckbox.disabled .modSeptVitrinaFilterCheckbox-count {
    color: #9f9f9f !important;
}

.modSeptVitrinaFilterCheckbox.checked {
    background-color: #fd9232;;
    color: #fff;
}

.modSeptVitrinaFilterCheckbox.checked:hover {
    box-shadow: 0px 0px 0px 2px rgba(253, 146, 50, 0.5);
}


.modSeptVitrinaFilterCheckbox.checked .modSeptVitrinaFilterCheckbox-count{
    color: #eee;
}

.modSeptVitrinaFilterCheckbox--input {
    display: none;
}



.modSeptVitrinaFilterCheckbox-count {
    color: #9f9f9f;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
    transition: all 0.3s;
}


.modSeptVitrinaFilter-select-dropdown .el-input .el-select__caret {
    color: #fd9232;
    font-size: 17px;
    font-weight: 900;
}

.modSeptVitrinaFilter-select-dropdown .el-input__inner {
    border-radius: 6px;
    border: 1px solid #c2c2c2;
    padding-right: 50px;
}

.modSeptVitrinaFilter-select-dropdown  .el-input__suffix {
    right: 10px;
}

#modSeptVitrinaFilter-id_5 .modSeptVitrinaFilter-select-dropdown {
    max-width: 80px;
}

/********* КОНЕЦ | Filtr *********/

/********* ITEMS *********/

.modSeptVitrinaBlock__list {
    padding: 0;
}

.modSeptVitrinaItem {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
}

.modSeptVitrinaItem:hover {
    /*transform: scale(1.05);*/
    z-index: 10;
    box-shadow:
            1px 0 0 0 #ededed,
            0 1px 0 0 #ededed,
            1px 1px 0 0 #ededed, /* Just to fix the corner */
            1px 0 0 0 #ededed inset,
            0 1px 0 0 #ededed inset,
            0 4px 10px 5px rgba(0, 0, 0, 0.1) !important;

}

.modSeptVitrinaItemWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: all 0.3s;
    position: relative;
}

.modSeptVitrinaItem:hover .modSeptVitrinaItemWrapper{
    /*transform: scale(0.95);*/
}

.modSeptVitrinaItem__image {
    position: relative;
    width: 100%;
    padding-top: 71%;
    display: block;
}
.modSeptVitrinaItem__image--image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.modSeptVitrinaItem__title {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .25rem;
}


.modSeptVitrinaItem__priceBlock {
    font-size: 20px;
    line-height: 1;
    border-top: 1px solid  #e9e9e9;
    padding-top: 20px;
    margin-top: 20px;

}

.modSeptVitrinaItem__price-base {
    font-size: 26px;
    font-weight: 700;
}


.modSeptVitrinaItem__price-sale {
    color: #dddddd;
    font-weight: 400;
    text-decoration: line-through;
}

.modSeptVitrinaItem__badges {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
    padding: 0 5px;
}

.modSeptVitrinaItem__badge {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    background-color: #eee;
    color: #fff;
    /*position: absolute;*/
    /*top: 15px;*/
    /*left: 15px;*/
    /*z-index: 10;*/
    padding: 5px 15px;
    border-radius: 6px;

}

.modSeptVitrinaItem__badge-1 {
    background-color: #547cff;
}

.modSeptVitrinaItem__badge-2 {
    background-color: #ff8718;
}

.modSeptVitrinaItem__badge-3 {
    background-color: #8e48ff;
}

.modSeptVitrinaItem__param {

}

.modSeptVitrinaItem__param +.modSeptVitrinaItem__param{
    margin-top: .8rem;
}

.modSeptVitrinaItem__param {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}

.modSeptVitrinaItem__param-id_2 {
    background-image: url("/templates/seoland/images/iconSize.svg");
}

.modSeptVitrinaItem__param-id_3 {
    background-image: url("/templates/seoland/images/iconAreal.svg");
}

.modSeptVitrinaItem__params-title {

}

.modSeptVitrinaItem__params-value {

}

.modSeptVitrinaItem__data {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    padding: 20px 30px 34px 30px;
}


/********* КОНЕЦ | ITEMS *********/

.el-dropdown-menu__item.selected {
    color: #fd9232;
    font-weight: bold;
}



.modSeptVitrina__notify--img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 3px;
    border: 1px solid #eee;
    padding: 2px;
}


.modSeptVitrina__notify--title {
    text-align: left;
    font-weight: 500;
    font-size: 18px;
}

.modSeptVitrina__notify {

}

.modSeptVitrinaBlock__pagination {
    text-align: center;
}

.modSeptVitrinaBlock__header-ordering {
    cursor: pointer;
    font-size: 15px;
}

.el-slider.modSeptVitrinaFilter_price-range {
    padding: 0 11px;
}

.modSeptVitrinaBlock__filter .el-slider__runway {
    height: 10px;
    border-radius: 100px;
    border: 1px solid #bcbcbc;
    background-color: #ffffff;
}

.modSeptVitrinaBlock__filter .el-slider__bar {
    background-color: #fd9232;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
}



.modSeptVitrinaBlock__filter .el-slider__button {
    border: 4px solid #fd9232;
    width: 25px;
    height: 25px;
}

.el-dropdown-menu__item {
    font-size: 15px !important;
}

.modSeptVitrinaFilterData--price {
    font-size: 15px;
}

.modSeptVitrinaFilter__resetBtn {
    border: none;
    background-color: unset;
    color: #fd9232;
    font-size: 20px;
    font-weight: 400;

    padding-right: 40px;
    position: relative;
}

.modSeptVitrinaFilter__resetBtn:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    background-image: url("iconResetFilter.svg");
    background-position: right center;
    background-repeat: no-repeat;
    transition: all 0.5s;
    background-size: contain;
}

.modSeptVitrinaFilter__resetBtn:hover:after {
    transform: translateY(-50%) rotate(360deg);
}