.service--banner {
  overflow: hidden;
}

.service-content {
  min-width: 0;
}

.main-inner-right {
  position: sticky;
  top: 100px;
  height: max-content;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 110px);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}

.main-inner-right::-webkit-scrollbar {
  display: none;
}

.page-wrapper {
  padding: 1rem;
}

.service-filter__block {
  border-top: 1px solid #e3e3e3;
  padding: 1px;
}

.service-filter__block:first-child {
  border: none;
}

.service-filter__submit button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.service-filter__header {
  padding: var(--rem-750) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s;
}

textarea.select2-search__field::placeholder {
  color: #181818;
  font-size: 14px;
}

.select2-container .select2-search--inline .select2-search__field {
  height: 24px;
  padding: 3px 4px;
  font-size: 12px;
  background: #fff url(../img/select.svg) calc(100% - 16px) center;
  background-repeat: no-repeat;
  /*padding-right: 50px;*/
}

.tabs-block {
  margin-top: var(--rem-1500);
}

.slick-track {
  margin-left: 0;
}

.slick-next-c {
  background: url('../img/btns/slick-next.svg');
}

.slick-prev-b {
  background: url('../img/btns/slick-prev.svg');
}

.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: calc(50% - 20px);
  cursor: pointer;
  margin: 0 16px;
  cursor: pointer;
  z-index: 9;
}

.slider-for-item img {
  object-fit: contain;
}

.slick-less .slider-nav .slick-track {
  transform: none !important;
}

