@charset "UTF-8";
main.main {
  max-width: none;
  width: 100%;
}
main.main section {
  max-width: 100vw;
  overflow: hidden;
}

.ic-anim {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.65s ease var(--delay, 0s), -webkit-transform 0.65s ease var(--delay, 0s);
  transition: opacity 0.65s ease var(--delay, 0s), -webkit-transform 0.65s ease var(--delay, 0s);
  transition: opacity 0.65s ease var(--delay, 0s), transform 0.65s ease var(--delay, 0s);
  transition: opacity 0.65s ease var(--delay, 0s), transform 0.65s ease var(--delay, 0s), -webkit-transform 0.65s ease var(--delay, 0s);
}
.ic-anim.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.ic-anim--fade {
  opacity: 0;
  -webkit-transition: opacity 0.65s ease var(--delay, 0s);
  transition: opacity 0.65s ease var(--delay, 0s);
}
.ic-anim--fade.is-visible {
  opacity: 1;
}

.chatapp-btn {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  background-color: rgb(3, 137, 203);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 12px 20px;
  text-decoration: none;
  border: 1px solid rgb(3, 137, 203);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.chatapp-btn.trans {
  background-color: transparent;
  border: 1px solid rgb(3, 137, 203);
  color: rgb(3, 137, 203);
}

.ic-hero {
  padding: 40px 0 60px;
}
@media (min-width: 920px) {
  .ic-hero {
    padding: 40px 0 80px;
  }
}
.ic-hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.ic-hero h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #131313;
  margin: 0 auto 50px;
  max-width: 1200px;
  
}
@media (min-width: 920px) {
  .ic-hero h1 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .ic-hero h1 {
    font-size: 56px;
  }
}
.ic-hero__desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
  max-width: 860px;
  margin: 0 auto 30px;
}
@media (min-width: 920px) {
  .ic-hero__desc {
    font-size: 18px;
  }
}
.ic-hero__btn {
  padding: 20px;
  font-size: 20px;
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
}

.ic-quote {
  padding: 40px 0;
  
}
@media (min-width: 920px) {
  .ic-quote {
    padding: 0 0 60px;
  }
}
.ic-quote__card {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
}
.ic-quote__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33px;
  height: 31px;
  position: absolute;
}
.ic-quote__icon--left {
  -ms-flex-item-align: start;
      align-self: flex-start;
  left: 25px;
  top: 25px;
}
@media (max-width: 560px) {
  .ic-quote__icon--left {
    display: none;
  }
}
.ic-quote__icon--right {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 25px;
  top: 25px;
}
@media (max-width: 560px) {
  .ic-quote__icon--right {
    display: none;
  }
}
.ic-quote__text {
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #131313;
  margin: 20px auto 30px;
  width: 100%;
  max-width: calc(100% - 179px);
}
@media (min-width: 920px) {
  .ic-quote__text {
    font-size: 36px;
  }
}
@media (max-width: 560px) {
  .ic-quote__text {
    max-width: none;
  }
}
.ic-quote__accent {
  color: rgb(3, 137, 203);
}
.ic-quote__sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}

