.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  font-weight: 600 !important;
}

.st-tab__homepage--arrow {
  position: sticky;
  display: none;
  min-width: 30px;
  min-height: 75px;
  width: 30px;
  height: 100%;
  background: #ffffff;
  border: none;
  outline: none;
  z-index: 2;
}

.st-tab__homepage--right {
  right: 0;
}

.st-tab__homepage--left {
  left: 0;
  transform: rotate(180deg);
}

.st-tab__homepage--link {
  display: flex;
  flex-direction: column;
  padding: 8px 16px 4px !important;
  font-size: 14px;
}

.st-tab__homepage--link img {
  height: 60px;
  margin-bottom: 5px;
}

.st-tab__homepage--tabs {
  position: sticky;
  top: 0;
  max-width: 100%;
  justify-content: center;
  gap: 20px;
  background: #ffffff !important;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 2;
}

.st-tab__homepage--tabs::-webkit-scrollbar {
  height: 0 !important;
}

.st-tab__homepage--tabs::-webkit-scrollbar-track {
  background: transparent !important;
}

.st-tab__homepage--tabs::-webkit-scrollbar-thumb {
  background: transparent !important;
  border: none !important;
}

.st-tab__homepage--tabs li {
  flex: none !important;
}

.st-card__homepage--header {
  margin: 3vh 5% 1vh;
  padding: 0 !important;
}

.no-overflow {
  overflow: unset !important;
}

.st-card__homepage--body {
  flex-direction: row-reverse !important;
  align-items: flex-start;
}

.st-card__homepage--table {
  min-width: 260px !important;
  width: 260px !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.st-card__homepage--price-title a {
  font-size: 24px;
  font-weight: 700;
}

.st-card__homepage--table > .col {
  margin-bottom: 15px;
}

.st-card__homepage--table > .col:last-child {
  margin-bottom: 0;
}

.st-card__homepage--atts {
  display: flex;
  flex-direction: column;
}

.st-card__homepage--atts-title {
  font-size: 15px;
  font-weight: 600;
}

.st-card__homepage--atts-value {
  font-size: 16px;
  font-weight: 400;
}

.st-card__homepage--link {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 24px 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #2F80ED;
  background: #F3F4F5;
  text-align: center;
  text-decoration: none;
  transition: .3s !important;
}

.st-card__homepage--link:hover {
  background: #F7F8F9 !important;
}

.st-card__homepage--link:active {
  background: #E5E9ED !important;
}

.st-card__homepage--link svg {
  margin-right: 10px;
}

.st-card__homepage--link-red {
  margin: 0 !important;
  background: #FF3346 !important;
  transition: .3s !important;
}

.st-card__homepage--link-red:hover {
  background: #F6293C !important;
}

.st-card__homepage--link-red:active {
  background: #DD1C2E !important;
}

.c-app__table-input {
  position: relative;
  z-index: 1;
}

.st-card__homepage--image {
  flex-direction: column;
}

.m15 {
  margin: 0 15px;
}

.promo-block {
  display: flex;
  align-items: center;
  max-width: 660px;
  padding: 16px;
  background: #303030;
  border-radius: 2px;
}

.promo-block svg, .promo-block img {
  max-width: 47px;
  min-width: 47px;
}

.promo-block span {
  margin: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
}

.promo-block a {
  padding: 11px 24px 11px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #1A1D20;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #1A1D20;
  text-decoration: none;
  white-space: nowrap;
  transition: .3s !important;
}

.promo-block a:hover {
  border: 1px solid #C1C6CB;
}

.promo-block-small {
  flex-wrap: wrap;
}

.promo-block-width {
  max-width: 100%;
}

.promo-block-small span {
  margin: 0 0 0 10px;
  width: calc(100% - 10px - 47px);
}

.promo-block-small a {
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .st-card__homepage--header {
    margin: 3vh 30% 1vh;
  }
}

@media (min-width: 768px) {
  .st-card__homepage--header {
    margin: 3vh 20% 1vh;
  }
}

@media (max-width: 768px) {
  .c-app, .c-app__main {
    height: max-content;
  }

  .c-app__disclaimer {
    position: absolute;
    bottom: 0;
  }

  .st-card__homepage--body {
    flex-direction: column !important;
  }

  .st-card__homepage--image {
    width: 100% !important;
  }

  .st-card__homepage--table {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100% !important;
  }

  .st-card__homepage--table > .col {
    width: max-content;
    flex-grow: unset;
    flex-basis: unset;
    margin: 0 20px !important;
  }

  .st-card__homepage--table > .col:last-child {
    width: 100% !important;
  }

  .st-card__homepage--price-title, .st-card__homepage--price-value {
    justify-content: flex-start;
  }

  .st-card__homepage--atts {
    flex-grow: unset;
    flex-basis: unset;
  }

  .no-wrap {
    flex-wrap: nowrap !important;
  }

  .st-card__homepage--atts-title, .st-card__homepage--atts-value {
    justify-content: flex-start;
    white-space: nowrap;
  }

  .st-card__homepage--atts-title {
    line-height: 2.4375rem;
  }

  .st-card__homepage--btns {
    display: flex;
  }

  .st-card__homepage--btns .row {
    margin-right: 10px;
  }

  .st-card__homepage--btns .row:last-child {
    width: calc((100% / 3) + 70px);
    margin-right: 0;
    margin-left: 0;
  }

  .st-card__homepage--btns .row:last-child > .col {
    padding: 10px 0;
  }

  .st-card__homepage--link {
    margin: 0;
  }
}

@media (max-width: 650px) {
  .st-tab__homepage--tabs {
    gap: 0;
  }

  .st-tab__homepage--link {
    padding: 6px 12px 4px !important;
  }

  .st-tab__homepage--link img {
    height: 44px;
  }

  .st-card__homepage--table {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .st-card__homepage--table .row {
    margin: 0 !important;
  }

  .st-card__homepage--price-title, .st-card__homepage--price-value {
    justify-content: center;
  }

  .st-card__homepage--table > .col {
    margin: 0 !important;
  }

  .st-card__homepage--atts {
    margin: 0 10px;
  }

  .st-card__homepage--atts-title, .st-card__homepage--atts-value {
    justify-content: center;
    white-space: nowrap;
  }

  .st-card__homepage--btns {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .st-card__homepage--btns > .row:first-child, .st-card__homepage--btns > .row:nth-child(2) {
    width: 48%;
  }

  .st-card__homepage--btns > .row:first-child .col, .st-card__homepage--btns > .row:nth-child(2) .col {
    padding: 0;
  }

  .st-card__homepage--btns > .row:last-child {
    width: 100%;
  }

  .st-card__homepage {
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .st-tab__homepage--arrow {
    display: block;
  }

  .st-tab__homepage--tabs {
    justify-content: unset;
  }
}
