@charset "UTF-8";
@media screen and (max-width: 479px) {
  .hidden-lt-xs {
    display: none !important; } }

@media screen and (min-width: 480px) {
  .hidden-gt-xs {
    display: none !important; } }

@media screen and (max-width: 599px) {
  .hidden-lt-sm {
    display: none !important; } }

@media screen and (min-width: 600px) {
  .hidden-gt-sm {
    display: none !important; } }

@media screen and (max-width: 779px) {
  .hidden-lt-md {
    display: none !important; } }

@media screen and (min-width: 780px) {
  .hidden-gt-md {
    display: none !important; } }

@media screen and (max-width: 959px) {
  .hidden-lt-lg {
    display: none !important; } }

@media screen and (min-width: 960px) {
  .hidden-gt-lg {
    display: none !important; } }

@media screen and (max-width: 1239px) {
  .hidden-lt-xl {
    display: none !important; } }

@media screen and (min-width: 1240px) {
  .hidden-gt-xl {
    display: none !important; } }

:root {
  color-scheme: light; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  *:focus {
    outline: none; }

[hidden] {
  display: none !important; }

footer,
header,
nav,
section {
  display: block; }

nav ul,
nav ol {
  list-style: none; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

p {
  margin: 0;
  padding: 0; }

.h1, h1 {
  font-family: Bitter;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px; }
  @media screen and (min-width: 960px) {
    .h1, h1 {
      font-size: 40px;
      line-height: 60px; } }

.h2, h2, .section-banner .indicator, .section-banner .indicator em {
  font-family: Bitter;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px; }
  @media screen and (min-width: 960px) {
    .h2, h2, .section-banner .indicator, .section-banner .indicator em {
      font-size: 30px;
      line-height: 45px; } }

.h3, h3, .plans .plan header s {
  font-family: Bitter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }
  @media screen and (min-width: 960px) {
    .h3, h3, .plans .plan header s {
      font-size: 20px;
      line-height: 30px; } }

.h4, h4 {
  font-family: Bitter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }
  @media screen and (min-width: 960px) {
    .h4, h4 {
      font-size: 16px;
      line-height: 24px; } }

.h1-secondary, h1.secondary {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px; }
  @media screen and (min-width: 960px) {
    .h1-secondary, h1.secondary {
      font-size: 24px;
      line-height: 36px; } }

.h2-secondary, h2.secondary {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; }
  @media screen and (min-width: 960px) {
    .h2-secondary, h2.secondary {
      font-size: 20px;
      line-height: 30px; } }

.h3-secondary, h3.secondary {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px; }
  @media screen and (min-width: 960px) {
    .h3-secondary, h3.secondary {
      font-size: 16px;
      line-height: 24px; } }

.h4-secondary, h4.secondary {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px; }
  @media screen and (min-width: 960px) {
    .h4-secondary, h4.secondary {
      font-size: 14px;
      line-height: 22px; } }

.text-important, body.landing, .accordion-header {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; }
  @media screen and (min-width: 960px) {
    .text-important, body.landing, .accordion-header {
      font-size: 20px;
      line-height: 30px; } }

.text-primary, body, .accordion-main, .form, .input, .plans .plan, .reviews .review blockquote {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px; }
  @media screen and (min-width: 960px) {
    .text-primary, body, .accordion-main, .form, .input, .plans .plan, .reviews .review blockquote {
      font-size: 16px;
      line-height: 24px; } }

.text-secondary, .input-hint {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px; }

.text-tertiary {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px; }
  @media screen and (min-width: 960px) {
    .text-tertiary {
      font-size: 11px;
      line-height: 14px; } }

body {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.015em;
  font-weight: 500;
  color: #000; }

.header-accent {
  font-family: "Montserrat", serif;
  color: #F51D86;
  font-size: 120px;
  line-height: 120px;
  font-weight: bolder; }

.text-center {
  text-align: center; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: middle; }

.stack {
  display: flex;
  flex-flow: column nowrap;
  gap: 30px; }
  .stack-xs {
    gap: 10px; }
  .stack-sm {
    gap: 20px; }
  .stack-md {
    gap: 30px; }
  .stack-lg {
    gap: 50px; }
  .stack-xl {
    gap: 60px; }
  .stack-horizontal {
    flex-flow: row nowrap; }
  .stack-center {
    align-items: center; }

.paper {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px; }
  .paper-padded {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 50px 40px 60px; }
    @media screen and (max-width: 779px) {
      .paper-padded {
        padding: 40px 30px; } }
  .paper header {
    text-align: center; }
  .paper .actions {
    margin-top: 10px; }

.section {
  padding: 40px 0 50px; }
  @media screen and (min-width: 780px) {
    .section {
      padding: 80px 0 100px; } }
  .section .container,
  .section .content {
    display: flex;
    flex-flow: column nowrap;
    gap: 50px; }
  .section-header {
    display: flex;
    flex-flow: column nowrap;
    gap: 30px;
    text-align: center; }
  .section-stripe {
    padding: 50px 0; }
  .section-center {
    text-align: center; }
  .section-contrast {
    color: #fff; }

.section-inner-page, .section-signup {
  background: linear-gradient(106.57deg, #60007E 1.33%, #FB63C2 95.54%); }
  .section-inner-page .container, .section-signup .container {
    max-width: 610px; }
  .section-inner-page .paper, .section-signup .paper {
    padding: 30px 30px 40px; }
    @media screen and (min-width: 960px) {
      .section-inner-page .paper, .section-signup .paper {
        padding: 50px 40px 60px; } }

@media screen and (min-width: 960px) {
  .section-signup {
    min-height: 980px;
    background: url(../images/bg-signup.png) calc(30% - 300px) bottom no-repeat, linear-gradient(106.57deg, #60007E 1.33%, #FB63C2 95.54%); } }
@media screen and (min-width: 960px) {
  .section-signup-payment {
    background: url(../images/bg-payment.png) calc(60% + 400px) calc(100% - 5px) no-repeat, linear-gradient(106.57deg, #60007E 1.33%, #FB63C2 95.54%); } }
@media screen and (min-width: 960px) {
  .section-signup-thanks {
    background: url(../images/bg-thanks.png) calc(30% - 350px) bottom no-repeat, linear-gradient(106.57deg, #60007E 1.33%, #FB63C2 95.54%); } }

.section-text-content .container {
  max-width: 1010px; }
.section-text-content article h2.secondary, .section-text-content article h3.secondary {
  font-weight: bolder; }

a, .link {
  cursor: pointer;
  text-decoration: none;
  color: #F51D86; }
  a:hover:not(.button), a:focus:not(.button), .link:hover:not(.button), .link:focus:not(.button) {
    text-decoration: underline; }

.actions {
  display: flex;
  flex-flow: row wrap;
  row-gap: 20px;
  column-gap: 30px;
  justify-content: center;
  text-align: center;
  align-items: center; }
  @media screen and (max-width: 599px) {
    .actions {
      flex-flow: column nowrap;
      align-items: stretch; } }
  .actions .error {
    flex: 0 1 100%; }

.avatar {
  color: #fff;
  text-decoration: none;
  background: #579AFF;
  display: inline-block;
  width: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%; }

.accordion {
  display: flex;
  flex-flow: column nowrap;
  gap: 30px; }
  .accordion-item {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    display: block; }
  .accordion-header {
    font-weight: bolder;
    padding: 30px 40px;
    cursor: pointer;
    display: grid;
    grid-gap: 20px;
    overflow: hidden;
    grid-template-columns: auto max-content;
    position: relative; }
    .accordion-header::before, .accordion-header::after {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      vertical-align: middle;
      color: #F51D86;
      content: "remove";
      height: 40px;
      width: 40px;
      font-size: 40px;
      margin: -6px; }
      @media screen and (max-width: 959px) {
        .accordion-header::before, .accordion-header::after {
          font-size: 36px;
          width: 36px;
          height: 36px; } }
    .accordion-header::before {
      position: absolute;
      right: 40px;
      top: 30px; }
      @media screen and (max-width: 779px) {
        .accordion-header::before {
          right: 30px;
          top: 20px; } }
    .accordion-header::after {
      transform: rotate(-90deg);
      transition: transform .2s; }
    .accordion-header.open::after {
      transform: rotate(0deg); }
    @media screen and (max-width: 779px) {
      .accordion-header {
        padding: 20px 30px; } }
  .accordion-main {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    padding: 30px 40px;
    padding-top: 0;
    overflow: hidden; }
    @media screen and (max-width: 779px) {
      .accordion-main {
        padding: 20px 30px;
        padding-top: 0; } }

.button {
  display: inline-block;
  border-radius: 0.4em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border: 1px solid;
  outline: none;
  cursor: pointer;
  text-align: center; }
  .button:disabled, .button.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .button-primary {
    background: #F51D86;
    color: #fff;
    border-color: #F51D86;
    transition: background-color 0.2s, border-color 0.2s; }
    .button-primary:not(:disabled):hover, .button-primary:not(:disabled):focus {
      background-color: #7B61FF;
      border-color: #7B61FF; }
  .button-secondary {
    background: none;
    color: #F51D86;
    border-color: #F51D86;
    transition: color 0.2s, border-color 0.2s; }
    .button-secondary:not(:disabled):hover, .button-secondary:not(:disabled):focus {
      color: #7B61FF;
      border-color: #7B61FF; }
  .button-primary.button-contrast {
    background: #fff;
    border-color: #fff;
    transition: background-color 0.2s, border-color 0.2s; }
    .button-primary.button-contrast:not(:disabled):hover, .button-primary.button-contrast:not(:disabled):focus {
      background-color: #f2f2f2;
      border-color: #f2f2f2; }
  .button-secondary.button-contrast {
    background: none;
    color: #fff;
    border-color: #fff;
    transition: color 0.2s, border-color 0.2s; }
    .button-secondary.button-contrast:not(:disabled):hover, .button-secondary.button-contrast:not(:disabled):focus {
      color: #f2f2f2;
      border-color: #f2f2f2; }
  .button-large {
    padding: 15px 50px;
    font-size: 24px;
    line-height: 30px;
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 959px) {
      .button-large {
        padding: 13px 30px;
        font-size: 20px;
        line-height: 24px; } }
  .button-medium {
    padding: 13px 30px;
    font-size: 20px;
    line-height: 24px; }
    @media screen and (max-width: 959px) {
      .button-medium {
        padding: 10px 30px;
        font-size: 16px; } }
  .button-small {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 24px; }
  .button-xsmall {
    padding: 4px 20px;
    font-size: 14px;
    line-height: 20px; }

.owl-carousel .owl-stage-outer {
  z-index: 1; }
.owl-carousel .paper {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
.owl-carousel .owl-nav {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  font-size: 24px;
  color: #F51D86;
  position: absolute;
  top: 50%;
  left: 12px;
  right: 12px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between; }
  .owl-carousel .owl-nav button {
    display: block;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: color 0.2s; }
    .owl-carousel .owl-nav button:not(:disabled):hover, .owl-carousel .owl-nav button:not(:disabled):focus {
      color: #7B61FF; }
    .owl-carousel .owl-nav button.disabled {
      opacity: 30%;
      cursor: default; }
    .owl-carousel .owl-nav button span {
      display: none; }
    .owl-carousel .owl-nav button::after {
      width: 24px;
      height: 24px;
      display: block; }
    .owl-carousel .owl-nav button.owl-next::after {
      content: 'arrow_forward_ios_new'; }
    .owl-carousel .owl-nav button.owl-prev::after {
      content: 'arrow_back_ios_new'; }

.checkbox {
  color: #000; }
  .checkbox input[type="checkbox"] {
    display: none; }
  .input-container.error .checkbox .checkbox-icon {
    color: #D80505; }
  .checkbox-icon {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    color: #F51D86;
    vertical-align: -0.25em;
    font-size: 1.2em;
    margin-right: 5px; }
    .checkbox-icon::after {
      content: 'check_box_outline_blank'; }
    input[type="checkbox"]:checked + .checkbox-icon::after {
      content: 'check_box'; }

.error {
  color: #D80505; }

.form {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: auto 1fr;
  align-items: baseline; }
  @media screen and (max-width: 599px) {
    .form {
      grid-template-columns: auto;
      grid-row-gap: 10px;
      margin-bottom: -20px; }
      .form .input-container {
        margin-bottom: 20px; } }
  .form label {
    font-weight: bolder; }
  @media screen and (min-width: 600px) {
    .form .input-checkbox-container {
      grid-column: 1 / span 2; } }

#recaptcha {
  position: absolute; }
  #recaptcha .grecaptcha-badge {
    box-shadow: none !important; }

.columns {
  display: grid;
  align-items: self-start; }
  .columns {
    display: flex;
    flex-flow: row wrap;
    column-gap: 30px;
    flex: 0 0 auto; }
    .columns > * {
      width: 100%; }
  .columns.columns-2 > * {
    width: calc((100% - 1 * 30px) / 2); }
  @media screen and (min-width: 480px) {
    .columns.columns-xs-2 > * {
      width: calc((100% - 1 * 30px) / 2); } }
  @media screen and (min-width: 600px) {
    .columns.columns-sm-2 > * {
      width: calc((100% - 1 * 30px) / 2); } }
  @media screen and (min-width: 780px) {
    .columns.columns-md-2 > * {
      width: calc((100% - 1 * 30px) / 2); } }
  @media screen and (min-width: 960px) {
    .columns.columns-lg-2 > * {
      width: calc((100% - 1 * 30px) / 2); } }
  @media screen and (min-width: 1240px) {
    .columns.columns-xl-2 > * {
      width: calc((100% - 1 * 30px) / 2); } }
  .columns.columns-3 > * {
    width: calc((100% - 2 * 30px) / 3); }
  @media screen and (min-width: 480px) {
    .columns.columns-xs-3 > * {
      width: calc((100% - 2 * 30px) / 3); } }
  @media screen and (min-width: 600px) {
    .columns.columns-sm-3 > * {
      width: calc((100% - 2 * 30px) / 3); } }
  @media screen and (min-width: 780px) {
    .columns.columns-md-3 > * {
      width: calc((100% - 2 * 30px) / 3); } }
  @media screen and (min-width: 960px) {
    .columns.columns-lg-3 > * {
      width: calc((100% - 2 * 30px) / 3); } }
  @media screen and (min-width: 1240px) {
    .columns.columns-xl-3 > * {
      width: calc((100% - 2 * 30px) / 3); } }
  .columns.columns-4 > * {
    width: calc((100% - 3 * 30px) / 4); }
  @media screen and (min-width: 480px) {
    .columns.columns-xs-4 > * {
      width: calc((100% - 3 * 30px) / 4); } }
  @media screen and (min-width: 600px) {
    .columns.columns-sm-4 > * {
      width: calc((100% - 3 * 30px) / 4); } }
  @media screen and (min-width: 780px) {
    .columns.columns-md-4 > * {
      width: calc((100% - 3 * 30px) / 4); } }
  @media screen and (min-width: 960px) {
    .columns.columns-lg-4 > * {
      width: calc((100% - 3 * 30px) / 4); } }
  @media screen and (min-width: 1240px) {
    .columns.columns-xl-4 > * {
      width: calc((100% - 3 * 30px) / 4); } }
  .columns.columns-5 > * {
    width: calc((100% - 4 * 30px) / 5); }
  @media screen and (min-width: 480px) {
    .columns.columns-xs-5 > * {
      width: calc((100% - 4 * 30px) / 5); } }
  @media screen and (min-width: 600px) {
    .columns.columns-sm-5 > * {
      width: calc((100% - 4 * 30px) / 5); } }
  @media screen and (min-width: 780px) {
    .columns.columns-md-5 > * {
      width: calc((100% - 4 * 30px) / 5); } }
  @media screen and (min-width: 960px) {
    .columns.columns-lg-5 > * {
      width: calc((100% - 4 * 30px) / 5); } }
  @media screen and (min-width: 1240px) {
    .columns.columns-xl-5 > * {
      width: calc((100% - 4 * 30px) / 5); } }
  .columns.columns-6 > * {
    width: calc((100% - 5 * 30px) / 6); }
  @media screen and (min-width: 480px) {
    .columns.columns-xs-6 > * {
      width: calc((100% - 5 * 30px) / 6); } }
  @media screen and (min-width: 600px) {
    .columns.columns-sm-6 > * {
      width: calc((100% - 5 * 30px) / 6); } }
  @media screen and (min-width: 780px) {
    .columns.columns-md-6 > * {
      width: calc((100% - 5 * 30px) / 6); } }
  @media screen and (min-width: 960px) {
    .columns.columns-lg-6 > * {
      width: calc((100% - 5 * 30px) / 6); } }
  @media screen and (min-width: 1240px) {
    .columns.columns-xl-6 > * {
      width: calc((100% - 5 * 30px) / 6); } }
  .columns-gap-xs {
    display: flex;
    flex-flow: row wrap;
    column-gap: 10px;
    flex: 0 0 auto; }
    .columns-gap-xs > * {
      width: 100%; }
  .columns-gap-xs.columns-2 > * {
    width: calc((100% - 1 * 10px) / 2); }
  @media screen and (min-width: 480px) {
    .columns-gap-xs.columns-xs-2 > * {
      width: calc((100% - 1 * 10px) / 2); } }
  @media screen and (min-width: 600px) {
    .columns-gap-xs.columns-sm-2 > * {
      width: calc((100% - 1 * 10px) / 2); } }
  @media screen and (min-width: 780px) {
    .columns-gap-xs.columns-md-2 > * {
      width: calc((100% - 1 * 10px) / 2); } }
  @media screen and (min-width: 960px) {
    .columns-gap-xs.columns-lg-2 > * {
      width: calc((100% - 1 * 10px) / 2); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-xs.columns-xl-2 > * {
      width: calc((100% - 1 * 10px) / 2); } }
  .columns-gap-xs.columns-3 > * {
    width: calc((100% - 2 * 10px) / 3); }
  @media screen and (min-width: 480px) {
    .columns-gap-xs.columns-xs-3 > * {
      width: calc((100% - 2 * 10px) / 3); } }
  @media screen and (min-width: 600px) {
    .columns-gap-xs.columns-sm-3 > * {
      width: calc((100% - 2 * 10px) / 3); } }
  @media screen and (min-width: 780px) {
    .columns-gap-xs.columns-md-3 > * {
      width: calc((100% - 2 * 10px) / 3); } }
  @media screen and (min-width: 960px) {
    .columns-gap-xs.columns-lg-3 > * {
      width: calc((100% - 2 * 10px) / 3); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-xs.columns-xl-3 > * {
      width: calc((100% - 2 * 10px) / 3); } }
  .columns-gap-xs.columns-4 > * {
    width: calc((100% - 3 * 10px) / 4); }
  @media screen and (min-width: 480px) {
    .columns-gap-xs.columns-xs-4 > * {
      width: calc((100% - 3 * 10px) / 4); } }
  @media screen and (min-width: 600px) {
    .columns-gap-xs.columns-sm-4 > * {
      width: calc((100% - 3 * 10px) / 4); } }
  @media screen and (min-width: 780px) {
    .columns-gap-xs.columns-md-4 > * {
      width: calc((100% - 3 * 10px) / 4); } }
  @media screen and (min-width: 960px) {
    .columns-gap-xs.columns-lg-4 > * {
      width: calc((100% - 3 * 10px) / 4); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-xs.columns-xl-4 > * {
      width: calc((100% - 3 * 10px) / 4); } }
  .columns-gap-xs.columns-5 > * {
    width: calc((100% - 4 * 10px) / 5); }
  @media screen and (min-width: 480px) {
    .columns-gap-xs.columns-xs-5 > * {
      width: calc((100% - 4 * 10px) / 5); } }
  @media screen and (min-width: 600px) {
    .columns-gap-xs.columns-sm-5 > * {
      width: calc((100% - 4 * 10px) / 5); } }
  @media screen and (min-width: 780px) {
    .columns-gap-xs.columns-md-5 > * {
      width: calc((100% - 4 * 10px) / 5); } }
  @media screen and (min-width: 960px) {
    .columns-gap-xs.columns-lg-5 > * {
      width: calc((100% - 4 * 10px) / 5); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-xs.columns-xl-5 > * {
      width: calc((100% - 4 * 10px) / 5); } }
  .columns-gap-xs.columns-6 > * {
    width: calc((100% - 5 * 10px) / 6); }
  @media screen and (min-width: 480px) {
    .columns-gap-xs.columns-xs-6 > * {
      width: calc((100% - 5 * 10px) / 6); } }
  @media screen and (min-width: 600px) {
    .columns-gap-xs.columns-sm-6 > * {
      width: calc((100% - 5 * 10px) / 6); } }
  @media screen and (min-width: 780px) {
    .columns-gap-xs.columns-md-6 > * {
      width: calc((100% - 5 * 10px) / 6); } }
  @media screen and (min-width: 960px) {
    .columns-gap-xs.columns-lg-6 > * {
      width: calc((100% - 5 * 10px) / 6); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-xs.columns-xl-6 > * {
      width: calc((100% - 5 * 10px) / 6); } }
  .columns-row-gap-xs {
    row-gap: 10px; }
  .columns-gap-sm {
    display: flex;
    flex-flow: row wrap;
    column-gap: 20px;
    flex: 0 0 auto; }
    .columns-gap-sm > * {
      width: 100%; }
  .columns-gap-sm.columns-2 > * {
    width: calc((100% - 1 * 20px) / 2); }
  @media screen and (min-width: 480px) {
    .columns-gap-sm.columns-xs-2 > * {
      width: calc((100% - 1 * 20px) / 2); } }
  @media screen and (min-width: 600px) {
    .columns-gap-sm.columns-sm-2 > * {
      width: calc((100% - 1 * 20px) / 2); } }
  @media screen and (min-width: 780px) {
    .columns-gap-sm.columns-md-2 > * {
      width: calc((100% - 1 * 20px) / 2); } }
  @media screen and (min-width: 960px) {
    .columns-gap-sm.columns-lg-2 > * {
      width: calc((100% - 1 * 20px) / 2); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-sm.columns-xl-2 > * {
      width: calc((100% - 1 * 20px) / 2); } }
  .columns-gap-sm.columns-3 > * {
    width: calc((100% - 2 * 20px) / 3); }
  @media screen and (min-width: 480px) {
    .columns-gap-sm.columns-xs-3 > * {
      width: calc((100% - 2 * 20px) / 3); } }
  @media screen and (min-width: 600px) {
    .columns-gap-sm.columns-sm-3 > * {
      width: calc((100% - 2 * 20px) / 3); } }
  @media screen and (min-width: 780px) {
    .columns-gap-sm.columns-md-3 > * {
      width: calc((100% - 2 * 20px) / 3); } }
  @media screen and (min-width: 960px) {
    .columns-gap-sm.columns-lg-3 > * {
      width: calc((100% - 2 * 20px) / 3); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-sm.columns-xl-3 > * {
      width: calc((100% - 2 * 20px) / 3); } }
  .columns-gap-sm.columns-4 > * {
    width: calc((100% - 3 * 20px) / 4); }
  @media screen and (min-width: 480px) {
    .columns-gap-sm.columns-xs-4 > * {
      width: calc((100% - 3 * 20px) / 4); } }
  @media screen and (min-width: 600px) {
    .columns-gap-sm.columns-sm-4 > * {
      width: calc((100% - 3 * 20px) / 4); } }
  @media screen and (min-width: 780px) {
    .columns-gap-sm.columns-md-4 > * {
      width: calc((100% - 3 * 20px) / 4); } }
  @media screen and (min-width: 960px) {
    .columns-gap-sm.columns-lg-4 > * {
      width: calc((100% - 3 * 20px) / 4); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-sm.columns-xl-4 > * {
      width: calc((100% - 3 * 20px) / 4); } }
  .columns-gap-sm.columns-5 > * {
    width: calc((100% - 4 * 20px) / 5); }
  @media screen and (min-width: 480px) {
    .columns-gap-sm.columns-xs-5 > * {
      width: calc((100% - 4 * 20px) / 5); } }
  @media screen and (min-width: 600px) {
    .columns-gap-sm.columns-sm-5 > * {
      width: calc((100% - 4 * 20px) / 5); } }
  @media screen and (min-width: 780px) {
    .columns-gap-sm.columns-md-5 > * {
      width: calc((100% - 4 * 20px) / 5); } }
  @media screen and (min-width: 960px) {
    .columns-gap-sm.columns-lg-5 > * {
      width: calc((100% - 4 * 20px) / 5); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-sm.columns-xl-5 > * {
      width: calc((100% - 4 * 20px) / 5); } }
  .columns-gap-sm.columns-6 > * {
    width: calc((100% - 5 * 20px) / 6); }
  @media screen and (min-width: 480px) {
    .columns-gap-sm.columns-xs-6 > * {
      width: calc((100% - 5 * 20px) / 6); } }
  @media screen and (min-width: 600px) {
    .columns-gap-sm.columns-sm-6 > * {
      width: calc((100% - 5 * 20px) / 6); } }
  @media screen and (min-width: 780px) {
    .columns-gap-sm.columns-md-6 > * {
      width: calc((100% - 5 * 20px) / 6); } }
  @media screen and (min-width: 960px) {
    .columns-gap-sm.columns-lg-6 > * {
      width: calc((100% - 5 * 20px) / 6); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-sm.columns-xl-6 > * {
      width: calc((100% - 5 * 20px) / 6); } }
  .columns-row-gap-sm {
    row-gap: 20px; }
  .columns-gap-md {
    display: flex;
    flex-flow: row wrap;
    column-gap: 30px;
    flex: 0 0 auto; }
    .columns-gap-md > * {
      width: 100%; }
  .columns-gap-md.columns-2 > * {
    width: calc((100% - 1 * 30px) / 2); }
  @media screen and (min-width: 480px) {
    .columns-gap-md.columns-xs-2 > * {
      width: calc((100% - 1 * 30px) / 2); } }
  @media screen and (min-width: 600px) {
    .columns-gap-md.columns-sm-2 > * {
      width: calc((100% - 1 * 30px) / 2); } }
  @media screen and (min-width: 780px) {
    .columns-gap-md.columns-md-2 > * {
      width: calc((100% - 1 * 30px) / 2); } }
  @media screen and (min-width: 960px) {
    .columns-gap-md.columns-lg-2 > * {
      width: calc((100% - 1 * 30px) / 2); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-md.columns-xl-2 > * {
      width: calc((100% - 1 * 30px) / 2); } }
  .columns-gap-md.columns-3 > * {
    width: calc((100% - 2 * 30px) / 3); }
  @media screen and (min-width: 480px) {
    .columns-gap-md.columns-xs-3 > * {
      width: calc((100% - 2 * 30px) / 3); } }
  @media screen and (min-width: 600px) {
    .columns-gap-md.columns-sm-3 > * {
      width: calc((100% - 2 * 30px) / 3); } }
  @media screen and (min-width: 780px) {
    .columns-gap-md.columns-md-3 > * {
      width: calc((100% - 2 * 30px) / 3); } }
  @media screen and (min-width: 960px) {
    .columns-gap-md.columns-lg-3 > * {
      width: calc((100% - 2 * 30px) / 3); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-md.columns-xl-3 > * {
      width: calc((100% - 2 * 30px) / 3); } }
  .columns-gap-md.columns-4 > * {
    width: calc((100% - 3 * 30px) / 4); }
  @media screen and (min-width: 480px) {
    .columns-gap-md.columns-xs-4 > * {
      width: calc((100% - 3 * 30px) / 4); } }
  @media screen and (min-width: 600px) {
    .columns-gap-md.columns-sm-4 > * {
      width: calc((100% - 3 * 30px) / 4); } }
  @media screen and (min-width: 780px) {
    .columns-gap-md.columns-md-4 > * {
      width: calc((100% - 3 * 30px) / 4); } }
  @media screen and (min-width: 960px) {
    .columns-gap-md.columns-lg-4 > * {
      width: calc((100% - 3 * 30px) / 4); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-md.columns-xl-4 > * {
      width: calc((100% - 3 * 30px) / 4); } }
  .columns-gap-md.columns-5 > * {
    width: calc((100% - 4 * 30px) / 5); }
  @media screen and (min-width: 480px) {
    .columns-gap-md.columns-xs-5 > * {
      width: calc((100% - 4 * 30px) / 5); } }
  @media screen and (min-width: 600px) {
    .columns-gap-md.columns-sm-5 > * {
      width: calc((100% - 4 * 30px) / 5); } }
  @media screen and (min-width: 780px) {
    .columns-gap-md.columns-md-5 > * {
      width: calc((100% - 4 * 30px) / 5); } }
  @media screen and (min-width: 960px) {
    .columns-gap-md.columns-lg-5 > * {
      width: calc((100% - 4 * 30px) / 5); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-md.columns-xl-5 > * {
      width: calc((100% - 4 * 30px) / 5); } }
  .columns-gap-md.columns-6 > * {
    width: calc((100% - 5 * 30px) / 6); }
  @media screen and (min-width: 480px) {
    .columns-gap-md.columns-xs-6 > * {
      width: calc((100% - 5 * 30px) / 6); } }
  @media screen and (min-width: 600px) {
    .columns-gap-md.columns-sm-6 > * {
      width: calc((100% - 5 * 30px) / 6); } }
  @media screen and (min-width: 780px) {
    .columns-gap-md.columns-md-6 > * {
      width: calc((100% - 5 * 30px) / 6); } }
  @media screen and (min-width: 960px) {
    .columns-gap-md.columns-lg-6 > * {
      width: calc((100% - 5 * 30px) / 6); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-md.columns-xl-6 > * {
      width: calc((100% - 5 * 30px) / 6); } }
  .columns-row-gap-md {
    row-gap: 30px; }
  .columns-gap-lg {
    display: flex;
    flex-flow: row wrap;
    column-gap: 50px;
    flex: 0 0 auto; }
    .columns-gap-lg > * {
      width: 100%; }
  .columns-gap-lg.columns-2 > * {
    width: calc((100% - 1 * 50px) / 2); }
  @media screen and (min-width: 480px) {
    .columns-gap-lg.columns-xs-2 > * {
      width: calc((100% - 1 * 50px) / 2); } }
  @media screen and (min-width: 600px) {
    .columns-gap-lg.columns-sm-2 > * {
      width: calc((100% - 1 * 50px) / 2); } }
  @media screen and (min-width: 780px) {
    .columns-gap-lg.columns-md-2 > * {
      width: calc((100% - 1 * 50px) / 2); } }
  @media screen and (min-width: 960px) {
    .columns-gap-lg.columns-lg-2 > * {
      width: calc((100% - 1 * 50px) / 2); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-lg.columns-xl-2 > * {
      width: calc((100% - 1 * 50px) / 2); } }
  .columns-gap-lg.columns-3 > * {
    width: calc((100% - 2 * 50px) / 3); }
  @media screen and (min-width: 480px) {
    .columns-gap-lg.columns-xs-3 > * {
      width: calc((100% - 2 * 50px) / 3); } }
  @media screen and (min-width: 600px) {
    .columns-gap-lg.columns-sm-3 > * {
      width: calc((100% - 2 * 50px) / 3); } }
  @media screen and (min-width: 780px) {
    .columns-gap-lg.columns-md-3 > * {
      width: calc((100% - 2 * 50px) / 3); } }
  @media screen and (min-width: 960px) {
    .columns-gap-lg.columns-lg-3 > * {
      width: calc((100% - 2 * 50px) / 3); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-lg.columns-xl-3 > * {
      width: calc((100% - 2 * 50px) / 3); } }
  .columns-gap-lg.columns-4 > * {
    width: calc((100% - 3 * 50px) / 4); }
  @media screen and (min-width: 480px) {
    .columns-gap-lg.columns-xs-4 > * {
      width: calc((100% - 3 * 50px) / 4); } }
  @media screen and (min-width: 600px) {
    .columns-gap-lg.columns-sm-4 > * {
      width: calc((100% - 3 * 50px) / 4); } }
  @media screen and (min-width: 780px) {
    .columns-gap-lg.columns-md-4 > * {
      width: calc((100% - 3 * 50px) / 4); } }
  @media screen and (min-width: 960px) {
    .columns-gap-lg.columns-lg-4 > * {
      width: calc((100% - 3 * 50px) / 4); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-lg.columns-xl-4 > * {
      width: calc((100% - 3 * 50px) / 4); } }
  .columns-gap-lg.columns-5 > * {
    width: calc((100% - 4 * 50px) / 5); }
  @media screen and (min-width: 480px) {
    .columns-gap-lg.columns-xs-5 > * {
      width: calc((100% - 4 * 50px) / 5); } }
  @media screen and (min-width: 600px) {
    .columns-gap-lg.columns-sm-5 > * {
      width: calc((100% - 4 * 50px) / 5); } }
  @media screen and (min-width: 780px) {
    .columns-gap-lg.columns-md-5 > * {
      width: calc((100% - 4 * 50px) / 5); } }
  @media screen and (min-width: 960px) {
    .columns-gap-lg.columns-lg-5 > * {
      width: calc((100% - 4 * 50px) / 5); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-lg.columns-xl-5 > * {
      width: calc((100% - 4 * 50px) / 5); } }
  .columns-gap-lg.columns-6 > * {
    width: calc((100% - 5 * 50px) / 6); }
  @media screen and (min-width: 480px) {
    .columns-gap-lg.columns-xs-6 > * {
      width: calc((100% - 5 * 50px) / 6); } }
  @media screen and (min-width: 600px) {
    .columns-gap-lg.columns-sm-6 > * {
      width: calc((100% - 5 * 50px) / 6); } }
  @media screen and (min-width: 780px) {
    .columns-gap-lg.columns-md-6 > * {
      width: calc((100% - 5 * 50px) / 6); } }
  @media screen and (min-width: 960px) {
    .columns-gap-lg.columns-lg-6 > * {
      width: calc((100% - 5 * 50px) / 6); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-lg.columns-xl-6 > * {
      width: calc((100% - 5 * 50px) / 6); } }
  .columns-row-gap-lg {
    row-gap: 50px; }
  .columns-gap-xl {
    display: flex;
    flex-flow: row wrap;
    column-gap: 60px;
    flex: 0 0 auto; }
    .columns-gap-xl > * {
      width: 100%; }
  .columns-gap-xl.columns-2 > * {
    width: calc((100% - 1 * 60px) / 2); }
  @media screen and (min-width: 480px) {
    .columns-gap-xl.columns-xs-2 > * {
      width: calc((100% - 1 * 60px) / 2); } }
  @media screen and (min-width: 600px) {
    .columns-gap-xl.columns-sm-2 > * {
      width: calc((100% - 1 * 60px) / 2); } }
  @media screen and (min-width: 780px) {
    .columns-gap-xl.columns-md-2 > * {
      width: calc((100% - 1 * 60px) / 2); } }
  @media screen and (min-width: 960px) {
    .columns-gap-xl.columns-lg-2 > * {
      width: calc((100% - 1 * 60px) / 2); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-xl.columns-xl-2 > * {
      width: calc((100% - 1 * 60px) / 2); } }
  .columns-gap-xl.columns-3 > * {
    width: calc((100% - 2 * 60px) / 3); }
  @media screen and (min-width: 480px) {
    .columns-gap-xl.columns-xs-3 > * {
      width: calc((100% - 2 * 60px) / 3); } }
  @media screen and (min-width: 600px) {
    .columns-gap-xl.columns-sm-3 > * {
      width: calc((100% - 2 * 60px) / 3); } }
  @media screen and (min-width: 780px) {
    .columns-gap-xl.columns-md-3 > * {
      width: calc((100% - 2 * 60px) / 3); } }
  @media screen and (min-width: 960px) {
    .columns-gap-xl.columns-lg-3 > * {
      width: calc((100% - 2 * 60px) / 3); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-xl.columns-xl-3 > * {
      width: calc((100% - 2 * 60px) / 3); } }
  .columns-gap-xl.columns-4 > * {
    width: calc((100% - 3 * 60px) / 4); }
  @media screen and (min-width: 480px) {
    .columns-gap-xl.columns-xs-4 > * {
      width: calc((100% - 3 * 60px) / 4); } }
  @media screen and (min-width: 600px) {
    .columns-gap-xl.columns-sm-4 > * {
      width: calc((100% - 3 * 60px) / 4); } }
  @media screen and (min-width: 780px) {
    .columns-gap-xl.columns-md-4 > * {
      width: calc((100% - 3 * 60px) / 4); } }
  @media screen and (min-width: 960px) {
    .columns-gap-xl.columns-lg-4 > * {
      width: calc((100% - 3 * 60px) / 4); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-xl.columns-xl-4 > * {
      width: calc((100% - 3 * 60px) / 4); } }
  .columns-gap-xl.columns-5 > * {
    width: calc((100% - 4 * 60px) / 5); }
  @media screen and (min-width: 480px) {
    .columns-gap-xl.columns-xs-5 > * {
      width: calc((100% - 4 * 60px) / 5); } }
  @media screen and (min-width: 600px) {
    .columns-gap-xl.columns-sm-5 > * {
      width: calc((100% - 4 * 60px) / 5); } }
  @media screen and (min-width: 780px) {
    .columns-gap-xl.columns-md-5 > * {
      width: calc((100% - 4 * 60px) / 5); } }
  @media screen and (min-width: 960px) {
    .columns-gap-xl.columns-lg-5 > * {
      width: calc((100% - 4 * 60px) / 5); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-xl.columns-xl-5 > * {
      width: calc((100% - 4 * 60px) / 5); } }
  .columns-gap-xl.columns-6 > * {
    width: calc((100% - 5 * 60px) / 6); }
  @media screen and (min-width: 480px) {
    .columns-gap-xl.columns-xs-6 > * {
      width: calc((100% - 5 * 60px) / 6); } }
  @media screen and (min-width: 600px) {
    .columns-gap-xl.columns-sm-6 > * {
      width: calc((100% - 5 * 60px) / 6); } }
  @media screen and (min-width: 780px) {
    .columns-gap-xl.columns-md-6 > * {
      width: calc((100% - 5 * 60px) / 6); } }
  @media screen and (min-width: 960px) {
    .columns-gap-xl.columns-lg-6 > * {
      width: calc((100% - 5 * 60px) / 6); } }
  @media screen and (min-width: 1240px) {
    .columns-gap-xl.columns-xl-6 > * {
      width: calc((100% - 5 * 60px) / 6); } }
  .columns-row-gap-xl {
    row-gap: 60px; }
  .columns-stretch {
    align-items: stretch; }

.icon-button {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle; }
  .icon-button-instagram {
    background-image: url(../images/icon-instagram.svg); }
  .icon-button-email {
    background-image: url(../images/icon-email.svg); }
  .icon-button-phone {
    background-image: url(../images/icon-phone.svg); }

.input {
  background: #fff;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 10px 15px;
  width: 100%; }
  .input-container {
    display: flex;
    flex-flow: column;
    row-gap: 10px; }
    .input-container.error .input {
      border-color: #D80505; }
    .input-container.error .input-hint:not(.error) {
      display: none; }
  .input-hint:empty {
    display: none; }
  .input-password-container {
    position: relative; }
  .input-password {
    padding-right: 50px; }
    .input-password + .password-visibility-toggle {
      position: absolute;
      width: 24px;
      height: 24px;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      overflow: hidden; }
      .input-password + .password-visibility-toggle::after {
        color: #F51D86; }
    .input-password[type="password"] + .password-visibility-toggle::after {
      content: 'visibility_off'; }
    .input-password[type="text"] + .password-visibility-toggle::after {
      content: 'visibility_on'; }
  .input::placeholder {
    color: #C9C5C3; }

select.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrow.svg) calc(100% - 10px) center no-repeat;
  padding-right: 33px; }

ul,
ol {
  margin-left: 0;
  padding-left: 1.25em; }

ul {
  list-style: '·  '; }

.list-sparse, .list-checkmark {
  margin-bottom: -20px; }
  .list-sparse li, .list-checkmark li {
    margin-bottom: 20px; }

.list-checkmark {
  list-style: none;
  padding-left: 0; }
  .list-checkmark li {
    padding-left: 40px;
    min-height: 30px;
    background: url(../images/icon-checkbox.svg) left 2px no-repeat;
    background-size: 24px; }

.list-illustrated {
  list-style: none;
  padding-left: 0; }
  .list-illustrated figure {
    display: flex;
    flex-flow: column nowrap;
    gap: 30px;
    align-items: center; }
  .list-illustrated figcaption {
    font-weight: bolder; }

.list {
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  padding: 15px;
  gap: 10px;
  text-align: center;
  align-items: stretch; }
  .list a, .list .link {
    color: #000;
    padding: 0 30px;
    display: block; }

.logo {
  display: block;
  width: 241px; }
  .logo img {
    width: 100%;
    height: auto; }

.order-details {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  width: 100%; }
  .order-details p {
    overflow: hidden;
    text-overflow: ellipsis; }
  .order-details .strong {
    font-weight: bolder; }
  .order-details .plan {
    font-weight: bolder;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 10px; }
    .order-details .plan .price {
      white-space: nowrap; }
      .order-details .plan .price s {
        font-weight: normal; }
    @media screen and (max-width: 599px) {
      .order-details .plan {
        flex-flow: column; } }

.payment-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 40px; }
  @media screen and (max-width: 479px) {
    .payment-methods {
      grid-column-gap: 20px;
      grid-row-gap: 30px; } }
  .payment-methods .footer {
    grid-column: 1 / span 2;
    text-align: center; }

.payment-method {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  display: block;
  position: relative;
  padding: 0 0 60%; }
  .payment-method::before {
    display: block;
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background: center center no-repeat;
    background-size: contain; }
    @media screen and (max-width: 479px) {
      .payment-method::before {
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px; } }
  .payment-method-paypal::before {
    background-image: url(../images/payment-method-paypal.svg); }
  .payment-method-wayforpay::before {
    background-image: url(../images/payment-method-wayforpay.png); }

.plans {
  overflow: hidden; }
  .plans.owl-loaded {
    cursor: move; }
  .plans:not(.owl-loaded) {
    display: flex;
    column-gap: 30px;
    padding: 20px; }
  .plans .owl-stage-outer {
    padding: 20px 0; }
  .plans .owl-stage {
    display: flex;
    align-items: stretch; }
    .plans .owl-stage::after {
      display: none; }
    .plans .owl-stage .owl-item {
      display: flex; }
  .plans .plan {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto; }
    .plans .plan header {
      color: #fff;
      padding: 30px 40px;
      border-radius: 20px 20px 0 0;
      text-align: center; }
      .plans .plan header h1 {
        font-weight: bolder; }
      .plans .plan header s {
        display: block;
        color: #E5E5E5; }
    .plans .plan main {
      flex: 1 0 auto;
      padding: 30px 20px; }
      .plans .plan main h2 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: bolder;
        padding-left: 40px;
        min-height: 30px;
        background: url(../images/icon-checkbox.svg) left 2px no-repeat;
        background-size: 24px; }
        .plans .plan main h2:first-child {
          margin-top: 0; }
        .plans .plan main h2:last-child {
          margin-bottom: 0; }
    .plans .plan footer {
      text-align: center;
      padding: 0 20px 40px;
      border-radius: 0 0 20px 20px; }
    .plans .plan-basic header {
      background: #F47CC1; }
    .plans .plan-premium header {
      background: linear-gradient(91.99deg, #60007E 0.71%, #E733AC 101.59%); }
    .plans .plan-premium main {
      border: 2px solid #E733AC;
      border-top: 0;
      border-bottom: 0; }
    .plans .plan-premium footer {
      border: 2px solid #E733AC;
      border-top: 0; }
    .plans .plan-premium-plus header {
      background: #7AC9FF; }
    @media screen and (max-width: 779px) {
      .plans .plan header {
        padding: 20px 30px; }
      .plans .plan main, .plans .plan footer {
        padding-left: 20px;
        padding-right: 20px; }
      .plans .plan footer {
        padding-bottom: 40px; } }

.popup {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: absolute;
  z-index: 10; }
  .popup-form {
    padding: 20px 30px 30px; }
    @media screen and (min-width: 780px) {
      .popup-form {
        padding: 30px 40px 40px; } }
    .popup-form h2 {
      font-weight: bolder; }
    .popup-form .actions {
      font-size: 16px;
      line-height: 24px;
      justify-content: space-around; }

.recipe {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  list-style: none;
  padding-left: 0; }
  .recipe .recipe {
    margin-top: 15px;
    gap: 15px;
    padding-left: 20px; }
    .recipe .recipe .recipe-product-name {
      font-weight: inherit; }
  .recipe-product {
    display: flex;
    justify-content: space-between;
    gap: 10px; }
    .recipe-product-name {
      font-weight: bolder; }
      .recipe-product-name.complex {
        display: flex;
        flex-flow: row nowrap;
        gap: 20px;
        color: #F51D86;
        cursor: pointer; }
        .recipe-product-name.complex:hover, .recipe-product-name.complex:focus {
          text-decoration: none; }
          .recipe-product-name.complex:hover span, .recipe-product-name.complex:focus span {
            text-decoration: underline; }
        .recipe-product-name.complex::before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          line-height: 1;
          letter-spacing: normal;
          text-transform: none;
          display: inline-block;
          white-space: nowrap;
          word-wrap: normal;
          direction: ltr;
          -webkit-font-feature-settings: 'liga';
          -webkit-font-smoothing: antialiased;
          vertical-align: middle;
          content: 'menu_book';
          font-size: 24px;
          transform: translateY(-2px); }
    .recipe-product-quantity {
      color: #b1b1b1;
      text-align: end;
      min-width: 45px; }

.reviews {
  padding: 0 50px;
  overflow: hidden; }
  .reviews .review img {
    margin: 0 auto; }
    .reviews .review img + * {
      margin-top: 50px; }
  .reviews .review figcaption {
    font-weight: bolder; }
    .reviews .review figcaption + * {
      margin-top: 20px; }
  .reviews .review blockquote {
    text-align: start; }
  .reviews-rounded .review img {
    border-radius: 50%; }
  .reviews-decorated .review img {
    border: 6px solid #99d6ff; }
  .reviews-contrast .review img {
    border-color: #fff; }
  .reviews-size-md:not(.reviews-auto-height) .owl-nav {
    top: 100px; }
  .reviews-size-md .review img {
    width: 200px; }
  .reviews-size-md.reviews-decorated .review img {
    width: 212px; }
  .reviews-size-lg:not(.reviews-auto-height) .owl-nav {
    top: 150px; }
  .reviews-size-lg .review img {
    width: 300px; }
  .reviews-size-lg.reviews-decorated .review img {
    width: 312px; }

.table {
  max-width: 770px;
  margin: 0 auto; }
  .table .row {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    padding: 0 0 30px;
    column-gap: 30px;
    row-gap: 10px; }
    .table .row + .row {
      border-top: 1px solid #E5E5E5;
      padding-top: 30px; }
    .table .row.editing {
      row-gap: 30px; }
      .table .row.editing .actions {
        width: 100%;
        justify-content: flex-end; }
        @media screen and (max-width: 599px) {
          .table .row.editing .actions > * {
            flex: 1 1 auto; } }
  .table .editor-row {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    column-gap: 30px;
    row-gap: 10px;
    flex: 1 1 auto; }
  .table .cell.label {
    width: 150px;
    font-weight: bolder; }
  .table .cell.editor {
    flex: 1 1 auto; }
    @media screen and (min-width: 600px) {
      .table .cell.editor .input-container {
        max-width: 370px; } }
    @media screen and (max-width: 599px) {
      .table .cell.editor {
        width: 100%; } }
  .table .cell.actions {
    display: flex;
    column-gap: 30px;
    justify-content: flex-end;
    flex: 1 1 auto; }
  .table .cell.value {
    flex: 1 1 auto; }
    @media screen and (max-width: 599px) {
      .table .cell.value {
        order: 2;
        width: 100%; } }

.tabs {
  display: flex;
  justify-content: center; }
  .tabs:not(.tabs-buttons) {
    border-bottom: 1px solid #E5E5E5; }
    .tabs:not(.tabs-buttons) .tab {
      padding: 20px 40px; }
      @media screen and (max-width: 599px) {
        .tabs:not(.tabs-buttons) .tab {
          padding-left: 20px;
          padding-right: 20px; } }
      .tabs:not(.tabs-buttons) .tab.active {
        border-bottom: 1px solid #E733AC;
        margin-bottom: -1px;
        color: #E733AC; }
  .tabs .tab {
    display: block;
    cursor: pointer;
    color: #000; }
    .tabs .tab:hover, .tabs .tab:focus {
      text-decoration: none; }
  .tabs-scroll-container {
    overflow-y: auto;
    padding-top: 20px;
    margin-top: -20px; }
  .tabs-buttons {
    gap: 30px;
    min-width: min-content; }
    .tabs-buttons .tab {
      white-space: nowrap;
      padding: 0.5em 1em;
      border: 1px solid #E733AC;
      border-radius: 5px;
      color: #E733AC; }
      .tabs-buttons .tab.viewed {
        color: #E733AC;
        background: #FFD8ED;
        border-color: #FFD8ED;
        position: relative; }
        .tabs-buttons .tab.viewed::after {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          line-height: 1;
          letter-spacing: normal;
          text-transform: none;
          display: inline-block;
          white-space: nowrap;
          word-wrap: normal;
          direction: ltr;
          -webkit-font-feature-settings: 'liga';
          -webkit-font-smoothing: antialiased;
          vertical-align: middle;
          content: 'check_circle';
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          left: 50%;
          top: -2px;
          transform: translate(-50%, -50%);
          font-size: 24px;
          width: 18px;
          height: 18px;
          background: #fff;
          border-radius: 50%; }
        .tabs-buttons .tab.viewed.active::after {
          color: #cf1893; }
      .tabs-buttons .tab.active {
        color: #fff;
        background: #E733AC;
        border-color: #E733AC; }

.text-logo {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #FFC0E2;
  font-size: 30px;
  line-height: 45px;
  display: flex;
  flex-flow: column nowrap;
  row-gap: 10px; }
  .text-logo .text-logo-subtitle {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600; }
    @media screen and (max-width: 599px) {
      .text-logo .text-logo-subtitle {
        font-size: 12px; } }
  @media screen and (max-width: 599px) {
    .text-logo {
      font-size: 20px;
      line-height: 25px; } }

body {
  background: #fff; }
  body.has-open-popup {
    overflow: hidden; }

.container {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px; }

#page-header {
  padding: 24px 0;
  background: #fff;
  box-shadow: 0 9px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1; }
  #page-header .container {
    display: flex;
    align-items: center;
    column-gap: 50px; }
  #page-header nav {
    flex: 1 1 auto;
    flex-basis: 1%; }
  #page-header .logo {
    flex: 0 0 auto; }
    #page-header .logo img {
      display: block; }
  #page-header .nav-links {
    display: flex;
    column-gap: 30px; }
    #page-header .nav-links:last-child {
      justify-content: flex-end; }
  #page-header .nav-icons {
    display: flex;
    column-gap: 10px; }
    @media screen and (max-width: 599px) {
      #page-header .nav-icons {
        display: none; } }
  @media screen and (max-width: 599px) {
    #page-header .logo {
      width: 174px; } }
  #page-header .popup-toggle {
    text-decoration: none; }

.popup {
  top: 92px;
  right: 20px; }
  .popup-login {
    width: 422px;
    max-width: calc(100% - 40px); }
  @media screen and (min-width: 1220px) {
    .popup {
      right: calc(50% - 1170px / 2); } }
  @media screen and (max-width: 599px) {
    .popup {
      top: 70px; } }
  @media screen and (max-width: 479px) {
    .popup {
      margin: 0 -10px;
      max-width: calc(100% - 20px); } }

#page-footer {
  background: #FFD8ED;
  padding: 40px 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #page-footer .nav-icons {
    display: flex;
    column-gap: 50px;
    row-gap: 30px;
    margin-top: 50px; }
    @media screen and (max-width: 779px) {
      #page-footer .nav-icons {
        flex-flow: column nowrap; } }
    #page-footer .nav-icons a {
      display: flex;
      column-gap: 10px;
      align-items: center;
      color: inherit; }
    #page-footer .nav-icons .icon-button {
      flex: 0 0 auto; }
  #page-footer .nav-links {
    display: flex;
    column-gap: 30px;
    row-gap: 10px; }
    @media screen and (max-width: 479px) {
      #page-footer .nav-links {
        flex-flow: column;
        align-items: center; } }
  #page-footer .copyright {
    margin: 45px 0 15px; }

html {
  height: 100%; }

body {
  min-height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center; }

#page-main {
  flex: 1 1 auto; }

.section-banner,
.section-diet,
.section-principles {
  position: relative; }
  .section-banner::before,
  .section-diet::before,
  .section-principles::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1; }
  .section-banner .container,
  .section-diet .container,
  .section-principles .container {
    position: relative; }

.section-banner {
  background: #215465;
  padding: 30px 0;
  display: flex;
  align-items: center;
  min-height: 224px; }
  .section-banner .container {
    gap: 20px; }
  .section-banner main {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px; }
  .section-banner .indicator {
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
    justify-content: center; }
    .section-banner .indicator em {
      font-style: normal;
      font-weight: bolder; }
  .section-banner::before {
    background: url(../images/bg-principles.png);
    zoom: 0.75; }
  .section-banner::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/bg-banner.png) right bottom no-repeat;
    height: 210px;
    bottom: 0;
    left: 0;
    right: calc(50% + 315px); }
    @media screen and (max-width: 959px) {
      .section-banner::after {
        right: calc(50% + 230px); } }
    @media screen and (max-width: 779px) {
      .section-banner::after {
        display: none; } }

.section-learning-header {
  background: linear-gradient(106.57deg, #60007E 1.33%, #FB63C2 95.54%);
  position: relative; }
  .section-learning-header::before {
    content: '';
    background: rgba(255, 125, 207, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    top: 204px;
    height: 70px;
    left: 0;
    right: 0;
    pointer-events: none; }
    @media screen and (max-width: 779px) {
      .section-learning-header::before {
        top: 156px;
        height: 45px; } }
    @media screen and (max-width: 599px) {
      .section-learning-header::before {
        top: 136px; } }
  .section-learning-header .content {
    text-align: center;
    row-gap: 50px;
    align-items: center; }
    @media screen and (min-width: 780px) {
      .section-learning-header .content {
        margin-right: 30%; } }
  .section-learning-header .section-header {
    row-gap: 50px; }
    @media screen and (max-width: 779px) {
      .section-learning-header .section-header {
        row-gap: 40px; } }
  .section-learning-header h1 {
    line-height: 65px;
    position: relative; }
    @media screen and (max-width: 779px) {
      .section-learning-header h1 {
        font-size: 25px;
        line-height: 45px; } }

.section-learning-main {
  background: #F8F9FB;
  position: relative;
  display: flex;
  align-items: stretch;
  padding-top: 0;
  min-height: 648px; }
  .section-learning-main::before, .section-learning-main::after {
    display: block;
    content: '';
    position: absolute;
    pointer-events: none; }
  .section-learning-main::before {
    right: calc(72% - 200px);
    bottom: 0;
    background: url(../images/bg-equip.png) -100px top no-repeat;
    width: 695px;
    height: 880px; }
    @media screen and (min-width: 1800px) {
      .section-learning-main::before {
        left: 0;
        right: auto; } }
    @media screen and (max-width: 1239px) {
      .section-learning-main::before {
        background: url(../images/bg-equip-mobile.png) left top no-repeat;
        background-size: contain;
        width: 350px;
        height: 276px;
        bottom: auto;
        right: 80%;
        top: -200px; } }
    @media screen and (max-width: 779px) {
      .section-learning-main::before {
        width: 175px;
        top: -100px; } }
  .section-learning-main::after {
    left: calc(50% + 120px);
    right: 0;
    bottom: 20px;
    background: url(../images/trainer-main.png) left top no-repeat;
    height: 1236px;
    z-index: 2; }
    @media screen and (max-width: 779px) {
      .section-learning-main::after {
        background: url(../images/trainer-main-mobile.png) left top no-repeat;
        background-size: 650px;
        height: 360px;
        left: calc(40% - 200px);
        right: 0;
        top: 0;
        margin-top: -30px; } }
    @media screen and (max-width: 599px) {
      .section-learning-main::after {
        height: 245px;
        background-size: 449px;
        left: calc(30% - 100px); } }
  .section-learning-main .container {
    position: relative;
    justify-content: center;
    row-gap: 40px; }
    @media screen and (min-width: 780px) {
      .section-learning-main .container {
        padding-right: 294px;
        max-width: 850px; } }
  @media screen and (max-width: 779px) {
    .section-learning-main {
      min-height: auto;
      padding-top: 350px; } }
  @media screen and (max-width: 599px) {
    .section-learning-main {
      padding-top: 250px; } }

.section-results {
  background: #f2f2f2; }
  .section-results .container {
    max-width: 1010px; }
  @media screen and (max-width: 779px) {
    .section-results .list-results figure {
      row-gap: 10px; } }
  @media screen and (max-width: 779px) {
    .section-results .list-results img {
      height: 120px; } }
  @media screen and (max-width: 779px) {
    .section-results .list-results {
      row-gap: 30px; } }

.section-training .container {
  max-width: 1010px; }
@media screen and (max-width: 599px) {
  .section-training .list-training figure img {
    height: 120px; } }

.section-diet {
  background: #22A7F9; }
  .section-diet .button {
    color: #22A7F9; }
  .section-diet::before {
    background: url(../images/bg-program.png);
    zoom: 0.5; }

.section-principles {
  background: radial-gradient(72.06% 72.06% at 50% 50%, #A920A7 0%, #6A006A 100%); }
  .section-principles::before {
    background: url(../images/bg-principles.png);
    zoom: 0.75; }

.section-diet .section-header {
  align-items: center; }
.section-diet p {
  max-width: 770px;
  margin: 0 auto; }

.section-dietologist {
  padding-top: 0;
  background: #E96DB4; }
  .section-dietologist .button {
    color: #E96DB4; }
  .section-dietologist .section-header {
    text-align: start; }
  .section-dietologist .container {
    position: relative;
    overflow: hidden;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: -20px; }
    .section-dietologist .container::before, .section-dietologist .container::after {
      content: '';
      display: block; }
    .section-dietologist .container::before {
      background: url(../images/dietologist.jpg) center bottom no-repeat;
      background-size: cover;
      position: relative;
      left: -20px;
      width: calc(100% + 40px);
      top: 0;
      height: 240px; }
    .section-dietologist .container::after {
      position: absolute;
      height: 300px;
      top: 240px;
      right: 0;
      width: 150%;
      transform: rotate(5deg);
      transform-origin: right top;
      background: #E96DB4; }
  @media screen and (max-width: 779px) {
    .section-dietologist h1, .section-dietologist footer {
      text-align: center; } }
  .section-dietologist .content {
    position: relative;
    z-index: 1;
    background: #E96DB4; }
  @media screen and (min-width: 780px) {
    .section-dietologist {
      padding: 0; }
      .section-dietologist .container {
        padding-top: 80px;
        padding-bottom: 100px; }
        .section-dietologist .container::before {
          width: 45%;
          height: auto;
          padding: 0;
          left: 0;
          bottom: 0;
          background-position: right top;
          position: absolute; }
        .section-dietologist .container::after {
          width: 45%;
          height: 150%;
          bottom: 0;
          top: auto;
          left: 45%;
          right: auto;
          transform: rotate(-5deg);
          transform-origin: left bottom; }
      .section-dietologist .content {
        margin-left: 45%;
        padding-left: 30px; } }

.section-trainer {
  position: relative;
  z-index: 2; }
  .section-trainer .section-header {
    text-align: start; }
  .section-trainer::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: -60px;
    bottom: 0;
    left: calc(50% - 100px);
    background: url(../images/trainer-details.png) left bottom no-repeat;
    background-size: contain; }
    @media screen and (max-width: 959px) {
      .section-trainer::after {
        position: static;
        aspect-ratio: 819 / 869;
        max-width: 420px;
        margin: 50px auto -100px;
        background-position: center bottom; } }
    @media screen and (max-width: 779px) {
      .section-trainer::after {
        margin-bottom: -50px; } }
  @media screen and (min-width: 1240px) {
    .section-trainer .container {
      padding-right: 650px; } }
  @media screen and (max-width: 959px) {
    .section-trainer .container {
      align-items: center; }
      .section-trainer .container h1 {
        text-align: center; } }
  @media screen and (max-width: 1239px) {
    .section-trainer .list-checkmark {
      padding-right: 58%; } }
  @media screen and (max-width: 959px) {
    .section-trainer .list-checkmark {
      padding-right: 0; } }
  .section-trainer .list-checkmark li:last-of-type {
    margin-right: -200px; }
    @media screen and (max-width: 1239px) {
      .section-trainer .list-checkmark li:last-of-type {
        margin-right: -15%; } }
    @media screen and (max-width: 959px) {
      .section-trainer .list-checkmark li:last-of-type {
        margin-right: 0; } }

.section-equipment .container {
  max-width: 1010px; }
.section-equipment .list-equipment {
  align-items: flex-end; }

.section-plans {
  background: #f2f2f2; }
  .section-plans .carousel-container {
    margin: -20px; }

.section-before-after {
  background: #CFECFF; }

.section-faq .container {
  max-width: 1010px; }

.section-buy {
  background: #22A7F9;
  position: relative; }
  .section-buy .button {
    color: #22A7F9; }
  .section-buy::after {
    display: block;
    position: absolute;
    left: calc(50% + 215px);
    background: url(../images/bg-buy.png) left top no-repeat;
    height: 215px;
    bottom: 10px;
    right: 0; }
    @media screen and (min-width: 780px) {
      .section-buy::after {
        content: ''; } }

/*# sourceMappingURL=index.css.map */
