.p-smm .b-svg {
  width: 103px;
}

#svg-smm--text-1,
#svg-smm--text-2,
#svg-smm--text-3,
#svg-smm--text-4,
#svg-smm--text-5,
#svg-smm--text-6,
#svg-smm--text-7,
#svg-smm--text-8 {
  opacity: 0;
  visibility: hidden;
}

#svg-smm--text-1 {
  -webkit-animation-name: smm;
  animation-name: smm;
  -webkit-animation-timing-function: steps(8);
  animation-timing-function: steps(8);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
}

#svg-smm--text-2 {
  -webkit-animation-name: smm;
  animation-name: smm;
  -webkit-animation-timing-function: steps(8);
  animation-timing-function: steps(8);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

#svg-smm--text-3 {
  -webkit-animation-name: smm;
  animation-name: smm;
  -webkit-animation-timing-function: steps(8);
  animation-timing-function: steps(8);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
}

#svg-smm--text-4 {
  -webkit-animation-name: smm;
  animation-name: smm;
  -webkit-animation-timing-function: steps(8);
  animation-timing-function: steps(8);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#svg-smm--text-5 {
  -webkit-animation-name: smm;
  animation-name: smm;
  -webkit-animation-timing-function: steps(8);
  animation-timing-function: steps(8);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1.875s;
  animation-delay: 1.875s;
}

#svg-smm--text-6 {
  -webkit-animation-name: smm;
  animation-name: smm;
  -webkit-animation-timing-function: steps(8);
  animation-timing-function: steps(8);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

#svg-smm--text-7 {
  -webkit-animation-name: smm;
  animation-name: smm;
  -webkit-animation-timing-function: steps(8);
  animation-timing-function: steps(8);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 2.625s;
  animation-delay: 2.625s;
}

#svg-smm--text-8 {
  -webkit-animation-name: smm;
  animation-name: smm;
  -webkit-animation-timing-function: steps(8);
  animation-timing-function: steps(8);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes smm {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes smm {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.p-smm__block-ref-2 .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-smm__block-ref-2 .field__item {
  width: 65px;
}

.p-smm__long-text-format-3 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-smm__long-text-format-3 {
    margin-bottom: 30px;
  }

  .p-smm__block-ref-2 .field__item {
    width: 79px;
  }
}

@media (min-width: 1024px) {
  .p-smm .b-svg {
    width: 144px;
  }

  .p-smm__block-ref-2 .field__item {
    width: 116px;
  }
}

@media (min-width: 1234px) {
  .p-smm .b-svg {
    width: 223px;
  }
}

@media (max-width: 767px) {
  .p-smm__block-ref-2 .field__items {
    margin-left: -20px;
    margin-bottom: -20px;
  }
  
  .p-smm__block-ref-2 .field__item {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}