.ic-edge {
  padding: 40px 0;
  
}
@media (min-width: 920px) {
  .ic-edge {
    padding: 60px 0;
  }
}
.ic-edge__title {
  display: block;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.06em;
  text-align: center;
  color: #131313;
  line-height: 1;
  margin: 0 auto 40px;
}
@media (min-width: 920px) {
  .ic-edge__title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.ic-edge__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 920px) {
  .ic-edge__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .ic-edge__list {
    grid-template-columns: 1fr;
  }
}
.ic-edge__card {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.ic-edge__card-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 20px;
}
.ic-edge__card-text h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.06em;
  color: #131313;
  margin: 0 0 12px;
}
.ic-edge__card-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}
.ic-edge__card-img {
  margin-top: auto;
}
.ic-edge__card-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.ic-calc {
  padding: 40px 0;
  overflow: visible;
  
}
@media (min-width: 920px) {
  .ic-calc {
    padding: 60px 0;
  }
}
.ic-calc__title {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.05;
  color: #131313;
  text-align: center;
  margin: 0 auto 40px;
}
@media (min-width: 920px) {
  .ic-calc__title {
    font-size: 38px;
  }
}
.ic-calc__card {
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 620px) {
  .ic-calc__card {
    padding: 24px 20px;
  }
}
.ic-calc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
  margin-bottom: 32px;
}
@media (max-width: 920px) {
  .ic-calc__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.ic-calc__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.ic-calc__label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
}
.ic-calc__label span {
  color: rgb(255, 77, 79);
}
.ic-calc__custom-select {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.ic-calc__custom-select.open .ic-calc__cs-dropdown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ic-calc__custom-select.open .ic-calc__cs-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ic-calc__cs-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #131313;
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
}
.ic-calc__cs-value:hover {
  border-color: #c0c0c0;
}
.ic-calc__cs-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.ic-calc__cs-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 200;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ic-calc__cs-option {
  padding: 12px 16px;
  font-size: 15px;
  letter-spacing: -0.03em;
  color: #131313;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}
.ic-calc__cs-option:hover {
  background-color: #f5f6f8;
}
.ic-calc__cs-option.active::after {
  content: "✓";
  color: rgb(3, 137, 203);
  font-size: 14px;
}
.ic-calc__multiselect {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.ic-calc__multiselect.open .ic-calc__ms-dropdown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ic-calc__multiselect.open .ic-calc__cs-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ic-calc__ms-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #131313;
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
}
.ic-calc__ms-value:hover {
  border-color: #c0c0c0;
}
.ic-calc__ms-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 10px;
}
.ic-calc__ms-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 200;
  max-height: 280px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
  max-height: 140px;
}
.ic-calc__ms-option {
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}
.ic-calc__ms-option:hover {
  background-color: #f5f6f8;
}
.ic-calc__ms-option img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ic-calc__ms-option > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  letter-spacing: -0.03em;
  color: #131313;
}
.ic-calc__ms-check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ic-calc__ms-option.active .ic-calc__ms-check {
  opacity: 1;
}
.ic-calc__chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.ic-calc__chip {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: rgb(243, 243, 243);
  border: 1px solid transparent;
  padding: 16px 11px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgb(19, 19, 19);
  cursor: pointer;
  -webkit-transition: border-color 0.35s ease, color 0.35s ease, background-color 0.35s ease;
  transition: border-color 0.35s ease, color 0.35s ease, background-color 0.35s ease;
}
.ic-calc__chip:hover:not(.active) {
  border-color: rgba(3, 137, 203, 0.4);
}
.ic-calc__chip.active {
  border-color: rgb(131, 197, 229);
  color: #131313;
  background-color: rgb(235, 246, 251);
}
.ic-calc__submit {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04em;
  padding: 18px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

.ic-plans {
  padding: 40px 0;
}
@media (min-width: 920px) {
  .ic-plans {
    padding: 60px 0;
  }
}
.ic-plans__title {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.05;
  color: #131313;
  text-align: center;
  margin: 0 auto 30px;
}
@media (min-width: 920px) {
  .ic-plans__title {
    font-size: 38px;
    margin-bottom: 50px;
  }
}
.ic-plans__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.06em;
  color: rgba(19, 19, 19, 0.7);
  text-align: center;
  margin: 0 auto 30px;
}
@media (min-width: 920px) {
  .ic-plans__subtitle {
    font-size: 24px;
  }
}
.ic-plans__table-wrap {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(19, 19, 19, 0.1);
}
@media (max-width: 920px) {
  .ic-plans__table-wrap {
    display: none;
  }
}
.ic-plans__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ic-plans__table th:not(:first-child),
.ic-plans__table td:not(:first-child) {
  max-width: 202px;
  width: 202px;
}
.ic-plans__table th,
.ic-plans__table td {
  padding: 15px 16px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  vertical-align: middle;
}
.ic-plans__table th:last-child,
.ic-plans__table td:last-child {
  border-right: none;
}
.ic-plans__table thead th {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #131313;
  padding: 18px 16px;
  background: rgb(243, 243, 243);
  border-bottom: 2px solid #f0f0f0;
}
.ic-plans__table thead th:first-child {
  border-radius: 15px 0 0 0;
}
.ic-plans__table thead th:last-child {
  border-radius: 0 15px 0 0;
}
.ic-plans__table thead th.ic-plans__th--hl {
  background: rgb(3, 137, 203);
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ic-plans__table tbody tr:last-child td {
  border-bottom: none;
}
.ic-plans__table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}
.ic-plans__table tbody tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}
.ic-plans__th-label {
  width: 328px;
  min-width: 328px;
  text-align: left !important;
}
.ic-plans__th--hl {
  background-color: rgb(3, 137, 203);
  color: #fff;
}
.ic-plans__row-label {
  text-align: left !important;
  font-size: 16px;
  color: #131313;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.ic-plans__col-price {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: rgba(19, 19, 19, 0.7);
  margin-top: 4px;
}
.ic-plans__col-price--hl {
  color: rgba(255, 255, 255, 0.85);
}
.ic-plans__td--hl {
  background-color: rgba(3, 137, 203, 0.06);
}
.ic-plans__svg-check {
  display: inline-block;
  vertical-align: middle;
}
.ic-plans__svg-dash {
  display: inline-block;
  vertical-align: middle;
}
.ic-plans__info-icon {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ic-plans__tooltip-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: help;
  margin-left: 4px;
}
.ic-plans__tooltip-wrap:hover .ic-plans__tooltip {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.ic-plans__tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(4px);
      -ms-transform: translateX(-50%) translateY(4px);
          transform: translateX(-50%) translateY(4px);
  background: #131313;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.01em;
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 300;
}
.ic-plans__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #131313;
}
.ic-plans__note {
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  white-space: nowrap;
}
.ic-plans__td-pay {
  font-size: 14px;
}
.ic-plans__td-pay--hl {
  color: rgb(3, 137, 203);
  font-weight: 400;
}
.ic-plans__cards {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (max-width: 920px) {
  .ic-plans__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ic-plans__card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid transparent;
}
.ic-plans__card--hl {
  border-color: rgb(3, 137, 203);
}
.ic-plans__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.ic-plans__card-name {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #131313;
}
.ic-plans__card-price {
  font-size: 14px;
  font-weight: 500;
  color: rgba(19, 19, 19, 0.7);
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ic-plans__card-price--hl {
  color: rgb(3, 137, 203);
  font-weight: 600;
}
.ic-plans__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 10px 20px;
  border-bottom: 1px solid #f5f6f8;
  font-size: 13px;
  color: #131313;
  letter-spacing: -0.02em;
}
.ic-plans__card-row:last-child {
  border-bottom: none;
}
.ic-plans__card-row > span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ic-plans__card-row > span:last-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ic-cta {
  padding: 40px 0;
}
@media (min-width: 920px) {
  .ic-cta {
    padding: 60px 0;
  }
}
.ic-cta__inner {
  background-color: rgb(3, 137, 203);
  border-radius: 32px;
  padding: 50px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ic-cta__inner::before, .ic-cta__inner::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 475px;
  border-radius: 140px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
.ic-cta__inner::before {
  top: -160px;
  left: -80px;
}
.ic-cta__inner::after {
  bottom: -160px;
  right: -80px;
}
@media (max-width: 620px) {
  .ic-cta__inner {
    padding: 40px 24px;
  }
}
.ic-cta__title {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.1;
  color: #fff;
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 920px) {
  .ic-cta__title {
    font-size: 38px;
  }
}
.ic-cta__list {
  list-style: none;
  padding: 0;
  margin: 0 auto 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.ic-cta__list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.85);
}
.ic-cta__list li::before {
  content: "•";
  margin-right: 8px;
}
@media (min-width: 920px) {
  .ic-cta__list li {
    font-size: 18px;
  }
}
.ic-cta__btn-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
}
.ic-cta__btn {
  background-color: #fff;
  color: rgb(3, 137, 203);
  border-color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 36px;
}
.ic-cta__btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.ic-cta__badge {
  position: absolute;
  top: -14px;
  right: -14px;
  background-color: rgb(125, 222, 146);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 20px;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.ic-cases {
  padding: 40px 0;
}
@media (min-width: 920px) {
  .ic-cases {
    padding: 60px 0;
  }
}
.ic-cases__title {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.1;
  color: #131313;
  text-align: center;
  margin: 0 auto 40px;
}
@media (min-width: 920px) {
  .ic-cases__title {
    font-size: 38px;
    margin-bottom: 50px;
  }
}
.ic-cases .ca-cases__slider {
  padding: 0;
}
.ic-cases .chatapp-reviews__title {
  display: none;
}
.ic-cases .ca-cases__slider > .container {
  padding-top: 0;
}

.ic-subscribe {
    
  background-color: rgb(3, 137, 203);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.ic-subscribe::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../assets/imgs/integration-chat/grid.png");
  background-repeat: repeat;
  background-size: auto;
  pointer-events: none;
}
.ic-subscribe .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.ic-subscribe__head {
  text-align: center;
  margin-bottom: 40px;
}
.ic-subscribe__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: #fff;
  margin: 0 0 34px;
}
@media (min-width: 920px) {
  .ic-subscribe__title {
    font-size: 38px;
  }
}
.ic-subscribe__title span {
  display: inline-block;
  position: relative;
  padding: 12px 14px;
  border-radius: 73px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(91, 200, 255, 0.0745098039);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}
