* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif !important;
}

.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-image {
  font-size: 0;
  line-height: 0;
}
.prm-image img {
  width: 100%;
}

.prm-body {
  position: relative;
}
.prm-body a:focus {
  outline: none;
}

.prm-header {
  background: #F4F4F8;
  border-radius: 0 0 80px 80px;
}
.prm-header__wrap {
  background-repeat: no-repeat;
  background-image: url("../images/img1.png");
  background-size: 50%;
  background-position: 100% 100%;
  height: 640px;
}
@media (max-width: 760px) {
  .prm-header__wrap {
    background-size: 90%;
    background-position: 50% 100%;
    height: 540px;
  }
}
.prm-header__wrap--2 {
  background-image: url("../images/img4.png");
}
.prm-header__content {
  padding-top: 100px;
}
@media (max-width: 760px) {
  .prm-header__content {
    padding-top: 40px;
  }
}
.prm-header__title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 575px;
}
@media (max-width: 760px) {
  .prm-header__title {
    font-size: 32px;
  }
}
.prm-header__text {
  font-size: 32px;
  line-height: 1.2;
  max-width: 500px;
  margin-top: 30px;
}
@media (max-width: 760px) {
  .prm-header__text {
    font-size: 18px;
  }
}

.prm-banner {
  max-width: 1020px;
  margin: 0 auto;
  background-color: #E21235;
  border-radius: 40px;
  display: flex;
  margin-top: -70px;
  align-items: center;
  min-height: 300px;
}
@media (max-width: 992px) {
  .prm-banner {
    margin-top: 40px;
    max-width: 90%;
  }
}
.prm-banner__image {
  max-width: 310px;
  flex: 1 0 auto;
  margin-top: -90px;
}
@media (max-width: 992px) {
  .prm-banner__image {
    display: none;
  }
}
.prm-banner__content {
  padding: 50px 30px;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 760px) {
  .prm-banner__content {
    padding: 40px;
  }
}
.prm-banner__title {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .prm-banner__title {
    font-size: 24px;
  }
}
.prm-banner__text {
  font-size: 24px;
  margin-top: 20px;
}
@media (max-width: 760px) {
  .prm-banner__text {
    font-size: 16px;
  }
}

.prm-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .prm-title {
    font-size: 32px;
  }
}
@media (max-width: 760px) {
  .prm-title {
    font-size: 24px;
  }
}

