html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  margin: 0;
}

body {
  font-size: 16px;
  line-height: normal;
  text-align: left;
  color: #000;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.main {
  margin: 0 auto;
  background: #fff;
  width: 100%;
}

.main__container {
  padding: 0 16px 0 16px;
  display: flex;
  flex-direction: column;
}

.header-link,
.link,
.link__premium {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 14px 16px 16px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-bottom: 16px;
}

.link__premium {
  color: #b8a085;
  border: 1px solid #b8a085;
}

.header-link__wrapper {
  display: flex;
  align-items: center;
}

.header-link__title,
.link__title {
  font-size: 15px;
  font-weight: 500;
}

.link {
  border: none;
  box-shadow: 0px 4px 16px 0px rgba(50, 54, 69, 0.15);
  margin-bottom: 12px;
}

.icon {
  padding-right: 10px;
}

.cards,
.cards-title {
  margin-bottom: 16px;
}

.cards-title {
  padding-left: 5px;
  font-size: 18px;
  font-weight: 500;
}

.cards-wrapper {
  width: calc(100% - 10px);
  display: flex;
  align-items: center;
}

.promo,
.promo-small,
.promo-card,
.promo-card__orange,
.promo-card__green,
.promo-card__light-orange,
.promo-card__white,
.promo-main-small,
.promo-main {
  display: flex;
  flex-shrink: 0;
  border-radius: 10px;
}

.promo,
.promo-small {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
  background: linear-gradient(294deg, rgba(159, 244, 75, 0.3) 3.29%, rgba(241, 244, 75, 0) 31.31%),
    #f8f8f8;
}

.promo-main-small {
  background: #bde0b6;
  padding: 14px 16px 0 16px;
  position: relative;
  height: 84px;
  margin-bottom: 16px;
}

.promo-main-small__image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.promo-small {
  padding-top: 0;
  padding-bottom: 0;
}

.promo-card,
.promo-card__orange,
.promo-card__green,
.promo-card__light-orange,
.promo-card__white {
  position: relative;
  white-space: normal;
  width: 50%;
  padding: 14px 0 28px 16px;
  height: 134px;
  width: 50%;
  margin-right: 12px;
}

.promo-card {
  background: #F8F8F8;
}

.promo-card__orange {
  background: #f8a934;
  color: #fff;
}

.promo-card__green {
  color: #fff;
}

.promo-card__light-orange {
  background: #ffefc7;
}

.promo-card__white {
  background: #fff;
  border: 1px solid #d9d9d9;
}

.promo-card__header,
.promo-small__header,
.promo__header,
.promo-main__header,
.promo-main-small__header {
  font-size: 16px;
  font-weight: 400;
}

.promo-main {
  padding: 16px 12px 15px 16px;
  height: 150px;
  margin-bottom: 16px;
}

.promo-main__header,
.promo-main-small__header {
  font-size: 16px;
}

.promo-card__header,
.promo-small__header {
  font-size: 15px;
}

.promo-main-business {
  background: #bde0b6;
}

.promo-main-ecosystem {
  background: #ddb63d;
  color: #fff;
}

.promo__title {
  width: 70%;
  padding: 12px 0 14px 16px;
}

.promo-small__title,
.promo-card__title {
  width: 80%;
}

.promo-card__image,
.promo-main-small__image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.promo__image {
  display: flex;
  justify-content: flex-end;
}

.promo__header,
.promo-card__header,
.promo-main-small__header,
.promo-main__header {
  padding-bottom: 8px;
}

.promo__description,
.promo-card__description,
.promo-main-small__description,
.promo-main__description {
  font-size: 14px;
  opacity: 0.5;
  font-weight: 400;
}

.badge {
  display: flex;
  padding: 9px 12px;
  justify-content: center;
  gap: 6px;
  border-radius: 16px;
  background: #f8f8f8;
}

.slider-title {
  margin-bottom: 16px;
}

.slider-container,
.tabs-container {
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 15px;
  padding-top: 18px;
}

.slider-wrapper,
.tabs-wrapper {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-bottom: -20px;
  padding-bottom: 30px;
}

.slider-item {
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 100%;
  display: inline-flex;
  border-radius: 5px;
  margin-right: 15px;
}

.tabs-item {
  display: flex;
  margin-right: 3px;
  padding: 7px 8px 9px 7px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #f8f8f8;
  font-size: 15px;
}

.slider-item:last-child,
.tabs-item:last-child {
  margin-right: 15px;
}

.main-card,
.main-card__small {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(50, 54, 69, 0.15);
}

.cards-container,
.cards-container__small {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin-bottom: 16px;
}

.main-card {
  padding: 18px 20px 20px 22px;
  gap: 16px;
  width: 50%;
  height: 139px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.main-card-farmers {
  gap: 10px;
}

.main-card__small {
  padding-top: 15px;
  padding-bottom: 11px;
  width: 33%;
  height: 134px;
}

.main-card__small-img {
  height: 100%;
  max-height: 66px;
  margin-bottom: 8px;
}

.main-card__small-title {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.main-card__small-title-natural {
  padding-top: 8px;
}

.main-card__small-title-business {
  padding-top: 10px;
}

.main-card__small-business {
  padding-bottom: 18px;
}

.main-card-small__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.tabs-container {
  padding-bottom: 6px;
}

.hide {
  display: none;
}

.main__container .show {
  display: block;
}

.active-green {
  color: #fff;
  background: #40a542;
}

.active-lg-green {
  color: #fff;
  background: #83b83e;
}

.active-yellow {
  color: #fff;
  background: #ddb63d;
}

@media screen and (max-width: 398px) {
  .small_img {
    padding-left: 40px;
    padding-top: 30px;
  }
}