.ic-subscribe__title span::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 28px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-radius: 0 0 0 15px;
  border-top: 11px solid #1c95d1;
}
.ic-subscribe__title span::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 29px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid rgba(91, 200, 255, 0.0196078431);
}
.ic-subscribe__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
@media (min-width: 920px) {
  .ic-subscribe__desc {
    font-size: 20px;
  }
}
.ic-subscribe__card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  width: 100%;
  max-width: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ic-subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ic-subscribe__field-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0 0 8px;
}
.ic-subscribe__input {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 20px;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #131313;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(243, 243, 243);
  margin-bottom: 15px;
  outline: none;
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
  font-family: inherit;
}
.ic-subscribe__input:focus {
  border-color: rgb(3, 137, 203);
}
.ic-subscribe__input::-webkit-input-placeholder {
  color: rgba(19, 19, 19, 0.35);
}
.ic-subscribe__input::-moz-placeholder {
  color: rgba(19, 19, 19, 0.35);
}
.ic-subscribe__input:-ms-input-placeholder {
  color: rgba(19, 19, 19, 0.35);
}
.ic-subscribe__input::-ms-input-placeholder {
  color: rgba(19, 19, 19, 0.35);
}
.ic-subscribe__input::placeholder {
  color: rgba(19, 19, 19, 0.35);
}
.ic-subscribe__custom-select {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-bottom: 16px;
}
.ic-subscribe__custom-select.open .ic-subscribe__cs-dropdown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ic-subscribe__custom-select.open .ic-subscribe__cs-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ic-subscribe__cs-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgb(243, 243, 243);
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #131313;
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
}
.ic-subscribe__cs-value:hover {
  border-color: #c0c0c0;
}
.ic-subscribe__cs-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ic-subscribe__cs-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.ic-subscribe__cs-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 200;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ic-subscribe__cs-option {
  padding: 12px 16px;
  font-size: 15px;
  letter-spacing: -0.03em;
  color: #131313;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}
.ic-subscribe__cs-option:hover {
  background-color: #f5f6f8;
}
.ic-subscribe__cs-option.active::after {
  content: "✓";
  color: rgb(3, 137, 203);
  font-size: 14px;
}
.ic-subscribe__check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
  margin-bottom: 20px;
  cursor: pointer;
}
.ic-subscribe__check-label input[type=checkbox] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
  accent-color: rgb(3, 137, 203);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.ic-subscribe__check-label a {
  color: rgb(3, 137, 203);
  text-decoration: underline;
}
.ic-subscribe__submit {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 16px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

.ic-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ic-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.ic-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.ic-modal__box {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px 32px;
  width: 100%;
  max-width: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ic-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.6;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.ic-modal__close:hover {
  opacity: 1;
}
.ic-modal__title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2;
  color: #131313;
  margin: 0 0 8px;
}
.ic-modal__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0 0 24px;
}
.ic-modal__input {
  display: block;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 15px;
  letter-spacing: -0.03em;
  color: #131313;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 12px;
  outline: none;
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
  font-family: inherit;
}
.ic-modal__input:focus {
  border-color: rgb(3, 137, 203);
}
.ic-modal__input::-webkit-input-placeholder {
  color: rgba(19, 19, 19, 0.35);
}
.ic-modal__input::-moz-placeholder {
  color: rgba(19, 19, 19, 0.35);
}
.ic-modal__input:-ms-input-placeholder {
  color: rgba(19, 19, 19, 0.35);
}
.ic-modal__input::-ms-input-placeholder {
  color: rgba(19, 19, 19, 0.35);
}
.ic-modal__input::placeholder {
  color: rgba(19, 19, 19, 0.35);
}
.ic-modal__phone-wrap {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 16px 12px;
  margin-bottom: 16px;
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
}
.ic-modal__phone-wrap:focus-within {
  border-color: rgb(3, 137, 203);
}
.ic-modal__phone-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
  margin-bottom: 4px;
}
.ic-modal__input--phone {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.ic-modal__input--phone:focus {
  border-color: transparent;
}
.ic-modal__check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
  margin-bottom: 24px;
  cursor: pointer;
}
.ic-modal__check-label input[type=checkbox] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
  accent-color: rgb(3, 137, 203);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.ic-modal__check-label a {
  color: rgb(3, 137, 203);
  text-decoration: underline;
}
.ic-modal__submit {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 16px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

.sw-nav {
    display: none;
}