* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  font-family: Open Sans;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  text-transform: none;
}

.star-card-landing__tab-content {
  display: none;
}
.star-card-landing__tab-content--active {
  display: block;
}

.star-card-landing--wallapper {
  width: 100%;
  margin-bottom: 100px;
}

.star-card-landing {
  max-width: 1290px;
  width: calc(100% - 30px);
  margin: 0 auto 0;
  padding-top: 134px;
}
.star-card-landing__title {
  color: #374957;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.star-card-landing__tabs {
  margin-top: 40px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
}
.star-card-landing__tab-button {
  display: flex;
  height: 60px;
  padding: 10px 10px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 30px 30px 0px 0px;
  border: 1px solid #d7d7d7;
  border-bottom: none;
  cursor: pointer;

  color: #b6b6b6;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: 0.3s;
}
.star-card-landing__tab-button:not(:last-child) {
  margin-right: 15px;
}
.star-card-landing__tab-button_platinum.star-card-landing__tab-button--active {
  background: #13171f;
  color: #fff;
}
.star-card-landing__tab-button_liber.star-card-landing__tab-button--active {
  background: #1a705a;
  color: #fff;
}

.star-card-landing__tab-content > p {
  color: #374957;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.star-card-landing__tab-content > p > span {
  color: #374957;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.star-card-landing__tab-content-main {
  display: flex;
  margin-bottom: 30px;
}
.star-card-landing__tab-content-main > * {
  width: 50%;
}
.star-card-landing__tab-content-main > *:not(:last-child) {
  margin-right: 30px;
}

.star-card-landing__tab-content-main_image {
  overflow: hidden;
  border-radius: 30px;
}
.star-card-landing__tab-content-main_image > picture > img {
  width: 100%;
}

