@charset "UTF-8";
/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

#main-modal iframe {
  width: 100%;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1230px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px; } }

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }
  .row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1230px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important; }

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important; }

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1230px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  hyphens: none;}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, select, input, textarea,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, select, input, textarea,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select, input, textarea,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, select, input, textarea,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, select::-moz-focus-inner, input::-moz-focus-inner, textarea::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, select:-moz-focusring, input:-moz-focusring, textarea:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

:root {
  font-size: 62.5%; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  html.is-locked {
    overflow: hidden; }
    html.is-locked body {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      overflow: hidden; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

b,
strong {
  font-weight: bold; }

body {
  font-family: "Ubuntu";
  font-weight: 400;
  color: #222;
  font-size: 1.6rem;
  height: 100%;
  background: #fff; }

button, select, input, textarea {
  font-family: "Ubuntu";
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline-style: none;
  outline-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  color: #222; }

input, .input {
  cursor: text;
  padding: 0 15px; }

.input {
    display: flex;
    align-items: center;
}
textarea {
  cursor: text;
  resize: none; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

table {
  width: 100%;
  border-collapse: collapse; }

::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #828282; }

::-moz-placeholder {
  font-size: 1.4rem;
  color: #828282;
  opacity: 1; }

:-moz-placeholder {
  font-size: 1.4rem;
  color: #828282;
  opacity: 1; }

:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #828282; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus::-moz-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  color: transparent; }

:focus::-ms-input-placeholder {
  color: transparent; }

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Bold.woff2") format("woff2"), url("../fonts/Ubuntu-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

/**
 * Basic typography style for copy text
 */
h1 {
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1.125; }

.list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.header_is-sticky {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 10; }

.header_is-dark .navigation__link {
  color: #4f4f4f; }
  .header_is-dark .navigation__link::after {
    background-color: #4f4f4f; }
  .header_is-dark .navigation__link_is-active {
    color: #DD183B; }

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }

.header__btn {
  margin-left: 20px; }

.header__btn2 {
  line-height: 1.5;
  padding: .5em 0;
  margin-left: auto;
}

.header__account-link {
  margin-left: auto; }

.header__logo {
  display: block;
  max-width: 150px; }

@media screen and (max-width: 1229px) {
  .header_is-sticky {
    top: 35px; }
  .header__navigation {
    margin-top: 20px; }
  .header__wrapper_align-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 767px) {
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    position: fixed;
    width: 100%;
    height: calc(100vh - 100px);
    left: 0;
    top: 100px;
    padding: 45px calc((100% - 510px) / 2);
    -webkit-transform: translate3d(-150%, 0, 0);
            transform: translate3d(-150%, 0, 0);
    -webkit-transition: -webkit-transform .25s ease-in;
    transition: -webkit-transform .25s ease-in;
    -o-transition: transform .25s ease-in;
    transition: transform .25s ease-in;
    transition: transform .25s ease-in, -webkit-transform .25s ease-in;
    background: #fff;
    overflow-y: auto;
    z-index: 9999; }
    .header__wrapper_is-open {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .header__logo {
    max-width: 120px; }
  .header_is-sticky {
    top: 25px; }
  .header__btn, .header__btn2 {
    margin-left: 0; }
    .header__btn:not(:last-child) {
      margin-bottom: 25px; }
    .header__btn:not(.btn_default) {
      color: #fff;
      background: #DD183B; }
  .header__navigation {
    margin-top: 0;
    margin-bottom: 40px; }
  .header__account-link {
    margin-left: 0; } }

.footer {
  background: #DD183B; }
  .footer__top {
    padding: 45px 0;
    padding-top: 110px; }
  .footer__bottom {
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .footer__text {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.125; }
    .footer__text:not(:last-child) {
      margin-right: 20px; }
  .footer__link {
    text-decoration: none;
    line-height: 1.125;
    color: #fff;
    border-bottom: 1px dashed #fff;
    display: inline; }
    .footer__link:hover {
      opacity: .85; }
  .footer__btn {
    width: 100%; }
  .footer__logo {
    max-width: 200px; }

@media screen and (max-width: 1229px) {
  .footer__top {
    padding: 80px 0;
    padding-bottom: 65px; }
    .footer__top-col:first-child {
      margin-bottom: 65px; }
  .footer__bottom {
    padding: 45px 0;
    padding-bottom: 50px; }
    .footer__bottom-col:not(:last-child) {
      margin-bottom: 25px; }
  .footer__logo {
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .footer__top:last-child {
    margin-top: 40px; } }

.hero__wrapper {
  position: relative;
  padding: 120px 0;
  padding-bottom: 300px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  background: url("../img/hero-wrapper@2x.png") no-repeat 50%/cover; }

.hero__breadcrumbs {
  margin-bottom: 65px; }

.hero__title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 85px;
  color: #fff;
  max-width: 965px; }

.hero__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }
  .hero__advantages-item {
    position: relative;
    font-size: 2.4rem;
    color: #F2F2F2;
    line-height: 1.3;
    padding-left: 50px;
    font-weight: 600; }
    .hero__advantages-item:not(:last-child) {
      margin-right: 80px; }
    .hero__advantages-item::before {
      content: '';
      position: absolute;
      width: 30px;
      height: 30px;
      left: 0;
      top: 50%;
      margin-top: -15px;
      background: url("../img/icons/advantages.svg") no-repeat 50%/30px auto; }

.hero__video {
  position: absolute;
  top: calc(100% - 215px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 770px;
  height: 430px;
  z-index: 1; }

@media screen and (max-width: 1229px) {
  .hero__wrapper {
    padding-top: 155px;
    padding-bottom: 200px; }
  .hero__breadcrumbs {
    padding-top: 30px;
    margin-bottom: 55px;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .hero__title {
    font-size: 3.6rem;
    line-height: 1.15;
    max-width: 530px;
    margin: 0 auto;
    margin-bottom: 40px; }
  .hero__advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 300px;
    margin: 0 auto; }
    .hero__advantages-item {
      font-size: 1.6rem;
      list-style: 1.5; }
      .hero__advantages-item:not(:last-child) {
        margin: 0;
        margin-bottom: 20px; }
  .hero__video {
    width: 590px;
    height: 328px;
    top: calc(100% - 150px); } }

@media screen and (max-width: 767px) {
  .hero__wrapper {
    padding-top: 100px; }
  .hero__breadcrumbs {
    border-top: none;
    padding-top: 0;
    margin-bottom: 35px; }
  .hero__title {
    font-size: 3.2rem;
    margin-bottom: 25px; }
  .hero__video {
    width: calc(100% - 30px);
    left: 15px;
    height: 51.39vw;
    max-height: 185px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

.main__wrapper {
  padding: 160px 0 0;
  padding-top: 215px;
}

.main__advantages {
  margin-bottom: 185px; }

.main__about {
  margin-bottom: 160px; }

.main__info {
  margin-bottom: 160px; }

.main__rate {
  margin-bottom: 160px; }

@media screen and (max-width: 1229px) {
  .main__wrapper {
    padding-top: 275px;
    padding-bottom: 100px; }
  .main__info {
    overflow: hidden;
    margin-bottom: 100px; }
  .main__rate {
    margin-bottom: 100px; }
  .main__about {
    margin-bottom: 100px; }
  .main__advantages {
    margin-bottom: 85px; } }

@media screen and (max-width: 767px) {
  .main__wrapper {
    padding-top: 135px;
    padding-bottom: 60px; }
  .main__rate {
    margin-bottom: 60px; }
  .main__about {
    margin-bottom: 60px; }
  .main__advantages {
    margin-bottom: 60px; } }

.section__header {
  margin-bottom: 35px; }

.section__title {
  margin: 0;
  font-size: 3.6rem; }

.section__content-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px; }

.section__content-text p {
  margin: 0;
  color: #828282;
  line-height: 1.5; }
  .section__content-text p:not(:last-child) {
    margin-bottom: 15px; }

.section__content-btn {
  margin-top: 25px; }

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 3.2rem; } }

.team-section {
  padding: 100px 0;

  background-color: #F3F8FD;
}
.team-section__media {
  position: relative;
}
/* .team-section__media::before {
  content: "";
  position: absolute;
  width: 270px;
  height: calc(100% + 110px);
  left: -100px;
  top: -75px;
  background: rgba(79, 121, 255, 0.1);
  border-radius: 32px;
  z-index: -1;
} */

@media screen and (max-width: 1229px) {
  .team-section__col:not(:last-child) {
    margin-bottom: 65px;
  }
}

.advantages-section__header {
  margin-bottom: 80px; }

.advantages-section__title {
  padding-left: 25px; }

@media screen and (max-width: 1229px) {
  .advantages-section__header {
    margin-bottom: 40px; }
  .advantages-section__col {
    margin-bottom: 15px; }
    .advantages-section__col:nth-child(odd) {
      padding-right: 5px; }
    .advantages-section__col:nth-child(even) {
      padding-left: 5px; } }

      .about-section {
        padding: 100px 0 60px;
      
        background-image:    -moz-linear-gradient(
        -149deg,
        rgb(79, 121, 255) 0%,
        rgb(26, 70, 208) 100%
        );
        background-image: -webkit-linear-gradient(
        -149deg,
        rgb(79, 121, 255) 0%,
        rgb(26, 70, 208) 100%
        );
        background-image:     -ms-linear-gradient(
        -149deg,
        rgb(79, 121, 255) 0%,
        rgb(26, 70, 208) 100%
        );
        box-shadow: 0 0 5px 0 rgba(69, 157, 239, 0.31),
        0 4px 42px 0 rgba(69, 157, 239, 0.07);
      }
      .about-section__title {
        color: #FFFFFF;
      }
      .about-section__header {
        margin-bottom: 80px;
      }
      .about-section__content {
        margin-bottom: 24px;
      
        font-size: 16px;
        color: #FFFFFF;
      }
      .about-section__content-title {
        margin: 0;
        margin-bottom: 15px;
      
        font-weight: 600;
        line-height: 1.33;
        text-transform: uppercase;
      }
      .about-section__content-value {
        margin: 0;
      
        line-height: 1.33;
      }
      .about-section__col {
        padding: 0 30px;
      }
      
      @media screen and (max-width: 1229px) {
        .about-section {
          padding: 65px 0;
      
          background-size: contain;
        }
        .about-section__header {
          margin-bottom: 40px;
        }
        .about-section__col:nth-child(n) {
          margin-bottom: 0;
        }
        .about-section__col:not(:last-child) {
          margin-bottom: 25px;
        }
      }
      
      @media screen and (max-width: 767px) {
        .about-section {
          padding: 60px 0;
        }
      }

    .info-section__media {
      position: relative;
    }
    
    .info-section__btn {
      position: absolute;
      right: 0;
      bottom: 120px;
      z-index: 1;
    }
    
    .info-section__content-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 22px;
    
      text-align: center;
    }
    .info-section__content-item:not(:last-child) {
      border-right: 1px solid #C5CDD5;
    }
    
    .info-section__content-value {
      font-weight: 600;
      font-size: 6.4rem;
      color: #DD183B;
    }
    
    .info-section__content-name {
      font-weight: 600;
      color: #828282;
      text-transform: uppercase;
    }
    
    @media screen and (max-width: 1229px) {
      .info-section__content-value {
        font-size: 4.8rem;
        line-height: 1.15;
      }
      .info-section__content-item:not(:last-child) {
        margin-bottom: 10px;
      }
      .info-section__media {
        width: 100%;
        height: 100%;
      }
      /* .info-section__media img {
        position: absolute;
        top: 50%;
    
        width: 460px;
        max-width: none;
    
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
      } */
      .info-section__btn {
        position: relative;
        right: auto;
        bottom: auto;
        left: 50%;
    
        margin-top: 25px;
    
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
      }
    }
    
    @media screen and (max-width: 767px) {
      .info-section__media img {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
    
        width: auto;
        max-width: 100%;
    
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
      }
      .info-section__col:not(:first-child) {
        margin-top: 15px;
      }
    }

.rate-section__header {
  margin-bottom: 80px; }

.rate-section__message:not(:last-child) {
  margin-bottom: 40px; }

.rate-section__grid {
  margin-bottom: 40px; }

@media screen and (max-width: 1229px) {
  .rate-section__header {
    margin-bottom: 40px; }
  .rate-section__message:nth-child(n) {
    margin-bottom: 0; }
  .rate-section__col {
    margin-top: 15px; }
    .rate-section__col:nth-child(odd) {
      padding-right: 5px; }
    .rate-section__col:nth-child(even) {
      padding-left: 5px; }
  .rate-section__grid {
    margin-bottom: 15px; } }

.template__wrapper {
  padding: 120px 0;
  padding-bottom: 160px; }

.template__breadcrumbs {
  margin-bottom: 50px; }

.template__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }
  .template__options-select {
    width: 100%;
    max-width: 270px; }
    .template__options-select:not(:first-child) {
      margin-left: 30px; }
  .template__options-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

.template__grid {
  margin-top: 50px; }
  .template__grid_inner {
    margin-top: 0; }
  .template__grid-exercises {
    margin-top: 75px; }
  .template__grid-box {
    padding: 60px 100px;
    background: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
            box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
    border-radius: 30px; }
    .template__grid-box_inner {
      -webkit-box-shadow: 0 0 1px 0 rgba(1, 148, 137, 0.5), 0 4px 20px 0 rgba(1, 148, 137, 0.07);
              box-shadow: 0 0 1px 0 rgba(1, 148, 137, 0.5), 0 4px 20px 0 rgba(1, 148, 137, 0.07); }
  .template__grid-title {
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.35;
    margin-bottom: 30px; }
  .template__grid-text p {
    margin: 0;
    line-height: 1.45; }
    .template__grid-text p:not(:last-child) {
      margin-bottom: 20px; }

@media screen and (max-width: 1229px) {
  .template__wrapper {
    padding-top: 155px;
    padding-bottom: 100px; }
  .template__breadcrumbs_is-dark {
    padding-top: 25px;
    border-top: 1px solid rgba(79, 121, 255, 0.1); }
  .template__options-select {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .template__grid {
    margin-top: 30px; }
    .template__grid-exercises {
      margin-top: 40px; }
    .template__grid-box {
      padding: 30px; } }

@media screen and (max-width: 991px) {
  .template__grid-col:not(:last-child) {
    margin-bottom: 30px; }
  .catalog-template .template__options, .inner-template .template__options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .catalog-template .template__options-list, .inner-template .template__options-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .catalog-template .template__options-list:not(:last-child), .inner-template .template__options-list:not(:last-child) {
        margin-bottom: 30px; }
    .catalog-template .template__options-select, .inner-template .template__options-select {
      width: 100%;
      max-width: none; }
      .catalog-template .template__options-select:nth-child(n), .inner-template .template__options-select:nth-child(n) {
        margin: 0; }
      .catalog-template .template__options-select:not(:last-child), .inner-template .template__options-select:not(:last-child) {
        margin-bottom: 15px; }
    .catalog-template .template__options-search, .inner-template .template__options-search {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 100%;
      max-width: none; } }

@media screen and (max-width: 767px) {
  .template__wrapper {
    padding-top: 100px;
    padding-bottom: 60px; }
  .template__breadcrumbs {
    margin-bottom: 35px; }
    .template__breadcrumbs_is-dark {
      padding-top: 0;
      border-top: none; }
  .template__grid-box {
    padding: 30px 15px; }
  .catalog-template .template__options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .catalog-template .template__options-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .catalog-template .template__options-list:not(:last-child) {
        margin-bottom: 30px; }
    .catalog-template .template__options-select {
      width: 100%;
      max-width: none; }
      .catalog-template .template__options-select:nth-child(n) {
        margin: 0; }
      .catalog-template .template__options-select:not(:last-child) {
        margin-bottom: 15px; }
    .catalog-template .template__options-search {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 100%;
      max-width: none; } }

.catalog-template {
  background: url("../img/catalog-bg.svg") no-repeat 50%/100% auto; }
  .catalog-template__search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 470px;
            flex: 1 1 470px;
    max-width: 470px; }
    .catalog-template__search_width-full {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      max-width: none; }
    .catalog-template__search:not(:last-child) {
      margin-bottom: 20px; }

@media screen and (max-width: 1229px) {
  .catalog-template__search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
    width: auto; } }

@media screen and (max-width: 991px) {
  .catalog-template__search:not(:last-child) {
    margin-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .catalog-template__search {
    width: 100%; } }

.text-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  position: relative;
  padding: 55px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
          box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
  border-radius: 30px; }
  .text-section__wrapper-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .text-section__wrapper-item:not(:last-child) {
      margin-right: 45px; }
    .text-section__wrapper-item_size-s:not(:last-child) {
      margin-right: 15px; }
  .text-section__wrapper_size-s {
    padding: 20px;
    padding-bottom: 60px; }

.text-section__media {
  width: 570px;
  height: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 35px; }
  .text-section__media-video {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 2; }
    .text-section__media-video::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(79, 121, 255, 0.2)), to(rgba(79, 121, 255, 0.2)));
      background: -o-linear-gradient(bottom, rgba(79, 121, 255, 0.2), rgba(79, 121, 255, 0.2));
      background: linear-gradient(0deg, rgba(79, 121, 255, 0.2), rgba(79, 121, 255, 0.2));
      pointer-events: none; }
    .text-section__media-video::before {
      content: '';
      position: absolute;
      width: 50px;
      height: 32px;
      top: 50%;
      left: 50%;
      background: url("../img/icons/play-button.svg") no-repeat 50%/50px auto;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      pointer-events: none;
      z-index: 1; }
  .text-section__media_size-s {
    width: 350px;
    height: 195px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px; }
    .text-section__media_size-s .text-section__media-video {
      border-radius: 20px; }

.text-section__note {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #bdbdbd;
  margin-bottom: 10px; }

.text-section__content-title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3; }

.text-section__content-text {
  padding: 10px 0; }
  .text-section__content-text p {
    margin: 0;
    line-height: 1.45;
    color: #4f4f4f; }
    .text-section__content-text p:not(:last-child) {
      margin-bottom: 20px; }

@media screen and (max-width: 1229px) {
  .text-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px; }
  .text-section__media {
    width: 100%;
    max-width: 440px;
    height: 245px; } }

@media screen and (max-width: 1229px) {
  .exercises-list__col:not(:last-child) {
    margin-bottom: 25px; } }

.articles-template__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  margin-top: 30px; }

.articles-template__list-col {
  margin-bottom: 30px; }

.articles-template__list-item {
  height: 100%; }

@media screen and (max-width: 1229px) {
  .articles-template__list-col {
    margin-bottom: 15px; } }

@media screen and (max-width: 767px) {
  .articles-template__footer-btn {
    width: 100%; } }

.exercise-template__grid {
  padding: 65px 40px;
  background: rgba(79, 121, 255, 0.05);
  border-radius: 30px;
  -webkit-box-shadow: 0 0px 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
          box-shadow: 0 0px 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07); }

