@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 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: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.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-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; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !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; }

.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; }

.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; }

@media (min-width: 576px) {
  .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-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; }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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; }

  .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; }

  .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; } }
@media (min-width: 768px) {
  .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-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; }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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; }

  .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; }

  .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; } }
@media (min-width: 992px) {
  .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-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; }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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; }

  .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; }

  .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; } }
@media (min-width: 1200px) {
  .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-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; }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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; }

  .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; }

  .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; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !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; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !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; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !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; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !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; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !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; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !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; } }
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1310px; } }

@font-face {
  font-family: 'GothamHTFBook';
  src: url("../fonts/GothamHTFBook.woff2") format("woff2"), url("../fonts/GothamHTFBook.woff") format("woff"); }
@font-face {
  font-family: 'GothamHTFMedium';
  src: url("../fonts/GothamHTFMedium.woff2") format("woff2"), url("../fonts/GothamHTFMedium.woff") format("woff"); }
@font-face {
  font-family: 'AvenirHeavy';
  src: url("../fonts/AvenirHeavy.woff2") format("woff2"), url("../fonts/AvenirHeavy.woff") format("woff"); }
@font-face {
  font-family: 'AvenirMedium';
  src: url("../fonts/AvenirMedium.woff2") format("woff2"), url("../fonts/AvenirMedium.woff") format("woff"); }
@font-face {
  font-family: 'TitlingGothicFBNarStandart';
  src: url("../fonts/TitlingGothicFBNarStandart.woff2") format("woff2"), url("../fonts/TitlingGothicFBNarStandart.woff") format("woff"); }
@font-face {
  font-family: 'TitlingGothicFBNarMedium';
  src: url("../fonts/TitlingGothicFBNarMedium.woff2") format("woff2"), url("../fonts/TitlingGothicFBNarMedium.woff") format("woff"); }
@font-face {
  font-family: 'TitlingGothicFBCompMedium';
  src: url("../fonts/TitlingGothicFBCompMedium.woff2") format("woff2"), url("../fonts/TitlingGothicFBCompMedium.woff") format("woff"); }
@font-face {
  font-family: 'TitlingGothicFBCompStandart';
  src: url("../fonts/TitlingGothicFBCompStandart.woff2") format("woff2"), url("../fonts/TitlingGothicFBCompStandart.woff") format("woff"); }
@media (min-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; } }
sup {
  top: 0;
  font-size: .5em;
  vertical-align: super; }

.font-medium {
  font-family: "TitlingGothicFBNarMedium"; }

.font-medium-comp {
  font-family: "TitlingGothicFBCompMedium";
  letter-spacing: 0.05em; }

.font-standart {
  font-family: "TitlingGothicFBNarStandart"; }

.font-standart-comp {
  font-family: "TitlingGothicFBCompStandart"; }

