@charset "UTF-8";

/* Color */
/* Font-size */
/* Font-family */
.prm-body {
  margin: auto;
  overflow: hidden;
  font-weight: normal;
}
.prm-body * {
  box-sizing: border-box;
}
.prm-body img {
  display: block;
  width: auto;
  max-width: 100%;
}
.prm-body section._mb,
.prm-body div._mb {
  margin-bottom: 96px;
}
@media (max-width: 1439.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 40px;
  }
}
.prm-body section._mt,
.prm-body div._mt {
  margin-top: 96px;
}
@media (max-width: 1439.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 40px;
  }
}
.prm-body section._pt,
.prm-body div._pt {
  padding-top: 96px;
}
@media (max-width: 1439.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 40px;
  }
}
.prm-body section._pb,
.prm-body div._pb {
  padding-bottom: 96px;
}
@media (max-width: 1439.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 40px;
  }
}
.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 20px;
  }
}
.prm-body a.btn,
.prm-body button.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: 8px;
  transition: background-color 0.3s ease 0s;
}
@media (max-width: 767.98px) {
  .prm-body a.btn,
  .prm-body button.btn {
    display: flex;
    width: 30%;
    margin: 0 auto;
  }
}
@media (max-width: 479.98px) {
  .prm-body a.btn,
  .prm-body button.btn {
    width: 40%;
  }
}
@media (min-width: 991.98px) {
  .prm-body a.btn:hover,
  .prm-body button.btn:hover {
    background-color: #bd0f2c;
  }
  .prm-body a.btn:focus,
  .prm-body button.btn:focus {
    background-color: #9c0c24;
  }
}
.prm-body a.btn._fw,
.prm-body button.btn._fw {
  width: 100%;
}
.prm-body .prm-wrp {
  width: 1200px;
  margin: auto;
  height: 100%;
}
@media (max-width: 1240px) {
  .prm-body .prm-wrp {
    width: 940px;
  }
}
@media (max-width: 999px) {
  .prm-body .prm-wrp {
    width: 710px;
  }
}
@media (max-width: 760px) {
  .prm-body .prm-wrp {
    width: 100%;
    padding: 0 15px;
  }
}
.prm-body .prm-header__wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.prm-body .prm-content__block {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.prm-body .prm-content__block-grey {
  background: #f7f6fb;
  border-radius: 20px;
}
.prm-body .prm-content__text {
  max-width: 810px;
  width: 100%;
  margin: 0 auto 40px;
}
.prm-body .prm-content__text h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #000;
  margin: 0 0 15px;
}
.prm-body .prm-content__text h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: #000;
  margin: 0 0 15px;
}
.prm-body .prm-content__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #000;
  margin: 0 0 10px;
}
.prm-body .prm-content__text p:last-child {
  margin: 0;
}
.prm-body .prm-content__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 40px;
}
.prm-body .prm-content__col {
  max-width: 48%;
  width: 100%;
}
.prm-body .prm-content__col-grey {
  background: #f7f6fb;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 0;
}
.prm-body .prm-content__col-grey .prm-content__col_text {
  max-width: 430px;
  margin: 0 auto;
  height: 170px;
}
.prm-body .prm-content__col-grey .prm-content__col_text h2, .prm-body .prm-content__col-grey .prm-content__col_text p {
  text-align: center;
}
.prm-body .prm-content__col_text {
  height: 210px;
  width: 100%;
  margin: 0 0 20px;
}
.prm-body .prm-content__col_text h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  text-align: left;
  color: #000;
  margin: 0 0 15px;
}
.prm-body .prm-content__col_text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  color: #000;
  margin: 0 0 10px;
}
.prm-body .prm-content__col_text p:last-child {
  margin: 0;
}
.prm-body .prm-content__col_text ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.prm-body .prm-content__col_text ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  max-width: 48%;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
.prm-body .prm-content__col_text ul li strong {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  color: #000;
  display: block;
  margin: 0 0 10px;
}
.prm-body .prm-advantages {
  background: #ededed;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.prm-body .prm-advantages__wrapper h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: #000;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 40px;
}
.prm-body .prm-advantages__wrapper picture {
  display: block;
  margin: 0 0 40px;
}
.prm-body .prm-advantages__wrapper ol {
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
.prm-body .prm-advantages__wrapper ol li {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #000;
  margin: 0 0 10px;
  list-style: decimal;
}
.prm-body .prm-advantages__wrapper ol li:last-child {
  margin: 0;
}
.prm-body .prm-advantages__wrapper small {
  font-size: 14px;
  line-height: 143%;
}
.prm-body .prm-footnotes__wrapper ol {
  padding: 0 0 0 20px;
  margin: 0;
}
.prm-body .prm-footnotes__wrapper ol li {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #000;
  margin: 0 0 10px;
  list-style: decimal;
}
.prm-body .prm-footnotes__wrapper ol li:last-child {
  margin: 0;
}

/* Laptops & Mobile */
@media (max-width: 999px) {
  .prm-body .prm-content__col {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .prm-body .prm-content__col_text {
    height: auto;
  }
  .prm-body .prm-content__col_text h2 {
    font-size: 19px;
    line-height: 127%;
    margin: 0 0 7px;
  }
  .prm-body .prm-content__col_text p {
    font-size: 12px;
    line-height: 143%;
  }
  .prm-body .prm-content__col_text ul {
    flex-direction: column;
    gap: 15px;
  }
  .prm-body .prm-content__col_text ul li {
    font-size: 10px;
    line-height: 133%;
  }
  .prm-body .prm-content__col_text ul li strong {
    font-size: 19px;
    line-height: 127%;
    margin: 0 0 7px;
  }
  .prm-body .prm-content__col-grey {
    padding: 20px 0 0;
  }
  .prm-body .prm-content__col-grey .prm-content__col_text {
    height: auto;
    margin: 0 0 20px;
  }
  .prm-body .prm-content__row {
    gap: 15px;
  }
  .prm-body .prm-content__row_order .prm-content__col:first-child {
    order: 2;
  }
  .prm-body .prm-content__row_order .prm-content__col:nth-child(2) {
    order: 1;
  }
  .prm-body .prm-content__text h2 {
    font-size: 19px;
    line-height: 127%;
  }
  .prm-body .prm-content__text h3 {
    font-size: 10px;
    line-height: 133%;
  }
  .prm-body .prm-content__text p {
    font-size: 12px;
    line-height: 143%;
  }
  .prm-body .prm-advantages__wrapper h2 {
    font-size: 16px;
    line-height: 122%;
    margin: 0 auto 20px;
  }
  .prm-body .prm-advantages__wrapper ol {
    margin: 0 0 10px;
  }
  .prm-body .prm-advantages__wrapper ol li {
    font-size: 10px;
    line-height: 133%;
    margin: 0 0 7px;
  }
  .prm-body .prm-advantages__wrapper small {
    font-size: 10px;
    line-height: 133%;
  }
  .prm-body .prm-footnotes__wrapper ol li {
    font-size: 10px;
    line-height: 133%;
    margin: 0 0 7px;
  }
}
.prm-body a.prm-btn,
.prm-body button.prm-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.prm-body .prm-body__buttons {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prm-body .prm-btn {
  border: none;
}

.prm-body .btn.btn--active {
  background-color: #9c0c24;
  pointer-events: none;
}

.prm-body.prm-body--tab {
  display: none;
}

.prm-body.prm-body--tab.prm-body--tab-active {
  display: block;
}
.prm-body a.prm-btn:hover,
.prm-body buttonprm-.btn:hover {
  background-color: #bd0f2c;
}

.prm-body a.prm-btn:focus,
.prm-body button.prm-btn:focus {
  background-color: #9c0c24;
}
.prm-body .prm-btn.btn--active {
  background-color: #9c0c24;
  pointer-events: none;
}