@media screen and (max-width: 1229px) {
  .exercise-template__grid {
    padding: 30px; } }

@media screen and (max-width: 767px) {
  .exercise-template__grid {
    padding: 20px 15px; } }

.exercise-box__header {
  position: relative;
  margin-bottom: 40px; }

.exercise-box__title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px; }

.exercise-box__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }
  .exercise-box__meta-item:not(:last-child) {
    margin-right: 15px; }

.exercise-box__level {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
  padding: .8em 1.25em;
  background: #828282; }
.exercise-box__level:empty {
  display: none; }
  .exercise-box__level_start {
    background: #DD183B; }
  .exercise-box__level_middle {
    background: #68D94C; }
  .exercise-box__level_high {
    background: #F67F61; }

.exercise-box__name {
  font-weight: 600;
  line-height: 1.35; }

.exercise-box__time {
  position: relative;
  display: block;
  padding-left: 25px;
  color: #bdbdbd; }
  .exercise-box__time::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    margin-top: -11.5px;
    background: url("../img/icons/time.svg") no-repeat 50%/24px auto; }

.exercise-box__sharing-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; }

.exercise-box__media-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  padding: 30px 0; }
  .exercise-box__media-item-video {
    position: relative;
    width: 570px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 570px;
            flex: 1 0 570px;
    height: 320px;
    margin-right: 35px;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer; }
    .exercise-box__media-item-video::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(79, 121, 255, 0.2)), to(rgba(79, 121, 255, 0.2)));
      background: -o-linear-gradient(bottom, rgba(79, 121, 255, 0.2), rgba(79, 121, 255, 0.2));
      background: linear-gradient(0deg, rgba(79, 121, 255, 0.2), rgba(79, 121, 255, 0.2));
      top: 0;
      left: 0;
      pointer-events: none;
      -webkit-transition: opacity .25s ease;
      -o-transition: opacity .25s ease;
      transition: opacity .25s ease;
      border-radius: 30px; }
    .exercise-box__media-item-video::before {
      content: '';
      position: absolute;
      width: 76px;
      height: 48px;
      background: url("../img/icons/play-button.svg") no-repeat 50%/76px auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      pointer-events: none;
      z-index: 2; }
  .exercise-box__media-item-text {
    width: calc(100% - 570px); }
    .exercise-box__media-item-text p {
      margin: 0;
      line-height: 1.45;
      color: #4f4f4f; }
      .exercise-box__media-item-text p:not(:last-child) {
        margin-bottom: 15px; }
  .exercise-box__media-item:not(:last-child) {
    border-bottom: 1px solid rgba(79, 121, 255, 0.1); }
  .exercise-box__media-item:first-child {
    padding-top: 0; }
  .exercise-box__media-item:last-child {
    padding-bottom: 0; }

.exercise-box__expire-time {
  position: absolute;
  right: 0;
  top: 0;
  color: #828282;
  line-height: 1.5;
  z-index: 1; }

.exercise-box__grid_is-disabled {
  -webkit-filter: blur(2.5px);
          filter: blur(2.5px);
  pointer-events: none; }

.exercise-box__expire-access {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1; }

@media screen and (max-width: 1229px) {
  .exercise-box__media-item-video {
    width: 320px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 320px;
            flex: 1 0 320px;
    height: 190px;
    margin-right: 20px;
    border-radius: 10px; }
    .exercise-box__media-item-video::before {
      width: 50px;
      height: 32px;
      background-size: 50px auto; }
  .exercise-box__media-item-text {
    width: calc(100% - 320px); }
  .exercise-box__title {
    max-width: 440px; }
  .exercise-box__sharing-btn {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .inner-exercise-template .exercise-box__header {
    padding-bottom: 40px; }
  .inner-exercise-template .exercise-box__expire-time {
    left: 0;
    bottom: 0;
    top: auto;
    right: auto; }
  .inner-exercise-template .exercise-box__expire-access {
    position: relative;
    right: auto;
    bottom: auto; }
  .inner-exercise-template .exercise-box__meta {
    padding-bottom: 50px; } }

@media screen and (max-width: 767px) {
  .exercise-box__sharing-btn {
    position: relative;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 0;
    margin-left: auto; }
    .exercise-box__sharing-btn.btn_share {
      border: none;
      background: none; }
      .exercise-box__sharing-btn.btn_share .btn__icon {
        margin: 0; }
  .exercise-box__title {
    max-width: none;
    margin-bottom: 15px; }
  .exercise-box__meta {
    position: relative;
    padding-bottom: 35px; }
  .exercise-box__name {
    position: absolute;
    bottom: 0;
    left: 0; }
  .exercise-box__media-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .exercise-box__media-item-video {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 100%;
      margin: 0; }
    .exercise-box__media-item-text {
      width: 100%;
      margin-top: 20px; } }

.auth-template__grid {
  margin-top: 80px; }

@media screen and (max-width: 767px) {
  .auth-template__grid {
    margin-top: 35px; } }

.inner-header__wrapper {
  padding: 20px 0; }

.inner-header__logo {
  display: block;
  max-width: 150px; }

.inner-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }
  .inner-header__links-item {
    text-decoration: none;
    font-weight: 600;
    color: #DD183B;
    line-height: 1.5; }
    .inner-header__links-item:not(:last-child) {
      margin-right: 30px; }
    .inner-header__links-item_border {
      position: relative; }
      .inner-header__links-item_border::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #DD183B;
        top: 100%;
        left: 0; }
    .inner-header__links-item:hover {
      opacity: .85; }

@media screen and (max-width: 1229px) {
  .inner-header__links-item_account.inner-header__links-item {
    width: 30px;
    height: 30px;
    font-size: 0;
    border: none;
    background: url("../img/icons/account.svg") no-repeat 50%/30px auto; }
    .inner-header__links-item_account.inner-header__links-item:hover {
      background: url("../img/icons/account.svg") no-repeat 50%/30px auto; }
  .inner-header__links-item_border::after {
    content: none; } }

@media screen and (max-width: 575px) {
  .inner-header__wrapper {
    position: relative; }
  .inner-header__links-item_program {
    position: absolute;
    left: 15px;
    bottom: -15px; } }

.inner-footer {
  background: #DD183B; }
  .inner-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap; }
    .inner-footer__social-title {
      margin: 0;
      margin-right: 25px; }

