.vma-event-price-title {
  text-align: center;
}
.vma-event-price-title h1 {
  font-size: 32px;
  font-weight: 500;
  color: black;
  margin: 0;
}
.vma-event-price-title h2 {
  color: var(--secondary-color);
  font-weight: 800;
  color: var(--secondary-color);
  margin: 25px 0 0;
  font-size: 36px;
}

.vma-event-plans {
  margin-top: 100px;
}

.vma-event-plans_controllers {
  background-color: var(--main-color-light);
  padding-top: 50px;
  padding-bottom: 30px;
}
.vma-event-plans_controllers .nav-tabs {
  border-bottom: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.vma-event-plans_controllers .nav-tabs > li {
  margin-bottom: 0;
}
.vma-event-plans_controllers .nav-tabs > li > a {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.vma-event-plans_controllers .nav-tabs > li > a:hover {
  background-color: var(--main-color-light) !important;
  border-color: var(--main-color) !important;
  color: var(--main-color);
}
.vma-event-plans_controllers .nav-tabs > li.active > a {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.vma-event-plans_controllers .nav-tabs > li.active > a:hover {
  background-color: var(--main-color-hover) !important;
  border-color: var(--main-color-hover) !important;
  color: #fff !important;
}

.vma-event-prices-inner-content {
  background-color: var(--main-color-light);
  padding-bottom: 100px;
}

.vma-event-prices-inner-content_title {
  margin: 0;
  text-align: center;
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.vma-event-prices-inner-content_switch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  font-size: 21.91px;
  line-height: 1;
  color: black;
  font-weight: 500;
  gap: 13px;
}
.vma-event-prices-inner-content_switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 5px;
}
.vma-event-prices-inner-content_switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.vma-event-prices-inner-content_switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--main-color-hover);
  transition: 0.4s;
}
.vma-event-prices-inner-content_switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  right: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.vma-event-prices-inner-content_switch input:checked + .slider:before {
  transform: translateX(-26px);
}
.vma-event-prices-inner-content_switch .slider.round {
  border-radius: 34px;
}
.vma-event-prices-inner-content_switch .slider.round:before {
  border-radius: 50%;
}
.vma-event-prices-inner-content_switch .vma-event-prices-inner-content_cycle {
  font-weight: 400;
  cursor: pointer;
}
.vma-event-prices-inner-content_switch .vma-event-prices-inner-content_cycle--active {
  color: var(--main-color-hover);
}

@media screen and (min-width: 992px) {
  .vma-event-price-table-wrappers {
    display: flex;
  }
}

.vma-event-price-table {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid var(--main-color);
  padding: 40px 20px;
  position: relative;
  text-align: center;
  display: flex;
  flex-flow: column;
  margin-top: 50px;
  height: 100%;
}

