.compare.wrap-big {
  padding-bottom: unset;
}
.compare-body {
  position: relative;
}
.compare-wrap {
  display: flex;
  align-items: flex-start;
}
.compare-parameters {
  width: 270px;
  min-width: 270px;
  margin: 453px 40px 0 0;
}
.compare-parameters-line {
  padding: 6px 20px;
  overflow: hidden;
}
.compare-parameters-line:not(.compare-parameters--header):nth-child(odd) {
  background: var(--gray100);
}
.compare-parameters-line:last-child {
  height: 50px;
}
.compare-parameters--header {
  background: var(--orange);
}
.compare-parameters__title {
  display: none;
}
.compare-parameters__text {
  font-size: 14px;
  font-weight: 600;
  height: 19px;
}
.compare-slider {
  width: 100%;
}
.compare-slider .icon-circle-left-arrow:nth-of-type(2) {
  position: absolute;
  top: 110px;
  right: 0;
}
.compare-slider .icon-circle-left-arrow:nth-of-type(1) {
  position: absolute;
  top: 110px;
  left: 0;
}
.center {
  padding-left: calc((100% - 1440px)/2);
  padding-right: calc((100% - 1440px)/2);
}
.compare-title-block {
  position: sticky;
  margin-top: -8px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  top: 60px;
  z-index: 2;
  background-color: white;
}
.compare-title-block--shadow {
  box-shadow: 0 0 20px 0 rgb(34 60 80 / 60%);
}
.compare-title-block .title {
  margin-bottom: unset;
  margin-right: auto;
  margin-left: 16px;
}
.compare-body .icon-circle-left-arrow:nth-of-type(2) {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.compare-body .icon-circle-left-arrow:nth-of-type(1) {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.compare-item {
  border: 1px solid var(--orange);
  text-align: center;
}
.compare-item-header {
  padding: 10px 24px 0;
  margin: 0 0 24px 0;
}
.compare-item-header .img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  margin: 0 auto 40px;
}
.compare-item__title {
  font-size: 15px;
  margin: 0 0 24px;
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compare-item__link {
  line-height: 1;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: var(--orange);
}
.compare-item__amount {
  margin: 24px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-item__amount .icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.compare-item__price .old {
  display: block;
  line-height: 1;
  font-weight: 300;
  font-size: 12px;
  color: var(--gray300);
  text-decoration-line: line-through;
  text-decoration-color: var(--red100);
  margin: 0 0 4px;
}
.compare-item__price .new {
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: 21px;
}
.compare-item-footer {
  padding: 14px 20px 24px;
}
.compare-item-footer__button {
  height: 45px;
  border: 2px solid var(--orange);
  border-radius: 22.5px;
  padding: 5px 20px 0 20px;
  line-height: 1;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.compare-item-footer__button .icon {
  width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 1200px) {
  .compare-wrap {
    justify-content: center;
  }
  .compare-parameters__text {
    font-size: 13px;
    font-weight: 400;
  }
  .compare-list {
    width: 544px;
  }
  .compare-item {
    width: 140px;
    min-width: 140px;
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .compare-title-block {
    top: 64px;
  }
}
@media screen and (max-width: 910px) {
  .compare-wrap {
    justify-content: center;
  }
  .compare-parameters {
    display: none;
  }
  .compare-list {
    width: 280px;
  }
  .compare-parameters-line {
    text-align: left;
    padding: 6px 14px;
    height: initial;
  }
  .compare-parameters__title {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
  }
  .compare-item-header {
    padding: 20px 14px 0;
    margin-bottom: 16px;
  }
  .compare-item-header .img {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
  }
  .compare-item__title {
    font-size: 13px;
    margin-bottom: 16px;
    height: 72px;
  }
  .compare-item__link {
    font-size: 11px;
  }
  .compare-item__amount {
    font-size: 11px;
    justify-content: space-between;
  }
  .compare-item__amount .icon {
    margin-right: 4px;
  }
  .compare-item-footer {
    padding: 14px;
  }
  .compare-item-footer__button {
    font-size: 0;
    padding: 0 12px;
    margin-bottom: 10px;
  }
  .compare-item-footer__button .icon {
    margin: 0;
  }
}
@media screen and (max-width: 740px) {
  .compare-title-block {
    top: 124px;
  }
}
@media screen and (max-width: 520px) {
  .compare-title-block {
    top: 104px;
  }
}