@media screen and (max-width: 1229px) {
  .inner-footer__social {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .inner-footer__social-title {
      margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .inner-footer__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.inner-template__wrapper {
  padding: 50px 0;
  padding-bottom: 130px; }

.inner-template__options {
  margin-bottom: 55px; }

@media screen and (max-width: 1229px) {
  .inner-template__wrapper .template__options-select {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .inner-template__wrapper .template__options-search {
    margin-left: 30px; } }

@media screen and (max-width: 767px) {
  .inner-template__wrapper .template__options-search {
    margin-left: 0; } }

.inner-catalog__col {
  height: 100%;
  margin-bottom: 30px; }

.inner-exercise-template__content {
  margin-top: 50px; }
  .inner-exercise-template__content-title {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3; }
  .inner-exercise-template__content-text {
    margin-top: 15px; }
    .inner-exercise-template__content-text p {
      margin: 0;
      line-height: 1.5;
      color: #4f4f4f; }
      .inner-exercise-template__content-text p:not(:last-child) {
        margin-bottom: 15px; }

.inner-exercise-template__lectures {
  margin-top: 50px; }

.inner-exercise-template__schedule {
  margin-top: 50px; }

.auth-inner-template__wrapper {
  padding: 130px 0;
  padding-bottom: 160px; }

@media screen and (max-width: 1229px) {
  .auth-inner-template__wrapper {
    padding: 100px 0;
    padding-bottom: 140px; } }

@media screen and (max-width: 767px) {
  .auth-inner-template__wrapper {
    padding: 60px 0; } }

.subscription-personal-data {
  position: relative; }
  .subscription-personal-data__list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap; }
    .subscription-personal-data__list-item:not(:last-child) {
      margin-bottom: 15px; }
  .subscription-personal-data__list-name {
    width: 135px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
    margin-right: 10px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    color: #828282; }
    .subscription-personal-data__list-name_size-m {
      width: 185px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 185px;
              flex: 0 0 185px; }
  .subscription-personal-data__list-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    position: relative; }
    .subscription-personal-data__list-value > span,
    .subscription-personal-data__list-value > a {
      display: block;
      width: 235px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 1.5;
      font-weight: 600;
      color: #4f4f4f; }
  .subscription-personal-data__list-input {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 235px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 1px 0 rgba(1, 148, 137, 0.5), 0 4px 20px 0 rgba(1, 148, 137, 0.07);
            box-shadow: 0 0 1px 0 rgba(1, 148, 137, 0.5), 0 4px 20px 0 rgba(1, 148, 137, 0.07);
    z-index: 1; }
    .subscription-personal-data__list-input:focus {
      border-color: #DD183B; }
    .subscription-personal-data__list-input_is-disabled {
      opacity: 0;
      pointer-events: none; }
  .subscription-personal-data__list-edit-btn {
    position: absolute;
    top: 50%;
    left: calc(100% + 25px);
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("../img/icons/edit.svg") no-repeat 50%/24px auto;
    z-index: 1; }
    .subscription-personal-data__list-edit-btn_is-disabled {
      opacity: 0;
      pointer-events: none; }
  .subscription-personal-data__list-save-btn {
    position: absolute;
    top: 50%;
    left: calc(100% + 25px);
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("../img/icons/save.svg") no-repeat 50%/24px auto;
    z-index: 1; }
    .subscription-personal-data__list-save-btn_is-disabled {
      opacity: 0;
      pointer-events: none; }
  .subscription-personal-data__exit-link {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    line-height: 1.5;
    color: #DD183B;
    text-decoration: none; }
    .subscription-personal-data__exit-link svg {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 10px; }
    .subscription-personal-data__exit-link:hover {
      opacity: .85; }
  .subscription-personal-data__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap; }
    .subscription-personal-data__status-item {
      font-weight: 600;
      line-height: 1.5;
      margin: 0 15px; }
      .subscription-personal-data__status-item:first-child {
        margin-left: 0; }
      .subscription-personal-data__status-item_is-light {
        color: #bdbdbd; }

@media screen and (max-width: 767px) {
  .bonus-template .subscription-personal-data__list-item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .bonus-template .subscription-personal-data__list-item:nth-child(2) .subscription-personal-data__list-name {
      margin-right: 0;
      margin-bottom: 15px; }
      .subscription-personal-data__list-item:nth-child(2) .subscription-personal-data__list-name_size-m {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
    .bonus-template .subscription-personal-data__list-item:nth-child(2) .subscription-personal-data__status {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .bonus-template .subscription-personal-data__list-item:nth-child(2) .subscription-personal-data__status a:last-child {
        margin-top: 15px; }
  .subscription-inner-template .subscription-personal-data {
    position: relative;
    padding-bottom: 30px; }
    .subscription-personal-data__exit-link {
      position: absolute;
      top: 100%;
      left: 0; }
    .subscription-inner-template .subscription-personal-data__list-value > span {
      width: auto; }
    .subscription-inner-template .subscription-personal-data__list-input {
      width: 200px; }
    .subscription-inner-template .subscription-personal-data__list-save-btn {
      left: calc(100% + 80px); } }

.subscription-inner-template__grid {
  margin-top: 55px; }

.subscription-inner-template__section:not(:last-child) {
  margin-bottom: 60px; }

.subscription-inner-template__text:not(:last-child) {
  margin-bottom: 60px; }

.subscription-inner-template__text-title {
  display: block;
  font-size: 2.4rem;
  line-height: 1.35;
  color: #222;
  font-weight: 600;
  margin-bottom: 15px; }

.subscription-inner-template__text-content p {
  margin: 0;
  line-height: 1.5;
  color: #4f4f4f; }
  .subscription-inner-template__text-content p:not(:last-child) {
    margin-bottom: 15px; }

.inner-privacy-template__grid {
  margin-top: 0; }

.result-template__grid {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }
  .result-template__grid_width-full {
    max-width: none; }
  .result-template__grid-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(79, 121, 255, 0.2); }
    .result-template__grid-header_inner {
      border-bottom-color: rgba(1, 148, 137, 0.2); }
  .result-template__grid-title {
    line-height: 1.5;
    font-weight: 600;
    color: #4f4f4f;
    margin-left: 35px; }
  .result-template__grid-btn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 50px; }

.result-template__rate-section {
  margin-top: 80px; }

@media screen and (max-width: 1229px) {
  .result-template__grid-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .result-template__rate-section {
    margin-top: 60px; } }

@media screen and (max-width: 767px) {
  .result-template__grid-header {
    padding-bottom: 25px; }
  .result-template__grid-title {
    margin-left: 0;
    margin-top: 40px;
    text-align: center; }
  .result-template__rate-section {
    margin-top: 30px; } }

.bonus-template__rate-section {
  margin-top: 80px; }

.bonus-template__grid {
  padding-bottom: 80px; }

.bonus-template__agreement {
  margin-top: 80px; }

.bonus-template__box {
  margin-top: 60px; }

@media screen and (max-width: 767px) {
  .bonus-template__grid {
    padding-bottom: 0; }
  .bonus-template__rate-section {
    margin-top: 60px; }
  .bonus-template__box {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(79, 121, 255, 0.2); }
  .bonus-template__agreement {
    margin-top: 40px; } }

.bonus-box__wrapper {
  padding: 50px 40px;
  padding-bottom: 70px;
  background: #fff;
  -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
          box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
  border-radius: 30px; }

.bonus-box__link {
  color: #DD183B; }
  .bonus-box__link:hover {
    opacity: .85; }

.bonus-box__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  padding-bottom: 35px; }
  .bonus-box__header-title {
    font-size: 3.6rem;
    line-height: 1.35;
    color: #222;
    font-weight: 600; }
  .bonus-box__header-link {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 1; }

.bonus-box__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  margin-top: 25px;
  color: #bdbdbd; }
  .bonus-box__quantity-value {
    color: #828282;
    margin-left: 15px; }
    .bonus-box__quantity-value b {
      font-size: 1.8rem;
      font-weight: 600;
      color: #222; }

.bonus-box__section {
  padding: 30px 0;
  border-top: 1px solid rgba(79, 121, 255, 0.2); }
  .bonus-box__section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    position: relative; }
    .bonus-box__section-header-link {
      margin-left: auto; }
  .bonus-box__section-title {
    text-transform: uppercase;
    color: #828282;
    font-weight: 600;
    line-height: 1.5; }
  .bonus-box__section-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    color: #bdbdbd;
    margin-top: 15px; }
    .bonus-box__section-note-value {
      color: #4f4f4f;
      margin-left: 15px;
      font-weight: 600; }
  .bonus-box__section-scores {
    margin-top: 35px; }
  .bonus-box__section-referal {
    margin-left: 25px; }

.bonus-box__referal-box {
  margin-top: 35px; }

@media screen and (max-width: 767px) {
  .bonus-box__wrapper {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-radius: 0; }
  .bonus-box__header-title {
    font-size: 2.4rem; }
  .bonus-box__header-link {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 15px; }
  .bonus-box__section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .bonus-box__section-header-link {
      margin-left: 0;
      margin-top: 15px; } }

.btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  padding: .5em 2em;
  border: 2px solid #fff;
  border-radius: 12px;
  text-align: center; }
  .btn__icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
  .btn_size-s {
    padding: .5em 1.5em; }
  .btn_size-auto {
    padding: .5em 0; }
  .btn:hover {
    border-color: #F2F2F2;
    background: #fff;
    color: #DD183B; }
    .btn:hover .btn__icon path {
      fill: #DD183B; }
  .btn_default {
    background: transparent;
    border-color: #DD183B;
    color: #DD183B; }
    .btn_default:hover {
      background: #DD183B;
      color: #fff;
      border-color: #DD183B; }
  .btn_white {
    background: #fff;
    border-color: #fff;
    color: #DD183B; }
    .btn_white:hover {
      background: #fff;
      border-color: #F2F2F2;
      color: #DD183B; }
  .btn_blue {
    background: #DD183B;
    color: #fff;
    border-color: #DD183B; }
    .btn_blue:hover {
      background: #CC1939;
      color: #fff;
      border-color: #CC1939; }
  .btn_green {
    background: #68D94C;
    color: #fff;
    border-color: #68D94C; }
    .btn_green:hover {
      background: #49C62A;
      color: #fff;
      border-color: #49C62A; }
  .btn_inner-green {
    background: transparent;
    color: #DD183B;
    border-color: #DD183B; }
    .btn_inner-green:hover {
      background: #DD183B;
      border-color: #DD183B;
      color: #fff; }
  .btn_inner-full-green {
    background: #DD183B;
    color: #fff;
    border-color: #DD183B; }
    .btn_inner-full-green:hover {
      background: #CC1939;
      border-color: #CC1939;
      color: #fff; }
  .btn_inner-bg {
    background: rgba(34, 34, 34, 0.4);
    color: #fff; }
    .btn_inner-bg:hover {
      background: #DD183B;
      border-color: #DD183B;
      color: #fff; }
  .btn_share {
    background: rgba(255, 255, 255, 0.7);
    border-color: #828282;
    color: #828282; }
    .btn_share:hover {
      border-color: #bdbdbd;
      color: #828282; }
  .btn_disabled {
    pointer-events: none;
    color: #bdbdbd;
    border-color: #bdbdbd; }

@media screen and (max-width: 767px) {
  .btn {
    padding: .5em 1.5em; } }

.navigation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }
  .navigation__wrapper_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.navigation__item:not(:last-child) {
  margin-right: 30px; }

.navigation__link {
  position: relative;
  color: #F2F2F2;
  text-decoration: none;
  line-height: 1.5; }
  .navigation__link::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: #fff;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(10px);
        -ms-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    opacity: 0; }
  .navigation__link :hover::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(5px);
        -ms-transform: translateX(-50%) translateY(5px);
            transform: translateX(-50%) translateY(5px); }
  .navigation__link:hover {
    opacity: .85; }
  .navigation__link-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 5px; }
  .navigation__link_is-active {
    color: #DD183B;}
  .navigation__link_is-styled::after {
    opacity: 1;
    width: calc(100% - 24px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0; }
  .navigation__link_is-styled:hover::after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

@media screen and (max-width: 1229px) {
  .navigation__item:not(:last-child) {
    margin-right: 25px; } }

@media screen and (max-width: 767px) {
  .navigation__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .navigation__link {
    display: block;
    font-size: 1.8rem;
    color: #4f4f4f;
    text-align: center; }
    .navigation__link-icon path {
      fill: #4f4f4f; }
    .navigation__link_is-styled::after {
      background: #4f4f4f;
      left: 22px;
      width: calc(100% - 70px); }
  .navigation__item {
    width: 100%; }
    .navigation__item:nth-child(n) {
      margin: 0; }
    .navigation__item:not(:last-child) {
      margin-bottom: 30px; } }

.breadcrumbs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }

.breadcrumbs__link {
  font-size: 1.4rem;
  color: #fff; }
  .breadcrumbs__link[href] {
    position: relative;
    margin-right: 20px; }
    .breadcrumbs__link[href]:hover {
      opacity: .85; }
    .breadcrumbs__link[href]::after {
      content: '';
      position: absolute;
      width: 5px;
      height: 8px;
      top: 50%;
      margin-top: -4px;
      left: calc(100% + 8px);
      background: url("../img/icons/breadcrumbs.svg") no-repeat 50%/5px auto; }
  .breadcrumbs__link_is-dark {
    color: #bdbdbd; }
    .breadcrumbs__link_is-dark[href]::after {
      background: url("../img/icons/breadcrumbs-dark.svg") no-repeat 50%/5px auto; }

.video-section {
  border-radius: 32px;
  border: 24px solid #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  -webkit-box-shadow: 0 18px 48px 0 rgba(79, 121, 255, 0.07);
          box-shadow: 0 18px 48px 0 rgba(79, 121, 255, 0.07);
  text-decoration: none; }
  .video-section::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 120px;
    height: 75px;
    background: url("../img/icons/play-button.svg") no-repeat 50%/120px auto;
    pointer-events: none;
    z-index: 1; }

@media screen and (max-width: 1229px) {
  .video-section {
    border-width: 16px; }
    .video-section::after {
      width: 92px;
      height: 57px;
      background-size: 92px; } }

@media screen and (max-width: 767px) {
  .video-section {
    border-width: 8px; } }

.social__title {
  display: block;
  color: #fff;
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 24px; }

.social__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }

.social__link {
  width: 40px;
  height: 40px;
  border-radius: 50%; }
  .social__link:not(:last-child) {
    margin-right: 15px; }
  .social__link[data-social-icon="facebook"] {
    background: url("../img/icons/facebook.svg") no-repeat 50%/40px auto; }
  .social__link[data-social-icon="youtube"] {
    background: url("../img/icons/youtube.svg") no-repeat 50%/40px auto; }
  .social__link[data-social-icon="instagram"] {
    background: url("../img/icons/instagram.svg") no-repeat 50%/40px auto; }
  .social__link_green[data-social-icon="facebook"] {
    background: url("../img/icons/facebook-green.svg") no-repeat 50%/40px auto; }
  .social__link_green[data-social-icon="youtube"] {
    background: url("../img/icons/youtube-green.svg") no-repeat 50%/40px auto; }
  .social__link_green[data-social-icon="instagram"] {
    background: url("../img/icons/instagram-green.svg") no-repeat 50%/40px auto; }
  .social__link:hover {
    opacity: .85; }

@media screen and (max-width: 1229px) {
  .social__title.inner-footer__social-title {
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .social__title {
    text-align: center; }
    .social__title.inner-footer__social-title {
      margin-bottom: 20px;
      margin-right: 0; }
  .social__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.app__title {
  display: block;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24px; }

.app__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }

.app__link {
  line-height: 1.3;
  color: #DD183B;
  text-decoration: none;
  font-weight: 600;
  padding: .5em 1.5em;
  width: calc((100% - 30px) / 2);
  background: #fff;
  border-radius: 8px;
  text-align: center; }
  .app__link:not(:last-child) {
    margin-right: 30px; }
  .app__link:hover {
    opacity: .85; }

@media screen and (max-width: 767px) {
  .app__title {
    text-align: center; }
  .app__link:not(:last-child) {
    margin-right: 10px; }
  .app__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.advantages-item {
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0 0 1px 0 rgba(69, 157, 239, 0.5), 0 4px 20px 0 rgba(69, 157, 239, 0.07);
          box-shadow: 0 0 1px 0 rgba(69, 157, 239, 0.5), 0 4px 20px 0 rgba(69, 157, 239, 0.07); }
  .advantages-item__wrapper {
    padding: 20px; }
  .advantages-item__media {
    width: 100%;
    height: 145px;
    margin-bottom: 25px; }
    .advantages-item__media img {
      border-radius: 32px;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .advantages-item__title {
    display: block;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 20px; }
  .advantages-item__content p {
    margin: 0;
    line-height: 1.33;
    color: #828282; }

@media screen and (max-width: 1229px) {
  .advantages-item__wrapper {
    padding: 30px; }
  .advantages-item__media {
    height: 180px; } }

@media screen and (max-width: 767px) {
  .advantages-item__wrapper {
    padding: 25px 15px; } }

.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
      flex-wrap: no-wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 70px;

  background: #FFFFFF;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 20px 0 rgb(69 157 239 / 20%), 0 4px 20px 0 rgb(69 157 239 / 7%);
          box-shadow: 0 0 20px 0 rgb(69 157 239 / 20%), 0 4px 20px 0 rgb(69 157 239 / 7%);

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-wrap: no-wrap;
}
  .message_highlighted {
    border: 4px solid #DD183B; }
  .message__col {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .message__col:first-child {
      padding-right: 50px; }
    .message__col:last-child {
      padding-left: 50px; }
    .message__col:not(:last-child) {
      border-right: 1px solid rgba(79, 121, 255, 0.1); }
  .message__title {
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.33;
    color: #DD183B;
    font-weight: 600;
    margin-bottom: 15px; }
  .message__text p {
    margin: 0;
    line-height: 1.5;
    color: #828282; }
  .message__btn {
    width: 100%;
    max-width: 230px;
    margin-top: 20px; }
  .message__list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .message__list ul li {
      position: relative;
      padding-left: 30px;
      color: #828282;
      line-height: 1.33; }
      .message__list ul li:not(:last-child) {
        margin-bottom: 15px; }
      .message__list ul li::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background: url("../img/icons/list.svg") no-repeat 50%/16px auto;
        top: 3px;
        left: 0; }

@media screen and (max-width: 1229px) {
  .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    padding-bottom: 45px; }
    .message__col {
      width: 100%; }
      .message__col:nth-child(n) {
        padding-right: 0;
        padding-left: 0; }
      .message__col:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid rgba(79, 121, 255, 0.1); } }

@media screen and (max-width: 767px) {
  .message {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .message__col:not(:last-child) {
      padding: 25px 15px;
      margin: 0;
      border: 3px solid #DD183B;
      border-radius: 30px;
      margin-top: 40px; }
      .message__col:not(:last-child).message__content_is-custom {
        margin-top: 0; }
    .message__btn {
      position: relative;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      left: 50%; } }

.rate-item {
  background: #fff;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 1px 0 rgba(69, 157, 239, 0.5), 0 4px 20px 0 rgba(69, 157, 239, 0.07);
          box-shadow: 0 0 1px 0 rgba(69, 157, 239, 0.5), 0 4px 20px 0 rgba(69, 157, 239, 0.07); }
  .rate-item__wrapper {
    padding: 30px 20px; }
  .rate-item__title {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    color: #DD183B;
    line-height: 1.33;
    font-weight: 600;
    margin-bottom: 20px; }
  .rate-item__desc ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .rate-item__desc ul li {
      position: relative;
      padding-left: 30px;
      color: #828282;
      line-height: 1.33; }
      .rate-item__desc ul li:not(:last-child) {
        margin-bottom: 15px; }
      .rate-item__desc ul li::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background: url("../img/icons/list.svg") no-repeat 50%/16px auto;
        top: 3px;
        left: 0; }
  .rate-item__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    margin-top: 25px; }
  .rate-item__price {
    position: relative;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.33; }
    .rate-item__price-sale {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
      font-size: .8rem;
      color: #fff;
      font-weight: 600;
      width: 35px;
      height: 15px;
      border-radius: 22px;
      background: #68D94C;
      bottom: 100%;
      right: 0;
      z-index: 1; }
    .rate-item__price-old {
      position: absolute;
      bottom: calc(100% - 4px);
      right: 0;
      font-size: 1.6rem;
      text-decoration: line-through;
      font-weight: 400;
      z-index: 1; }
  .rate-item__btn {
    margin-left: auto; }
  .rate-item:hover {
    background: #DD183B;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .rate-item:hover .rate-item__title {
      color: #fff; }
    .rate-item:hover .rate-item__desc ul li, .rate-item:hover .rate-item__desc ol li {
      color: #F2F2F2; }
      .rate-item:hover .rate-item__desc ul li::before, .rate-item:hover .rate-item__desc ol li::before {
        background: url("../img/icons/list-light.svg") no-repeat 50%/16px auto; }
    .rate-item:hover .rate-item__price {
      color: #fff; }
    .rate-item:hover .rate-item__btn {
      background: #fff;
      border-color: #fff;
      color: #DD183B; }

@media screen and (max-width: 767px) {
  .rate-item__desc {
    display: none; }
  .rate-item__options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .rate-item__wrapper {
    padding: 25px 15px; }
  .rate-item__title {
    margin-bottom: 40px; }
  .rate-item__btn {
    margin-left: 0;
    width: 100%; }
  .rate-item__price {
    width: 100%;
    text-align: center;
    margin-bottom: 25px; }
    .rate-item__price-sale {
      font-size: 1.6rem;
      width: 55px;
      height: 25px; } }

.account-link {
  position: relative; }
  .account-link__notifications {
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-transition: opacity .2s ease, -webkit-transform .25s ease;
    transition: opacity .2s ease, -webkit-transform .25s ease;
    -o-transition: opacity .2s ease, transform .25s ease;
    transition: opacity .2s ease, transform .25s ease;
    transition: opacity .2s ease, transform .25s ease, -webkit-transform .25s ease;
    pointer-events: none;
    z-index: 1; }
    .account-link__notifications_is-opened {
      opacity: 1;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      pointer-events: auto; }
  .account-link__name {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    color: #DD183B;
    line-height: 1.5;
    border-bottom: 1px dashed #DD183B;
    text-decoration: none; }
    .account-link__name:hover {
      opacity: .85; }
  .account-link__value {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: #68D94C;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 20px; }
    .account-link__value::after {
      content: '';
      position: absolute;
      width: 28px;
      height: 28px;
      background: rgba(104, 217, 76, 0.2);
      border-radius: 50%;
      top: 50%;
      left: 50%;
      margin-top: -14px;
      margin-left: -14px;
      pointer-events: none;
      z-index: -1; }

.account-notifications {
  padding-top: 10px; }
  .account-notifications__wrapper {
    width: 270px;
    background: #fff;
    border-radius: 8px;
    padding: 15px 20px;
    -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
            box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07); }
  .account-notifications__item {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: #DD183B; }
    .account-notifications__item:not(:last-child) {
      border-bottom: 1px solid rgba(79, 121, 255, 0.1); }
    .account-notifications__item-text {
      margin: 0;
      color: #828282;
      font-size: 1.2rem;
      line-height: 1.33; }
    .account-notifications__item-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
      margin-top: 5px; }
    .account-notifications__item-date {
      color: #bdbdbd;
      font-size: 1.2rem; }
    .account-notifications__item-link {
      position: relative;
      font-size: 1.2rem;
      margin-left: auto;
      text-decoration: none;
      line-height: 2; }
      .account-notifications__item-link::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: calc(100% - 5px);
        left: 0;
        background: #1A50FF;
        color: #1A50FF; }
    .account-notifications__item:hover {
      color: #1A50FF; }
      .account-notifications__item:hover .account-notifications__item-text {
        color: #333; }

@media screen and (max-width: 767px) {
  .account-link__name {
    display: block;
    text-align: center; } }

.catalog-search {
  position: relative; }
  .catalog-search__input {
    width: 100%;
    padding: .7em 0;
    font-size: 1.4rem;
    padding-right: 2.1em;
    border-bottom: 1px solid rgba(79, 121, 255, 0.3); }
  .catalog-search__btn {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("../img/icons/search.svg") no-repeat 50%/18px auto;
    z-index: 1; }
  .catalog-search__results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 10px;
    opacity: 0;
    -webkit-transition: opacity .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, -webkit-transform .25s ease;
    -o-transition: transform .25s ease, opacity .25s ease;
    transition: transform .25s ease, opacity .25s ease;
    transition: transform .25s ease, opacity .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    pointer-events: none;
    z-index: 3; }
    .catalog-search__results_open {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1;
      pointer-events: auto; }
    .catalog-search__results-list {
      background: #fff;
      border-radius: 8px;
      -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
              box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
      padding: 30px 20px;
      padding-top: 15px;
      padding-right: 35px; }
      .catalog-search__results-list-item:not(:last-child) {
        margin-bottom: 12px; }
      .catalog-search__results-list-link {
        color: #4f4f4f;
        line-height: 1.5;
        text-align: left;
        text-decoration: none; }
        .catalog-search__results-list-link:hover {
          color: #DD183B; }

.b-select {
  position: relative; }
  .b-select__header-button {
    position: relative;
    color: #4f4f4f;
    line-height: 1.5;
    padding: .5em 1.25em;
    width: 100%;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
            box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
    border-radius: 8px; }
    .b-select__header-button::before {
      content: '';
      position: absolute;
      width: 30%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
      right: 0;
      top: 0;
      pointer-events: none;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      z-index: 1; }
    .b-select__header-button::after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-top-color: #bdbdbd;
      top: 50%;
      margin-top: -2.5px;
      right: 20px;
      pointer-events: none;
      z-index: 2; }
    .b-select__header-button-value {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      max-width: 90%;
      -o-text-overflow: clip;
         text-overflow: clip;
      pointer-events: none; }
  .b-select__wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 10px;
    opacity: 0;
    -webkit-transition: opacity .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, -webkit-transform .25s ease;
    -o-transition: transform .25s ease, opacity .25s ease;
    transition: transform .25s ease, opacity .25s ease;
    transition: transform .25s ease, opacity .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    pointer-events: none;
    z-index: 4; }
    .b-select__wrapper_open {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1;
      pointer-events: auto; }
  .b-select__container {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
            box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
    padding: 30px 20px;
    padding-top: 0; }
  .b-select__show-link {
    margin-top: 10px; }
  .b-select__list-item {
    position: relative; }
    .b-select__list-item:not(:last-child) .b-select__list-button {
      border-bottom: 1px solid rgba(79, 121, 255, 0.1); }
  .b-select__list-button {
    position: relative;
    width: 100%;
    color: #4f4f4f;
    padding: 1em 0;
    padding-right: 1em;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap; }
    .b-select__list-button::after {
      content: '';
      position: absolute;
      width: 9px;
      height: 6px;
      background: url("../img/icons/arrow-down.svg") no-repeat 50%/9px auto;
      top: 50%;
      right: 0;
      margin-top: -3px;
      -webkit-transition: -webkit-transform .25s ease;
      transition: -webkit-transform .25s ease;
      -o-transition: transform .25s ease;
      transition: transform .25s ease;
      transition: transform .25s ease, -webkit-transform .25s ease;
      pointer-events: none;
      z-index: 1; }
    .b-select__list-button_active::after {
      -webkit-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1); }
  .b-select__sub-list {
    display: none;
    padding: 5px 0; }
    .b-select__sub-list-button {
      position: relative;
      line-height: 1.5;
      padding: .5em 1em;
      padding-right: 1em;
      color: #4f4f4f;
      width: 100%;
      text-align: left;
      display: block;
    }
      .b-select__sub-list-button:hover {
        color: #DD183B; }
      .b-select__sub-list-button_active {
        pointer-events: none;
        color: #bdbdbd; }
    .b-select__sub-list_open {
      display: block; }
  .b-select__simple-list {
    padding-top: 15px; }
    .b-select__simple-list-item:not(:last-child) {
      margin-bottom: 12px; }
    .b-select__simple-list-button {
      color: #4f4f4f;
      line-height: 1.5;
      text-align: left;
      cursor: pointer;
    }
      .b-select__simple-list-button:hover {
        color: #DD183B; }
      .b-select__simple-list-button_active {
        color: #bdbdbd;
        pointer-events: none; }
  .b-select:hover .b-select__header-button::after {
    border-top-color: #DD183B; }

.exercise-grid {
  margin-bottom: 30px;
  padding: 30px 15px;
  padding-bottom: 45px;

  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(69, 157, 239, 0.2),
  0 4px 20px 0 rgba(69, 157, 239, 0.07);
          box-shadow: 0 0 20px 0 rgba(69, 157, 239, 0.2),
  0 4px 20px 0 rgba(69, 157, 239, 0.07);
}
  .exercise-grid_start {
    background: rgba(79, 121, 255, 0.05); }
  .exercise-grid_middle {
    background: rgba(104, 217, 76, 0.05); }
  .exercise-grid_high {
    background: rgba(246, 127, 97, 0.05); }
  .exercise-grid__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    margin-bottom: 25px; }
  .exercise-grid__share-icon {
    margin-left: auto;
    width: 22px;
    height: 22px; }
  .exercise-grid__label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
    padding: .8em 1.25em;
    background: #828282; }
    .exercise-grid__label_start {
      background: #DD183B; }
    .exercise-grid__label_middle {
      background: #68D94C; }
    .exercise-grid__label_high {
      background: #F67F61; }
  .exercise-grid__title {
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 15px; }
  .exercise-grid__item {
    padding-bottom: 30px;
    display: block;
    text-decoration: none;
  }
    .exercise-grid__item-text {
      margin-top: 20px; }
      .exercise-grid__item-text p {
        margin: 0;
        line-height: 1.45;
        color: #4f4f4f; }
        .exercise-grid__item-text p:not(:last-child) {
          margin-bottom: 15px; }
    .exercise-grid__item-media {
      position: relative;
      width: 100%;
      height: 190px;
      border-radius: 10px;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
      overflow: hidden; }
      .exercise-grid__item-media::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(79, 121, 255, 0.2)), to(rgba(79, 121, 255, 0.2)));
        background: -o-linear-gradient(bottom, rgba(79, 121, 255, 0.2), rgba(79, 121, 255, 0.2));
        background: linear-gradient(0deg, rgba(79, 121, 255, 0.2), rgba(79, 121, 255, 0.2));
        pointer-events: none;
        z-index: 1; }
      .exercise-grid__item-media::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 32px;
        background: url("../img/icons/play-button.svg") no-repeat 50%/50px auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
        pointer-events: none;
        z-index: 2; }
    .exercise-grid__item:not(:last-child) {
      border-bottom: 1px solid rgba(79, 121, 255, 0.1);
      margin-bottom: 30px; }
  .exercise-grid__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap; }
  .exercise-grid__link {
    line-height: 1.5;
    color: #828282;
    font-weight: 600;
    margin-left: 30px; }
    .exercise-grid__link:hover {
      opacity: .85; }
  .exercise-grid__share-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    color: #828282;
    border-color: #828282;
    background: rgba(255, 255, 255, 0.7); }
    .exercise-grid__share-button:hover {
      color: #828282;
      border-color: #bdbdbd; }

@media screen and (max-width: 1229px) {
  .exercise-grid__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 25px; }
  .exercise-grid__item {
    width: 320px;
    padding-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .exercise-grid__item:not(:last-child) {
      margin-right: 10px;
      margin-bottom: 0;
      border-bottom: none; }
  .exercise-grid__footer {
    margin-top: 25px; }
  .exercise-grid__link {
    font-weight: 400;
    color: #DD183B; } }

@media screen and (max-width: 767px) {
  .exercise-grid__list:not(.exercise-grid__list_is-scroll) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: hidden; }
    .exercise-grid__list:not(.exercise-grid__list_is-scroll) .exercise-grid__item {
      width: 100%; }
      .exercise-grid__list:not(.exercise-grid__list_is-scroll) .exercise-grid__item:not(:last-child) {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(79, 121, 255, 0.1);
        margin-bottom: 30px; } }

.form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  margin-top: 40px; }

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }

.form__section-title {
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  color: #bdbdbd;
  margin-bottom: 20px; }

.form__section-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.form__section-radio {
  margin-bottom: 15px; }
  .form__section-radio:not(:last-child) {
    margin-right: 60px; }

.form__section:not(:last-child) {
  margin-bottom: 40px; }

.form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  width: 100%;
  max-width: 270px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 270px;
          flex: 1 1 270px; }
  .form__container:not(:last-child) {
    margin-right: 30px; }
  .form__container_column:not(:first-child) {
    margin-top: 20px; }
  .form__container_width-full {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .form__container_width-full:nth-child(n) {
      margin-right: 0; }

.form__label {
  display: block;
  line-height: 1.5;
  color: #4f4f4f;
  margin-bottom: 10px; }
  .form__label-note {
    color: #DD183B; }
  .form__label_light {
    color: #bdbdbd; }

.form__input {
  width: 100%; }
.form__input .input,  .form__input input, .form__input textarea {
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
            box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07); }
    .form__input textarea {
      height: auto;
    }
    .form__input input:focus, .form__input .input:focus {
      border-color: #DD183B; }
  .form__input_inner-green input, .form__input_inner-green .input {
    -webkit-box-shadow: 0 0 1px 0 rgba(1, 148, 137, 0.5), 0 4px 20px 0 rgba(1, 148, 137, 0.07);
            box-shadow: 0 0 1px 0 rgba(1, 148, 137, 0.5), 0 4px 20px 0 rgba(1, 148, 137, 0.07); }
    .form__input_inner-green input:focus, .form__input_inner-green .input:focus {
      border-color: #DD183B; }

.form__privacy {
  margin-top: 35px; }

@media screen and (max-width: 767px) {
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .form__container {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none; }
    .form__container:not(:last-child) {
      margin: 0;
      margin-bottom: 20px; }
  .form__section-radio {
    width: calc((100% - 45px) / 2); }
    .form__section-radio:nth-child(even) {
      margin-right: 0; }
    .form__section-radio:nth-child(odd) {
      margin-right: 45px; }
  .form__section:not(:last-child) {
    margin-bottom: 25px; }
  .form__footer {
    margin-top: 25px; }
  .form__privacy {
    margin-top: 5px; }
  .form__input input,
  .form__input .input {
    height: 55px; } }

.radio-item {
  position: relative;
  cursor: pointer; }
  .radio-item__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
    .radio-item__input:checked + .radio-item__name::after {
      opacity: 1; }
  .radio-item__name {
    position: relative;
    line-height: 1.5;
    color: #4f4f4f;
    padding-left: 25px; }
    .radio-item__name::before {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      left: 0;
      top: 2px;
      background: rgba(79, 121, 255, 0.5); }
    .radio-item__name::after {
      content: '';
      position: absolute;
      width: 11px;
      height: 11px;
      border: 2px solid #fff;
      background: -o-radial-gradient(51.56% 51.56%, 36.72% 36.72%, #FFFFFF 3.42%, rgba(255, 255, 255, 0.93) 65.06%, rgba(255, 255, 255, 0.817369) 94%, rgba(255, 255, 255, 0.51) 100%);
      background: radial-gradient(36.72% 36.72% at 51.56% 51.56%, #FFFFFF 3.42%, rgba(255, 255, 255, 0.93) 65.06%, rgba(255, 255, 255, 0.817369) 94%, rgba(255, 255, 255, 0.51) 100%);
      -webkit-box-shadow: 0.64175px 0.64175px 3.20876px rgba(0, 0, 0, 0.08);
              box-shadow: 0.64175px 0.64175px 3.20876px rgba(0, 0, 0, 0.08);
      border-radius: 50%;
      left: 2.5px;
      top: 4.5px;
      background: rgba(79, 121, 255, 0.5);
      opacity: 0;
      pointer-events: none; }

.article-item {
  display: block;
  padding: 20px 15px;
  padding-bottom: 25px;
  text-decoration: none;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
          box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
  background: #fff; }
  .article-item__media {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 190px;
    background-size: cove;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden; }
    .article-item__media::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(79, 121, 255, 0.2)), to(rgba(79, 121, 255, 0.2)));
      background: -o-linear-gradient(bottom, rgba(79, 121, 255, 0.2), rgba(79, 121, 255, 0.2));
      background: linear-gradient(0deg, rgba(79, 121, 255, 0.2), rgba(79, 121, 255, 0.2));
      top: 0;
      left: 0;
      pointer-events: none;
      -webkit-transition: opacity .25s ease;
      -o-transition: opacity .25s ease;
      transition: opacity .25s ease;
      border-radius: 20px; }
  .article-item__title {
    line-height: 1.35;
    font-weight: 600;
    color: #222; }
  .article-item:hover .article-item__media::after {
    opacity: 0; }
  .article-item:hover .article-item__title {
    color: #DD183B; }

.checkbox-item {
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .checkbox-item__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .checkbox-item__input:checked + .checkbox-item__name::before {
      border-color: #DD183B;
      background: #DD183B url("../img/icons/check.svg") no-repeat 50%/12px auto; }
  .checkbox-item__name {
    position: relative;
    line-height: 1.5;
    color: #4f4f4f;
    padding-left: 30px;
    font-size: 1.4rem; }
    .checkbox-item__name a {
      color: #4f4f4f; }
      .checkbox-item__name a:hover {
        opacity: .85; }
    .checkbox-item__name::before {
      content: '';
      position: absolute;
      width: 18px;
      height: 18px;
      border-radius: 4px;
      left: 0;
      top: -1px;
      border: 1px solid #bdbdbd; }
  .checkbox-item_size-m .checkbox-item__name {
    font-size: 1.6rem; }
    .checkbox-item_size-m .checkbox-item__name::before {
      top: 0; }
  .checkbox-item_is-light .checkbox-item__name {
    color: #fff; }
    .checkbox-item_is-light .checkbox-item__name::before {
      border-color: #fff; }
    .checkbox-item_is-light .checkbox-item__name a {
      color: #fff; }
  .checkbox-item_is-light .checkbox-item__input:checked + .checkbox-item__name::before {
    border-color: #fff;
    background: #fff url("../img/icons/check-dark.svg") no-repeat 50%/12px auto; }

.inner-catalog-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 20px;
  border-radius: 32px;
  z-index: 1; }
  .inner-catalog-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background: rgba(34, 34, 34, 0.3);
    pointer-events: none;
    z-index: -1; }
  .inner-catalog-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    margin-bottom: 25px; }
  .inner-catalog-item__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 35px; }
    .inner-catalog-item__content_size-m {
      max-width: 475px; }
    .inner-catalog-item__content p {
      margin: 0;
      font-size: 1.8rem;
      text-align: center;
      line-height: 1.3;
      text-shadow: 0 0 12px rgba(34, 34, 34, 0.38);
      color: #fff; }
      .inner-catalog-item__content p:not(:last-child) {
        margin-bottom: 15px; }
  .inner-catalog-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    margin-top: 5px; }
    .inner-catalog-item__info-item {
      color: #fff;
      line-height: 1.5; }
      .inner-catalog-item__info-item span {
        font-weight: 600;
        font-size: 2.4rem; }
      .inner-catalog-item__info-item:last-child {
        margin-left: auto; }
  .inner-catalog-item__footer {
    margin-top: auto; }
  .inner-catalog-item__link {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .inner-catalog-item__price {
    margin-left: auto;
    color: #fff; }
    .inner-catalog-item__price span {
      font-size: 2.4rem;
      font-weight: 600; }

.level {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  line-height: 2;
  padding: .16em 1.3em;
  border-radius: 19px; }
  .level_start {
    background: #DD183B; }
  .level_middle {
    background: #68D94C; }
  .level_high {
    background: #F67F61; }

.lecture-item {
  position: relative;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
          box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
  z-index: 1; }
  .lecture-item__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    padding: 30px 40px;
    padding-bottom: 60px; }
  .lecture-item__content {
    padding-right: 40px; }
  .lecture-item__label {
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    color: #bdbdbd;
    margin-bottom: 15px; }
  .lecture-item__title {
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 15px; }
  .lecture-item__text p {
    margin: 0;
    line-height: 1.5;
    color: #4f4f4f; }
    .lecture-item__text p:not(:last-child) {
      margin-bottom: 15px; }
  .lecture-item__media {
    position: relative;
    width: 570px;
    height: 320px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 570px;
            flex: 1 0 570px;
    margin-top: 15px;
    border-radius: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; }
    .lecture-item__media::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 32px;
      pointer-events: none;
      background: rgba(34, 34, 34, 0.2); }
    .lecture-item__media::before {
      content: '';
      position: absolute;
      width: 50px;
      height: 32px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      background: url("../img/icons/play-button.svg") no-repeat 50%/50px auto;
      z-index: 1; }

@media screen and (max-width: 1229px) {
  .lecture-item__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px; }
  .lecture-item__media {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    max-width: 440px;
    height: 245px; }
  .lecture-item__content {
    padding-right: 0; } }

@media screen and (max-width: 767px) {
  .lecture-item__grid {
    padding: 30px 15px; } }

.schedule-list__wrapper {
  padding: 60px 40px;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
          box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07); }

.schedule-list__item-title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 25px; }

.schedule-list__item-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }

.schedule-list__item-text {
  padding-left: 40px; }
  .schedule-list__item-text p {
    margin: 0;
    line-height: 1.5;
    color: #4f4f4f; }
    .schedule-list__item-text p:not(:last-child) {
      margin-bottom: 15px; }

.schedule-list__item-media {
  position: relative;
  width: 570px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 570px;
          flex: 1 0 570px;
  height: 320px;
  border-radius: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%; }
  .schedule-list__item-media::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    pointer-events: none;
    background: rgba(34, 34, 34, 0.2); }
  .schedule-list__item-media::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 32px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    background: url("../img/icons/play-button.svg") no-repeat 50%/50px auto;
    z-index: 1; }

.schedule-list__item:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(1, 148, 137, 0.1); }

@media screen and (max-width: 1229px) {
  .schedule-list__wrapper {
    padding: 45px 30px; }
  .schedule-list__item-title {
    text-align: left; }
  .schedule-list__item-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .schedule-list__item-text {
    padding-left: 0;
    margin-top: 30px; }
  .schedule-list__item-media {
    width: 100%;
    max-width: 440px;
    height: 245px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; } }

@media screen and (max-width: 767px) {
  .schedule-list__wrapper {
    padding: 30px 15px; } }

.expire-access-box__text {
  margin: 0;
  text-align: center;
  line-height: 1.5;
  color: #828282; }

.expire-access-box__price {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  color: #4f4f4f;
  margin-top: 7px; }
  .expire-access-box__price-value {
    font-weight: 600;
    font-size: 1.8rem;
    font-weight: 600;
    color: #222;
    margin-left: 15px; }

.expire-access-box__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  margin-top: 7px; }

.expire-access-box__btn:not(:last-child) {
  margin-right: 10px; }

@media screen and (max-width: 1229px) {
  .expire-access-box__text {
    text-align: left; }
  .expire-access-box__price {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px; }
  .expire-access-box__options {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px; } }

.auth-box__header {
  margin-bottom: 30px; }

.auth-box__title {
  margin: 0;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: 600; }

.auth-box__form {
  width: 100%;
  max-width: 340px;
  margin: 0 auto; }

.auth-box__footer {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(79, 121, 255, 0.1); }

.auth-box__text ul {
  margin: 0;
  padding: 0; }
  .auth-box__text ul li {
    font-size: 1.4rem;
    color: #828282;
    line-height: 1.45; }
    .auth-box__text ul li a {
      color: #828282; }
      .auth-box__text ul li a:hover {
        opacity: .85; }

.auth-box__help {
  text-align: center;
  margin-top: 50px; }
  .auth-box__help-text {
    font-weight: 600;
    color: #4f4f4f; }
  .auth-box__help-link {
    color: #DD183B;
    margin-left: 10px; }
    .auth-box__help-link:hover {
      opacity: .85; }

.auth-box__note {
  display: block;
  font-size: 1.4rem;
  line-height: 1.35;
  color: #4f4f4f;
  margin-top: 50px; }

@media screen and (max-width: 767px) {
  .auth-box__title {
    text-align: left; }
  .auth-box__header {
    margin-bottom: 15px; }
  .auth-box__footer {
    padding-top: 0;
    margin-top: 30px;
    border: none; }
  .auth-box__help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    border-top: 1px solid rgba(79, 121, 255, 0.1);
    margin-top: 25px;
    padding-top: 25px; }
    .auth-box__help-link {
      margin-top: 10px; }
  .auth-box__text ul, .auth-box__text ol {
    padding-left: 15px; }
  .auth-box__form {
    max-width: 100%; } }

.modal {
  -webkit-box-shadow: 0 20px 55px 0 rgba(79, 121, 255, 0.07);
          box-shadow: 0 20px 55px 0 rgba(79, 121, 255, 0.07);
  padding: 0;
  border-radius: 40px;
  padding: 70px 100px;
  padding-bottom: 90px;
  max-width: 765px; }
  .modal a.close-modal {
    background: url("../img/icons/close.svg") no-repeat 50%/20px auto;
    right: 0;
    top: auto;
    bottom: calc(100% + 50px);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease; }
    .modal a.close-modal:hover {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .modal iframe {
    border-radius: 40px; }
  .modal__label {
    text-transform: uppercase;
    display: block;
    line-height: 1.3;
    color: #bdbdbd;
    margin-bottom: 10px; }
  .modal__title {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600; }
    .modal__title_align-center {
      display: block;
      text-align: center; }
  .modal__header {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(79, 121, 255, 0.1);
    margin-bottom: 30px; }

.blocker {
  background: rgba(34, 34, 34, 0.5);
  z-index: 9999; }

.video-modal {
  max-width: 925px;
  padding: 0;
  border: 16px solid #fff; }

.sharing-modal {
  max-width: 770px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
          box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
  padding: 70px;
  padding-top: 50px; }
  .sharing-modal__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    margin-top: 15px; }
    .sharing-modal__meta-item:not(:last-child) {
      margin-right: 15px; }
  .sharing-modal__exercise {
    margin: 0;
    line-height: 1.3;
    font-weight: 600; }
  .sharing-modal__label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
    padding: .8em 1.25em;
    background: #828282; }
    .sharing-modal__label_start {
      background: #DD183B; }
    .sharing-modal__label_middle {
      background: #68D94C; }
    .sharing-modal__label_high {
      background: #F67F61; }

.success-modal__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }

.success-modal__icon {
  max-width: 110px;
  margin-bottom: 35px; }

.success-modal__title {
  margin: 0;
  text-align: center;
  font-weight: 600;
  line-height: 1.5; }

.success-modal__btn {
  margin-top: 35px; }

.order-modal__header {
  border-bottom: none;
  padding-bottom: 0; }

.order-modal__form {
  max-width: 325px;
  margin: 0 auto; }

.payment-modal {
  max-width: 769px;
  padding: 50px;
  padding-top: 60px; }
  .payment-modal__header {
    padding-bottom: 0;
    margin-bottom: 40px;
    border-bottom: none; }
  .payment-modal__process-box {
    margin-bottom: 25px; }
  .payment-modal__form {
    max-width: 400px; }

.faq-box iframe{
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 1229px) {
  .sharing-modal {
    padding: 50px 40px; }
  .video-modal {
    border-width: 12px;
    border-radius: 25px; }
    .video-modal iframe {
      border-radius: 25px; }
  .modal a.close-modal {
    bottom: calc(100% + 30px); } }

@media screen and (max-width: 767px) {
  .blocker {
    padding: 50px 20px; }
  .modal {
    padding: 0 20px;
  }
  .modal iframe {
    height: 51.39vw; }
  .modal a.close-modal {
    bottom: calc(100% + 15px); }
  .video-modal {
    border-width: 6px;
    border-radius: 10px; }
    .video-modal iframe {
      border-radius: 10px; }
  .sharing-modal {
    padding: 35px 15px; }
    .sharing-modal__meta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .sharing-modal__meta-item:not(:last-child) {
        margin: 0;
        margin-bottom: 10px; }
  .order-modal {
    padding: 50px 15px; }
  .payment-modal {
    padding: 30px 15px; } }

@media screen and (max-width: 575px) {
  .modal {
    width: 100%;
    padding: 0 20px;
  } }

.subscriptions-box__title {
  display: block;
  margin: 0;
  text-transform: uppercase;
  color: #bdbdbd;
  font-weight: 600;
  margin-bottom: 32px; }

.subscriptions-box__wrapper {
  padding: 60px 40px;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 1px 0 rgba(1, 148, 137, 0.5), 0 4px 20px 0 rgba(1, 148, 137, 0.07);
          box-shadow: 0 0 1px 0 rgba(1, 148, 137, 0.5), 0 4px 20px 0 rgba(1, 148, 137, 0.07); }

.subscriptions-box__btn {
  margin-top: 60px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

@media screen and (max-width: 1229px) {
  .subscriptions-box__btn {
    margin-top: 40px; }
  .subscriptions-box__wrapper {
    padding: 30px; } }

@media screen and (max-width: 767px) {
  .subscriptions-box__wrapper {
    padding: 30px 15px; } }

.subscription-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  padding: 35px 0; }

.subscription-item__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .subscription-item__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .subscription-item__col:last-child {
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }

.subscription-item__date {
  display: block;
  text-align: center; }

.subscription-item__title {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.35;
  color: #222; }
.subscription-item__title a{
  color: #222;
  text-decoration: none;
}

.subscription-item__exercise {
  font-weight: 600;
  color: #222;
  line-height: 1.5; }

.subscription-item__price {
  display: block;
  text-align: center;
  color: #4f4f4f;
  line-height: 1.5; }
  .subscription-item__price-value {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    color: #222;
    margin-top: 15px; }

.subscription-item__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  margin-top: 15px; }
  .subscription-item__desc-item:not(:last-child) {
    margin-right: 15px; }

.subscription-item__desc .subscription-item__desc-item a{
  color: #222;
  text-decoration: none;
}

.subscription-item__btn {
  width: 140px; }

.subscription-item:first-child .subscription-item__wrapper {
  padding-top: 0; }

.subscription-item:last-child .subscription-item__wrapper {
  padding-bottom: 0; }

.subscription-item:not(:last-child) .subscription-item__wrapper {
  border-bottom: 1px solid rgba(79, 121, 255, 0.2); }

.subscription-item_is-disabled .subscription-item__col:first-child {
  opacity: .35; }

@media screen and (max-width: 1229px) {
  .subscription-item__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .subscription-item__col:first-child {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 15px; }
  .subscription-item__col:last-child {
    margin-left: 15px; }
  .subscription-item__date {
    text-align: right; }
  .subscription-item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap; }
    .subscription-item__price-value {
      margin: 0;
      margin-left: 10px; } }

@media screen and (max-width: 767px) {
  .subscription-item__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .subscription-item__desc-item:nth-child(n) {
      margin: 0; }
    .subscription-item__desc-item:not(:last-child) {
      margin-bottom: 10px; } }

.faq-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }
  .faq-box__header-button {
    background: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
            box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
    border-radius: 32px;
    font-weight: 600;
    color: #bdbdbd;
    line-height: 1.5;
    padding: .375em 2.2em;
    white-space: nowrap; }
    .faq-box__header-button:hover {
      background: #DD183B;
      color: #fff; }
    .faq-box__header-button:not(:first-child) {
      margin-left: 25px; }
    .faq-box__header-button_active {
      background: #DD183B;
      color: #fff; }
  .faq-box__header-link {
    margin-left: auto;
    color: #DD183B;
    text-decoration: underline;
    white-space: nowrap; }
    .faq-box__header-link:hover {
      opacity: .85; }

.faq-box__list {
  margin-top: 35px;
  padding: 35px 100px;
  background: #fff;
  -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
          box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
  border-radius: 32px; }
  .faq-box__list-item {
    padding: 30px 0; }
    .faq-box__list-item:not(:last-child) {
      border-bottom: 1px solid rgba(79, 121, 255, 0.2); }
    .faq-box__list-item-content {
      display: none;
      padding-top: 30px; }
      .faq-box__list-item-content p {
        margin: 0;
        line-height: 1.5;
        font-size: 1.6rem;
        color: #222222; }
        .faq-box__list-item-content p:not(:last-child) {
          margin-bottom: 15px; }
      .faq-box__list-item-content li {
        margin-bottom: 10px; }
      .faq-box__list-item-content iframe {
        border-radius: 35px; }
        .faq-box__list-item-content iframe:not(:first-child) {
          margin-top: 20px; }
    .faq-box__list-item-title {
      position: relative;
      display: block;
      font-size: 1.6rem;
      font-weight: 600;
      color: #222;
      line-height: 1.5;
      cursor: pointer; }
      .faq-box__list-item-title::before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background: url("../img/icons/plus.svg") no-repeat 50%/12px auto;
        top: 6px;
        right: calc(100% + 30px); }
      .faq-box__list-item-title_active {
        color: #DD183B; }
        .faq-box__list-item-title_active::before {
          background: url("../img/icons/minus.svg") no-repeat 50%/12px auto; }
        .faq-box__list-item-title_active + .faq-box__list-item-content {
          display: block; }

@media screen and (max-width: 1229px) {
  .faq-box__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .faq-box__header-button {
      margin-bottom: 20px; }
      .faq-box__header-button:nth-child(n) {
        margin-left: 0; }
      .faq-box__header-button:not(:last-child) {
        margin-right: 25px; }
    .faq-box__header-link {
      margin-left: 0;
      position: relative;
      top: -10px; }
  .faq-box__list {
    margin-top: 20px;
    padding: 30px 45px; }
    .faq-box__list-item-title::before {
      right: calc(100% + 15px); } }

@media screen and (max-width: 767px) {
  .faq-box__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .faq-box__header-button {
      margin-bottom: 15px;
      padding: .375em 2em; }
      .faq-box__header-button:nth-child(n) {
        margin-left: 0; }
      .faq-box__header-button:not(:last-child) {
        margin-right: 10px; }
    .faq-box__header-link {
      margin-left: 0;
      position: relative;
      top: -8px; } }

.b-catalog-box__wrapper {
  -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
          box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
  background: #fff;
  border-radius: 8px; }

.b-catalog-box__header {
  padding: 0 20px; }
  .b-catalog-box__header-title {
    display: block;
    padding: 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(79, 121, 255, 0.1);
    line-height: 1.5;
    color: #4f4f4f; }

.b-catalog-box__grid {
  padding: 15px 20px;
  padding-bottom: 30px; }

.b-catalog-box__list {
  padding-left: 20px; }
  .b-catalog-box__list-item:not(:last-child) {
    margin-bottom: 15px; }
  .b-catalog-box__list-link {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    color: #4f4f4f;
    line-height: 1.5;
    text-decoration: none; }
    .b-catalog-box__list-link::after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      background: url("../img/icons/plus-dark.svg") no-repeat 50%/10px auto;
      right: 0;
      top: 50%;
      margin-top: -4px;
      pointer-events: none;
      z-index: 1; }
    .b-catalog-box__list-link_is-active::after {
      background: url("../img/icons/minus-dark.svg") no-repeat 50%/10px auto; }
    .b-catalog-box__list-link:hover {
      opacity: .85; }

.b-catalog-box__sub-list {
  display: none;
  margin-top: 15px;
  padding-left: 20px; }
  .b-catalog-box__sub-list-item:not(:last-child) {
    margin-bottom: 10px; }
  .b-catalog-box__sub-list-link {
    display: block;
    font-size: 1.4rem;
    line-height: 1.45;
    color: #828282;
    text-decoration: none; }
    .b-catalog-box__sub-list-link:hover {
      color: #DD183B; }
  .b-catalog-box__sub-list_is-opened {
    display: block; }

.b-catalog-box__dropdown-list {
  display: none;
  padding-left: 20px;
  margin-top: 15px; }
  .b-catalog-box__dropdown-list-item:not(:last-child) {
    margin-bottom: 10px; }
  .b-catalog-box__dropdown-list-link {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    color: #828282;
    text-decoration: none; }
    .b-catalog-box__dropdown-list-link::after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      background: url("../img/icons/plus-dark.svg") no-repeat 50%/10px auto;
      right: 0;
      top: 50%;
      margin-top: -4px;
      pointer-events: none;
      z-index: 1; }
    .b-catalog-box__dropdown-list-link_is-active::after {
      background: url("../img/icons/minus-dark.svg") no-repeat 50%/10px auto; }
    .b-catalog-box__dropdown-list-link:hover {
      opacity: .85; }
  .b-catalog-box__dropdown-list_is-opened {
    display: block; }

.b-toggle {
  display: block;
  position: relative;
  width: 64px;
  height: 24px;
  cursor: pointer; }
  .b-toggle__layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #bdbdbd;
    -webkit-transition: background .45s ease-in-out;
    -o-transition: background .45s ease-in-out;
    transition: background .45s ease-in-out; }
    .b-toggle__layer::after {
      content: 'Выкл';
      position: absolute;
      right: 5px;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      font-size: 1.2rem;
      color: #fff;
      font-weight: 600;
      -webkit-transition: -webkit-transform .45s ease-in-out;
      transition: -webkit-transform .45s ease-in-out;
      -o-transition: transform .45s ease-in-out;
      transition: transform .45s ease-in-out;
      transition: transform .45s ease-in-out, -webkit-transform .45s ease-in-out;
      z-index: 1; }
  .b-toggle__handler {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #bdbdbd;
    left: 0;
    top: 50%;
    margin-top: -12px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .45s ease-in-out;
    transition: -webkit-transform .45s ease-in-out;
    -o-transition: transform .45s ease-in-out;
    transition: transform .45s ease-in-out;
    transition: transform .45s ease-in-out, -webkit-transform .45s ease-in-out;
    z-index: 1; }
  .b-toggle__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
    .b-toggle__input:checked + .b-toggle__layer {
      background: #DD183B; }
      .b-toggle__input:checked + .b-toggle__layer::after {
        content: 'Вкл';
        color: #fff;
        -webkit-transform: translate3d(-25px, -50%, 0);
                transform: translate3d(-25px, -50%, 0); }
      .b-toggle__input:checked + .b-toggle__layer + .b-toggle__handler {
        -webkit-transform: translate3d(40px, 0, 0);
                transform: translate3d(40px, 0, 0);
        border-color: #DD183B; }

.bonus-agreement-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  padding: 25px 75px;
  padding-bottom: 45px;
  border: 4px solid #DD183B;
  -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
          box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
  border-radius: 30px;
  background: #DD183B; }
  .bonus-agreement-box__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    margin-bottom: 15px; }
  .bonus-agreement-box__title {
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    margin-right: 20px; }
  .bonus-agreement-box__btn {
    margin-top: 25px; }

@media screen and (max-width: 767px) {
  .bonus-agreement-box {
    padding: 30px 15px; }
    .bonus-agreement-box__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .bonus-agreement-box__title {
      margin: 0;
      margin-bottom: 15px; }
    .bonus-agreement-box__btn {
      width: 100%; } }

.scores-box__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }

.scores-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  width: 190px; }
  .scores-box__item-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    width: 85px;
    height: 85px;
    border-radius: 25px;
    background: #DD183B; }
  .scores-box__item-value {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #68D94C;
    background: #fff;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    color: #68D94C; }
  .scores-box__item-btn {
    margin-top: 15px; }
    .scores-box__item-btn_is-disabled {
      border-color: #fff;
      background: #fff;
      font-weight: 400;
      color: #222;
      pointer-events: none; }
  .scores-box__item-link {
    margin-top: 15px;
    color: #DD183B; }
    .scores-box__item-link:hover {
      opacity: .85; }
  .scores-box__item:not(:last-child) {
    margin-right: 80px; }
  .scores-box__item_is-active .scores-box__item-value {
    border-color: #fff;
    background: #68D94C;
    color: #fff; }

@media screen and (max-width: 767px) {
  .scores-box__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .scores-box__item {
    width: 100%;
    padding-left: 120px;
    position: relative; }
    .scores-box__item-icon {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(calc(-50% - 6px));
          -ms-transform: translateY(calc(-50% - 6px));
              transform: translateY(calc(-50% - 6px)); }
    .scores-box__item-btn {
      margin-top: 0; }
    .scores-box__item-link {
      margin-top: 20px; }
    .scores-box__item:not(:last-child) {
      padding-bottom: 25px;
      margin-bottom: 25px; } }

.questions-scores-box__title {
  margin-top: 25px;
  display: block;
  color: #4f4f4f;
  line-height: 1.5; }

.questions-scores-box__desc {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }
  .questions-scores-box__desc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap; }
    .questions-scores-box__desc-item:not(:last-child) {
      margin-right: 40px; }
  .questions-scores-box__desc-name {
    color: #bdbdbd; }
  .questions-scores-box__desc-value {
    color: #4f4f4f;
    font-weight: 600;
    margin-left: 15px; }

.questions-scores-box__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  margin-top: 15px; }

.questions-scores-box__link {
  margin-left: 45px;
  color: #DD183B; }
  .questions-scores-box__link:hover {
    opacity: .85; }

@media screen and (max-width: 1229px) {
  .questions-scores-box__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0; }
    .questions-scores-box__desc-item:nth-child(n) {
      margin: 0;
      margin-top: 10px; } }

.referal-box__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }

.referal-box__input {
  width: 360px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  font-size: 1.4rem;
  color: #4f4f4f;
  height: 40px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
          box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07); }

.referal-box__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  line-height: 1.5;
  color: #DD183B;
  margin-left: 20px; }
  .referal-box__btn svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px; }
  .referal-box__btn:hover {
    opacity: .85; }

@media screen and (max-width: 1229px) {
  .referal-box__header {
    position: relative;
    padding-bottom: 65px; }
  .referal-box__wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0; }
  .referal-box__btn {
    font-size: 0; } }

.referal-table__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  margin-top: 35px; }

.referal-table__box-header th {
  padding: 10px 15px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  background: #DD183B;
  text-align: center; }
  .referal-table__box-header th:first-child {
    text-align: left;
    padding-left: 40px; }

.referal-table__box-item td {
  padding: 15px;
  background: rgba(79, 121, 255, 0.03);
  text-align: center; }
  .referal-table__box-item td:first-child {
    padding-left: 40px;
    text-align: left; }

.referal-table__box-name {
  line-height: 1.5;
  color: #4f4f4f; }

.referal-table__box-code {
  color: #222;
  text-transform: uppercase;
  font-weight: 600; }

.referal-table__box-date {
  line-height: 1.5;
  color: #4f4f4f; }

.referal-table__box-scores {
  color: #222;
  text-transform: uppercase;
  font-weight: 600; }

.referal-table__box-btn {
  position: relative;
  color: #DD183B;
  line-height: 1.5;
  padding-right: 20px; }
  .referal-table__box-btn::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    background: url("../img/icons/arrow-down.svg") no-repeat 50%/9px auto;
    pointer-events: none;
    -webkit-transition: -webkit-transform .25 ease;
    transition: -webkit-transform .25 ease;
    -o-transition: transform .25 ease;
    transition: transform .25 ease;
    transition: transform .25 ease, -webkit-transform .25 ease;
    z-index: 1; }
  .referal-table__box-btn_is-active::after {
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1); }

.referal-table__sub-box {
  display: none; }
  .referal-table__sub-box-header th {
    padding: 10px 15px;
    padding-top: 15px;
    text-align: center;
    color: #bdbdbd;
    font-size: 1.4rem;
    line-height: 1.5; }
    .referal-table__sub-box-header th:first-child {
      padding-left: 40px;
      text-align: left; }
    .referal-table__sub-box-header th:last-child {
      text-align: right; }
  .referal-table__sub-box-item td {
    padding: 12px 15px;
    text-align: center;
    font-size: 1.4rem;
    color: #4f4f4f; }
    .referal-table__sub-box-item td:first-child {
      text-align: left;
      padding-left: 40px; }
    .referal-table__sub-box-item td:last-child {
      text-align: right; }
    .referal-table__sub-box-item td:nth-child(even) {
      font-size: 1.6rem;
      font-weight: 600;
      color: #222; }
  .referal-table__sub-box-item:last-child td {
    padding-bottom: 32px; }
  .referal-table__sub-box_is-opened {
    display: table-row; }

@media screen and (max-width: 1229px) {
  .referal-table__box {
    min-width: 1090px; }
  .referal-table__grid {
    padding-bottom: 20px;
    overflow-x: auto; } }

@media screen and (max-width: 767px) {
  .referal-table__btn {
    width: 100%; } }

.payment-process-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  padding: 0 25px; }
  .payment-process-box__item:not(:last-child) {
    margin-bottom: 25px; }
  .payment-process-box__item:last-child {
    background: rgba(79, 121, 255, 0.1);
    -webkit-box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
            box-shadow: 0 0 1px 0 rgba(79, 121, 255, 0.5), 0 4px 20px 0 rgba(79, 121, 255, 0.07);
    border-radius: 12px;
    padding: 20px 25px; }
  .payment-process-box__item > span:first-child {
    margin-right: 50px;
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .payment-process-box__item > span:last-child {
    min-width: 75px;
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.payment-process-box__title {
  text-transform: uppercase;
  font-weight: 600;
  color: #828282; }

.payment-process-box__price {
  font-size: 2.4rem;
  line-height: 1.35;
  color: #4f4f4f;
  font-weight: 600; }

.payment-process-box__scores {
  font-size: 1.4rem;
  line-height: 1.35;
  color: #4f4f4f; }
  .payment-process-box__scores-value input {
    width: 75px;
    height: 40px;
    border: 2px solid #828282;
    border-radius: 12px;
    font-weight: 600;
    color: #828282;
    text-align: center;
    padding: 0 15px; }
    .payment-process-box__scores-value input:focus {
      border-color: #DD183B;
      color: #DD183B; }

.payment-process-box__total {
  font-size: 1.4rem;
  line-height: 1.35;
  color: #4f4f4f; }
  .payment-process-box__total-value {
    font-size: 2.4rem;
    line-height: 1.35;
    color: #DD183B;
    font-weight: 600; }

.open-menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
.open-menu-button__el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  width: 30px;
  height: 30px;
}
.open-menu-button__el svg {
  pointer-events: none;
}
.d-catalog {
  font-family: "Ubuntu", sans-serif;

  font-size: 16px;

  color: #4f4f4f;
  margin-bottom: 48px;
}
.d-catalog__inner {
  background: #ffffff;
  box-shadow: 0px 0px 1px rgba(69, 157, 239, 0.5),
    0px 4px 42px rgba(69, 157, 239, 0.07);
  border-radius: 32px;
  padding: 20px 30px;
  display: flex;
  height: 100%;
}
.d-catalog__title {
  font-weight: 700;
  line-height: 24px;
  margin: 12px 0;
  color: #333333;
}
.d-catalog__title:first-child {
  margin-top: 0;
}
.d-catalog__name {
  margin-bottom: 8px;
  cursor: pointer;

  position: relative;
  transition: transform 0.3s;
  color: inherit;
  text-decoration: none;
  display: block;
  line-height: 24px;
}
.d-catalog__name:hover,
.d-catalog__name.active {
  color: #ffffff;
  transform: translateX(8px);
}
.d-catalog__name:hover:before,
.d-catalog__name.active:before {
  content: "";
  background-color: #DD183B;
  position: absolute;
  left: -8px;
  right: -8px;
  top: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: 4px;
}

.d-catalog__list {
  width: 100%;
  max-width: 300px;
  padding-right: 54px;
  border-right: 1px solid rgba(79, 121, 255, 0.3);
}
.d-catalog__result {
  padding-left: 54px;
}
.d-catalog__result_no-pl {
  padding-left: 0;
}
.d-catalog__choice {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.d-catalog__choice-text {
  max-width: 300px;
  position: relative;
  padding-left: 44px;
}
.d-catalog__choice-text:before {
  content: "";
  width: 25px;
  height: 14px;
  left: 0;
  top: calc(50% - 7px);
  position: absolute;
  background-image: url(../img/icon-arrow-left.svg);
}
.d-for {
  margin-bottom: 160px;
}
@media screen and (max-width: 1229px) {
  .d-for {
    margin-bottom: 100px;
  }
}

.d-for__item {
  margin-bottom: 30px;
  padding: 30px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #FFFFFF;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 20px 0 rgb(69 157 239 / 20%), 0 4px 20px 0 rgb(69 157 239 / 7%);
          box-shadow: 0 0 20px 0 rgb(69 157 239 / 20%), 0 4px 20px 0 rgb(69 157 239 / 7%);
}
.d-for__img-wrap {
  margin-bottom: 24px;
  height: 110px;
  display: flex;
  align-items: flex-end;
}
.d-for__img {
  margin: 0 auto;
}

.d-for__subtitle {
  margin-bottom: 30px;
  color: #333333;
  font-weight: 700;
}
.d-for__desc {
  color: #828282;
  margin-bottom: 20px;
}
.d-for__more {
  color: #DD183B;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s;
}
.d-for__more:hover {
  opacity: 0.8;
}

.d-hero__video {
  display: block;
  max-width: 280px;
  transition: transform 0.3s;
}
.d-hero__video:hover {
  transform: scale(1.05);
}
.d-back {
  width: auto;
  padding-left: 0;
  margin-left: auto;
}
.d-back svg {
  transform: rotate(180deg);
  margin-right: 8px;
}
.d-more {
  display: inline-block;
  background: #ffffff;
  box-shadow: 0px 0px 1px rgba(69, 157, 239, 0.5),
    0px 4px 20px rgba(69, 157, 239, 0.07);
  border-radius: 32px;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #4f4f4f;
}
.d-more__fg {
  flex-grow: 1;
}
.d-more.open {
  width: 100%;
  padding: 32px 40px;
}
.d-more__open,
.d-more__close {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #DD183B;
  border-bottom: 1px solid #DD183B;
  cursor: pointer;
  transition: all 0.2s;
}
.d-more__close {
  display: inline-block;
}
.d-more.open .d-more__open {
  display: none;
}
.d-more__content {
  display: none;
}

.d-more__open:hover,
.d-more__close:hover {
  border-bottom: 1px solid transparent;
}
.d-more__preview {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 38px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.d-more__preview:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 32px;
  background: url(../img/icons/play-button.svg) no-repeat 50%/50px auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  z-index: 2;
}
.d-more__preview:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(79, 121, 255, 0.2)),
    to(rgba(79, 121, 255, 0.2))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(79, 121, 255, 0.2),
    rgba(79, 121, 255, 0.2)
  );
  background: linear-gradient(
    0deg,
    rgba(79, 121, 255, 0.2),
    rgba(79, 121, 255, 0.2)
  );
  pointer-events: none;
  z-index: 1;
}
.d-blocked {
  max-width: 500px;
  margin: 0 auto;
  padding: 60px 0;
  font-size: 18px;
  line-height: 1.3;

  text-align: center;

  color: #333333;
}
.d-blocked__btns {
  margin: 28px -20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.d-blocked__btns .btn {
  margin: 0 20px 20px;
}

@media screen and (max-width: 1229px) {
  .d-more__preview {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .d-hero__video-col {
    margin: 40px auto;
  }
}
    

.header__btn_inner{
    color: #DD183B;
    border-color: #F2F2F2;
}

.header__btn_inner:hover{
    border-color: #DD183B;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 1rem;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-success {
    color: #DD183B;
    background-color: #dbe0ff;
    border-color: #DD183B;
}
.alert-green {
    color: #DD183B;
    background-color: #9bcdc9;
    border-color: #DD183B;
}

#sharing-modal .error {
    color: #842029;
    font-size: 13px;
    margin-top: 5px;
}
#sharing-modal .error_share_phone, #sharing-modal .error_share_email{
  height:15px;
  display:block;
}

#wa_share {
  margin-top: 15px;
}

#success-modal [type="text"] {
  border: 2px solid #DD183B;
  margin-top: 20px;
  padding: .5em 1.5em;
  border-radius: 12px;
  width: 100%;
  display: none;
}

.b-select__simple-list-item [type="radio"]:checked+span, .b-select__sub-list-item [type="radio"]:checked+span {
  color: #DD183B;
  pointer-events: none;
}

.b-select__sub-list-item input {
  display: none;
}

#copyPrev {
  position: relative;
}

.copyTooltip {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  color: #68D94C;
}

.change-diagnosis.active {
  color: #DD183B;
}

#last_diagnosis input{
  display: none;
}

.accessories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.accessories:before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url(../img/icon-accessories.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


@media (min-width: 768px) {
  .accessories:before {
    width: 20px;
    height: 20px;
  }
}

.repetition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  -ms-flex-wrap: wrap;
}

.repetition__item {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width:    -moz-max-content;
  width:         max-content;
  margin-right: 12px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.repetition__item:before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .repetition__item:before {
    width: 20px;
    height: 20px;
  }
}
.repetition__item--shedule:before {
  background-image: url(../img/icon-shedule.svg);
}
.repetition__item--count:before {
  background-image: url(../img/icon-count.svg);
}
.repetition__item--repeat:before {
  background-image: url(../img/icon-repeat.svg);
}
.exercise-grid .accessories {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(79, 121, 255, 0.1);
}
.exercise-grid .repetition {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .d-meta {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0 !important;

    row-gap: 20px;
  }
  .d-meta .exercise-box__name {
    position: relative;
  }
}
.d-text-centered {
  text-align: center;
}
.info-section {
  padding-top: 115px;
}
.info-section__content {
  display: flex;
  margin-top: 50px;
}
.info-section__title {
  margin-bottom: 130px;
}
.plan {
  padding: 10px 10px 50px;

  background-image: url(../img/tarif_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 14px;
  filter: drop-shadow(0 0 10px rgba(69, 157, 239, 0.2));
}
@media (min-width: 768px) {
  .plan {
    padding: 20px 20px 100px;
  }
}
.plan__header {
  position: relative;

  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;

  font-size: 24px;
  text-align: center;
  color: #4F4F4F;

  border-bottom: 1px solid #BDBDC0;
}
@media (min-width: 768px) {
  .plan__header {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.plan__value {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #DD183B;
}
@media (min-width: 768px) {
  .plan__value {
    font-size: 55px;
  }
}
.plan__text {
  margin-bottom: 20px;

  font-size: 15px;
  text-align: center;
  color: #DD183B;
}
@media (min-width: 768px) {
  .plan__text {
    font-size: 28px;
  }
}
.plan__btn {
  display: block;
  height: 30px;
  margin: 0 auto;
  padding: 2px 16px;

  font-size: 10px;
  color: #FFFFFF;

  background-color: #68D94C;
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 0 0 rgba(69, 157, 239, 0.5), 0 2px 10px 0 rgba(69, 157, 239, 0.07);
}
@media (min-width: 768px) {
  .plan__btn {
    height: 50px;

    font-size: 20px;

    border-radius: 25px;
  }
}
.plan__discount {
  position: absolute;
  right: 0;
  bottom: -13px;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;

  font-size: 10px;
  color: #FFFFFF;

  background-color: #DD183B;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .plan__discount {
    bottom: -25px;

    width: 50px;
    height: 50px;

    font-size: 20px;
  }
}
.plan__discount--light {
  background-color: #7696FD;
}
.plan__discount--dark {
  background-color: #2149CA;
}
.d-info-section {
  margin-top: 100px;
  padding: 100px 0;

  font-size: 16px;
  color: #FFFFFF;

  background-image:    -moz-linear-gradient( -149deg, rgb(79, 121, 255) 0%, rgb(26, 70, 208) 100% );
  background-image: -webkit-linear-gradient( -149deg, rgb(79, 121, 255) 0%, rgb(26, 70, 208) 100% );
  background-image:     -ms-linear-gradient( -149deg, rgb(79, 121, 255) 0%, rgb(26, 70, 208) 100% );
  box-shadow: 0 0 5px 0 rgb(69 157 239 / 31%), 0 4px 42px 0 rgb(69 157 239 / 7%);
}

.d-info-section__col {
  text-align: center;
}
.d-info-section__col ul {
  text-align: left;
}
.d-info-section__col li {
  margin-bottom: 12px;
}
.d-info-section__col img {
  margin: 30px auto;
}
.d-rate-mt {
  margin-top: 80px;
}
.d-our-team {
  padding: 60px 0;
}
.d-our-team__title {
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  color: rgb(79, 121, 255);
}
.d-our-team__text {
  max-width: 650px;
  margin: 0 auto;

  font-size: 30px;
  text-align: center;
  color: rgb(130, 130, 130);
}
.d-our-team__list {
  margin-top: 130px;
}
.d-our-team__item:not(:last-child) {
  margin-bottom: 100px;
}
.d-our-team__item {
  display: flex;
  align-items: flex-start;
  padding: 65px;

  background-color: #FFFFFF;
  border-radius: 30px;
  box-shadow: 0 0 0 0 rgba(79, 121, 255, 0.72),0 4px 21px 0 rgba(79, 121, 255, 0.16);
}
.d-our-team__item-img {
  flex-shrink: 0;
  width: 30%;
  margin-right: 50px;
  overflow: hidden;

  border-radius: 30px;
  box-shadow: 0 0 0 0 rgba(79, 121, 255, 0.72),0 4px 21px 0 rgba(79, 121, 255, 0.16);
}

.d-our-team__item-content {
  flex-grow: 1;
  padding-left: 50px;
}
.d-our-team__item-name {
  margin-bottom: 6px;

  font-size: 24px;
  color: rgb(79, 121, 255);
}
.d-our-team__item-spec {
  margin-bottom: 40px;

  font-size: 18px;
  color: rgb(79, 79, 79);
}
.d-our-team__item-desc {
  margin-bottom: 30px;

  font-size: 18px;
  color: rgb(79, 79, 79);
}
.d-our-team__item-desc-hidden {
  display: none;
}
.d-our-team__item-more {
  display: inline-block;

  color: rgb(79, 121, 255);

  cursor: pointer;
}
.d-our-team__item-more:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1229px) {
  .info-section__content {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .info-section__content-item {
    width: 50%;
  }
  .info-section__content-item:nth-child(2) {
    border-right: none;
  }
  .info-section__col h3 {
    margin-top: 0;
  }
  .d-info-section {
    margin-top: 0;
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .d-our-team__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .d-our-team__item {
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }
  .d-our-team__item-img {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
  }
  .d-our-team__item-name {
    margin-top: 30px;

    text-align: center;
  }
  .d-our-team__item-spec {
    text-align: center;
  }
  .d-our-team__item-content {
    padding-left: 0;
  }
}
.profile-card {
  width: 50%;
  padding: 20px 25px;

  font-size: 14px;

  background-color: #FFFFFF;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 0 0 rgba(69, 157, 239, 0.5), 0 2px 10px 0 rgba(69, 157, 239, 0.2);
          box-shadow: 0 0 0 0 rgba(69, 157, 239, 0.5), 0 2px 10px 0 rgba(69, 157, 239, 0.2);
}
@media (max-width: 1229px) {
  .profile-card {
    width: 100%;
  }
}
.profile-card__name {
  margin-bottom: 15px;

  font-size: 16px;
  color: #4F4F4F;
}

.profile-card__tel {
  margin-bottom: 15px;

  font-size: 16px;
  color: #DD183B;
}

.profile-card__subscribe-desc {
  margin-bottom: 15px;

  font-size: 16px;
}

.profile-card__subscribe-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;

  font-size: 12px;
}
@media (max-width: 767px) {
  .profile-card__subscribe-inner {
    flex-direction: column;

    row-gap: 20px;
  }
}
.profile-card__subscribe-col {
  flex-shrink: 0;
  width: 33.333%;

  -ms-flex-negative: 0;
}
@media (max-width: 767px) {
  .profile-card__subscribe-col {
    width: 100%;
  }
}
.profile-card__subscribe-name {
  margin-bottom: 15px;

  font-size: 16px;
  color: #4F4F4F;
}
.profile-card__subscribe-label {
  width: 150px;
  height: 30px;

  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;

  background-color: #DD183B;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 0 0 rgba(69, 157, 239, 0.5), 0 2px 10px 0 rgba(69, 157, 239, 0.07);
          box-shadow: 0 0 0 0 rgba(69, 157, 239, 0.5), 0 2px 10px 0 rgba(69, 157, 239, 0.07);
}

.profile-card__btn {
  width: 150px;
  height: 36px;

  color: #FFFFFF;

  background-color: #68D94C;
  border: none;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 0 0 rgba(69, 157, 239, 0.5), 0 2px 10px 0 rgba(69, 157, 239, 0.07);
          box-shadow: 0 0 0 0 rgba(69, 157, 239, 0.5), 0 2px 10px 0 rgba(69, 157, 239, 0.07);
}

a.profile-card__btn {
  text-decoration: none;
  padding: 10px 40px;
  display: inline-block;
  width: auto;
  height: auto;
}

.profile-card__balance {
  margin-bottom: 12px;
  padding-bottom: 12px;

  font-size: 16px;

  border-bottom: 1px solid #E1E1E3;
}
@media (min-width: 768px) {
  .profile-card__balance {
    font-size: 21px;
  }
}
.profile-card__balance--no-border {
  border-bottom: none;
}
.profile-card__balance span {
  font-weight: 700;
}
.profile-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px 20px;
}
.profile-card__icon {
  margin: 0 20px;
}
.profile-card__points {
  flex-grow: 1;

  text-align: center;
  color: #4F4F4F;

  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
.profile-card__points-done {
  font-weight: 500;
  font-size: 11px;
}
@media (min-width: 768px) {
  .profile-card__points-done {
    font-size: 18px;
  }
}
.profile-card__points-view {
  display: block;
  margin-top: 5px;

  font-size: 9px;
  color: #DD183B;
}
@media (min-width: 768px) {
  .profile-card__points-view {
    margin-top: 20px;

    font-size: 14px;
  }
}
.profile-card__points-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  height: 30px;
  margin: 0 auto;
  padding: 0 22px;

  color: #DD183B;

  border: 1px solid #DD183B;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 0 rgba(69, 157, 239, 0.5), 0 2px 10px 0 rgba(69, 157, 239, 0.07);
          box-shadow: 0 0 0 0 rgba(69, 157, 239, 0.5), 0 2px 10px 0 rgba(69, 157, 239, 0.07);

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media (min-width: 768px) {
  .profile-card__points-btn {
    max-width: 300px;
    height: 60px;

    font-size: 21px;

    border-radius: 20px;
  }
}
.profile-card__text {
  font-size: 14px;
}
@media (min-width: 768px) {
  .profile-card__text {
    font-size: 21px;
  }
}
.profile-card__text--mb {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .profile-card__text--mb {
    margin-bottom: 30px;
  }
}
.profile-card__referral-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.profile-card__referral-input {
  flex-grow: 1;
  height: 24px;
  padding: 5px;

  font-size: 9px;

  background-color: white;
  border: none;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: 0 0 0 0 rgba(69, 157, 239, 0.5), 0 2px 10px 0 rgba(69, 157, 239, 0.2);
          box-shadow: 0 0 0 0 rgba(69, 157, 239, 0.5), 0 2px 10px 0 rgba(69, 157, 239, 0.2);

  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
@media (min-width: 768px) {
  .profile-card__referral-input {
    height: 50px;

    font-size: 18px;
  }
}
.profile-card__referral-button {
  width: 24px;
  height: 24px;
  margin-left: 5px;

  background-color: transparent;
  background-image: url(../img/icon-copy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border: none;
}
@media (min-width: 768px) {
  .profile-card__referral-button {
    width: 50px;
    height: 50px;

    background-size: 24px;
  }
}
.profile-card__referral-row {
  display: grid;
  align-items: center;
  margin: 0 -25px;
  padding: 8px 10px 8px 20px;

  font-size: 11px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  grid-template-columns: 25% 25% 12% 38%;
}
@media (min-width: 768px) {
  .profile-card__referral-row {
    padding: 15px 10px 15px 20px;

    font-size: 18px;
  }
}
.profile-card__referral-row:nth-child(even) {
  background-color: #F4F7FD;
}
.profile-card__referral-row > div {
  padding: 0 5px;
}
.profile-card__referral-points {
  font-weight: 700;
}
.profile-card__referral-show {
  font-size: 8px;
  text-align: right;
  color: #DD183B;
}
@media (min-width: 768px) {
  .profile-card__referral-show {
    font-size: 18px;
  }
}
.profile-card__referral-show span {
  pointer-events: none;
}
.profile-card__referral-show .hide {
  display: none;
}
.profile-card__referral-show.open .show {
  display: none;
}
.profile-card__referral-show.open .hide {
  display: inline;
}
.profile-card__referral-show.open + .profile-card__referral-history {
  display: grid;
}
.profile-card__referral-more {
  display: block;

  font-size: 10px;
  color: #DD183B;
}
@media (min-width: 768px) {
  .profile-card__referral-more {
    font-size: 18px;
  }
}
.profile-card__referral-history {
  display: none;
  align-items: center;
  padding: 8px 5px !important;

  font-size: 8px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  grid-column: 1/5;
  grid-template-columns: 50% 15% 20% 15%;
}
.profile-card__referral-history .gray {
  color: #CDCDCD;
}
.profile-card__referral-history.open {
  display: grid;
}
.profile-card__referral-history > div {
  padding-right: 5px;
}

.toggle {
  position: relative;
  z-index: 1;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 30px;
  overflow: hidden;

  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;

  background-color: #AFB2C0;
  border: 1px solid #AFB2C0;
  border-radius: 15px;
}

.toggle__input {
  position: absolute;
  z-index: -1;

  width: 0;
  height: 0;
}
.toggle__on,
.toggle__off {
  position: relative;

  flex-shrink: 0;
  width: calc(100% - 8px);
  padding: 0 8px;

  -webkit-transition: -webkit-transform 0.8s;
       -o-transition:         transform 0.8s;
          transition: -webkit-transform 0.8s;
          transition:         transform 0.8s;
          transition:         transform 0.8s, -webkit-transform 0.8s;

  -ms-flex-negative: 0;
}

.toggle__input:checked ~ .toggle__on,
.toggle__input:checked ~ .toggle__off {
  -webkit-transform: translateX(calc(-100% + 20px));
      -ms-transform: translateX(calc(-100% + 20px));
          transform: translateX(calc(-100% + 20px));
}

.toggle__off {
  position: relative;
  z-index: 10;

  line-height: 28px;
  text-align: center;

  background-color: #AFB2C0;
}
.toggle__on {
  z-index: 20;

  line-height: 28px;
  text-align: center;

  background-color: #DD183B;
}
.toggle__on:before {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  z-index: 100;

  width: 28px;
  height: 28px;

  background-color: #FFFFFF;
  border-radius: 50%;
}
.video-about__space {
    padding: 40px 10px;
}
.video-about__item {
    color: #FFFFFF;
    padding: 20px;
    border-radius: 32px;
    background-image: -moz-linear-gradient( -149deg, rgb(79, 121, 255) 0%, rgb(26, 70, 208) 100% );
    background-image: -webkit-linear-gradient( -149deg, rgb(79, 121, 255) 0%, rgb(26, 70, 208) 100% );
    background-image: -ms-linear-gradient( -149deg, rgb(79, 121, 255) 0%, rgb(26, 70, 208) 100% );
    box-shadow: 0 0 5px 0 rgb(69 157 239 / 31%), 0 4px 42px 0 rgb(69 157 239 / 7%);
}
.video__about {
    text-decoration: none;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.video__about p{
    margin-bottom: 0px;
}
.video__about img {
  width: 100%;
  z-index: 1; 
  border-radius: 32px; }

.swal2-toast {
    font-size: 1.6rem;
}