a.prm-product {
  text-decoration: none;
}

.prm-m-maps__select {
  height: 15%;
}

div#shopList {
  overflow: auto;
  display: block;
  height: 85%;
}

select#cityDropdown {
  height: 100%;
}

.prm-btn:disabled {
  opacity: 0.5;
}

.loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  line-height: 0;
}

.loader svg {
  width: 100%;
  height: 100%;
}

.block-modal-start {
  display: inline-block;
  position: relative;
}

.loader.loading {
  display: inline-block;
}

.loading {
  pointer-events: none;
  opacity: 0.7;
}

line {
  opacity: 0.1;
  stroke-linecap: round;
  animation-name: fade;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-duration: var(--anim-duration, 1s);
  animation-delay: var(--anim-delay, 0s);
}

@keyframes fade {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.prm-main__text {
  font-size: 28px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .prm-main__text {
    font-size: 20px;
  }
}

.prm-main__title {
  margin-top: 40px;
}

.prm-problems .prm-columns {
  row-gap: 40px;
}

@media (max-width: 760px) {
  .prm-probl {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 760px) {
  .prm-problem__icon {
    max-width: 48px;
    margin: 0;
  }
  .prm-problem__text {
    text-align: left;
  }
}

.prm-preem {
  text-align: center;
}
.prm-preem__icon {
  width: 60px;
  margin: 0 auto;
}
.prm-preem__title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
.prm-preem__text {
  margin-top: 8px;
}

.prm-preem-section .prm-columns {
  row-gap: 40px;
}

.prm-price {
  background: #F4F4F8;
  border: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 20px;
  overflow: hidden;
}
.prm-price__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
}
@media (max-width: 760px) {
  .prm-price__title {
    font-size: 20px;
    padding: 10px;
  }
}
.prm-price__list {
  padding: 0;
  margin: 0;
}
.prm-price__list li {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  padding: 16px 20px;
}
@media (max-width: 760px) {
  .prm-price__list li {
    font-size: 14px;
    padding: 16px;
  }
}
.prm-price__list li:nth-child(odd) {
  background: #E8E8EF;
}
.prm-price__list li span {
  font-weight: 400;
  text-align: right;
}

.prm-step__item-content {
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 760px) {
  .prm-step__item-content {
    min-height: 100px;
    text-align: left;
  }
}

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

.prm-info {
  background: #F4F4F8;
  border: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 40px;
  padding: 40px 20px;
  font-size: 18px;
}
@media (max-width: 760px) {
  .prm-info {
    padding: 20px;
    font-size: 16px;
  }
}
.prm-info p {
  padding: 0;
  margin: 0;
}
.prm-info p + p {
  margin-top: 16px;
}

.prm-desc {
  text-align: center;
}

.prm-title + .prm-desc {
  margin-top: 20px;
}

.prm-blog {
  text-decoration: none;
  color: #1E1E1E;
  border-radius: 20px;
  background: #F4F4F8;
  overflow: hidden;
  border: 1px solid rgba(204, 204, 204, 0.4);
  display: block;
  height: 100%;
}
.prm-blog__image {
  border-radius: 20px;
  overflow: hidden;
}
.prm-blog__content {
  padding: 20px;
}
.prm-blog__title {
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.prm-blog__text {
  font-size: 16px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.prm-btn {
  text-decoration: none;
}

.prm-slider .slick-slide {
  padding-right: 20px;
  box-sizing: border-box;
}

.prm-slider {
  margin-right: -20px;
}
.prm-slider .slick-dots {
  text-align: center;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}
.prm-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.prm-slider .slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.prm-slider .slick-dots .slick-active button {
  background-color: #E21235;
}

.prm-slider .slick-slide > * {
  height: 100%;
}/*# sourceMappingURL=style-v1.css.map */