.prm-item {
  background: #F4F4F8;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.prm-item__header {
  display: flex;
  align-items: center;
}
.prm-item__icon {
  width: 67px;
  height: 60px;
  flex: 0 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media (max-width: 760px) {
  .prm-item__icon {
    width: 45px;
    height: 45px;
  }
}
.prm-item__icon._icon1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='61' viewBox='0 0 60 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M57.0841 14.1785H46.2822V25.0777H57.0841C58.5806 25.0777 59.805 23.8515 59.805 22.3529V16.9033C59.805 15.3774 58.5806 14.1785 57.0841 14.1785Z' fill='%231E1E1E'/%3e%3cpath d='M38.1194 49.5462H16.2163V55.0503C16.2163 58.0476 18.6651 60.4999 21.6581 60.4999H51.6149C54.6079 60.4999 57.0567 58.0476 57.0567 55.0503V27.8024H46.2548V41.3719C46.282 45.8678 42.636 49.5462 38.1194 49.5462Z' fill='%231E1E1E'/%3e%3cpath d='M43.5612 0.5H2.72088C1.22439 0.5 0 1.72616 0 3.2248V8.67439C0 10.173 1.22439 11.3992 2.72088 11.3992V41.3719C2.72088 44.3692 5.16966 46.8215 8.16263 46.8215H16.2436H38.1467C41.1396 46.8215 43.5884 44.3692 43.5884 41.3719V27.8024V25.0777V14.1785V14.124H10.8835V11.3992H43.5612C45.0577 11.3992 46.2821 10.173 46.2821 8.67439V3.2248C46.2821 1.72616 45.0849 0.5 43.5612 0.5Z' fill='%23FF0000'/%3e%3c/svg%3e ");
}
.prm-item__icon._icon2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M58.7907 7.07836L50.8841 14.9964L44.8942 8.99788L52.8009 1.07986C48.3983 -0.89964 43.0374 -0.119837 39.4135 3.50926C36.2988 6.62848 35.3105 11.0674 36.3587 15.0564L1.76717 49.7277C-0.568876 52.0671 -0.568876 55.8762 1.76717 58.2156C4.10322 60.555 7.90679 60.555 10.2428 58.2156L44.8643 23.5442C48.8476 24.594 53.2801 23.6042 56.3948 20.485C59.9887 16.8559 60.7973 11.4873 58.7907 7.07836Z' fill='%23FF0000'/%3e%3cpath d='M15.7234 9.38765L14.166 5.69858L4.22286 0L0 4.22894L5.69038 14.1865L9.37415 15.7461L20.3955 26.8133L26.7747 20.4249L15.7234 9.38765Z' fill='black'/%3e%3cpath d='M58.1318 47.6281L41.5698 31.0723L30.9678 41.6596L47.4998 58.2455C49.8359 60.5849 53.6394 60.5849 55.9755 58.2455L58.1019 56.116C60.4679 53.7466 60.4679 49.9675 58.1318 47.6281Z' fill='black'/%3e%3c/svg%3e ");
}
.prm-item__icon._icon3 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='67' height='60' viewBox='0 0 67 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M63.3011 0H3.01434C1.35645 0 0 1.34999 0 2.99998V20.9999C0 22.6499 1.35645 23.9999 3.01434 23.9999V59.9996H21.1004V34.4998H45.215V59.9996H63.3011V26.9998H12.0573V23.9999H63.3011C64.959 23.9999 66.3154 22.6499 66.3154 20.9999V2.99998C66.3154 1.34999 64.959 0 63.3011 0Z' fill='%23FF0000'/%3e%3cpath d='M45.2158 34.5002H21.1011V60.0001H45.2158V34.5002Z' fill='black'/%3e%3c/svg%3e ");
}
.prm-item__icon._icon4 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='53' height='60' viewBox='0 0 53 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.0537 0C32.4759 0 37.7232 5.22876 37.7232 11.6863C37.7232 18.1438 32.502 23.3725 26.0537 23.3725C19.6316 23.3725 14.3843 18.1438 14.3843 11.6863C14.3843 5.22876 19.6316 0 26.0537 0Z' fill='%23050606'/%3e%3cpath d='M52.134 36.7582C52.134 32.2353 48.4792 28.5752 43.9628 28.5752H8.17123C3.65486 28.5752 0 32.2353 0 36.7582V60H10.5208V46.6928H13.1836V60H39.1593V46.6928H41.8221V60H52.1601V36.7582H52.134Z' fill='%23FF0000'/%3e%3c/svg%3e ");
}
.prm-item__icon._icon6 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='69' height='60' viewBox='0 0 69 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M68.7286 5.72519C68.7286 2.57634 66.1513 0 63.0012 0H5.72738C2.57732 0 0 2.57634 0 5.72519V60C0 60 6.07103 51.5267 17.1821 51.5267C29.3528 51.5267 63.0012 51.5267 63.0012 51.5267C66.1513 51.5267 68.7286 48.9504 68.7286 45.8015V37.8149L60.9107 45.6298L59.0207 43.4542L68.7286 33.7786V5.72519ZM8.44789 11.5076H59.9943V16.8034H8.44789V11.5076ZM8.44789 22.729H59.9943V28.0248H8.44789V22.729ZM31.5006 39.5324H8.33334V34.2366H31.5006V39.5324ZM52.8637 45.6584L47.4227 39.0744L49.6278 37.2424L53.0642 41.3931L61.3403 33.1202L63.3735 35.1527L52.8637 45.6584Z' fill='%23FF0000'/%3e%3cpath d='M59.9937 11.5078H8.44727V16.8036H59.9937V11.5078Z' fill='black'/%3e%3cpath d='M59.9937 22.7289H8.44727V28.0247H59.9937V22.7289Z' fill='black'/%3e%3cpath d='M31.5003 34.2081H8.33301V39.5039H31.5003V34.2081Z' fill='black'/%3e%3c/svg%3e ");
}
.prm-item__icon._icon7 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='89' height='60' viewBox='0 0 89 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M82.327 0H37.4359C34.1189 0 31.4652 2.84212 31.4652 6.31582V41.0528H28.3061V12.6316H11.3732C8.37206 12.6316 5.78159 14.7474 5.18136 17.7159L0.126781 42.9791C-0.662998 46.8949 2.33816 50.5265 6.31864 50.5265H88.3292V6.31582C88.2977 2.84212 85.6124 0 82.327 0Z' fill='%23FF0000'/%3e%3cpath d='M23.5348 52.1052C23.5348 47.7473 19.9966 44.2104 15.637 44.2104C11.2775 44.2104 7.73926 47.7473 7.73926 52.1052C7.73926 56.4631 11.2775 60 15.637 60C19.9966 60 23.5348 56.4631 23.5348 52.1052Z' fill='black'/%3e%3cpath d='M80.3986 52.1052C80.3986 47.7473 76.8604 44.2104 72.5008 44.2104C68.1412 44.2104 64.603 47.7473 64.603 52.1052C64.603 56.4631 68.1412 60 72.5008 60C76.8604 60 80.3986 56.4631 80.3986 52.1052Z' fill='black'/%3e%3c/svg%3e ");
}
.prm-item__icon._icon10 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='53' height='60' viewBox='0 0 53 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_17_6146)'%3e%3cpath d='M9.58263 0C4.27379 0 0 4.27379 0 9.58264V16.6611H29.5492V19.9332H0V26.6778H29.5492V29.9499H0V36.6945H29.5492V39.9666H0V60H39.5659V46.5776V6.57763C39.5659 2.93823 42.5041 0 46.1435 0H9.58263Z' fill='%23FF0000'/%3e%3cpath d='M49.4824 3.40568H46.1435H46.01H45.9766C44.2737 3.50584 42.9048 4.90818 42.9048 6.64441V39.9666H52.8547V6.77796C52.8881 4.90818 51.3522 3.40568 49.4824 3.40568Z' fill='%23231F20'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_17_6146'%3e%3crect width='52.8882' height='60' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}
.prm-item__title {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .prm-item__title {
    font-size: 22px;
  }
}
.prm-item__content {
  margin-top: 40px;
  flex: 1 0 auto;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .prm-item__content {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .prm-item__content {
    margin-top: 20px;
  }
}
.prm-item__content p {
  margin: 0;
  padding: 0;
}
.prm-item__content p + p {
  margin-top: 10px;
}
.prm-item__footer {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (max-width: 992px) {
  .prm-item__footer {
    flex-direction: column;
    row-gap: 20px;
  }
}
.prm-item__btn {
  border: none;
  background-color: #FFFFFF;
  color: #E31235;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 20px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.prm-item__btn:before {
  content: "";
  margin-right: 6px;
  width: 12px;
  height: 25px;
  display: block;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='25' viewBox='0 0 12 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 6.5L9 12.5L3 18.5' stroke='%23E31235' stroke-linecap='round'/%3e%3c/svg%3e ");
}
.prm-item__btn-link:before {
  display: none;
}
.prm-item__btn-link:after {
  content: "";
  margin-left: 6px;
  width: 12px;
  height: 25px;
  display: block;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='25' viewBox='0 0 12 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 6.5L9 12.5L3 18.5' stroke='%23E31235' stroke-linecap='round'/%3e%3c/svg%3e ");
}
.prm-item__text {
  line-height: 1.4;
  font-size: 20px;
}
@media (max-width: 992px) {
  .prm-item__text {
    font-size: 16px;
  }
}
.prm-item__text span {
  font-weight: 700;
}
.prm-item__text p {
  margin: 0;
  padding: 0;
}
.prm-item__text p + p {
  margin-top: 10px;
}
.prm-item__text--big {
  font-size: 22px;
}
.prm-item__image {
  max-width: 347px;
  margin-right: 30px;
}

.prm-section {
  padding: 73px 0 50px;
}
@media (max-width: 992px) {
  .prm-section {
    padding: 40px 0 20px;
  }
}
.prm-section__header {
  margin-bottom: 30px;
}
@media (max-width: 760px) {
  .prm-section__header {
    font-size: 20px;
  }
}

.prm-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.prm-col-6 {
  width: calc(50% - 10px);
}
@media (max-width: 760px) {
  .prm-col-6 {
    width: 100%;
  }
}

.prm-col-4 {
  width: calc(33.3333333333% - 14px);
}
@media (max-width: 760px) {
  .prm-col-4 {
    width: 100%;
  }
}

.prm-sign {
  font-size: 16px;
  margin-top: 24px;
  overflow-wrap: break-word;
}
.prm-sign p {
  margin: 0;
  padding: 0;
}
.prm-sign p + p {
  margin-top: 10px;
}

.prm-list {
  margin: 0;
  line-height: 1.2;
  font-size: 20px;
}
@media (max-width: 992px) {
  .prm-list {
    font-size: 16px;
  }
}
.prm-list li {
  margin-top: 5px;
}

.prm-col-12 {
  width: 100%;
}

.prm-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5882352941);
  z-index: 50;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.prm-popup.prm-open {
  display: flex;
}
.prm-popup__content {
  max-width: 604px;
  position: relative;
  margin: 0 auto;
}
.prm-popup__close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.3434 1.34313L1.02967 12.6568M1.02967 1.34313L12.3434 12.6568' stroke='%23E31235' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
}

