.card__text__heading, .card__sender__heading {
  font-size: 10px;
  text-transform: uppercase;
  color: #B5B5B5;
}

.phone {
  /*position: relative;
  width: 423px;
  /*margin: 2rem auto 2rem;
  padding: 106px 24px;
  background-color: #f8f8f8;
  border-radius: 56px;*/
}
@media (max-width: 480px) {
  .phone {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
}
.phone__screen {
  overflow: hidden;
  position: relative;
  width: 100%;
  /*background-color: rgba(237, 237, 237, 0.39);*/
}
.phone__scroll-cont {
  max-width: 960px;
    margin: 0 auto 0 auto;
  padding: 21px 0;
}
@media (max-width: 480px) {
  .phone__scroll-cont {
    width: 100%;
    height: 100%;
  }
}
.phone__content {
  position: relative;
  padding-top: 30px;
}

.card {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 160px;
  margin-bottom: 15px;
  border-radius: 11px;
  -webkit-perspective: 2000px;
          perspective: 2000px;
  -webkit-transition: margin 0.4s 0.1s;
  transition: margin 0.4s 0.1s;
}
.card.active {
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
}
.card.flip-step1 {
  margin-bottom: 175px;
}
.card.flip-step2 {
  margin-bottom: 245px;
}
.card.flip-step3 {
  margin-bottom: 491px;
}
@media (max-width: 760px) {
.card.flip-step3 {
margin-bottom: 690px;
}

}
.card.req-active1 {
  -webkit-transition: margin 0.6s cubic-bezier(0.77, 0.03, 0.83, 0.67);
  transition: margin 0.6s cubic-bezier(0.77, 0.03, 0.83, 0.67);
  margin-bottom: 55px;
}
.card.req-active2 {
  -webkit-transition: margin 0.6s cubic-bezier(0.31, 0.14, 0.48, 1.52);
  transition: margin 0.6s cubic-bezier(0.31, 0.14, 0.48, 1.52);
  margin-bottom: 560px;
}
.card.req-closing1 {
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
  margin-bottom: 175px;
}
.card.req-closing2 {
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
  margin-bottom: 15px;
}
.card.hidden-hack .card__part-2 > .m--front {
  display: none;
}
.card.no-transition {
  -webkit-transition: all 0s 0s !important;
  transition: all 0s 0s !important;
}
.card.no-transition * {
  -webkit-transition: all 0s 0s !important;
  transition: all 0s 0s !important;
}
.card.theme-purple .card__face__colored-side {
  background: #753e8c;
}
.card.theme-purple .card__face__path {
  background: -webkit-repeating-linear-gradient(#753e8c, #753e8c 3px, transparent 3px, transparent 6px);
  background: repeating-linear-gradient(#753e8c, #753e8c 3px, transparent 3px, transparent 6px);
  border-color: #753e8c;
}
.card.theme-purple .card__header {
  background: #753e8c;
    margin: 0 0;
}
.card.theme-purple .card__sender__rating__star {
  color: #753e8c;
}
.card.theme-purple .card__path-big {
  background: -webkit-repeating-linear-gradient(#753e8c, #753e8c 3px, transparent 3px, transparent 6px);
  background: repeating-linear-gradient(#753e8c, #753e8c 3px, transparent 3px, transparent 6px);
  border-color: #753e8c;
}
.card.theme-green .card__face__colored-side {
  background: #52A43A;
}
.card.theme-green .card__face__path {
  background: -webkit-repeating-linear-gradient(#52A43A, #52A43A 3px, transparent 3px, transparent 6px);
  background: repeating-linear-gradient(#52A43A, #52A43A 3px, transparent 3px, transparent 6px);
  border-color: #52A43A;
}
.card.theme-green .card__header {
  background: #52A43A;
}
.card.theme-green .card__sender__rating__star {
  color: #52A43A;
}
.card.theme-green .card__path-big {
  background: -webkit-repeating-linear-gradient(#52A43A, #52A43A 3px, transparent 3px, transparent 6px);
  background: repeating-linear-gradient(#52A43A, #52A43A 3px, transparent 3px, transparent 6px);
  border-color: #52A43A;
}
.card.theme-orange .card__face__colored-side {
  background: #F7AA17;
}
.card.theme-orange .card__face__path {
  background: -webkit-repeating-linear-gradient(#F7AA17, #F7AA17 3px, transparent 3px, transparent 6px);
  background: repeating-linear-gradient(#F7AA17, #F7AA17 3px, transparent 3px, transparent 6px);
  border-color: #F7AA17;
}
.card.theme-orange .card__header {
  background: #F7AA17;
}
.card.theme-orange .card__sender__rating__star {
  color: #F7AA17;
}
.card.theme-orange .card__path-big {
  background: -webkit-repeating-linear-gradient(#F7AA17, #F7AA17 3px, transparent 3px, transparent 6px);
  background: repeating-linear-gradient(#F7AA17, #F7AA17 3px, transparent 3px, transparent 6px);
  border-color: #F7AA17;
}
.card.theme-red .card__face__colored-side {
  background: #c9252c;
}
.card.theme-red .card__face__path {
  background: -webkit-repeating-linear-gradient(#c9252c, #c9252c 3px, transparent 3px, transparent 6px);
  background: repeating-linear-gradient(#c9252c, #c9252c 3px, transparent 3px, transparent 6px);
  border-color: #c9252c;
}
.card.theme-red .card__header {
  background: #c9252c;
}
.card.theme-red .card__sender__rating__star {
  color: #c9252c;
}
.card.theme-red .card__path-big {
  background: -webkit-repeating-linear-gradient(#c9252c, #c9252c 3px, transparent 3px, transparent 6px);
  background: repeating-linear-gradient(#c9252c, #c9252c 3px, transparent 3px, transparent 6px);
  border-color: #c9252c;
}
.card__part {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.12);
  border-radius: 11px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.card__part__side {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.card__part__side.m--back {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.card__part__side.m--front {
  background: #fff;
}
.card__part-1 {
  top: 0;
  height: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translateZ(-3px);
          transform: translateZ(-3px);
}
.card.flip-step1 .card__part-1 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.card.req-closing2 .card__part-1 {
  border-radius: 11px;
}
.card__part-2 {
  z-index: 6;
  top: 100%;
  height: 100%;
  -webkit-transform: rotateX(179deg) translateZ(3px);
          transform: rotateX(179deg) translateZ(3px);
  -webkit-transition: border-radius 0.25s, -webkit-transform 0.5s ease-out;
  transition: border-radius 0.25s, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, border-radius 0.25s;
  transition: transform 0.5s ease-out, border-radius 0.25s, -webkit-transform 0.5s ease-out;
}
.card__part-2 > .m--back {
  overflow: hidden;
  cursor: pointer;
}
.card.flip-step1 .card__part-2 {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 0;
  height: 320px;
}

@media (max-width: 760px) {
.card.flip-step1 .card__part-2 {
height: 460px;
}

}
.card.req-active1 .card__part-2 {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translate3d(0, -120px, 0);
          transform: translate3d(0, -120px, 0);
}
.card.req-active2 .card__part-2 {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.61, 0.14, 0.18, 1.52);
  transition: -webkit-transform 0.6s cubic-bezier(0.61, 0.14, 0.18, 1.52);
  transition: transform 0.6s cubic-bezier(0.61, 0.14, 0.18, 1.52);
  transition: transform 0.6s cubic-bezier(0.61, 0.14, 0.18, 1.52), -webkit-transform 0.6s cubic-bezier(0.61, 0.14, 0.18, 1.52);
  -webkit-transform: translate3d(0, 140px, 0);
          transform: translate3d(0, 140px, 0);
}
.card.req-closing1 .card__part-2 {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.card.req-closing2 .card__part-2 {
  -webkit-transition: border-radius, -webkit-transform;
  transition: border-radius, -webkit-transform;
  transition: transform, border-radius;
  transition: transform, border-radius, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: rotateX(179deg) translateZ(3px);
          transform: rotateX(179deg) translateZ(3px);
  border-radius: 11px;
}
.card__part-3 {
  top: 100%;
  height: 70px;
  -webkit-transform: rotateX(179deg) translateZ(-3px);
          transform: rotateX(179deg) translateZ(-3px);
  -webkit-transition: border-radius 0s 0.5s, -webkit-transform 0.5s;
  transition: border-radius 0s 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, border-radius 0s 0.5s;
  transition: transform 0.5s, border-radius 0s 0.5s, -webkit-transform 0.5s;
}
@media (max-width: 760px) {
    .card__part-3 {
height: 100px;
    }
}
.card__part-3 > .m--back {
  background: #F7EFF7;
}
.card.flip-step2 .card__part-3 {
  -webkit-transition: border-radius 0s 0s, -webkit-transform 0.5s;
  transition: border-radius 0s 0s, -webkit-transform 0.5s;
  transition: transform 0.5s, border-radius 0s 0s;
  transition: transform 0.5s, border-radius 0s 0s, -webkit-transform 0.5s;
  border-radius: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.card.req-active1 .card__part-3 {
  -webkit-transition: height, -webkit-transform;
  transition: height, -webkit-transform;
  transition: transform, height;
  transition: transform, height, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform: translate3d(0, -70px, 0);
          transform: translate3d(0, -70px, 0);
  height: 0;
}
.card.req-active2 .card__part-3 {
  -webkit-transition: height, -webkit-transform;
  transition: height, -webkit-transform;
  transition: transform, height;
  transition: transform, height, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  height: 0;
}
.card.req-closing1 .card__part-3 {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotateX(179deg) translateZ(-3px);
          transform: rotateX(179deg) translateZ(-3px);
}
.card.req-closing2 .card__part-3 {
  -webkit-transition: border-radius 0.5s;
  transition: border-radius 0.5s;
  border-radius: 11px;
}
.card__part-4 {
  top: 100%;
  height: 70px;
  -webkit-transform: rotateX(179deg) translateZ(0);
          transform: rotateX(179deg) translateZ(0);
  -webkit-transition: border-radius 0s 0s, height 0.5s, -webkit-transform 0.5s;
  transition: border-radius 0s 0s, height 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, border-radius 0s 0s, height 0.5s;
  transition: transform 0.5s, border-radius 0s 0s, height 0.5s, -webkit-transform 0.5s;
}
.card__part-4 > .m--back {
  background: #F7EFF7;
}
.card__part-4 > .m--front {
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: opacity 0s 0.5s;
  transition: opacity 0s 0.5s;
}
.card.flip-step2 .card__part-4 {
  -webkit-transition: border-radius 0s 0s, height 0.33s 0.165s, -webkit-transform 0.5s;
  transition: border-radius 0s 0s, height 0.33s 0.165s, -webkit-transform 0.5s;
  transition: transform 0.5s, border-radius 0s 0s, height 0.33s 0.165s;
  transition: transform 0.5s, border-radius 0s 0s, height 0.33s 0.165s, -webkit-transform 0.5s;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card.flip-step3 .card__part-4 {
  -webkit-transition: border-radius 0s 0s, height 0.33s, -webkit-transform 0.5s;
  transition: border-radius 0s 0s, height 0.33s, -webkit-transform 0.5s;
  transition: transform 0.5s, border-radius 0s 0s, height 0.33s;
  transition: transform 0.5s, border-radius 0s 0s, height 0.33s, -webkit-transform 0.5s;
  height: 85px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.card.flip-step3 .card__part-4 > .m--front {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
}
.card.req-closing1 .card__part-4 {
  -webkit-transition: border-radius 0.5s;
  transition: border-radius 0.5s;
  border-radius: 0;
}
.card.req-closing2 .card__part-4 {
  -webkit-transition: border-radius 0.5s;
  transition: border-radius 0.5s;
  border-radius: 11px;
}
.card__part__inner {
  overflow: hidden;
  position: relative;
  height: 100%;
  border-radius: inherit;
}
.card__text {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.card__text:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 145px;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(95deg, rgba(255, 255, 255, 0), rgba(216, 216, 216, 0));
}

.card__text p {
  width: 200%;
}
.card__text--left {
  left: 0;
}
.card__text--right {
  left: 50%;
}
@media (max-width: 760px) {
.card__text {
width: 100%;
    height: auto;
Position: relative;
}
.card__text--right {
  left: 0;
}
}
.card__text__heading {
  line-height: 1;
  margin-bottom: 3px;
}
.card__text__middle {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #4B4D52;
}
.card__text__bottom {
  font-size: 14px;
  color: #000000;
}
.card__face {
  padding: 20px 20px 15px;
}
.card__face:after {
  content: "";
  z-index: 5;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 60%, white 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), white 60%, white 100%);
}
.card__face__colored-side {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.card__face:hover .card__face__colored-side {
  width: 80px;
}
.card__face__price {
  margin-top: -3px;
  font-weight: normal;
  font-size: 22px;
  color: #000000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.card__face:hover .card__face__price {
  color: #fff;
}
.card__face__divider {
  position: absolute;
  left: 80px;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background: #ECECEC;
}
.card__face__path {
  position: absolute;
    left: 101px;
    top: 36px;
    width: 2px;
    height: 90px;
}
.card__face__path:before, .card__face__path:after {
content: "";
    position: absolute;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid;
    border-color: inherit;
}
.card__face__path:before {
  top: -11px;
}
.card__face__path:after {
  bottom: -15px;
}
.card__face__from-to {
  position: absolute;
  left: 120px;
  top: 20px;
  max-width: 422px;
  color: #000000;
  font-size: 16px;
}
.card__face__from-to:before {
  content: "";
  position: absolute;
  left: 0;
  top: 72%;
  width: 100%;
  height: 1px;
  background: #ECECEC;
}
.card__face__from-to p:first-child {
  margin-bottom: 10px;
}
.card__face__deliv-date {
  position: absolute;
  left: 16px;
  top: 105px;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.card__face__deliv-date p {
  color: #000000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.card__face:hover .card__face__deliv-date {
  color: rgba(255, 255, 255, 0.8);
}
.card__face:hover .card__face__deliv-date p {
  color: #fff;
}
.card__face__stats {
    position: absolute;
    top: 37px;
    width: 250px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}
.card__face__stats p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.card__face__stats--req {
    /*left: 100px; */
    right: 42px;
    /* opacity: 0; */
    padding: 7px 20px;
    border-radius: 3px;
    background-color: #f1efef;
    border: 1px solid #ddd;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card__face__stats--req:hover {
  background-color: #54a54b;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 760px) {
  .card__face__stats--req {
    display: none;
}

}

.card__face__stats--pledge {
  left: 190px;
}
.card__face__stats--weight {
  left: 270px;
}
.card__face__stats--weight p {
  text-transform: lowercase;
}
.card__header {
  position: relative;
  height: 40px;
  color: rgb(255, 255, 255);
}
.card__header__close-btn {
  z-index: 2;
  position: absolute;
  left: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.card__header__close-btn:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.card__header__close-btn:before, .card__header__close-btn:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 7px;
  width: 23px;
  height: 2px;
  background: #fff;
}
.card__header__close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.card__header__close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.card__header__id {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 40px;
  text-align: center;
}
.card__header__price {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 40px;
}
.card__stats {
  position: relative;
  height: 120px;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.card__stats:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.card.req-active1 .card__stats {
  opacity: 0;
}
.card.req-active2 .card__stats {
  display: none;
}
.card__stats__item {
  position: absolute;
  bottom: 10px;
}
.card__stats__item--req {
  z-index: 2;
  left: 20px;
}
.card__stats__item--pledge {
  z-index: 1;
  left: 0;
  width: 100%;
  text-align: center;
}
.card__stats__item--weight {
  z-index: 2;
  right: 20px;
  text-align: right;
}
.card__stats__type {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.card__stats__value {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
.card__map {
  display: none;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 110px;
  opacity: 0;
}
.card.map-active .card__map {
  display: block;
}
.card.req-active2 .card__map {
  -webkit-transition: height 0.48s;
  transition: height 0.48s;
  height: 310px;
  z-index: 5;
  opacity: 1;
}
.card.req-closing1 .card__map {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  height: 120px;
}
.card.req-closing2 .card__map {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.card__map__inner {
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 341px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, -1.4, 0.8, 1.4);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, -1.4, 0.8, 1.4);
  transition: transform 0.6s cubic-bezier(0.8, -1.4, 0.8, 1.4);
  transition: transform 0.6s cubic-bezier(0.8, -1.4, 0.8, 1.4), -webkit-transform 0.6s cubic-bezier(0.8, -1.4, 0.8, 1.4);
}
.card.req-active2 .card__map__inner {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.card__sender {
  position: relative;
  height: 90px;
    overflow: hidden;
  padding: 10px 20px 0;
}
.card.req-active2 .card__sender {
  height: 305px;
}
.card__sender:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ECECEC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.card.req-active2 .card__sender:after {
  opacity: 1;
}
.card__sender__heading {
  margin-bottom: 5px;
}
.card.req-active1 .card__sender__heading {
  -webkit-transition: opacity, margin;
  transition: opacity, margin;
  -webkit-transition-duration: 0.48s;
          transition-duration: 0.48s;
  opacity: 0;
  margin-top: -9px;
}
.card.req-active2 .card__sender__heading {
  pointer-events: none;
}
.card__sender__img-cont {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  border-radius: 8px;
}
.card__sender__img-cont__inner {
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.card__sender__img {
  width: 100%;
  min-height: 100%;
}
.card__sender__name-and-rating {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  /*max-width: 180px;*/
  height: 55px;
  margin-top: -5px;
  margin-bottom: 20px;
}
.card__sender__name {
  font-size: 18px;
  color: #3B424A;
  padding-top: 33px;
  vertical-align: middle;
  text-align: center;
}
.card__sender__rating {
  font-size: 14px;
}
.card.req-active1 .card__sender__rating {
  -webkit-transition: opacity 0.48s;
  transition: opacity 0.48s;
  opacity: 0;
}
.card.req-active2 .card__sender__rating {
  display: none;
}
.card__sender__rating__star {
  opacity: 0.3;
}
.card__sender__rating-1 .card__sender__rating__star:nth-child(1) {
  opacity: 1;
}
.card__sender__rating-2 .card__sender__rating__star:nth-child(1) {
  opacity: 1;
}
.card__sender__rating-2 .card__sender__rating__star:nth-child(2) {
  opacity: 1;
}
.card__sender__rating-3 .card__sender__rating__star:nth-child(1) {
  opacity: 1;
}
.card__sender__rating-3 .card__sender__rating__star:nth-child(2) {
  opacity: 1;
}
.card__sender__rating-3 .card__sender__rating__star:nth-child(3) {
  opacity: 1;
}
.card__sender__rating-4 .card__sender__rating__star:nth-child(1) {
  opacity: 1;
}
.card__sender__rating-4 .card__sender__rating__star:nth-child(2) {
  opacity: 1;
}
.card__sender__rating-4 .card__sender__rating__star:nth-child(3) {
  opacity: 1;
}
.card__sender__rating-4 .card__sender__rating__star:nth-child(4) {
  opacity: 1;
}
.card__sender__rating-5 .card__sender__rating__star:nth-child(1) {
  opacity: 1;
}
.card__sender__rating-5 .card__sender__rating__star:nth-child(2) {
  opacity: 1;
}
.card__sender__rating-5 .card__sender__rating__star:nth-child(3) {
  opacity: 1;
}
.card__sender__rating-5 .card__sender__rating__star:nth-child(4) {
  opacity: 1;
}
.card__sender__rating-5 .card__sender__rating__star:nth-child(5) {
  opacity: 1;
}
.card__sender__rating__count {
  font-size: 12px;
  color: #8C9093;
}
.card__sender__address {
  font-size: 12px;
  color: #8C9093;
  opacity: 0;
  pointer-events: none;
}
.card.req-active2 .card__sender__address {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 1;
  pointer-events: auto;
}
.card__receiver {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
}
.card.req-active2 .card__receiver {
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
  height: 65px;
    position: absolute;
    top: 10px;
    background: #fff;
}
.card__receiver__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
}
.card__path-big {
  position: absolute;
  right: 26px;
  top: 55px;
  width: 2px;
  height: 57px;
  opacity: 0;
}
.card.req-active2 .card__path-big {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.card__path-big:before, .card__path-big:after {
  content: "";
  position: absolute;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid;
  border-color: inherit;
}
.card__path-big:before {
  top: -13px;
}
.card__path-big:after {
  bottom: -11px;
}
.card__from-to {
  position: relative;
  height: 188px;
  padding: 10px 20px 0;
}
.card.req-active1 .card__from-to {
  -webkit-transition: opacity 0.48s;
  transition: opacity 0.48s;
  opacity: 0;
}
.card.req-active2 .card__from-to {
  display: none;
}
.card__from-to__inner {
  position: relative;
  height: 100%;
}
.card__from-to__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 1px;
  background: #ECECEC;
}
.card__timings {
  position: relative;
  height: 100%;
  padding: 10px 20px 0;
}
.card.req-active1 .card__timings {
  -webkit-transition: opacity 0.48s;
  transition: opacity 0.48s;
  opacity: 0;
}
.card.req-active2 .card__timings {
  display: none;
}
.card__timings__inner {
  position: relative;
  height: 100%;
}
.card__timer {
  display: none;
  margin-top: 22px;
  font-size: 30px;
  color: #A4ADAD;
  text-align: center;
}
.card.req-active2 .card__timer {
  display: block;
}
.card__request-btn {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #c9252c;
  text-transform: uppercase;
  font-size: 18px;
  color: rgb(255, 255, 255);
  outline: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0;
  -webkit-transition: letter-spacing 0.3s;
  transition: letter-spacing 0.3s;
}
.card__request-btn__text-1 {
  -webkit-transition: opacity 0.48s;
  transition: opacity 0.48s;
}
.card.req-active1 .card__request-btn__text-1 {
  opacity: 0;
}
.card.req-active2 .card__request-btn__text-1 {
  display: none;
}
.card__request-btn__text-2 {
  z-index: -5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.card.req-active2 .card__request-btn__text-2 {
  z-index: 1;
  opacity: 1;
}
.card__request-btn:hover {
  letter-spacing: 5px;
}
.card__counter {
  position: absolute;
  left: 0;
  top: 57px;
  width: 100%;
  font-size: 14px;
  color: #313131;
  text-align: center;
  -webkit-transition: opacity 0.48s;
  transition: opacity 0.48s;
}
.card.req-active1 .card__counter {
  opacity: 0;
}
.card.req-active2 .card__counter {
  display: none;
}


@media (max-width: 760px) {
    .card.req-active2 .card__sender {
    height: 460px;
}
    .bodyR_price-form input {
        width: 100%;
    }
    .bodyR-textInput {
        margin-bottom: 10px;
        width: 100%;
    }
    .card.req-active2 .card__part-3 {
        height: 0px;
    }
    .card.req-active2 .card__part-2 {
        height: 480px;
        
    }
    .card.req-active2 {
        margin-bottom: 720px;
    }
}
@media (max-width: 480px) {
 .card.req-active2 .card__part-2 {
        height: 460px;
        
    }
    .card.req-active2 .card__sender {
    height: 450px;
}
.card__sender__name-and-rating {
height: 40px;
margin-bottom: 0;
}
.card__sender__name {
padding-top: 15px;
}
    .card.req-active2 .card__receiver {
height: 60px;
}
}
.price_name {
  display: table-cell;
    padding: 5px;
    border-bottom: dashed 1px #ccc;
    width: 550px;
    color: black;
}
.price_cost {
  /*display: table-cell;*/
    padding: 5px;
    border-bottom: dashed 1px #ccc;
    width: 150px;
    padding-left: 0px;
    text-align: right;
    color: black;
}

/*стили нового калькулятора*/
#app {
  max-width: 1095px;
  margin: 20px auto;
text-align: center;
}
#app #product .box {
      background-color: #fff;
    border: 1px solid #313131;
margin: 0px 0px 40px 0px;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
  position: relative;
}
#app #product .box .add_to_cart_btn {
    background-color: #0e2138;
border-color: #0e2138;
    border-radius: 0;
    font-size: 18px;
    display: block;
    width: 100%;
    line-height: 1.3em;
    padding: 10px 35px;
    -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
#app #product .box .add_to_cart_btn:hover {
    background-color: #ff4646;
border-color: #ff4646;
}
#app #product .box i {
  width: 50px;
  height: 50px;
  background: #c9252c;
  color: #ffffff;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 1.4rem;
  position: absolute;
  right: -16px;
  top: 130px;
  box-shadow: 0 0 4px 2px rgba(80, 80, 80, 0.1);
  cursor: pointer;
  transition: all 0.3s;
}
#app #product .box i:hover {
  transform: scale(1.05);
}
#app #product .box h2 {
    margin-left: 0px;
    min-height: 50px;
    font-size: 19px;
    color: #232323;
    margin-bottom: 20px;
    line-height: 25px;
}
#app #product .box p {
  font-size: 19px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 39px;
}
.box span {
    color: #f95b5b !important;
}
#app #cart {
  margin-top: 50px;
  overflow: hidden;
}
#app #cart #head {
  width: 100%;
  border-bottom: 1px solid #BFBFBF;
  display: block;
}
#app #cart #head h3 {
  display: inline-block;
  line-height: 40px;
  margin: 0 0 20px 0;
  /*color: #fff;*/
}
#app #product .image-wrapper {
    background-color: #fff;
}
#app #product img {
    height: 146px;
}
#app #cart #head #price {
  display: inline-block;
  color: #777777;
  margin-left: 200px;
  line-height: 40px;
}
#app #cart #head #quantity {
  display: inline-block;
  color: #777777;
  margin-left: 100px;
  line-height: 40px;
}
#app #cart #head #total {
  display: inline-block;
  color: #777777;
  line-height: 40px;
  float: right;
}
#app #cart .row {
  width: 100%;
  border-bottom: 1px solid #BFBFBF;
  overflow: hidden;
  padding: 10px 0;
  display: block;
  float: left;
  /*color: #fff;*/
}
#app #cart .row img {
  height: 100px;
  float: left;
}
#app #cart .row h4 {
    float: left;
    text-align: left;
    /* margin: 0; */
    line-height: 86px;
    margin-left: 20px;
    width: 30%;
    /*color: #fff;*/
}
#app #cart .row p {
  float: left;
  margin: 0;
  width: 84px;
  line-height: 100px;
  margin-left: 35px;
  text-align: center;
}
#app #cart .row .qty-minus {
  float: left;
  width: 20px;
  line-height: 100px;
  margin-left: 60px;
  text-align: center;
  cursor: pointer;
}
#app #cart .row .qty {
  float: left;
  width: 20px;
  line-height: 100px;
  margin-left: 20px;
  text-align: center;
}
#app #cart .row .qty-plus {
  float: left;
  width: 20px;
  line-height: 100px;
  margin-left: 20px;
  text-align: center;
  cursor: pointer;
}
#app #cart .row .del {
  float: left;
  width: 80px;
  line-height: 100px;
  margin-left: 60px;
  cursor: pointer;
  text-decoration: underline;
  color: #c9252c;
}
#app #cart .row .totalprice {
  float: right;
  /*color: #fff;*/
  width: 75px;
  line-height: 100px;
  margin-left: 10px;
  text-align: right;
}
#app #cart .row .row p::before, #app #cart .row .box p::before, #app #cart .row .totalprice::before {
  content: "от ";
}
#app #cart h5 {
  font-size: 25px;
  text-align: right;
float: right;
  /*color: #fff;*/
}
@media (max-width: 760px) {
#app #cart .row p {
display: none;
}
.skidka {
    display: none;
    max-width: 188px;
    float: right;
    padding-top: 32px;
}
#app #cart .row .totalprice {
margin-right: 10px;
margin-left: 0px;
float:right;
width: 65px;
}
#app #cart .row .del {
margin-left: 10px;
width: 60px;
}
#app #cart .row h4,
#app #cart .row .qty-minus,
#app #cart .row .qty,
#app #cart .row .qty-plus {
margin-left: 10px;
}
}
@media (max-width: 480px) {
#app #cart .row .qty-minus {
clear: left;
}
#app #cart .row h4 {
width: 100%;
text-align: center;
line-height: 1.2em;
}
#app #cart #head h3 {
font-size: 18px;
}
#app #cart .row img {
float: none;
}
#app #cart .row .totalprice,
#app #cart .row .del,
#app #cart .row .qty-minus,
#app #cart .row .qty,
#app #cart .row .qty-plus {
line-height: 40px;
}
}
.fa2 {
font-size: 34px;
color: #c9252c;
vertical-align: middle;
}
.skidka {
    max-width: 188px;
    float: right;
    padding-top: 32px;
}
.fa3 {
font-size: 34px;
color: #3aad3d;
vertical-align: middle;
}

/*стили блока гарантии*/
@media (max-width: 991px) {
#app #cart h5 {
    font-size: 16px;
}
    }