* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Color */
/* Font-size */
/* Font-family */
.prm-body {
  /* Стили по умолчанию */
  margin: auto;
  overflow: hidden;
  /* /Стили по умолчанию */
  /* Стили мвидео */
  /* /Стили мвидео */
  /* Стили эльдорадо */
  /* /Стили эльдорадо */
  /* Сюда прописывать стили верстки */
  /* Popup video */
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
.prm-body * {
  box-sizing: border-box;
}

.prm-body img {
  display: block;
  width: auto;
  max-width: 100%;
}
.prm-body section._mb,
.prm-body div._mb {
  margin-bottom: 96px;
}
@media (max-width: 1439.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 40px;
  }
}
.prm-body section._mt,
.prm-body div._mt {
  margin-top: 96px;
}
@media (max-width: 1439.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 40px;
  }
}
.prm-body section._pt,
.prm-body div._pt {
  padding-top: 96px;
}
@media (max-width: 1439.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 40px;
  }
}
.prm-body section._pb,
.prm-body div._pb {
  padding-bottom: 96px;
}
@media (max-width: 1439.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 40px;
  }
}
.prm-body ._container {
  margin: 0 auto;
  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-body a.btn,
.prm-body button.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #e31235;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background-color 0.3s ease 0s;
}
@media (max-width: 767.98px) {
  .prm-body a.btn,
  .prm-body button.btn {
    display: flex;
    width: 30%;
    margin: 0 auto;
  }
}
@media (max-width: 479.98px) {
  .prm-body a.btn,
  .prm-body button.btn {
    width: 40%;
  }
}
@media (min-width: 991.98px) {
  .prm-body a.btn:hover,
  .prm-body button.btn:hover {
    background-color: #bd0f2c;
  }
  .prm-body a.btn:focus,
  .prm-body button.btn:focus {
    background-color: #9c0c24;
  }
}
.prm-body a.btn._fw,
.prm-body button.btn._fw {
  width: 100%;
}
.prm-body .prm-wrp {
  width: 1200px;
  margin: auto;
  height: 100%;
}
@media (max-width: 1240px) {
  .prm-body .prm-wrp {
    width: 940px;
  }
}
@media (max-width: 999px) {
  .prm-body .prm-wrp {
    width: 710px;
  }
}
@media (max-width: 760px) {
  .prm-body .prm-wrp {
    width: 100%;
    padding: 0 15px;
  }
}
.prm-body .prm-popup-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 999999999999;
}
.prm-body .prm-popup-aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.prm-body .prm-popup {
  width: 900px;
  max-width: calc(100% - 30px);
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.prm-body .prm-popup-frame {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.prm-body .prm-popup-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block !important;
}
.prm-body .prm-popup-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #BF0A34;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  position: absolute;
  transition: all ease-in-out .15s;
}
.prm-body .prm-popup-close:hover {
  transform: rotate(90deg);
}
.prm-body .prm-popup-close:before,
.prm-body .prm-popup-close:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center;
}
.prm-body .prm-popup-close:before {
  transform: rotate(45deg);
}
.prm-body .prm-popup-close:after {
  transform: rotate(-45deg);
}
.prm-body .prm-header {
  padding: 40px 0 100px;
}
.prm-body .prm-header__icons {
  max-width: 460px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 50px;
}
.prm-body .prm-header__title {
  max-width: 800px;
  margin: 0 auto 60px;
}
.prm-body .prm-header__title h2 {
  color: #1D1D1F;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  margin: 0 0 20px;
}
.prm-body .prm-header__title p {
  color: #1D1D1F;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.prm-body .prm-header__picture {
  position: relative;
}
.prm-body .prm-header__picture_icon {
  position: absolute;
  bottom: 30px;
  right: 15px;
}
.prm-body .prm-actual {
  padding: 0 0 90px;
}
.prm-body .prm-actual__title {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.prm-body .prm-actual__title h2 {
  color: #1D1D1F;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin: 0;
}
.prm-body .prm-actual__inner {
  position: relative;
}
.prm-body .prm-actual__text {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 60px;
}
.prm-body .prm-actual__text h3 {
  color: #79525D;
  font-size: 47px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin: 0 0 40px;
}
.prm-body .prm-actual__button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.prm-body .prm-actual__button a {
  border-radius: 16px;
  background: #07F;
  width: 160px;
  height: 48px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.prm-body .prm-actual__button span {
  color: #79525D;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 6px;
}
.prm-body .prm-video {
  padding: 0 0 100px;
}
.prm-body .prm-video__title {
  margin: 0 0 60px;
}
.prm-body .prm-video__title h2 {
  color: #1D1D1F;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin: 0 0 20px;
}
.prm-body .prm-video__title p {
  color: #1D1D1F;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.prm-body .prm-video__inner {
  max-width: 100%;
  width: 100%;
}
.prm-body .prm-video__block {
  position: relative;
  cursor: pointer;
}
.prm-body .prm-video__block picture img {
  display: block;
  width: 100%;
}
.prm-body .prm-video__block::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../assets/images/video/icons/play.svg) center no-repeat;
  transition: all ease .1s;
}
.prm-body .prm-video__block:hover::before {
  transform: scale(1.08);
}
.prm-body .prm-how {
  padding: 0 0 100px;
}
.prm-body .prm-how__title {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.prm-body .prm-how__title h2 {
  color: #1D1D1F;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin: 0;
}
.prm-body .prm-how__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.prm-body .prm-how__item {
  max-width: 380px;
  width: 100%;
  border-radius: 22px;
  padding: 20px;
  box-sizing: border-box;
  height: 444px;
}
.prm-body .prm-how__item_one {
  background: #F3F5F9 url(../assets/images/how/1.png) bottom center no-repeat;
  background-size: 75%;
}
.prm-body .prm-how__item_two {
  background: #F3F5F9 url(../assets/images/how/2.png) bottom 20px center no-repeat;
  background-size: 85%;
}
.prm-body .prm-how__item_three {
  background: #F3F5F9 url(../assets/images/how/3.png) bottom center no-repeat;
  background-size: 85%;
}
.prm-body .prm-how__num {
  border-radius: 32px;
  background: #CBD3E0;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
}
.prm-body .prm-how__text p {
  color: #222E46;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.prm-body .prm-how__picture {
  display: flex;
  justify-content: center;
  height: 100%;
}
.prm-body .prm-how__picture picture img {
  position: relative;
}
.prm-body .prm-scen {
  padding: 0 0 100px;
}
.prm-body .prm-scen__title {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.prm-body .prm-scen__title h2 {
  color: #1D1D1F;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin: 0 0 20px;
}
.prm-body .prm-scen__title p {
  color: #1D1D1F;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.prm-body .prm-scen__items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.prm-body .prm-scen__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 45px;
}
.prm-body .prm-scen__col:first-child {
  max-width: 365px;
  width: 100%;
}
.prm-body .prm-scen__col:nth-child(2) {
  max-width: 790px;
  width: 100%;
}
.prm-body .prm-scen__head {
  color: #1D1D1F;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  margin: 0 0 40px;
  padding: 0 0 0 50px;
  position: relative;
}
.prm-body .prm-scen__head::before {
  content: '—';
  font-size: 36px;
  color: #1D1D1F;
  position: absolute;
  left: 0;
  top: 0;
}
.prm-body .prm-scen__list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prm-body .prm-scen__list ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: #F3F5F9;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 14px;
  gap: 12px;
  color: #38383F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.prm-body .prm-custom {
  padding: 0 0 100px;
}
.prm-body .prm-custom__title {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.prm-body .prm-custom__title h2 {
  color: #1D1D1F;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin: 0 0 20px;
}
.prm-body .prm-custom__title p {
  color: #1D1D1F;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.prm-body .prm-custom__inner {
  position: relative;
}
.prm-body .prm-custom__text {
  position: absolute;
  left: 65px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 315px;
}
.prm-body .prm-custom__text ul {
  padding: 0 0 0 35px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.prm-body .prm-custom__text ul li {
  list-style: none;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}
.prm-body .prm-custom__text ul li:first-child::before {
  content: '';
  width: 28px;
  height: 35px;
  position: absolute;
  left: -35px;
  top: 0;
  background: url(../assets/images/custom/icons/1.svg) top center no-repeat;
}
.prm-body .prm-custom__text ul li:nth-child(2)::before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: -35px;
  top: 0;
  background: url(../assets/images/custom/icons/2.svg) top center no-repeat;
}
.prm-body .prm-custom__text ul li:nth-child(3)::before {
  content: '';
  width: 28px;
  height: 35px;
  position: absolute;
  left: -35px;
  top: 0;
  background: url(../assets/images/custom/icons/3.svg) top center no-repeat;
}
.prm-body .prm-custom__text ul li:nth-child(4)::before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: -35px;
  top: 0;
  background: url(../assets/images/custom/icons/4.svg) top center no-repeat;
}
.prm-body .prm-more {
  padding: 0 0 70px;
}
.prm-body .prm-more__title {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.prm-body .prm-more__title h2 {
  color: #1D1D1F;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin: 0;
}
.prm-body .prm-more__items {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.prm-body .prm-more__item {
  padding: 10px !important;
  background: #F3F5F9;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  color: #222E46;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.prm-body .prm-products {
  padding: 0 0 100px;
}
.prm-body .prm-products__title {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.prm-body .prm-products__title h2 {
  color: #1D1D1F;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin: 0 0 20px;
}
.prm-body .prm-products__title p {
  color: #1D1D1F;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.prm-body .prm-products__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}
.prm-body .prm-products__item {
  max-width: 380px;
  width: 100%;
}
.prm-body .prm-products__head {
  padding: 275px 30px 35px;
  box-sizing: border-box;
  border-radius: 32px;
  background: #F3F5F9;
  height: 420px;
  position: relative;
  margin-bottom: 10px;
}
.prm-body .prm-products__colors {
  max-width: 290px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 40px;
}
.prm-body .prm-products__color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.prm-body .prm-products__color_dark-grey {
  background: #363030;
}
.prm-body .prm-products__color_light-grey {
  background: #D0D0D0;
}
.prm-body .prm-products__color_bright-blue {
  background: #459DC7;
}
.prm-body .prm-products__color_green {
  background: #5C9783;
}
.prm-body .prm-products__color_grey {
  background: #5D5D63;
}
.prm-body .prm-products__color_blue {
  background: #6B92DF;
}
.prm-body .prm-products__color_brick {
  background: #BD694B;
}
.prm-body .prm-products__color_pink {
  background: #E1B7C9;
}
.prm-body .prm-products__color_light-blue {
  background: #93CBFF;
}
.prm-body .prm-products__color_light-green {
  background: #5FCFBC;
}
.prm-body .prm-products__color_light-orange {
  background: #FB9F6D;
}
.prm-body .prm-products__picture {
  position: absolute;
  bottom: 155px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  width: 100%;
}
.prm-body .prm-products__picture picture img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.prm-body .prm-products__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.prm-body .prm-products__price {
  color: #1D1D1F;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
.prm-body .prm-products__price span {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.prm-body .prm-products__button a {
  width: 122px;
  height: 50px;
  border-radius: 16px;
  background: #026BE3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
.prm-body .prm-products__desc {
  padding: 35px 30px;
  box-sizing: border-box;
  border-radius: 32px;
  background: #F3F5F9;
  height: 547px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prm-body .prm-products__logo {
  margin: 0 0 25px;
}
.prm-body .prm-products__text {
  margin: 0 0 40px;
}
.prm-body .prm-products__text p {
  color: #222E46;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px;
}
.prm-body .prm-products__text p:last-child {
  margin: 0;
}
.prm-body .prm-products__list {
  margin: 0 0 40px;
}
.prm-body .prm-products__list ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.prm-body .prm-products__list ul li {
  list-style: disc;
  color: #222E46;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 5px;
}
.prm-body .prm-products__list ul li:last-child {
  margin: 0;
}
.prm-body .prm-products__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.prm-body .prm-products__icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.prm-body .prm-products__gift {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.prm-body .prm-devices {
  padding: 90px 0;
  background: #F3F5F9;
}
.prm-body .prm-devices__title {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.prm-body .prm-devices__title h2 {
  color: #1D1D1F;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin: 0;
}
.prm-body .prm-devices__items {
  max-width: 1000px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.prm-body .prm-devices__item {
  max-width: 312px;
  width: 100%;
  border-radius: 32px;
  background: #FFF;
  padding: 20px 0 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.prm-body .prm-devices__desc {
  color: #1D1D1F;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.prm-body .prm-devices__row {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 65px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  justify-content: space-between;
}
.prm-body .prm-devices__col {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.prm-body .prm-devices__col h3 {
  color: #07F;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  margin: 0;
}
.prm-body .prm-devices__col p {
  color: #1D1D1F;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.prm-body .prm-devices__brands {
  max-width: 1000px;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.prm-body .prm-devices__brand {
  max-width: 175px;
  width: 100%;
  height: 92px;
  border-radius: 16px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prm-body .prm-devices__hub {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 55px;
  border-radius: 32px;
  background: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
.prm-body .prm-devices__hub_text {
  max-width: 486px;
  width: 100%;
}
.prm-body .prm-devices__hub_text h3 {
  color: #1D1D1F;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  margin: 0 0 20px;
}
.prm-body .prm-devices__hub_text p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 40px;
}
.prm-body .prm-devices__hub_text a {
  width: 167px;
  height: 48px;
  border-radius: 16px;
  background: #07F;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}
.prm-body .prm-devices__hub_img {
  max-width: 348px;
}
.prm-body .prm-reviews {
  padding: 90px 0;
}
.prm-body .prm-reviews__inner {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.prm-body .prm-reviews__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  max-width: 320px;
}
.prm-body .prm-reviews__text h3 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  margin: 0 0 20px;
}
.prm-body .prm-reviews__text p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 40px;
}
.prm-body .prm-reviews__text a {
  border-radius: 16px;
  background: #07F;
  width: 160px;
  height: 48px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.prm-body .prm-app {
  padding: 0 0 50px;
}
.prm-body .prm-app__wrapper {
  max-width: 100%;
  width: 100%;
  border-radius: 32px;
  background: #1C1C1F;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
.prm-body .prm-app__title {
  max-width: 625px;
  margin: 0 auto 60px;
}
.prm-body .prm-app__title h2 {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  margin: 0 0 15px;
}
.prm-body .prm-app__title p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.prm-body .prm-app__items {
  max-width: 662px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.prm-body .prm-footnotes {
  padding: 0 0 50px;
}
.prm-body .prm-footnotes__wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.prm-body .prm-footnotes__wrapper p {
  color: #838A9E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 15px;
}
.prm-body .prm-footnotes__wrapper p:last-child {
  margin: 0;
}

/* Laptops & Mobile */
@media (max-width: 1240px) {
  .prm-body .prm-header {
    padding: 40px 0 70px;
  }
  .prm-body .prm-header__title h2 {
    font-size: 44px;
    line-height: 56px;
  }
  .prm-body .prm-header__title p {
    font-size: 18px;
    line-height: 28px;
  }
  .prm-body .prm-actual {
    padding: 0 0 70px;
  }
  .prm-body .prm-actual__title {
    margin: 0 0 40px;
  }
  .prm-body .prm-actual__title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .prm-body .prm-video {
    padding: 0 0 70px;
  }
  .prm-body .prm-video__title {
    margin: 0 0 40px;
  }
  .prm-body .prm-video__title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .prm-body .prm-video__title p {
    font-size: 18px;
    line-height: 28px;
  }
  .prm-body .prm-how {
    padding: 0 0 70px;
  }
  .prm-body .prm-how__title {
    margin: 0 0 40px;
  }
  .prm-body .prm-how__title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .prm-body .prm-how__text p {
    font-size: 14px;
    line-height: 20px;
  }
  .prm-body .prm-how__item {
    height: 328px;
  }
  .prm-body .prm-scen {
    padding: 0 0 70px;
  }
  .prm-body .prm-scen__title {
    margin: 0 0 40px;
  }
  .prm-body .prm-scen__title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .prm-body .prm-scen__title p {
    font-size: 18px;
    line-height: 28px;
  }
  .prm-body .prm-scen__head {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px;
  }
  .prm-body .prm-scen__list ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .prm-body .prm-scen__item {
    gap: 20px;
  }
  .prm-body .prm-scen__col:first-child {
    max-width: 295px;
  }
  .prm-body .prm-scen__col:nth-child(2) {
    max-width: 618px;
  }
  .prm-body .prm-custom {
    padding: 0 0 70px;
  }
  .prm-body .prm-custom__title {
    margin: 0 0 40px;
  }
  .prm-body .prm-custom__title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .prm-body .prm-custom__title p {
    font-size: 18px;
    line-height: 28px;
  }
  .prm-body .prm-custom__text {
    left: 30px;
  }
  .prm-body .prm-custom__text ul {
    gap: 35px;
  }
  .prm-body .prm-custom__text ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .prm-body .prm-more {
    padding: 0 0 70px;
  }
  .prm-body .prm-more__title {
    margin: 0 0 40px;
  }
  .prm-body .prm-more__title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .prm-body .prm-products {
    padding: 0 0 70px;
  }
  .prm-body .prm-products__title {
    margin: 0 0 60px;
  }
  .prm-body .prm-products__title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .prm-body .prm-products__title p {
    font-size: 18px;
    line-height: 28px;
  }
  .prm-body .prm-products__head {
    height: 488px;
  }
  .prm-body .prm-products__desc {
    height: 575px;
  }
  .prm-body .prm-products__picture {
    bottom: 215px;
  }
  .prm-body .prm-products__row {
    flex-direction: column;
    gap: 24px;
  }
  .prm-body .prm-products__button {
    width: 100%;
  }
  .prm-body .prm-products__button a {
    max-width: 100%;
    width: 100%;
  }
  .prm-body .prm-products__text p {
    font-size: 14px;
    line-height: 22px;
  }
  .prm-body .prm-devices {
    padding: 60px 0;
  }
  .prm-body .prm-devices__title {
    margin: 0 0 40px;
  }
  .prm-body .prm-devices__title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .prm-body .prm-devices__item {
    max-width: 293.333px;
  }
  .prm-body .prm-devices__img img {
    max-width: 150px;
  }
  .prm-body .prm-devices__desc {
    font-size: 18px;
    line-height: 32px;
  }
  .prm-body .prm-devices__brands {
    margin: 0 auto 60px;
  }
  .prm-body .prm-devices__brand {
    max-width: 164px;
  }
  .prm-body .prm-devices__hub {
    padding: 40px 50px;
  }
  .prm-body .prm-devices__hub_text {
    max-width: 448px;
  }
  .prm-body .prm-devices__hub_text h3 {
    font-size: 24px;
    line-height: 32px;
    max-width: 400px;
  }
  .prm-body .prm-devices__hub_text p {
    font-size: 16px;
    line-height: 22px;
  }
  .prm-body .prm-devices__hub_img {
    max-width: 302px;
  }
  .prm-body .prm-reviews {
    padding: 60px 0 70px;
  }
  .prm-body .prm-reviews__text p {
    font-size: 16px;
    line-height: 22px;
  }
  .prm-body .prm-app {
    padding: 0 0 50px;
  }
  .prm-body .prm-app__title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .prm-body .prm-app__title p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 999px) {
  .prm-body .prm-header__title {
    margin: 0 auto 40px;
  }
  .prm-body .prm-header__picture_icon {
    bottom: 15px;
  }
  .prm-body .prm-actual__text {
    left: 50px;
    top: inherit;
    transform: none;
    bottom: 40px;
  }
  .prm-body .prm-actual__text h3 {
    font-size: 32px;
    line-height: 110%;
  }
  .prm-body .prm-actual__button span {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 4.8px;
  }
  .prm-body .prm-how .prm-wrp {
    padding: 0 0 0 15px;
  }
  .prm-body .prm-how__title {
    padding: 0 15px 0 0;
  }
  .prm-body .prm-how__items {
    position: relative;
  }
  .prm-body .prm-how__item {
    width: 293px;
    margin-left: 10px;
  }
  .prm-body .prm-how .slick-dots {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
  }
  .prm-body .prm-how .slick-dots li {
    list-style: none;
    width: 6px;
    height: 6px;
  }
  .prm-body .prm-how .slick-dots li.slick-active button {
    background: #0077FF;
  }
  .prm-body .prm-how .slick-dots li button {
    text-indent: -9999px;
    background: #fff;
    border: 1px solid #0077FF;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    padding: 0;
  }
  .prm-body .prm-scen .prm-wrp {
    padding: 0 0 0 15px;
  }
  .prm-body .prm-scen__title {
    padding: 0 15px 0 0;
  }
  .prm-body .prm-scen__head {
    padding: 0 0 0 40px;
  }
  .prm-body .prm-scen__head br {
    display: none;
  }
  .prm-body .prm-scen__items {
    position: relative;
  }
  .prm-body .prm-scen__item {
    display: flex !important;
    flex-direction: column;
    width: 314px;
    margin-left: 15px;
  }
  .prm-body .prm-scen__item .prm-scen__col:first-child {
    order: 2;
  }
  .prm-body .prm-scen__item .prm-scen__col:nth-child(2) {
    order: 1;
  }
  .prm-body .prm-scen .slick-dots {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
  }
  .prm-body .prm-scen .slick-dots li {
    list-style: none;
    width: 6px;
    height: 6px;
  }
  .prm-body .prm-scen .slick-dots li.slick-active button {
    background: #0077FF;
  }
  .prm-body .prm-scen .slick-dots li button {
    text-indent: -9999px;
    background: #fff;
    border: 1px solid #0077FF;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    padding: 0;
  }
  .prm-body .prm-more .prm-wrp {
    padding: 0 0 0 15px;
  }
  .prm-body .prm-more__title {
    padding: 0 15px 0 0;
  }
  .prm-body .prm-more__head {
    padding: 0 0 0 40px;
  }
  .prm-body .prm-more__head br {
    display: none;
  }
  .prm-body .prm-more__items {
    position: relative;
  }
  .prm-body .prm-more__item {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 152px;
    height: 150px;
    padding: 20px !important;
    margin-left: 15px;
  }
  .prm-body .prm-more .slick-dots {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
  }
  .prm-body .prm-more .slick-dots li {
    list-style: none;
    width: 6px;
    height: 6px;
  }
  .prm-body .prm-more .slick-dots li.slick-active button {
    background: #0077FF;
  }
  .prm-body .prm-more .slick-dots li button {
    text-indent: -9999px;
    background: #fff;
    border: 1px solid #0077FF;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    padding: 0;
  }
  .prm-body .prm-products .prm-wrp {
    padding: 0 0 0 15px;
  }
  .prm-body .prm-products__title {
    padding: 0 15px 0 0;
  }
  .prm-body .prm-products__items {
    position: relative;
  }
  .prm-body .prm-products__items .slick-list {
    padding: 12% 0 0 0;
  }
  .prm-body .prm-products__item {
    width: 315px;
    margin-left: 15px;
  }
  .prm-body .prm-products__item .prm-scen__col:first-child {
    order: 2;
  }
  .prm-body .prm-products__item .prm-scen__col:nth-child(2) {
    order: 1;
  }
  .prm-body .prm-products .slick-dots {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
  }
  .prm-body .prm-products .slick-dots li {
    list-style: none;
    width: 6px;
    height: 6px;
  }
  .prm-body .prm-products .slick-dots li.slick-active button {
    background: #0077FF;
  }
  .prm-body .prm-products .slick-dots li button {
    text-indent: -9999px;
    background: #fff;
    border: 1px solid #0077FF;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    padding: 0;
  }
  .prm-body .prm-devices__items {
    gap: 22px;
  }
  .prm-body .prm-devices__item {
    max-width: 222px;
    gap: 17px;
    padding: 15px 0 35px;
  }
  .prm-body .prm-devices__brands {
    gap: 22px;
  }
  .prm-body .prm-devices__brand {
    width: 123px;
    height: 70px;
    padding: 20px;
    box-sizing: border-box;
  }
  .prm-body .prm-devices__hub {
    padding: 40px;
  }
  .prm-body .prm-devices__hub_text {
    max-width: 300px;
  }
  .prm-body .prm-devices__hub_img {
    max-width: 268px;
  }
  .prm-body .prm-reviews__text {
    left: 50px;
    max-width: 290px;
  }
}
@media (max-width: 760px) {
  .prm-body .prm-header__icons {
    max-width: 238px;
  }
  .prm-body .prm-header__icon:first-child {
    border-right: 1px solid #E5EEF8;
    padding-right: 15px;
  }
  .prm-body .prm-header__icon:nth-child(2) {
    padding-left: 15px;
  }
  .prm-body .prm-header__title {
    margin: 0 0 30px;
  }
  .prm-body .prm-header__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .prm-body .prm-header__title h2 br {
    display: none;
  }
  .prm-body .prm-header__title p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-header__picture_icon {
    position: relative;
    bottom: -20px;
    left: 0;
    display: flex;
    justify-content: center;
  }
  .prm-body .prm-header__picture_icon img {
    border-radius: 14px;
    border: 1px solid #E5EEF8;
  }
  .prm-body .prm-actual {
    padding: 0 0 60px;
  }
  .prm-body .prm-actual__title {
    margin: 0 0 30px;
  }
  .prm-body .prm-actual__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .prm-body .prm-actual__title p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-actual__text {
    left: 30px;
    bottom: 30px;
  }
  .prm-body .prm-actual__text h3 {
    font-size: 24px;
    line-height: 110%;
    margin: 0 0 15px;
  }
  .prm-body .prm-actual__button {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .prm-body .prm-actual__button a {
    order: 2;
    width: 200px;
  }
  .prm-body .prm-actual__button span {
    order: 1;
  }
  .prm-body .prm-video {
    padding: 0 0 60px;
  }
  .prm-body .prm-video__title {
    margin: 0 0 30px;
  }
  .prm-body .prm-video__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .prm-body .prm-video__title p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-video__block::before {
    background-size: 15%;
  }
  .prm-body .prm-how {
    padding: 0 0 60px;
  }
  .prm-body .prm-how__title {
    margin: 0 0 30px;
  }
  .prm-body .prm-how__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .prm-body .prm-scen {
    padding: 0 0 60px;
  }
  .prm-body .prm-scen__title {
    margin: 0 0 30px;
  }
  .prm-body .prm-scen__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .prm-body .prm-custom {
    padding: 0 0 60px;
  }
  .prm-body .prm-custom__title {
    margin: 0 0 30px;
  }
  .prm-body .prm-custom__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .prm-body .prm-custom__title p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-custom__text {
    top: 40px;
    left: 30px;
    transform: none;
    padding: 0 40px 0 0;
  }
  .prm-body .prm-custom__text ul {
    gap: 25px;
  }
  .prm-body .prm-custom__text ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .prm-body .prm-more {
    padding: 0 0 60px;
  }
  .prm-body .prm-more__title {
    margin: 0 0 30px;
  }
  .prm-body .prm-more__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .prm-body .prm-products {
    padding: 0 0 60px;
  }
  .prm-body .prm-products__title {
    margin: 0 0 30px;
  }
  .prm-body .prm-products__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .prm-body .prm-products__title p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-products__items .slick-list {
    padding: 24% 0 0 0;
  }
  .prm-body .prm-products__row {
    gap: 20px;
  }
  .prm-body .prm-devices {
    padding: 50px 0;
  }
  .prm-body .prm-devices__title {
    margin: 0 0 30px;
  }
  .prm-body .prm-devices__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .prm-body .prm-devices__title p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-devices__items {
    gap: 10px;
    margin: 0 0 40px;
  }
  .prm-body .prm-devices__item {
    padding: 18px 15px;
    width: 152px;
    gap: 15px;
  }
  .prm-body .prm-devices__img img {
    max-width: 78px;
  }
  .prm-body .prm-devices__desc {
    font-size: 14px;
    line-height: 17px;
  }
  .prm-body .prm-devices__row {
    gap: 35px;
    margin: 0 0 40px;
    justify-content: center;
  }
  .prm-body .prm-devices__col {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 135px;
  }
  .prm-body .prm-devices__col h3 {
    font-size: 35px;
    line-height: 32px;
  }
  .prm-body .prm-devices__col p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-devices__brands {
    gap: 10px;
    margin: 0 0 40px;
  }
  .prm-body .prm-devices__brand {
    width: 152px;
  }
  .prm-body .prm-devices__hub {
    padding: 40px 30px;
    flex-direction: column;
    gap: 45px;
  }
  .prm-body .prm-devices__hub_text {
    order: 2;
  }
  .prm-body .prm-devices__hub_text h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .prm-body .prm-devices__hub_text p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-devices__hub_text a {
    width: 100%;
  }
  .prm-body .prm-devices__hub img {
    order: 1;
  }
  .prm-body .prm-reviews {
    padding: 50px 0;
  }
  .prm-body .prm-reviews__text {
    left: 30px;
    padding: 0 30px 0 0;
    top: inherit;
    transform: none;
    bottom: 40px;
  }
  .prm-body .prm-reviews__text h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .prm-body .prm-reviews__text p {
    font-size: 18px;
    line-height: 28px;
  }
  .prm-body .prm-reviews__text a {
    width: 100%;
  }
  .prm-body .prm-app {
    padding: 0 0 40px;
  }
  .prm-body .prm-app .prm-wrp {
    padding: 0;
  }
  .prm-body .prm-app__wrapper {
    border-radius: 0;
    padding: 50px 30px;
  }
  .prm-body .prm-app__title {
    margin: 0 0 30px;
  }
  .prm-body .prm-app__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .prm-body .prm-app__title p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-app__items {
    flex-direction: column;
    gap: 10px;
  }
  .prm-body .prm-footnotes {
    padding: 0 0 40px;
  }
  .prm-body .prm-footnotes__wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 320px) {
  .prm-body .prm-header .prm-wrp {
    padding: 0;
  }
  .prm-body .prm-header__title {
    padding: 0 15px;
  }
  .prm-body .prm-header__title h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
  }
  .prm-body .prm-header__title p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-actual .prm-wrp {
    padding: 0 5px;
  }
  .prm-body .prm-actual__title {
    padding: 0 15px;
  }
  .prm-body .prm-actual__title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .prm-body .prm-video .prm-wrp {
    padding: 0;
  }
  .prm-body .prm-video__title {
    padding: 0 15px;
  }
  .prm-body .prm-video__title h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
  }
  .prm-body .prm-video__title p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-how .prm-wrp {
    padding: 0 15px;
  }
  .prm-body .prm-how__title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .prm-body .prm-how__item {
    width: 288px;
  }
  .prm-body .prm-scen .prm-wrp {
    padding: 0 15px;
  }
  .prm-body .prm-scen__title h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
  }
  .prm-body .prm-scen__title p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-scen__item {
    width: 288px;
  }
  .prm-body .prm-custom__title h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
  }
  .prm-body .prm-custom__title p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-custom__text {
    top: 30px;
    left: 15px;
    padding: 0 20px 0 0;
  }
  .prm-body .prm-custom__text ul {
    gap: 15px;
  }
  .prm-body .prm-more__title h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
  }
  .prm-body .prm-more__title p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-more__item {
    width: 145px;
    margin-left: 5px;
  }
  .prm-body .prm-products .prm-wrp {
    padding: 0 15px;
  }
  .prm-body .prm-products__title h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
  }
  .prm-body .prm-products__title p {
    font-size: 16px;
    line-height: 24px;
  }
  .prm-body .prm-products__items .slick-list {
    padding: 28% 0 0 0;
  }
  .prm-body .prm-products__item {
    width: 288px;
  }
  .prm-body .prm-devices__title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .prm-body .prm-devices__items {
    gap: 8px;
  }
  .prm-body .prm-devices__item {
    width: 140px;
  }
  .prm-body .prm-devices__brands {
    gap: 8px;
  }
  .prm-body .prm-devices__brand {
    width: 140px;
  }
  .prm-body .prm-reviews__text {
    left: 20px;
    bottom: 30px;
    padding: 0 20px 0 0;
  }
}

@media (max-width: 768px) {
  .prm-body .prm-app ._container {
    padding: 0;
  }
}

@media (max-width: 340px) {
  .prm-body .prm-products__item {
    width: 280px;
  }
}

.slick-dots li {
  margin: 0 !important;
}