.font-crossed {
  position: relative; }
  .font-crossed::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    height: 2px; }
  .font-crossed.font-white::before {
    background-color: #fff; }
  .font-crossed.font-orange::before {
    background-color: #ff6000; }
  .font-crossed.font-grey::before {
    background-color: #8a8a8a; }

.font-white {
  color: #fff; }

.font-orange {
  color: #ff6000; }

.font-grey {
  color: #8a8a8a; }

.font-dark {
  color: #2e2d2d; }

.font-red {
  color: #eb2106; }

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.font-20 {
  font-size: 20px; }

.font-22 {
  font-size: 22px; }

.font-25 {
  font-size: 25px; }

.font-27 {
  font-size: 27px; }

.font-30 {
  font-size: 30px; }

.font-40 {
  font-size: 40px;
  line-height: 1.2em; }

.font-60 {
  font-size: 60px;
  line-height: 1em !important; }

.pv-7 {
  padding-top: 7.5px;
  padding-bottom: 7.5px; }

.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.title-block {
  margin-bottom: 30px;
  text-align: center; }
  .title-block h2 {
    font: 50px/1em "TitlingGothicFBCompMedium";
    color: #2e2d2d;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .title-block p {
    margin: 0;
    font: 16px/1.2em "GothamHTFBook";
    color: #8a8a8a; }
  .title-block--white h2 {
    color: #fff; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  width: 100%;
  height: 55px;
  cursor: pointer;
  position: relative; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font: 16px/55px 'GothamHTFBook';
  text-align: left;
  background-color: #fff;
  color: #606060;
  border: 2px solid #606060; }
  .select-styled:after {
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid transparent;
    border-color: transparent #606060 #606060 transparent;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .select-styled.active::after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: transparent #000 #000 #000; }
  .select-options li {
    margin: 0;
    padding: 0 0 0 20px;
    font: 16px/55px 'GothamHTFBook';
    color: #606060;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff; }
    .select-options li:hover {
      color: #fff;
      background: #000;
      border-color: #ffc107; }
    .select-options li[rel=""] {
      display: none; }

.button-white-transparent,
.button-dark-transparent,
.button-orange {
  display: inline-block;
  min-width: 200px;
  padding: 20px 22px 16px 22px;
  font: 14px/1em "TitlingGothicFBNarStandart";
  letter-spacing: 0.025em;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: none; }
  .button-white-transparent:hover,
  .button-dark-transparent:hover,
  .button-orange:hover {
    text-decoration: none; }

.button-white-transparent {
  color: #fff;
  border-color: #fff; }
  .button-white-transparent:hover {
    color: #fff; }
    @media (min-width: 992px) {
      .button-white-transparent:hover {
        background-color: #8a8a8a;
        border-color: #8a8a8a; } }

.button-dark-transparent {
  color: #2e2d2d;
  border-color: #2e2d2d; }
  .button-dark-transparent:hover {
    color: #2e2d2d; }
    @media (min-width: 992px) {
      .button-dark-transparent:hover {
        background-color: #ff6000;
        border-color: #ff6000;
        color: #fff; } }

.button-orange {
  color: #fff;
  border-color: #ff6000;
  background-color: #ff6000; }
  .button-orange:hover {
    color: #fff; }
    @media (min-width: 992px) {
      .button-orange:hover {
        background-color: #8a8a8a;
        border-color: #8a8a8a; } }

.sticker {
  width: 160px;
  height: 75px;
  background-image: url("../img/flame.svg");
  background-size: 100% 100%; }
  @media (min-width: 992px) {
    .sticker {
      width: 260px;
      height: 135px; } }
  .sticker .sticker-inner {
    width: 75px;
    height: 75px;
    margin: 0 10px 0 auto;
    border-radius: 50%;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
    @media (min-width: 992px) {
      .sticker .sticker-inner {
        width: 135px;
        height: 135px;
        margin: 0 7px 0 auto; } }
    .sticker .sticker-inner p {
      margin: 0 !important;
      font: 9px/1em "TitlingGothicFBNarStandart" !important;
      color: #fff !important;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .sticker .sticker-inner p {
          font-size: 12.5px !important; }
          .sticker .sticker-inner p.large {
            padding-top: 4px !important;
            font-size: 38px !important; }
          .sticker .sticker-inner p.medium {
            font-size: 22px !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.form-input,
.form-textarea {
  display: block; }
  .form-input > p,
  .form-textarea > p {
    margin: 0 0 7px 0;
    font: 14px/1em "GothamHTFBook";
    color: #8a8a8a; }
  .form-input input,
  .form-input textarea,
  .form-textarea input,
  .form-textarea textarea {
    width: 100%;
    padding: 18px 22px 14px 22px;
    font: 16px/1em "GothamHTFBook";
    color: #2e2d2d;
    border: none;
    background-color: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .form-input input::-webkit-input-placeholder, .form-input textarea::-webkit-input-placeholder, .form-textarea input::-webkit-input-placeholder, .form-textarea textarea::-webkit-input-placeholder {
      color: #606060; }
    .form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder, .form-textarea input::-moz-placeholder, .form-textarea textarea::-moz-placeholder {
      color: #606060; }
    .form-input input:-ms-input-placeholder, .form-input textarea:-ms-input-placeholder, .form-textarea input:-ms-input-placeholder, .form-textarea textarea:-ms-input-placeholder {
      color: #606060; }
    .form-input input::-ms-input-placeholder, .form-input textarea::-ms-input-placeholder, .form-textarea input::-ms-input-placeholder, .form-textarea textarea::-ms-input-placeholder {
      color: #606060; }
    .form-input input::placeholder,
    .form-input textarea::placeholder,
    .form-textarea input::placeholder,
    .form-textarea textarea::placeholder {
      color: #606060; }
    .form-input input:focus,
    .form-input textarea:focus,
    .form-textarea input:focus,
    .form-textarea textarea:focus {
      outline: none; }
  .form-input:not(.form-input--dark) input,
  .form-input:not(.form-input--dark) textarea, .form-input:not(.form-textarea--dark) input,
  .form-input:not(.form-textarea--dark) textarea,
  .form-textarea:not(.form-input--dark) input,
  .form-textarea:not(.form-input--dark) textarea,
  .form-textarea:not(.form-textarea--dark) input,
  .form-textarea:not(.form-textarea--dark) textarea {
    border: 2px solid #fff; }
    .form-input:not(.form-input--dark) input:focus,
    .form-input:not(.form-input--dark) textarea:focus, .form-input:not(.form-textarea--dark) input:focus,
    .form-input:not(.form-textarea--dark) textarea:focus,
    .form-textarea:not(.form-input--dark) input:focus,
    .form-textarea:not(.form-input--dark) textarea:focus,
    .form-textarea:not(.form-textarea--dark) input:focus,
    .form-textarea:not(.form-textarea--dark) textarea:focus {
      border-color: #2e2d2d; }
  .form-input--dark input,
  .form-input--dark textarea,
  .form-textarea--dark input,
  .form-textarea--dark textarea {
    border: 2px solid #606060 !important; }
    .form-input--dark input:focus,
    .form-input--dark textarea:focus,
    .form-textarea--dark input:focus,
    .form-textarea--dark textarea:focus {
      border-color: #ff6000 !important; }

.form-select {
  display: block;
  width: 100%; }
  .form-select > p {
    margin: 0 0 7px 0;
    font: 14px/1em "GothamHTFBook";
    color: #8a8a8a; }

.sold-out-popup {
  display: none; }

.sold-out {
  position: relative; }
  .sold-out::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 31, 31, 0.9);
    z-index: 1; }
  .sold-out .sold-out-popup {
    position: absolute;
    top: 50px;
    left: 5%;
    z-index: 2;
    background-color: #ff6000;
    width: 90%;
    padding: 40px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    @media (min-width: 992px) {
      .sold-out .sold-out-popup {
        width: 900px;
        top: 125px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        padding: 50px 120px; } }
    .sold-out .sold-out-popup img {
      display: block;
      margin: 0 auto 30px auto; }
    .sold-out .sold-out-popup h2 {
      margin: 0 0 30px 0;
      font: 40px/1em "TitlingGothicFBCompStandart";
      text-align: center;
      color: #fff;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .sold-out .sold-out-popup h2 {
          font-size: 60px; } }
    .sold-out .sold-out-popup p {
      margin: 0 0 30px 0;
      font: 28px/1em "TitlingGothicFBCompStandart";
      text-align: center;
      color: #fff;
      text-transform: uppercase; }
    .sold-out .sold-out-popup .sold-out-form {
      margin: 0 auto;
      width: 100%;
      max-width: 320px; }
      .sold-out .sold-out-popup .sold-out-form .form-input {
        width: 100%;
        margin-bottom: 15px; }
      .sold-out .sold-out-popup .sold-out-form .form-submit {
        margin-top: 30px; }

.header {
  padding: 15px 0;
  background-color: #2e2d2d; }
  .header .header__logo img {
    display: block;
    max-width: 100%;
    margin: auto auto auto 0; }
  .header .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header .header__toggle .header__toggle-btn {
      margin: auto 0 auto auto;
      background: none;
      border: 0px; }
      .header .header__toggle .header__toggle-btn:focus {
        outline: none; }
      .header .header__toggle .header__toggle-btn span {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        background-color: #ff6000;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .header .header__toggle .header__toggle-btn span::before, .header .header__toggle .header__toggle-btn span::after {
          position: absolute;
          display: block;
          content: "";
          width: 30px;
          height: 3px;
          background-color: #ff6000;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .header .header__toggle .header__toggle-btn span::before {
          top: -9px; }
        .header .header__toggle .header__toggle-btn span::after {
          top: 9px; }
  .header .header__nav {
    background-color: #2e2d2d;
    visibility: hidden;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991.98px) {
      .header .header__nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80vw;
        height: 100vh;
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-transition: all .5s;
        transition: all .5s;
        z-index: 11; } }
    .header .header__nav .nav__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .header .header__nav .nav__link {
      padding: 15px 5px;
      font: 16px/1em "AvenirHeavy";
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      z-index: 2; }
      .header .header__nav .nav__link.active {
        color: #ff6000; }
      .header .header__nav .nav__link:hover {
        text-decoration: none; }
    .header .header__nav .nav__socials {
      margin: 30px auto;
      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; }
    .header .header__nav .nav__social {
      margin: 5px 10px;
      z-index: 2; }
  .header.menu-opened .header__toggle .header__toggle-btn span {
    background: transparent; }
    .header.menu-opened .header__toggle .header__toggle-btn span::before {
      -webkit-transform: translateY(9px) rotate(45deg);
              transform: translateY(9px) rotate(45deg); }
    .header.menu-opened .header__toggle .header__toggle-btn span::after {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg); }
  .header.menu-opened .header__nav {
    left: 0;
    visibility: visible; }

@media (min-width: 992px) {
  .header .header__logo {
    display: block;
    margin: auto auto auto 0; }
  .header .header__nav {
    visibility: visible !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .header .header__nav .nav__links {
      width: calc(100% - 370px);
      margin: auto 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header .header__nav .nav__link {
      margin: auto;
      padding: 10px 5px 7px 10px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .header .header__nav .nav__link:hover {
        color: #ff6000; }
    .header .header__nav .nav__socials {
      width: 110px;
      margin: auto auto auto 0; }
    .header .header__nav .nav__book-trial-button {
      width: 200px;
      margin: auto 0 auto auto; } }
.hero .hero__desc {
  padding-top: 30px;
  padding-bottom: 30px; }
  .hero .hero__desc h4 {
    font: 20px/1.5em "TitlingGothicFBNarMedium";
    color: #ff6000;
    text-transform: uppercase; }
  .hero .hero__desc h1 {
    font: 50px/1em "TitlingGothicFBCompMedium";
    color: #2e2d2d;
    text-transform: uppercase; }
  .hero .hero__desc p {
    font: 16px/1.2em "GothamHTFBook";
    color: #8a8a8a; }
  .hero .hero__desc .desc__btns a {
    margin: 0 12px 12px 0; }
  .hero .hero__desc .advantages__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: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991.98px) {
      .hero .hero__desc .advantages__item {
        margin-bottom: 15px; } }
    .hero .hero__desc .advantages__item img {
      display: block;
      margin: auto auto 0 auto; }
    .hero .hero__desc .advantages__item p {
      margin: 10px 0 0 0;
      font: 12px/1.1em "TitlingGothicFBNarMedium";
      color: #2e2d2d;
      text-align: center;
      text-transform: uppercase; }
.hero .hero__img {
  position: relative; }
  .hero .hero__img img {
    max-width: 100%; }
  .hero .hero__img .sticker {
    position: absolute;
    left: 0;
    top: 0; }
.hero--academy-members .hero__img .sticker {
  left: auto;
  right: 0; }
.hero--become-a-coach:after {
  display: block;
  width: 100%;
  padding-bottom: 70%;
  content: '';
  background-image: url("../img/hero-become-a-coach.jpg");
  background-size: cover;
  background-position: right center; }

@media (min-width: 768px) {
  .hero {
    position: relative; }
    .hero--academy-members .hero__img {
      position: absolute;
      left: 50%;
      bottom: 0;
      height: 100%;
      width: 50%;
      max-width: 710px !important;
      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: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .hero--academy-members .hero__img .sticker {
        top: 55%;
        left: -90px; } }
      @media (min-width: 768px) and (min-width: 1200px) {
        .hero--academy-members .hero__img .sticker {
          left: -160px; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      .hero--academy-members .hero__img {
        height: calc(100% + 20px); }
        .hero--academy-members .hero__img .sticker {
          top: calc(50% + 7.5px); } }
@media (min-width: 768px) {
      .hero--academy-members .hero__img img,
      .hero--academy-members .hero__img picture {
        display: block;
        margin: 0 0 0 auto;
        width: 100%; }
    .hero--become-a-coach::after {
      position: absolute;
      width: 50%;
      top: 0;
      right: 0;
      padding: 0;
      height: 100%; } }
@media (min-width: 992px) {
  .hero .hero__desc {
    padding-top: 40px;
    padding-bottom: 40px; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .hero .hero__desc {
      padding-top: 80px;
      padding-bottom: 50px; } }
@media (min-width: 992px) {
    .hero .hero__desc h4 {
      margin-bottom: 15px; }
    .hero .hero__desc h1 {
      margin-bottom: 25px;
      font-size: 80px; }
    .hero .hero__desc p {
      max-width: 450px;
      margin-bottom: 25px; }
    .hero .hero__desc .desc__btns {
      margin-bottom: 25px; }
  .hero .hero__img {
    max-width: 480px; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .hero .hero__img {
      max-width: 640px;
      width: 50%; } }
@media (min-width: 992px) {
  .hero--homepage .hero__img {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 100%;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .hero--homepage .hero__img .sticker {
      top: 55%;
      left: -90px; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .hero--homepage .hero__img .sticker {
        left: -160px; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .hero--homepage .hero__img {
      height: calc(100% + 150px); }
      .hero--homepage .hero__img .sticker {
        top: calc(50% + 7.5px); } }
@media (min-width: 992px) {
    .hero--homepage .hero__img img,
    .hero--homepage .hero__img picture {
      display: block;
      margin: 0 0 0 auto;
      height: 100%;
      width: auto; }
  .hero--become-a-coach .hero__desc {
    padding-top: 80px;
    padding-bottom: 80px; }
    .hero--become-a-coach .hero__desc h1,
    .hero--become-a-coach .hero__desc p {
      max-width: 90%; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .hero--become-a-coach .hero__desc {
      padding-top: 100px;
      padding-bottom: 100px; } }

.offer {
  padding: 15px 0;
  background-color: #ff6000; }
  @media (min-width: 992px) {
    .offer {
      padding: 25px 0; } }
  @media (max-width: 991.98px) {
    .offer .offer__logo {
      margin-bottom: 30px; } }
  .offer .offer__logo img {
    display: block;
    margin: auto; }
  .offer .offer__desc {
    text-align: center; }
    @media (max-width: 991.98px) {
      .offer .offer__desc {
        margin-bottom: 30px; } }
    .offer .offer__desc h4 {
      margin-bottom: 15px;
      font: 40px/1em "TitlingGothicFBCompStandart";
      text-transform: uppercase;
      color: #fff; }
    .offer .offer__desc p {
      margin: 0;
      font: 18px/1.2em "AvenirMedium";
      color: #fff; }
  .offer .offer__link {
    text-align: center; }

.info-section-dark {
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(#2e2d2d));
  background-image: linear-gradient(90deg, black 0%, #2e2d2d 100%);
  position: relative; }
  .info-section-dark::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 65%; }
  .info-section-dark .info-section-dark__desc {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 2; }
    .info-section-dark .info-section-dark__desc h2 {
      font: 50px/1em "TitlingGothicFBCompMedium";
      color: #fff;
      text-transform: uppercase; }
    .info-section-dark .info-section-dark__desc span {
      display: block;
      margin-bottom: 16px;
      font: 20px/1.2em "TitlingGothicFBNarMedium";
      color: #8a8a8a; }
    .info-section-dark .info-section-dark__desc p {
      font: 16px/1.2em "GothamHTFBook";
      color: #fff; }
    .info-section-dark .info-section-dark__desc .desc__btns a {
      margin: 0 12px 12px 0; }
  .info-section-dark--improve-your-game::after {
    padding-bottom: 100%;
    background-image: url("../img/improve-your-game@1x.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom; }
    @media (min-width: 768px) {
      .info-section-dark--improve-your-game::after {
        padding-bottom: 60%; } }
  .info-section-dark--improve-your-game .info-section-dark__desc .sticker {
    position: absolute;
    right: 0;
    top: 65px; }
  .info-section-dark--academy-membership::after {
    padding-bottom: 60%;
    background-image: url("../img/academy-membership@1x.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .info-section-dark--academy-membership .info-section-dark__desc .sticker {
    position: absolute;
    right: 0;
    top: 35px; }
  .info-section-dark--become-a-coach::after {
    background-image: url("../img/become-a-coach@1x.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

@media (min-width: 992px) {
  .info-section-dark .info-section-dark__desc {
    padding-top: 50px;
    padding-bottom: 50px; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .info-section-dark .info-section-dark__desc {
      padding-top: 80px;
      padding-bottom: 80px; } }
@media (min-width: 992px) {
    .info-section-dark .info-section-dark__desc h2 {
      margin-bottom: 25px;
      font-size: 80px; }
    .info-section-dark .info-section-dark__desc p,
    .info-section-dark .info-section-dark__desc span {
      margin-bottom: 25px; }
  .info-section-dark::after {
    position: absolute;
    right: 50%;
    top: 0;
    padding: 0;
    height: 100%;
    width: 50%; }
  .info-section-dark--improve-your-game .info-section-dark__desc .sticker {
    top: 100px;
    right: -20px; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .info-section-dark--improve-your-game .info-section-dark__desc .sticker {
      top: 130px;
      right: 20px; } }
@media (min-width: 992px) {
  .info-section-dark--improve-your-game::after {
    background-size: auto calc(100% + 50px); } }
  @media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
    .info-section-dark--improve-your-game::after {
      background-position: right bottom; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
    .info-section-dark--improve-your-game::after {
      background-image: url("../img/improve-your-game@2x.png"); } }
@media (min-width: 992px) {
  .info-section-dark--academy-membership {
    position: relative; }
    .info-section-dark--academy-membership .info-section-dark__desc {
      position: static; }
      .info-section-dark--academy-membership .info-section-dark__desc .sticker {
        top: 60px;
        right: 50%; } }
      @media (min-width: 992px) and (min-width: 1200px) {
        .info-section-dark--academy-membership .info-section-dark__desc .sticker {
          top: 100px;
          right: calc(50% + 400px); } }
@media (min-width: 992px) {
    .info-section-dark--academy-membership::after {
      right: calc(50% - 200px);
      width: calc(50% + 200px);
      background-size: auto calc(100% + 50px);
      background-position: right bottom; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .info-section-dark--academy-membership::after {
        right: calc(50% - 250px);
        width: calc(50% + 250px); } }
    @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
      .info-section-dark--academy-membership::after {
        background-image: url("../img/academy-membership@2x.png"); } }
@media (min-width: 992px) {
  .info-section-dark--become-a-coach .info-section-dark__desc {
    padding-left: 30px;
    padding-right: 30px; } }
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
  .info-section-dark--become-a-coach::after {
    background-image: url("../img/become-a-coach@2x.jpg"); } }

.membership {
  padding: 30px 0; }
  .membership .membership__item {
    margin-bottom: 15px;
    padding: 30px 10px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .membership .membership__item .item__name {
      margin: 0;
      font: 60px/1em "TitlingGothicFBCompMedium";
      color: #8a8a8a;
      letter-spacing: 0.05em; }
    .membership .membership__item .item__membership {
      margin-bottom: 15px;
      font: 40px/1em "TitlingGothicFBCompMedium";
      letter-spacing: 0.05em;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .membership .membership__item .item__session {
      margin-bottom: 15px;
      font: 20px/1em "TitlingGothicFBNarMedium";
      color: #8a8a8a; }
    .membership .membership__item .item__price {
      margin-bottom: 15px;
      font: 36px/1em "TitlingGothicFBNarMedium";
      color: #ff6000; }
    .membership .membership__item .item__desc {
      margin-bottom: 15px;
      font: 16px/1.2em "GothamHTFBook";
      color: #8a8a8a; }
    .membership .membership__item .button-orange {
      margin-bottom: 15px; }
    .membership .membership__item .item__view-more {
      display: block;
      margin: 0;
      font: 14px/1em "TitlingGothicFBNarStandart";
      color: #2e2d2d;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .membership .membership__item .item__view-more:hover {
        text-decoration: none;
        color: #ff6000; }
    .membership .membership__item--grey {
      background-color: #f0f0f0; }
      .membership .membership__item--grey .item__membership {
        color: #2e2d2d; }
      .membership .membership__item--grey .item__view-more {
        color: #2e2d2d; }
      .membership .membership__item--grey:hover {
        background-color: #010101; }
        .membership .membership__item--grey:hover .item__membership {
          color: #fff; }
        .membership .membership__item--grey:hover .item__view-more {
          color: #fff; }
  .membership .membership__offer {
    padding-top: 15px;
    padding-bottom: 15px; }
    .membership .membership__offer p {
      margin: 0;
      font: 24px/1.2em "TitlingGothicFBNarMedium";
      color: #8a8a8a;
      text-align: center; }
      .membership .membership__offer p span {
        color: #ff6000; }

@media (min-width: 992px) {
  .membership {
    padding: 50px 0 20px 0; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .membership {
      padding: 80px 0 30px 0; } }
@media (min-width: 992px) {
    .membership .membership__item {
      padding: 40px 20px 20px 20px; }
      .membership .membership__item .item__membership {
        margin-bottom: 25px; }
      .membership .membership__item .item__session {
        margin-bottom: 20px; }
      .membership .membership__item .item__price {
        margin-bottom: 25px; }
      .membership .membership__item .item__desc {
        margin-bottom: 25px; }
      .membership .membership__item .button-orange {
        margin-bottom: 25px; }
    .membership .membership__offer {
      padding-top: 30px;
      padding-bottom: 30px; } }
.certified-trainer {
  padding: 30px 0;
  background-image: url("../img/certified-trainer-bg@1x.jpg");
  background-size: cover;
  background-position: center; }
  @media (min-width: 992px) {
    .certified-trainer {
      padding: 50px 0; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
    .certified-trainer {
      background-image: url("../img/certified-trainer-bg@2x.jpg"); } }

  @media (min-width: 1200px) {
    .certified-trainer {
      padding: 80px 0; } }
  .certified-trainer img {
    display: block;
    margin: auto;
    max-width: 100%; }
    @media (max-width: 991.98px) {
      .certified-trainer img {
        margin-bottom: 30px; } }
  .certified-trainer .certified-trainer__desc {
    text-align: center; }
    .certified-trainer .certified-trainer__desc h3 {
      font: 50px/1em "TitlingGothicFBCompMedium";
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
      @media (min-width: 992px) {
        .certified-trainer .certified-trainer__desc h3 {
          margin-bottom: 25px;
          font-size: 60px; } }
    .certified-trainer .certified-trainer__desc p {
      margin: 0;
      font: 18px/1.2em "GothamHTFBook";
      color: #fff; }

.holiday-camps {
  padding: 30px 0;
  background-color: #fffcfc; }
  .holiday-camps .holiday-camps__item {
    margin-bottom: 15px;
    padding: 0 0 20px 0; }
    .holiday-camps .holiday-camps__item .item__title {
      display: block;
      padding: 30px 10px 20px 10px;
      font: 40px/1em "TitlingGothicFBCompMedium";
      text-align: center;
      letter-spacing: 0.05em; }
    .holiday-camps .holiday-camps__item .item__group {
      padding: 20px; }
      .holiday-camps .holiday-camps__item .item__group p {
        margin: 0; }
      .holiday-camps .holiday-camps__item .item__group + .item__group {
        padding-top: 0; }
    .holiday-camps .holiday-camps__item .item__divider {
      margin: 10px 0;
      width: 100%;
      height: 1px;
      background-color: #d4d4d4; }
    .holiday-camps .holiday-camps__item .item__link {
      text-align: center; }
    .holiday-camps .holiday-camps__item--grey {
      background-color: #f0f0f0; }
      .holiday-camps .holiday-camps__item--grey .item__title {
        color: #2e2d2d;
        background-color: #e4e4e4; }
    .holiday-camps .holiday-camps__item--dark {
      background-color: #010101; }
      .holiday-camps .holiday-camps__item--dark .item__title {
        color: #fff;
        background-color: #2e2d2d; }
    .holiday-camps .holiday-camps__item--orange {
      background-color: #ff6000; }
      .holiday-camps .holiday-camps__item--orange .item__title {
        color: #fff;
        background-color: #ea4903; }
  .holiday-camps .holiday-camps__link {
    padding: 15px 0;
    text-align: center; }

@media (min-width: 768px) {
  .holiday-camps .holiday-camps__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .holiday-camps .holiday-camps__item .item__title,
    .holiday-camps .holiday-camps__item .item__group {
      margin: 0; }
    .holiday-camps .holiday-camps__item .item__link {
      margin: auto 0 0 0; } }
@media (min-width: 1200px) {
  .holiday-camps {
    padding: 60px 0 30px 0; }
    .holiday-camps .holiday-camps__item {
      padding-bottom: 25px; }
      .holiday-camps .holiday-camps__item .item__group {
        padding: 25px 50px; }
    .holiday-camps .holiday-camps__link {
      padding: 30px 0; } }
.testimonials {
  padding: 30px 0;
  background-color: #f0f0f0; }
  @media (min-width: 992px) {
    .testimonials {
      padding: 45px 0; } }
  @media (min-width: 1200px) {
    .testimonials {
      padding: 60px 0; } }
  .testimonials .testimonials__item {
    padding: 7.5px 15px; }
    @media (min-width: 768px) {
      .testimonials .testimonials__item {
        padding: 7.5px; } }
  .testimonials .testimonials__item-inner {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    height: 100%; }
    @media (min-width: 1200px) {
      .testimonials .testimonials__item-inner {
        padding: 20px; } }
    .testimonials .testimonials__item-inner .item__avatar {
      display: block;
      margin: auto 10px auto 0;
      border-radius: 50%; }
    .testimonials .testimonials__item-inner .item__name {
      margin: auto 10px auto 0;
      font: 20px/1em "TitlingGothicFBCompMedium";
      color: #2e2d2d; }
    .testimonials .testimonials__item-inner .item__rating {
      margin: auto 10px auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .testimonials .testimonials__item-inner .item__rating img {
        display: block;
        margin: 0 3px 0 0; }
    .testimonials .testimonials__item-inner .item__source {
      margin: auto 0 auto auto; }
    .testimonials .testimonials__item-inner .item__text {
      width: 100%;
      margin: 15px 0;
      font: 16px/1em "GothamHTFBook";
      color: #8a8a8a; }
    .testimonials .testimonials__item-inner .item__time-ago {
      margin: 0 0 0 auto;
      font: 12px/1em "GothamHTFBook";
      color: #8a8a8a; }

.join-our-usa-tour {
  padding: 30px 0;
  background-image: url("../img/join-our-usa-tour-bg@1x.jpg");
  background-size: cover;
  background-position: center; }
  @media (max-width: 991.98px) {
    .join-our-usa-tour .join-our-usa-tour__title {
      margin-bottom: 30px; } }
  .join-our-usa-tour .join-our-usa-tour__title h2 {
    margin: 0;
    font: 50px/1em "TitlingGothicFBCompMedium";
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
  .join-our-usa-tour .join-our-usa-tour__desc {
    text-align: center; }
    .join-our-usa-tour .join-our-usa-tour__desc p {
      margin-bottom: 30px;
      font: 20px/1.1em "GothamHTFBook";
      color: #fff; }

@media (min-width: 992px) {
  .join-our-usa-tour {
    padding: 45px 0;
    position: relative; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
    .join-our-usa-tour {
      background-image: url("../img/join-our-usa-tour-bg@2x.jpg"); } }
@media (min-width: 992px) {
    .join-our-usa-tour::before {
      position: absolute;
      content: '';
      display: block;
      top: calc(50% - 240px);
      right: calc(50% - 150px);
      width: 480px;
      height: 480px;
      background-image: url("../img/join-our-usa-tour-player@1x.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .join-our-usa-tour::before {
        right: calc(50% - 50px); } }
    @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
      .join-our-usa-tour::before {
        background-image: url("../img/join-our-usa-tour-player@2x.png"); } }
@media (min-width: 992px) {
    .join-our-usa-tour .join-our-usa-tour__title h2 {
      font-size: 80px; }
    .join-our-usa-tour .join-our-usa-tour__desc p {
      margin-bottom: 40px; } }
.meet-the-coaches {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .meet-the-coaches {
      padding: 70px 0 40px 0; } }
  @media (min-width: 1200px) {
    .meet-the-coaches {
      padding: 90px 0 50px 0; } }
  .meet-the-coaches .meet-the-coaches__slider {
    position: relative;
    padding: 15px 0; }
    .meet-the-coaches .meet-the-coaches__slider .slick-prev,
    .meet-the-coaches .meet-the-coaches__slider .slick-next {
      position: absolute;
      top: calc(50% - 20px);
      width: 40px;
      height: 40px;
      padding: 0;
      font-size: 0;
      text-indent: -999;
      background: none;
      border-left: 8px solid #dcdcdc;
      border-top: 8px solid #dcdcdc;
      border-bottom: none;
      border-right: none;
      z-index: 10; }
      .meet-the-coaches .meet-the-coaches__slider .slick-prev:focus,
      .meet-the-coaches .meet-the-coaches__slider .slick-next:focus {
        outline: none; }
      @media (min-width: 992px) {
        .meet-the-coaches .meet-the-coaches__slider .slick-prev,
        .meet-the-coaches .meet-the-coaches__slider .slick-next {
          -webkit-transition: all .3s;
          transition: all .3s; }
          .meet-the-coaches .meet-the-coaches__slider .slick-prev:hover,
          .meet-the-coaches .meet-the-coaches__slider .slick-next:hover {
            border-color: #8a8a8a; } }
    .meet-the-coaches .meet-the-coaches__slider .slick-prev {
      left: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .meet-the-coaches .meet-the-coaches__slider .slick-next {
      right: 0;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
  .meet-the-coaches .slider__item {
    padding: 0 15px;
    text-align: center; }
    @media (min-width: 1200px) {
      .meet-the-coaches .slider__item {
        padding: 0 30px; } }
    .meet-the-coaches .slider__item .item__avatar {
      width: 115px;
      height: 115px;
      display: block;
      margin: 0 auto 20px auto;
      border-radius: 50%; }
    .meet-the-coaches .slider__item .item__name {
      margin-bottom: 15px;
      font: 40px/1em "TitlingGothicFBCompMedium";
      color: #2e2d2d;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
    .meet-the-coaches .slider__item .item__position {
      margin-bottom: 35px;
      font: 20px/1em "TitlingGothicFBNarMedium";
      color: #ff6000; }
    .meet-the-coaches .slider__item .item__info {
      margin: 0;
      font: 20px/1.5em "TitlingGothicFBNarStandart";
      color: #8a8a8a; }
  .meet-the-coaches .meet-the-coaches__link {
    padding: 15px 0;
    text-align: center; }
    @media (min-width: 992px) {
      .meet-the-coaches .meet-the-coaches__link {
        padding: 30px 0; } }

.sign-up {
  padding: 30px 0;
  background-color: #ff6000; }
  .sign-up .col-12 {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .sign-up h2 {
    font: 50px/1em "TitlingGothicFBCompStandart";
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .sign-up h2 {
        font-size: 60px; } }
  .sign-up img {
    display: block;
    margin: 0 auto 15px auto; }
  .sign-up .sign-up__form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .sign-up .sign-up__form .form-input {
      margin: 0 0 10px 0;
      width: 100%; }
      @media (min-width: 992px) {
        .sign-up .sign-up__form .form-input {
          width: calc(50% - 10px);
          margin: 0 5px; } }
  @media (min-width: 992px) {
    .sign-up .button-white-transparent {
      width: 100%; } }

.faq {
  padding: 30px 0;
  background-color: #000; }
  @media (min-width: 992px) {
    .faq {
      padding: 40px 0; } }
  .faq .faq__accordion {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .faq .faq__accordion {
        margin-bottom: 45px; } }
    .faq .faq__accordion .accordion__item {
      margin-bottom: 10px;
      border: 1px solid #2e2d2d; }
      .faq .faq__accordion .accordion__item .item__title h5 {
        margin: 0; }
      .faq .faq__accordion .accordion__item .item__title button {
        width: 100%;
        position: relative;
        border: none;
        padding: 20px 45px 20px 20px;
        background: none;
        font: 14px/1.2em "TitlingGothicFBNarStandart";
        color: #fff;
        text-align: left; }
        .faq .faq__accordion .accordion__item .item__title button:focus {
          outline: none; }
        .faq .faq__accordion .accordion__item .item__title button::after {
          content: '';
          display: block;
          position: absolute;
          right: 15px;
          top: calc(50% - 6px);
          width: 12px;
          height: 12px;
          border-bottom: 2px solid #606060;
          border-right: 2px solid #606060;
          -webkit-transform: rotate(225deg);
                  transform: rotate(225deg);
          -webkit-transition: all .3s;
          transition: all .3s; }
        .faq .faq__accordion .accordion__item .item__title button.collapsed::after {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .faq .faq__accordion .accordion__item .item__content {
        padding: 0 20px 20px 20px; }
        .faq .faq__accordion .accordion__item .item__content p {
          margin: 0;
          font: 16px/1.2em "GothamHTFBook";
          color: #fff; }

.footer .footer__top {
  padding: 30px 0;
  background-color: #212020; }
.footer .footer__btm {
  padding: 15px 0;
  background-color: #2d2c28; }
@media (max-width: 991.98px) {
  .footer .footer__logo {
    margin-bottom: 15px; } }
.footer .footer__logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }
@media (max-width: 991.98px) {
  .footer .footer__copyright {
    margin-bottom: 15px; } }
@media (min-width: 992px) {
  .footer .footer__copyright {
    padding: 0; } }
.footer .footer__copyright p {
  margin: 0;
  font: 10px/1em "GothamHTFBook";
  color: #fff;
  text-align: center;
  letter-spacing: 0.025em; }
.footer .footer__links {
  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: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .footer .footer__links {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  @media (min-width: 992px) {
    .footer .footer__links {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
.footer .footer__link {
  padding: 5px;
  font: 14px/1em "GothamHTFBook";
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .footer .footer__link:hover {
    text-decoration: none; }
  @media (min-width: 992px) {
    .footer .footer__link {
      padding: 5px 10px; }
      .footer .footer__link:hover {
        color: #ff6000; } }
.footer .footer__socials {
  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; }
.footer .footer__social {
  margin: 5px; }
.footer .footer__developer p {
  margin: 0;
  font: 16px/1.5em "GothamHTFBook";
  color: #fff;
  text-align: center; }







.hero-small {
  padding: 45px 0;
  background-size: cover;
  background-position: center; }
  @media (min-width: 992px) {
    .hero-small {
      padding: 90px 0; } }
  @media (min-width: 1200px) {
    .hero-small {
      padding: 0; }
      .hero-small .col-12 {
        height: 350px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .hero-small h1 {
    margin: 0;
    font: 40px/1em "TitlingGothicFBCompMedium";
    color: #fff;
    letter-spacing: 0.05em;
    text-align: left; }
    @media (min-width: 992px) {
      .hero-small h1 {
        font-size: 80px; } }


 .hero-small--blog {
    background-image: url("../img/hero-blog-bg@1x.jpg"); }

  .hero-small--about {
    background-image: url("../img/hero-about-bg@1x.jpg"); }
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
  .hero-small--about {
    background-image: url("../img/hero-about-bg@2x.jpg"); } }

  .hero-small--holiday-camps {
    background-image: url("../img/hero-holiday-camps-bg@1x.jpg"); }
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
  .hero-small--holiday-camps {
    background-image: url("../img/hero-holiday-camps-bg@2x.jpg"); } }

  .hero-small--usa-tour {
    background-image: url("../img/hero-usa-tour-bg@1x.jpg");
    position: relative; }
    .hero-small--usa-tour::after {
      position: absolute;
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: -20px;
      width: 50%;
      height: 100%;
      background-image: url("../img/hero-usa-tour-player@1x.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .hero-small--usa-tour::after {
        width: 400px;
        height: 350px;
        bottom: auto;
        top: 20px;
        left: calc(50% + 100px);
        right: auto; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
    .hero-small--usa-tour::after {
      background-image: url("../img/hero-usa-tour-player@2x.png"); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .hero-small--usa-tour::after {
      left: 50%;
      width: 550px;
      height: 500px; } }
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
  .hero-small--usa-tour {
    background-image: url("../img/hero-usa-tour-bg@2x.jpg"); } }

  .hero-small--apparal-and-equipment {
    background-image: url("../img/hero-apparal-and-equipment-bg@1x.jpg"); }
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
  .hero-small--apparal-and-equipment {
    background-image: url("../img/hero-apparal-and-equipment-bg@2x.jpg"); } }

  .hero-small--contact {
    background-image: url("../img/hero-contact-bg@1x.jpg"); }
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
  .hero-small--contact {
    background-image: url("../img/hero-contact-bg@2x.jpg"); } }

  .hero-small--coach-with-us {
    background-image: url("../img/hero-coach-with-us-bg@1x.jpg"); }
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
  .hero-small--coach-with-us {
    background-image: url("../img/hero-coach-with-us-bg@2x.jpg"); } }

.blog{min-height:900px;}
.blog.blog-entry, .blog.blog-other-articles{min-height:100px;}
.blog a:hover{text-decoration: none;}

.blog--filters{margin:40px 0 0 0;padding: 0;}
.blog--filters ul{margin-left: 0;padding: 0;-webkit-padding-start: 0;}
.blog--filters ul li{font: 20px/1em "TitlingGothicFBCompMedium";color: #2e2d2d;padding-left: 25px;cursor: pointer;font-weight:500;float: left;list-style-type: none;}
.blog--filters ul li.active, .blog--filters ul li:hover{color:#ff6000;}
.blog--filters ul li:nth-child(1), .blog--filters ul li:nth-child(1):hover{font: 18px/1em "TitlingGothicFBCompMedium";cursor:auto;color: #8a8a8a;margin-top: 2px;margin-left: 15px;;padding: 0;-webkit-padding-start: 0;}
.blog .cat-container{margin-top:60px;margin-bottom:40px;}
.blog .blog--item{margin-bottom:45px;}
.blog .blog--item .item__text, .blog-content{color: #8a8a8a;}
.blog .blog--item .item__img{height:420px;width:100%;}
.blog .blog--item .item__img div{width:100%;height:100%;}
.blog .blog--item:hover .item__img div{background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1"><path fill="rgba%280, 0, 0, 0.4%29" d="M0 0h1v1H0z"/></svg>') no-repeat center center/cover; -webkit-transition: all .3s;transition: all .3s;}
.blog .item__title, .blog a .item__title, .blog.blog-other-articles h3{display: block;padding: 30px 10px 20px 0;font: 40px/1em "TitlingGothicFBCompMedium";color:#2e2d2d;text-transform:uppercase;}
.blog .cat-load-button{text-align: center;font: 25px/1em "TitlingGothicFBCompMedium";color: #8a8a8a;font-weight: 500;margin:40px 0;cursor:pointer;-webkit-transition: all .3s;transition: all .3s;}
.blog .cat-load-button:hover{color: #2e2d2d;}

.blog .blog-description{font-size:22px;line-height:28px;color:#ff6000;margin-bottom: 35px;}
.blog .blog__prev{float: left;}
.blog .blog__next{float: right;}
.blog.blog-entry{padding-top: 60px;padding-bottom: 60px;}
.blog h1.blog-title{font: 40px/1em "TitlingGothicFBCompMedium";
    color: #2e2d2d;
    text-align: left;
    letter-spacing: 0.05em;
    text-transform: uppercase;margin-bottom:15px;}
.blog .blog-author{margin-bottom: 35px;font: 14px/1.5em "TitlingGothicFBNarMedium";color: #8a8a8a;text-transform: uppercase;opacity:0.7;}
.blog .blog-image{max-width: 100%;}
.blog .blog-content{margin:35px 0;}
.blog .blog-content a{text-decoration: none;color: #ff6000;}
.blog .blog-content a:hover{font-weight:bold;color: #ff6000;}
.blog-buttons{margin: 45px 0 35px 0;}
.blog__share ul li, .blog__share ul{margin-left: 0;padding: 0;-webkit-padding-start: 0;list-style-type: none;}
.blog__share ul li span{color: #8a8a8a;font-size:14px;}
.blog__share ul li{float:left;margin-right:10px;}
.blog__share .facebook, .blog__share .twitter, .blog__share .linkedin{padding:5px 10px;border-radius:50%;position: relative;margin-right:0px;color:#ffffff !important;display:inline-block;}
.blog__share .facebook{background-color:#1777F0;}
.blog__share .twitter{background-color:#00ACEE;}
.blog__share .linkedin{background-color: #0078B5;}
.blog.blog-other-articles{padding: 35px 0;background-color: #f0f0f0;}
.blog .membership{padding: 0 0 0 0;}
.blog .membership .col-12.col-md-6.col-lg-4{width:100%;max-width: 100%;}

.button-dark{    display: inline-block;
    min-width: 200px;
    padding: 20px 22px 16px 22px;
    font: 14px/1em "TitlingGothicFBNarStandart";
    letter-spacing: 0.025em;
    text-align: center;
    border: 2px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #2e2d2d;border-color: #2e2d2d;color:#ffffff;
}

.button-dark:hover, .button-dark:active, .blog .blog--item:hover .button-dark{    border-color: #ff6000;
    background-color: #ff6000;color:#ffffff;}

@media (max-width: 768px){ .blog .blog-sidebar{padding-bottom:60px;} .blog .blog__prev{float:none;margin-bottom:15px;width:275px;}  .blog .blog__next{float:none;width:275px;} .blog-buttons{text-align: center;}}

.info-section {
  padding: 30px 0; }
  .info-section .info-section__title {
    margin-bottom: 15px; }
    .info-section .info-section__title h2 {
      margin: 0;
      font: 40px/1em "TitlingGothicFBCompMedium";
      color: #2e2d2d;
      text-align: left;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
    .info-section .info-section__title h4 {
      margin: 0;
      font: 30px/1em "TitlingGothicFBCompMedium";
      color: #2e2d2d;
      text-align: left;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
  .info-section .info-section__desc {
    text-align: left; }
    .info-section .info-section__desc h3 {
      margin: 0;
      font: 40px/1em "TitlingGothicFBCompMedium";
      color: #2e2d2d;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
    .info-section .info-section__desc h4 {
      margin: 5px 0 0 0;
      font: 20px/1.2em "TitlingGothicFBNarMedium";
      color: #ff6000; }
    .info-section .info-section__desc p {
      margin: 15px 0 0 0;
      font: 16px/1.375em "GothamHTFBook";
      color: #8a8a8a; }
    .info-section .info-section__desc ul {
      margin: 15px 0 0 0;
      list-style: none;
      padding: 0; }
    .info-section .info-section__desc li {
      padding-left: 15px;
      position: relative;
      font: 16px/1.75em "GothamHTFMedium";
      font-weight: 600;
      color: #8a8a8a; }
      .info-section .info-section__desc li::before {
        content: "+";
        position: absolute;
        left: 0;
        top: 0;
        color: #ff6000; }
    .info-section .info-section__desc .button-orange {
      margin: 15px 0 0 0; }
  @media (max-width: 991.98px) {
    .info-section .info-section__img {
      margin-top: 30px; } }
  .info-section .info-section__img img {
    display: block;
    margin: auto;
    max-width: 100%; }
  @media (max-width: 991.98px) {
    .info-section .info-section__video {
      margin-top: 30px; } }
  .info-section .info-section__video a {
    display: block;
    margin: auto;
    position: relative; }
    .info-section .info-section__video a::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #212020;
      opacity: 0.35;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .info-section .info-section__video a::after {
      content: "";
      display: block;
      position: absolute;
      left: calc(50% - 35px);
      top: calc(50% - 35px);
      width: 70px;
      height: 70px;
      background-image: url("../img/icon-play-button.svg");
      -webkit-transition: all .3s;
      transition: all .3s; }
  .info-section .info-section__video img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%; }
  .info-section .info-section__btns {
    margin-top: 30px; }
    .info-section .info-section__btns .button-orange,
    .info-section .info-section__btns .button-dark-transparent {
      margin: 0 10px 10px 0;
      min-width: 200px; }

@media (min-width: 992px) {
  .info-section {
    padding: 50px 0; }
    .info-section .info-section__title h2 {
      font-size: 60px; }
    .info-section .info-section__title h4 {
      font-size: 40px; }
    .info-section .info-section__desc h3 {
      font-size: 60px; }
    .info-section .info-section__desc p,
    .info-section .info-section__desc ul,
    .info-section .info-section__desc .button-orange {
      margin: 25px 0 0 0; }
    .info-section .info-section__video a:hover::before {
      opacity: 0.6; }
    .info-section .info-section__video a:hover::after {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); } }
@media (min-width: 1200px) {
  .info-section {
    padding: 70px 0; } }
.gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .gallery .gallery__img {
    width: 100%; }
    .gallery .gallery__img img {
      display: block;
      width: 100%;
      height: 100%; }

@media (min-width: 576px) and (max-width: 991.98px) {
  .gallery .gallery__img:nth-child(1), .gallery .gallery__img:nth-child(2), .gallery .gallery__img:nth-child(3) {
    width: calc(100%/3); }
  .gallery .gallery__img:nth-child(4), .gallery .gallery__img:nth-child(5) {
    width: calc(50%); } }
@media (min-width: 992px) {
  .gallery .gallery__img {
    width: 20%; } }
.training-philosophy {
  padding: 30px 0;
  background-color: #f0f0f0; }
  @media (min-width: 992px) {
    .training-philosophy {
      padding: 50px 0 30px 0; } }
  @media (min-width: 1200px) {
    .training-philosophy {
      padding: 80px 0 30px 0; } }
  .training-philosophy .training-philosophy__item {
    background-color: #fff;
    padding: 15px;
    text-align: center; }
    @media (min-width: 576px) {
      .training-philosophy .training-philosophy__item {
        height: 100%; } }
    @media (min-width: 1200px) {
      .training-philosophy .training-philosophy__item {
        padding: 25px; } }
    .training-philosophy .training-philosophy__item img {
      display: block;
      margin: 0 auto 15px auto; }
    .training-philosophy .training-philosophy__item p {
      margin: 0;
      font: 16px/1.375em "GothamHTFBook";
      color: #8a8a8a; }
  .training-philosophy .training-philosophy__link {
    padding: 10px;
    text-align: center; }

@media (max-width: 767.98px) {
  .get-professional-training {
    padding: 30px 0 0 0; } }
@media (min-width: 768px) {
  .get-professional-training + .get-professional-training {
    margin-top: 15px; } }
@media (min-width: 1200px) {
  .get-professional-training + .get-professional-training {
    margin-top: 30px; } }
@media (max-width: 767.98px) {
  .get-professional-training .get-professional-training__img {
    margin-bottom: 30px; } }
@media (min-width: 768px) {
  .get-professional-training .get-professional-training__img {
    margin-top: -15px;
    margin-bottom: -15px; } }
@media (min-width: 1200px) {
  .get-professional-training .get-professional-training__img {
    margin-top: -30px;
    margin-bottom: -30px; } }
.get-professional-training .get-professional-training__img img,
.get-professional-training .get-professional-training__img picture {
  display: block;
  margin: auto;
  max-width: 100%; }
  @media (min-width: 992px) {
    .get-professional-training .get-professional-training__img img,
    .get-professional-training .get-professional-training__img picture {
      width: 100%; } }
@media (max-width: 767.98px) {
  .get-professional-training .get-professional-training__title {
    margin-bottom: 30px; } }
@media (min-width: 1200px) {
  .get-professional-training .get-professional-training__title {
    padding: 0; } }
.get-professional-training .get-professional-training__title h2 {
  margin: 0;
  font: 40px/1em "TitlingGothicFBCompMedium";
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em; }
  @media (min-width: 992px) {
    .get-professional-training .get-professional-training__title h2 {
      font-size: 55px; } }
  @media (min-width: 1200px) {
    .get-professional-training .get-professional-training__title h2 {
      font-size: 65px; } }
.get-professional-training .get-professional-training__price {
  text-align: center; }
  @media (max-width: 767.98px) {
    .get-professional-training .get-professional-training__price {
      margin-bottom: 30px; } }
  .get-professional-training .get-professional-training__price p {
    font: 28px/1em "TitlingGothicFBNarMedium";
    color: #fff; }
  .get-professional-training .get-professional-training__price span {
    display: block;
    margin-bottom: 16px;
    font: 50px/1em "TitlingGothicFBNarMedium"; }
.get-professional-training--orange {
  background-color: #ff6000; }
  .get-professional-training--orange .get-professional-training__price span {
    color: #fff; }
.get-professional-training--dark {
  background-color: #010101; }
  .get-professional-training--dark .get-professional-training__price span {
    color: #ff6000; }

.schedule {
  padding: 30px 0; }
  .schedule .schedule__item {
    padding: 0;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .schedule .schedule__item .item__title {
      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: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 10px;
      height: 140px;
      text-align: center;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .schedule .schedule__item .item__title p {
        margin: 0;
        text-transform: uppercase;
        line-height: 1em; }
    .schedule .schedule__item .item__group {
      padding: 20px; }
      .schedule .schedule__item .item__group p {
        margin: 0;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .schedule .schedule__item .item__group + .item__group {
        padding-top: 0; }
    .schedule .schedule__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      text-decoration: none; }
      .schedule .schedule__item a span {
        display: block;
        width: 50%;
        line-height: 1.7em;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .schedule .schedule__item a span:nth-child(1) {
          text-align: left; }
        .schedule .schedule__item a span:nth-child(2) {
          text-align: right; }
    .schedule .schedule__item--dark {
      background-color: #010101; }
      .schedule .schedule__item--dark .item__title {
        background-color: #2e2d2d; }
      .schedule .schedule__item--dark:hover {
        background-color: #ff6000; }
        .schedule .schedule__item--dark:hover .item__title {
          background-color: #ea4903; }
        .schedule .schedule__item--dark:hover span {
          color: #fff; }

@media (min-width: 768px) {
  .schedule .schedule__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .schedule .schedule__item .item__title,
    .schedule .schedule__item .item__group {
      margin: 0; } }
@media (min-width: 992px) {
  .schedule {
    padding: 50px 0; } }
@media (min-width: 1200px) {
  .schedule {
    padding: 80px 0; }
    .schedule .schedule__item .item__group {
      padding: 30px 25px; } }
.upcoming-holiday-camps {
  padding: 30px 0; }
  .upcoming-holiday-camps .upcoming-holiday-camps__filter {
    margin-bottom: 15px; }
    .upcoming-holiday-camps .upcoming-holiday-camps__filter form {
      width: 100%; }
  .upcoming-holiday-camps .upcoming-holiday-camps__item {
    margin-bottom: 15px;
    padding: 0;
    height: 100%; }
    .upcoming-holiday-camps .upcoming-holiday-camps__item .item__title {
      display: block;
      padding: 20px 20px 15px 20px;
      text-align: left; }
      .upcoming-holiday-camps .upcoming-holiday-camps__item .item__title p {
        margin: 0;
        text-transform: uppercase;
        line-height: 1em; }
    .upcoming-holiday-camps .upcoming-holiday-camps__item .item__info {
      padding: 20px; }
      .upcoming-holiday-camps .upcoming-holiday-camps__item .item__info p {
        margin: 0; }
      @media (max-width: 767.98px) {
        .upcoming-holiday-camps .upcoming-holiday-camps__item .item__info .col-12:not(:nth-last-child(1)) {
          margin-bottom: 15px; } }
    .upcoming-holiday-camps .upcoming-holiday-camps__item .item__book {
      padding: 20px; }
      .upcoming-holiday-camps .upcoming-holiday-camps__item .item__book p {
        margin: 0 0 10px 0; }
      .upcoming-holiday-camps .upcoming-holiday-camps__item .item__book a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        text-decoration: none; }
        .upcoming-holiday-camps .upcoming-holiday-camps__item .item__book a span {
          display: block;
          width: 50%;
          line-height: 1.7em;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .upcoming-holiday-camps .upcoming-holiday-camps__item .item__book a span:nth-child(1) {
            text-align: left; }
          .upcoming-holiday-camps .upcoming-holiday-camps__item .item__book a span:nth-child(2) {
            text-align: right; }
    .upcoming-holiday-camps .upcoming-holiday-camps__item--grey {
      background-color: #fff; }
      .upcoming-holiday-camps .upcoming-holiday-camps__item--grey .item__title {
        background-color: #e4e4e4; }
      .upcoming-holiday-camps .upcoming-holiday-camps__item--grey .item__info {
        background-color: #f0f0f0; }
      .upcoming-holiday-camps .upcoming-holiday-camps__item--grey .item__book {
        background-color: #fff;
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0; }
        .upcoming-holiday-camps .upcoming-holiday-camps__item--grey .item__book a:hover span {
          color: #ff6000; }
    .upcoming-holiday-camps .upcoming-holiday-camps__item--dark {
      background-color: #fff; }
      .upcoming-holiday-camps .upcoming-holiday-camps__item--dark .item__title {
        background-color: #2e2d2d; }
      .upcoming-holiday-camps .upcoming-holiday-camps__item--dark .item__info {
        background-color: #1e1e1e; }
      .upcoming-holiday-camps .upcoming-holiday-camps__item--dark .item__book {
        background-color: #010101; }
        .upcoming-holiday-camps .upcoming-holiday-camps__item--dark .item__book a:hover span {
          color: #ff6000; }

@media (min-width: 768px) {
  .upcoming-holiday-camps .upcoming-holiday-camps__item .item__info .col-md-4:nth-last-child(1) {
    text-align: right; } }
@media (min-width: 992px) {
  .upcoming-holiday-camps {
    padding: 50px 0; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .upcoming-holiday-camps {
      padding: 80px 0; } }
@media (min-width: 992px) {
    .upcoming-holiday-camps .upcoming-holiday-camps__item {
      margin-bottom: 30px; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .upcoming-holiday-camps .upcoming-holiday-camps__item {
        margin-bottom: 40px; } }
@media (min-width: 992px) {
      .upcoming-holiday-camps .upcoming-holiday-camps__item .item__title {
        padding: 40px 40px 30px 40px; }
      .upcoming-holiday-camps .upcoming-holiday-camps__item .item__info,
      .upcoming-holiday-camps .upcoming-holiday-camps__item .item__book {
        padding: 40px; } }
.register-your-interest {
  padding: 30px 0;
  background-color: #000; }
  @media (max-width: 767.98px) {
    .register-your-interest .register-your-interest__logo {
      margin-bottom: 30px; } }
  .register-your-interest .register-your-interest__logo img {
    display: block;
    margin: auto;
    max-width: 100%; }
  .register-your-interest .register-your-interest__card {
    padding: 20px 10px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f0f0f0;
    text-align: center; }
    @media (max-width: 767.98px) {
      .register-your-interest .register-your-interest__card {
        margin-bottom: 30px; } }
    .register-your-interest .register-your-interest__card p,
    .register-your-interest .register-your-interest__card span {
      margin: 0 0 5px 0;
      font: 40px/1em "TitlingGothicFBCompMedium";
      letter-spacing: 0.05em;
      text-transform: uppercase; }
    .register-your-interest .register-your-interest__card p {
      color: #2e2d2d; }
    .register-your-interest .register-your-interest__card span {
      color: #ff6000; }
    .register-your-interest .register-your-interest__card .button-orange {
      min-width: 1px;
      max-width: 100%;
      margin: 15px auto 0 auto; }
  .register-your-interest .register-your-interest__quote p {
    margin: 0;
    font: 40px/1em "TitlingGothicFBCompMedium";
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    text-align: center; }
    .register-your-interest .register-your-interest__quote p::before {
      content: '“';
      color: #ff6000; }
    .register-your-interest .register-your-interest__quote p::after {
      content: '”';
      color: #ff6000; }

@media (min-width: 992px) {
  .register-your-interest {
    padding: 50px 0; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .register-your-interest {
      padding: 80px 0; } }
@media (min-width: 992px) {
    .register-your-interest .register-your-interest__title h2 {
      font-size: 80px; }
    .register-your-interest .register-your-interest__card {
      padding: 60px; }
      .register-your-interest .register-your-interest__card .button-orange {
        margin-top: 30px; }
    .register-your-interest .register-your-interest__quote p {
      font-size: 50px; } }
.product-list {
  padding: 30px 0; }
  .product-list--grey-bg {
    background-color: #f0f0f0; }
  .product-list .product-list__title {
    margin-bottom: 20px; }
    .product-list .product-list__title h3 {
      font: 40px/1em "TitlingGothicFBCompMedium";
      color: #2e2d2d;
      text-transform: uppercase; }
    @media (min-width: 992px) {
      .product-list .product-list__title {
        margin-top: 40px;
        margin-bottom: 0;
        padding-left: 35px; } }
  .product-list .product-list__item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 992px) {
      .product-list .product-list__item {
        padding: 20px; } }
    .product-list .product-list__item .item__img {
      position: relative;
      padding-bottom: 100%;
      margin: 0 0 25px 0;
      width: 100%; }
      @media (min-width: 992px) {
        .product-list .product-list__item .item__img {
          margin-bottom: 30px; } }
      .product-list .product-list__item .item__img::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(46, 45, 45, 0.85);
        -webkit-transition: all .3s;
        transition: all .3s;
        z-index: 2;
        opacity: 0; }
      .product-list .product-list__item .item__img::after {
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 27px);
        left: calc(50% - 27px);
        width: 54px;
        height: 54px;
        background-image: url("../img/icon-search.svg");
        background-size: cover;
        z-index: 3;
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 0; }
      .product-list .product-list__item .item__img img,
      .product-list .product-list__item .item__img picture {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .product-list .product-list__item .item__img:hover::before, .product-list .product-list__item .item__img:hover::after {
        opacity: 1; }
    .product-list .product-list__item .item__desc {
      width: calc(100% - 120px);
      margin: auto auto auto 0; }
      .product-list .product-list__item .item__desc p {
        margin: 0; }
    .product-list .product-list__item .item__buy-link {
      width: 100px;
      margin: auto 0 auto auto; }
      .product-list .product-list__item .item__buy-link .button-dark-transparent {
        min-width: 1px;
        width: 100%; }

.product-list-form {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .product-list-form {
      padding: 50px 0; } }
  .product-list-form .product-list-form__desc {
    margin-bottom: 30px; }
    .product-list-form .product-list-form__desc p {
      margin: 0;
      font: 16px/1.365em "GothamHTFBook";
      color: #8a8a8a;
      text-align: center; }
  .product-list-form .product-list-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product-list-form .product-list-form__form .form-input {
      width: 100%;
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .product-list-form .product-list-form__form .form-input {
          width: 45%;
          margin: 0 auto 15px auto; } }
    .product-list-form .product-list-form__form .form-submit {
      width: 100%;
      text-align: center; }
      @media (min-width: 992px) {
        .product-list-form .product-list-form__form .form-submit {
          margin-top: 30px; } }

.product-item {
  padding: 30px 0; }
  .product-item .product-item__breadcrumbs {
    margin-bottom: 30px; }
    .product-item .product-item__breadcrumbs a,
    .product-item .product-item__breadcrumbs p {
      display: inline;
      font: 14px/2em "GothamHTFBook";
      -webkit-transition: all .3s;
      transition: all .3s; }
    .product-item .product-item__breadcrumbs a {
      color: #8a8a8a; }
      .product-item .product-item__breadcrumbs a::after {
        content: '>';
        padding: 0 5px;
        color: #8a8a8a; }
      .product-item .product-item__breadcrumbs a:hover {
        text-decoration: none;
        color: #ff6000; }
    .product-item .product-item__breadcrumbs p {
      color: #2e2d2d; }
  .product-item .product-item__img {
    margin-bottom: 30px; }
    .product-item .product-item__img .img__main {
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .product-item .product-item__img .img__main {
          margin-bottom: 30px; } }
      .product-item .product-item__img .img__main img {
        width: 100%; }
    .product-item .product-item__img .img__gallery {
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .product-item .product-item__img .img__gallery a {
        display: block;
        width: 30%; }
      .product-item .product-item__img .img__gallery img {
        width: 100%; }
  .product-item .product-item__desc {
    text-align: left; }
    .product-item .product-item__desc .desc__title {
      margin: 0 0 10px 0;
      font: 40px/1em "TitlingGothicFBCompMedium";
      color: #2e2d2d;
      letter-spacing: 0.05em; }
    .product-item .product-item__desc .desc__price {
      margin: 0 0 20px 0;
      font: 40px/1em "TitlingGothicFBCompMedium";
      color: #ff6000;
      letter-spacing: 0.05em; }
      @media (min-width: 992px) {
        .product-item .product-item__desc .desc__price {
          margin-bottom: 45px; } }
    .product-item .product-item__desc .desc__main {
      margin: 0 0 20px 0;
      font: 16px/1.375em "GothamHTFBook";
      color: #8a8a8a; }
      @media (min-width: 992px) {
        .product-item .product-item__desc .desc__main {
          margin-bottom: 45px; } }
    .product-item .product-item__desc form {
      width: 100%; }
    .product-item .product-item__desc .form-input {
      width: 100%;
      margin: 0 0 20px 0; }
    .product-item .product-item__desc .form-submit {
      margin: 30px 0 0 0;
      text-align: left; }
      @media (min-width: 992px) {
        .product-item .product-item__desc .form-submit {
          margin-top: 45px; } }

.contacts {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .contacts {
      padding: 50px 0; } }
  @media (min-width: 1200px) {
    .contacts {
      padding: 70px 0; } }
  .contacts .contacts__desc {
    text-align: center; }
    .contacts .contacts__desc img {
      display: block;
      margin: 0 auto 15px auto; }
    .contacts .contacts__desc p {
      font: 40px/1em "TitlingGothicFBCompMedium";
      color: #2e2d2d;
      letter-spacing: 0.05em; }

.contact-us {
  padding: 30px 0; }
  .contact-us .contact-us__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .contact-us .contact-us__form .form-input {
      width: 100%;
      margin-bottom: 15px; }
    .contact-us .contact-us__form .form-textarea {
      width: 100%;
      margin-bottom: 15px; }
    .contact-us .contact-us__form .form-submit {
      width: 100%;
      text-align: center; }

@media (min-width: 992px) {
  .contact-us {
    padding: 50px 0; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .contact-us {
      padding: 70px 0; } }
@media (min-width: 992px) {
    .contact-us .contact-us__form {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .contact-us .contact-us__form .form-input {
        width: calc(50% - 30px);
        margin: 0 15px 30px 15px; }
      .contact-us .contact-us__form .form-textarea {
        width: calc(100% - 30px);
        margin: 0 auto 30px auto; } }
.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../img/popup-bg@1x.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
  .popup {
    background-image: url("../img/popup-bg@2x.jpg"); } }

  .popup .sign-up h2,
  .popup .sign-up img {
    margin-bottom: 25px; }
  .popup .sign-up .sign-up__form .form-input {
    width: 100%;
    margin: 0 0 15px 0; }
  .popup .sign-up .button-white-transparent {
    width: auto; }
  .popup .sign-up p {
    margin-bottom: 25px;
    font: 18px/1.2em "AvenirMedium";
    color: #fff; }
  @media (max-width: 767.98px) {
    .popup {
      overflow: scroll; } }
  .popup .popup-container {
    margin: auto;
    padding: 15px;
    width: 90vw;
    max-width: 1050px;
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden; }
    @media (min-width: 992px) {
      .popup .popup-container {
        padding: 50px; } }
    @media (min-width: 1200px) {
      .popup .popup-container {
        padding: 50px 100px; } }
  .popup .close-btn {
    position: absolute;
    right: 60px;
    top: 30px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer; }
    .popup .close-btn p {
      margin: 0;
      font: 14px/1em "TitlingGothicFBNarStandart";
      color: #fff;
      text-transform: uppercase; }
    .popup .close-btn::after {
      content: '+';
      position: absolute;
      right: -40px;
      top: calc(50% - 26px);
      display: block;
      font-family: "AvenirMedium";
      font-size: 45px;
      line-height: 45px;
      color: #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .popup .close-btn:focus {
      outline: none; }
  .popup.show {
    opacity: 1;
    visibility: visible; }
    .popup.show .popup-container {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }

#free-trial-popup .sign-up {
  background: none; }

.review {
  padding: 30px 0;
  background-color: #ff6000; }
  @media (min-width: 992px) {
    .review {
      padding: 50px 0; } }
  @media (max-width: 991.98px) {
    .review .review__img {
      margin-bottom: 30px; } }
  .review .review__img img {
    display: block;
    margin: auto;
    width: 200px;
    height: 200px;
    border-radius: 50%; }
  .review .review__desc blockquote {
    position: relative;
    font: 26px/32px 'TitlingGothicFBNarMedium';
    color: #fff; }
    @media (min-width: 992px) {
      .review .review__desc blockquote {
        margin-bottom: 30px; } }
    .review .review__desc blockquote::before {
      content: '“';
      color: #000;
      position: absolute;
      font-size: 80px;
      left: -40px;
      top: 0; }
      @media (min-width: 1200px) {
        .review .review__desc blockquote::before {
          left: -60px; } }
    .review .review__desc blockquote::after {
      content: '”';
      color: #000;
      position: absolute;
      font-size: 80px;
      right: -40px;
      bottom: -60px; }
      @media (min-width: 1200px) {
        .review .review__desc blockquote::after {
          right: -60px; } }
  .review .review__desc p {
    margin: 0;
    font: 20px/32px 'TitlingGothicFBNarStandart';
    color: #fff; }

.free-first-session {
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../img/free-first-session-bg@1x.jpg");
  background-size: cover;
  background-position: center; }
  @media (min-width: 992px) {
    .free-first-session {
      padding: 60px 0; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
    .free-first-session {
      background-image: url("../img/free-first-session-bg@2x.jpg"); } }

  .free-first-session h2 {
    margin-bottom: 25px;
    font: 50px/1em "TitlingGothicFBCompStandart";
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .free-first-session h2 {
        font-size: 60px; } }
  .free-first-session h6 {
    margin-bottom: 25px;
    font: 28px/1em "TitlingGothicFBCompStandart";
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
  .free-first-session .free-first-session__form .form-input {
    width: 100%;
    margin: 0 0 15px 0; }
  .free-first-session .free-first-session__form .form-submit {
    display: block;
    text-align: center; }
  .free-first-session .free-first-session__container {
    margin: auto;
    padding: 15px;
    width: 90vw;
    max-width: 900px;
    background-color: #ff6000; }
    @media (min-width: 992px) {
      .free-first-session .free-first-session__container {
        padding: 50px; } }
    @media (min-width: 1200px) {
      .free-first-session .free-first-session__container {
        padding: 80px 100px; } }

.congratulations {
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../img/congratulations-bg@1x.jpg");
  background-size: cover;
  background-position: center;
  text-align: center; }
  @media (min-width: 992px) {
    .congratulations {
      padding: 60px 0; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 992px) and (min-resolution: 200dpi), only screen and (min-width: 992px) and (min-resolution: 1.25dppx) {
    .congratulations {
      background-image: url("../img/congratulations-bg@2x.jpg"); } }

  .congratulations h2 {
    margin-bottom: 25px;
    font: 50px/1em "TitlingGothicFBCompStandart";
    color: #fff;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .congratulations h2 {
        font-size: 60px; } }
  .congratulations h6 {
    margin-bottom: 5px;
    font: 28px/1em "TitlingGothicFBCompStandart";
    color: #fff;
    text-transform: uppercase; }
  .congratulations p {
    margin-bottom: 25px;
    font: 16px/1em "GothamHTFBook";
    color: #fff; }
  .congratulations .congratulations__video {
    margin-bottom: 30px; }
    .congratulations .congratulations__video a {
      display: block;
      padding-bottom: 60%;
      margin: auto;
      position: relative;
      background-color: #212020; }
      .congratulations .congratulations__video a::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #212020;
        opacity: 0.35;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .congratulations .congratulations__video a::after {
        content: "";
        display: block;
        position: absolute;
        left: calc(50% - 35px);
        top: calc(50% - 35px);
        width: 70px;
        height: 70px;
        background-image: url("../img/icon-play-button.svg");
        -webkit-transition: all .3s;
        transition: all .3s; }
    .congratulations .congratulations__video img {
      display: block;
      margin: 0;
      width: 100%;
      height: 100%; }
  .congratulations .congratulations__container {
    margin: auto;
    padding: 15px;
    width: 90vw;
    max-width: 900px;
    background-color: #ff6000; }
    @media (min-width: 992px) {
      .congratulations .congratulations__container {
        padding: 50px; } }
        @media (min-width: 980px){.adjust-to-bottom{position: absolute;width: 100%;left: 0;bottom: 50px;padding:0 25px;}}
    @media (min-width: 1200px) {
      .congratulations .congratulations__container {
        padding: 50px 100px; } }



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