.b-popup__title {
  font-family: 'ALS Hauss', arial, helvetica, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 3.75rem;
}

.b-popup,
.show-popup1 {
  overflow: hidden;
}

.b-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: transparent;
  pointer-events: none;
  transition: background-color 0.2s;
  top: 0;
  left: 0;
}

.b-popup p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 19px;
}

.container--m {
  width: 100%;
  max-width: 60.625rem;
  margin: 0 auto;
}

.b-popup b {
  font-family: 'ALS Hauss', arial, helvetica, sans-serif;
  font-weight: 400;
}

.b-popup__container {
  position: relative;
}

.b-popup__close-svg {
  position: absolute;
  right: 4.4375rem;
  top: 4.6875rem;
  width: 1.125rem;
  height: 1.125rem;
  cursor: pointer;
  background-image: url(../img/svg/close.svg);
  background-size: 1.125rem 1.125rem;
  background-position: 50%;
  background-repeat: no-repeat;
  transform-origin: center;
  padding: 1.375rem;
  transition: transform 0.2s;
}

.b-popup__close-svg:hover {
  transform: rotate(90deg);
}

.b-popup__actions {
  width: 1.5625rem;
  height: 200px;
  top: 1.25rem;
  transform: translateX(-6.25rem);
  transition: transform 0.05s linear;
  position: -webkit-sticky;
  position: sticky;
  float: left;
  z-index: 99;
  margin-right: -1.5625rem;
}

.b-popup__action-item {
  margin-bottom: 1.5625rem;
}

.b-popup__action-svg {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.2s;
}

.b-popup__action-svg:hover {
  opacity: 1;
}

.b-popup__content {
  max-width: 79.375rem;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  float: right;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  opacity: 0;
  transform: translateX(50vw);
  transition: transform 0.5s, opacity 0.3s;
}

.b-popup__body {
  max-width: 60.625rem;
  margin: 0 auto;
}

.b-popup__text {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.b-popup__text-h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-family: Navigo, arial, helvetica, sans-serif;
  margin-bottom: 2rem;
}

.b-popup__text-h2:first-child {
  margin-top: 0;
}

.b-popup__text-h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-family: Navigo, arial, helvetica, sans-serif;
}

.b-popup__text-link {
  color: #1990fe;
  border-bottom: 1px dotted #1990fe;
  transition: color 0.15s;
}

.b-popup__text-link:hover {
  color: rgba(25, 144, 254, 0.7);
}

.b-popup__list-item {
  position: relative;
  margin-bottom: 0.625rem;
  padding-left: 2.5rem;
}

.b-popup.popup--show {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.b-popup.popup--show .b-popup__content {
  opacity: 1;
  transform: translateX(0);
}

ol,
ul {
  margin: 0;
  padding: 0;
}

.b-popup__action-item {
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 1000px) {
  .b-popup__content {
      padding-top: 64px;
      padding-bottom: 48px;
  }

  .b-popup__close-svg {
      background-size: 20px 20px;
      right: 20px;
      top: 20px;
      padding: 22px;
  }

  .container--m {
      padding: 0 15px;
  }
  .title-block {
      margin-bottom: 20px;
  }
}

.g-lockscroll {
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 812px) {
  .b-popup__title {
      font-size: 1.5rem;
  }

  .b-popup__text {
      font-size: 1.25rem;
  }
}
