.card__section-wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
}



.bar__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e7ff;
}

.bar__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #c11700;
  margin-bottom: 8px;
}

.bar__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #1f458b;
  margin-bottom: 4px;
}

.bar__wrapper {
  width: 502px;
  height: auto;
  position: relative;
}

.bar {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.bar img {
  width: 100%;
  height: auto;
}

button:focus {
  outline: 0px !important;
}

.start {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #ff3d00;
  border: 10px solid #ffc01e;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.start:hover {
  background-color: #ffc01e;
  color: #222;
}

.start:before {
  content: "";
  width: 36px;
  height: 33px;
  background-image: url(../img/tringle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bar__info {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #222;
}

.card__block {
  padding: 0px 0 0;
  display: none;
}

/*.card__title {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
  color: #ff3d00;
}*/

.card__subtitle-spin {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #0d46a0;
}

.card__info-spin {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #222;
}

.card__info-small-spin {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #222;
  margin-bottom: 12px;
}

/*.card {
  width: 100%;
  height: auto;
  border: 0px;
}*/

.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(2000deg);
    transform: rotate(2000deg);
  }

  100% {
    -webkit-transform: rotate(1977deg);
    transform: rotate(1977deg);
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(2000deg);
    -o-transform: rotate(2000deg);
    transform: rotate(2000deg);
  }

  100% {
    -webkit-transform: rotate(1977deg);
    -o-transform: rotate(1977deg);
    transform: rotate(1977deg);
  }
}

@media (max-width: 1160px) {
  .card__content {
    width: 100%;
  }

}

@media (max-width: 540px) {
  .card__section-wrapper {
    padding-top: 0px;
  }

  .bar__block {
    padding: 6.8vw 0 3vw;
  }

  .bar__title {
    font-size: 5.5vw;
    margin-bottom: 3vw;
  }

  .bar__subtitle {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }

  .bar__wrapper {
    width: 100%;
  }

  .bar {
    margin-bottom: 3vw;
  }

  .start {
    width: 28vw;
    height: 28vw;
    font-size: 5.8vw;
  }

  .start:before {
    width: 8.8vw;
    height: 7vw;
    top: -7vw;
  }

  .bar__info {
    font-size: 4.5vw;
  }

  .card__block {
    padding: 5vw 0;
  }

  .card__title {
    font-size: 9vw;
    margin-bottom: 0;
  }

  .card__subtitle {
    font-size: 5.6vw;
    margin-bottom: 1.4vw;
  }

  .card__info {
    font-size: 5.8vw;
    margin-bottom: 2vw;
  }

  .card__info-small {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
}

.container {
  position: relative;
}