* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.prm-body ._container {
  max-width: 1280px;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .prm-body ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .prm-body ._container {
    max-width: none;
    padding: 0 16px;
  }
}

.prm-body {
  font-family: "Roboto", sans-serif;
  color: #1E1E1E;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 760px) {
  .prm-body {
    font-size: 18px;
  }
}
.prm-body a {
  color: #1E1E1E;
  text-decoration: none;
}

.prm-image {
  max-width: 1440px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
}
.prm-image img {
  width: 100%;
}

.prm-tabs__nav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 20px;
}
@media (max-width: 760px) {
  .prm-tabs__nav {
    display: flex;
    flex-direction: column;
    max-width: 225px;
  }
}
.prm-tabs__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #e31235;
  padding: 12px 24px;
  border-radius: 4px;
  transition: background-color 0.3s ease 0s;
  border: none;
  cursor: pointer;
}
.prm-tabs__btn:hover, .prm-tabs__btn.active {
  background-color: #9c0c24;
}
.prm-tabs__content {
  margin-top: 40px;
}
.prm-tabs__block {
  display: none;
}
.prm-tabs__block.open {
  display: block;
}/*# sourceMappingURL=style.css.map */