.vma-event-price-table-strip {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.vma-event-price-table-strip span {
  background-color: #a2ebff;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 6px;
}

.vma-event-price-table-header {
  display: flex;
  flex-flow: column;
  gap: 35px;
}

.vma-event-price-table-header_thumb_main {
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.vma-event-price-table-header_thumb {
  border: 1px solid #e7e7e7;
  min-height: 79.99px;
  border-radius: 10px;
  padding: 14px 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .vma-event-price-table-header_thumb {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.vma-event-price-table-header_thumb img {
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 50%;
  border-right: 1px solid #e7e7e7;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .vma-event-price-table-header_thumb img {
    max-width: 100%;
  }
}
.vma-event-price-table-header_thumb img:first-child {
  border: 0;
  padding-right: 0;
}

.vma-event-price-table-price {
  font-size: 32px;
  color: black;
}
.vma-event-price-table-price b {
  font-weight: bold;
  color: var(--main-color);
  font-size: 49px;
}

.vma-event-price-table-price_block {
  display: flex;
  flex-flow: column;
}
.vma-event-price-table-price_block .cycle {
  font-size: 18px;
  font-weight: 400;
}

.vma-event-price-table-price_block--annual {
  display: none;
}

.vma-event-price-table-action {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.vma-event-price-table-action a {
  width: 100%;
  padding: 12px 30px;
}

.vma-event-price-table-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 15px;
  text-align: right;
}
.vma-event-price-table-features ul li {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.vma-event-price-table-features ul li::before {
  content: "";
  background: url("../../img/check.png") no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
}
.vma-event-price-table-features ul li span {
  max-width: 80%;
}

.vma-event-price-table--dark {
  background-color: #0082a5;
  border-color: #0082a5;
}
.vma-event-price-table--dark .vma-event-price-table-header_thumb {
  background-color: #004c61;
  border-color: #004c61;
}
.vma-event-price-table--dark .vma-event-price-table-header_thumb img {
  max-width: 34%;
}
.vma-event-price-table--dark .vma-event-price-table-price {
  color: #fff;
}
.vma-event-price-table--dark .vma-event-price-table-price b {
  color: #a2ebff;
}
.vma-event-price-table--dark .vma-event-price-table-action a {
  color: var(--main-color);
  border-color: var(--main-color);
}
.vma-event-price-table--dark .vma-event-price-table-action a:hover, .vma-event-price-table--dark .vma-event-price-table-action a:focus {
  background-color: var(--main-color-light) !important;
  border-color: var(--main-color) !important;
  color: var(--main-color);
}
.vma-event-price-table--dark .vma-event-price-table-features {
  color: #fff;
}

.vma-event-partners {
  margin: 100px 0;
}
.vma-event-partners .row {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .vma-event-partners .row {
    flex-flow: column;
  }
  .vma-event-partners .row .vma-activity-patner_thumb {
    margin: 30px 0;
  }
}

.vma-event-features-block {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 15px;
}
.vma-event-features-block h4 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: var(--secondary-color);
  font-weight: bold;
}
.vma-event-features-block p {
  color: black;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .vma-event-features-block {
    margin: 30px 0;
  }
}

.vma-event-features-content-wrapper {
  margin-top: 105px;
}

.vma-event-feature-content {
  margin-bottom: 200px;
}
@media screen and (max-width: 991px) {
  .vma-event-feature-content {
    margin-bottom: 100px;
  }
}
.vma-event-feature-content .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .vma-event-feature-content .row {
    flex-flow: column-reverse;
    gap: 30px;
  }
  .vma-event-feature-content .row .vma-event-feature-content_info {
    padding: 0;
  }
  .vma-event-feature-content .row .vma-event-feature-content_info a.vma-event-btn {
    display: table;
    margin: 0 auto;
  }
  .vma-event-feature-content.vma-event-feature-content--reverse .row {
    flex-flow: column;
  }
}

.vma-event-feature-content_info {
  padding-left: 60px;
}
.vma-event-feature-content_info h5 {
  color: var(--secondary-color);
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 30px 0;
}
.vma-event-feature-content_info p {
  font-weight: 600;
  margin: 0 0 30px 0;
}
.vma-event-feature-content_info ul {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 15px;
  margin-bottom: 40px;
}
.vma-event-feature-content_info ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.vma-event-feature-content_info ul li::before {
  content: "";
  background: url("../../img/check.png") no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
}
.vma-event-feature-content_info ul li span {
  max-width: 80%;
}

.vma-event-feature-content--reverse .vma-event-feature-content_info {
  padding-right: 60px;
  padding-left: 0;
}

.vma-event-feature-content_thumb {
  max-width: 100%;
  border-radius: 30px;
}

.vma-event-cta {
  background: linear-gradient(90deg, #86d3ed 0%, #15bce9 100%);
  padding: 70px 0;
  text-align: center;
  color: #fff;
}
.vma-event-cta h6 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin: 0 auto 30px;
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .vma-event-cta h6 {
    max-width: 100%;
  }
}

.vma-event-content--no-space {
  margin-bottom: 0;
}/*# sourceMappingURL=price.css.map */