.wrapper__filter {
    border: 1px solid #F2F2F2;
    max-width: 1650px !important;
    display: flex;
    padding: 30px 0 30px 4px !important;
    flex-wrap: wrap;
}
.block__filter .filter-btn {
    margin-left: auto;
    margin-top: auto;
    padding: 12.5px 94px;
}
.block__filter .filter-btn:disabled {
    background: #3D5088 !important;
    opacity: 0.4;
}

.top-filter {
    display: flex;
    margin-bottom: 25px;
}

.filter-number {
    width: 32px;   
    height: 32px;
    border-radius: 50%;
    background: #53639E;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 21px;
    line-height: 29px;
    color: #fff;
    margin-right: 16px;
}

.filter-name {
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    color: #383838;
}


.block__filter {
    width: calc(100% / 3) !important;
    padding: 0 20px 24px;
    display: flex;
    flex-direction: column;
}

.block__filter ._none {
    display: none;
}

.block__filter ._error {
    background: #FFEFEF;
    border: 1px solid #CB0000;
}

.block__filter:not(:last-child):before {
    content: '';
    position: absolute;
    top: -30px;
    right: 0;
    height: calc(100% + 50px);
    width: 1px;
    background: #F2F2F2;
}

._filter > li.has-child > a::after {
    transform: rotate(90deg) !important;
    width: 12px !important;
    height: 12px !important;

}

._filter > li.has-child.current > a::after {
    transform: rotate(180deg) !important;
}


._filter .filter.label_block input + label {
    padding-left: 32px;
}

._filter .filter.licence_block, .filter.offer_block {
    padding-bottom: 0;
}

._filter > li.v_bottom > .dropdown li {
    padding-top: 16px !important;
}
._filter > li.v_bottom > .dropdown li a {
    background: #fff !important
}

._filter > li.v_bottom > .dropdown {
    padding: 8px 0 24px !important;
    width: 100% !important;
}
._filter .filter label {
    color: #222222 !important;
    margin-bottom: 0 !important; 
}

._filter .filter label div {
    display: flex;
    align-items: center;
}

._filter .filter label div img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    object-fit: contain;
}

._filter._series .dropdown .filter label::after,
._filter._series .dropdown .filter label::before {
    top: 16px !important;
}

._filter._series .dropdown {
    z-index: 1;
}

._filter._series .filter {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #F2F2F2;
}

._series {
    border: 1px solid #F2F2F2;
    height: 600px;
    max-height: 600px;
    overflow: auto;
}

._filter .filter input:checked + label {
    color: #3D5088;
    font-weight: 600
}

._series .filter-top {
    padding: 16px 18px !important;
    background-color: #F8F8F9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 22;
}

._series .filter-top .reset {
    color: #EBEBEB;
    font-size: 13px;
    font-weight: 600;
    transition: .3s;
    pointer-events: none;
}
._series .filter-top .reset._active {
    color: #53639E;
    pointer-events: auto;
    cursor: pointer;
}

.all-series label span {
    font-weight: 400;
    font-size: 13px !important;
    line-height: 18px !important;
    color: #999999 !important;
    margin-left: 4px !important;
}

.all-series label {
    display: flex !important;
}

.all-series label::after, 
.all-series label::before {
    top: 0 !important
}

.inputs .star {
    color: #E62222
}

.inputs .form-control {
    display: flex;
    align-items: center;
    position: relative;
}

.inputs .form-control label {
    width: 231px;
    flex: 0 0 231px;
    margin-right: 40px;
}
.inputs .form-control input {
    flex-shrink: 8;
}

.inputs .form-control > span {
    width: 30px;
    flex: 0 0 30px;
    margin-left: 8px;
}

.use-error, .inputs-error {
    margin-top: 32px;
    padding: 16px;
    color: #E83333
}

.input-error {
    color: #E83333;
    font-size: 10px;
    position: absolute;
    right: 35px;
    top: -14px;
}

.application-list {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #f2f2f2;
}

input[type=radio].solid {
    display: none;
}
input[type=radio].solid + label {
    display: inline-flex;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
    border: 1px solid #f2f2f2;
    border-bottom-width: 0;
    position: relative;
    cursor: pointer;
    padding: 16px 16px;
    overflow: hidden;
    width: 100%;
    transition:
        background-color .3s ease,
        color .3s ease;
}
input[type=radio].solid + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #334374;
    translate: -3px;
    transition: translate .3s ease;
}
input[type=radio].solid + label:hover:before {
    translate: 0;
}
input[type=radio].solid:checked + label {
    background-color: #334374;
    color: #FFFFFF;
}

.block__overlay {
    background-color: rgba( 255, 255, 255, .5 );
    position: absolute;
    z-index: 105;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
}

.block__overlay._show {
    visibility: visible;
    opacity: 1;
}