.page_title {
  padding: 24px 0 30px;
  background: var(--0b3948);
}
@media (max-width: 1199px) {
  .page_title {
    padding: 24px 0;
  }
}
.page_title .wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}
@media (max-width: 1199px) {
  .page_title .wrapper {
    gap: 10px;
  }
}
.page_title .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  color: var(--style);
}
@media (max-width: 1199px) {
  .page_title .section_title {
    font-size: 24px;
  }
}
.page_title .rank-math-breadcrumb {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 148%;
  color: var(--style);
}
.page_title .rank-math-breadcrumb .separator {
  margin: 0 5px;
  font-size: 16px;
}
.page_title .rank-math-breadcrumb a {
  text-decoration: underline;
  color: var(--f9a21b);
}
.page_title .rank-math-breadcrumb p {
  margin: 0;
}

.plan_cards {
  padding: 60px 0 10px;
}
@media (max-width: 1199px) {
  .plan_cards {
    padding: 30px 0 40px;
  }
}
@media (max-width: 599px) {
  .plan_cards {
    padding: 20px 0 40px;
  }
}
.plan_cards .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .plan_cards .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .plan_cards .wrapper {
    padding: 0 30px;
  }
}
.plan_cards .section_subtitle {
  padding: 9px 15px;
  border-radius: 100px;
  box-shadow: 0 10px 42px 0 rgba(0, 0, 0, 0.05);
  background: var(--style);
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 123%;
  text-transform: uppercase;
  color: var(--0b3948);
}
.plan_cards .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.plan_cards .section_title {
  margin: 20px 0 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: var(--0b3948);
  max-width: 930px;
}
@media (max-width: 1199px) {
  .plan_cards .section_title {
    font-size: 28px;
    max-width: initial;
  }
}
@media (max-width: 599px) {
  .plan_cards .section_title {
    font-size: 20px;
    letter-spacing: -0.02em;
  }
}
.plan_cards .desc {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--0b3948);
  max-width: 930px;
}
@media (max-width: 1199px) {
  .plan_cards .desc {
    max-width: initial;
  }
}
.plan_cards .cards {
  margin-top: 40px;
  width: 100%;
  max-width: 1160px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  .plan_cards .cards {
    margin-top: 20px;
    gap: 10px;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .plan_cards .cards {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 300px;
  }
}
.plan_cards .cards .item {
  position: relative;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 90px 0 rgba(0, 0, 0, 0.08);
  background: var(--style);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .plan_cards .cards .item {
    padding: 30px 10px;
  }
}
@media (max-width: 599px) {
  .plan_cards .cards .item {
    padding: 30px;
  }
}
.plan_cards .cards .item.best_value {
  border-color: var(--f9a21b);
}
.plan_cards .cards .item .best_value {
  border-radius: 0 11px 4px 4px;
  padding: 5px 12px;
  background: #ffd470;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: var(--0b3948);
  position: absolute;
  top: 0;
  right: 0;
}
.plan_cards .cards .item .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: -5px -5px 0 0 #d9d9d9;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan_cards .cards .item .icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.plan_cards .cards .item .name {
  margin-top: 16px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 129%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .plan_cards .cards .item .name {
    font-size: 24px;
    line-height: 150%;
  }
}
@media (max-width: 599px) {
  .plan_cards .cards .item .name {
    font-size: 28px;
    line-height: 129%;
  }
}
.plan_cards .cards .item .price {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: #205874;
}
.plan_cards .cards .item .price .green {
  color: #33a752;
}
.plan_cards .cards .item .btn {
  margin-top: 20px;
  padding: 0 20px;
  height: 42px;
  border-radius: 8px;
  background: var(--0b3948);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: var(--style);
}
@media (max-width: 1199px) {
  .plan_cards .cards .item .btn {
    padding: 0 8px;
    min-width: 185px;
  }
}
@media (max-width: 599px) {
  .plan_cards .cards .item .btn {
    padding: 0 20px;
  }
}
.plan_cards .cards .item .btn:hover {
  background: var(--f9a21b);
  color: var(--0b3948);
}
.plan_cards .cards .item .btn svg {
  flex-shrink: 0;
  width: 18px;
  height: auto;
}
.plan_cards .cards .item .list {
  margin: 16px 0;
  padding-top: 16px;
  width: 100%;
  border-top: 1px solid #f4f2ef;
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex-grow: 1;
}
.plan_cards .cards .item .list .benefit {
  display: flex;
  align-items: start;
  gap: 9px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #748289;
}
.plan_cards .cards .item .list .benefit svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.plan_cards .cards .item .page_link {
  border-radius: 8px;
  width: 100%;
  padding: 0 20px;
  height: 40px;
  background: #ffd470;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: var(--0b3948);
}
.plan_cards .cards .item .page_link:hover {
  background: var(--f9a21b);
}
.plan_cards .note {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 148%;
  text-align: center;
  color: rgba(11, 57, 72, 0.4);
}

