﻿.slider__item {
  justify-content: flex-start;
  padding: 64px 48px;
}

.slider__title {
  font-size: 72px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2.16px;
  margin-bottom: 24px;
}

.slider__text {
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}

.platform-four__title {
  margin: 24px 0 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1%;
}

.platform-four__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}

.mb16 {
  margin-bottom: 16px;
}

.china-fl {
  border-radius: 20px;
  background: #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.china-fl__left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px 0 32px 32px;
}

.china-fl__numb {
  color: #2a5fe7;
  font-size: 110px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.3px;
}

.china-fl__title {
  color: #24262e;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.2px;
}

.china-fl__right img {
  max-width: 100%;
}

.platform-three {
  margin-bottom: 0;
}

.new-tarif {
  margin: 128px 0;
}

.tarif-table {
  overflow: auto;
}

.tarif-table .two__price-btn a {
  display: block;
  width: 100%;
}

.tarif-table::-webkit-scrollbar {
  display: none;
}

.tarif-table table {
  width: 100%;
}

.tarif-table th {
  color: #24262e;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.56px;
  padding: 47px 32px 15px;
  border-bottom: 1px solid #bdbec0;
}

.tarif-table tr td {
  color: #24262e;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  vertical-align: top;
  border-bottom: 1px solid #bdbec0;
  padding: 20px 32px;
  min-width: 293px;
}

.tarif-table tr td:first-child {
  font-size: 14px;
}

.tarif-table tr:last-child td {
  border-bottom: none;
}

.tarif-table tr td:nth-child(2),
.tarif-table tr th:nth-child(2) {
  background-color: #f4f4f4;
}

.tarif-table tr th:nth-child(2) {
  border-radius: 20px 20px 0 0;
}

.tarif-table tr:last-child td:nth-child(2) {
  border-radius: 0 0 20px 20px;
}

.tarif-table tr td:nth-child(2) .two__price-btn a {
  background-color: #2a5fe7;
  color: #fff;
}

.tarif-table span {
  color: #bdbec0;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  margin-top: 6px;
}

.through {
  text-decoration-line: line-through;
}

.blue-color {
  color: #2a5fe7 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 140%;
}

.tarif-slider {
  display: none;
}

.tarif-item .two__price-btn a {
  display: block;
}

.tarif-name {
  color: #24262e;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.24px;
  margin-bottom: 8px;
}

.tarif-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}

.tarif-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tarif-item {
  padding: 24px;
  border-radius: 16px;
  border: 2px solid #bdbec0;
  background: #fff;
}

.tarif-item__first {
  background: #f4f4f4;
  border-color: #f4f4f4;
}

.tarif-item__first .two__price-btn a {
  background-color: #2a5fe7;
  color: #fff;
}

.tarif-sub {
  color: #24262e;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.tarif-text {
  color: #24262e;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.tarif-text span {
  font-weight: 700;
}

.tarif-text br {
  display: block;
}

.tarif-slider .owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
  border-radius: 5px;
  background: #e7e7e7;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--main-color, #2a5fe7);
  box-shadow: 0 3px 5px 0 rgba(42, 95, 231, 0.3);
}

.blue-block {
  border-radius: 40px;
  background: #2a5fe7;
  padding: 64px 0;
}

.blue-block .gen__title {
  color: #fff;
}

.flag-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.flag-item {
  display: flex;
  gap: 24px;
  border-radius: 20px;
  background: #fff;
  padding: 24px;
}

.flag-img {
  width: 40px;
  height: 40px;
}

.flag-img img {
  border-radius: 10px;
  width: 100%;
}

.flag-title {
  color: #24262e;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.56px;
  margin-bottom: 8px;
}

.flag-sub {
  color: #24262e;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.48px;
  opacity: 0.4;
}

.flag-alttitle {
  color: #24262e;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.36px;
}

.flag-altsub {
  color: #24262e;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.form-128 {
  margin: 128px 0;
}

.form-128__inner {
  width: 100%;
}

.tarifs-128__btns {
  width: 100%;
}

