.empty-descr {
    height: 40px;
}
article img {
    margin: 0;
}
.collapse-block__item .collapse-block__content{
    background: #C2D3E9;
}

.custom-selector {
    line-height: 1.2;
}
.custom-selector>.block {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.custom-selector .label {
    position: relative;
    line-height: 24px;
    min-height: 24px;
    position: relative;
}
.custom-selector .label.label-inner {
    padding-left: 30px;
}
.custom-selector .styled-figure {
    position: absolute;
    top: 1px;
    left: 0;
}
.custom-selector .styled-figure .border {
    width: 20px;
    height: 20px;
    background-color: #f0f4f5;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.w-filters-aside>.frame .custom-selector .styled-figure .border {
    background-color: #fff;
}
.custom-selector.outside .inline-block:hover .styled-figure .border,
.custom-selector .block:hover .styled-figure .border {
    border-color: #aab7bb;
}
.custom-selector *:checked ~ .styled-figure .border {

}
.custom-selector .styled-figure .inset-figure {
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.custom-selector *:checked ~ .styled-figure .inset-figure {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.custom-selector.radio .styled-figure .border {
    border-radius: 50%;
}
.custom-selector.radio .styled-figure .border .inset-figure {
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-top-right-radius: 50%;
    background-color: #4c67bf;
}
.custom-selector.check .styled-figure .border .inset-figure {
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 8px;
    height: 13px;
    content: "";
    border: 2px solid transparent;
    border-radius: 2px;
    border-bottom-color: #4c67bf;
    border-right-color: #4c67bf;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(150deg) scale(0);
    -ms-transform: rotate(150deg) scale(0);
    transform: rotate(150deg) scale(0);
}
.custom-selector.check *:checked ~ .styled-figure .inset-figure {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}
.custom-selector .count {
    font-family: arial;
    font-size: 11px;
    line-height: 12px;
    white-space: nowrap;
    padding-left: 3px;
    position: relative;
    top: -6px;
}
.hidden {
    display: none;
}

.custom-selector a {
    text-decoration: underline;
}
.custom-selector a:hover {
    text-decoration: none;
}