.star-card-landing__tab-content-main_info-default {
  border-radius: 30px;
  padding: 20px 25px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.star-card-landing__tab-content-main_info-default span {
  font-weight: 700;
}
.star-card-landing__tab-content-main_info-bottom {
  display: flex;
}
.star-card-landing__tab-content-main_info-bottom > *:not(:last-child) {
  margin-right: 30px;
}
.star-card-landing__tab-content-main_info-bottom > * {
  width: 50%;
}
.star-card-landing__tab-content-main_info-header {
  background: #53aaf4;
}
.star-card-landing__tab-content-main_info-bottom-left {
  background: #f4b90b;
}
.star-card-landing__tab-content-main_info-bottom-right {
  background: #ff9f7b;
}

.star-card-landing__tab-content-main_info-bottom-right__ru {
  line-height: 1.3;
}

.star-card-landing__tab-content-main_info > *:not(:last-child) {
  margin-bottom: 20px;
}

.star-card-landing__tab-content-more {
  border-radius: 30px;
  background: #f8f7f5;
  display: flex;
  justify-content: space-between;
  padding: 0 130px 0 55px;
  box-sizing: border-box;
}

.star-card-landing__tab-content-more-img {
  margin-top: auto;
  line-height: 0;
}

.star-card-landing__tab-content-more-info {
  padding-top: 65px;
  padding-bottom: 65px;
  width: 537px;
  max-width: calc(100% - 30px);
}
.star-card-landing__tab-content-more-info > p {
  color: #374957;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.star-card-landing__tab-content-more-info > h4 {
  color: #374957;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 30px;
}
.star-card-landing__tab-content-more-info > h4 > a {
  color: #1e72e3;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}
.star-card-landing__tab-content--platinum {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.star-card-landing__tab-content--platinum_img {
  max-width: 510px;
  width: 100%;
}

.star-card-landing__tab-content--platinum_img img {
  width: 100%;
}

.star-card-landing__tab-content--platinum_info {
  max-width: 520px;
  width: 100%;
  margin: 0 auto 0 100px;
  display: flex;
  align-items: center;
}

.star-card-landing__tab-content--platinum_info > p {
  color: #374957;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}
.star-card-landing__tab-content--platinum_info > p > span {
  font-weight: 700;
}

.rapidasig--span-red {
  color: #ff5c5c;
}
.star-card-landing__tab-content--platinum_info > a {
  color: #1e72e3;
  text-decoration-line: underline;
}
.star-card-landing__tab-content--card {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.star-card-landing__tab-content--card-item {
  width: calc(100% / 3 - 20px);
  border-radius: 20px;
  background: #edf1ff;
  min-height: 400px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.star-card-landing__tab-content--card-item:not(:last-child) {
  margin-right: 30px;
}

.star-card-landing__tab-content--card-item > p {
  color: #4370d6;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  padding: 5px 0;
  width: 90px;
  border-radius: 20px;
  border: 1px solid #d6dae9;
  display: flex;
  justify-content: center;
}

.star-card-landing__tab-content--card-item > h4 {
  color: #374957;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.star-card-landing__tab-content--card-item > h4 > span {
  font-weight: 700;
}
.star-card-landing__tab-content--card-item > a {
  color: #4370d6;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.star-card-landing__tab-content--card-item_img {
  position: absolute;
  bottom: -7px;
  max-height: 300px;
}

.star-card-landing__tab-content--card-item_img:not(:first-child) {
  right: 0;
}

.star-card-landing__tab-content--card-item_img img {
  max-width: 100%;
}

.rapidasig--img-congregation {
  right: -3px;
}

.star-card-landing__tab-content-main__responsive {
  display: none;
}

.star-card-landing__tab-button_paynet.star-card-landing__tab-button--active {
  border: 1px solid #d7d7d7;
  background: #ff5c5c;
  color: #fff;
}
.star-card-landing__tab-content > p {
  color: #374957;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  /*max-width: 916px;*/
  width: 100%;
  margin: 40px 0;
}
.star-card-landing__tab-content > p > span:first-child {
  color: #ff5c5c;
  font-style: normal;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}
.star-card-landing__tab-content > p > span:nth-child(2),
.star-card-landing__tab-content > p > span:nth-child(3) {
  color: #374957;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}
.star-card-landing__tab-content-wallpaper {
  display: flex;
  flex-wrap: wrap; /* Позволяет элементам переноситься на новую строку, если не хватает места */
  justify-content: space-between; /* Равномерно распределяет пространство между элементами */
}
.star-card-landing__tab-content-wallpaper-block {
  width: 100%;
  height: 350px;

  border-radius: 15px;
  background: #ffefef;
  flex: 0 0 calc(50% - 15px);
  margin-bottom: 30px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.star-card-landing__tab-content-wallpaper-block.wallpaper-block--blue {
  background: #ddeafb;
}
.star-card-landing__tab-content-wallpaper-block.wallpaper-block--blue
  > .star-card-landing__tab-content-wallpaper-block-number {
  color: #b4c6dd;
}
.star-card-landing__tab-content-wallpaper-block.wallpaper-block--yellow {
  background: #fff5db;
}
.star-card-landing__tab-content-wallpaper-block.wallpaper-block--yellow
  > .star-card-landing__tab-content-wallpaper-block-number {
  color: #d6c8a5;
}
.star-card-landing__tab-content-wallpaper-block.wallpaper-block--red {
  background: #ffefef;
}
.star-card-landing__tab-content-wallpaper-block.wallpaper-block--red
  > .star-card-landing__tab-content-wallpaper-block-number {
  color: #eccbcb;
}
.star-card-landing__tab-content-wallpaper-block.wallpaper-block--green {
  background: #2c9c4826;
}
.star-card-landing__tab-content-wallpaper-block.wallpaper-block--green
  > .star-card-landing__tab-content-wallpaper-block-number {
  color: #afd0b9;
}

.star-card-landing__tab-content-wallpaper-block-number {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 100% */
  letter-spacing: 3.2px;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  top: 20px;
}

.star-card-landing__tab-content-wallpaper-block-content > p {
  color: #374957;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 90%;
}
.star-card-landing__tab-content-wallpaper-block-content > p:not(:last-child) {
  margin-bottom: 15px;
}
.star-card-landing__tab-content-wallpaper-block-content > p > a {
  color: #1e72e3;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration-line: underline;
}
.star-card-landing__tab-content-wallpaper-block-content > p > span {
  color: #374957;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.star-card-landing__tab-content-wallpaper-block-content--list.star-card-landing__tab-content-wallpaper-block-content--list {
  color: #374957;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.star-card-landing__block-content--red-text.star-card-landing__block-content--red-text {
  color: #ff5c5c;

  font-weight: 700;
}
.star-card-landing__tab-content-wallpaper-block-hashtag {
  color: #ff5c5c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
  position: absolute;
  left: 20px;
  bottom: 38px;
}
.star-card-landing__tab-content-wallpaper-block-img {
  position: absolute;
  bottom: -4px;
  /* overflow: hidden; */
  max-width: calc(100% - 40px);
  width: 100%;
}
.star-card-landing__tab-content-wallpaper-block-img > picture > img {
  width: 100%;
}

.star-card-landing__tab-content-wallpaper-block-img.star-card-landing__tab-content-wallpaper-block-img--right
  > picture > img {
  width: auto;
  float: right;
  margin-right: -22px;
}

@media only screen and (max-width: 1320px) {
  .star-card-landing__tab-content-main_image {
    width: 30%;
  }

  .star-card-landing__tab-content-main_image img {
    height: 100%;
    object-fit: cover;
  }

  .star-card-landing__tab-content-main_info {
    width: 70%;
  }

  .star-card-landing__tab-content-more {
    padding-right: 55px;
  }
}

@media only screen and (max-width: 1000px) {
  .star-card-landing__tab-content--platinum {
    flex-direction: column-reverse;
  }

  .star-card-landing__tab-content--platinum_info {
    max-width: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .star-card-landing__tab-content--platinum_img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .star-card-landing__tab-content--platinum_img img {
    max-width: 100%;
  }

  .star-card-landing__tab-content-main:not(
      .star-card-landing__tab-content-main__responsive
    ) {
    display: none;
  }

  .star-card-landing__tab-content-main__responsive {
    display: flex;
  }

  .star-card-landing__tab-content-main_info {
    width: 100%;
  }

  .star-card-landing__tab-content-main_info-top,
  .star-card-landing__tab-content-main_info-bottom {
    display: flex;
    justify-content: space-between;
  }

  .star-card-landing__tab-content-main_info-top > *,
  .star-card-landing__tab-content-main_info-bottom > * {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }

  .star-card-landing__tab-content-main_info-bottom > *:not(:last-child) {
    margin-right: 0;
  }

  .star-card-landing__tab-content-main {
    flex-direction: column;
    align-items: center;
  }

  .star-card-landing__tab-content-main_image {
    text-align: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .star-card-landing__tab-content--card {
    flex-wrap: wrap;
    justify-content: center;
  }

  .star-card-landing__tab-content--card-item {
    margin-bottom: 30px;
    width: calc(100% / 2 - 30px);
    box-sizing: border-box;
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
  .star-card-landing__tab-content--card-item,
  .star-card-landing__tab-content--card-item:not(:last-child) {
    margin-right: 15px;
    margin-left: 15px;
  }

  .star-card-landing__tab-content--card-item > h4 {
    margin-bottom: 25px;
  }

  .star-card-landing__tab-content--card-item:first-child
    .star-card-landing__tab-content--card-item_img {
    text-align: center;
  }

  .star-card-landing__tab-content--card-item:not(:first-child)
    .star-card-landing__tab-content--card-item_img {
    margin-right: -20px;
  }

  .star-card-landing__tab-content--card-item_img {
    position: relative;
    bottom: -20px;
    line-height: 0;
    margin-top: auto;
    text-align: right;
  }

  .star-card-landing__tab-content-more-info {
    width: 100%;
    max-width: none;
  }

  .star-card-landing__tab-content-more-img {
    text-align: center;
  }

  .star-card-landing__tab-content-more-img img {
    max-width: 100%;
  }

  .star-card-landing__tab-content-more {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1035px) {
  .star-card-landing__tab-content-wallpaper-block {
    flex: 0 0 100%;
  }
  .star-card-landing__tab-content-wallpaper-block {
    height: auto;
  }
  .star-card-landing__tab-content-wallpaper-block-img {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .star-card-landing__tab-content-wallpaper-block-img > picture > img {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .star-card-landing__tab-content-wallpaper-block-content > p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .star-card-landing__tab-content-wallpaper-block-content--list.star-card-landing__tab-content-wallpaper-block-content--list.star-card-landing__tab-content-wallpaper-block-content--list {
    font-size: 16px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 16px;
  }
  .star-card-landing__tab-content-wallpaper-block-content--benefic {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .star-card-landing__block-content--red-text.star-card-landing__block-content--red-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .star-card-landing__tab-content-wallpaper-block-content > p > a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .star-card-landing__tab-content-wallpaper-block-content > p {
    width: 80%;
  }
}
@media only screen and (max-width: 750px) {
  .star-card-landing__tab-content-wallpaper-block-img > picture > img {
    width: 100%;
  }
  .star-card-landing__tab-content > p > span{
    font-size: 16px!important;
    line-height: 23px!important;
  }
  .star-card-landing__tab-content > p > span:nth-child(2),
  .star-card-landing__tab-content > p > span:nth-child(3){
    line-height: 28px!important;
  }
  .star-card-landing__tab-content > p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
  }
  .star-card-landing__tab-content > p > span{
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
  }
}

@media only screen and (max-width: 862px) {
  .star-card-landing {
    padding-top: 75px;
  }
}

@media only screen and (max-width: 660px) {
  .star-card-landing__tab-content-main_info-top,
  .star-card-landing__tab-content-main_info-bottom {
    flex-direction: column;
  }

  .star-card-landing__tab-content-main_info-top > *,
  .star-card-landing__tab-content-main_info-bottom > * {
    width: 100%;
  }

  .star-card-landing__tab-content-main_info-top > *:not(:last-child),
  .star-card-landing__tab-content-main_info-bottom > *:not(:last-child) {
    margin-bottom: 20px;
  }

  .star-card-landing__tab-content--card-item {
    width: 100%;
  }

  .star-card-landing__tab-content--platinum_img {
    line-height: 0;
  }

  .star-card-landing__tab-content--card-item,
  .star-card-landing__tab-content--card-item:not(:last-child) {
    margin-left: 0;
    margin-right: 0;
  }

  .star-card-landing__title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
  }

  .star-card-landing__tab-button {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.6px;
    padding: 10px;
    height: auto;
    border-radius: 15px 15px 0px 0px;
  }

  .star-card-landing__tabs {
    margin-top: 0;
  }

  .star-card-landing__tab-button:not(:last-child) {
    margin-right: 10px;
  }

  .star-card-landing__tab-content--platinum {
    margin-top: 10px;
  }

  .star-card-landing__tab-content--platinum_info > p {
    font-size: 16px;
    line-height: 24px;
  }

  .star-card-landing__tab-content--card-item > p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .star-card-landing__tab-content--card-item > h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .star-card-landing__tab-content > p,
  .star-card-landing__tab-content > p span {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .star-card-landing__tab-content-more {
    padding: 0 15px;
  }

  .star-card-landing__tab-content-more-info {
    padding: 20px 0 0 0;
  }

  .star-card-landing__tab-content-more-info > p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .star-card-landing__tab-content-more-info > h4 {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .star-card-landing__tab-content-main_info-default {
    font-size: 16px;
    line-height: 24px;
  }
}