.infra-detail-btns {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.card-btn.infra-share {
  padding: 0;
}

.infra-share .share-drop-down .drop-down-content {
  right: 0;
  left: auto;
}

.card-btn {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: var(--border-radius-sm, 8px);
  border: 1px solid var(--surface-primary-border, #e3e3e3);
  background: var(--surface-primary-background, #fff);
  box-shadow:
    0px 0px 2px 0px rgba(8, 40, 13, 0.02),
    0px 2px 4px 0px rgba(8, 40, 13, 0.05);
  cursor: pointer;
}

.select2-container {
  margin: 0;
}

.select2-container--default .select2-selection {
  margin: 0;
}

.infra-detail-top h2 {
  word-break: break-word;
}

.slider-nav .slick-list.draggable {
  padding: 0 !important;
}

.slick-current {
  opacity: 1 !important;
}

.slider-for-nav {
  opacity: 0.3;
}

.slick-next-c.slick-arrow {
  right: 0;
  left: auto;
}

.tabs-block ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  gap: var(--rem-1000);
}

.tabs-block ul li,
.tabs-block ul a {
  font-size: 14px;
  color: var(--dark-color);
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  padding: var(--rem-750) 2px;
  margin-bottom: -1px;
  border-bottom: 1.5px solid transparent;
  outline: none;
}

.tabs-block ul li.active {
  color: var(--text-brand);
  border-bottom: 1.5px solid #2c9d62;
}

.tabs-content {
  /* display: none; */
  margin-top: var(--rem-1500);
}

.service-favorite__empty {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  justify-content: center;
  align-items: center;
  margin: var(--rem-1500) auto;
}

.service-favorite__empty h2 {
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 12px 0 0 0;
  text-align: center;
}

.service-favorite__empty p {
  margin: 8px 0 0 0;
  font-size: 14px;
  color: var(--black-color);
  line-height: 20px;
  text-align: center;
}

.service-filter__list .label-checkbox label span {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 400;
}

.service-filter__list .label-checkbox {
  margin-bottom: var(--rem-500);
}

.service-filter__header .tooltip span:before {
  transform: unset !important;
  right: 0 !important;
  left: auto !important;
  white-space: normal !important;
  min-width: 180px;
  text-align: center;
}

.service-filter__header .tooltip {
  display: flex;
  gap: 4px;
  align-items: center;
}

.service-filter__header .tooltip img,
.service-filter__header .tooltip svg {
  display: block;
}

.vertical-flex > a {
  min-width: 0;
}

.fav-btns.favoriteInfra {
  min-width: 0;
  flex-shrink: 0;
}

.service-filter__list {
  padding: 8px 0;
  display: none;
}

.service-filter__list.open {
  display: block !important;
}

.service-filter__header svg,
.service-filter__header img {
  transition: 0.2s;
}

.service-filter__header.active .tooltip > svg,
.service-filter__header.active .tooltip > img {
  transform: rotate(180deg);
}

.service-filter__header svg,
.service-filter__header img {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.object-count {
  color: var(--text-weak, #777);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 16px;
}

.service-filter__block .text-field-search {
  margin-top: 0;
}

.infra-card-main {
  position: relative;
}

.infra-card-main .drop-down {
  position: absolute;
  right: 16px;
  top: 12px;
}

.fav-btns.favoriteInfra {
  margin-right: 26px;
}

.object-controls.correction {
  border: 1px solid var(--surface-notice-border, #ffecc6);
  background: var(--surface-notice-fade, #fff2d9);
  color: #a37827;
}

.object-controls.reject {
  border: 1px solid var(--surface-secondary-border, #e3e3e3);
  background: var(--surface-negative-fade, #ffd5dd);
  color: var(--text-negative, #9a1a32);
}

.atf-btn {
  display: none;
}

.service-filter__header p {
  font-weight: 500;
}

.service-filter__header p {
  color: var(--dark-color);
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

.service-filter__radio > label {
  display: flex;
  align-items: center;
}

.service-filter__radio > label input {
  margin: 0;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  outline: none;
}

.service-filter__radio > label span {
  margin-left: var(--rem-500);
}

.service-filter__radio > label:not(:first-child) {
  margin-top: var(--rem-500);
}

.service-filter__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--rem-250);
}

.service-filter__tabs a {
  border-radius: 32px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: var(--rem-500) var(--rem-1000);
  color: var(--dark-color);
  font-size: 14px;
  line-height: normal;
}

.service-filter__tabs a.active {
  background: var(--text-brand);
  color: white;
  border: 1px solid var(--text-brand);
}

.service--list-block.program--list-block a h2 {
  font-size: 20px;
  font-weight: 600;
  transition: 0.25s;
  color: var(--dark-color);
}

.service--list-block.program--list-block a:hover {
  box-shadow:
    0px 8px 16px 0px rgba(8, 40, 13, 0.07),
    0px 0px 8px 0px rgba(8, 40, 13, 0.02);
}

.service--list-block.program--list-block a:hover h2 {
  color: var(--text-brand) !important;
}

.service--list-block.program--list-block a {
  padding: var(--rem-1000);
  margin-bottom: var(--rem-1000);
  transition: 0.1s;
}

.service--list-block.program--list-block a .service--list-up span {
  border-radius: 32px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: var(--rem-250) var(--rem-500);
  font-size: 12px;
  color: var(--dark-color);
  line-height: 16px;
}

.service--list-block.program--list-block a .service--list-up span:not(:first-child) {
  margin-left: var(--rem-500);
}

.service--list-block.program--list-block a .service-img img {
  border-radius: 8px;
}

.service--list-block.program--list-block a .service-img {
  margin-bottom: var(--rem-750);
}

.service--list-block.program--list-block a .service--list-content {
  padding: 0;
}

.service-row {
  margin-top: var(--rem-1500);
  display: flex;
  justify-content: space-between;
}

.service-filter__tabs a {
  cursor: pointer;
}

.service-cards {
  width: calc(100% - (24px + 240px));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: max-content;
}

.service-cards .service--list-block {
  /*width: calc(50% - 8px);*/
  flex: 1;
}

.service-list-share-block {
  position: relative;
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
}

.service-list-share-block .drop-down.share-drop-down {
  position: absolute;
  right: 40px;
  top: 8px;
}

.service-filter__block .text-field-search {
  background-image: url(../img/service/search.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 20px 20px;
  padding-left: 40px;
  border-radius: 8px;
}

.service-filter {
  width: 240px;
}

.service-header {
  margin-top: var(--rem-1500);
}

.service-header h1 {
  color: var(--dark-color);
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.service-header p {
  margin-top: var(--rem-500);
  color: var(--black-color);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.service-header p a {
  color: var(--text-brand);
  text-decoration: underline;
}

.service-filter__reset {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: var(--dark-color);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
  text-align: right;
  margin-top: var(--rem-1000);
  padding: var(--rem-500) 0;
}

.card.happy-banner {
  margin: 0;
}

.banner-wrap {
  margin-bottom: 24px;
  height: auto;
}

.banner-wrap .banner-slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.service-favorite__not-found .button {
  border-radius: 8px;
  border: 1px solid #d8f3e0;
  background: #fff;
  font-size: 14px;
  color: #2c9d62;
  padding: var(--rem-500) var(--rem-1000);
  margin-top: 12px;
}

@media (min-width: 955px) and (max-width: 1110px) {
  .service-cards .service--list-block,
  .service-list-share-block {
    width: 100%;
  }
}

@media (min-width: 658px) and (max-width: 774px) {
  .object-btns {
    margin-bottom: 20px;
  }
}

@media (min-width: 658px) and (max-width: 767px) {
  .service-cards .service--list-block,
  .service-list-share-block {
    width: 100%;
  }
}

.service-filter-mobile {
  display: none;
}

.button.service-filter-mobile__button {
  display: none;
}

#service-filter .service-filter__inner .service-filter__mobile-header {
  display: none;
}

@media (max-width: 658px) {
  .service-filter {
    display: none;
  }

  .techtask-card .left {
    height: auto;
    display: block;
    flex: 0;
  }

  .main-inner {
    display: block;
  }

  .button.service-filter-mobile__button {
    display: flex;
    justify-content: center;
    background: var(--text-brand);
    color: white;
    width: 100%;
  }

  .tabs-content {
    margin-top: 0;
  }

  .service-favorite__empty h2 {
    font-size: 18px;
    line-height: 26px;
    margin: 8px 0 0 0;
  }

  .service-favorite__empty p {
    line-height: 18px;
  }

  #service-filter {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background: rgba(28, 28, 28, 0.7);
    backdrop-filter: blur(4px);
    max-height: 100vh !important;
  }

  #service-filter .service-filter__inner {
    padding: var(--rem-1000);
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    background: white;
    max-height: 100vh;
    overflow: auto;
    scrollbar-width: none;
  }

  #service-filter .service-filter__inner .service-filter__mobile-header {
    display: flex;
    align-items: center;
  }

  #service-filter .service-filter__inner .service-filter__mobile-header span {
    display: block;
    flex: 1;
  }

  #service-filter .service-filter__inner::-webkit-scrollbar {
    display: none;
  }

  #service-filter .service-filter__block .service-filter__list {
    max-height: 240px;
    overflow-y: auto;
    scrollbar-width: none;
  }

  #service-filter .service-filter__block .service-filter__list::-webkit-scrollbar {
    display: none;
  }

  .service-cards {
    width: 100%;
  }

  .service-body > main {
    z-index: 21;
  }

  .service-content.service-block {
    padding: var(--rem-1000);
  }

  .service-filter__submit {
    border-top: 1px solid #e3e3e3;
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: var(--rem-1000);
  }

  .service-filter__submit button,
  .service-filter__submit a {
    width: calc(50% - 8px);
  }

  .service-filter__submit button {
    background: var(--text-brand);
    color: white;
    height: 40px;
    margin: 0;
  }

  .service-filter__reset {
    margin-top: 0;
    border-radius: 8px;
    border: 1px solid #d8f3e0;
    background: #fff;
    color: var(--text-brand);
    height: 40px;
    display: flex;
    justify-content: center;
  }

  .service-filter__reset svg,
  .service-filter__reset img {
    display: none;
  }

  #favorite {
    margin-top: var(--rem-1500);
  }

  .service-filter__header .tooltip {
    display: flex;
    align-items: center;
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .service-cards .service--list-block,
  .service-list-share-block {
    width: 100%;
  }
  .object-btns {
    margin-bottom: 20px;
  }
}

.service--list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--rem-750);
}

.programFavorite {
  cursor: pointer;
}

.programFavorite.liked .unliked-icon,
.card-btn.liked .unliked-icon {
  display: none;
}

.card-btn.favoriteInfra {
  padding: 8px 0;
}

.programFavorite:not(.liked) .liked-icon,
.card-btn:not(.liked) .liked-icon {
  display: none;
}

#service-filter .service-filter__inner .service-filter__mobile-header svg,
#service-filter .service-filter__inner .service-filter__mobile-header img {
  height: 24px;
  width: 24px;
}

