* {
  box-sizing: border-box;
}

body {
  font-family: "Stolzl Book", Arial, Helvetica, sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  line-height: 1.5;
  color: #161c2d;
  background: var(--bs-background);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Stolzl, Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

[v-cloak] {
  display: none;
}

.bg-dark {
  background-color: var(--bs-blue) !important;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
}

.bg-dark .bg-overlay {
  background-color: rgb(22, 28, 45, .8);
}

.section {
  padding: 70px 0;
}

.btn {
  padding: .625rem 1.125rem;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .section {
    padding: 50px 0;
  }
}

.header {
  background-color: var(--bs-blue);
  /*padding: 10px 0;*/
}

/* intro */
.intro {
  position: relative;
  background-image: url('../img/fon.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.intro__title {
  margin-bottom: 80px;
  max-width: 540px;
}

.intro__wrapper {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.intro__block {
  flex: 1 1 calc((100% - 24px) /2);
}

.intro__block img {
  max-width: 70px;
  height: auto;
}

.intro__img img {
  max-height: 600px;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .intro__wrapper {
    padding: 70px 0;
  }

  .intro__title {
    margin-bottom: 50px;
  }

  .intro__img img {
    margin-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  .intro__wrapper {
    padding: 50px 0;
  }

  .intro__title {
    margin-bottom: 30px;
  }

  .intro__block {
    flex-grow: 0;
  }

  .intro__block img {
    max-width: 60px;
  }

  .intro__block-title {
    font-size: 18px;
  }

  .intro__img img {
    max-height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .intro__block {
    flex-grow: 1;
  }
}

/* section-bg */
.section-bg {
  position: relative;
  background-image: url('../img/arr-band.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-bg h2 {
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

/* possibilities */
.possibilities__wrapper .nav-link {
  border: 1px solid var(--bs-blue);
  color: var(--bs-blue);
  font-size: 14px;
  line-height: 1;
}

.possibilities__wrapper .nav-link.active {
  background-color: var(--bs-blue);
  color: #fff;
  border-color: var(--bs-blue);
}

.tab__img img {
  max-height: 650px;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .possibilities__wrapper .nav-link {
    padding: .4rem .6rem;
    font-size: 11px;
  }
}

@media screen and (max-width: 575px) {
  .nav {
    gap: .4rem !important;
  }

  .possibilities__wrapper .nav-link {
    padding: .4rem .6rem;
    font-size: 9px;
  }
}

/* how-it-works */

.how-it-works__list {
  flex: 1 1 65%;
}

.how-it-works__img {
  flex: 1 1 40%;
}


@media screen and (max-width: 575px) {
  .how-it-works__img img {
    max-height: 450px;
  }
}

/*advantages*/
.advantages .circle {
  width: 100%;
  height: 100%;
  max-height: 350px;
}

.advantages .card {
  border-radius: 20px;
}

.advantages li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
}


.advantages ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: var(--bs-blue);
  border-radius: 20px;
  top: 10px;
  left: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
}

/*ul li::before {
  content: "✔";
  color: #161c2d;
  font-weight: bold;
  margin-right: 8px;
}*/

@media screen and (max-width: 575px) {
  .advantages .circle {
    max-height: 300px;
  }

  .advantages li {
    margin-bottom: 3px;
  }
}

/* mobile__table */
.mobile__table {
  /*padding: 50px 0;*/
}

.table {
  color: #161c2d;
  border-collapse: separate;
  border-spacing: 0;
  /*min-width: 500px;*/
  --bs-success-rgb: 46, 202, 139;
  --bs-table-striped-bg: #f8f9fa;
  --bs-table-hover-bg: #dee2e670;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: inherit !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: transparent !important;
  background-color: var(--bs-light) !important;
  color: #161c2d;
}

.table-hover>tbody>tr:hover {
  color: #161c2d;
}

thead th,
tbody tr td:not(:first-child) {
  text-align: center;
}

tbody tr td:first-child {
  position: sticky;
  left: 0;
  /*background: inherit !important;*/
  z-index: 1;
}

tbody tr:nth-child(even) td:first-child {
  background: #fff;
}

tbody tr td {
  vertical-align: middle;
}

tbody tr td .h2 {
  line-height: 1;
}

thead {
  position: sticky;
  top: 0;
  z-index: 2;
}

thead th {
  background-color: #fff !important;
  font-size: 1.2rem;
}

.price {
  display: block;
  margin: 1rem 0;
  font-size: 1.2em;
  line-height: 1;
}

.price span {
  font-weight: 400;
}

.col-desc {
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.users-num,
.duration-item {
  line-height: 38px;
  vertical-align: middle;
}

thead th.active {
  background: #fff;
  border: 1px solid #2eca8b;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  position: relative;
}

thead th.active:before {
  content: '';
  background: #fff;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 13px;
  z-index: -1;
}

tbody tr td.active {
  border-right: 1px solid #2eca8b;
  border-left: 1px solid #2eca8b;
  background-color: #fff;
}

tbody tr td.active-btn {
  position: relative;
  background: #fff;
}

tbody tr td.active-btn .btn {
  position: relative;
  z-index: 2;
}

tbody tr td.active-btn:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 59px;
  border-bottom: 1px solid #2eca8b;
  border-right: 1px solid #2eca8b;
  border-left: 1px solid #2eca8b;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  z-index: 1;
}

.btn-brand {
  background-color: var(--bs-primary);
  color: #fff;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  padding: .625rem 1.125rem;
  border-radius: 25px;
  transition: .3s;
}

.btn-brand:hover {
  background-color: var(--bs-primary);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 11px rgb(222, 68, 55, .35);
}

@media screen and (max-width: 767px) {
  .table-responsive {
    max-height: 80vh;
  }
}

@media screen and (max-width: 576px) {
  .table-responsive {
    font-size: 13px;
  }

  thead th {
    background-color: #fff !important;
    font-size: 1rem;
  }

  .price {
    margin: .5rem 0;
    font-size: 1em;
  }

  .col-desc {
    font-size: 10px;
  }

  .row-btn .btn {
    font-size: .75rem;
    line-height: 1;
    padding: .5rem 1rem;
  }

}

@media screen and (max-width: 480px) {
  .mobile__table {
    /*padding: 30px 0;*/
  }
}