.tariffs-list {
  gap: 24px;
}
.tariffs-item {
  height: 100%;
  border-radius: 6px;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  gap: 32px;
  background-color: var(--background-light);
}

.tariffs-item--title {
  font-family: Unbounded;
  margin-top: 0;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0;
  color: var(--text-basic);
}

.tariffs-item--price {
  margin-top: 12px;
  color: var(--text-basic);
}

.tariffs-item--price__value {
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}

.tariffs-item--accordion__block {
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--text-light);
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 32px;
  justify-content: space-between;
}

.tariffs-item--accordion__block::after {
  content: url(/local/templates/jamit-template/assets/img/seo/chevron-grey.svg);
  display: block;
  transition: all 1s;
}

.tariffs-item--accordion__block.active::after {
  content: url(/local/templates/jamit-template/assets/img/seo/chevron-grey.svg);
  display: block;
  transform: rotate(180deg);
}

.tariffs-item .list--properties {
  display: none;
  margin-top: 24px;
  animation: fadeIn 1s ease-out forwards;
}

.tariffs-item .list--properties.active {
  display: block;
}

.tariffs-item .list--properties-item {
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  background-color: var(--white);
  color: var(--text-dark-grey);
  margin-bottom: 8px;
  padding: 8px 10px;
}

.tariffs-item .btn-tariffs-order {
  text-align: center;
  display: block;
  border-radius: 2px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: var(--white);
  height: 48px;
  font-family: Wix Madefor Text;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--text-dark-grey);
  transition: all 1s;
}

.tariffs-item .btn-tariffs-order:hover {
  background-color: var(--main-light);
  color: var(--text-basic);
}

.tariffs-item {
  height: 100%;
}

.tariffs-item .list--properties-item {
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
}

.tariffs-item .list--properties-item:hover {
  background: var(--main-light);
  color: var(--main-dark);
}

.tariffs-item .tariffs-item--btn {
  position: static;
  width: 100%;
}
.tariffs--realization-time {
  padding-bottom: 16px;
}
.tariffs--realization-time_title {
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  padding-bottom: 4px;
}
.tariffs--realization-time_value {
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: 0;
}
@media (min-width: 670px) {

  .tariffs-item {
    height: 100%;
  }

  .tariffs-item .tariffs-item--btn {
    position: static;
    width: 100%;
  }
}

@media (min-width: 768px) {
    .tariffs-item {
    height: 691px;
    position: relative;
  }

  .tariffs-item .list--properties {
    display: block;
  }

  .tariffs-item .tariffs-item--accordion__block {
    display: none;
  }

  .tariffs-item .tariffs-item--btn {
    position: absolute;
    bottom: 12px;
    width: calc(100% - 24px);
  }
    .tariffs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }

  .tariffs-item .tariffs-item--btn {
    position: static;
    width: 100%;
  }
}
@media (min-width: 1024px) { 
  .tariffs-item {
    gap: 40px;
  }
    .tariffs-item .list--properties-item {
    padding: 12px;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
@media (min-width: 1100px) {
  .tariffs-section {
    margin-bottom: 120px;
  }

}
@media (min-width: 1350px) {
  .tariffs-section .section-subtitle {
    max-width: 761px;
    width: 100%;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}