* {
  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;
  max-width: 1440px;
  margin: 0 auto;
}
.prm-image img {
  width: 100%;
}

.prm-body {
  position: relative;
  overflow: hidden;
  scroll-behavior: smooth;
  padding-bottom: 50px;
  scroll-behavior: smooth;
}
.prm-body a:focus {
  outline: none;
}
.prm-body.show .prm-header__right {
  transform: translateY(0%);
  opacity: 1;
}
.prm-body.show .prm-header__image {
  background-size: 100%;
  opacity: 1;
}

.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: 28px;
  }
}
.prm-title--center {
  text-align: center;
}

.prm-desc {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto;
  color: #383838;
}
@media (max-width: 760px) {
  .prm-desc {
    font-size: 14px;
  }
}

.prm-section {
  margin: 120px 0 0;
}
@media (max-width: 992px) {
  .prm-section {
    margin: 40px 0 0;
  }
}
.prm-section__header {
  margin-bottom: 60px;
}
@media (max-width: 760px) {
  .prm-section__header {
    margin-bottom: 40px;
  }
}

.prm-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 760px) {
  .prm-columns {
    gap: 10px;
  }
}

.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-col-3 {
  width: calc(25% - 15px);
}
@media (max-width: 992px) {
  .prm-col-3 {
    width: calc(50% - 10px);
  }
}
@media (max-width: 760px) {
  .prm-col-3 {
    width: 100%;
  }
}

.prm-header {
  background: url("../images/bg-header.png") no-repeat 50% 0/cover;
  border-radius: 0px 0px 80px 80px;
  overflow: hidden;
}
@media (max-width: 999px) {
  .prm-header {
    border-radius: 0px 0px 40px 40px;
  }
}
@media (max-width: 760px) {
  .prm-header {
    position: relative;
    background: url("../images/bg-m-header.png") no-repeat 50% 0/cover;
    overflow: hidden;
  }
}
.prm-header__wrap {
  display: flex;
  height: 600px;
}
@media (max-width: 999px) {
  .prm-header__wrap {
    height: 470px;
  }
}
@media (max-width: 760px) {
  .prm-header__wrap {
    flex-direction: column;
    height: 680px;
  }
}
.prm-header__left {
  width: 40%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 999px) {
  .prm-header__left {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .prm-header__left {
    width: 100%;
    align-items: flex-start;
    position: inherit;
  }
}
@media (max-width: 760px) {
  .prm-header__content {
    margin-top: 33px;
  }
}
.prm-header__logo {
  margin-bottom: 40px;
  width: 240px;
}
.prm-header__logo img {
  width: 100%;
}
@media (max-width: 999px) {
  .prm-header__logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 760px) {
  .prm-header__logo {
    width: 168px;
    margin: 0 auto 20px;
  }
}
.prm-header__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 999px) {
  .prm-header__title {
    font-size: 34px;
  }
}
@media (max-width: 760px) {
  .prm-header__title {
    text-align: center;
  }
}
.prm-header__text {
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 999px) {
  .prm-header__text {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 760px) {
  .prm-header__text {
    text-align: center;
  }
}
.prm-header__btn {
  margin-top: 40px;
}
@media (max-width: 999px) {
  .prm-header__btn {
    margin-top: 20px;
  }
}
@media (max-width: 760px) {
  .prm-header__btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1;
  }
}
.prm-header__token {
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #fff;
  font-size: 12px;
  z-index: 1;
}
@media (max-width: 999px) {
  .prm-header__token {
    font-size: 10px;
  }
}
@media (max-width: 760px) {
  .prm-header__token {
    width: 100%;
    text-align: center;
  }
}
.prm-header__right {
  width: 60%;
  align-content: flex-end;
  transform: translateY(50%);
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 999px) {
  .prm-header__right {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .prm-header__right {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.prm-header__image {
  background: url("../images/elem.png") no-repeat 50% 50%/contain;
  background-size: 50%;
  transition: all 0.5s;
}
@media (max-width: 760px) {
  .prm-header__image {
    background: transparent;
    max-width: 400px;
    margin: 0 auto;
  }
}

.btn {
  color: #E21235;
  border-radius: 20px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  padding: 16px;
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s;
}
.btn::after {
  content: "";
  width: 12px;
  height: 24px;
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 6L9 12L3 18' stroke='%23E21235' stroke-linecap='round'/%3e%3c/svg%3e ");
}
.btn:hover {
  transform: scale(1.05);
}

.prm-step {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.prm-step__elem {
  position: absolute;
}
@media (max-width: 992px) {
  .prm-step__elem {
    display: none;
  }
}
.prm-step__elem img {
  width: 100%;
  line-height: 0;
  font-size: 0;
}
.prm-step__elem-1 {
  width: 452px;
  left: -240px;
  top: -90px;
}
.prm-step__elem-2 {
  width: 349px;
  right: -150px;
  bottom: -330px;
}
.prm-step__wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .prm-step__wrap {
    display: flex;
  }
}
.prm-step__item-img {
  position: relative;
}
@media (max-width: 760px) {
  .prm-step__item-img {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.prm-step__item-img:after {
  content: "";
  z-index: 1;
  border-top: 5px dotted #eee;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
}
@media (max-width: 760px) {
  .prm-step__item-img:after {
    border-top-style: none;
    border-left: 5px dotted #eee;
    height: 100%;
  }
}
.prm-step__item-img._end:after {
  display: none;
}
.prm-step__item-icon {
  width: 80px;
  height: 80px;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 760px) {
  .prm-step__item-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    margin: 0;
  }
}
.prm-step__item-icon1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_8_854)'%3e%3crect width='80' height='80' fill='white'/%3e%3cpath d='M60 10H55C57.75 10 60 12.25 60 15V65C60 67.75 57.75 70 55 70H60C62.75 70 65 67.75 65 65V15C65 12.25 62.75 10 60 10Z' fill='black'/%3e%3cpath d='M55 10H25C22.25 10 20 12.25 20 15V65C20 67.75 22.25 70 25 70H55C57.75 70 60 67.75 60 65V15C60 12.25 57.75 10 55 10ZM40 13.75C41.375 13.75 42.5 14.875 42.5 16.25C42.5 17.625 41.375 18.75 40 18.75C38.625 18.75 37.5 17.625 37.5 16.25C37.5 14.875 38.625 13.75 40 13.75ZM50 65H30V62.5H50V65Z' fill='%23FF0000'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_8_854'%3e%3crect width='80' height='80' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}
.prm-step__item-icon2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_8_862)'%3e%3crect width='80' height='80' fill='white'/%3e%3cpath d='M27.5 35H12.5V65H27.5V35Z' fill='black'/%3e%3cpath d='M62.5 35H47.5V32.5H52.1L54.9 18.475C55.525 15.375 53.15 12.5 50 12.5H47.9C45.525 12.5 43.475 14.2 43 16.55C40.85 27.25 36.55 35 28.125 35H27.525V65H57.55C60.5 65 63.025 62.925 63.6 60.025L60 60V57.5H64.1L65.1 52.5H61.25V50H65.6L66.6 45H62.5V42.5H67.1L67.4 40.975C68.025 37.875 65.65 35 62.5 35Z' fill='%23FF0000'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_8_862'%3e%3crect width='80' height='80' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}
.prm-step__item-icon3 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_8_847)'%3e%3crect width='80' height='80' fill='white'/%3e%3cpath d='M62.5 40H10V57.5C10 60.25 12.25 62.5 15 62.5H65C67.75 62.5 70 60.25 70 57.5V37.5H62.5V40Z' fill='%23FF0000'/%3e%3cpath d='M65 17.5H15C12.25 17.5 10 19.75 10 22.5V25H70V22.5C70 19.75 67.75 17.5 65 17.5Z' fill='%23FF0000'/%3e%3cpath d='M70 25H10V37.5H62.5H70V25Z' fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_8_847'%3e%3crect width='80' height='80' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}
.prm-step__item {
  height: 100%;
}
@media (max-width: 760px) {
  .prm-step__item {
    display: flex;
    align-items: center;
  }
}
.prm-step__item-content {
  padding: 20px;
  border-radius: 20px;
  background-color: #F4F4F8;
  min-height: 200px;
}
@media (max-width: 760px) {
  .prm-step__item-content {
    width: 100%;
    margin-left: 20px;
  }
}
.prm-step__item-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #E31235;
  margin-bottom: 10px;
}
.prm-step__item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.prm-step__item-title a {
  color: #1E1E1E;
}
@media (max-width: 992px) {
  .prm-step__item-title {
    font-size: 16px;
  }
}
.prm-step__item-text {
  margin-top: 6px;
  color: #383838;
}
.prm-step__footer {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .prm-step__footer {
    margin-top: 40px;
  }
}

