/*vars*/
/*-colors*/
body {
  background-color: #fff;
  color: #000; }

/*mixins*/
.main-container {
  max-width: 763px;
  margin: 0 auto; }

/*politic-profile*/
.profile-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
  font-family: Arial;
  overflow: hidden;
  font-size: 14px; }

.profile-header * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.profile-header__row {
  height: 100%;
  width: 100%;
  position: relative; }

.profile-header__row_grad {
  width: 100%; }

.profile-header__name {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 28%;
  padding-right: 3%;
  width: 100%;
  height: 25%;
  font-size: 36px;
  font-weight: 600;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 7;
  line-height: normal;
  font-weight: 700;
  color: #fff; }

.profile-header__img-container {
  width: 25%;
  left: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.profile-header__img-container_img {
  width: 79%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 300px; }

/*profile-characteristics*/
.profile-characteristics {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #22243a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.profile-characteristics > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.profile-characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 4.5em 0 3em 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: Arial; }

.profile-characteristics::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #e3e3e3; }

.profile-characteristics__item {
  height: 11.8em;
  width: 11.8em;
  position: relative;
  background-image: -webkit-linear-gradient(306deg, #39bdcd 10%, #59c2c6, #abcfb5);
  background-image: -o-linear-gradient(306deg, #39bdcd 10%, #59c2c6, #abcfb5);
  background-image: linear-gradient(144deg, #39bdcd 10%, #59c2c6, #abcfb5);
  border-radius: 10px; }

.profile-characteristics__item_arrow {
  position: absolute;
  width: 3.1em;
  height: 1.3em;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  overflow: hidden;
  text-align: center; }

.profile-characteristics__item_arrow::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 50%;
  width: 3.1em;
  height: 3.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #22243a), color-stop(85%, #576377));
  background-image: -webkit-linear-gradient(top, #22243a 55%, #576377 85%);
  background-image: -o-linear-gradient(top, #22243a 55%, #576377 85%);
  background-image: linear-gradient(180deg, #22243a 55%, #576377 85%);
  background-position: center 80%;
  background-repeat: no-repeat;
  z-index: -1; }

.profile-characteristics__item {
  position: relative;
  z-index: 1; }

.profile-characteristics__item a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: 65%;
  background-repeat: no-repeat;
  text-decoration: none;
  position: relative;
  z-index: 3; }

.profile-characteristics__item .details {
  background-image: url(../images/icons/profile_details.svg);
  background-position: 55% 53%; }

.profile-characteristics__item .promises {
  background-image: url(../images/icons/profile_promises.svg);
  background-position: 60% 45%; }

.profile-characteristics__item img.profile-characteristics__item_property {
  display: block;
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.profile-characteristics__item_title {
  text-transform: uppercase;
  position: relative;
  top: -2.7em;
  font-size: 17px;
  font-weight: 700;
  color: #22243a;
  text-align: center;
  position: relative;
  letter-spacing: -0.04px;
  line-height: 1.2; }

.profile-characteristics__item_title_efect {
  color: #ffffff;
  text-shadow: 0px 0px 1px #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-60%, -80%);
      -ms-transform: translate(-60%, -80%);
          transform: translate(-60%, -80%);
  z-index: -1; }

/*profile-characteristics__item  active*/
.profile-characteristics__item svg.slide-arrow {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.profile-characteristics__item.active svg.slide-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

@media (max-width: 570px) {
  .profile-characteristics {
    font-size: 10px; }
  .profile-characteristics__item_title {
    font-size: 14px; }
  .profile-characteristics__item_arrow .slide-arrow {
    width: 7px; } }

@media (max-width: 480px) {
  .profile-characteristics {
    font-size: 7px; }
  .profile-characteristics__item_title {
    font-size: 12px; } }

/*CONTENT profile-characteristics__item*/
.characteristics-content {
  position: relative;
  font-size: 17px; }

.characteristics-content__item {
  position: relative;
  padding: 20px 0;
  -webkit-transition: max-height .3s ease-in-out;
  -o-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.characteristics-content__item > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.characteristics-content__item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #e3e3e3; }

.characteristics-content__item {
  max-height: 10000px;
  transform: scaleY(1);
  -webkit-transition-property: max-height, padding, transform;
  -o-transition-property: max-height, padding, transform;
  transition-property: max-height, padding, transform;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  font-family: Arial; }

.characteristics-content__item.hiden {
  transform: scaleY(0.1);
  position: absolute;
  width: 100%;
  height: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

@media screen and (max-width: 763px) {
  .characteristics-content {
    font-size: 14px; 
  }
  
  .characteristics-content__item__promise_check{
    background-size: 90%;
  }
  
 }

/*personal data table*/
.characteristics-content__item_personal-data {
  width: 100%;
  text-align: left;
  background-color: #e7f7f9;
  color: #22243a;
  font-family: Arial;
  font-size: 0.9em;
  overflow-x: scroll; }

.characteristics-content__item_personal-data_td.title {
  font-weight: 700; }

.characteristics-content__item_personal-data_tr:nth-child(even) {
  background-color: #c0eaef; }

.characteristics-content__item_personal-data_td {
  height: 40px;
  vertical-align: middle;
  padding-left: 3em; }

.characteristics-content__item_personal-data_td.data {
  background-color: rgba(0, 0, 0, 0.025); }

.characteristics-content__item_personal-data td {
  width: 50%;
  line-height: 1.1; }

@media (max-width: 480px) {
  .characteristics-content__item_personal-data {
    font-size: 0.8em; }
  .characteristics-content__item_personal-data_td {
    padding-left: 1.5em; } }

/*item__promise*/
.characteristics-content__item.promise-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.characteristics-content__item__promise {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* width: 58.7%; */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 20px;
  letter-spacing: -0.03px; }

/*.characteristics-content__item__promise::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #e3e3e3; }*/

.characteristics-content__item__promise_check {
  width: 4.9em;
  height: 4.9em;
  background-image: url("../images/icons/promise.svg");
  background-repeat: no-repeat;
  background-position: center;
  }

.characteristics-content__item__promise_text {
  font-size: 1em;
  font-weight: 700;
  line-height: 20px; }

.characteristics-content__item__promise_content {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.characteristics-content__item__promise_content::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0px;
  border-bottom: 1px dotted #e3e3e3;
  }

.characteristics-content__item__promise_avt {
  color: #39bdcd; }

/*voute*/
.characteristics-content__item__promise_voting {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.characteristics-content__item__promise_voting > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.characteristics-content__item__promise_voting::before {
  content: '';
  position: absolute;
  top: 23px;
  bottom: 23px;
  border-right: 1px dotted #e3e3e3;
  width: 0px;
  left: 50%; }

.characteristics-content__item__promise_voting::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  height: 0px;
  border-bottom: 1px dotted #e3e3e3;
  top: 50%; }

.characteristics-content__item__promise_voting-item {
  position: relative;
  width: 47%;
  padding: 8px 50px 8px 40px; }

.characteristics-content__item__promise_voting-like {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/promise_like.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.characteristics-content__item__promise_voting-like:hover {
  background-image: url("../images/icons/promise_like_hov.svg");
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.dislike .characteristics-content__item__promise_voting-like:hover {
  background-image: url("../images/icons/promise_dislike_hov.svg");
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.voted .characteristics-content__item__promise_voting-like {
  background-image: url("../images/icons/promise_like_voted.svg"); }

.voted.dislike .characteristics-content__item__promise_voting-like {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-image: url("../images/icons/promise_dislike_voted.svg"); }

.characteristics-content__item__promise_voting-count {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #22243a;
  font-size: 1.05em;
  font-style: italic;
  font-weight: bold; }

.characteristics-content__item__promise_voting-param {
  display: block; }

.characteristics-content__item__promise_voting-row {
  display: block;
  height: 10px; }

.like .characteristics-content__item__promise_voting-row {
  background-color:#4caf50; }

.dislike .characteristics-content__item__promise_voting-row {
  background-color:#f44336; }

.dislike .characteristics-content__item__promise_voting-like {
  -webkit-transform: translateY(-50%) scale(1, -1);
      -ms-transform: translateY(-50%) scale(1, -1);
          transform: translateY(-50%) scale(1, -1); }

.characteristics-content__item__promise_voting-row {
  margin-top: 10px; }



/*expert comment*/
.characteristics-content__item__promise_comment {
  display: none;
  
  max-width: 317px;
  position: relative;
  background-image: -webkit-linear-gradient(306deg, #39bdcd 10%, #59c2c6, #abcfb5);
  background-image: -o-linear-gradient(306deg, #39bdcd 10%, #59c2c6, #abcfb5);
  background-image: linear-gradient(144deg, #39bdcd 10%, #59c2c6, #abcfb5);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.characteristics-content__item__promise_comment::after {
  content: '';
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  width: 30px;
  height: 20px;
  background-image: url("../images/icons/comment_arrow.svg");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 20%; }

.characteristics-content__item__promise_comment * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.characteristics-content__item__promise_comment_head {
  position: relative;
  height: 95px;
  padding-left: 120px; }

.characteristics-content__item__promise_comment_head::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  height: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#576377), color-stop(99.3865%, #22243a), to(#22243a));
  background-image: -webkit-linear-gradient(left, #576377 0%, #22243a 99.3865%, #22243a 100%);
  background-image: -o-linear-gradient(left, #576377 0%, #22243a 99.3865%, #22243a 100%);
  background-image: linear-gradient(to right, #576377 0%, #22243a 99.3865%, #22243a 100%);
  border-bottom-left-radius: 28px;
  border-top-right-radius: 10px; }

.characteristics-content__item__promise_comment_title {
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 30px; }

.characteristics-content__item__promise_comment_content {
  padding: 5px 10px 30px 17px;
  max-height: 120px;
  overflow: hidden;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  line-height: 19px; }

.characteristics-content__item__promise_comment_avt_img-container {
  position: absolute;
  left: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#576377), color-stop(99.3865%, #22243a), to(#22243a));
  background-image: -webkit-linear-gradient(left, #576377 0%, #22243a 99.3865%, #22243a 100%);
  background-image: -o-linear-gradient(left, #576377 0%, #22243a 99.3865%, #22243a 100%);
  background-image: linear-gradient(to right, #576377 0%, #22243a 99.3865%, #22243a 100%); }

.characteristics-content__item__promise_comment_avt_img-container img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%; }

.characteristics-content__item__promise_comment_avt-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 20px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px; }

.characteristics-content__item_infograf {
  width: 100%; }

@media screen and (max-width: 1220px) {
  .characteristics-content__item.promise-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .characteristics-content__item__promise {
    width: 100%; }
  .characteristics-content__item__promise_comment {
    width: 100%;
    max-width: 100%;
    margin-top: 20px; } }

@media screen and (max-width: 470px) {
  .characteristics-content__item__promise {
    padding: 0; }
  .characteristics-content__item__promise_voting-count {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .characteristics-content__item__promise_voting-item {
    padding: 9px 24px 9px 24px; }
  .characteristics-content__item__promise_voting-row {
    margin-top: 23px; }
  
  .characteristics-content__item__promise_comment_content {
    max-height: 125px; } }

/*POLITICS LIST*/
    .pol-list {
      position: relative;
      font-family: Arial;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-family: Arial; }

    .pol-list * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-family: Arial; }

    .pol-list__head {
      width: 100%;
      color: #22243a; }

    .pol-list__head_title {
      font-size: 30px;
      font-weight: 700; }

    .pol-list__head .pol-list__head_title {
      padding: 30px 0 20px 0; }

    .pol-list__head__soc-lnk-row {
      position: relative;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border: 1px solid #e3e3e3;
      border-right: none;
      border-left: none; }

    .pol-list__head__soc-lnk-row_lnks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

    .pol-list__head__soc-lnk-row_lnk {
      display: inline-block;
      margin-left: 5px;
      width: 30px;
      height: 30px;
      background-color: #bcc1c9;
      vertical-align: baseline;
      background-repeat: no-repeat;
      background-position: center center; }

    .pol-list__head__soc-lnk-row_title {
      display: inline-block;
      font-size: 13px; }

    .pol-list__head__soc-lnk-row_lnk.fb {
      background-image: url(../images/icons/fb.svg); }

    .pol-list__head__soc-lnk-row_lnk.twtt {
      background-image: url(../images/icons/twtt.svg); }

    /*list*/
    .pol-list__ul {
      width: 100%;
      list-style-type: none; }

    .pol-list__ul_li {
      width: 100%; }

    .pol-list__ul_li_prof-lnk {
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

    .pol-list__ul_li_img-container {
      width: 106px;
      height: 106px;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      border: 1px solid #e3e3e3; }

    .pol-list__ul {
      padding-left: 25px; }

    .pol-list__ul_li_img {
      position: absolute;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

    .pol-list__ul_li_name {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 568px;
      background-image: -webkit-linear-gradient(306deg, #39bdcd, #59c2c6, #abcfb5, #37a4b1, #36b8bd, #99b7a1);
      background-image: -o-linear-gradient(306deg, #39bdcd, #59c2c6, #abcfb5, #37a4b1, #36b8bd, #99b7a1);
      background-image: linear-gradient(144deg, #39bdcd, #59c2c6, #abcfb5, #37a4b1, #36b8bd, #99b7a1);
      border-radius: 10px;
      line-height: 70px;
      font-size: 26px;
      color: #fff;
      font-weight: 700;
      text-align: center; }

    .pol-list__ul .pol-list__ul_li {
      margin-top: 20px; }

    .pol-list__ul_li_circle {
      display: block;
      position: relative;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #fff;
      border: 1px solid #e3e3e3;
      z-index: 3; }

    .pol-list__ul_li_circle::after {
      content: '';
      position: absolute;
      width: 17px;
      height: 17px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #39bdcd;
      border-radius: 50%;
      z-index: 4;
      border: 3px solid #fff; }

    .pol-list__ul_li_circle::before {
      content: '';
      position: absolute;
      top: -23px;
      bottom: -80px;
      width: 1px;
      background-color: #e3e3e3;
      left: 50%;
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%);
      z-index: -2; }

    .pol-list__ul_li:last-child .pol-list__ul_li_circle::before {
      bottom: -23px; }

    /*hover efect*/
    .pol-list__ul_li_name {
      -webkit-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out;
      background-size: 300%;
      background-position-x: left; }

    .pol-list__ul_li_prof-lnk:hover .pol-list__ul_li_name {
      background-position-x: right; }


@media screen and (max-width: 1220px){
  .pol-list__ul{
      padding-left: 0;
  }
  
  .pol-list__ul_li_circle{
      margin: 0 3%;
  }
}

@media screen and (max-width: 990px){
    .pol-list__head_title{
        font-size: 100%;
    }
    
    .pol-list__ul{
        padding-left: 0;
    }

    .pol-list__ul_li_img-container {
        width: 57px;
        height: 57px;
    }

    .pol-list__ul_li_circle {
        width: 15px;
        height: 15px;
    }

    .pol-list__ul_li_name {
        line-height: 57px;
        font-size: 100%;
    }

}

@media screen and (max-width: 480px){
  .pol-list__ul_li_circle{
      display: none;
  }

  .pol-list__ul_li_name {
      font-size: 12px;
      height: 57px;
      overflow: hidden;
      margin-left: 3%;
      
  }

}





/*section btn*/
.election-sec-btn {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }

.election-sec-btn_lnk {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial;
  color: #22243a;
  padding: 20px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(65%, rgba(0, 0, 0, 0.12)));
  background-image: -webkit-linear-gradient(#fff, rgba(0, 0, 0, 0.12) 65%);
  background-image: -o-linear-gradient(#fff, rgba(0, 0, 0, 0.12) 65%);
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0.12) 65%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: inset 0px 3px 9px -3px rgba(0, 0, 0, 0.18);
  box-shadow: inset 0px 3px 9px -3px rgba(0, 0, 0, 0.18); }

.election-sec-btn_lnk::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background-color: #c4372c; }

.election-sec-btn_lnk b {
  font-weight: 700; }

.election-sec-btn_lnk:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(65%, rgba(0, 0, 0, 0.17)));
  background-image: -webkit-linear-gradient(#fff, rgba(0, 0, 0, 0.17) 65%);
  background-image: -o-linear-gradient(#fff, rgba(0, 0, 0, 0.17) 65%);
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0.17) 65%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.election-sec-btn_lnk:hover .election-sec-btn_lnk::after {
  background: #a82f26;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }