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

.prm-body {
  color: #1e1e1e;
  padding-bottom: 1px;
}
.prm-body * {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.prm-mb-section {
  margin-bottom: 120px !important;
}
@media (max-width: 1280px) {
  .prm-mb-section {
    margin-bottom: 96px !important;
  }
}
@media (max-width: 992px) {
  .prm-mb-section {
    margin-bottom: 60px !important;
  }
}

.prm-mb40 {
  margin-bottom: 40px !important;
}
@media (max-width: 1280px) {
  .prm-mb40 {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 992px) {
  .prm-mb40 {
    margin-bottom: 20px !important;
  }
}

.prm-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  margin: 0 0 10px;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .prm-title {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .prm-title {
    font-size: 24px;
  }
}
.prm-title small {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .prm-title small {
    font-size: 16px;
  }
}

.prm-p-reg {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  margin: 0;
}
@media (max-width: 1280px) {
  .prm-p-reg {
    font-size: 16px;
  }
}
.prm-p-reg b {
  font-weight: 500;
}

.prm-p-medium {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  margin: 0;
}
@media (max-width: 1280px) {
  .prm-p-medium {
    font-size: 14px;
  }
}
.prm-p-medium b {
  font-weight: 500;
}

.prm-p-small {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  margin: 0;
}
@media (max-width: 1280px) {
  .prm-p-small {
    font-size: 12px;
  }
}
.prm-p-small b {
  font-weight: 500;
}

.prm-p-tiny {
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  margin: 0;
}
.prm-p-tiny b {
  font-weight: 500;
}

.prm-color-primary {
  color: #1e1e1e;
}

.prm-color-secondary {
  color: #232323;
}

.prm-color-accent {
  color: #E21235;
}

.prm-color-gray {
  color: #8f8f8f;
}

.prm-color-green {
  color: #00b929;
}

.prm-line-through {
  text-decoration: line-through;
}

.prm-combo-price-v1 {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 20px;
  border: solid 1px #E21235;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 992px) {
  .prm-combo-price-v1 {
    border-radius: 10px;
  }
}
.prm-combo-price-v1 .prm-combo-price-title {
  background-color: #E21235;
  border-radius: 16px;
  color: white;
  padding: 18px 16px;
}
@media (max-width: 992px) {
  .prm-combo-price-v1 .prm-combo-price-title {
    min-width: 60%;
    border-radius: 8px;
  }
}
.prm-combo-price-v1 .prm-combo-price-title span {
  color: white;
}
.prm-combo-price-v1 .prm-combo-price-title i {
  display: inline-block;
  vertical-align: baseline;
  width: 6px;
  height: 12px;
  background: url("../img/arrow.svg") center no-repeat;
  background-size: contain;
  margin-left: 4px;
}
.prm-combo-price-v1 .prm-combo-price-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  text-align: left;
}
.prm-combo-price-v1 .prm-combo-price-value * {
  font-weight: 500;
}
.prm-combo-price-v1 .prm-combo-price-value .prm-combo-price-value-old {
  text-decoration: line-through;
}
.prm-combo-price-v1 .prm-combo-price-value .prm-combo-price-value-actual {
  line-height: 1;
}
.prm-combo-price-v1:hover {
  border-bottom: 1px solid #E21235;
}

.prm-sticky-button-section {
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .prm-sticky-button-section {
    padding-bottom: 20px;
  }
}

.prm-combo-price-v2 {
  max-width: 380px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 20px;
  border: solid 1px #E21235;
  text-decoration: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
  transition: bottom ease 0.2s;
}
@media (max-width: 1280px) {
  .prm-combo-price-v2 {
    max-width: 304px;
  }
}
@media (max-width: 992px) {
  .prm-combo-price-v2 {
    bottom: -50px;
  }
}
@media (max-width: 992px) {
  .prm-combo-price-v2 {
    border-radius: 10px;
    max-width: none;
    width: calc(100vw - 32px);
    max-width: 760px;
    margin: auto;
  }
}
.prm-combo-price-v2.prm-visible {
  bottom: 40px;
}
@media (max-width: 992px) {
  .prm-combo-price-v2.prm-visible {
    bottom: 20px;
  }
}
.prm-combo-price-v2.prm-sticky {
  bottom: 40px;
  position: absolute;
}
@media (max-width: 992px) {
  .prm-combo-price-v2.prm-sticky {
    bottom: 20px;
  }
}
.prm-combo-price-v2 .prm-combo-price-title {
  background-color: #E21235;
  border-radius: 16px;
  color: white;
  padding: 18px 16px;
}
@media (max-width: 1280px) {
  .prm-combo-price-v2 .prm-combo-price-title {
    padding: 14px 12px;
  }
}
@media (max-width: 992px) {
  .prm-combo-price-v2 .prm-combo-price-title {
    min-width: 60%;
    border-radius: 8px;
    padding: 14px 0;
    text-align: center;
  }
}
.prm-combo-price-v2 .prm-combo-price-title span {
  color: white;
}
.prm-combo-price-v2 .prm-combo-price-title i {
  display: inline-block;
  vertical-align: baseline;
  width: 6px;
  height: 12px;
  background: url("../img/arrow.svg") center no-repeat;
  background-size: contain;
  margin-left: 4px;
}
@media (max-width: 1280px) {
  .prm-combo-price-v2 .prm-combo-price-title i {
    width: 5px;
    height: 10px;
  }
}
.prm-combo-price-v2 .prm-combo-price-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
}
.prm-combo-price-v2 .prm-combo-price-value * {
  font-weight: 500;
}
.prm-combo-price-v2 .prm-combo-price-value .prm-combo-price-value-old {
  text-decoration: line-through;
}
.prm-combo-price-v2 .prm-combo-price-value .prm-combo-price-value-actual {
  line-height: 1;
}
.prm-combo-price-v2:hover {
  border-bottom: 1px solid #E21235;
}

.prm-icons-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
}
.prm-icons-row .prm-icon {
  background-color: #F4F4F8;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
}
@media (max-width: 1280px) {
  .prm-icons-row .prm-icon {
    padding: 12px 10px;
  }
}
@media (max-width: 992px) {
  .prm-icons-row .prm-icon {
    padding: 15px 10px;
    border-radius: 10px;
  }
}
.prm-icons-row .prm-icon figure {
  display: block;
  margin: 0 0 10px;
}
.prm-icons-row .prm-icon figure img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1280px) {
  .prm-icons-row .prm-icon figure img {
    width: 32px;
  }
}
@media (max-width: 992px) {
  .prm-icons-row .prm-icon figure img {
    width: 40px;
  }
}
.prm-icons-row .prm-icon .prm-icon-text {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 10px;
}
@media (max-width: 1280px) {
  .prm-icons-row .prm-icon .prm-icon-text {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .prm-icons-row .prm-icon .prm-icon-text {
    font-size: 20px;
  }
}
.prm-icons-row.prm-four .prm-icon {
  width: calc(25% - 7.5px);
}
@media (max-width: 992px) {
  .prm-icons-row.prm-four .prm-icon {
    width: calc(50% - 5px);
  }
}
.prm-icons-row.prm-three .prm-icon {
  width: calc(33.333% - 6.6666666667px);
}
@media (max-width: 992px) {
  .prm-icons-row.prm-three .prm-icon {
    width: calc(50% - 5px);
  }
  .prm-icons-row.prm-three .prm-icon:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .prm-icons-row.prm-three .prm-icon:nth-child(3) .prm-icon-text {
    margin: 0;
  }
  .prm-icons-row.prm-three .prm-icon:nth-child(3) figure {
    margin: 0 5px 0 0;
  }
}

.prm-delivery-block {
  max-width: 448px;
  background: #F4F4F8;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .prm-delivery-block {
    max-width: none;
    border-radius: 10px;
  }
}
.prm-delivery-block .prm-delivery-icon {
  margin: 0;
  display: block;
  padding: 0;
  width: 30px;
}
.prm-delivery-block .prm-delivery-icon img {
  display: block;
  width: 100%;
  position: relative;
  top: 3px;
}
.prm-delivery-block .prm-delivery-text {
  width: calc(100% - 50px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.prm-delivery-block .prm-delivery-text .prm-delivery-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
}

.prm-header .prm-header-relative {
  position: relative;
  height: 480px;
}
@media (max-width: 1280px) {
  .prm-header .prm-header-relative {
    height: 384px;
  }
}
@media (max-width: 992px) {
  .prm-header .prm-header-relative {
    height: auto;
    text-align: center;
  }
}
.prm-header .prm-header-relative .prm-header-preview {
  display: block;
  margin: 0;
  padding: 0;
}
.prm-header .prm-header-relative .prm-header-preview img {
  display: block;
  width: auto;
  max-width: 100%;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 1280px) {
  .prm-header .prm-header-relative .prm-header-preview img {
    max-width: 608px;
  }
}
@media (max-width: 992px) {
  .prm-header .prm-header-relative .prm-header-preview img {
    position: static;
    max-width: none;
    width: 100%;
  }
}
.prm-header .prm-header-relative .prm-header-text {
  padding-top: 30px;
  max-width: 448px;
}
@media (max-width: 1280px) {
  .prm-header .prm-header-relative .prm-header-text {
    padding-top: 24px;
    max-width: 358px;
  }
}
@media (max-width: 992px) {
  .prm-header .prm-header-relative .prm-header-text {
    max-width: none;
    text-align: center;
    padding-bottom: 28px;
  }
}
.prm-header .prm-header-relative .prm-header-text .prm-combo-logo {
  margin: 0;
  padding: 0;
}
.prm-header .prm-header-relative .prm-header-text .prm-combo-logo img {
  display: block;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1280px) {
  .prm-header .prm-header-relative .prm-header-text .prm-combo-logo img {
    max-width: 152px;
  }
}
@media (max-width: 992px) {
  .prm-header .prm-header-relative .prm-header-text .prm-combo-logo img {
    margin: auto;
    max-width: 172px;
  }
}
.prm-header .prm-header-relative .prm-header-text .prm-comto-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 112%;
  color: #1e1e1e;
  margin: 35px 0;
}
@media (max-width: 1280px) {
  .prm-header .prm-header-relative .prm-header-text .prm-comto-title {
    font-size: 40px;
    margin: 28px 0;
  }
}
@media (max-width: 992px) {
  .prm-header .prm-header-relative .prm-header-text .prm-comto-title {
    font-size: 32px;
    margin: 20px 0 10px;
  }
}
.prm-header .prm-header-relative .prm-header-price {
  max-width: 378px;
  padding-top: 35px;
}
@media (max-width: 1280px) {
  .prm-header .prm-header-relative .prm-header-price {
    padding-top: 28px;
    max-width: 760px;
    margin: auto;
  }
}

.prm-main-benefits .prm-main-benefits-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .prm-main-benefits .prm-main-benefits-row {
    gap: 10px;
  }
}
.prm-main-benefits .prm-main-benefits-row .prm-main-benefit {
  width: calc(50% - 10px);
  background-color: #F4F4F8;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .prm-main-benefits .prm-main-benefits-row .prm-main-benefit {
    flex-direction: column;
    justify-content: flex-start;
    padding: 5px 0 10px;
    width: calc(50% - 5px);
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .prm-main-benefits .prm-main-benefits-row .prm-main-benefit {
    width: 100%;
  }
}
.prm-main-benefits .prm-main-benefits-row .prm-main-benefit .prm-main-benefit-figure {
  width: 100px;
  display: block;
  margin: 0;
}
@media (max-width: 992px) {
  .prm-main-benefits .prm-main-benefits-row .prm-main-benefit .prm-main-benefit-figure {
    width: 60px;
    margin: 0 auto;
  }
}
.prm-main-benefits .prm-main-benefits-row .prm-main-benefit .prm-main-benefit-figure img {
  display: block;
  width: 100%;
}
.prm-main-benefits .prm-main-benefits-row .prm-main-benefit .prm-main-benefit-content {
  width: calc(100% - 110px);
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .prm-main-benefits .prm-main-benefits-row .prm-main-benefit .prm-main-benefit-content {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
  }
}
.prm-main-benefits .prm-main-benefits-row .prm-main-benefit .prm-main-benefit-content .prm-main-benefit-content-right {
  white-space: nowrap;
  text-align: right;
}
@media (max-width: 992px) {
  .prm-main-benefits .prm-main-benefits-row .prm-main-benefit .prm-main-benefit-content .prm-main-benefit-content-right {
    flex-direction: row;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .prm-main-benefits .prm-main-benefits-row .prm-main-benefit .prm-main-benefit-content .prm-main-benefit-content-right * {
    line-height: 1;
  }
}
.prm-main-benefits .prm-main-benefits-total {
  max-width: 540px;
  margin: auto;
  background-color: #F4F4F8;
  border-radius: 20px;
}
@media (max-width: 1280px) {
  .prm-main-benefits .prm-main-benefits-total {
    max-width: 432px;
  }
}
@media (max-width: 992px) {
  .prm-main-benefits .prm-main-benefits-total {
    max-width: none;
    border-radius: 10px;
  }
}
.prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-row {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1280px) {
  .prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-row {
    padding: 24px 16px;
  }
}
@media (max-width: 992px) {
  .prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-row {
    padding: 20px;
  }
}
.prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-row div:nth-child(1) {
  padding-right: 10px;
}
@media (max-width: 1280px) {
  .prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-row div:nth-child(1) {
    padding-right: 8px;
  }
}
.prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-row div:nth-child(3) {
  padding-left: 10px;
}
@media (max-width: 1280px) {
  .prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-row div:nth-child(3) {
    padding-left: 8px;
  }
}
.prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-row div:nth-child(2) {
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
  height: 2px;
  background: url("../img/stroke.svg") left center repeat-x;
  position: relative;
  top: -7px;
}
@media (max-width: 1280px) {
  .prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-row div:nth-child(2) {
    top: -6px;
  }
}
.prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-button {
  background-color: #E21235;
  border-radius: 20px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px 0;
  color: white;
  font-size: 24px;
  line-height: 1.333;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-button {
    padding: 16px 0;
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-button {
    font-size: 16px;
    padding: 20px 0;
    border-radius: 10px;
  }
}
@media (max-width: 380px) {
  .prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-button {
    font-size: 14px;
  }
}
.prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-button b {
  font-weight: 900;
}
.prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-button i {
  display: inline-block;
  vertical-align: baseline;
  width: 8px;
  height: 14px;
  background: url("../img/arrow.svg") center no-repeat;
  background-size: contain;
  margin-left: 9px;
}
@media (max-width: 1280px) {
  .prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-button i {
    width: 6px;
    height: 12px;
  }
}
@media (max-width: 992px) {
  .prm-main-benefits .prm-main-benefits-total .prm-main-benefits-total-button i {
    display: none;
  }
}

.prm-info-section .prm-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .prm-info-section .prm-info-row {
    display: block;
  }
}
.prm-info-section .prm-info-row .prm-info-text-col {
  width: calc(52.84% - 10px);
  text-align: left;
}
@media (max-width: 992px) {
  .prm-info-section .prm-info-row .prm-info-text-col {
    width: 100%;
  }
}
.prm-info-section .prm-info-row .prm-info-text-col .prm-title {
  text-align: left;
}
.prm-info-section .prm-info-row .prm-info-text-col .prm-p-reg {
  max-width: 552px;
}
.prm-info-section .prm-info-row .prm-info-image-col {
  width: calc(47.16% - 10px);
}
@media (max-width: 992px) {
  .prm-info-section .prm-info-row .prm-info-image-col {
    width: 100%;
  }
}
.prm-info-section .prm-info-row .prm-info-image-col img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .prm-info-section .prm-info-row .prm-info-image-col img {
    width: 100%;
  }
}
.prm-info-section .prm-info-row.prm-reverse {
  flex-direction: row-reverse;
}
.prm-info-section .prm-info-row.prm-reverse .prm-info-image-col img {
  margin: 0;
}

.prm-more-section .prm-more-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 992px) {
  .prm-more-section .prm-more-row {
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }
}
.prm-more-section .prm-more-row .prm-more {
  width: calc(33.333% - 13.3333333333px);
  max-width: 375px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .prm-more-section .prm-more-row .prm-more {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    max-width: none;
  }
  .prm-more-section .prm-more-row .prm-more:nth-child(even) {
    flex-direction: row;
  }
}
.prm-more-section .prm-more-row .prm-more .prm-more-image {
  display: block;
  margin: 0;
}
@media (max-width: 992px) {
  .prm-more-section .prm-more-row .prm-more .prm-more-image {
    width: calc(50% - 5px);
  }
}
.prm-more-section .prm-more-row .prm-more .prm-more-image img {
  display: block;
  width: 100%;
}
@media (max-width: 992px) {
  .prm-more-section .prm-more-row .prm-more .prm-more-text {
    width: calc(50% - 5px);
    text-align: left;
  }
}
.prm-more-section .prm-more-row .prm-more .prm-more-text .prm-more-ya {
  display: block;
  margin: 0 0 4px;
}
@media (max-width: 1280px) {
  .prm-more-section .prm-more-row .prm-more .prm-more-text .prm-more-ya {
    margin: 0 0 1px;
  }
}
@media (max-width: 992px) {
  .prm-more-section .prm-more-row .prm-more .prm-more-text .prm-more-ya {
    margin: 0 0 3px;
  }
}
.prm-more-section .prm-more-row .prm-more .prm-more-text .prm-more-ya img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1280px) {
  .prm-more-section .prm-more-row .prm-more .prm-more-text .prm-more-ya img {
    max-width: none;
    height: 18px;
    margin: 0;
  }
}

