body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.instructions {
  padding: 0;
  border: 2px solid #545454;
  margin-bottom: 20px;
}

.instructions h2 {
  background-color: #545454;
  color: white;
  text-align: center;
  margin-top: 0;
}

.instructions p {
  padding: 0 15px;
}

.instructions p:last-child {
  margin-bottom: 15px;
}

.instructions img {
  max-width: calc(100% - 30px);
  box-sizing: border-box;
  margin: 10px;
  margin-top: 0;
  border: 1px solid rgb(178, 177, 177);
}



/*=========REG=============*/

.reg {
  margin-top: 1rem;
  line-height: 30px;
}

.reg__title {
  font-weight: 700;
}

.reg ol {
  counter-reset: myCounter;
}

.reg li {
  list-style: none;
  margin: 0 0 8px 0;
}

.reg li:last-of-type {
  margin: 0 0 25px 0;
}

.reg li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: block;
  border-color: rgb(223, 0, 0);
  border: 3px solid;
  width: 40px;
  height: 40px;
  padding: 4px 12px;
  border-radius: 50%;
  color: rgb(223, 0, 0);
  font-weight: 600;
  margin: auto 0.8rem auto 0;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.reg__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}

.reg__list-container {
  font-weight: normal;
  background-color: #ececec;
  border-left: 2px solid;
  border-right: 2px solid;
  border-radius: 6px;
  border-color: rgb(223, 0, 0);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 26px;
  overflow-wrap: break-word;
  position: relative;
}

.reg__item {
  line-height: 25px;
  font-weight: normal;
  font-size: 18px;
}

.reg__item img {
  margin-right: 0.5rem;
}

.reg__item a {
  color: #007fff;
  text-decoration: underline;
  background-color: transparent;
  font-weight: 500;
}

.reg__item a:hover {
  color: #2195bf;
}

.button-link {
  background-color: #007fff;
  color: white !important;
  padding: 15px;
  margin-top: 30px;
  display: block;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.button-link:hover {
  color: #fff !important;
  background-color: #e11229;
  text-decoration: none;
}

.button-link:hover {
  background-color: #e11229 !important;
}

p a,
.reg__item a {
  color: #007fff !important;
  font-weight: inherit !important;
  border-bottom: none !important;
  text-decoration: underline !important;

}

p a:hover,
.reg__item a:hover {
  color: #e11229 !important;
  background-color: transparent !important;
}

.swiper {
  padding-bottom: 30px;
  margin-bottom: 20px;
  width: 100%;
  min-width: auto;
}

.swiper-slide {
  max-width: 100%;
}

.swiper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.swiper-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex: 0 0 100%;
  /* каждая картинка занимает всю ширину экрана */
  box-sizing: border-box;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
}


/*============== FEEDBACK ==============*/
.feedback {
  margin-bottom: 20px;
  padding: 5px 0 12px;
}

.feedback__header,
.feedback__body {
  border-bottom: 1px solid #989898;
}

.feedback__header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.feedback__photo {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.feedback__photo img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.feedback .feedback__name {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.6rem;
}

.feedback .feedback__position {
  margin: 0;
  font-size: 1.2rem;
  color: #787878;
}

.feedback .feedback__rating {
  font-size: 1.5rem;
  color: #d85229;
}

.feedback__body {
  padding: 16px 0;
}

.feedback__body p {
  margin: 0;
  font-family: var(--article--fonts-tertiary);
  font-size: 1.375rem;
  line-height: 1.5;
}

.feedback__body p+p {
  margin-top: 5px;
}

@media (max-width: 660px) {
  .feedback {
    padding: 5px 0 12px;
  }

  .feedback__header {
    flex-direction: column;
    text-align: center;
    padding: 0 16px 20px;
  }

  .feedback__photo {
    margin-right: 0;
  }
}


@keyframes swing {
  0% {
    transform: rotate(0deg)
  }

  20% {
    transform: rotate(15deg)
  }

  40% {
    transform: rotate(-15deg)
  }

  60% {
    transform: rotate(10deg)
  }

  80% {
    transform: rotate(-5deg)
  }

  to {
    transform: rotate(0deg)
  }
}

.fig-comments__list {
  list-style: none;
  margin: 0;
  padding: 0
}

.fig-comments__item {
  border-bottom: 1px solid #ccc;
  padding: 24px 0 !important
}

.fig-comment {
  color: #333;
  font-size: .875rem;
  line-height: 1.4285714286
}

.fig-comment__username {
  font-weight: 600;
  margin: 0
}

.fig-comment__date {
  color: #727272;
  font-size: .75rem;
  line-height: 1.3333333333;
  margin: 0
}

.fig-comment__text {
  margin: 0;
  padding-top: 8px !important
}