*:not(.v-form) {
  box-sizing: border-box;
  transition: all 0.35s; }

img {
  width: 100%;
  height: 100%; }

h1, h2, h3, h4, h5, h6, p, fieldset, a, html, body {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none; }

html body .container {
  --max-width: 1170px;
  max-width: var(--max-width);
  width: 100%;
  margin: auto;
  padding-left: 16px;
  padding-right: 16px; }
  html body .container--full {
    --max-width: 100vw;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }

.v-label--checkbox {
  display: grid;
  grid-template-columns: 17px auto;
  grid-template-rows: min-content;
  grid-column-gap: 8px; }

button {
  cursor: pointer; }

.button {
  cursor: pointer;
  background: none;
  border: none;
  text-decoration: none; }
  .button--main {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    min-width: 165px;
    padding: 12px 24px;
    background: #F90000;
    border-radius: 32px;
    border: none;
    box-sizing: border-box !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF; }
    .button--main svg path {
      fill: #F90000; }
    .button--main:hover {
      color: white !important;
      background: #C40000; }
  .button--outline {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    min-width: 165px;
    padding: 12px 24px;
    background: white;
    border: 1.5px solid #F90000;
    border-radius: 24px;
    box-sizing: border-box !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #F90000 !important; }
    .button--outline:hover {
      color: #C40000 !important;
      border-color: #C40000 !important; }
  .button--text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #F90000;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box !important; }
    .button--text svg {
      margin-left: 8px; }
      .button--text svg path {
        fill: #F90000; }
    .button--text:hover {
      color: #C40000; }
      .button--text:hover svg path {
        fill: #C40000; }

.g-recaptcha {
  display: inline-block; }

.page {
  font-family: 'Open Sans';
  font-style: normal;
  box-sizing: border-box; }
  .page--login h1, .page--register h1, .page--about h1, .page--contact h1, .page--membership h1, .page--terms h1, .page--policy h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #00091F;
    margin-bottom: 52px; }
    @media (max-width: 1200px) {
      .page--login h1, .page--register h1, .page--about h1, .page--contact h1, .page--membership h1, .page--terms h1, .page--policy h1 {
        margin-bottom: 28px; } }
  .page--login .container--text, .page--register .container--text, .page--about .container--text, .page--contact .container--text, .page--membership .container--text, .page--terms .container--text, .page--policy .container--text {
    padding: 24px;
    border: 1px solid #D6D8DB;
    border-radius: 24px; }
  .page--policy .container--text, .page--terms .container--text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #121A2E; }
    .page--policy .container--text h1, .page--terms .container--text h1 {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 30px;
      line-height: 36px;
      text-align: center;
      text-transform: uppercase; }
    .page--policy .container--text h2, .page--policy .container--text h3, .page--policy .container--text h4, .page--policy .container--text h5, .page--policy .container--text h6, .page--terms .container--text h2, .page--terms .container--text h3, .page--terms .container--text h4, .page--terms .container--text h5, .page--terms .container--text h6 {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 24px;
      margin-top: 24px; }
    .page--policy .container--text > ul, .page--terms .container--text > ul {
      padding: 0; }
    .page--policy .container--text li > h4, .page--terms .container--text li > h4 {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 28px;
      color: #00091F; }
    .page--policy .container--text li > h5, .page--terms .container--text li > h5 {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      color: #121A2E; }
    .page--policy .container--text li > h6, .page--terms .container--text li > h6 {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 28px; }
    .page--policy .container--text p, .page--terms .container--text p {
      margin-bottom: 16px; }
    .page--policy .container--text ol, .page--terms .container--text ol {
      padding-left: 32px !important;
      padding-top: 0 !important; }
      .page--policy .container--text ol li::marker, .page--terms .container--text ol li::marker {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px; }
      .page--policy .container--text ol li ul, .page--terms .container--text ol li ul {
        list-style-type: initial;
        padding-left: 20px !important;
        padding-top: 0 !important; }
        .page--policy .container--text ol li ul::marker, .page--terms .container--text ol li ul::marker {
          font-size: 20px;
          line-height: 20px; }
  .page--login .page__body {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .page--login .v-form {
    margin-top: 52px;
    max-width: 820px; }
    .page--login .v-form__container {
      padding: 50px;
      background: #FFFFFF;
      box-shadow: 0px 4px 28px rgba(0, 46, 94, 0.1);
      border-radius: 24px; }
    .page--login .v-form__body {
      display: grid;
      grid-template-columns: 100%;
      grid-template-rows: 1fr;
      grid-gap: 4px 16px; }
    .page--login .v-form__footer {
      display: flex;
      flex-direction: column; }
      .page--login .v-form__footer div {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px; }
        .page--login .v-form__footer div a {
          color: #00AD31; }
      .page--login .v-form__footer .button {
        margin: 36px auto 0 auto; }
  .page--register .page__body {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .page--register .v-form {
    margin-top: 52px;
    max-width: 820px; }
    .page--register .v-form__container {
      padding: 50px;
      background: #FFFFFF;
      box-shadow: 0px 4px 28px rgba(0, 46, 94, 0.1);
      border-radius: 24px; }
    .page--register .v-form__body {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      grid-gap: 4px 16px; }
      @media (max-width: 768px) {
        .page--register .v-form__body {
          grid-template-columns: 100%;
          grid-template-rows: auto; }
          .page--register .v-form__body > * {
            grid-column: 1 !important; }
          .page--register .v-form__body > *:nth-child(1), .page--register .v-form__body .full {
            grid-template-columns: 100% !important;
            grid-template-rows: auto !important; }
            .page--register .v-form__body > *:nth-child(1) > *, .page--register .v-form__body .full > * {
              grid-column: 1 !important; } }
    .page--register .v-form__footer {
      display: flex;
      flex-direction: column; }
      .page--register .v-form__footer div {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #49454F; }
        .page--register .v-form__footer div a {
          color: #F90000; }
      .page--register .v-form__footer .button {
        margin: 36px auto 0 auto; }
    .page--register .v-form hr {
      margin: 12px 0 36px 0; }
    .page--register .v-form .full {
      grid-column: 1/3; }
      .page--register .v-form .full--card {
        display: grid;
        grid-template-columns: auto 136px;
        grid-template-rows: 1fr;
        grid-gap: 16px; }
      .page--register .v-form .full--address {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-gap: 16px; }
  .page--about .section {
    background: #FFFFFF;
    border: 1px solid #D6D8DB;
    border-radius: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00091F; }
    .page--about .section__body {
      padding: 24px;
      border-bottom: 1px solid #D6D8DB; }
    .page--about .section__footer {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 24px; }
      .page--about .section__footer a {
        margin-top: 12px; }
  .page--membership .section > * {
    display: flex;
    align-items: center;
    justify-content: center; }
  .page--membership .section__container {
    display: flex;
    flex-direction: column; }
    .page--membership .section__container > * {
      width: 100%; }
  .page--membership .section__content {
    background: #FFFFFF;
    border: 1px solid #D6D8DB;
    border-radius: 24px; }
  .page--membership .section__header {
    padding: 30px;
    border-bottom: 1px solid #D6D8DB; }
  .page--membership .section__body {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page--membership .section__body ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .page--membership .section__body ul svg {
        margin-right: 8px; }
      .page--membership .section__body ul li {
        display: flex;
        align-items: center;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #121A2E; }
        .page--membership .section__body ul li:not(:last-child) {
          margin-bottom: 12px; }
  .page--membership .section__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #001921;
    margin-bottom: 24px; }
  .page--membership .section__price {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #00AD31; }
  .page--membership .section__per {
    margin-top: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #676D73; }
  .page--membership .section__footer {
    display: flex;
    align-items: center;
    justify-content: center; }
  .page--contact .page__body {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .page--contact .full--captcha {
    grid-column: 1/3;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center; }
  .page--contact .v-form__container {
    padding: 50px;
    border: 1px solid #D6D8DB;
    border-radius: 24px; }
  .page--contact .v-form__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 0 32px; }
    .page--contact .v-form__body > *:nth-child(1) {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      grid-gap: 4px 16px; }
      .page--contact .v-form__body > *:nth-child(1) > *:last-child {
        grid-column: 1/3; }
  .page--contact .v-form__footer {
    display: flex;
    flex-direction: column; }
    .page--contact .v-form__footer .button {
      margin: 36px auto 0 auto; }
  @media (max-width: 768px) {
    .page--contact .v-form__body {
      grid-template-columns: 100%;
      grid-template-rows: auto; }
      .page--contact .v-form__body > * {
        grid-column: 1 !important; }
      .page--contact .v-form__body > *:nth-child(1) {
        grid-template-columns: 100%;
        grid-template-rows: auto; }
        .page--contact .v-form__body > *:nth-child(1) > * {
          grid-column: 1 !important; } }
  .page--contact .section--info {
    margin: 60px 0; }
    .page--contact .section--info-1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .page--contact .section--info-1 h3 {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #00091F;
        margin-bottom: 24px; }
      .page--contact .section--info-1 p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #00091F; }
        .page--contact .section--info-1 p svg {
          margin-right: 12px; }
          .page--contact .section--info-1 p svg path {
            fill: #00AD31; }
        .page--contact .section--info-1 p:not(:last-child) {
          margin-bottom: 12px; }
    .page--contact .section--info-2 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 60px;
      background: #EAFFF0;
      border-radius: 24px; }
      .page--contact .section--info-2 .button {
        margin-top: 32px; }
      .page--contact .section--info-2 h3 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
        color: #00091F; }
      .page--contact .section--info-2 p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #121A2E; }
        .page--contact .section--info-2 p a {
          color: #00091F; }
        .page--contact .section--info-2 p:not(:last-child) {
          margin-bottom: 4px; }
    .page--contact .section--info-3 h3 {
      font-style: normal;
      text-align: center;
      text-transform: uppercase;
      color: #00AD31;
      margin-bottom: 16px;
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 28px;
      line-height: 40px;
      text-align: center;
      text-transform: uppercase; }
    .page--contact .section--info-3 p {
      font-family: 'Roboto';
      font-style: normal;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #00091F; }

#mainSlider .glider {
  max-width: 100%;
  width: 100%;
  height: 800px;
  max-height: 800px;
  overflow: hidden; }
  @media (max-width: 768px) {
    #mainSlider .glider {
      max-height: 420px; } }

.glider-dot {
  background: #D6D8DB !important; }
  .glider-dot.active {
    background: #F90000 !important; }
.glider > *:not(.glider-track) {
  visibility: hidden; }
.glider-contain .dots {
  position: absolute;
  bottom: 12px;
  width: 100%;
  left: 0; }
.glider-track, .glider-track > * {
  max-height: 100%;
  height: 100%; }
.glider-slide {
  position: relative; }
  .glider-slide.container, .glider-slide .container {
    margin: 0;
    max-width: 100%; }
  .glider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .glider-slide .overlay {
    visibility: visible !important; }
.glider .overlay {
  visibility: hidden;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .glider .overlay-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 8px rgba(9, 63, 90, 0.25);
    max-width: 872px;
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      .glider .overlay-title {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 16px; } }
  .glider .overlay .button--main {
    margin-top: 24px; }
  .glider .overlay-grid {
    display: grid;
    grid-template-columns: 352px auto;
    grid-template-rows: 1fr;
    grid-gap: 36px;
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      .glider .overlay-grid {
        display: none;
        grid-template-columns: 100%;
        grid-gap: 12px; } }
    .glider .overlay-grid__item {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .glider .overlay-grid__item i {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border: 1.5px solid #00AD31;
        border-radius: 100%;
        width: 56px;
        height: 56px; }
        .glider .overlay-grid__item i svg path {
          fill: #00AD31; }
      .glider .overlay-grid__item span {
        margin-left: 24px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        color: #FFFFFF; }
.glider-prev, .glider-next {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 48px) !important;
  color: white !important;
  opacity: 1 !important; }
  @media (max-width: 768px) {
    .glider-prev, .glider-next {
      display: none; } }
.glider-prev {
  left: 24px !important; }
.glider-next {
  right: 24px !important; }

.input-box.error input, .input-box.error select, .input-box.error textarea {
  margin-bottom: 0 !important; }

.alert-danger {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #FF4741; }
.alert-success {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #4BB543; }

.tab button {
  background: none;
  border: none;
  outline: none;
  padding: 6px 24.5px;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #00091F; }
.tab--calc button:hover {
  border-bottom: 2px solid #F90000; }
.tab--calc button.active {
  font-weight: 600;
  border-bottom: 2px solid #F90000; }

.tabcontent {
  display: none; }
  .tabcontent.active {
    display: block; }

.v-table--default {
  border-collapse: collapse;
  border-radius: 20px;
  border-style: hidden;
  /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 1px #D6D8DB;
  /* this draws the table border  */
  overflow: hidden; }
  .v-table--default th, .v-table--default td {
    padding: 8px 24px;
    border-top: 1px solid #D6D8DB;
    border-bottom: 1px solid #D6D8DB; }
  .v-table--default thead {
    background: #00AD31; }
    .v-table--default thead th {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 26px;
      text-transform: uppercase;
      color: white; }
  .v-table--default tbody tr:nth-child(odd) {
    background: #EAFFF0; }
  .v-table--default tbody td {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #121A2E; }

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