.procedure-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  border-radius: 8px
}
.procedure-slider .procedure-slider__item {
  width: 384px;
  height: 464px
}
@media (max-width:1278px) {
  .procedure-slider .procedure-slider__item {
    width: calc(50% - 12px)
  }
}
@media (max-width:766px) {
  .procedure-slider .procedure-slider__item {
    width: 100%
  }
}
.procedure-slider .procedure-slider__container {
  max-width: calc(100% + 12px);
  min-width: 100%;
  padding: 0 5px
}
@media (max-width:1278px) {
  .procedure-slider .procedure-slider__container {
    width: 100%
  }
}
.procedure-slider .procedure-slider__content {
  padding-bottom: 20px
}
.procedure-slider .procedure-slider__content.estate__grid {
  gap: 0
}
.procedure-slider__pagination {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width:766px) {
  .procedure-slider__pagination {
    display: block
  }
}
.procedure-slider .swiper-container-horizontal > .procedure-slider__pagination.swiper-pagination-bullets {
  bottom: 25px
}
.procedure-slider__bullet.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #81a7f8;
  margin-right: 16px;
  margin-bottom: 16px;
  opacity: 1
}
.procedure-slider__bullet.swiper-pagination-bullet.swiper-pagination-bullets-dynamic {
  -webkit-transform: none;
  transform: none
}
.procedure-slider__bullet.swiper-pagination-bullet.active {
  background: #0450f2
}
.procedure-slider__bullet.swiper-pagination-bullet:nth-last-of-type {
  margin-right: 0
}
.procedure-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  height: 100%
}
@media (min-width:767px) {
  .procedure-slider__slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 48px 48px 0
  }
}
@media (min-width:1279px) {
  .procedure-slider__slide {
    padding: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.procedure-slider__slide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
  margin-top: auto
}
.procedure-slider__slide-info .button {
  margin-top: auto
}
@media (min-width:767px) {
  .procedure-slider__slide-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0
  }
}
@media (min-width:1279px) {
  .procedure-slider__slide-info {
    height: 100%;
    width: 587px;
    padding-bottom: 64px
  }
}
.procedure-slider__slide-title {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 38px;
  color: #fff
}
@media (min-width:1279px) {
  .procedure-slider__slide-title {
    font-size: 44px;
    line-height: 56px
  }
}
.procedure-slider__slide-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 100px;
  margin-bottom: 24px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  color: #fff
}
@media (min-width:1279px) {
  .procedure-slider__slide-description {
    height: auto
  }
}
.procedure-slider__slide-image {
  width: 180px;
  height: 180px;
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}
@media (min-width:767px) {
  .procedure-slider__slide-image {
    width: 240px;
    height: 240px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 0
  }
}
@media (min-width:1279px) {
  .procedure-slider__slide-image {
    width: auto;
    height: auto
  }
}
.procedure-slider__slide-image img {
  width: 100%;
  height: 100%
}
.procedure-slider__next,
.procedure-slider__prev {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "";
  background: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0,65,203,.1);
  box-shadow: 0 8px 24px rgba(0,65,203,.1);
  width: 48px;
  height: 48px;
  top: 45%;
  border-radius: 50%;
  z-index: 1
}
@media (max-width:766px) {
  .procedure-slider__next,
  .procedure-slider__prev {
    display: none
  }
}
.procedure-slider__next.swiper-button-disabled,
.procedure-slider__prev.swiper-button-disabled {
  display: none
}
.procedure-slider__next:after,
.procedure-slider__prev:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #8d93a1;
  border-left: 2px solid #8d93a1;
  border-radius: 2px
}
.procedure-slider__prev {
  left: -24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.procedure-slider__next {
  right: -24px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg)
}
.procedure-slider__scroll {
  z-index: 1;
  height: 6px;
  bottom: 48px;
  left: 48px;
  right: 48px;
  position: absolute!important
}
.procedure-slider.swiper-container-horizontal > .swiper-pagination-bullets {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px 24px;
  margin-left: -4px;
  z-index: 4
}
@media (min-width:767px) {
  .procedure-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    padding: 0 48px 48px
  }
}
@media (min-width:1279px) {
  .procedure-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    position: absolute;
    left: 48px;
    bottom: 48px;
    padding: 0
  }
}
.procedure-slider__component {
  background: #fff;
  padding: 32px 48px 82px!important;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  position: relative;
  max-width: 1200px;
  margin: auto
}
.procedure-slider .card-lot__location-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.procedure-slider .card-lot__location-text::-webkit-scrollbar {
  width: 6px
}
.procedure-slider .card-lot__location-text::-webkit-scrollbar-thumb {
  background: #c7cdd2;
  border-radius: 6px;
  margin: 8px
}