@charset "UTF-8";
/*————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

transform: translate(180px,180px) rotate(-5deg) scale(0.8);
--------------------------------------------------------
transition:all 0.3s ease;

--------------------------------------------------------
animation: fade-In 5s linear 2s infinite;

animation-name:fade-In;
animation-duration:4s;
animation-delay:0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-timing-function:ease-in-out;
animation-fill-mode:forwards;


@keyframes fade-In {
  from {background-color: red;}
  to {background-color: yellow;}
}
--------------------------------------------------------
border-radius: 25% 10%;
--------------------------------------------------------
http://cubic-bezier.com





————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————*/
.container {
  position: relative;
  width: 100%;
  padding: 0;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

.container__inner {
  position: relative;
  width: 100%;
  padding: 0;
  max-width: 740px;
  height: auto;
  margin: 0 auto;
}

.kv {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  margin: 0 0 30px 0;
  background-image: url("../../../../assets/images/lovepower/activity/kv.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.breadcrumb {
  display: none;
}

.title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
}

.title__line {
  position: relative;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background-color: #d70c19;
}

.spokes {
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
  padding: 0;
  background-color: #fcebed;
}

.spokes .container {
  position: relative;
  max-width: 1200px;
  padding: 20px 0 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spokes__block {
  position: relative;
  width: 278px;
  height: 500px;
  margin: 20px 10px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  overflow: hidden;
}

.spokes__block-title {
  position: relative;
  width: calc(100% - 20px);
  height: calc(80px - 20px);
  padding: 10px;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  color: #d70c19;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  z-index: 1;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spokes__block-person {
  position: relative;
  width: 278px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.spokes__block-text {
  position: relative;
  width: calc(100% - 20px);
  height: calc(110px - 20px);
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #272727;
  -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.4);
  z-index: 1;
  word-break: break-all;
}

.spokes__block-vote {
  position: relative;
  margin: 25px auto 15px auto;
  width: 250px;
  height: 70px;
  border-radius: 4px;
  border: solid 1px #d70c19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spokes__block-vote-title {
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -63px;
  width: 116px;
  height: 24px;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ff8302;
  background-color: #fff;
  z-index: 0;
}

.spokes__block-vote-number {
  position: relative;
  font-size: 40px;
  line-height: 1.05;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #272727;
  font-family: Avenir;
  z-index: 1;
  margin: 6px 10px 0 0;
}

.spokes__block-vote-word {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #272727;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .kv {
    height: 250px;
  }
  .breadcrumb {
    display: block;
  }
  .title {
    font-size: 36px;
    line-height: 1.72;
    letter-spacing: 2px;
  }
  .title__line {
    height: 50px;
  }
  .spokes {
    margin: 40px 0 0 0;
    padding: 0;
    background-color: #fcebed;
  }
  .spokes .container {
    padding: 20px 0 150px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1200px) {
  .spokes .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .spokes__block {
    margin: 20px 11px;
  }
}
/*# sourceMappingURL=spokesperson.css.map */