.prm-btn {
  width: 260px;
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #E21235;
  border-radius: 20px;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  transition: all 0.2s;
}
@media (max-width: 760px) {
  .prm-btn {
    height: 72px;
    font-size: 24px;
    border-radius: 20px;
  }
}
.prm-btn:after {
  content: "";
  width: 16px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='33' viewBox='0 0 16 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 8.47028L12 16.4703L4 24.4703' stroke='white' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
}
.prm-btn:hover {
  background-color: #bd0f2c;
}

.prm-item {
  background-color: #F4F4F8;
  height: 100%;
  border-radius: 20px;
  padding: 0px 20px 20px;
  display: block;
  text-align: center;
  color: #1E1E1E;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.3s;
  overflow: hidden;
}
@media (max-width: 760px) {
  .prm-item {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0 15px;
  }
}
.prm-item:hover .prm-item__img {
  transform: scale(1.03);
}
.prm-item__img {
  width: 190px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (max-width: 760px) {
  .prm-item__img {
    width: 140px;
    flex: 0 0 auto;
    margin: 0;
  }
}
.prm-item__img img {
  width: 100%;
}
.prm-item__title {
  font-weight: 700;
  margin-top: 5px;
}
@media (max-width: 760px) {
  .prm-item__title {
    color: #E21235;
  }
}
.prm-item__name {
  color: #383838;
}
@media (max-width: 760px) {
  .prm-item__content {
    margin-left: 20px;
  }
}

.prm-block {
  background: #F5F5F7 url("../images/img1.png") no-repeat 0 0/contain;
  display: flex;
  justify-content: flex-end;
  padding: 58px 52px;
  border-radius: 40px;
}
@media (max-width: 999px) {
  .prm-block {
    padding: 30px 16px;
    padding-bottom: 230px;
    background-position: 50% 100%;
    background-size: 400px;
    justify-content: center;
  }
}
.prm-block__content {
  width: 550px;
}
.prm-block__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 760px) {
  .prm-block__title {
    font-size: 28px;
    text-align: center;
  }
}
.prm-block__text {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 20px;
}
.prm-block__text span {
  color: #E21235;
  font-weight: 500;
}
@media (max-width: 760px) {
  .prm-block__text {
    font-size: 18px;
    text-align: center;
  }
}

.prm-blog {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.prm-post {
  border-radius: 20px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
}
.prm-post::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.prm-post__content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.prm-post__title {
  padding: 20px;
}/*# sourceMappingURL=style.css.map */