.prm-with-us-section {
  padding-bottom: 56px;
}
@media (max-width: 1280px) {
  .prm-with-us-section {
    padding-bottom: 50px;
  }
}

.prm-faq-section .prm-faq-row {
  max-width: 980px;
  margin: auto;
  flex-direction: column;
  display: flex;
  gap: 40px;
}
@media (max-width: 1280px) {
  .prm-faq-section .prm-faq-row {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .prm-faq-section .prm-faq-row {
    gap: 20px;
  }
}
.prm-faq-section .prm-faq-row .prm-faq {
  width: 100%;
}
.prm-faq-section .prm-faq-row .prm-faq .prm-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.prm-faq-section .prm-faq-row .prm-faq .prm-faq-question .prm-faq-control {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  transition: transform ease 0.1s;
}
@media (max-width: 1280px) {
  .prm-faq-section .prm-faq-row .prm-faq .prm-faq-question .prm-faq-control {
    width: 32px;
    height: 32px;
  }
}
.prm-faq-section .prm-faq-row .prm-faq .prm-faq-question .prm-faq-control div {
  width: 16px;
  height: 2px;
  background-color: #8f8f8f;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: background ease 0.1s;
}
.prm-faq-section .prm-faq-row .prm-faq .prm-faq-question .prm-faq-control div:nth-child(2) {
  transform: rotate(90deg);
}
.prm-faq-section .prm-faq-row .prm-faq .prm-faq-question .prm-faq-control.prm-active {
  transform: rotate(45deg);
}
.prm-faq-section .prm-faq-row .prm-faq .prm-faq-question .prm-faq-control.prm-active div {
  background-color: #E21235;
}
.prm-faq-section .prm-faq-row .prm-faq .prm-faq-answer {
  padding: 10px 0 0;
  display: none;
  max-width: 792px;
}
@media (max-width: 992px) {
  .prm-faq-section .prm-faq-row .prm-faq .prm-faq-answer {
    max-width: none;
  }
}
.prm-faq-section .prm-faq-row .prm-faq .prm-faq-answer p span {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */