.title {
  margin: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

section.result,
section.intro,
section.comparison,
section.choice {
  padding: 0;
}

.bold {
  font-weight: 600;
}

.container {
  max-width: 1440px;
}

.rating-island__padding {
  padding: 20px;
}

.intro__container {
  padding-top: 20px;
  border-radius: 8px;
  background-color: #F3F3F3;
}

.intro__title {
  margin: 0;
  margin-bottom: 24px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.intro__slider {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 120px;
  grid-gap: 16px;
  max-height: 600px;
  position: relative;
}

.slider-viewport {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
  background: #F8F8FA;
}

.slider__wrapper {
  overflow-x: auto;
  width: 120px;
}

.btn-empty {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}


.slider__item {
  min-width: 100%;
  border-radius: 8px;
  background: #F8F8FA;
  text-align: center;
  margin-bottom: 16px;
  overflow: hidden;
  height: 120px;
}

.slider__item-img {
  object-fit: contain;
  height: 120px;
}

.intro__link {
  color: black;
  display: flex;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 12px;
  background: #FBDF32;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  border: none;
  cursor: pointer;
  text-align: center;
  position: absolute;
  bottom: 24px;
  left: 10px;
  margin: 0;
}

.intro__link a {
  color: #333;
}

.intro__wrapper-estimation {
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  align-items: center;
}

.intro__info {
  margin: 0;
  margin-right: 50px;
  position: relative;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  width: 72px;
}

.intro__info::after {
  position: absolute;
  content: '';
  width: 72px;
  height: 72px;
  top: -22px;
  left: 0;
  background-image: url('../images/intro-ellipse.svg');
  background-repeat: no-repeat;
  background-position: center;
}


.intro__user {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  width: 107px;
}

.intro__list {

}

.intro__item {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr 28px;
  gap: 16px;
  align-items: center;
}

.intro__item-parameter {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  min-width: 80px;
}

.intro__item-indicator {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.intro__wrapper-color-indicator {
  width: 100%;
  height: 12px;
  background-color: #dadada;
  border-radius: 100px;
  position: relative;
}

.intro__color-indicator {
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--grad, linear-gradient(225deg, #E9D418 14.59%, #E57105 86.99%));
  border-radius: 100px;
}

.intro__wrapper-rating {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.intro__subtitle {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}


.intro__rating-button {
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  color: black;
  background: var(--yandex, #FBDF32);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.intro__rating-button span {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.intro__link:before,
.intro__rating-button::before {
  margin-right: 10px;
  content: '';
  width: 22px;
  height: 22px;
  background-image: url('../images/thumb.svg');
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.intro__rating-button--thumbdown::before {
  transform: rotate(180deg);
}

.intro__rating span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.intro__description {
  overflow: hidden;
  max-height: 192px;
}

.is-opened .intro__description {
  max-height: 5000px;
}

.intro__wrapper-description {
  margin-bottom: 64px;
}

.intro__review-description {
  margin: 0;
}


.intro__review-description-more {
  display: none;
}

.intro__review-description-more-show {
  display: inline;
}

.dots {
  width: 100%;
  border-bottom: 1px dotted #DADADA;
}

.intro__specifications-item,
.intro__block-set {
  margin-bottom: 64px;
}


.read-more {
  padding: 0;
  display: block;
  color: #0A48B8;
  font-weight: 400;
  line-height: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-transform: initial;
}


.intro__review-description {
  margin: 0;
}

.intro__specifications-title {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 32px;
}

.intro__block-specifications {
  margin-bottom: 40px;
}

.intro__wrapper-specifications {
  display: grid;
  align-items: baseline;
  grid-template-columns: max-content 1fr max-content;
  grid-gap: 12px;
}

.intro__specifications-info {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #808080;
}

.intro__specifications-name {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

.intro__set-title {
  margin-bottom: 24px;
}

.intro__set-list {
  margin-bottom: 40px;
}

.intro__set-item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.intro__set-item::before {
  margin-right: 8px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #DADADA;
  display: block;
  border-radius: 50%;
}

.intro__set-item:last-child {
  margin: 0;
}

.intro__set-subtitle {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

/* feedback */

.intro__feedback-wrapper-options {
  padding-bottom: 40px;
}

.intro__feedback-wrapper {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.intro__feedback-subtitle {
  width: 100%;
  color: #0A48B8;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.intro__feedback-rate {
  margin-right: 17px;
  padding-left: 10px;
  position: relative;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
}

.intro__feedback-rate::after {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  top: 0;
  left: 2px;
  background-image: url('../images/feedback-ellipse.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.intro__feedback-quantity {
  margin: 0;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.intro__feedback-wrapper-user {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.intro__feedback-rate-items {
  display: flex;
  gap: 10px;
}

.intro__feedback-user-name {
  margin: 0;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

.intro__feedback-option {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.intro__feedback-option:last-child {
  margin-bottom: 0;
}

.intro__feedback-option-name {
  margin: 0;
  margin-right: 8px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.intro__feedback-option-desr {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}


/* advantage */

.advantage {
  margin-bottom: 40px;
  padding-bottom: 16px;
}

.advantage__container {
  border-radius: 8px;
  padding-bottom: 16px;
}

.advantage__superiority {
  margin: 0;
  margin-bottom: 16px;
  color: #333;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.advantage__superiority-decor {
  margin-right: 6px;
  display: block;
  background-color: #FBDF32;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-image: url('../images/plus.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.advantage__disadvantage {
  margin: 0;
  margin-bottom: 16px;
  color: #333;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.advantage__disadvantage-decor {
  margin-right: 6px;
  display: block;
  background-color: #DADADA;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-image: url('../images/minus.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.advantage__link {
  display: block;
  margin: 0;
  margin-top: 32px;
  color: #0A48B8;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

/* result */

.result__container {
  margin-bottom: 40px !important;
  border-radius: 8px;
  padding-top: 32px;
  padding-bottom: 32px;
}

/* difference */

.difference {
  display: none;
}

.result__table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  border: none;
}

.result__table-title {
  padding-right: 16px;
  padding-left: 16px;
  border: none;
}

.result__table-row:nth-child(2n) {
  background: #F8F8FA;
}

.result__table-row--title {
  border-bottom: 1px solid #dadada;
}

.result__table-title-name {
  margin: 0;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.result__table-row--decor {
  background-color: #F8F8FA;
}

.result__table-data {
  padding: 10px 16px;
  border: none;
  text-align: left;
}

.result__table-name {
  margin: 0;
  color: #333;
  font-weight: 400;
}

.result__table-name--link {
  color: #0A48B8;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

/* comparison */

.comparison__container {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-radius: 8px;
}

.comparison__title {
  font-size: 23px;
}

.comparison__wrapper-table, .difference__wrapper-table, .result__wrapper-table {
  overflow-x: auto;
}

.comparison__table {
  border-collapse: collapse;
}

.comparison__table-row-title {
  border-bottom: 1px solid var(--black-300, #DADADA);
}

.comparison__table-row--decor {
  background-color: #F8F8FA;
}

.comparison__table-title {
  padding-left: 16px;
  padding-right: 16px;
}

.comparison__table-title-name {
  margin: 0;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: start;
}

.comparison__table-data {
  padding: 10px 16px;
}

.comparison__table-name {
  margin: 0;
  color: #333;
  font-weight: 400;
  line-height: 20px;
}

/* difference */

.difference__container {
  border-radius: 32px;
}


.difference__wrapper-table {
  margin-bottom: 64px;

}

.difference__table {
  border-spacing: 16px 0;
}

.difference__table-data {
  padding-top: 16px;
  padding-bottom: 10px;
  vertical-align: bottom;
  text-align: center;
  border-bottom: 1px solid #DADADA;
}

.difference__table-title {
  vertical-align: baseline;
}

.difference__table-wrapper-img {
  margin-bottom: 24px;
  padding: 10px;
  width: 188px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.difference__table-name {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.difference__table-option-name {
  margin: 0;
  margin-bottom: 16px;
  text-align: left;
  color: #808080;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}

.difference__table-option {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.difference__table-descr {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.choice__container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
}

.choice__wrapper-input {
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
}

.choice__wrapper-input--decor {
  background-color: #F8F8FA;
}

.choice__wrapper-input:last-child {
  margin-bottom: 0;
}

.choice__form {
  margin-top: 24px;
}

.choice__form-input {
  display: none;
}

.choice__form-label {
  padding-left: 32px;
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  user-select: none;
  cursor: pointer;
  width: 100%;
}

.choice__form-label::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  left: 0;
  bottom: -3px;
  background: url('../images/circle.svg') 0 0 no-repeat;
}

.choice__form-input:checked + .choice__form-label::before {
  background: url('../images/check-circle.svg') 0 0 no-repeat;
  width: 23px;
  height: 23px;
  left: -1px;
  bottom: -1px;
}

.vote-results {
  display: flex;
  gap: 12px;
  max-width: 600px;
}

.choice__form .vote-results {
  display: none;
}

.choice__form.submitted {
  pointer-events: none;
}

.choice__form.submitted .choice__form-label--text,
.choice__form.submitted .choice__wrapper-buttons {
  display: none;
}

.choice__form.submitted .vote-results {
  display: flex;
}

.choice__wrapper-buttons {
  display: flex;
}

.choice__button {
  margin-right: 11px;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  border-radius: 12px;
  background: #FBDF32;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.choice__button:last-child {
  margin-right: 0;
}

.choice__button span {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.choice__button--another {
  border: 1px solid #333;
  background-color: transparent;
}


@media (min-width: 768px) {

  .intro__link {
    /*max-width: 280px;*/
  }

  .intro__wrapper-block {
    padding: 20px;
    max-width: 727px;
    border-radius: 32px;
    border: 1px solid #A4A4A4;
    background: #FFF;
  }


  .intro__wrapper-rating {
    justify-content: flex-start;
    align-items: center;
  }

  .intro__block-specifications {
    margin-bottom: 0;
  }

  .intro__subtitle {
    width: 45%;
    margin-right: auto;
  }

  .intro__rating-button {
    margin-right: 24px;
    padding: 14px 22px;
  }

  .intro__rating-button:last-child {
    margin-right: 0;
  }

  .intro__specifications-item {
    max-width: 727px;
  }

  .intro__feedback-wrapper {
    align-items: center;
  }

  .intro__feedback-quantity {
    margin: 0;
  }

  .intro__feedback-subtitle {
    margin-right: 10px;
    width: auto;
  }

  .advantage__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 727px;
  }

  .difference {
    display: none;
  }
}

@media (min-width: 992px) {
  .intro__wrapper-blocks {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .intro__slider {
    width: 48%;
    position: relative;
  }

  .intro__wrapper-block {
    width: 48%;
  }

  /*.intro__link {*/
  /*  position: absolute;*/
  /*  bottom: 65px;*/
  /*  left: 10px;*/
  /*}*/
}

@media (min-width: 1680px) {


  .difference__table {
    border-spacing: 8px 0;
  }

  .difference__table-option-name {
    font-size: 16px;
  }

  .difference__table-wrapper-img {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.main-picture-product {
  max-height: 600px;
}


@media screen and (max-width: 767px) {

  .intro__slider {
    grid-template-columns: auto;
    grid-auto-rows: 1fr max-content;
    max-height: 5000px;
  }

  .slider__wrapper {
    width: 100%;
    height: 120px;
  }

  .slider {
    display: grid;
    grid-gap: 16px;
    grid-auto-flow: column;
  }

  .slider__item {
    margin: 0;
    width: 120px;
  }

  .intro__link {
    bottom: -90px;
    left: 0;
    height: 80px;
    width: 100%;
    align-items: center;
  }

  .main-picture-product {
    margin-bottom: 90px;
  }

}