.tarifs-128__btns a {
  width: 100%;
  text-align: center;
}

.faq__title {
  color: #24262e;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
}

.china-map {
  border-radius: 40px;
  background: #eaf4fe;
  background-image: url(/img/china/flag/map.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 63px;
  min-height: 882px;
}

.china-map__sub {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -2%;
}

.form-128__bg {
  border-radius: 20px;
  background: #f4f4f4;
  background-image: url(/img/china/bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 48px;
}

.form-128__bg .tarifs-btns {
  background-color: #fff;
}

.form-128__bg .active-tab__link {
  background-color: #f4f4f4;
}

.china-map__info {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.china-map__sub {
  margin-bottom: 8px;
  color: #24262e;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  opacity: 0.3;
}

.china-map__title {
  color: #24262e;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}

.platform-four__item {
  padding: 32px;
}

.det__inner,
.faq-sum {
  padding: 16px 72px 16px 32px;
}

.faq-det {
  margin-bottom: 16px;
}

summary:after {
  content: url(/img/china/plus.svg);
  right: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  border-radius: 0;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #2a5fe7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding-top: 6px;
}

details[open] summary:after {
  content: url(/img/china/close.svg);
  background: #fff;
}

.info-block__hov {
  min-width: 20px;
  min-height: 20px;
  top: 3px;
}

.tarif-table tr td:nth-child(2) .info-block__hov {
  background-image: url(/img/china/hint-blue.svg);
}

.tarif-table tr td:nth-child(2) .info-block__hov:hover {
  background-image: url(/img/hover-hint.svg);
}

@media (max-width: 1200px) {
  .china-map {
    background-size: 100%;
  }
}

@media (max-width: 992px) {
  .china-map {
    min-height: 632px;
  }

  .china-map__sub {
    text-align: center;
  }

  .flag-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .flag-item:last-child {
    grid-column: 1 / -1;
  }

  .china-map__info {
    border-radius: 16px;
    background: #fff;
    flex-direction: row;
    padding: 16px;
    margin: 32px auto 0;
    width: fit-content;
  }
}

@media (max-width: 768px) {
  .tarif-slider {
    display: block;
  }

  .tarif-table {
    display: none;
  }

  .new-tarif {
    margin: 64px 0;
  }

  .china-map {
    background-size: 120%;
    background-position: center bottom;
    padding: 32px 0;
  }

  .china-map__sub {
    font-size: 16px;
    line-height: 140%;
  }

  .flag-item {
    flex-direction: column;
    gap: 16px;
  }

  .slider__item {
    padding: 16px;
  }

  .slider__title {
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1.2px;
    margin-bottom: 16px;
  }

  .slider__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 32px;
  }

  .slider__item {
    min-height: 500px;
  }

  .china-fl {
    flex-direction: column;
    align-items: flex-start;
  }

  .china-fl__left {
    padding: 24px 24px 0 24px;
    text-align: left;
  }

  .china-fl__numb {
    font-size: 54px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.62px;
  }

  .china-fl__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.36px;
  }

  .china-fl__title br {
    display: none;
  }

  .faq__title {
    margin-bottom: 30px;
  }

  .form-128 {
    margin: 64px 0;
  }

  .form-128__bg {
    padding: 24px;
  }

  .platform-four__title {
    margin: 16px 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.36px;
  }

  .china-map__sub {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 140%;
  }

  .china-map__title {
    font-size: 14px;
    line-height: 140%;
  }

  .info-block__hov {
    display: inline-block;
    margin-left: 8px;
    background-image: url(/img/china/hint-blue.svg);
    width: 20px;
  }

  .info-hov__block {
    top: 30px;
    left: -50px;
  }

  .platform-four__item {
    text-align: left;
  }

  .china-map__title {
    text-align: center;
  }

  .china-map__inner .gen__title {
    letter-spacing: -0.64px;
  }
}

@media (max-width: 550px) {
  .flag-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -2%;
  }

  .flag-sub {
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
  }

  .china-map {
    min-height: 520px;
  }
}