#service-filter .service-filter__inner .service-filter__mobile-header {
  margin-bottom: var(--rem-750);
}

.main-inner-left {
  min-width: 0;
  flex: 1;
}

.service-filter__list {
  max-height: 170px;
  overflow: auto;
}

.page-wrapper {
  width: 100%;
  max-width: 100%;
}

.infrastructure-item .card {
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 12px;
}

.object-thumb {
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  display: block;
  margin: 12px 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.main-inner-top h3 {
  margin: 0;
}

.infra-list-buttons .btn {
  margin-bottom: 0;
}

.infra-list-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

a.btn.btn-white {
  color: var(--text-strong, #1c1c1c);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: var(--border-radius-sm, 8px);
  border: 1px solid var(--surface-primary-border, #e3e3e3);
  background: var(--surface-primary-background, #fff);
  box-shadow:
    0px 0px 2px 0px rgba(8, 40, 13, 0.02),
    0px 2px 4px 0px rgba(8, 40, 13, 0.05);
  --bg: #fff;
}

a.btn.btn-white:hover {
  background:
    linear-gradient(
      0deg,
      var(--modifier-hover-light, rgba(54, 113, 82, 0.05)) 0%,
      var(--modifier-hover-light, rgba(54, 113, 82, 0.05)) 100%
    ),
    var(--surface-primary-background, #fff) !important;
}

.btn:not(.btn-white):not(.btn-ghost):not(.btn--primary):not(.btn--secondary) {
  --bg: var(--brand-500);
}

div#ConfirmDeleteInfra .modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

div#ConfirmDeleteInfra .btn-white {
  color: var(--text-strong, #1c1c1c);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: var(--border-radius-sm, 8px);
  border: 1px solid var(--surface-primary-border, #e3e3e3);
  background: var(--surface-primary-background, #fff);
  box-shadow:
    0px 0px 2px 0px rgba(8, 40, 13, 0.02),
    0px 2px 4px 0px rgba(8, 40, 13, 0.05);
}

#ConfirmDeleteInfra .modal-auth .modal__header {
  justify-content: space-between;
}

.infra-list-buttons .btn {
  padding-left: 16px;
  padding-right: 16px;
  margin: 0;
  --bg: var(--brand-500);
}

.infra-footer .btn {
  --bg: var(--brand-500);
}

.line-divider {
  height: 16px;
  width: 1px;
  background: var(--surface-primary-border, #e3e3e3);
}

.main-inner-top {
  margin-bottom: 16px;
}

.success-page {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: calc(100vh - 80px);
  justify-content: center;
}

.main-right {
  display: none;
}

.success-page h1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 4px;
  margin: 12px;
}

.success-page p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-base, #3b3b3b);
  margin-bottom: 12px;
}

.success-page .btn {
  margin: 0;
}

.success-page .d-flex {
  gap: 8px;
}

.my-objects {
  margin-bottom: 24px;
}

.object-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
  object-position: center;
}

.infrastructure-item h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.infrastructure-item {
  display: flex;
  flex-direction: column;
}

.infrastructure-item .card {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.vertical-flex > a {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vertical-flex {
  display: flex;
}

.service-filter__list .label-input,
.service-filter__list select {
  margin: 0;
}

.infra-my {
  flex-direction: column;
}

.object-controls {
  display: flex;
  border-radius: 12px 12px 0px 0px;
  border: 1px solid var(--surface-secondary-border, #e3e3e3);
  background: var(--surface-secondary-background, #f4f4f4);
  padding: 4px 12px 28px 12px;
  margin-bottom: -24px;
}

.object-controls {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
}

span.account-infra {
  margin-right: auto;
}

.delete-infra,
.edit-infra {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.object-controls.draft {
  color: #3b3b3b;
}

.object-controls.success {
  border: 1px solid var(--surface-positive-border, #beeec5);
  background: var(--surface-positive-fade, #d4f4d9);
  color: var(--text-positive, #177726);
}

span.delete-infra {
  cursor: pointer;
}

.object-controls.sent {
  background: #ffbe41;
  color: #46330d;
  border-color: #d4aa58;
}

.infrastructure-item .card-author h4 {
  display: block;
}

span.object-bottom {
  margin-top: auto;
}

span.object-badge {
  border-radius: var(--border-radius-full, 999px);
  border: 1px solid var(--surface-secondary-border, #e3e3e3);
  background: var(--surface-secondary-background, #f4f4f4);
  display: inline-flex;
  padding: 4px 8px;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

span.object-bages {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 12px;
}

.infrastructure-item .avatar,
.infrastructure-item .company-image {
  width: 20px;
  height: 20px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
  font-size: 12px;
}

.infrastructure-item .company-image {
  margin-right: 4px;
}

.object-btns {
  float: right;
  display: flex;
  padding: 4px;
  gap: 4px;
  align-items: center;
  border-radius: var(--border-radius-sm, 8px);
  border: 1px solid var(--surface-secondary-border, #e3e3e3);
  background: var(--surface-secondary-background, #f4f4f4);
}

.object-count {
  float: left;
}

.object-btns a {
  display: flex;
  height: 32px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: var(--text-strong, #1c1c1c);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.object-btns a.active {
  border-radius: 4px;
  border: 1px solid var(--surface-primary-border, #e3e3e3);
  background: var(--surface-primary-background, #fff);
  box-shadow:
    0px 0px 2px 0px rgba(8, 40, 13, 0.02),
    0px 2px 4px 0px rgba(8, 40, 13, 0.05);
}

.object-btns a.disabled span,
.object-btns a.disabled svg {
  opacity: 0.4;
}

.object-btns [data-tooltip]:hover:before {
  top: -38px;
}

.tabs-block {
  margin: var(--rem-1500) 0;
}

.tabs-block ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  gap: var(--rem-1000);
}

.tabs-block ul li,
.tabs-block ul a {
  font-size: 14px;
  color: var(--dark-color);
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  padding: var(--rem-750) 2px;
  margin-bottom: -1px;
  border-bottom: 1.5px solid transparent;
  outline: none;
}

.tabs-block ul li.active {
  color: var(--text-brand);
  border-bottom: 1.5px solid #2c9d62;
}

.custom-table {
  width: 100%;
  border: none;
  margin-bottom: 20px;
  border-collapse: separate;
}

.custom-table thead th {
  text-align: left;
  border: none;
  padding: 12px;
  background: #f4f4f4;

  color: #1c1c1c;

  border-top: 1px solid #e3e3e3;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.custom-table tr th:first-child,
.custom-table tr td:first-child {
  border-left: 1px solid #e3e3e3;
}

.custom-table tr th:last-child,
.custom-table tr td:last-child {
  border-right: 1px solid #e3e3e3;
}

.custom-table thead tr th:first-child {
  border-radius: 8px 0 0 0;
}

.custom-table thead tr th:last-child {
  border-radius: 0 8px 0 0;
}

.custom-table tbody td {
  text-align: left;
  border: none;
  padding: 12px;
  font-size: 14px;
  vertical-align: top;
}

.custom-table tbody tr:nth-child(even) {
  background: #fff;
}

.custom-table tbody tr:last-child td {
  border-bottom: 1px solid #e3e3e3;
}

.custom-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.custom-table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.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);
}

.infra-tooltip-text {
  display: none;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 13px;
  white-space: normal;
  width: max-content;
  word-wrap: break-word;
  max-width: 300px;
  z-index: 9999;
  pointer-events: none;
}

.option-with-icon {
  display: flex;
  align-items: flex-end;
}

.infra-tooltip-icon:hover .infra-tooltip-text {
  display: block;
}