.prm-accordion {
  border-radius: 20px;
  background-color: #F4F4F8;
  padding: 20px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .prm-accordion .prm-accordion__content {
    max-height: 200vh;
  }
  .prm-accordion .prm-accordion__header:after {
    transform: rotate(-45deg);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_4012_2116)'%3e%3ccircle cx='20' cy='20' r='20' fill='white'/%3e%3cpath d='M20 12V28M12 20H28' stroke='%23E31235' stroke-width='2' stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_4012_2116'%3e%3crect width='40' height='40' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  }
}
.prm-accordion + .prm-accordion {
  margin-top: 20px;
}
.prm-accordion.prm-open .prm-accordion__content {
  max-height: 200vh;
}
.prm-accordion.prm-open .prm-accordion__header:after {
  transform: rotate(-45deg);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_4012_2116)'%3e%3ccircle cx='20' cy='20' r='20' fill='white'/%3e%3cpath d='M20 12V28M12 20H28' stroke='%23E31235' stroke-width='2' stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_4012_2116'%3e%3crect width='40' height='40' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}
.prm-accordion__header {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 992px) {
  .prm-accordion__header {
    font-size: 20px;
  }
}
.prm-accordion__header::after {
  content: "";
  pointer-events: none;
  flex: 0 0 auto;
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.35s ease;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_4012_2116)'%3e%3ccircle cx='20' cy='20' r='20' fill='white'/%3e%3cpath d='M20 12V28M12 20H28' stroke='%23333333' stroke-width='2' stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_4012_2116'%3e%3crect width='40' height='40' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}
.prm-accordion__content {
  font-size: 16px;
  line-height: 1.4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.prm-accordion__content p {
  margin: 0;
  padding: 0;
}
.prm-accordion__content p + p {
  margin-top: 10px;
}
.prm-accordion__content .prm-list {
  font-size: 16px;
  padding-left: 20px;
}
.prm-accordion__body {
  padding-top: 20px;
}/*# sourceMappingURL=style.css.map */