.tax-page * {
  box-sizing: border-box;
}

.tax-page {
  padding-bottom: 48px;
}

.tax-main {
  padding: 48px 48px 48px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.tax-main p {
  color: #171717;
  line-height: 52px;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}

.tax-main p span {
  white-space: nowrap;
  display: inline-block;
}

.tax-main .tax-main__info img {
  width: 100%;
}

.tax-main .tax-main__info > a {
  border-radius: 6px;
  border: 1.5px solid #21905b;
  background: #21905b;
  padding: 10.5px 24px;
  cursor: pointer;
  color: #f3f4f5;
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
  display: block;
  width: max-content;
  box-shadow: 0px 8px 16px 0px rgba(33, 144, 91, 0.24);
}

.tax-main .tax-main__info p a {
  border-radius: 12px;
  border: 1px solid #21905b;
  padding: 0px 4px 5px;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tax-main__info {
  max-width: 510px;
  width: 100%;
}

.tax-main__img {
  width: 100%;
  max-width: calc(100% - (510px + 24px));
}

.tax-main__img img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center center;
}

.tax-advantages {
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 48px;
}

.tax-advantages__cards {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.tax-advantages__column {
  display: grid;
  gap: 10px;
}

.tax-advantages__card {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #efefef;
  min-height: 243px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.tax-advantages__card:hover {
  box-shadow: 0 0 13px rgb(106 106 106 / 34%);
  transform: scale(1.02);
}

.tax-advantages__card .default-static {
  display: flex !important;
}

.tax-advantages__card .default-1-img {
  width: 100%;
  margin-top: 16px;
}

.tax-advantages__card .hover-title {
  font-weight: 500;
  font-size: 16px;
  color: black;
  flex: 1;
}

.tax-advantages__card .hover-title-5 {
  max-width: calc(100% - (88px + 16px));
}

.tax-advantages__card .hover ul {
  color: black;
  list-style-type: disc;
  font-size: 14px;
  padding-left: 25px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tax-advantages__card .hover .hover-4-ul {
  font-size: 14px;
  gap: 6px;
}

.tax-advantages__card .hover .hover-4-ul-mb {
  margin-bottom: 10px;
}

.tax-advantages__card .default-3-icon {
  max-width: 80%;
  position: absolute;
  top: -5px;
  left: 20%;
}

.tax-advantages__card .default-2-icon {
  max-width: 140px;
  position: absolute;
  top: 10px;
  left: 0;
}

.tax-advantages__card .default-2-icon-hover {
  max-width: 140px;
  position: absolute;
  bottom: 16px;
  left: 8px;
}

.tax-advantages__card .default-3-icon-hover {
  max-width: 140px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.tax-advantages__card .default-4-icon-hover {
  max-width: 110px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.tax-advantages__card .default-5-icon-hover {
  max-width: 88px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.tax-advantages__card .default-2-img {
  position: absolute;
  max-width: 240px;
  right: -14px;
  bottom: 0;
}

.tax-advantages__card .default-5-icon {
  max-width: 100px;
  margin-bottom: 15px;
  z-index: 1;
}

.tax-advantages__card .default-5-img {
  max-width: 394px;
  position: absolute;
  top: 0px;
  right: -65px;
}

.tax-advantages__card .hover a {
  color: white;
  font-size: 15px;
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  margin-left: auto;
  width: max-content;
  background: #21905b;
  border-radius: 5px;
  padding: 7px 24px;
}

.tax-advantages__card .hover a svg {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.tax-advantages__card .hover {
  height: 100%;
  padding: 24px;
  display: none;
  flex-direction: column;
  background: white;
}

.tax-advantages__card .hover.hover-3 {
  justify-content: space-between;
  gap: 5px;
}

.tax-advantages__card .hover.hover-3 .hover-title {
  flex: none;
}

.tax-advantages__card:hover .hover {
  display: flex;
}

.tax-advantages__card:hover .default {
  display: none;
}

.tax-advantages__double {
  grid-row: span 2;
}

.tax-advantages__double .default-title {
  margin-top: 33px;
}

.tax-advantages__card .default {
  padding: 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  /* display: none; */
}

.tax-advantages__card .default-numeric {
  color: rgba(188, 188, 188, 0.2);
  font-size: 80px;
  line-height: normal;
  font-weight: 700;
  position: absolute;
  left: -25px;
  top: -25px;
}

.tax-advantages__card .default-title {
  font-size: 18px;
  font-weight: 500;
  color: #171717;
}

.tax-advantages__card .default .default-5-vector {
  position: absolute;
  top: -16px;
  left: 0;
}

.tax-advantages__card .default .default-5-icons {
  display: block;
  max-width: 145px;
  width: 100%;
  margin-left: auto;
  margin-right: 16px;
  margin-bottom: 5px;
}

.tax-title {
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  color: #171717;
}

.tax-left {
  text-align: left !important;
}

.tax-participant {
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 48px;
}

.tax-participant__tabs {
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.tax-participant__tab {
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding: 0 13px 16px;
  cursor: pointer;
  transition: 0.2s;
}

.tax-participant__tab:not(:first-child) {
  margin-left: 16px;
}

.tax-participant__tab.active {
  color: #21905b;
}

.tax-participant__tab.active::after {
  content: '';
  border-radius: 4px;
  background: #21905b;
  height: 2px;
  width: calc(100% - 10px);
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.tax-participant__content {
  display: none;
}

.tax-participant__content.active {
  display: block;
}

.tax-faq {
  padding: 48px 48px;
  display: none;
}

.tax-faq__items {
  margin-top: 32px;
}

.tax-faq__item {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e8e9ee;
  background: #fff;
}

.tax-faq__item:not(:first-child) {
  margin-top: 8px;
}

.tax-faq__item-header span {
  width: 32px;
  height: 32px;
}

.tax-faq__item-subitem {
  padding: 16px 0 16px 0;
}

.tax-faq__item-subitem:not(:first-child) {
  border-top: 1px solid #e2e0e0;
}

.tax-faq__item-subitem--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 16px;
}

.tax-faq__item-content {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.tax-faq__item-subitem--header p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: flex-start;
}

.tax-faq__item-subitem--header.active p {
  font-weight: 500;
}

.tax-faq__item-subitem--header span {
  width: 32px;
  height: 32px;
}

.tax-faq__item-subitem--header span svg {
  min-height: 32px;
  min-width: 32px;
  max-width: 32px;
  max-height: 32px;
}

.tax-faq__item-subitem .tax-faq__item-subitem--content {
  color: #505050;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  word-break: break-all;
  margin-top: 8px;
}

.tax-faq__item-subitem .tax-faq__item-subitem--content p {
  word-break: auto-phrase;
}

.tax-faq__item-subitem .tax-faq__item-subitem--content p a {
  color: #25925e;
  border-bottom: 1px solid #25925e;
}

.tax-faq__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 16px;
}

.tax-faq__item-header p {
  font-size: 18px;
  font-weight: 500;
}

.tax-faq__item-header.active p {
  font-weight: 500;
}

.tax-faq__item-header span svg {
  transition: 0.2s;
}

.tax-faq__item-header.active span svg {
  transform: rotate(180deg);
}

.tax-footer {
  padding: 40px 0;
  position: relative;
  padding-left: 48px;
  padding-right: 48px;
}

.tax-footer__inner {
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  position: relative;
}

.tax-footer__img img {
  max-width: 385px;
}

@media (max-width: 1190px) {
  .tax-footer__img {
    display: none;
  }
}

.tax-footer__title {
  color: #171717;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 32px;
}

.tax-footer__description {
  color: #171717;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  padding-right: 16px;
}

.tax-footer__actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 8px;
}

.tax-footer__actions a {
  padding: 13.5px 24px;
  display: flex;
  align-items: center;
  color: #f3f4f5;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 6px;
  background: #21905b;
}

.tax-footer__actions .whatsapp {
  background: #25d366;
}

.tax-footer__actions .telegram {
  background: #008bd2;
}

.tax-footer__actions .whatsapp svg {
  margin-right: 8px;
}

.tax-footer__actions .telegram svg {
  margin-right: 8px;
}

.tax-footer__actions a svg {
  width: 20px;
  height: 20px;
}

.tax-footer__contact {
  color: #171717;
  font-size: 18px;
  font-weight: 400;
  margin-top: 8px;
}

.tax-footer__contact a {
  color: #21905b;
  font-weight: 500;
}

.tax-participant__content {
  /* padding-top: 42px; */
  /* padding-bottom: 48px; */
}

#tab-tax-content {
}

.tax-participant__content-2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -36px;
}

.tax-participant__content-2 .tax-tab-card {
  width: calc(33.3333% - 10.6666px);
  margin-right: 16px;
  border-radius: 20px;
  background: #fff;
  padding: 34px 24px 24px 24px;
  min-height: 182px;
  position: relative;
  margin-bottom: 36px;
  border-radius: 10px;
  border: 1px solid #efefef;
  background: #fff;
}

.tax-participant__content-2 .tax-tab-card h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.tax-participant__content-2 .tax-tab-card p {
  text-align: center;
  color: #404754;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tax-participant__content-2 .tax-tab-card p a {
  color: #21905b;
  text-decoration: underline;
}

.tax-participant__content-2 .tax-tab-card:nth-child(3) {
  margin-right: 0;
}

.tax-participant__content-2 .tax-tab-card:last-child {
  margin-right: 0;
}

.tax-participant__content-2 .tax-tab-card .tax-tab-card-number {
  display: block;
  border-radius: 12px;
  background: #21905b;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: white;
  position: absolute;
  left: calc(50% - 22px);
  top: -22px;
}

.tax-participant__content-2 {
  margin-top: 60px;
}

.tax-participant__content-3 {
  margin-top: 32px;
}

.tax-participant__content-3 .tax-tab-cards {
  display: flex;
  justify-content: space-between;
}

.tax-participant__content-3 .tax-tab-card {
  width: calc(33.333% - 10.6666px);
  background: #fff;
  padding: 24px;
  border-radius: 6px;
  border: 1px solid #efefef;
}

.tax-participant__content-3 .tax-tab-card > svg {
  width: 115px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.tax-participant__content-3 .tax-tab-card h3 {
  font-size: 18px;
  margin: 16px 0;
  font-weight: 500;
  color: black;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.tax-participant__content-3 .tax-tab-card p {
  color: #404754;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
}

.tax-participant__content-3 .tax-tab-descr {
  margin-top: 16px;
  color: black;
  font-size: 16px;
  display: flex;
  font-weight: 500;
  align-items: center;
}

.tax-participant__content-3 .tax-tab-descr svg {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.tax-participant__content-3 .tax-tab-descr a {
  color: #21905b;
  text-decoration: underline;
  margin-left: 5px;
}

.tax-participant__content-4 .tax-tab-init {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.tax-participant__content-4 .tax-tab-init .tax-tab-title {
  font-size: 14px;
  font-weight: 500;
  color: #171717;
  padding: 9px 24px;
  border: 1px solid #efefef;
  background: #fff;
  cursor: pointer;
}

.tax-participant__content-4 .tax-tab-init .tax-tab-title.active {
  background: #42a174;
  color: white;
}

.tax-participant__content-4 .tax-tab-init .tax-tab-title:first-child {
  border-radius: 8px 0px 0px 8px;
}

.tax-participant__content-4 .tax-tab-init .tax-tab-title:last-child {
  border-radius: 0px 8px 8px 0px;
}

.tax-participant__content-4 .tax-tab-cards {
  /* display: flex; */
  flex-wrap: wrap;
  display: none;
  gap: 16px;
  justify-content: center;
}

.tax-participant__content-4 .tax-tab-card {
  width: calc(33.33333% - 12px);
  border-radius: 8px;
  border: 1px solid #e7e9f0;
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.tax-participant__content-4 .tax-tab-card span {
  border-radius: 100px;
  border: 1px solid #a6d3bd;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}

.tax-participant__content-4 .tax-tab-card svg {
  min-width: 16px;
  min-height: 16px;
}

.tax-participant__content-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  margin-top: 24px;
}

.tax-participant__content-1 > img {
  max-width: 392px;
  width: 100%;
}

.tax-participant__content-1 .tax-tab-info {
  width: calc(100% - 410px);
}

.tax-participant__content-1 .green {
  color: #21905b;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.tax-participant__content-1 .green svg {
  margin-right: 8px;
}

.tax-participant__content-1 .tax-tab-title {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

.tax-participant__content-1 ul {
  margin: 24px 0 24px 0;
  padding-right: 30px;
}

.tax-participant__content-1 ul li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}

.tax-participant__content-1 ul li:not(:first-child) {
  margin-top: 12px;
}

.tax-participant__content-1 ul li svg {
  margin-right: 3px;
  min-height: 24px;
  min-width: 24px;
}

.tax-participant__content-1 .actions {
  display: flex;
  align-items: flex-start;
}

.tax-participant__content-1 .actions .btn {
  border-radius: 6px;
  border: 1.5px solid #21905b;
  background: #21905b;
  padding: 12.5px 24px;
  cursor: pointer;
  color: #f3f4f5;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: max-content;
  margin-top: 0;
  margin-bottom: 0;
}

.tax-participant__content-1 .actions a:last-child {
  margin-left: 24px;
}

.tax-participant__content-1 .actions .outline-btn {
  background: transparent;
  padding: 12px 0;
  cursor: pointer;
  color: #21905b;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: max-content;
  display: flex;
  align-items: center;
}

.tax-participant__content-1 .actions .outline-btn svg {
  margin-left: 4px;
}

.tax-team__sliders {
  margin-top: 48px;
}

.tax-team__slider {
  border-radius: 20px;
  background: #fff;
  margin: 0 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.tax-team__slider .tax-team__card > img {
  width: 100%;
  height: 288px;
  object-fit: cover;
  object-position: center 31%;
}

.tax-team__slider .tax-team__card > .img-2 {
  object-position: center 20%;
}

.tax-team__slider .tax-team__card > .img-3 {
  object-position: center 26%;
}

.tax-team__slider h3 {
  text-align: center;
  margin: 0 0 2px 0;
  font-size: 18px;
  font-weight: 500;
}

.tax-team__slider p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  min-height: 34.4px;
  line-height: normal;
  flex: 1;
  color: #727272;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tax-team__card {
  border-radius: 10px;
  border: 1px solid #efefef;
  background: #fff;
  overflow: hidden;
}

.tax-team__content {
  padding: 16px 16px 24px 16px;
  display: flex;
  flex-direction: column;
}

.tax-team__slider a.button {
  border-radius: 6px;
  border: 1px solid #21905b;
  width: 100%;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #21905b;
  font-size: 14px;
  font-weight: 500;
}

.tax-team__slider a.button svg {
  margin-right: 10px;
}

.tax-team {
  padding-top: 48px;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 48px;
}

@media (min-width: 1150px) and (max-width: 1306px) {
  .tax-main {
  }

  .tax-main__img {
    max-width: calc(100% - (420px + 24px));
  }

  .tax-main__info {
    max-width: 420px;
  }

  .tax-main p {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 659px) and (max-width: 1149px) {
  .tax-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .tax-main__info {
    max-width: 100%;
  }

  .tax-main p {
    font-size: 32px;
    line-height: 36px;
  }

  .tax-main__img {
    max-width: 100%;
    margin-top: 24px;
  }

  .tax-main .tax-main__info p a {
    margin: 4px 0;
  }
}

@media (max-width: 658px) {
  .tax-page {
    padding: 0 16px 48px 16px;
  }

  .tax-main {
    flex-direction: column;
    padding: 48px 0;
  }

  .tax-main__info {
    max-width: 100%;
  }

  .tax-main__img {
    max-width: 100%;
  }

  .tax-advantages__card .default .default-5-icons {
    max-width: 110px;
  }

  .tax-main p {
    font-size: 28px;
    line-height: 34px;
  }

  .tax-main .tax-main__info > a {
    margin-top: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .tax-main .tax-main__info p a {
    margin: 4px 0;
  }

  .tax-main__img {
    margin-top: 24px;
  }

  .tax-advantages {
    margin-top: 0;
  }

  .tax-title {
    text-align: left;
    font-size: 24px;
    line-height: normal;
  }

  .tax-advantages__cards {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }

  .tax-advantages__card {
    width: 100% !important;
  }

  .tax-participant__tabs {
    padding: 0;
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 24px;
  }

  .tax-participant__tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .tax-participant__tab {
    white-space: nowrap;
  }

  .tax-participant__content-1 {
    padding-left: 0;
    flex-direction: column;
  }

  .tax-participant__content-1 .tax-tab-info {
    width: 100%;
  }

  .tax-participant__content-1 > img {
    max-width: 100%;
    margin-top: 24px;
  }

  .tax-participant__content {
    padding: 24px 0;
  }

  .tax-participant__content-1 .green {
    margin-bottom: 18px;
  }

  .tax-participant__content-1 .tax-tab-title {
    line-height: normal;
  }

  .tax-participant__content-1 .actions {
    flex-direction: column;
  }

  .tax-participant__content-1 .actions .outline,
  .tax-participant__content-1 .actions .btn {
    width: 100%;
    justify-content: center;
    display: flex;
    max-width: 100%;
  }

  .tax-participant__content-1 .actions a:last-child {
    margin-left: 0;
  }

  .tax-team {
    margin-top: 24px;
  }

  .tax-team__sliders {
    margin-top: 24px;
  }

  .tax-faq__items {
    margin-top: 24px;
  }

  .tax-faq__item-header p {
    font-size: 16px;
    line-height: normal;
  }

  .tax-faq__item-subitem {
    padding: 12px 0;
    margin-left: 16px;
  }

  .tax-faq__item-subitem--header p {
    font-size: 16px;
    line-height: normal;
  }

  .tax-faq__item-subitem .tax-faq__item-subitem--content {
    font-size: 14px;
  }

  .tax-footer__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .tax-footer__actions a {
    width: 100%;
    padding: 10px 6px;
    display: flex;
    justify-content: center;
  }

  .tax-footer__contact a {
    display: block;
  }

  .tax-participant__content-2 {
    flex-direction: column;
  }

  .tax-participant__content-2 .tax-tab-card {
    width: 100%;
    margin-right: 0;
  }

  .tax-participant__content-2 {
    padding-top: 24px;
  }

  .tax-participant__content-3 .tax-tab-cards {
    flex-wrap: wrap;
  }

  .tax-participant__content-3 .tax-tab-card {
    width: 100%;
  }

  .tax-participant__content-3 .tax-tab-card:not(:first-child) {
    margin-top: 16px;
  }

  .tax-participant__content-3 .tax-tab-descr {
    line-height: normal;
    font-size: 16px;
  }

  .tax-participant__content-4 .tax-tab-card {
    margin-right: 0;
    width: 100%;
  }

  .tax-advantages__card .default-1-img {
    margin-top: 16px;
  }

  .tax-advantages__card .default-static {
    padding-top: 48px;
  }

  .tax-advantages__card .default-title {
    font-size: 16px;
  }

  .tax-advantages__card .default {
    min-height: 243px;
  }

  .tax-advantages__card .default-5-img {
    max-width: 77%;
    right: -40px;
  }

  .tax-advantages__card .default-3-icon {
    max-width: 77%;
    position: absolute;
    top: -5px;
    left: auto;
    right: 0;
  }

  .tax-advantages__card .default-2-img {
    position: absolute;
    max-width: 60%;
    right: -43px;
    bottom: 0;
    transform: rotate(-90deg);
  }

  .tax-main {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }

  .tax-advantages {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background: transparent;
  }

  .tax-participant {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }

  .tax-team {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }

  .tax-faq {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }

  .tax-team__slider {
    background: transparent;
  }

  .tax-footer {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tax-footer__title {
    font-size: 28px;
    line-height: normal;
  }
}

.tax-participant__tabs {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tax-participant__tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tax-participant__tab {
  white-space: nowrap;
}

.btnUp {
  width: 64px;
  height: 64px;
  display: none;
  justify-content: center;
  align-items: center;

  background-color: rgba(33, 144, 91, 0.32);
  border-radius: 50%;
  cursor: pointer;

  position: absolute;
  right: 0;
  bottom: -40px;
}

.btnUp .btnUp__content {
  width: 48px;
  height: 48px;

  background-color: #21905b;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.btnUp svg {
  width: 14px;
  height: 7px;
}
