* {
  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--align {
  align-items: center;
}
.prm-columns--wrap {
  flex-wrap: wrap;
}
.prm-columns + .prm-image {
  margin-top: 48px;
}
.prm-columns--center {
  justify-content: center;
}
.prm-columns--revers {
  flex-direction: row-reverse;
}
.prm-columns + .prm-columns {
  margin-top: 20px;
}

.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 auto;
  padding: 0;
  max-width: 1920px;
}
.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.4;
}
.prm-title--center {
  text-align: center;
}
@media (max-width: 760px) {
  .prm-title {
    font-size: 22px;
  }
}

.prm-description {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}
.prm-description--center {
  text-align: center;
}
@media (max-width: 760px) {
  .prm-description {
    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-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 760px) {
  .prm-list {
    font-size: 14px;
  }
}
.prm-list li {
  line-height: 1.2;
}
.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-block {
  width: 100%;
  max-width: 783px;
  margin: 0 auto;
  border: 3px solid #0E7A0D;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
}
@media (max-width: 760px) {
  .prm-block {
    padding: 40px 20px;
  }
}
.prm-block__title {
  color: #0E7A0D;
}
@media (max-width: 760px) {
  .prm-block__title {
    text-align: left;
  }
}
.prm-block__text {
  margin-top: 24px;
}
.prm-block__list {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 760px) {
  .prm-block__list {
    align-items: flex-start;
  }
}
.prm-block__line {
  position: relative;
  padding: 0 18px;
  display: inline-block;
}
@media (max-width: 760px) {
  .prm-block__line {
    text-align: left;
  }
}
.prm-block__line::before, .prm-block__line:after {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  display: block;
  border-radius: 50%;
  background-color: #CBCBCB;
  position: absolute;
  top: 4px;
}
.prm-block__line::before {
  left: 0;
}
.prm-block__line::after {
  right: 0;
}
@media (max-width: 991.98px) {
  .prm-block__line::after {
    display: none;
  }
}

.prm-item {
  text-align: center;
  padding: 40px;
}
.prm-item__title {
  text-transform: uppercase;
  color: #0E7A0D;
}
.prm-item__text {
  margin-top: 24px;
  line-height: 1.4;
}/*# sourceMappingURL=style.css.map */