.plans_table {
  padding: 10px 0 90px;
}
@media (max-width: 1199px) {
  .plans_table {
    padding: 40px 0 60px;
  }
}
@media (max-width: 1199px) {
  .plans_table .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .plans_table .wrapper {
    padding: 0 30px;
  }
}
.plans_table .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .plans_table .section_title {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
}
.plans_table .plans_header {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 218px 161px 161px;
  gap: 20px;
}
@media (max-width: 1199px) {
  .plans_table .plans_header {
    grid-template-columns: 1fr repeat(3, 139px);
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .plans_table .plans_header {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .plans_table .plans_header .empty {
    display: none;
  }
}
.plans_table .plans_header .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.plans_table .plans_header .item .name {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .plans_table .plans_header .item .name {
    font-size: 14px;
    letter-spacing: -0.04em;
  }
}
.plans_table .plans_header .item .price {
  flex-grow: 1;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: var(--0b3948);
}
.plans_table .plans_header .item .price .green {
  font-family: var(--font-family);
  font-size: 20px;
  color: #33a752;
}
@media (max-width: 1199px) {
  .plans_table .plans_header .item .price .green {
    font-size: 14px;
  }
}
.plans_table .plans_header .item .btn {
  border-radius: 8px;
  padding: 0 20px;
  height: 42px;
  background: var(--0b3948);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: var(--style);
}
@media (max-width: 1199px) {
  .plans_table .plans_header .item .btn {
    width: 100%;
    padding: 0 6px;
    height: 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .plans_table .plans_header .item .btn {
    width: auto;
    height: auto;
    padding: 3px 6px;
    max-width: 100%;
  }
}
.plans_table .plans_header .item .btn:hover {
  background: var(--f9a21b);
  color: var(--0b3948);
}
.plans_table .table {
  margin-top: 35px;
}
.plans_table .table .table_header {
  padding: 12px 24px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: var(--eeeae5);
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 148%;
  color: var(--0b3948);
  cursor: pointer;
}
@media (max-width: 1199px) {
  .plans_table .table .table_header {
    padding: 6px 8px;
    min-height: 39px;
    font-size: 18px;
  }
}
.plans_table .table .table_header svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.35s;
}
.plans_table .table .table_header.open svg {
  transform: rotate(180deg);
}
.plans_table .table .table_body {
  display: grid;
  grid-template-columns: 1fr 218px 161px 161px;
  gap: 0 20px;
  align-items: center;
}
@media (max-width: 1199px) {
  .plans_table .table .table_body {
    grid-template-columns: 1fr repeat(3, 139px);
    gap: 0 16px;
  }
}
@media (max-width: 767px) {
  .plans_table .table .table_body {
    grid-template-columns: repeat(3, 1fr);
  }
}
.plans_table .table .table_body .content {
  padding: 6px 20px;
  min-height: 48px;
  max-width: 610px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .plans_table .table .table_body .content {
    padding: 6px 8px;
    min-height: 39px;
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .plans_table .table .table_body .content {
    grid-column: span 3;
    max-width: initial;
  }
}
@media (max-width: 599px) {
  .plans_table .table .table_body .content {
    min-height: initial;
  }
}
.plans_table .table .table_body .content .title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: var(--0b3948);
  cursor: pointer;
}
@media (max-width: 1199px) {
  .plans_table .table .table_body .content .title {
    font-size: 14px;
  }
}
.plans_table .table .table_body .content .title svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.35s;
}
.plans_table .table .table_body .content .title.open svg {
  transform: rotate(180deg);
}
.plans_table .table .table_body .content .text {
  display: none;
  padding-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #748289;
}
@media (max-width: 1199px) {
  .plans_table .table .table_body .content .text {
    font-size: 12px;
  }
}
.plans_table .table .table_body .check {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .plans_table .table .table_body .check {
    padding: 6px 8px;
  }
}
.plans_table .table .table_body .check svg {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .plans_table .table .table_body .check svg {
    width: 27px;
    height: 27px;
  }
}