* {
  padding: 0px;
  margin: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

td {
  padding: 5px;
  outline: 1px solid black;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  font-size: 10px;
  line-height: 1.1;
}

video {
  display: block;
  max-width: 100%;
}

body._lock {
  overflow: hidden;
}

.m-wrapper {
  color: #333;
  font-size: 14px;
  background: #ffffff;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1280px;
  width: 100%;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: none;
    padding: 0 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

.advantages {
  width: auto;
}

section._mb,
div._mb,
li._mb {
  margin-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 40px;
  }
}
section._mt,
div._mt,
li._mt {
  margin-top: 96px;
}
@media (max-width: 1439.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 40px;
  }
}
section._pt,
div._pt,
li._pt {
  padding-top: 96px;
}
@media (max-width: 1439.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 40px;
  }
}
section._pb,
div._pb,
li._pb {
  padding-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 40px;
  }
}

._op0 {
  opacity: 0;
}

._lc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
}
._lc--1 {
  -webkit-line-clamp: 1;
}
._lc--2 {
  -webkit-line-clamp: 2;
}
._lc--3 {
  -webkit-line-clamp: 3;
}
._lc--4 {
  -webkit-line-clamp: 4;
}

.wrapper a.btn,
.wrapper button.btn {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-height: 48px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #e31235;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background-color 0.3s ease 0s;
}
@media (min-width: 992px) {
  .wrapper a.btn:hover,
  .wrapper button.btn:hover {
    background-color: #bd0f2c;
  }
  .wrapper a.btn:focus,
  .wrapper button.btn:focus {
    background-color: #9c0c24;
  }
}
.wrapper a.btn._fw,
.wrapper button.btn._fw {
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.prm-find__desc {
  max-width: 920px;
  margin-inline: auto;
  font-size: 20px;
  line-height: 1.65;
  text-align: center;
  color: #1e1e1e;
}

.prm-find__images {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.prm-find__img {
  flex: 33.333%;
}

.prm-find__img img {
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .prm-find__images {
    flex-wrap: wrap;
  }
  .prm-find__img {
    flex: 0 1 48%;
  }

  .prm-find__img:last-child {
    flex: 0 1 98%;
  }
}

@media (max-width: 767px) {
  .prm-find__img {
    flex: 0 1 100%;
  }

  .prm-find__desc {
    font-size: 18px;
    line-height: 1.35;
  }
}

.prm-reviews__items {
  display: flex;
  align-items: center;
  gap: 20px;
}

.prm-reviews__item--comments {
  flex: 0 1 62%;
}
.prm-reviews__user {
  margin-bottom: 16px;
}
.prm-reviews__comment {
  font-size: 18px;
  line-height: 1.65;
  color: #2e2e2e;
}

.prm-reviews__comment:not(:last-child) {
  margin-bottom: 40px;
}

.prm-reviews__item:nth-child(2) {
  flex: 0 1 36.675%;
}

@media (max-width: 960px) {
  .prm-reviews__item--comments {
    flex: 1;
  }

  .prm-reviews__item:nth-child(2) {
    flex: 0 1 120px;
  }

  .prm-reviews__items {
    align-items: flex-start;
    gap: 50px;
    flex-direction: row-reverse;
  }
}

@media (max-width: 640px) {
  .prm-reviews--container {
    position: relative;
  }
  .prm-reviews__item--comments {
    flex: 1;
  }

  .prm-reviews__item:nth-child(2) {
    position: absolute;
    top: 0;
    right: 20px;
  }

  .prm-reviews__items {
    align-items: flex-start;
    gap: 50px;
    flex-direction: row;
  }

  .prm-reviews__img {
    max-width: 80px;
  }

  .prm-section__header {
    margin-bottom: 20px;
  }
}

@media (max-width: 460px) {
  .prm-reviews__item:nth-child(2) {
    position: absolute;
    top: 0;
    right: 10px;
  }
}

.prm-blog__title {
  font-size: 20px;
  font-weight: 700;
  color: #1e1e1e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.prm-blog__text {
  font-size: 16px;
  color: #1e1e1e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prm-image {
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.prm-image img {
  max-width: 100%;
  overflow: hidden;
  transition-duration: 0.3s;
  scale: 1.005;
}

.m-stories__slide {
  border-radius: 16px;
}

@media (min-width: 991.98px) {
  .prm-image {
    max-width: 100%;
    overflow: hidden;
    border-radius: 16px;
  }

  .prm-image img {
    max-width: 100%;
    overflow: hidden;
    transition-duration: 0.3s;
    scale: 1.005;
  }

  .m-stories__slide:hover .prm-image img {
    scale: 1.03;
  }
}

.m-stories__slide {
  background-color: #e4e4e4;
}

.prm-blog__content {
  padding: 20px;
}

.prm-pagination {
  display: none;
}

@media (max-width: 1079px) {
  .prm-pagination {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}

.prm-pagination .swiper-pagination-bullet {
  background-color: #1e1e1e;
  margin-left: 10px;
  width: 12px;
  height: 12px;
}

.prm-pagination .swiper-pagination-bullet-active {
  background-color: #fc002a;
}

.page {
  flex: 1 1 auto;
  z-index: 2;
}
