.search-field.card.card--stretch>.card__wrap>a{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  
  .smart-filter{
    background: var(--white);
    border: 1px solid var(--light-grey-alt);
    visibility: hidden;
    max-height: 540px;
    overflow: hidden;
    border-radius: 0px;
    z-index: 1000;
    margin-bottom: 25px;
  }
  .smart-filter form{
    height: 100%;
  }
  
  .smart-filter .filter-section-h{
    font-size: 1.125rem;
    text-transform: none;
  }
  .smart-filter .filter-section-h:before,
  .smart-filter .filter-section-h:after{
    display: none;
  }
  .smart-filter .filter-section-cnt ul{
    column-count: 3;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }
  .smart-filter .filter-section-h-wrap{
    pointer-events:none;
  }
  .smart-filter .filter-wrap{
    display: flex;
    height: 100%;
    flex-direction: column;
  }
  .smart-filter-header .smart-filter-parameters-box-title-text{
      margin-bottom: 0;
      margin-right: 8px;
  }
  .smart-filter-header{
      display: flex;
      margin-bottom: 20px;
      column-gap: 14px;
      flex-wrap: wrap;
      align-items: center;
      row-gap: 10px;
  }
  .filter-list label{
      cursor: pointer;
  }
  .filter-list .checkbox-text{
      white-space: nowrap;
  }
  .filter-list .checkbox-text,
  .smart-filter-header-label{
      display: inline-block;
      border: 1px solid var(--orange);
      padding: 4px 10px;
      border-radius: 6px;
      font-size: 0.8125rem;
      font-weight: 400;
      background: var(--white);
      color: var(--black);
      cursor: pointer;
  }
  .filter-wrap .filter-list .checkbox-text:before{
      display: none;
  }
  .filter-wrap .filter-list input:checked~.checkbox-text,
  .smart-filter-header-label:hover,
  .smart-filter-header-label.pressed{
      background: var(--orange);
      color: var(--white);
  }
  a.smart-filter-header-label.pressed{
      font-size: 0;
  }
  a.smart-filter-header-label.pressed:before{
      content: 'Hide';
      font-size: 0.6875rem;
  }
  .smart-filter-parameters-box-title-text.js-toggle-all span{
      display: inline-block;
      position: relative;
      border-bottom: 1px dashed;
  }
  .smart-filter-parameters-box-title-text.js-toggle-all span:hover{
      border-bottom-color: transparent;
  }
  .smart-filter-header .js-toggle-all{
    order: 10;
  }
  @media (min-width: 768px){
    .smart-filter-header .filter-section-h{
      order: -10;
    }
    .smart-filter-header .js-toggle-all{
      order: -5;
    }
  }
  
  
  .filter-close{
    display: none;
  }
  .filter-selected-var .remove svg,
  .filter-selected-var .remove i,
  .filter-close{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 24px;
    background-size: contain;
    opacity: 0.45;
    z-index: 10;
  }
  .filter-body,
  .filter-body *{
    outline:none !important;
  }
  
  .filter-close:hover{
    opacity: 0.75;
  }
  
  .smart-filter .filter-body{
    overflow: hidden;
    position: relative;
    max-height:calc(540px - 63px);
  }
  .smart-filter .filter-body-wrap{
    padding: 15px 20px 10px;
  }
  
  .filter-submit{
    display: none;
  }
  
  .smart-filter .filter-body,
  .filter-top+.smart-filter{
      max-height: none !important;
  }
  
  @media (max-width: 768px) {
      .filter-top+.smart-filter .filter-section-h{
          width: 100%;
      }
    .filter-submit{
      display: none;
    }
    .filter-submit.shown{
      display: block;
    }
    .filter-top{
      display: block !important;
    }
    .filter-close,
    .filter-top:not(.filter-solutions){
      display: none;
    }
    .filter-top.filter-solutions+.smart-filter .filter-toggle{
      display: none;
    }
    .filter-top.filter-solutions+.smart-filter .jspContainer {
      height: auto !important;
    }
    .filter-top.filter-solutions+.smart-filter .jspPane {
      position: static !important;
    }
    .filter-top.filter-solutions+.smart-filter{
      padding-top: 0;
    }
    .filter-top.filter-solutions+.smart-filter,
    .filter-top.filter-solutions+.smart-filter .filter-body{
      max-height: none;
    }
    .filter-top+.smart-filter .filter-section {
      display: block;
    }
    
    .filter-top+.smart-filter .filter-section-cnt ul {
      column-count: 2;
    }
    .filter-row-combined{
      flex-wrap: wrap;
    }
    .filter-top.filter-solutions .filter-drop{
      order:1;
      padding: 5px;
    }
}
  
  .filter-top{
    border-bottom: 1px solid var(--light-grey-alt);
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: -10px;
  }
  .filter-top.is-filter-shown{
      padding-bottom: 0;
      border-bottom: 0;
  }
  
  .filter-row:first-child{
    margin-bottom: 16px;
  }
  .toggle-filter{
    margin-right: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .toggle-filter i{
    width: 16px;
    height: 17px;
    display: inline-block;
    position: relative;
    margin-left: 12px;
    vertical-align: middle;
  }
  .filter-selected{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .filter-selected-var{
      display: inline-block;
      border: 1px solid var(--orange);
      padding: 4px 10px;
      border-radius: 6px;
      font-size: 0.8125rem;
      font-weight: 400;
      background: var(--white);
      color: var(--black);
      cursor: pointer;
  }
  .filter-selected-var .remove{
      width: 8px;
      height: 8px;
      display: inline-block;
      position: relative;
      margin-left: 8px;
      vertical-align: middle;
      position: relative;
      top: -6px;
  }
  .filter-selected-var .remove svg,
  .filter-selected-var .remove i{
    position: relative;
    width: 8px;
    height: 8px;
    right: 0;
    top: 0;
    display: inline-block;
    opacity: 1;
  }
  .filter-drop{
      color: var(--white);
      font-size: 0.875rem;
      margin-left: 14px;
  }
  .filter-drop:hover{
      color: var(--white);
  }
  .filter-fade{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 100;
    left: 0;
    top: 0;
  }
  @media (max-width: 768px) {
    .filter-submit{
      padding-left: 0;
      border-top: 0;
      display: none;
    }
    .filter-submit.shown{
      display: block;
    }
    .filter-close,
    .filter-top{
      display: none;
    }
  }
  
  @media (max-width: 600px) {
  .article-previews .col-xxs-12 {
    margin-bottom: 15px;
  }
  
    }
  
  ul.filter-list {
      list-style-type: none;
  }
  .dashboar__link {
      color: var(--black);
  }
  
  .separate-filter+.right-block-column .banner-placeholder,
  .filters .smart-filter.filter{
    display: block;
  }
  .smart-filter{
    background: var(--white);
    border: 1px solid var(--light-grey-alt);
    max-height: 540px;
    overflow: hidden;
    border-radius: 0px;
    z-index: 1000;
    margin-bottom: 25px;
  }
  .smart-filter form{
    height: 100%;
  }
  
  .smart-filter .filter-section-h{
    font-size: 1.125rem;
    text-transform: none;
  }
  .smart-filter .filter-section-h:before,
  .smart-filter .filter-section-h:after{
    display: none;
  }
  .smart-filter .filter-section-cnt ul{
    column-count: 3;
  }
  .smart-filter .filter-section-h-wrap{
    pointer-events:none;
  }
  .smart-filter .filter-wrap{
    display: flex;
    height: 100%;
    flex-direction: column;
  }
  .filter-close{
    display: none;
  }
  .filter-selected-var .remove svg,
  .filter-selected-var .remove i,
  .filter-close{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 24px;
    background-size: contain;
    opacity: 0.45;
    z-index: 10;
  }
  .filter-body,
  .filter-body *{
    outline:none !important;
  }
  
  .filter-close:hover{
    opacity: 0.75;
  }
  
  .smart-filter .filter-body{
    overflow: hidden;
    position: relative;
    max-height:calc(540px - 63px);
  }
  .smart-filter .filter-body-wrap{
    padding: 15px 20px 10px;
  }
  
  .filter-submit{
    padding: 14px 20px;
    border-top: 1px solid var(--light-grey-alt);
  }
  .filter-submit .btn{
    margin-right: 8px;
  }
  .btn-sm {
    height: 33px;
    line-height: 1;
    border-radius: 8px;
    font-size: 0.875rem;
    padding: 0 10px;
  }
  
  .filter-top{
    border-bottom: 1px solid var(--light-grey-alt);
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: -10px;
  }
  .filter-row{
      display: flex;
      align-items: center;
  }
  .filter-row:first-child{
    margin-bottom: 16px;
  }
  .filter-row .btn:first-child{
      margin-right: 20px;
  }
  .filter-row .btn:last-child{
      margin-left: auto;
  }
  
  .toggle-filter{
    margin-right: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .toggle-filter svg,
  .toggle-filter i{
    width: 16px;
    height: 17px;
    display: inline-block;
    position: relative;
    margin-left: 12px;
    vertical-align: middle;
  }
  .filter-selected{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .filter-selected-var .remove svg,
  .filter-selected-var .remove i{
    position: relative;
    width: 8px;
    height: 8px;
    right: 0;
    top: 0;
    display: inline-block;
    opacity: 1;
  } 
  .filter-drop{
    color: var(--blue);
    font-size: 0.875rem;
  }
  
  
  .filter-section {
      margin-bottom: 30px;
      padding-top: 4px; }
      @media (max-width: 768px) {
  
          .filter-row .btn:last-child{
              margin-left: 0 !important;
          }
          .js-filter-toggle svg{
              position: relative;
              top: 2px;
          }
  
  
          .filter-top+.smart-filter .filter-section-cnt ul{
              column-count: 1;
          }
          .filter-row:first-child{
              display: flex;
              flex-direction: column;
              row-gap: 10px;
          }
          .filter-row .btn:first-child{
              margin-right: 0;
          }
          .filter-row .btn:last-child{
              margin: 0;
              order: -1;
          }
  
  
          .filter-section.filter-section{
              display: block;
          }
          .filter-section.shown {
            display: block; } }
  
    .filter-section-h {
      font-size: 1rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-weight: bold;
      cursor: pointer;
      position: relative; }
      .filter-section-h:after {
        width: 11px;
        height: 2px;
        background: var(--black);
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .filter-section-h:before {
        width: 11px;
        height: 2px;
        background: var(--black);
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s; }
      .filter-section-h.called:before {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
  
    .filter-section-cnt {
      display: none; }
      .filter-section-cnt ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        .filter-section-cnt ul li {
          margin-bottom: 11px; }
  
    .filter-list .checkbox-text {
      display: inline-block;
      max-width: 100%; }
      .filter-list .checkbox-text sup {
        top: -4px;
        margin-left: 0.3em; }
  
    .checkbox-text {
      display: block;
      padding-left: 32px;
      position: relative;
      font-size: 0.875rem; }
      .checkbox-text:before {
        width: 16px;
        height: 16px;
        content: '';
        position: absolute;
        left: 0;
        top: 0px;
        background: var(--light-grey-alt);
        border-radius: 2px;
        cursor: pointer; }
  
    .filter-list label [type="radio"]{
      display: none;
    }
  
    label input[type="checkbox"] {
      display: none;
      }
  
    [type="radio"]~.checkbox-text:before{
      border-radius: 100%;
    }
    [type="radio"]:checked~.checkbox-text:before{
      background: var(--white);
      box-shadow: inset 0 0 0 5px var(--orange-active);
    }
  
  .checkbox-text sup {
      font-weight: bold;
      font-size: 0.75rem;
      line-height: 1.1;
      color: var(--semi-black);
      opacity: 0.5;
      position: relative;
      margin-left: -2px;
      top: -7px; }
  
  
  .filter-row .btn {
      margin-right: 1em;
  }
  
  button.btn.js-filter-toggle {
      background-color: var(--orange);
      color: var(--white);
  }
  
  .js-filter-toggle {
      position: relative;
      padding-right: 35px;
  
  }
  .js-filter-toggle:after {
      content: ' ';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 5px 0 5px;
      border-color: var(--white) transparent transparent transparent;
      display: inline-block;
      margin-left: 10px;
      position: absolute;
      right: 15px;
      transition: all 0.3s;
  }
  .js-filter-toggle.is-called:after {
      transform: rotate(180deg);
  }
  
  @media (max-width:767px){
      .js-filter-toggle:after{
          border-color: var(--white) transparent transparent transparent;
      }
      .filter-row .btn{
           margin-right: 0;
      }
  }
  
  .filter-drop{
      margin-left: 0;
      background: none;
      color: var(--orange);
      font-weight: 500;
      border: 1px dashed var(--orange);
      padding-left: 45px;
      position: relative;
      padding-right: 20px;
  }
  .filter-drop:hover{
      background: var(--orange);
      color: var(--white);
  }
  .filter-drop:before{
      width: 24px;
      height: 24px;
      background: url(../images/close-cross.svg) no-repeat;
      background-size: contain;
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -12px;
      left: 10px;
  }
  
  .filter-solutions .filter-drop{
      align-self: center;
      padding: 0;
      display: none;
  }
  .filter-drop:before{
      display: none;
  }
  .filter-drop:hover{
      background: none;
      color: var(--orange);
  }
  
  .filter-top+.smart-filter,
  .filter-top+.smart-filter form,
  .filter-top+.smart-filter .filter-wrap,
  .filter-top+.smart-filter .jspContainer,
  .filter-top+.smart-filter .jspPane{
      height: auto !important;
      position: relative !important;
  
  }
  
  
  .filter-solutions .filter-drop{
      align-self: center;
      padding: 0;
      display: none;
      line-height: 38px;
  }
  .filter-drop:before{
      display: none;
  }
  .filter-drop:hover{
      background: none;
      color: var(--orange);
  }
  
  .filter-top+.smart-filter,
  .filter-top+.smart-filter form,
  .filter-top+.smart-filter .filter-wrap,
  .filter-top+.smart-filter .jspContainer,
  .filter-top+.smart-filter .jspPane{
      height: auto !important;
      position: relative !important;
  
  }
  
  figure.article-thumb-picture.article-thumb-picture--slim img{
      height: 200px;
      object-fit: cover;
  }
  @media (max-width: 768px){
  .filter-row:first-child{
      flex-direction: row;
  }
  .filter-selected{
      margin-bottom: 10px;
      display: none !important;
  }
  .filter-top.filter-solutions{
      padding: 10px;
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 10px;
      margin-top: -10px;
      position: sticky;
      top: 0;
      z-index: 20;
      background: var(--bg-grey);
  }
  .filter-top.filter-solutions .filter-drop{
      margin-bottom: -10px;
  }
  .smart-filter{
      padding-top: 0;
      margin-top: 20px;
      margin-bottom: 0;
  }
  
  }