div > header{
    display: none;
}
.pol_hdr_wrp{
    align-items:center;
    display:flex;
    justify-content:space-between;
    padding:7px 10px 12px;
    display: none;
}
.pol_hdr_lhs{
    color:var(--ks-dlo-dr);
    font-size:18px;
    font-weight:700;
}
.pol_hdr_rhs{
    color:var(--ks-dlo-lg2);
    font-size:13px;
    font-weight:700;
}
.pol_opt_ul{
    display:flex;
    flex-direction:column;
    padding-left:10px;
    width:100%;
    flex:0 0 calc(100% - 360px);
    max-width:calc(100% - 360px);
}
.pol_opt_li{
    padding:11px 10px 13px;
    box-shadow:0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius:5px;
    margin:0 0 15px;
    background-color:var(--ks-dlo-lg);
}
.pol_opt_li:last-child{
    margin-bottom: 0px;
}
@media (min-width:1000px){
.pol_opt_li:hover{
  background: var(--ks-dlo-ylw1);
}
}
.pol_ftr_wrp{
    align-items:center;
    display:flex;
    justify-content:space-between;
    padding:0 10px 10px;
}
.pol_ftr_lhs{
    color:var(--ks-dlo-lg2);
    display:block;
    font-size:13px;
    line-height:18px;
}
.pol_ftr_rhs{
    color:var(--ks-dlo-lg2);
    display:block;
    font-size:0.8rem;
    line-height:18px;
  }

  .poll {
    padding:20px;
    width:100%;
    display: flex;
    flex-wrap:wrap;
    background:var(--ks-dlo-bg) url(../img/bg-1.png) bottom left no-repeat;
    border-radius: 5px;
  }
    .pol_qus_left{
         width:100%;
        flex:0 0 360px;
        max-width:360px;
        position: relative;
        padding-bottom: 20px;
    }
  .pol_qus{
    color:var(--ks-dlo-lg);
    display:block;
    font-size:22px;
    line-height:32px;
    font-weight:700;
    padding-right:10px;
  }
.pol_poeple_vote{
    color:var(--ks-dlo-yellow);
    font-size:12px;
    line-height:14px;
    font-weight:500;
    position: absolute;
    bottom: 0px;
    left:0px;
}
  .pol_opt_li {
    position:relative;
    cursor:pointer;
    overflow:hidden;
  }
  .pol_val {
    position:absolute;
    top:50%;
    right:0px;
    width:40px;
    transform:translateY(-50%);
    color:var(--ks-dlo-rg3);
    font-size:18px;
    line-height:18px;
    font-weight: 900;
  }
  .pol_bar{
    position:absolute;
    top:0px;
    left:0px;
    width:0%;
    height:100%;
    background:var(--ks-dlo-ylw1);
    z-index:0;
    transition:width 300ms ease-in-out;
  }
  .pol_lbl{
    color:var(--ks-dlo-dr);
    font-size:1rem;
    line-height:18px;
    font-weight:700;
      position:relative;
      z-index:1;
  }
    .alpha_txt{
      font-weight: 900;
        margin-right:5px;
    }
  .pol_lbl:hover, .pol_lbl:focus{
    color:var(--ks-dlo-dr);
  }
  .pol_chk_wrp{
    align-items:center;
    display:flex;
  }
    .pol_opt_slc .pol_lbl{
        font-weight: 900;
    }
  .pol_opt_slc .pol_chk:before{
      content:'';
    display: inline-block;
    transform: rotate(45deg);
    height: 11px;
    width: 6px;
    border-bottom: 2.5px solid var(--ks-dlo-lg);
    border-right: 2.5px solid var(--ks-dlo-lg);
    top: -3px;
    bottom: 0;
    margin: auto;
    right:6px;
    z-index: 1;
  }
  .pol_opt_slc .pol_chk{
      background:var(--ks-dlo-green);
      border-radius:100%;
  height:18px;
  width:18px;
  top: 0;
  bottom: 0;
  margin:auto 35px auto auto;
  position: relative;
  }
  .pol_chk{
    -webkit-transition:all ease-in-out 0.3s;
    -moz-transition:all ease-in-out 0.3s;
    -ms-transition:all ease-in-out 0.3s;
    -o-transition:all ease-in-out 0.3s;
    transition:all ease-in-out 0.3s;
    z-index:1;
  }
  .pol_opt_slc .pol_chk:before, .pol_opt_slc .pol_chk:after{
      content:'';
      position:absolute;
  }

@media (max-width:767px){
    .poll{
        padding:10px 10px 15px;
    }
    .pol_qus_left, .pol_opt_ul{
        flex:0 0 100%;
        max-width:100%;
        padding:0px;
    }
    .pol_poeple_vote{
        position: static;
        margin-top:5px;
    }
    .pol_qus_left{
        margin-bottom:20px;
    }
    .pol_qus{
        font-size: 18px;
        line-height: 24px;
    }
}