.windows {
  position: relative;
}
.windows__breadcrumbs {
  margin-bottom: 40px;
}
.windows__right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.windows__block {
  align-items: flex-start;
}
.windows__left {
  margin-right: 61px;
}
.windows-left__img {
  margin-bottom: 23px;
}
.windows-left__img img {
  width: 100%;
}
.windows-right {
  max-width: 635px;
}
.windows-right__title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  color: #242424;
}
.windows-right__list {
  margin-bottom: 30px;
}
.windows-right__item:not(:last-child) {
  margin-right: 18px;
}
.windows-right__progress-block {
  position: relative;
  margin-bottom: 12px;
  height: 7px;
  width: 77px;
  border-radius: 12px;
  background-color: rgba(36, 36, 36, 0.1019607843);
}
.windows-right__item:last-child .windows-right__progress-block {
  width: 65px;
}
.windows-right__item-text {
  max-width: 80px;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  text-align: left;
  color: #242424;
  text-transform: uppercase;
}
.windows-right__info {
  margin-bottom: 30px;
  align-items: flex-end;
  justify-content: space-between;
}
.windows-right__info-right {
  padding-top: 21px;
}
.windows-right__price-descr {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.windows-right__price {
  font-size: 27px;
  font-weight: 700;
  line-height: 43px;
  text-align: left;
  color: #242424;
}
.windows-right__btn {
  padding: 14px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
}
.windows-right__btn:last-child {
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
}
.windows-right__btn:not(:last-child) {
  margin-right: 5px;
}
.windows-right__descr {
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #242424;
}
.windows-right__descr-bottom {
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #242424;
}
.windows-right__places {
  margin-bottom: 20px;
}
.windows-right__place,
.windows-right .square-icons li {
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #242424;
  background-image: url("../img/blocks/window-model-profile/point.svg");
  background-position: left center;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}
.windows-right__place:not(:last-child),
.windows-right .square-icons li:not(:last-child) {
  margin-bottom: 4px;
}
.windows-right__article {
  padding: 30px;
  background: #eff6f9;
  border-radius: 12px;
  border: 1px solid #dbe6eb;
}
.windows-right__article-info {
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 45px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #242424;
  background-image: url(../img/blocks/window-model-profile/shield.svg);
  background-size: 25px 30px;
  background-position: left center;
  background-repeat: no-repeat;
}
.windows-right__article-descr {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #242424;
}
.windows-left__slider {
  position: relative;
  min-width: 0;
  max-width: 450px;
}
.windows .swiper-button-prev {
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: -14px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #3aad81;
}
.windows .swiper-button-prev::after {
  content: "";
  height: 9px;
  width: 15px;
  transform: rotate(180deg);
  background-image: url(../img/blocks/window-model-profile/arrow.svg);
  background-size: 15px 9px;
  background-position: center;
  background-repeat: no-repeat;
}
.windows .swiper-button-next {
  position: absolute;
  z-index: 10000;
  top: 50%;
  right: -14px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #3aad81;
}
.windows .swiper-button-next::after {
  content: "";
  height: 9px;
  width: 15px;
  background-image: url(../img/blocks/window-model-profile/arrow.svg);
  background-size: 15px 9px;
  background-position: center;
  background-repeat: no-repeat;
}
.windows .swiper-wrapper {
  max-width: 415px;
}
.windows .swiper-slide__img {
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.windows .swiper-slide__img img {
  height: 100%;
  width: auto;
  border-radius: 6px;
}

.list-relative {
  position: fixed;
  top: 44px;
  right: 0;
  background-color: #fff;
}
.list-relative__item {
  padding: 17px 20px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1019607843);
}
.list-relative__item:last-child {
  position: relative;
  border-bottom: none;
}
.list-relative__item:last-child .list-relative__link:last-child {
  position: absolute;
  top: 48px;
  left: 18px;
}

.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 25px;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -14px;
  top: 1px;
  color: #9a9ca5;
}

.breadcrumbs__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #242424;
  text-decoration: none;
}

.progress__fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  border-radius: 500px;
}
.progress__fill--first {
  width: 100%;
  background-color: #5aad5e;
}
.progress__fill--second {
  width: 29px;
  background-color: #ff6666;
}
.progress__fill--third {
  width: 32px;
  background-color: #ffd074;
}

.window-swiper {
  overflow: hidden;
  max-width: 100%;
  z-index: 1;
}

@media (max-width: 768px) {
  .windows {
    padding-bottom: 163px;
  }
  .windows__breadcrumbs {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .windows__block {
    position: relative;
    top: 163px;
    flex-direction: column;
  }
  .windows__left {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .windows-right {
    max-width: none;
  }
  .windows-right__wrap {
    position: absolute;
    left: 0;
    top: -163px;
  }
  .windows-left__slider {
    max-width: 450px;
  }
  .windows .swiper-wrapper {
    max-width: 415px;
  }
}

@media (max-width: 1024px) {
  .windows__left {
    margin-right: 40px;
  }
  .windows-right__title {
    font-size: 22px;
    line-height: 140%;
  }
  .windows-right__info {
    flex-direction: column;
    align-items: flex-start;
  }
  .windows-left__slider {
    max-width: 400px;
  }
  .windows .swiper-wrapper {
    max-width: 365px;
  }
}

@media (max-width: 576px) {
  .windows-left__img {
    margin-bottom: 16px;
  }
  .windows-right__title {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 140%;
  }
  .windows-right__list {
    margin-bottom: 0;
  }
  .windows-right__info-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 16px;
  }
  .windows-right__btn {
    padding: 14px 14px;
    width: 48%;
  }
  .windows-right__btn:not(:last-child) {
    margin-right: 0;
  }
  .windows-right__descr {
    margin-bottom: 16px;
  }
  .windows-right__descr-bottom {
    margin-bottom: 32px;
  }
  .windows-right__places {
    margin-bottom: 16px;
  }
  .windows-right__article {
    padding: 16px;
  }
  .windows .swiper-slide__img img {
    border-radius: 2.675px;
  }
  .breadcrumbs__item:not(:last-child) {
    margin-right: 20px;
  }
  .breadcrumbs__item:not(:last-child)::after {
    right: -10px;
  }
  .breadcrumbs__link {
    font-size: 12px;
    line-height: 160%;
  }
}

@media (max-width: 450px) {
  .windows-left__slider {
    max-width: 202px;
  }
  .windows .swiper-wrapper {
    max-width: 202px;
  }
  .windows .swiper-slide__img {
    width: 55.732px;
    height: 70px;
  }
}
