@charset "UTF-8";
* {
  box-sizing: border-box;
}

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

.prm-page {
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .prm-page {
    padding-bottom: 50px;
  }
}

.prm-body ._container {
  max-width: 1600px;
  width: 100%;
  padding: 0 42px;
  margin: 0 auto;
}
@media (max-width: 1599.98px) {
  .prm-body ._container {
    max-width: 1280px;
    padding: 0 26px;
  }
}
@media (max-width: 1279.98px) {
  .prm-body ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  .prm-body ._container {
    max-width: none;
    padding: 0 20px;
  }
}

.prm-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.prm-columns--wrap {
  flex-wrap: wrap;
}
.prm-columns + .prm-image {
  margin-top: 48px;
}
.prm-columns--center {
  justify-content: center;
}

.prm-col-8 {
  width: 66.6666666667%;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .prm-col-8 {
    width: 100%;
  }
}

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

.prm-image {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.prm-image img {
  width: 100%;
}

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

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

.prm-section {
  margin-top: 96px;
}
@media (max-width: 991.98px) {
  .prm-section {
    margin-top: 40px;
  }
}
.prm-section__header {
  margin-bottom: 48px;
}
@media (max-width: 760px) {
  .prm-section__header {
    margin-bottom: 24px;
  }
}

.prm-text p {
  font-size: 32px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .prm-text p {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .prm-text p {
    font-size: 14px;
  }
}

.prm-item {
  border-radius: 13px;
  position: relative;
  overflow: hidden;
  background-size: 100%;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #A2B892 0%, #A3B8B9 100%);
}
@media (max-width: 760px) {
  .prm-item {
    height: 229px;
  }
}
.prm-item .prm-image {
  transition: transform 0.3s ease;
  height: 100%;
  position: relative;
  z-index: 0;
}
.prm-item .prm-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prm-item:hover .prm-image {
  transform: scale(0.9);
}
.prm-item--custom:hover .prm-image {
  transform: scale(1.1);
}
.prm-item--custom2 .prm-item__title {
  text-align: center;
  font-size: 22px;
}
@media (max-width: 760px) {
  .prm-item--custom2 .prm-image {
    width: 70%;
    margin: 0 auto;
  }
}
.prm-item__title {
  font-size: 32px;
  line-height: 1;
  position: absolute;
  padding: 12px 20px 0;
  width: 100%;
}
@media (max-width: 1599.98px) {
  .prm-item__title {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .prm-item__title {
    font-size: 22px;
  }
}
.prm-item__text {
  min-height: 110px;
  text-align: center;
  padding: 13px 0;
  max-width: 240px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.2;
  flex: 1 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.prm-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 760px) {
  .prm-list {
    font-size: 14px;
  }
}
.prm-list li {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.prm-list li::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  display: block;
  border-radius: 50%;
  background-color: #E31235;
  margin-right: 23px;
}
@media (max-width: 991.98px) {
  .prm-list li::before {
    width: 11px;
    height: 11px;
    margin-right: 10px;
  }
}
.prm-list li + li {
  margin-top: 15px;
}

.prm-video .slick-list {
  margin: 0 -10px;
}
.prm-video .slick-slide > div {
  padding: 0 10px;
}
.prm-video__play {
  width: 100%;
  cursor: pointer;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.prm-video__play:hover:before {
  transform: scale(1.1);
}
.prm-video__play:before {
  content: "";
  width: 64px;
  height: 64px;
  display: block;
  transition: all 0.2s ease;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='32.4168' cy='32.4168' r='31.5828' fill='white'/%3e%3cpath d='M49.4238 32.4157L24.522 46.7928L24.522 18.0386L49.4238 32.4157Z' fill='%23E31235'/%3e%3c/svg%3e ");
}
.prm-video__play iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border: none;
}
.prm-video__title {
  font-weight: 700;
  margin-top: 24px;
}

.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 {
  width: 100%;
  max-width: 604px;
  position: relative;
  margin: 0 auto;
}
.prm-popup__close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 14px;
  height: 14px;
  z-index: 10;
  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-popup__video {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}

.prm-inform {
  margin-top: 48px;
}
.prm-inform__item {
  max-width: 90%;
}
.prm-inform__item-year {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: #E31235;
}
@media (max-width: 991.98px) {
  .prm-inform__item-year {
    font-size: 40px;
  }
}
.prm-inform__item-list {
  margin-top: 10px;
}
.prm-inform__item-list p {
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
.prm-inform__item-list p + .prm-list {
  margin-top: 10px;
}

.prm-steps__wrap {
  padding: 97px;
  background: #F7F7F7;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
}
@media (max-width: 991.98px) {
  .prm-steps__wrap {
    padding: 40px;
  }
}
@media (max-width: 760px) {
  .prm-steps__wrap {
    padding: 20px 9px;
  }
}
.prm-steps__item {
  display: flex;
  align-items: center;
}
.prm-steps__item + .prm-steps__item {
  margin-top: 42px;
}
.prm-steps__item-num {
  width: 89px;
  height: 92px;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='109' height='90' viewBox='0 0 109 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='89' height='92' transform='matrix(1 0 -0.207912 0.978148 19.1279 0)' fill='%23E31235'/%3e%3c/svg%3e ");
  margin-right: 36px;
  flex: 0 0 auto;
}
@media (max-width: 760px) {
  .prm-steps__item-num {
    font-size: 36px;
    width: 50.21px;
    height: 51.9px;
    margin-right: 16px;
  }
}
.prm-steps__item-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 760px) {
  .prm-steps__item-text {
    font-size: 14px;
    font-weight: 400;
  }
}/*# sourceMappingURL=style.css.map */