.searchPage .multipleSelect .SumoSelect .optWrapper {
    max-height: 335px
}
.contentSide__left {
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.draftTable--sertificate.draftTable--title .draftTable__body .draftTable__col {
    border: none;
    background-color: #fcf9f7;
}
.draftTable--sertificate.draftTable--title .draftTable__body .draftTable__col.draftTable__col--last {
    width: 50%;
    vertical-align: middle;
    padding: 0;
}
.draftTable--sertificate.draftTable--title .draftTable__body .draftTable__col.draftTable__col--first {
    border: none;
    border-left: 2px solid Red;
    width: 50%;
    vertical-align: middle;
}
.draftTable--sertificate.draftTable--title {
    border-collapse: collapse;
    margin-bottom: 30px;
    margin-top: 30px;
}
.draftTable--sertificate .downloadSection__item:before {
    content: attr(data-parent);
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.draftTable--sertificate .downloadSection__link {
    margin-left: 0px;
    line-height: 16px;
    font-weight: 500;
    font-size: 13px;
}
.draftTable--sertificate .downloadSection__item:after {
    content: unset;
}
.draftTable--sertificate .downloadSection__item {
    border: none;
}
.draftTable--sertificate .accordionItem__toggle:before {
    left: -1px;
    top: 19px;
}


.all-group--before:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 21px;
    background-color: #ec1c24;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    left: -1px;
    top: 19px;
}
.all-group--before:hover:before {
    opacity: 1;
    z-index: 4;
}

.draftTable--sertificate .downloadSection__item.downloadSection__item-all:hover {
    background: #fcf9f7;
}
.draftTable--sertificate .draftTable__col:after {
    top: 0;
    bottom: 0;
}

.hidden-xs-text {
    display: none;
}
.accordionItem__content.js-accordion-item-content {
    padding: 10px;
}
.accordionItem__toggle:after {
    width: 100%;
    left: 0;
}
.primaryList.not--style li {
    padding-left: 0;
}
.primaryList.not--style li:after {
    content: unset;
}
@media screen and (min-width: 768px) {
    .hidden-xs-text {
        display: inline;
    }
    .accordionItem__content.js-accordion-item-content {
        padding: 0;
    }
}

.saleItemBadge {
    right: 5px;
    top: 5px;
}
.asideMenu__itemLabelName {
    font-weight: 600;
}
.putDownButton.active path {
    fill: red;
}


.searchPage .filter__inner-zip {
    position: initial;
}
.draftTable__col_mix {
    display: block;
    position: relative;
    min-height: 58px;
}
.draftTable__col_mix-left {
    float: left;
    width: 100%;
    /*border-right: 1px solid #e5e5e5;*/
    padding-right: 10px;
    padding: 8px 23px 8px 30px;
    margin-right: -1px;
    /*min-height: 58px;*/
    position: relative;
    height: 100%;
}
.draftTable__col_mix-right {
    border-left: 1px solid #e5e5e5;
    display: block;
    vertical-align: middle;
    /*height: 100%;*/
    float: left;
    padding-top: 3px;
    padding-left: 14px;
    width: 25%;
}
.draftTable__col_mix-right:first-child {
    border-left: none;
}
.asideMenu__contentInner {
    max-height: inherit;
}

@media screen and (max-width: 1023px) {
    .searchPage .filter__inner-zip {
        width: 100%;
    }
}

@media screen and (max-width: 1460px) {
    .draftTable__col_mix-left {
        width: 100%;
    }
    .draftTable__col_mix-right {
        width: 25%;
    }
}
@media screen and (max-width: 767px) {
    .draftTable__colContains {
        width: 75%;
        padding-left: 10px;
    }
    .draftTable__col:before {
        width: 25%;
    }
    .draftTable__col_mix-left {
        width: 100%;
        border-right: none;
        padding-left: 20px;
        padding-top: 0;
    }
    .draftTable__col_mix-right {
        width: 100%;
        padding-left: 20px;
        border-left: none;
    }
    .draftTable__col_mix {
        border-bottom: none !important;
    }
    .draftTable__col_mix .draftTable__col_mix-right b {
        margin-bottom: 0 !important;
    }
    .asideMenu__list {
        margin-top: 0;
    }
}