.progress-indicator {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: table;
  table-layout: fixed;
}

.progress-indicator > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 1.5em;
}

.progress-indicator > li span {
  position: absolute;
  color: #e6e6e6;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
}

.progress-indicator > li::before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #e6e6e6;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 1.5em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}

.progress-indicator > li::after {
  content: '';
  position: absolute;
  display: block;
  background: #e6e6e6;
  width: 100%;
  height: 0.15em;
  top: 50%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 50%;
  margin-left: 1.5em\9;
  z-index: 0;
}

.progress-indicator > li:last-child:after {
  display: none;
}

.progress-indicator > li.is-complete {
  color: #1779ba;
}

.progress-indicator > li.is-complete::before, .progress-indicator > li.is-complete::after {
  color: #fefefe;
  background: #1779ba;
}

.progress-indicator > li.is-complete span {
  color: #1779ba;
}

.progress-indicator > li.is-current {
  color: #4eabe9;
}

.progress-indicator > li.is-current::before {
  color: #fefefe;
  background: #4eabe9;
}

.progress-indicator > li.is-current span {
  color: #4eabe9;
}



        /* ненужные стили */
        .container{
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center; 
        }
        /* ненужные стили */
        /* отсюда нужные стили: */
        .aura{
            position: relative;
            width: 300px; /*size of block*/
            height: 300px;/*size of block*/
            padding: 0;
            overflow: hidden;
        }
        .aura_img{
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            -o-object-fit: contain;
            -o-object-position: center;
            object-position: center;
            z-index: 100;
        }
        .aura_img.human{
           z-index: 500;
        }
        .aura_img.spiral{
            -webkit-animation-name: aura_rotate; /* Safari 4.0 - 8.0 */
            -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
            -webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
            animation-name: aura_rotate;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }
        .aura_img.spiral:nth-child(1){
            z-index: 99; /*100 menus number of img*/
            -webkit-animation-duration: 6s; /* Safari 4.0 - 8.0 */    /* <= это время за которое аура делает полный круг, меняй его для каждой ауры от ее номера, или как тебя надо от ее силы */    
            animation-duration: 6s;  /* <= это время за которое аура делает полный круг, меняй его для каждой ауры от ее номера, или как тебя надо от ее силы */

        }
        .aura_img.spiral:nth-child(2){
            z-index: 98; /*100 menus number of img*/
            transform: rotate(2deg); /*degree of angle +(-) order of img*/
            -webkit-animation-duration: 7s; /* Safari 4.0 - 8.0 */    /* <= это время за которое аура делает полный круг, меняй его для каждой ауры от ее номера, или как тебя надо от ее силы */    
            animation-duration: 7s;  /* <= это время за которое аура делает полный круг, меняй его для каждой ауры от ее номера, или как тебя надо от ее силы */

        }
        .aura_img.spiral:nth-child(3){
            z-index: 98; /*100 menus number of img*/
            transform: rotate(2deg); /*degree of angle +(-) order of img*/
            -webkit-animation-duration: 8s; /* Safari 4.0 - 8.0 */    /* <= это время за которое аура делает полный круг, меняй его для каждой ауры от ее номера, или как тебя надо от ее силы */    
            animation-duration: 8s;  /* <= это время за которое аура делает полный круг, меняй его для каждой ауры от ее номера, или как тебя надо от ее силы */

        }
        .aura_img.spiral:nth-child(4){
            z-index: 98; /*100 menus number of img*/
            transform: rotate(2deg); /*degree of angle +(-) order of img*/
            -webkit-animation-duration: 9s; /* Safari 4.0 - 8.0 */    /* <= это время за которое аура делает полный круг, меняй его для каждой ауры от ее номера, или как тебя надо от ее силы */    
            animation-duration: 9s;  /* <= это время за которое аура делает полный круг, меняй его для каждой ауры от ее номера, или как тебя надо от ее силы */

        }
        .aura_img.spiral:nth-child(5){
            z-index: 98; /*100 menus number of img*/
            transform: rotate(2deg); /*degree of angle +(-) order of img*/
            -webkit-animation-duration: 10s; /* Safari 4.0 - 8.0 */    /* <= это время за которое аура делает полный круг, меняй его для каждой ауры от ее номера, или как тебя надо от ее силы */    
            animation-duration: 10s;  /* <= это время за которое аура делает полный круг, меняй его для каждой ауры от ее номера, или как тебя надо от ее силы */

        }
        .aura_img.spiral:nth-child(6){
            z-index: 98; /*100 menus number of img*/
            transform: rotate(2deg); /*degree of angle +(-) order of img*/
            -webkit-animation-duration: 12s; /* Safari 4.0 - 8.0 */    /* <= это время за которое аура делает полный круг, меняй его для каждой ауры от ее номера, или как тебя надо от ее силы */    
            animation-duration: 12s;  /* <= это время за которое аура делает полный круг, меняй его для каждой ауры от ее номера, или как тебя надо от ее силы */

        }
        

        /* Safari 4.0 - 8.0 */
        @-webkit-keyframes aura_rotate {
        from {
            transform: rotate(0deg)
            }
        to {
                transform: rotate(360deg)
            }
        }

        /* Standard syntax */
        @keyframes aura_rotate {
            from {
            transform: rotate(0deg)
            }
        to {
                transform: rotate(360deg)
            }
        }

.messages-block{
  display: flex;
    flex-direction: column;
      align-items: flex-start;
      }
      .msg-baloon{
        max-width: 90%;
          border: none;
            border-radius: 10px;
            }
            .msg-baloon::after{
              position: absolute;
                bottom: 0;
                  height: 15px;
                    width: 16px;
                      background: inherit;
                      }
                      .msg-baloon--left{
                        border-bottom-left-radius: 0;
                        }
                        .msg-baloon--rigth{
                          align-self: flex-end;
                            border-bottom-right-radius: 0;
                            }
                            @supports (clip-path: polygon(100% 0, 0% 100%, 100% 100%)){
                                .msg-baloon--left::after{
                                    content: '';
                                        left: -16px;
                                            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
                                              }
                                                .msg-baloon--rigth::after{
                                                    content: '';
                                                        right: -16px;
                                                            clip-path: polygon(0 0, 0% 100%, 100% 100%);
                                                              }
                                                              }
                                                              
                                                              .msg-conten{
                                                                margin-bottom: 1rem;
                                                                word-break: break-all;
                                                                }
                                                                .msg-author{
                                                                  text-align: right;
                                                                    font-size: 0.8rem;
                                                                      opacity: .65;
                                                                      }
                                                                      .msg-baloon--rigth .msg-author{
                                                                        text-align: left;
                                                                        }