.product-info {
  padding-top: 40px;
  padding-bottom: 64px;
}

.product-info__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 10px;
}

.product-info__title.loaded-elem {
  height: 38px;
  border-radius: 6px;
}

.product-info__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}

.product-info__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.product-info__row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 16px;
}

.product-info__image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px;
  border: 1px solid #EAECF0;
  border-radius: 12px;
}

.product-info__image .product-info__duration {
  display: none;
}

.product-info__total {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px 32px;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  color: #101828;
  background-color: #F9FAFB;
}

.product-info__total-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.product-info__total-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.product-info__duration {
  border: 1px solid #344054;
  padding: 4px 13px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.product-info__total-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-info__total-list li {
  color: #101828;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.product-info__total-dicount-box {
  border-radius: 8px;
  background: #EAECF0;
  padding: 8px 10px;
  flex: 1 1 auto;
}

.product-info__total-dicount-title {
  color: #667085;
  font-size: 8.684px;
  line-height: 13px;
  margin-bottom: 3px;
}

.product-info__total-dicount-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.product-info__total-dicount-price {
  color: #101828;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.product-info__total-dicount {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 110px;
  padding: 4px;
  min-width: 52px;
  background: #84CAFF;
}

.product-info__total-row {
  display: flex;
  gap: 16px;
}

.product-info__total-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.product-info__message-success {
  display: none;
  position: absolute;
  inset: -1px;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
  border-radius: 10px;
  border: 1px solid #EAECF0;
  color: #0a7e1b;
}

.product-info__message-error {
  color: red;
}

.font-weight-400 {
  font-weight: 400;
}

.product-info__counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3px;
  flex: none;
  padding: 12px;
  border-radius: 8px;
  background-color: #EAECF0;
}

.product-info__counter button,
.product-info__counter button,
.product-info__counter input {
  background-color: #fff;
  border: 1px solid #D0D5DD;
  padding: 0;
  font-size: 18px;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  position: relative;
  transition: 0.3s;
  text-align: center;
}

.product-info__counter input::-webkit-outer-spin-button,
.product-info__counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-info__counter input,
.product-info__counter input:hover,
.product-info__counter input:focus {
  appearance: none;
  -moz-appearance: textfield;
}

.product-info__counter button,
.product-info__counter button {
  cursor: pointer;
  display: block;
  color: #fff;
}

.product-info__counter button:hover,
.product-info__counter button:hover {
  background-color: #F9FAFB;
  color: #F9FAFB;
}

.product-info__discount {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 auto;
  padding: 7px 10px;
  border-radius: 8px;
  background: #EAECF0;
}

.product-info__discount-name {
  color: #667085;
  font-size: 10px;
  line-height: 14px;
}

.product-info__discount-tooltip .tooltip2__icon {
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml,<svg class="tooltip2__icon" width="14" height="14" viewBox="0 0 14 14" fill="%23667085" xmlns="http://www.w3.org/2000/svg"><path d="M6.472 10.472V5.32H7.528V10.472H6.472ZM7 4.584C6.78667 4.584 6.62667 4.53067 6.52 4.424C6.41333 4.31733 6.36 4.16267 6.36 3.96C6.36 3.74667 6.41333 3.592 6.52 3.496C6.62667 3.38933 6.78667 3.336 7 3.336C7.17067 3.336 7.31467 3.38933 7.432 3.496C7.56 3.592 7.624 3.74667 7.624 3.96C7.624 4.17333 7.56 4.33333 7.432 4.44C7.31467 4.536 7.17067 4.584 7 4.584ZM7 13.88C6.09333 13.88 5.24 13.7093 4.44 13.368C3.64 13.0267 2.936 12.5573 2.328 11.96C1.73067 11.352 1.26133 10.648 0.92 9.848C0.578667 9.048 0.408 8.19467 0.408 7.288C0.408 6.37067 0.578667 5.51733 0.92 4.728C1.26133 3.928 1.73067 3.22933 2.328 2.632C2.936 2.024 3.64 1.54933 4.44 1.208C5.24 0.866666 6.09333 0.695999 7 0.695999C7.91733 0.695999 8.77067 0.866666 9.56 1.208C10.36 1.54933 11.0587 2.024 11.656 2.632C12.264 3.22933 12.7387 3.928 13.08 4.728C13.4213 5.51733 13.592 6.37067 13.592 7.288C13.592 8.19467 13.4213 9.048 13.08 9.848C12.7387 10.648 12.264 11.352 11.656 11.96C11.0587 12.5573 10.36 13.0267 9.56 13.368C8.77067 13.7093 7.91733 13.88 7 13.88ZM7 12.984C7.78933 12.984 8.52533 12.84 9.208 12.552C9.90133 12.2533 10.5093 11.8427 11.032 11.32C11.5547 10.7973 11.96 10.1947 12.248 9.512C12.5467 8.81867 12.696 8.07733 12.696 7.288C12.696 6.49867 12.5467 5.76267 12.248 5.08C11.96 4.38667 11.5547 3.77867 11.032 3.256C10.5093 2.73333 9.90133 2.328 9.208 2.04C8.52533 1.74133 7.78933 1.592 7 1.592C6.21067 1.592 5.46933 1.74133 4.776 2.04C4.09333 2.328 3.49067 2.73333 2.968 3.256C2.44533 3.77867 2.03467 4.38667 1.736 5.08C1.448 5.76267 1.304 6.49867 1.304 7.288C1.304 8.07733 1.448 8.81867 1.736 9.512C2.03467 10.1947 2.44533 10.7973 2.968 11.32C3.49067 11.8427 4.09333 12.2533 4.776 12.552C5.46933 12.84 6.21067 12.984 7 12.984Z"></path></svg>');
}

.product-info__discount-row {
  color: #101828;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

.product-info__discount-row .percent {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 4px;
  width: 60px;
  border-radius: 110px;
  background: #84CAFF;
}

.product-info__separator {
  border-bottom: 1px solid #EAECF0;
}

.product-info__amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #EAECF0;
  border-radius: 8px;
  padding: 11px 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.product-info__amount span {
  color: #1570EF;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.product-info__button {
  height: 60px;
  width: 100%;
}

.product-info__detail {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #EAECF0;
  border-radius: 12px;
  color: #101828;
}

.product-info__hardware-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 6px;
}

.product-info__hardware-details {
  margin-bottom: 16px;
}

.product-info__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin: 0 -8px 16px;
  position: relative;
}

.product-info__list::before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.product-info__list.loaded-elem {
  height: 64px;
  border-radius: 6px;
}

.product-info__list li {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1D2939;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding: 7px 8px;
}

.product-info__list li::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #EAECF0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-info__list li:not(:last-child)::after {
  content: "";
  display: block;
  height: 18px;
  width: 1px;
  background-color: #EAECF0;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
}

.product-info__hosting {
  background: #EFF8FF;
  border: 2px solid #84CAFF;
  border-radius: 8px;
  padding: 12px 16px;
}

.product-info__hosting-options {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.product-info__hosting-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
  text-align: center;
}

.product-info__hosting-option {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 170px;
}

.product-info__hosting-option:after {
  content: "";
  position: absolute;
  right: -15.5px;
  display: block;
  height: 32px;
  width: 1px;
  background: #84CAFF;
}

.product-info__hosting-option:last-child:after {
  display: none;
}

.product-info__icon {
  min-width: 40px;
  height: 40px;
  background-color: #F2F4F7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.product-info__hosting-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  min-width: 71px;
  display: block;
}

.product-info__contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.product-info__contacts-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #101828;
  margin-right: 24px;
}

.product-info__contacts-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.product-info__contacts-links .contacts-socials__link {
  padding: 12px 16px;
  min-width: auto;
}

.product-tabs {
  padding: 64px 0;
  background: #F9FAFB;
}

.product-tabs__list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EAECF0;
}

.product-tabs__list li {
  color: #667085;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  padding: 0 4px 10px;
  border-bottom: 2px solid #F9FAFB;
}

.product-tabs__list li.active {
  color: #175CD3;
  border-color: #175CD3;
}

.product-tabs__content {
  display: none;
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.product-tabs__content.loaded-elem {
  height: 200px;
  border-radius: 12px;
}

.product-tabs__content.active {
  display: block;
}

.product-tabs__content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.product-features {
  width: 780px;
  border: 1px solid #EAECF0;
  border-radius: 12px;
}

.product-features th {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  padding: 18px 32px;
}

.product-features td {
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding: 14px 32px;
  border-top: 1px solid #EAECF0;
}

.product-features td:first-child {
  font-weight: 600;
  width: 50%;
  border-right: 1px solid #EAECF0;
}

.mf-catalog__inner {
  display: flex;
  gap: 30px;
  overflow: auto;
  margin-top: 30px;
  padding-top: 15px;
}

.mf-catalog__inner.loaded-elem {
  height: 362px;
  border-radius: 12px;
}

@media (max-width: 1247px) {
  .product-info__image .product-info__duration {
    display: block;
  }
  .product-info__total .product-info__duration {
    display: none;
  }
  .product-info__hosting-options {
    flex-direction: column;
    gap: 10px;
  }
  .product-info__hosting-option:after {
    display: none;
  }
  .product-info__total-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #D0D5DD;
  }
}
@media (max-width: 989px) {
  .product-info__grid {
    grid-template-columns: 1fr;
  }
  .product-info__row {
    grid-template-columns: 1fr;
  }
  .product-info__detail {
    background: transparent;
  }
  .product-info__detail .product-info__hosting {
    display: none;
  }
  .product-info__image img {
    max-width: 140px;
  }
  .product-info__image,
  .product-info__total {
    background-color: #fff;
  }
  .product-info__image.loaded-elem {
    height: 242px;
  }
  .product-info__total-header {
    border-bottom: 1px solid #EAECF0;
  }
  .product-info {
    padding-top: 16px;
    padding-bottom: 24px;
    background-color: #F2F4F7;
  }
  .product-info__detail {
    border: 1px solid #D0D5DD;
  }
  .product-info__hardware-details {
    width: 100%;
    margin-bottom: 0;
  }
  .product-info__icon {
    width: 19px;
    height: 19px;
    min-width: 19px;
    margin-right: 4px;
  }
  .product-info__hardware-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .product-info__list {
    margin-bottom: 0;
  }
  .product-info__list::before {
    background-color: #F2F4F7;
  }
  .product-info__hosting-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
  }
  .product-info__hosting-option:not(:last-child) .product-info__hosting-text {
    border-right: 1px solid #D0D5DD;
    padding-right: 4px;
    margin-right: 4px;
  }
  .product-info__contacts {
    display: none;
  }
  .product-tabs {
    padding: 32px 0;
  }
  .product-features {
    width: 100%;
  }
  .mf-catalog__inner {
    margin-top: 16px;
    gap: 8px;
  }
}
@media (max-width: 599px) {
  .product-info__total {
    padding: 16px;
    background-color: #fff;
  }
  .product-info__total-header {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .product-features th {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 18px 8px;
  }
  .product-features td {
    font-size: 14px;
    line-height: 18px;
    padding: 14px 8px;
  }
}
